
.nit_immo {
	width:100%;
}
.nit_immo > .nit_immo_wrapper {
	margin:20px 0 10px 0;
	padding:0;
}

.nit_immo * {
	font-size:16px;
	font-family:inherit;
	color:#666666;
	word-wrap:break-word;
}
.nit_immo img {
	width:auto;
	height:auto;
	max-width:100%;
}

.nit_immo_underline {
	text-decoration:underline;
}

.nit_immo_cf:before, .nit_immo_cf:after { content: " "; display: table; }
.nit_immo_cf:after { clear: both; }
.nit_immo_cf { *zoom: 1; }

.nit_immo_desktop {
	display:block;
}
.nit_immo_mobile {
	display:none;
}

.nit_immo_hidden {
	display:none;
}
.nit_immo_force_hidden {
	display:none !important;
}

.nit_immo_row {
	clear:both;
}
.nit_immo_col {
	float:left;
}
.nit_immo_colr {
	float:right;
}
.nit_immo_col > .nit_immo_wrapper, .nit_immo_colr > .nit_immo_wrapper {
	padding:0 10px;
}
.nit_immo_col.first > .nit_immo_wrapper {
	padding-left:0;
}
.nit_immo_col.last > .nit_immo_wrapper {
	padding-right:0;
}
.nit_immo_colr.first > .nit_immo_wrapper {
	padding-right:0;
}
.nit_immo_colr.last > .nit_immo_wrapper {
	padding-left:0;
}

.nit_immo_half {
	width:50%;
}
.nit_immo_quarter {
	width:25%;
}

.nit_immo_align_right {
	text-align:right;
}

.nit_immo_header {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cdcdcd;
}
.nit_immo_h1 {
	font-size:18px;
	color:#ff7100;
	font-weight:bold;
}
.nit_immo_h2 {
	font-size:18px;
}
.nit_immo_h3 .nit_immo_icon {
	color:inherit;
	font-size:inherit;
	margin-left:5px;
}

.nit_immo_body {
	position:relative;
}
.nit_immo_body > .nit_immo_wrapper {
	margin-bottom:60px;
	min-height:400px;
}

.nit_immo_content {
	padding:10px 0;
}
.nit_immo_content > .nit_immo_wrapper {
	position:relative;
}

.nit_immo_content_header {
	margin-bottom:100px;
}
.nit_immo_content.nit_immo_mtop_small .nit_immo_content_header {
	margin-bottom:20px;
}
.nit_immo_content.nit_immo_mtop_small_s .nit_immo_content_header {
	margin-bottom:40px;
}

.nit_immo_content_header h1 {
	color:#007e91;
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	max-width:80%;
}
.nit_immo_content_header h2, .nit_immo_content .nit_immo_label {
	font-size:16px;
}

.nit_immo_content_icon {
	position:absolute;
	right:0;
	top:0;
}
span.nit_immo_icon {
	font-size:70px;
}

.nit_immo_content_header span.nit_immo_icon {
	color:#d6d6d6;
	font-size:70px;
}

.nit_immo_holder {
	width:100%;
}
.nit_immo_input_holder {
	margin-bottom:10px;
	min-height:35px;
}
.nit_immo_textfield {
	width:calc(100% - 50px);
	padding:5px;
}
.nit_immo_textfield_unit {
	padding-left:10px;
	width:20px;
}
.nit_immo_slider {
	margin:25px 0;
	background-color:#f3f3f3;
}
.nit_immo_slider .ui-slider-range {
	background-color:#007e91;
}
.nit_immo_slider .ui-slider-handle {
	background-color:#fea026;
	border-radius:1.5em;
	width:1.5em;
	height:1.5em;
	top:-.4em;
}

.nit_immo_holder_bg {
	background-color:#f3f3f3;
	border-radius:10px;
	padding:10px;
}
.nit_immo_holder_bg input[type="text"], .nit_immo_holder_bg input[type="email"], .nit_immo_holder_bg select {
	border:0;
	background-color:transparent;
	text-align:right;
	font-size:30px;
	font-weight:bold;
	padding:0 5px;
	margin:0;
	color:#000000;
}
.nit_immo_holder_bg .nit_immo_textfield_unit {
	border:0;
	background-color:transparent;
	text-align:left;
	font-size:30px;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#000000;
}
.nit_immo_holder_bg.nit_immo_holder_bg_text input[type="text"], .nit_immo_holder_bg.nit_immo_holder_bg_text input[type="email"] {
	text-align:center;
}
.nit_immo_holder_bg.nit_immo_holder_bg_small {
	padding:10px;
	border-radius:3px;
}
.nit_immo_holder_bg.nit_immo_holder_bg_small input[type="text"], .nit_immo_holder_bg.nit_immo_holder_bg_small input[type="email"], .nit_immo_holder_bg.nit_immo_holder_bg_small select {
	font-size:16px;
	padding:0;
	text-align:left;
}

.nit_immo_footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.nit_immo_footer > .nit_immo_wrapper {
	margin:30px 0 10px 0;
	position:relative;
}

span.nit_immo_f1 {
	color:#007e91;
}

.nit_immo_loading {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(255,255,255,0.5);
	z-index:20;
}
.nit_immo_loading > .nit_immo_wrapper {
	position:absolute;
	top:calc(50% - 75px);
	left:calc(50% - 75px);
}

.nit_immo_button {
	text-align:center;
	display:inline-block;
}
.nit_immo_button a {
	margin:5px;
	display:block;
}
.nit_immo_button a > .nit_immo_wrapper {
	background-color:#a7a7a7;
}
.nit_immo_button a .nit_immo_button_icon span {
	color:#ffffff;
}
.nit_immo_button a .nit_immo_button_label span {
	color:#ffffff;
}
.nit_immo_button a .nit_immo_button_text span {
	color:#aeaeae;
	text-transform:uppercase;
}
.nit_immo_button a.active > .nit_immo_wrapper {
	background-color:#007e91;
	text-align:center;
}
.nit_immo_button a .nit_immo_button_icon {
	/*padding:70px 10px;*/
	padding:100px 10px;
}
.nit_immo_button a .nit_immo_button_label {
	padding:50px 10px;
}
.nit_immo_button a .nit_immo_button_text {
	text-align:left;
	padding:5px 0;
}

.nit_immo_button.nit_immo_light a > .nit_immo_wrapper {
	background-color:#d6d6d6;
}
.nit_immo_icon_small span.nit_immo_icon {
	font-size:40px;
}
.nit_immo_button.nit_immo_icon_small .nit_immo_button_icon {
	padding:85px 10px;
}

.nit_immo_button_row_2 .nit_immo_button {
	width:33.33%;
}
.nit_immo_button_row_3 .nit_immo_button {
	width:33.33%;
}
.nit_immo_button_row_4 .nit_immo_button {
	width:25%;
}
.nit_immo_button_row_5 .nit_immo_button {
	width:20%;
}
.nit_immo_button_row_6 .nit_immo_button {
	width:16.66%;
}

.nit_immo_button.nit_immo_button_footer {
	margin:0;
	position:absolute;
	bottom:0;
	right:0;
}
.nit_immo_button.nit_immo_button_footer a {
	padding:10px 15px;
	background-color:#007e91;
	color:#ffffff;
	border-radius:5px;
}
.nit_immo_button.nit_immo_button_footer a .nit_immo_icon {
	color:inherit;
	font-size:inherit;
	padding-left:100px;
}

.nit_immo_button.nit_immo_button_end {
	margin:0;
}
.nit_immo_button.nit_immo_button_end a {
	padding:10px 15px;
	background-color:#007e91;
	color:#ffffff;
	border-radius:5px;
}
.nit_immo_button.nit_immo_button_end a .nit_immo_icon {
	color:inherit;
	font-size:inherit;
	padding-left:100px;
}

.nit_immo_mandatory {
	margin-bottom:10px;
}
.nit_immo_mandatory .nit_immo_error {
	background-color:#007e91;
	color:#ffffff;
	padding:10px;
	border-radius:3px;
	display:inline-block;
}

.nit_immo_form_wrapper  {
	max-width:600px;
}
.nit_immo_form_wrapper input[type="text"]  {
	width:100%;
}
.nit_immo_form_wrapper input[type="email"]  {
	width:100%;
}
.nit_immo_form_wrapper select  {
	width:100%;
}
.nit_immo_form_wrapper .nit_immo_row > .nit_immo_wrapper {
	margin-bottom:5px;
}
.nit_immo_form_wrapper .nit_immo_col > .nit_immo_wrapper, .nit_immo_form_wrapper .nit_immo_colr > .nit_immo_wrapper {
	padding:0;
}
.nit_immo_form_wrapper .nit_immo_col.first > .nit_immo_wrapper {
	padding-right:2.5px;
}
.nit_immo_form_wrapper .nit_immo_col.last > .nit_immo_wrapper {
	padding-left:2.5px;
}

@media screen and (max-width: 1000px) {
	
	.nit_immo_button a .nit_immo_button_icon {
		padding:50px 10px;
	}
	
}

@media screen and (max-width: 750px) {
	
	.nit_immo_desktop {
		display:none;
	}
	.nit_immo_mobile {
		display:block;
	}
	
	.nit_immo_content_header {
		margin-bottom:20px;
	}
	.nit_immo_body > .nit_immo_wrapper {
    margin-bottom:20px;
    min-height:75vh;
	}
	
	.nit_immo_button_row_2 .nit_immo_button {
		width:50%;
	}
	.nit_immo_button_row_3 .nit_immo_button {
		width:50%;
	}
	.nit_immo_button_row_4 .nit_immo_button {
		width:50%;
	}
	.nit_immo_button_row_5 .nit_immo_button {
		width:50%;
	}
	.nit_immo_button_row_6 .nit_immo_button {
		width:50%;
	}
	.nit_immo_button a .nit_immo_button_icon {
		padding:30px 10px;
	}
	
	.nit_immo_row .nit_immo_col.nit_immo_half.nit_immo_mobile_break {
		width:100%;
		margin-bottom:20px;
	}
	
	.nit_immo_col.nit_immo_mobile_break > .nit_immo_wrapper, .nit_immo_colr.nit_immo_mobile_break > .nit_immo_wrapper {
		padding:0;
	}
	
	.nit_immo_content_header span.nit_immo_icon {
		font-size:45px;
	}
	.nit_immo_content_header h1 {
		font-size:20px;
	}
	
	.nit_immo_input_holder {
		margin-bottom:0;
		min-height:unset;
	}
	
	.nit_immo_footer {
		position:relative;
	}
	.nit_immo_button.nit_immo_button_footer {
		position:relative;
		margin:0 auto;
		bottom:auto;
		right:auto;
	}
	.nit_immo_button.nit_immo_button_footer a .nit_immo_icon {
		padding-left:0;
	}
	
}
