/*!
Theme Name: maurer
Theme URI: http://underscores.me/
Author: happyadv
Author URI: http://happyadv.ro
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maurer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

maurer is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


.d-none {
	display:none !important;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #FFAF3E;
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid #FFAF3E;
    text-transform: uppercase;
}
button,
[type="button"],
[type="reset"],
[type="submit"]:hover{
	    color: #FFAF3E;
    /*background: none;*/
}
.wpcf7-list-item-label {
	top: -3px;
    display: inline-block;
    font-size: 10px!important;
    position: relative;
    left: 8px;
    color: #797979!important;

}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Montserrat', sans-serif;
}
p, .text {
	position: relative;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}
p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'ext_unicase800';
  src: url('/avantgarden3/wp-content/uploads/EXTUnicase-800.otf');
}
#tawkchat-status-message {
	border: 0 none;
	margin: 0 26px 0 0;
	padding: 0;
	overflow: hidden;
	white-space: pre-wrap!important;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 14px!important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"]
{
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover
 {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
* {
	border: none;
	outline: none;
}
 input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 18px;
	padding: 10px 0px;
	height: 60px;
	font-size: 16px;
	font-weight: 400;
	color: black!important;
	background: none;
	border-top: none!important;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
placeholder {
	color: #fff!important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;

}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
.tablepress caption {
	display: none;
}
/*--------------------------------------------------------------
    ## tabelepress
    --------------------------------------------------------------*/
.tablepress tfoot th, .tablepress thead th {
	vertical-align: middle;
	border: none !important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 16px;
	font-weight: 500;
	color: #fff!important;
	padding: 15px !important;
	background: #FFAF3E !important;
}
.tablepress tbody td, .tablepress tfoot th {
	border-top: 1px solid #ddd;
	border: none !important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 16px;
	font-weight: 400;
	color: #383a45 !important;
	padding: 15px !important;
}
.column-2 {
	text-align: right!important;
}
.tabel-detalii p {
	position: relative;
	color: #666666;
	font-size: 12px;
	 line-height: 1.5;
}
.modalitati-plata .sow-tabs-title {
	position: relative;
	font-size: 16px;
	 line-height: 1.5;
}
.modalitati-plata p {
	position: relative;
	color: #666666;
	font-size: 16px;
	 line-height: 1.5;
}
.modalitati-plata .so-widget-sow-tabs-default-94c354cde29f .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
	display: inline-block;
	cursor: pointer;
	padding: 16px 30px 16px 30px;
	margin: 0px 5px 0px 5px;
	color: #ffffff;
	font-size: 18px;
	transition: all 0.3s;
}
span.cl-counter-value-part.type_number:after{
	content: "mp";
	font-size: 16px;
}

.cl-counter-title {
	position: relative;
	color: #666666;
	font-size: 16px!important;
	 line-height: 1.5;
}
.paragraph-describe .so-widget-ink-num-count-number-99ee643c75b0 .iw-so-number-count {
	position: relative;
	color: #666666;
	 line-height: 1.5;
	font-size: 22px;
	font-style: normal !important;
	font-weight: 500 !important;
	text-align: left!important;
}
.paragraph-describe .so-widget-ink-num-count-number-99ee643c75b0 .iw-so-number-count span {
	font-size: 50px;
	color: #404040;
	font-style: normal !important;
	font-weight: 500 !important;
}

.navigation .nav-previous {
	display: none;
}
.spacer {
	display: none;
}
.chart-legend span{
	border-radius: .3em;
display: inline-block;
height: 1.3em;
left: 0;
margin-right: .5em;
vertical-align: middle;
width: 1.3em;
}
/*--------------------------------------------------------------
    ## pop up
    --------------------------------------------------------------*/

.oferta-bg {
display: none;
position: fixed;
background: #333;
opacity: 0.9;
width: 100vw;
height: 100vh;
top:0;
left: 0;
right: 0;
z-index: 999999;
}
.oferta-inner {
display: none;
max-width: 1200px;
/* width:30vw; */
/* height: 10vh; */
background: #fff;
position: fixed;
top: 16vh;
z-index: 999999;
right:0px;
left:0px;
margin: 0 auto;
}
#btnClose {
font-size: 20px;
font-weight: bold;
text-decoration: none;
padding: 10px;
color: #FFAF3E;
}


/*--------------------------------------------------------------
    ## Menus
    --------------------------------------------------------------*/
		.mcn-footer{
	display: none;
	}
	#mysticky-nav.wrapfixed {
			background: rgb(255, 255, 255)!important;
		z-index: 999999!important;
	}
	#masthead{
	background-color: #fff;
	z-index: 999!important;
	}
	#primary-menu {
	background-color: #202120;
	z-index: 999!important;
			margin-bottom: -2px;
	}
	.numbers p.ap-txt {
	display: inline-block;
	position: relative;
	z-index: 999;
	padding-left: 10px;
	float: right;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px;
	}
	.numbers p:nth-of-type(2) {
	float: right;
	}
	.numbers span.num {
		font-weight: 800;
		font-size: 32px;
		color: #FFF;
		background-color: #FFAF3E;
		margin-left: 3px;
		padding: 5px 5px 6px;
		border-radius: 6px;
		line-height: 1em;
		display: inline-block;
		margin-top: 2px;
	}
	.numbers span.num span.line {
	width: 100%;
	position: absolute;
	top: 56%;
	border-bottom: 1px solid #FFF;
	margin-top: -1px;
	left: 0;
	}
	.language {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	}
	.language select{
	border: none!important;
	font-size: 13px;
		font-weight: 400;
	}
	.text-area {
	position: relative;
	}
	.text-area a {
	color: #404040;

	}
	.date-contact {
	display: flex;
	align-items: center;
	justify-content: flex-end;


	}
	.date-contact a:hover {
	text-decoration: none;
	}
	.numar-telefon a {
	display: flex;
	align-items: center;

	}
	/* .numar-telefon img {
	height: 50px;
		width: 50px;
	} */
	.buton-cere-oferta a {

			position: relative;
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			background: #FFAF3E;
			display: inline-block;
			padding: 10px 26px;
			border: 2px solid #FFAF3E;
			text-transform: uppercase;
			-webkit-box-shadow: 0px 8px 14px 0px rgba(199,40,45,0.30);
	-moz-box-shadow: 0px 8px 14px 0px rgba(199,40,45,0.30);
	box-shadow: 0px 8px 14px 0px rgba(199,40,45,0.30);

	}
	.buton-cere-oferta, .numar-telefon, .birou-vanzari, .numbers-apartaments {
	display: flex;
	justify-content: center;
	}
	.text-header {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px;
	}
	.header-container{
		height: 250px;
	}
	/*Campanie Bucatarie*/
	.text-campanie h2{
		text-align: left;
		position: relative;
    font-weight: 700;
    font-size: 32px;
    color: #242424;
    line-height: 1.2em;
    display: block;

	}
	.text-campanie p{
		font-size: 22px;
		/* line-height: 50px; */
	}
	.text-campanie span{
		position: relative;
    color: #666666;
    font-size: 16px;

	}
	.branding {
	display: flex;
	-webkit-flex-flow: row wrap;
	flex: 1 1 100%;
	 padding: 20px 0px;

	}
	.date-contact .fa {
	float: left;
	border: 1px solid #FFAF3E;
	text-align: center;
	padding: 8px 9px 7px;
	color: #FFAF3E;
	margin-right: 15px;
	font-size: 22px;
	}
	.site-header {
	position: relative;
	margin: 0px 70px;
	border-bottom: 1px solid #d9d9d9;
	}
	.main-navigation {
	clear: both;
	display: block;

	}
	.nav {
	width: 100%;
	}
	.navbar-text {
	height: 53px;
	line-height: 53px;
	background-color: #FFAF3E;
	padding: 0 20px 0 50px !important;
	background-position: 10px center;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background-image: url("images/location-pin.png");
	background-repeat: no-repeat;
	margin: 0;
	margin-top: 15px;
	}
	.menu-container .adress {
	padding: 0px;
	}
	.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	}

	.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
	}

	.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
	left: 100%;
	}

	.main-navigation ul ul a {
	width: 220px;
	margin-top: 15px;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
	left: auto;
	}

	.main-navigation li {
	position: relative;
	float: left;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 700;
	margin: 0px 15px;
	}
	.menu-menu-1-container .main-navigation li:first-of-type {
	margin-left: 0;
	}
	.main-navigation a {
	position: relative;
	display: block;
	padding: 20px 0px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	}
	.main-navigation a:hover {
	color: #FFAF3E;
	text-decoration: none;
	}

	li.current-menu-item a{
/* 	color: #FFAF3E !important; */
	text-decoration: none;
	}


	.site-branding {
	position: relative;
	left: 0px;
	z-index: 10;
	padding-left: 0px;

	}

	#mysticky-nav.wrapfixed {
		position: fixed;
		left: 0px;
		margin-top: 0px!important;
		z-index: 99990;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		opacity: 1!important;
		background-color: #fff!important;
	}
	.sub-menu {

	display: table;
	}
	.sub-menu a {
	padding: 0px;
	color: #383a45 !important;
	font-weight: 700;
	font-size: 13.5px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	text-transform: initial;
	}
	.sub-menu a:hover {
	color: #FFAF3E!important;
	}
	.sub-menu li {
	margin-bottom: 15px;
	}
	#ssb-container {
	top: 96%;
	 bottom: 0;
		width: 200px;
		margin-left: 70px;
	}

	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
	display: block;
	}
	.so-widget-sow-image.so-widget-sow-image-default-b37b538aacbf {
	display: table;
	max-width: 70px;
	float: none;
	margin: 0 auto;
	}
	.txt-tel {
		color: #FFAF3E!important;
	}


	/* STYLE NOU */
	.contact-nou .caldera-grid .form-control{
		border: 1px solid #000!important;
		border-top: 1px solid #000!important;
	}
	.specilazation-section-new {
		padding-top: 40px;
		font-size: 16px;
		text-align: justify;
	  text-justify: inter-word;
		color: #030504;
	}
	.title-new-slide {
		height: 750px;

	}
	.title-new-slide h1 {
		font-size: 80px;
		color: #fff;
		padding-top: 250px;
		font-family: 'ext_unicase800';

	}
	.specilazation-section-new h2{
	  font-family: 'ext_unicase800';
		font-size: 36px;
		padding-bottom: 10px;
		font-weight: 200;
		color: #030504;
	}
	.specilazation-section-new h3{
	font-size: 18px;
	font-family: 'ext_unicase800';
		}
	.left-txt-new p{
		font-size: 16px;
		text-align: justify;
	  text-justify: inter-word;
		color: #030504;
	}
	.left-txt-new h3{
		font-size: 24px;
		text-align: left;
		color: #fff;
		font-family: 'ext_unicase800';
	}
	.container .panel-row-style .panel-row-style-for-w5e10e77f2ccb6-0{
		width: 970px;
	}
	 .contact-nou-btn {
		text-align: center!important;
		background-color: #000;
		margin-left:!important;
		margin-right:!important;
		font-size: 16px!important;
		border: none!important;
		border-radius: 5px!important;
		color: #FFF!important;
		padding: 20px 60px!important;
		font-weight: 600;
	}
	#CF5e14686c84e41_2-row-3 {
		text-align: center;
	}
	.main-footer-new {
	    /* background-image: linear-gradient(to right, #FFC115 , #FFEC42); */
	    position: relative;
	    padding-top: 0px;
	    margin: 0px 0px;
	}
	#pages-2-new{
		position: absolute;
	    text-align: center;

	}
	.footer-info-new {
	line-height: 1.5!important;
		color: #000!important;
		font-size: 16px!important;
	}
	.footer-info-new a{
		color: #000!important;
		font-size: 16px!important;
	}
	.footer-info-new h3{
		color: #000!important;
		font-size: 24px!important;
	}
	.contact-footer-new{
		display: flex;
	    justify-content: center;

	}
	.test2 .lsow-testimonials-slider.lsow-container {

	    margin: unset!important;
	}
	.test2 .lsow-author-credentials{
		text-align: center;
	}
	.logo-new{
		margin-top: -75px;
	}
	.dev-info-new{
		font-family: 'Montserrat', sans-serif;
	    color: #000;
	    font-size: 14px;
	    float: left;
	    text-decoration: none;
	    padding-left: 0px;
	}
	.contact-footer-new1 p{
		font-size: 12px;
		margin-left: 40px;
	}
	.footer-bottom-new {
		padding-top: 30px;
	}
	.contact-footer-new a{
		color: #000;
			text-decoration: none!important;
			font-size: 12px;
			margin-left: -115px;
			margin-top: 30px;
	}
	.contact-footer-new1 {
		display: flex;
	  justify-content: center;
	}
.site-info-new a{
		color: #000 !important;
		text-decoration: none!important;
		font-size: 12px;
}
.site-info-new {
		color: #000 !important;
		text-decoration: none!important;
		font-size: 12px;
}
#text-3 h3{
	 font-family: 'ext_unicase800';
	 color:#030504;
}
.buton-cere-oferta-new a{
		position: relative;
	    color: #fff;
	    font-size: 16px;
	    font-weight: 600;
	    background: #FFD61C;
	    display: inline-block;
	    padding: 15px 45px;
	     border: 2px solid #fff;
	    text-transform: none!important;
	    -webkit-box-shadow: 0px 0px 0px 0px rgba(199,40,45,0.30);
	    -moz-box-shadow: 0px 0px 0px 0px rgba(199,40,45,0.30);
	    box-shadow: 0px 0px 0px 0px rgba(199,40,45,0.30);
	    border-radius: 10px;

	}
	.numbers-new span.num {
	    font-weight: 800;
	    font-size: 48px;
	    color: #FFAF3E;
	    background-color: #FFFFFF;
			-webkit-box-shadow: inset 0px -151px 37px -30px rgba(128,126,128,1);
      -moz-box-shadow: inset 0px -151px 37px -30px rgba(128,126,128,1);
      box-shadow: inset 0px -20px 8px 0px rgb(191, 189, 191);

	    margin-left: 11px;
	    padding: 6px 14px 6px;
	    border-radius: 6px;
	    line-height: 1em;
	    display: inline-block;
	    margin-top: 2px;
			font-family: 'ext_unicase800';
	}
	.numbers-new p.ap-txt {
	    display: inline-block;
	    position: relative;
	    z-index: 999;
	    margin-left: -50px;
	    float: right;
	    font-size: 16px;
	    font-weight: 400;
	    font-family: 'Montserrat', sans-serif;
	    margin-bottom: 0px;
	}


	.pull-left-new{
		float: left!important;
	}
	.top-logo-new {
		float: left!important;
		padding-bottom: 20px;
		background-color: #fff;
	    padding-top: 10px;
	}
	.top-logo-new a{
		text-decoration: none!important;
	}
	.top-logo-new a {
	  text-decoration: none!important;
	  padding-left: 15px;
	}
	.branding-new {
		display: flex;
		-webkit-flex-flow: row wrap;
		flex: 1 1 100%;
		/* padding: 20px 0px; */
		background-image: linear-gradient(to right, #FFC115 , #FFEC42);
		width: 100%;
		max-width: 100%;
		padding: 0px 70px;
	}
	 .site-branding-new {
	    position: relative;
	    z-index: 10;
			padding-top: 20px;
			padding-bottom: 20px;
	}
	.lsow-title{
		font-family: 'ext_unicase800';
		color: #030504;
	}
	.lsow-team-members .lsow-team-member .lsow-team-member-text .lsow-team-member-position{
		color: #030504!important;
	}
	.test1 .lsow-testimonials-slider .lsow-testimonial-user .lsow-text .lsow-author-name{
		color: #fff;
	}
	.site-header-new {
	  position: relative;
	  margin: 0px 70px;
	}
	.page-template-page_new .left-info-bar{
		display: none !important;
	}
	.body_new .top-logo-new {
	  float: left!important;
	  padding-bottom: 20px;
	  background-color: #fff;
	  padding-top: 10px;
	  padding: 10px 70px;
	}
	.body_new .sticky {
	  display: block;
	  padding: 0px 70px;
	  background-color: #202120;
	}
	.body_new .site-header-new {
	    position: relative;
	  margin: 0px 0px;
	  max-width: 100%;
	}
	.body_new .site-content .outer-container {
	  margin: 0px 0px;
	}
	.diferentiatori_new{
		margin: 0px 70px;
		padding-left: 15px;
	}
	.diferentiatori_new center{
		text-align: left;
	}
	.diferentiatori_new p{
		padding-left: 0px !important;
		text-align: left !important;
	}
	.proiecte_new{
		width: auto !important;
	}
	.team-members-new .lsow-grid-container.lsow-grid-desktop-5 .lsow-grid-item {
	  margin-left: 15px !important;
		padding-left: 0px !important;
	}
	.team-members-new .team-members a {
	  top: 0px !important;
	}
	.team-members-new .lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper .lsow-social-list {
	  top: 0% !important;
	}
	.team-members-new,
	.proiecte_new,
	.elemente-descriere-new{
		margin: 0px 70px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.proiecte_new img{
		width: 100% !important;
		height: 502px !important;
	}
	.contact_new,
	.testimonial_new {
		/*margin: 0px 85px !important;*/
	}
	.contact_new .caldera-grid .form-control {
	  height: 64px !important;
	  border: 2px solid #030504 !important;
	}
	/*.contact_new{
		max-width: 1170px;
		margin-left: auto;
    margin-right: auto;
	}*/
	.contact_new h4{
		font-size: 22px;
		text-align: center;
		padding-top: 100px;
		color: #000;
	}
	.main-footer-new .logo-new img{
		padding-left: 0px !important;
		/*filter: invert(1);*/
	}
	.footer-top-new {
	  background-image: linear-gradient(to right, #FFC115 , #FFEC42);
	  padding-top: 30px;
	  padding: 30px 70px 0px 70px;
	}
	.footer-bottom-new {
	  padding: 30px 55px 0px 55px;
	}
	.section_text_new{
		display: flex !important;
		align-items: center !important;
	}
	.title-new-slide{
		position: relative !important;
	}
	.specilazation-section-new {
	    padding-top: 50px !important;
	    padding-bottom: 50px;
	}
	.title-new-slide p{
		position: absolute !important;
		top: 100%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.body_new .main-navigation a {
	  line-height: 24px !important;
	  font-size: 16px !important;
	}
	.buton-logo-new{
		margin-left: 15px !important;
	}
	.proiect_section_new,
	.familii_new{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	/*.contact-nou-btn{
	  margin-top: 40px !important;
	}*/
	.body_new .lsow-testimonials-slider .lsow-testimonial-text {
	  margin: 0 auto !important;
	}
.body_new .shiftnav .shiftnav-panel-close {
	 z-index: 9999999 !important;
}
.body_new .shiftnav.shiftnav-skin-standard-dark, .body_new .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
   z-index: 999999 !important;
}

	.apartamente-desktop img {
	  height: 369px!important;
	}
	/* MOBILE START */
	@media only screen and (min-width: 1601px) {
	.tabel-detalii .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
			max-width: 85% !important;
			float: left;
	}
	.paragraph-describe .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
		width: 420px !important;
		float: left;
	}
	.text-campanie{
		width: 96%!important;
	}
	}
	@media screen and (max-width: 1600px) {
	.sticky-contact {
	/* position: relative; */
	right: 0px !important;
	}
	/* .sticky-contact #caldera_form_3 form textarea {
	max-height: 70px;
	} */
	.paragraph-describe .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
	max-width: 85%;
	}
	.text-campanie{
		max-width:75%;
	}
	.tabel-detalii .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
	max-width: 75%;
	float: left;
	}
			.sticky-contact .caldera-grid {
	min-width: 360px !important;
		right: -10%!important;
	}
	.logo-imobiliare p{
		text-align: center!important;
	margin-left: -35px;
	margin-top: 5px!important;
	}
	.logo-imobiliare img{
		    margin-left: 10px;
	}
	.birou-vanzari{
		font-size: 12px!important;
		font-weight: 700;
	}
	}
	@media only screen and (max-width: 1536px) {
	.sticky-contact .single > div > h2 {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 15px;
	}
	.paragraph-describe .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
	max-width: 75%;
	}
	.text-campanie{
		max-width: 65%;
	}
	.tabel-detalii .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
	max-width: 65%;
	float: left;
	}

	}
	@media only screen and (max-width: 1479px) {
	.txt-header {
	font-size: 10px!important;
	}
	}

	@media only screen and (max-width: 1440px) {

/* Style new mobile START */
.numbers-new span.num {
  font-size: 38px !important;
  margin-left: 3px !important;
	padding: 6px 6px 6px !important;
}
.buton-cere-oferta-new a {
  padding: 20px 20px !important;
}
.numbers-new p.ap-txt {
  margin-left: 0px !important;
}
.title-new-slide {
  margin-bottom: 70px;
}
.familii_new {
	background-size: auto !important;
}
/* Style new mobile END */

	.sticky-contact h2.animated.infinite {
			font-size: 13px !important;
			padding-bottom: 10px;
	}
	.paragraph-describe .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
	width: 400px;
	}
	.text-campanie{
		width: 100%;
	}
	.tabel-detalii .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
	width: 400px;
	float: left;
	}
	.sticky-contact .caldera-grid {
	min-width: 360px !important;
		right: -20%!important;
	}
	.sticky-contact .caldera-grid.sticky-form {
	max-width: 280px !important;
	}
	}
	@media only screen and (max-width: 1384px) {
	.birou-vanzari, .numar-telefon, .buton-cere-oferta, .numbers-apartaments {
		padding-right: 0px;
		padding-left: 0px;
	}

	.birou-vanzari .text-area span:nth-of-type(3){
		font-size: 12px!important;
	}

	}
	@media only screen and (max-width: 1366px) {
		.sticky-contact {
		right: -5% !important;
	}
	}
	@media only screen and (max-width: 1316px) {
			.txt-tel {
		font-size: 18px!important;
	}
		}
		@media only screen and (max-width: 1299px) {
				.numbers p.ap-txt {
			font-size: 12px!important;
		}
			}
	@media only screen and (max-width: 1280px) {
/* Design style new start */
.buton-cere-oferta-new a {
	padding: 30px 10px !important;
	text-align: center !important;
	width: 140px !important;
	margin-left: -40px !important;
}
.numbers-new span.num {
  font-size: 28px !important;
  margin-left: 3px !important;
  padding: 6px 6px 6px !important;
}
.proiecte_new img {
  width: 100% !important;
  height: 402px !important;
}
/* Design style new END */
	.tabel-detalii .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
		max-width: 60%;
		float: left;
	}
	.sticky-contact .caldera-grid.sticky-form {
		max-width: 240px !important;
	}
	.site-main > .sticky-contact {
		max-width: 255px;
	}
	.sticky-contact #caldera_form_3,#caldera_form_4 .single h2 {
		font-size: 12px;
	}
	.sticky-contact #caldera_form_3,#caldera_form_4 .single p {
		font-size: 12px;
	}
	.container1 {
    		width: 1253px;
		}
	}

	@media only screen and (max-width: 1140px) {
		.site-header {
				margin: 0px;
		}
		.numar-telefon {
		width: 75%;
		}
		.site-branding {
			padding-left: 15px;
		}
	}
	@media only screen and (max-width: 1046px) {

	}
@media only screen and (max-width: 1024px) {
.body_new .main-navigation a {
	line-height: 24px !important;
	font-size: 13px !important;
}
.title-new-slide {
  height: 670px;
}
.title-new-slide h1 {
  font-size: 50px;
}
.apartamente-desktop img {
  height: 250px!important;
}
.contact-footer-new a {
  color: #000 !important;
}
.proiecte_new img {
  height: 269px !important;
}
}

	@media screen and (min-width: 992px) {
	.tabel-detalii .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
		max-width: 50%;
		float: left;
	}
	.paragraph-describe .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
		width: 260px;
		float: left;
	}
	.text-campanie{
		width: 100%;
	}
	.sticky-contact {
		right: 10px !important;
	}
	#caldera_notices_5 h2 {
		font-size: 13px;
	}
	.sub-menu{
	display: table!important;
	}

	}


	@media screen and (max-width: 1165px) {

	.main-navigation a {
		font-size: 13px;
	}

	}
	@media screen and (max-width: 1165px) {
	.numbers-apartaments, .birou-vanzari {
		display: none;
	}
	}
	@media screen and (max-width: 1116px) {

	.main-navigation li {
		margin: 0px 8px;
	}
	}

	@media only screen and (max-width: 991px) {
	.paragraph-describe .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
		max-width: 100%;
	}
	.text-campanie{
		max-width: 100%;
	}
	.tabel-detalii .container .panel-grid-cell:nth-of-type(2) .sow-image-container img {
		max-width: 100%;
		float: left;
	}
	.branding-new {
    justify-content: space-between;
}
.site-branding-new {
    padding-left: 0px;
}
	 .sticky-contact {
		display: none !important;
	}
	.panel-grid > .contact-section.panel-row-style {
		display: block !important;
	}
	.mcn-footer {
		position: fixed;
		bottom: 0;
		text-align: center;
		margin: 0 0 10px 20px;
		width: 35%;
		padding: 5px 0 5px 0;
		z-index: 999999;
		background: red;
		display: block;
		font-size: 14px;
		border-radius: 16px;
	}
	.mcn-footer {
		background: #ffaf3e!important;
	}
	#wprmenu_menu_ul {
	z-index: 9999!important;
	}
	.mcn-footer a {
		color: #ffffff !important;
	}
	#mysticky-nav.wrapfixed {
	z-index: 998!important;
	}
	#mysticky-nav .myfixed {
			 margin-top: 46px!important;
		}
	.imp-tooltip.imp-tooltip-visible {
	padding: 10px!important;
	}
	.birou-vanzari.duplicat{
	display: inline-block;
	}
	.numbers-apartaments.duplicat {
	display: inline-block;
	}
	.birou-vanzari.duplicat .fa-home {
	color: #fff;
	}
	.numbers-apartaments.duplicat p.ap-txt{
	color: #fff;
	}
	.numbers span.num span.line {
	border-bottom: none;
	}
	.birou-vanzari.duplicat .text-area span{
	color: #fff;
	}

	.site-header {
		margin: 0px 15px;
	}
	.site-header-new {
    margin: 0px!important;

}

	.branding {
			 justify-content: space-between;

	}
	.site-branding img{
	width: 150px;
	}
	.date-contact .fa{
	font-size: 14px;
	}
	.text-header {
		font-size: 12px;
	}

	#mysticky-nav.wrapfixed {
	margin-top: 42px;
	}

	.menu-container {
	 display: none!important;
	}
	/*.sub-menu{*/
	 /*display: table!important;*/
	/*}*/

	.numar-telefon{
	width: auto;
	}
	.date-contact {
		width: 55%;
	}
	.numar-telefon, .buton-cere-oferta {
		padding-right: 15px;
	padding-left: 15px;
	}

	}
	@media screen and (max-width: 859px){
	.date-contact {
		width: 70%;
	}
	}
	@media screen and (max-width: 681px){
	.numar-telefon {
	display: none;
	}
	}

	@media screen and (max-width: 630px){
	.date-contact {
		width: 50%;
	}
	}
	@media screen and (max-width: 460px) {

	.buton-cere-oferta a {
			font-size: 12px
		}
	}
	@media screen and (max-width: 437px) {

	.buton-cere-oferta a {
				padding: 10px 15px;
		}
	}
	@media screen and (max-width: 421px) {

	.numar-telefon {
	padding-right: 0px;
	}
	}
	@media screen and (max-width: 407px) {

	.date-contact {
	padding-right: 0px;
	}
	}
	@media screen and (max-width: 392px) {

	.site-branding img {
		width: 130px;
	}
	}
	@media screen and (max-width: 372px) {

	.numar-telefon {
	padding-left: 0px;
	}
	}
	@media screen and (max-width: 363px) {

	.buton-cere-oferta a {
				padding: 10px 10px;
		}
	}
	@media screen and (max-width: 349px) {

	.buton-cere-oferta a {
			font-size: 10px;
		}
		.date-contact {
		width: 44%;
		padding-left: 0px;
	}
	.site-branding{
	padding-right: 0px;
	}
	}


@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		justify-content: space-between!important;
    display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

/*.comment-navigation .nav-previous,*/
/*.posts-navigation .nav-previous,*/
/*.post-navigation .nav-previous {*/
	/*float: left;*/
	/*width: 50%;*/
/*}*/

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.imp-wrap {
	max-width: 100%!important;
}
.site-content .outer-container {
	position: relative;
	margin: 0px 70px;
	border-bottom: 1px solid #d9d9d9;
	background: #FFF;
}



.image-right-content img {
	box-shadow: 21px -23px 0px 0px rgba(49,49,49,1);
}
.diferentiatori p {
	position: relative;
	color: #666666;
	font-size: 15px;
	 line-height: 1.5;
	margin-bottom: 25px;
	margin-top: 25px;
}
.diferentiatori-mobile {
	display: none!important;

}
.diferentiatori .so-widget-ink-media-box-media-box-27a433805e95 .iw-so-media-box .iw-so-media-box-media img {
	width: 100px!important;
}
@media screen and (max-width: 1140px) {
	.site-content .outer-container {
		margin: 0px;
	}
}
@media screen and (max-width: 991px) {
	.diferentiatori p {
		font-size: 12px;
	}
	.diferentiatori .so-widget-ink-media-box-media-box-27a433805e95 .iw-so-media-box .iw-so-media-box-media img {
		width: 70px!important;
	}

}
@media screen and (max-width: 780px) {
	.diferentiatori-mobile {
		display: block!important;
		width: 38%!important;
		display: -webkit-inline-box!important;
		flex-direction: initial!important;
		height: 180px;
	}
.mobile-two {
	width: 50%!important;
    display: -webkit-inline-box!important;
    flex-direction: initial!important
}
.diferentiatori-desktop {
	display: none!important;
}
.diferentiatori .so-widget-ink-media-box-media-box-27a433805e95 .iw-so-media-box .iw-so-media-box-media img {
    width: 64px!important;
}
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Left Fixed Info Bar
--------------------------------------------------------------*/
.left-info-bar {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	display: block;
	padding-top: 75px;
}
.left-info-bar .number a {
	position: absolute;
	top: 480px;
	left: 22px;
	font-size: 16px;
	width: 300px;
	font-weight: 600;
	color: rgba(35,35,35,0.50);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: left top;
}
.left-info-bar .social-icon-one {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.social-icon-one li {
	position: relative;
	margin-top: 2px;
}
.social-icon-one li a {
	position: relative;
	font-size: 14px;
	line-height: 1em;
	color: #6f6f70;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
@media screen and (max-width: 1140px) {
	.left-info-bar, .left-info-bar {
		display: none;
	}
}
/*--------------------------------------------------------------
## studio section
--------------------------------------------------------------*/

.studio-section .content-column {
	position: relative;
	margin-bottom: 40px;
}
.studio-section .content-column .inner-column {
	position: relative;
}
.studio-section .sec-title {
	position: relative;
}

.studio-section h3 {
	position: relative;
	font-size: 35px;
	font-weight: 700;
	color: #242424;
	line-height: 1.2em;
	display: block;
}
.studio-section  h1 {
	position: relative;
	font-size: 45px;
	font-weight: 700;
	color: #FFAF3E;
	line-height: 1.2em;
	display: block;
	padding-bottom: 35px;
}

.studio-section .content-column .inner-column .text {
	position: relative;
	margin-bottom: 20px;
}

.studio-section  p {
	position: relative;
	color: #666666;
	font-size: 16px;
	 line-height: 1.5;
	margin-bottom: 25px;
}
.studio-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0px;
}

.studio-section .content-column .inner-column .styled-text {
	position: relative;
	font-style: italic;
	font-size: 20px;
	color: #222222;
	line-height: 1.6em;
	margin-bottom: 25px;
	font-family: Montserrat, sans-serif;
}
.studio-section a {
	position: relative;
	color: #FFAF3E;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {

#section-maurer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
#section-maurer .panel-grid-cell {
	width: 100%;
	    padding-bottom: 25px;
}
.studio-section h3 {
	font-size: 28px;
}
	.studio-section h3:after {
		display: none;
	}
.studio-section h1 {

    font-size: 38px;
        padding-bottom: 20px;
    }
}


/*--------------------------------------------------------------
## specilazation-section
--------------------------------------------------------------*/
.specilazation-section {
	margin-bottom: -20px;
	position: relative;
	padding: 40px 0px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}

.specilazation-section h2 {
	color: #242424;
	position: relative;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2em;
	display: inline-block;
	margin-bottom: 25px;
    margin-top: 60px;
}


.specilazation-section h5 {
	margin-left: 180px;
	position: relative;
	font-size: 22px;
	color: #242424;
	font-weight: 300;
	margin-bottom: 10px;

}
.specilazation-section p {
	position: relative;
	font-size: 16px;
	color: #242424;
	margin-bottom: 40px;
}
.specilazation-block .iw-so-media-box-media {
	margin-bottom: 15px;
}
.specilazation-block  h3 {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff!important;
}
.cell-border {
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.20);
}
@media screen and (max-width: 991px) {
.specilazation-section h2 {
	margin-left: 15px;
	margin-right: 15px;
	    font-size: 28px;
}
.specilazation-section p {
	margin-left: 15px;
	margin-right: 15px;
	}
}

/*--------------------------------------------------------------
## link pe nume
--------------------------------------------------------------*/

.echipa-link {
	position: relative!important;
	display: inline-block;
	top: 0!important;
	left: 0!important;
	z-index: 99999;
}

/*--------------------------------------------------------------
## elemente-descriere
--------------------------------------------------------------*/

.elemente-descriere {
	color: #242424;
		  }
.elemente-descriere p{
	margin-left: 0px;
}
.elemente-descriere img {
	position: relative;
}
.elemente-descriere h3{
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}
@media screen and (max-width: 991px) {

.elemente-descriere h3{
font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 86px
}
.elemente-descriere img {
	width: 54px;
}
}

/*--------------------------------------------------------------
## lastes-worklastes-work
--------------------------------------------------------------*/

.lastes-work h5 {
	position: relative;
	font-size: 20px;
	font-style: italic;
	color: #222222;
	margin-bottom: 5px;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}
.lastes-work h5:before {
	position: absolute;
	content: '';
	left: 105%;
	bottom: 2px;
	width: 35px;
	height: 2px;
	background-color: #FFAF3E;
}
.lastes-work h2 {
	 position: relative;
	 font-size: 35px;
	 font-weight: 700;
	 color: #242424;
	 line-height: 1.2em;
	 display: block;
	 padding-bottom: 15px;
	 padding-top: 15px;
 }

.lastes-work h1 {
	position: relative;
	color: #242424;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 30px;
}
.project-block h2 a {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2em;
}
.project-block h2 {
	position: relative;
	color: #242424;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2em;
}

.project-block h2 a:hover {
	color: #FFAF3E;
}

.project-block p {
	position: relative;
	color: #030504;
	font-size: 15px;
	 line-height: 1.5;
	margin-bottom: 18px;
}
.read-more {
	position: relative;
	color: #FFAF3E!important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.read-more:hover {
	color: #FFAF3E;
}

.project-block .right-text {
	position: relative;
	z-index: 1;
	/* margin-top: 15px; */
	/* margin-left: -40px; */
	padding: 0px 0px 0px 60px;
	background-color: #ffffff;
}


.project-block .sow-image-container {
	position: relative;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.project-block .sow-image-container:hover {
	transform: scale(1.03,1.03);
}
.project-block-two .right-text {
	text-align: right;
	position: relative;
	/* margin-top: 15px; */
	z-index: 1;
	/* margin-right: -40px; */
	padding: 0px 60px 0px 0px;
	background-color: #ffffff;
}
.project-block-two .left-text {
	text-align: left;
	position: relative;
	/* margin-top: 15px; */
	z-index: 1;
	/* margin-right: -40px; */
	padding: 0px 60px 0px 0px;
	background-color: #ffffff;
}
.project-block-two h5 {
	position: relative;
	font-size: 20px;
	font-style: italic;
	color: #222222;
	margin-bottom: 5px;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}
.section-center .panel-grid-cell:nth-of-type(2){
	align-self: center!important;
}
.section-center-one .panel-grid-cell:nth-child(1){
	align-self: center!important;
}
.semnatura {
	margin-top: -80px;
	position: relative;
	z-index: 99;
}
.semnatura img {
margin-top: 40px;
	}
.proiect-imobiliar-block .right-text {
	text-align: right;
	position: relative;
	margin-top: 10px;
	z-index: 1;
	margin-right: -40px;
	padding: 50px 60px 10px 40px;
	background-color: #ffffff;
}
.gospodarie-block .right-text {
	text-align: right;
	position: relative;
	margin-top: 10px;
	z-index: 1;
	margin-right: -40px;
	padding: 50px 60px 1px 40px;
	background-color: #ffffff;
}
.comunitate-block .right-text {
	position: relative;
	z-index: 1;
	margin-top: 15px;
	margin-left: -40px;
	padding: 50px 0px 5px 60px;
	background-color: #ffffff;
}
.loc-parcare-block .right-text {
	text-align: right;
	position: relative;
	margin-top: 15px;
	z-index: 1;
	margin-right: -40px;
	padding: 50px 60px 10px 40px;
	background-color: #ffffff;
}
.project-block-two h2 a {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2em;
}
.project-block-two h2 {
	position: relative;
	color: #242424;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2em;

}
.project-block-two h2 a:hover {
	color: #FFAF3E;
}

.project-block-two p {
	position: relative;
	color: #030504;
	font-size: 15px;
	 line-height: 1.5;
	 margin-bottom: 15px;
}
.design-apartamente p {
	text-align: left;
}
.design-interior .panel-grid-cell:nth-child(1){
	align-self: center!important;
}
.right-text.finisaje-describe .titlu-design {
	position: relative;
    color: #242424;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
	text-align: left;
	margin-bottom: 0px;
}
.right-text.finisaje-describe .small-titlu-design{
	position: relative;
    color: #242424;
    font-size: 32px;
    font-weight: 500;
	margin-bottom: 70px;
    line-height: 1.2em;
    text-align: left;
}
.right-text.finisaje-describe .descriere-design, .right-text.finisaje-describe .descriere-design-italic  {
	text-align: left;
}
.project-block-two .titlu-design {
	position: relative;
    color: #242424;
    font-size: 27px!important;
    font-weight: 700;
    line-height: 1.2em;
	text-align: left;
	margin-bottom: 0px;
}
.project-block-two .small-titlu-design{
	position: relative;
    color: #242424;
    font-size: 27px!important;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-align: left;
}
.nume-apartamente {
	text-transform: uppercase;
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	justify-content: center;
}
.project-block-two .sow-image-container {
	position: relative;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.project-block-two .sow-image-container:hover {
	transform: scale(1.03,1.03);
}
#apartamente-mobil {
	display: none;
}
@media screen and (max-width: 991px) {

#apartamente-mobil {
	display: block;
}
.apartamente-desktop {
	display: none!important;
}
.apartamente-maurer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.apartamente-maurer .panel-grid-cell {
	width: 100%!important;
}
.apartamente-maurer h2 a {
	font-size: 28px;
}
	.lastes-work h2:after {
		display: none;
	}
	.lastes-work {
		padding-left: 15px;
	}
	.project-block-two h2:before{
	display: none;
}


}

/*--------------------------------------------------------------
## testimonial-banner
--------------------------------------------------------------*/
.testimonial-banner {
	position: relative;
	padding: 35px 0px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial-banner .lsow-testimonials-slider .lsow-testimonial-text  {
	text-align: center;
	max-width: 750px;
	margin: 0 auto 40px;
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
	color: #fff;
}
.testimonial-banner .lsow-testimonials-slider .lsow-testimonial-user .lsow-text .lsow-author-name {
	font-weight: bold;
	color: #FFAF3E;
	margin-top: 20px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	clear: none;
	margin-bottom: 10px;
	text-transform: initial;
}
.testimonial-banner .lsow-testimonials-slider .lsow-testimonial-user .lsow-text {
	text-align: center;
	font-weight: bold;
	color: #ffffff!important;
	font-size: 14px;
	line-height: 28px;
}
.testimonial-banner .textwidget {
	text-align: center;
}
/*--------------------------------------------------------------
    ## contact
    --------------------------------------------------------------*/

.contact-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.80);
}
.contact-section .contact {
	position: relative;
	z-index: 990;
}
.checkbox {
	color: #242424;
}
.termeni {
	margin-bottom: 0px!important;
}
.termeni-text {
	 padding-top: 35px;
 }
.termeni-text:nth-child(1)  {
	font-size: 28px;
}
.caldera-grid .form-control {
	color: #666666;
}
.contact-formular .caldera-grid .form-control {
	position: relative;
	display: block;
	width: 100%;
	line-height: 18px;
	padding: 10px 0px;
	height: 60px;
	font-size: 16px;
	font-weight: 400;
	color: #242424!important;
	background: none;
	border-left: none;
	border-right: none;
	border-top: none!important;
	border-bottom: 1px solid #242424;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: none!important;
}
.contact-section-two .formular-contact .caldera-grid .form-control {
	position: relative;
	display: block;
	width: 100%;
	line-height: 18px;
	padding: 10px 0px;
	height: 60px;
	font-size: 16px;
	font-weight: 400;
	color: #797979!important;
	background: none;
	border-left: none;
	border-right: none;
	border-top: none!important;
	border-bottom: 1px solid #797979;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: none!important;
}
/*** THIS CHANGES THE PLACEHOLDER TEXT COLOR WHICH IS IMPORTANT FOR THIS PARTICULAR STYLE ***/
.contact-formular input::-webkit-input-placeholder {
	color: #242424 !important;
}
.contact-formular input:-moz-placeholder {
	/* Firefox 18- */
	color: #242424 !important;
}
.contact-formular input::-moz-placeholder {
	/* Firefox 19+ */
	color: #242424 !important;
}
.contact-formular input:-ms-input-placeholder {
	color: #242424!important;
}
.contact-formular textarea::-webkit-input-placeholder {
	color: #242424 !important;
}
.contact-formular textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
}
.contact-formular textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #242424!important;
}
.contact-formular textarea:-ms-input-placeholder {
	color: #242424 !important;
}
.caldera-grid .checkbox, .caldera-grid .radio {
	position: relative;
	display: block;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.caldera-grid .form-control {
	border-top: none!important;
}
.caldera-grid .form-control:focus {
	border-color: #242424!important;
	outline: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.caldera-grid .btn-default {
	-webkit-appearance: button!important;
	position: relative!important;
	line-height: 24px!important;
	color: #fff!important;
	font-size: 14px!important;
	font-weight: 700!important;
	background: #FFAF3E!important;
	display: inline-block!important;
	padding: 10px 26px!important;
	border: 2px solid #FFAF3E!important;
	text-transform: uppercase!important;
	margin-top: 15px;

}
.caldera-grid .btn{

		z-index: 9999;
}
.caldera-grid .btn-default:hover{
	color: #FFAF3E!important;
	background: none!important;
}
.single .contact-section {
	display: none !important;
}
.contact-section {
	margin-bottom: -30px;
	position: relative;
	padding: 40px 0px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-formular .panel-grid-cell:nth-of-type(2) {
	padding-top: 25px;
	position: relative;
	padding-left: 80px;
	margin-top: 8px;
}
.contact-section-two .panel-grid-cell:nth-of-type(2) {

	padding-left: 80px;
}
.testimonial-banner {
	margin-bottom: -30px;
}
.testimonial-banner .style-two h2 {
	position: relative;
	font-weight: 700;
	font-size: 35px;
	color: #fff;
	line-height: 1.2em;
	display: inline-block;
}

.style-two h2 {
	position: relative;
	font-weight: 700;
	font-size: 35px;
	color: #242424;
	line-height: 1.2em;
	display: block;
}
.contact .style-two p {
	position: relative;
	font-size: 18px;
	font-style: italic;
	color: #242424;
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding-top: 10px;
	text-align: left;
}

.contact-date {
	background-repeat: no-repeat!important;
	margin-left: 10px;
	background-size: inherit!important;
	background-position: initial!important;
}
.contact-date .textwidget {
	padding-left: 70px;
}
.contact-date a {
	color: #242424;
	font-size: 14px;

}
.contact-date p {
	color: #fff;
	font-size: 14px;

}

.contact-date h4 {
color: #242424;
}
.contact-date p{
	color: #242424;
}
.map-contact, .map-locatie {
	position: relative;
}
.logo-map {
	position: absolute;
	bottom: 45px;
	left: 80px;
}
.contact-section-two h2{
	position: relative;
	color: #242424;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 30px;
}

.contact-section-two p {
	position: relative;
	color: #797979;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify;
	padding-top: 35px;
}
.contact-section-two a {
	color: #797979;
}
.contact-section-two .formular-contact p{
	padding-top: 0px;
}

.descriere-formular {
	padding-left: 0px;
	padding-right: 30px;
}


.default-form p{
	display: none!important;
}
.contact-section-two .contact-date p{
	padding-top: 0px;
}
.contact-section-two .contact-date h4{
	color: #404040;
	font-size: 18px;
}
.contact-section-two .contact-date a {
	color: #404040!important;
	font-size: 16px!important;
}


@media screen and (max-width: 991px)  {
#contact-maurer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
#contact-maurer .panel-grid-cell {
	width: 100%;
	    padding-bottom: 25px;
}
	.contact-formular .panel-grid-cell:nth-of-type(2) {
		padding-left: 0px!important;
	}
	.contact-section-two .panel-grid-cell:nth-of-type(2){
		padding-left: 0px!important;

}
	.contact-section-two h2 {
	font-size: 28px;
		padding-bottom: 15px;
}
	.contact-section-two p {
	font-size: 14px;
}
	.contact-section-two .contact-date a {
		color: #404040!important;
		font-size: 14px!important;
	}
	}

	/*--------------------------------------------------------------
        ## team
        --------------------------------------------------------------*/
.team-members .lsow-image-wrapper img {
	border-radius: 0px!important;
}
.lsow-team-members.lsow-style1 .lsow-team-member:hover .lsow-image-wrapper img {
   -webkit-filter: none;
   filter: none;
}
.lsow-team-members .lsow-team-member .lsow-team-member-text .lsow-title{
	font-size: 16px;
}
.team-members h5 {
	position: relative;
	font-size: 20px;
	font-style: italic;
	color: #222222;
	margin-bottom: 5px;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	padding-top: 10px;
}
.team-members-one {
	display: flex!important;
	align-items: center!important;
	padding-bottom: 0px;
}
.team-members-one .so-widget-sow-image-default-bd5cd9da0588 .sow-image-container .so-widget-image {
    height: 400px;
    display: block;
    max-width: 100%;
    width: inherit;
    height: 1;
    float: right;
    /*margin-bottom: -30px;*/
	z-index: 9;
	position: relative;
}
.team-members-one p {
	color: #222222;
	position: relative;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding-top: 10px;
	text-align: left;

}
.team-members-one h2 {
	color: #222222;
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 15px;
	padding-top: 0;

}

.team-members a {
    position: absolute;
    width: 100%;
    height: 114%;
    top: -140px;
    left: 0;
}
.team-members a:hover{
	color: transparent!important;
}
.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper .lsow-social-list i:hover {
    color: transparent;
}
.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper .lsow-social-list i {
    font-size: 26px;
    color: transparent;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}



.paragraph-about {
	position: relative;
	color: #666666;
	font-size: 16px;
	 line-height: 1.5;
	margin-bottom: 18px;
}
.red-text {
	position: relative;
	color: #FFAF3E;
	 line-height: 1.5;
	margin-bottom: 18px;
	font-size: 18px;
}
.red-text a {
	position: relative;
	color: #FFAF3E;
	 line-height: 1.5;
	margin-bottom: 18px;
}
/*--------------------------------------------------------------
    ## comunitate
    --------------------------------------------------------------*/

.comunitate p {
	position: relative;
	color: #666666;
	font-size: 16px;
	 line-height: 1.5;
	margin-bottom: 25px;
	text-align: justify!important;
	margin-top: 25px;
}


/*--------------------------------------------------------------
    ## about us
    --------------------------------------------------------------*/

.aboutus-banner {
	position: relative;
	width: 100%;
	display: block;
	height: 750px;
}

.about-us-text h2{
	position: relative;
	color: #242424;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	/* padding-bottom: 30px; */
}

.about-us-text h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #464646;
}
.about-us-text h4 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	color: #FFAF3E;
}
.about-us-text .image-fondator img {
	border-radius: 1000px;
	float: right;
}
.about-us-text p {
	position: relative;
	color: #797979;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify;
	    margin-top: 35px;
}


.five-motive h3 {
	color: #242424;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	height: 60px;
	margin-top: 20px;

}
.five-motive p {
	position: relative;
	color: #797979;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify;
	margin-top: 0px;
}

.five-motive .sow-icon-fontawesome {
	font-size: 50px;
	color: #FFAF3E;
}


.team-section {
	position: relative;
	background-position: left bottom;
	background-repeat: no-repeat!important;
}
.team-section .team-members h2 {
	position: relative;
	color: #242424;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 30px;
}



@media screen and (max-width: 991px) {

	.five-motive p {
	font-size: 14px;
}
	.five-motive h3{
	font-size: 16px;
}
	.about-us-text h2 {
		font-size: 28px;
		padding-bottom: 15px;
	}
	.about-us-text p , .describe-text p, .project-block-two p{
		font-size: 14px!important;
	}
	.banner-studio h2, .project-block-two h2 {
		font-size: 27px!important;
	}

}
@media screen and (max-width: 768px)  {
.numbers-new span.num {
  font-size: 20px !important;
  margin-left: 5px !important;
}
.numbers-new p.ap-txt {
  margin-right: 20px !important;
}
.text-custom-ap {
    padding: 120px 10px!important;
    font-size: 14px;
}
.apartament .text-custom-ap {
    padding: 20px 10px!important;
    font-size: 14px;
}
.text-custom-ap a {
    font-size: 20px!important;
    }
.garsoniere-countdown1 span {

    font-size: 17px!important;
	}
	.garsoniere-countdown1 a {

    font-size: 20px!important;
	}
.garsoniere-countdown1 {
	font-size: 14px!important;}
.garsoniere-countdown1 h2{padding-top: 40px; }
.mobile_birou_vanzari,
.mobile_apartamente{
	padding-bottom: 15px !important;
}
.garsoniere-countdown {
	font-size: 25px!important;
}
.contact_new h2 {
    margin-top: 55px;
    padding-top: 70px!important;
}
.ap-tur a{

    font-size: 20px!important;
	}
.camp-ap {
    padding-top: 0px!important;
     margin-top: 0px!important;
}
.ap-form {

    padding-bottom: 155px!important;
}
.ap-camp p {
    font-size: 16px!important;

}
.numar-telefon-new a p,
.birou-vanzari-new a span{
	color: #ffffff !important;
	padding-left: 25px;
}
.body_new {
    margin-top: -48px !important;
}
.buton-cere-oferta-new a {
  padding: 10px 10px !important;
}
.middle_logo img{
	width: 104px;
}
.buton-cere-oferta-new{
	text-align: right;
	padding-right: 0px;
}
.buton-cere-oferta-new a {
  margin-left: 0px !important;
}
.title-new-slide {
  height: 300px;
  margin-bottom: 0px !important;
  align-items: center !important;
  justify-content: center !important;
}
.title-new-slide h1 {
  padding-top: 0px;
}
.specilazation-section-new h2 {
  font-size: 26px;
}
.familii_new img{
	width: 100% !important;
}
.body_new #pg-9988-6{
	margin-bottom: 0px !important;
}
.body_new .project-block-two h2 {
	text-align: center !important;
}
.team-members-new, .proiecte_new, .elemente-descriere-new {
  margin: 0px 0px !important;
}
.contact_new, .testimonial_new {
  margin: 0px 15px !important;
}
.banner-studio h1{
	font-size:28px!important;
	bottom:60px;
}
#pg-8681-0> .panel-row-style{
		    background-position: left!important;
	}
.team-members a.lsow-dribbble { height: 200px;
 top: -230px;
}
.imp-tooltip:first-of-type {
		top: 10px !important;
}
	.contact-margin{
	margin-left: 0px!important;
}
	.header-suntem{
	position:relative;
	bottom:20px;
}

}

/*--------------------------------------------------------------
    ## apartamente
    --------------------------------------------------------------*/
.title-apartamente {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
	padding-top: 55px;
}
.title-apartamente h2 {
	color: #FFAF3E;
	position: relative;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 30px;
}
.title-apartamente h3 {
	 position: relative;
	 color: #242424;
	 font-size: 32px;
	 font-weight: 700;
	 line-height: 1.2em;
	 padding-bottom: 30px;
 }
.title-apartamente h5 {
	position: relative;
	font-size: 20px;
	font-style: italic;
	color: #222222;
	margin-bottom: 5px;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}

.apartaments-block h3 {
	position: relative;
	color: #242424;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.apartaments-block p{
	position: relative;
	color: #797979;
	font-size: 16px;
	 line-height: 1.5;
	margin-bottom: 20px;
}
.apartaments-block  {
	position: relative;

}
.shadow-box-app, .shadow-box-app-two {
	position: relative;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
	padding: 0px!important;
}
.apartaments-block-two h3 {
	position: relative;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.apartaments-block-two p{
	position: relative;
	color: #797979;
	font-size: 16px;
	 line-height: 1.5;
	margin-bottom: 20px;
}
.shadow-box-app .panel-layout .panel-grid-cell:nth-of-type(2) {

	position: relative;
	padding: 30px 55px 20px;
}


.shadow-box-app-two .panel-layout .panel-grid-cell:first-of-type {

	position: relative;
	padding: 30px 55px 20px;
}

.button-apartaments a {
	color: #ffffff;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 17px;
	padding: 11px 18px 10px 16px;
	background-color: #FFAF3E;

}
.apartamente-mobile {
	display: none;
}

.apartamente-desktop .semnatura img, .apartamente-desktop .five-motive img  {
	height: auto!important;
}
.apartamente-desktop .five-motive .iw-so-media-box-media {
   height: 64px!important;
}
.apartamente-desktop .five-motive .piata-buni img {
	height: 64px!important;
    width: 100px;
}

@media screen and (max-width: 991px)  {
	.apartamente-desktop {
		display: none;
	}
	.apartamente-mobile {
		display: block;
	}
	.apartamente-mobile {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.apartamente-mobile .panel-grid-cell {
		width: 100%!important;
		padding-bottom: 25px;
	}
}
	/*--------------------------------------------------------------
        ## studio
        --------------------------------------------------------------*/
.counter-row h3 {
	margin: 0;
	font-size: 48px;
	line-height: 1;
	font-weight: 400;
	color: #1c1c1c;
	font-family: 'Montserrat', sans-serif;
}
.counter-row p {
	color: #FFAF3E !important;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.block-three .lsow-image-wrapper:hover {
	transform: scale(1.05, 1.05) translateY(-8px);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}


.block-three .lsow-image-wrapper img {
	border-radius: 0px!important;
}
.block-three .lsow-icon-dribbble:before {
	background: url(images/symbol.png);
	opacity: 0.8;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	bottom: 0px;
	right: 0;
	width: 100%;
	height: 100%;
}
.banner-studio h1 {
    position: relative;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    padding-top: 0;
}
.banner-studio h2 {
	position: relative;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	padding-top: 0;
}
.banner-studio .textwidget {
	align-items: flex-start;
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-studio p {
	position: relative;
	font-size: 20px;
	font-style: italic;
	color: #fff;
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-align: left;

}
.banner-studio p span {
	font-weight: 500!important;
}
.tab-finantare p {
	font-weight: 400!important;
	font-size: 14px;
}

.so-widget-sow-tabs-default-02e4508ec074 .sow-tabs .sow-tabs-tab-container {
	text-align: center;
}
.banner-apartamente-section {

	background-image: url('images/header-maurer.png');
    background-position: center center;
    background-size: cover
}

 .post-navigation .nav-next  {
	display: none!important;
}
.paragraph-describe p {
	position: relative;
	color: #666666;
	font-size: 16px;
	 line-height: 1.5;
}
.banner-studio {
	position: relative;
	height: 195px;

}
.banner-studio:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* background-color: rgba(255,255,255,0.50) */
}
.banner-team {
	position: relative;
	padding-bottom:60px;
	padding-top:60px;
}
.banner-team:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.80);
}



.apartament a {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
	position: relative;
    display: block;
   height: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.apartament img:hover {
	transform: scale(1.03,1.03);
	transition: 0.2s;
}
.apartament .navigation.post-navigation a{
	display: none!important;
}
.apartament.type-apartament  {
	padding-top: 0px;
}
.apartament {
	padding-top: 35px;
}
.apartamete-randari {
	display: flex;
	flex-wrap: wrap;
	padding-top: 35px;
}
@media screen and (max-width: 991px)  {
	.banner-studio {
		position: relative;
		padding-top: 75px;
		padding-bottom: 20px;
	}
}
/* texte categorii */
.nota p {
	position: relative;
color: #797979;
font-size: 14px;
margin-bottom: 3px;
display: block;
font-family: Montserrat, sans-serif;
font-weight: 400;
padding-top: 10px;
}
.nota li p {
    display: inline-block;
}
.nota .subtitlu-preturi {
	position: relative;
font-size: 20px;
font-weight: 500;
font-style: italic;
color: #FFAF3E;
margin-bottom: 5px;
display: inline-block;
font-family: 'Montserrat', sans-serif;
text-align: left;
}
.nota h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
	font-weight: 700;
	padding-top: 40px;
}
.modalitati-plata .titlu-modalitati {
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-top: 40px;
    color: #404040;
}
.nota .paragraf-1 {
	padding-right: 43px;
}
.descriere{
	padding-left: 0px;
	padding-right: 0px
}
.nota .denumire a {
	color: #333;
    font-weight: 700;
	font-size: 14px;

}
.nota .denumire a:hover {
	text-decoration: none;
}

.nota .subdenumire {
	color: #333;
    font-weight: 400;
	font-size: 14px;
	display: flex;
    padding-left: 40px;
    margin-top: -15px;
}
.nota .subdenumire-rata {
	color: #333;
    font-weight: 400;
	font-size: 14px;
	display: flex;
    padding-left: 30px;
	padding-left: 95px;
    margin-top: -45px;
}
.randare {
	padding-top: 40px;
	padding-left: 0px;
    padding-right: 0px;
}
.nota h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
	font-weight: 400;
	padding-top: 40px;
}
.modalitati-plata{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
    padding-right: 0px;
}
.mod-plata {
	display: flex;
}
.mod-plata .denumire {
	align-self: center;
	padding-left: 20px;
}
.pt-25 {
	padding-top: 25px;
}
/*--------------------------------------------------------------
    ## finisaje
    --------------------------------------------------------------*/
.finisaje-describe.right-text {
	margin-top: 0px;
}
.describe-text p{
	position: relative;
	color: #797979;
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	padding-top: 10px;
}

.nota ul {
	position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
	padding-top: 10px;


}

.describe-text .avantaje li {
	list-style: circle;
}
.describe-text .avantaje p {
	line-height: 1.8;
}
.fa-check-square-o {
	padding-right: 5px;
}
.describe-text li {
	list-style: decimal;
	position: relative;
	color: #797979;
	font-size: 16px;
	line-height: 1.5;

}
.describe-text ol {
	margin: 0;
}
.finisaj-exterior i {
	padding-right: 15px;
	color: #FFAF3E;
}
.finisaje-image img{
	padding-right: 30px;
}
/*--------------------------------------------------------------
## finantare
--------------------------------------------------------------*/

.finantare-image img{
	padding-left: 35px;
}
@media screen and (max-width: 991px)  {
	.finantare-image img {
		padding-left: 0px;
	}
}


/*--------------------------------------------------------------
## galerie
--------------------------------------------------------------*/
.nimble-portfolio .title, .-link.-readmore, .-link.-viewproject {
	display: none;
}.nimble-portfolio .-filters {
	text-align: center;
	padding-bottom: 35px;
 }

.-skin-default .-filters .-filter {
	color: #383a45;
	margin-right: 5px;
	cursor: pointer;
	padding: 0px 17px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	background: transparent;
	margin-bottom: 5px;
	border: none!important;
}
.-skin-default .-filters .-filter:hover, .-skin-default .-filters .-filter.active {
	border-color: none;
	color: #FFAF3E;
	box-shadow: none;
	background: #fff!important;
}

#wpsm_counter_b_row_248 .wpsm_counterbox .wpsm_count-title, #wpsm_counter_b_row_248 .wpsm_counterbox .wpsm_number {
	font-family: 'Montserrat', sans-serif!important;
	letter-spacing: 2px!important;
	color: #FFAF3E!important;
	position: relative!important;
	font-size: 35px!important;
	font-weight: 700!important;
	color: rgb(36, 36, 36)!important;
	line-height: 1.2em!important;
	display: block!important;
}
/*--------------------------------------------------------------
    ## Locatei
    --------------------------------------------------------------*/

.visibility-mobile{
	display: none!important;
}
@media screen and (max-width: 991px)  {

.hidden-mobile {
	display: none!important;
}

.visibility-mobile .about-us-text {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.visibility-mobile .about-us-text .panel-grid-cell {
	width: 100%!important;
	    padding-bottom: 25px;
}
.visibility-mobile{
	display: block!important;
}

}


	/*--------------------------------------------------------------
    ## footer
    --------------------------------------------------------------*/
.address:before {
	content: "\f041";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
}
.tel:before {
	content: "\f10b";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
}
.mail:before {
	content: "\f003";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
}
.main-footer {
	position: relative;
	background-color: #313131;
	border: 1px solid rgba(255,255,255,0.02);
	margin: 0px 70px;
}
.main-footer .widgettitle {
	display: none;
}
.auto-container {
	position: static;
	padding: 0px 15px;
	margin: 0 auto;
}
.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px;
}
.main-footer .widgets-section {
	position: relative;
	padding: 65px 35px 40px;
}
.address-widget {
	position: relative;
}
#footer-link {
	align-items: center;
	justify-content: start;
	display: flex;
}
#footer-link .navigationbar {
	border: 0;
	padding: 0px 0;
}
#footer-link .navigationbar ul.clear_fix {
	padding: 0;
	margin: 5px;
}
#footer-link .navigationbar ul.clear_fix li:first-child {
	border: 0;
}
#footer-link .navigationbar ul.clear_fix li a {
	line-height: 1.2em;
}
.main-footer .footer-widget span.title-footer {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.footer-widget ul {
	position: relative;
}
#footer-link .navigationbar ul.clear_fix li {
	border-left: 1px solid #9B9B9B;
	padding: 0;
	margin: 0;
}
.clear_fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.navigationbar li.bar-two {
	float: left;
	text-align: center;
}
.navigationbar li.bar-two p {
	margin-bottom: 0;
}
.navigationbar li.bar-two .widget {
	margin-bottom: 0;
}
.shadow-footer {
	padding-left: 0px;
}
.shadow-footer a {
	color: rgba(255,255,255,0.70);
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;

}
#footer-link .navigationbar ul.clear_fix li a {
	line-height: 1.2em;
	padding: 0 12px;

}
#footer-link .navigationbar ul.clear_fix li:first-child a {
	padding-left: 0px;
}
.shadow-footer li {
	font-size: 14px;
	list-style-type: none;
	line-height: 1.5;
	font-weight: 400;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.address-widget p {
	position: relative;
	margin-bottom: 18px;
	font-size: 15px;
	color: rgba(255,255,255,0.70);
	font-family: 'Montserrat', sans-serif;
}
.adress-footer {
	display: flex;
	justify-content: center;
}
.program-two {
	display: flex;
	align-self: center;
}
.address-widget ul li strong {
	font-weight: 600;
}
.footer-widget p {
	position: relative;
	margin-bottom: 18px;
	font-size: 14px;
	color: rgba(255,255,255,0.70);
	font-family: 'Montserrat', sans-serif;
	line-height: 2;
}
.dezvoltat-by p {
	position: relative;
	margin-bottom: 18px;
	font-size: 10px;
	text-align: center;
	color: rgba(255,255,255,0.70);
	font-family: 'Montserrat', sans-serif;
	line-height: 2;
}
.footer-widget ul li.page_item {
	position: relative;
	margin-bottom: 8px;
}
.footer-widget  a {
	position: relative;
	font-size: 14px;
	color: rgba(255,255,255,0.70);
	font-family: 'Montserrat', sans-serif;
}
.links-widget p {
	position: relative;
	font-size: 15px;
	 line-height: 1.5;
	margin-bottom: 40px;
	color: rgba(255,255,255,0.70);
	font-family: 'Montserrat', sans-serif;
}
#media_image-2 {

}
.link-footer {
	display: flex;
	justify-content: center;
}
.link-footer a {
	font-family: 'Montserrat', sans-serif;
	color: #9B9B9B;
	font-size: 12px;
	text-decoration: none;
	padding-right: 0px;
}
.footer-bottom {
    border-top: 2px solid #404040;
    clear: both;
	padding-top: 20px;
}
.footer-bottom-one  {
	clear: both;
	padding-top: 15px;
}
.pb-0 {
	padding-bottom: 0px;
}
.site-info {
    font-family: 'Montserrat', sans-serif;
    color: #9B9B9B;
    font-size: 14px;
    float: left;
    text-decoration: none;
	padding-left: 0px;
}
.dev-info {
    text-align: right;
}
.dev-anpc {
	text-align: center;
}
.dev-anpc  {
	font-family: 'Montserrat', sans-serif;
	color: #9B9B9B;
	font-size: 14px;
	text-decoration: none;
	padding-right: 0px;
}
.dev-info, .dev-info a {
    font-family: 'Montserrat', sans-serif;
    color: #9B9B9B;
    font-size: 14px;
    text-decoration: none;
	padding-right: 0px;
}
.dev-info a {
	font-weight: bold;
}
.d-flex {
	display:flex;
}
.align-self-center{
	align-self: center;
}

.so-panel.widget.widget_siteorigin-panels-postloop {
	display: none!important;
}

@media screen and (max-width: 1140px){
  .main-footer {
  	margin: 0px;
  }
}

@media screen and (max-width: 991px) {

	.elemente-footer {
		text-align: center;
	}

	.dev-info {
		text-align: center;
	}

	.site-info {
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.spacer {
		display: none;
	}

	.d-flex {
		display: block;
	}

	.program-two {
		display: block;
	}

	.site-footer .so-widget-sow-image-default-bd5cd9da0588 .sow-image-container .so-widget-image {
		display: initial;
		width: 200px;
	}

	.footer-widget a, .footer-widget p, .shadow-footer a, .site-info, .dev-info, .dev-info a {
		font-size: 12px;
	}

	.navigationbar li.bar-two {
		float: none;
		text-align: center;
	}

	#footer-link .navigationbar ul.clear_fix li {
		border-left: none;
	}
	#footer-link {
		align-items: center;
		justify-content: center;
		display: flex;
	}
	.logo img{
		width: 200px;
	}
	.footer-widget p {
		margin-bottom: -30px;
	}
}
/*--------------------------------------------------------------
## newsletter
--------------------------------------------------------------*/
.abonare-news {
	padding-top: 60px;
	padding-bottom: 60px;
}
.titlu-formularnl {
	position: relative;
    color: #242424;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.mesaj-nl {
	position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
}
.abonare-news .caldera-grid .form-control{
	padding: 24px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #666666!important;
    background-color: #fff;
	background-clip: padding-box;

    border: 1px solid #ced4da!important;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.abonare-news .caldera-grid .form-control:focus {
	border-color: #ced4da !important;
}
/*--------------------------------------------------------------
## chat
--------------------------------------------------------------*/

.thank-you-row {
	height: 100vh;
}
.thank-you-inner {
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.50);
	background-color: #fff;
	margin-top:15vh;
	padding: 45px 20px;
}
.thank-you-inner p {
	font-size: 16px;
}
.multumim-row {
	height: 100vh;
}
.multumim-row h3 {
	margin-top: 30vh;
}
.sticky-contact {
	max-width: 378px;
	transition: all 0.4s ease 0s;
	right: -2%;
	clear: right;
	float: right;
	top: 15%;
	position: absolute;
	z-index: 999;
}

.sticky-contact .checkbox label {
	color:#333;
}
.sticky-contact #caldera_form_3,#caldera_form_4 {
	background: rgb(255, 255, 255);
	right: 2%;
}
.sticky-contact #caldera_form_3,#caldera_form_4 form {
	border: 1px solid #FFAF3E;
}
.sticky-contact #caldera_form_3,#caldera_form_4 .btn.btn-default.buton-trimitere {
	margin-left: 15px;
}
.sticky-contact #caldera_form_3,#caldera_form_4 form input.form-control,
.sticky-contact #caldera_form_3,#caldera_form_4 form textarea {
	width: 100%;
	margin: 0 auto;
	color: #000!important;
}
.sticky-contact #caldera_form_3,#caldera_form_4 div.checkbox {
	padding: 0px 15px;
}

.sticky-contact h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	background-color: #FFAF3E;
	color:#fff;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
	animation-name: wiggle;
	-o-animation-name: wiggle;
	-ms-animation-name: wiggle;
	-moz-animation-name: wiggle;
	-webkit-animation-name: wiggle;
	animation-duration: 5s;
	-o-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	-moz-animation-play-state: running;
	-webkit-animation-play-state: running;
	margin-bottom: 10px;
	margin-right: -16px;
	padding:15px;
}


@-webkit-keyframes wiggle {
  /* 0% {-webkit-transform: rotate(5deg);}
  25% {-webkit-transform: rotate(-5deg);}
  50% {-webkit-transform: rotate(10deg);}
  75% {-webkit-transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(0deg);} */
	2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
}
20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
}
}

@-ms-keyframes wiggle {
  /* 0% {-ms-transform: rotate(1deg);}
  25% {-ms-transform: rotate(-1deg);}
  50% {-ms-transform: rotate(1.5deg);}
  75% {-ms-transform: rotate(-5deg);}
  100% {-ms-transform: rotate(0deg);} */
	2% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
}
4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
}
20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
}
}

@keyframes wiggle {
  /* 0% {transform: rotate(10deg);}
  25% {transform: rotate(-10deg);}
  50% {transform: rotate(20deg);}
  75% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);} */
	2% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
}
4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
}
20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
}
}

/* MAURER CRACIUN */
/* body {
	background: url('https://www.maurerconstanta.ro/wp-content/uploads/2018/11/grup-1.png');
	background-repeat: no-repeat;
}
.branding {
	padding: 10 0px!important;
}
#masthead {
    background-color: transparent;
    z-index: 999!important;
}
	.date-contact .text-area a  {
		color: #fff!important;
	}
	.numbers-apartaments .ap-txt {
		color: #fff!important;
	}
	.site-branding {
		top: -20px;
	}
	.buton-cere-oferta a {
		/*background: url('https://www.maurerconstanta.ro/wp-content/uploads/2018/11/buton-verde.png');*/
		background-repeat: no-repeat;
		border: none!important;
		box-shadow: none!important;
		background-position: center;
		width: 100%;
		height: 69px;
		text-align: center;
		padding-top: 25px;
	    background: #49b515;
	}
	.numbers span.num {
		background-color: transparent!important;
	}
	.numbers span.num span.line {
		border-bottom: none!important;
	}
	.buton-cere-oferta {
		position: relative;
	}
 .img-pin {
	position: absolute;
    left: -25px;
    top: -30px;

	}
.birou-vanzari {
	position: relative;
}
.star-clip{
    position: absolute;
    left: -80px;
    top: -60px;
}
.pin-cone {
	position: absolute;
    right: -35px;
    bottom: -63px;
}
#mysticky-nav.wrapfixed {
	/* background: url('https://www.maurerconstanta.ro/wp-content/uploads/2018/11/slice-bg.png')!important; */
}
.diferentiatori {
	background: #fff;
}
#primary-menu {
	margin-bottom: 0px!important;
}
.entry-content {
	background: #FFF;
}
.left-info-bar .number a {
	/* color: #FFF; */
	text-decoration: none!important;
}
@media screen and (max-width: 1514px) {
	.birou-vanzari, .numar-telefon, .buton-cere-oferta, .numbers-apartaments {
		padding-right: 0px;
		padding-left: 0px;
	}
.buton-cere-oferta a{
	width: 80%;
}
}
@media screen and (max-width: 1442px) {
	.txt-tel {
		font-size: 18px!important;
	}

}
@media screen and (max-width: 1283px) {
	.txt-tel {
		font-size: 16px!important;
	}

}
@media screen and (max-width: 1200px) {
	body {
		background-position: center -200px;
	}
}
@media only screen and (max-width: 991px){
.numar-telefon, .buton-cere-oferta {
    padding-right: 15px;
    padding-left: 15px;
}
.buton-cere-oferta a {
	width: 100%;
}
.site-branding {
	padding-left: 0px;
}
.buton-cere-oferta{
	width: 50%;
}
.numar-telefon {
    width: 75%;
}
.img-pin {
    position: absolute;
    left: -55px;
	top: -12px;
	height: 90px;
}
}
@media screen and (max-width: 840px) {
	.diferentiatori {
		margin-top: -30px;
	}
}
@media only screen and (max-width: 630px){
.buton-cere-oferta {
    width: 90%;
}
.title-new-slide h1 {
    font-size: 40px!important;
	}
	.specilazation-section-new h2 {

    font-size: 28px!important;
}

.left-txt-new h2{
	font-family: 'ext_unicase800'!important;
	text-align: center;
}
}
@media only screen and (max-width: 550px){
	.buton-cere-oferta a {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.specilazation-section-new{
		background-image: none!important;
	}
	.logo-new {
    margin-top: 0px!important;
		padding-bottom: 15px;
    padding-top: 15px;
}
.footer-info-new{
	margin-bottom: 0px!important;
}
#pages-2-new {
	position: relative!important;
}
.buton-cere-oferta-new a {

    font-size: 14px!important;

    padding: 15px 30px!important;
	}
.main-footer-new {
    background-image: linear-gradient(to right, #FFC115 , #FFEC42);
    position: relative;
    padding-top: 10px!important;
    margin: 0px!important;
}
.contact-footer-new a {

    margin-left: auto!important;
		margin-right: auto;
    padding-bottom: 15px;
}
.contact-footer-new1 p {

    margin-left: auto!important;
		margin-right: auto;

}
	.logo-imobiliare{
		display: none!important;
	}
	.logo-imobiliare p{
		display: none;
	}
	.img-pin {
		display: none;
	}
	.buton-cere-oferta{

	}
	.branding {
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}
	.branding-new {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.site-branding-new {
    padding-right: 5px;
}
.pull-left-new{
	max-width: 150px;
}
.birou-vanzari-new{
	display: none;
}
.numar-telefon-new{
	display: none;
}
.top-logo-new{
	display: none;
}
.buton-cere-oferta-new a{
	font-size: 14px;
}
.numbers-apartaments-new{
	display: none;
}
	.buton-cere-oferta a {
	    font-size: 12px;
	    line-height: 12px;
	    padding-left: 0;
	    padding-right: 0;
	    width: 120px;
	    text-align: center;
	    height:auto;
	}
	.site-branding{
		padding-right:5px;
	}
	.buton-cere-oferta{
		padding-right:0;
}
}
@media only screen and (max-width: 550px){
	div.wpgdprc-consent-bar {
	    top: 40px;
	    bottom: auto!important;
	}
	.star-clip {
		display: none;
	}
}
/* MAURER CRACIUN */
/* #section-maurer img{
    height: auto !important;
    max-height: 520px;
}
*/

#welcome_home {
    max-width: 660px;
    position: relative;
    margin: 0 auto;
    display:none;
    position:relative;
}
.mfp-content #welcome_home {
	display:block;
}
#welcome_home .mfp-close{
	position:absolute;
}
.mfp-bg{
	z-index:99999999;
}
.mfp-wrap{
	z-index:9999999999;
}
.youtube_link_container{

}
.youtube_link_container a{
	color:#242424;
	text-decoration:none;
}
.youtube_link_container img{
	max-width:70px;
}

footer .youtube_link{
	display:none !important;
}
@media all and (max-width:991px){
	.youtube_link_container{
		left:265px;
		bottom:70px;
	}
}
@media all and (max-width:780px){
	.youtube_link_container{
		bottom:50px;
	}
	.foogallery-album-gallery-list .foogallery-pile {
        margin-right: 11px!important;
    margin: 1px 1px 15px 10px !important;
}
	.paragraph-about .text-team p{
	transform:translatey(0%)!important;
}
}

/* STYLE NEW START */
@media screen and (max-width:414px){
.specilazation-section-new h2 {
  font-size: 20px!important;
}
.body_new #pgc-9988-17-0 {
  margin-bottom: 0px !important;
}
.body_new .elemente-descriere h3 {
  height: 76px !important;
}
}
/* STYLE NEW END */
@media all and (max-width:380px){
	.youtube_link_container{
		position:relative;
		left:auto;
		bottom:auto;
	}
}
.columns_offers .widget-title{
	display: inline-block;
    padding: 10px 20px;
    background: #ffaf3e;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom:20px;
}
.columns_offers p{
	font-size:16px;
}
.bigger_text p{
	font-size:16px;
}
/*
.main_offers_section{
	padding:100px 0;
}
.main_offers_section .container{
	max-width:900px;
}
.main_offers_section .section_title{
	margin-bottom:30px;
}
.main_offers_section h1{
	text-align:center;
	font-size:42px;
}
.main_offers_section p{
	font-size:16px;
}*/
.container-collumn2{

    margin-top:-70px;
}
/* .fb_iframe_widget {
  display: inline-block;
  position: relative;
  float: right;
  top: -130px; */

.shiftnav-menu-title.shiftnav-site-title,
#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content,
.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main {
	display: none!important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
  display: block;
  color: #eee!important;
  border-bottom: 1px solid #111;
  border-top: 1px solid #313131;
  text-shadow: none!important;
  font-weight: 400;
  text-transform: uppercase;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
	background: #b01f24!important
}
.shiftnav .shiftnav-panel-close {
	background: #333!important;
}
.shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	font-size: 13!important;
}

/* CUSTOM TABLE */
.tablepress tbody tr:last-of-type {
	border-top: 1px solid #FFAF3E ;
}
.sticky-element-placeholder.sticky-element-active {
	float: right!important;
}
.CF5b913b1a654f9{
	background: white;
}
/*----------GALERIE------------*/
.foogallery-album-gallery-list .foogallery-pile h3{
	font-size:14px!important;
	height:50%;
	color:white!important;
	background-color:#000!important;
	}

.foogallery-album-gallery-list .foogallery-pile{
	    margin-right: 11px!important;

}
.paragraph-about .text-team p{
	transform:translatey(100%);
}
/* Pret Counter */
.pret-counter{
	margin-left:5px;
}
.pret-counter h1{
	font-size: 22px;
	font-weight: 500 !important;
}
.pret-counter span{
	color: #333333;
	font-size: 50px;
	font-weight: 500 !important;
}
.contact-location{
	margin-left: 50px;
}
.contact-imagine{
	margin-bottom:-60px;
}
.contact-margin{
	margin-left: 100px;
    margin-top: 10px;
}

/* Formular dreapta */
@keyframes wiggle {
2% {transform: translateX(3px) rotate(2deg);}
4% {transform: translateX(-3px) rotate(-2deg);}
6% {transform: translateX(3px) rotate(2deg);}
8% {transform: translateX(-3px) rotate(-2deg);}
10% {transform: translateX(2px) rotate(1deg);}
12% {transform: translateX(-2px) rotate(-1deg);}
14% {transform: translateX(2px) rotate(1deg);}
16% {transform: translateX(-2px) rotate(-1deg);}
18% {transform: translateX(1px) rotate(0);}
20% {transform: translateX(-1px) rotate(0);}
}

/* #caldera_form_3 {
	background-color: #fefefe ;
	padding: 10px!important;

	border-radius: 3px;
	color: #444;
} */
#caldera_form_3,#caldera_form_4 label {
	font-weight: 400;
}
#caldera_form_3,#caldera_form_4 h5 {
	font-weight: 400;
	color: #62aa0a;
}
form#CF5b913b1a654f9_3 ,#CF5b913b1a654f9_4 .row {
	padding-left: 15px;
	padding-right: 0;
	padding-top: 5px;

}
#CF5b913b1a654f9_3-row-1,#CF5b913b1a654f9_4-row-1 {
	background: #ffaf3e;
	margin: 0 0 10px 0 ;

animation-duration: 5s;
animation-iteration-count: infinite;
animation-name: wiggle;
animation-play-state: running;
animation-timing-function: linear;
}
/* #{
	background: #ffaf3e;
	margin: 0 0 10px 0 ;

animation-duration: 5s;
animation-iteration-count: infinite;
animation-name: wiggle;
animation-play-state: running;
animation-timing-function: linear;
} */
#CF5b913b1a654f9_3-row-1,#CF5b913b1a654f9_4-row-1 p {
	text-align: left;
}

#CF5b913b1a654f9_3-row-1,#CF5b913b1a654f9_4-row-1 h5 {
	color: white;
	margin-bottom: -5px;
	padding: 5px 0 0 0;
	font-size: 20px;
	font-weight:bold;
}

#caldera_form_3,#caldera_form_4 {
	padding: 0 ;
}
#caldera_form_3,#caldera_form_4 .row {
	padding: 0 10px;
}
#caldera_form_3,#caldera_form_4 label {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	font-size:15px;
}
#caldera_form_3,#caldera_form_4 .checkbox label {
	font-size: 11px;
/* 	margin-left: 25px; */
}
.btn {
	font-size:20px;
}
input.btn-default {
	background: #62aa0a ;
	color: #efefef ;
	text-transform: uppercase;
}
.btn-blue {
	background-color:#ffaf3e;
	float:right!important;
	margin-bottom:10px;
	font-size:20px!important;
	text-transform: capitalize;
	border: 2px solid #FFAF3E!important;
}
input.btn-blue:hover {

    color: #FFAF3E!important;
    background: none!important;
}

@media only screen and (max-width: 360px) {
	#coloana-formular,
	.ast-above-header-wrap {
		display: none;
	}
	.elementor-element-4ed264a0 {
		background-image: none !important;
	}
}
/* Stil Formular Sticky */
.text-sub-header-form {
	font-size:13px;
	color:white;
	text-align:center;
	margin-bottom:-3px;
	font-weight:bold;
}
.text-footer-formular {
	font-size:11px;
	text-align:center;

	font-weight:bold;
}
.text-gata {
	font-size:14px;
}
.CF5b913b1a654f9 .sticky-element-active{
	width: 378px!important;
}
/* @media screen and (max-width: 1250px){
	.sticky-element-placeholder.sticky-element-active {
	float: right!important;
		width: 228px!important;
}
	.sticky-contact #caldera_form_3 form{
		width: 320px!important;
	}
/* 	.sticky-contact {
	max-width: 300;
	transition: all 0.4s ease 0s;
	position: absolute;
	right: -2%;
	clear: right;
	float: right;
	top: 25%;
	z-index: 999;
} */
.CF5b913b1a654f9{
	background-color:white!important;
}
.imagine-finisaje{
	margin-top:70px;
}
/* .pull-left img{
	width: 255px!important;
} */
.logo-imobiliare{
	display: inline-flex;
}
/* .column-yellow{
	background-image: linear-gradient(to right, #fcbe17 , #faee41);
} */
/* .column-yellow .project-block p{
	color:black;
} */
.column-inside{
	padding: 30px;
}
#email-page .fa-check{
	color:yellow;
}
#CF5d4048a8cdaa6_1-row-4{
	text-align:center;
}
.image-email img{
	height:auto!important;
}
#fld_3810699_1 .form-control{
	    border: 1px solid #000!important;
    border-top: 1px solid black!important;
}
.meniu-campanii a{
	color: #ffaf3e;
     border-bottom: 1px solid #ffaf3e;
     padding: 20px 0 0 0;
}
.pull-left img {
    width: 150px!important;
}
.valueContainer g:nth-child(2) .wheelImage {
	background: url("/avantgarden3/wp-content/uploads/2019/12/Asset-3.png") center no-repeat!important;
}
.optinspin-sub-btn button, input[type="button"], input[type="reset"] {
  font-size: 1.75rem!important;
}
.test1 .lsow-testimonials-slider .lsow-testimonial-text i{
	display:none;
}
.ce-spun, .test2{
	height: 502px;
	background-repeat: no-repeat!important;
}
.test {
	padding-top: 240px;
}
/*.test1 .lsow-testimonials-slider.lsow-container {
	width: auto!important;
	max-width: 1160px!important;;
}*/

.test1 .lsow-testimonials-slider .lsow-testimonial-text {
    text-align: center;
    max-width: 500px;
    /*margin: 0 auto 40px;*/
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    color: #fff;
		padding-top: 200px;
}
/*.ap-txt {
	color: #fff!important;
}*/
.site-branding-new img{
	filter: invert(1);
}
.left-txt-new {
	padding: 0 10px 0 10px;
}
@media screen and (max-width: 1920px){
	.tombola-header{
		padding-top: 500px!important;
		max-width: 1640px!important;
	}
	.banner-tombola{
		height: 590px!important;
	}
}

@media screen and (max-width: 1440px){
	.team1 {

	    top: 100px!important;
	    font-size: 20px!important;
	}
	.banner-tombola{
		height: 435px!important;
}
.tombola-header {
	padding-top: 333px!important;
    max-width: 1150px!important;
}
.tombola p{

	font-size: 12px!important;
	line-height: 9px!important;

}
.continut-tombola {
    font-size: 16px!important;
	}

}

@media screen and (max-width: 1336px){
	.buton-cere-oferta-new a {
    padding: 10px 15px !important;
}
.numbers-new span.num {
    font-size: 32px !important;
	}
	.shadow-footer a {

    font-size: 9px!important;
}
.site-info-new{
	font-size: 9px!important;
}
/*.tur iframe{
	height: 400px!important;
}*/
.team1 {

    top: 75px!important;
    font-size: 20px!important;
}
.banner-tombola{
	height: 400px!important;
}
.tombola-header {
padding-top: 315px!important;
	max-width: 1150px!important;
}

}
@media screen and (max-width: 1250px){
	.numbers-new span.num {
	    font-size: 25px !important;
		}
		.numbers-new p.ap-txt {

    font-size: 14px;
	}
	.banner-tombola{
		height: 340px!important;
}
.tombola-header {
	padding-top: 255px!important;
    max-width: 1150px!important;
}
.tombola p {
    font-size: 10px!important;
		line-height: 6px!important;
}
.tombola {
    padding-left: 125px!important;
	}
}
@media screen and (max-width: 768px){
	.team1 {
      top: 0px!important;
	    font-size: 16px!important;
	    padding: 5px!important;
	    margin-right: 0px!important;
	    position: relative;
	    border: 10px solid #ffffff!important;
	}
	.team-nume h3{
		font-weight: 600;
	    font-size: 25px;
			text-align: center;
	}
	.copii-titlu h2 {
    top: 4%!important;
    right: 21%!important;
    font-size: 27px!important;

}
.copii-acasa h3 {
    font-size: 25px!important;
	}
	.copii-acasa h2 {
	    font-size: 25px!important;
		}
	.copii-imagine p {

    font-size: 25px!important;
	}
	.copii-acasa h5 {

    font-size: 25px!important;
	}
	.tombola{
		padding-left: 0px!important;
		padding-bottom: 30px;
	}
	.banner-tombola{
		height: 150px!important;
		background-size: contain!important;
    background-repeat: no-repeat!important;
	}
	.tombola p {

    font-size: 12px!important;
    line-height: 15px!important;
}
.continut-tombola{
	font-size: 14px!important;

}
.tombola-header{
	max-width: 1800px;
}
}
.caldera-grid .checkbox input[type=checkbox]{
	margin-top: 16px;
}
.team1 {

    top: 150px;
    font-size: 25px;
    padding: 50px;
    margin-right: -125px;
    position: relative;
    border: 20px solid #ffffff;
}
.team-nume h3{
	font-weight: 600;
    font-size: 35px;
}
.faza .so-widget-sow-image.so-widget-sow-image-default-b37b538aacbf {

    max-width: 300px;
	}
	.faza p {
    position: relative;
    color: #030504;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 18px;
		padding: 0 50px 0 50px;
}
.faza h3{
	font-weight: 600;
}
/*Tombola martie*/
.banner-tombola{
	height: 660px;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}
.tombola p{
	color: #444;
	font-size: 15px;
	line-height: 10px;

}
.tombola {
padding-left: 200px;
/*	transform: translate(0%, 22%) !important;*/
}

.tombola-header{
	padding-top: 550px;
	max-width: 1800px;
}
.continut-tombola{
	font-size: 20px;
	color: #000;
	padding: 50px 0 0 0;
	margin-top: -30px;

}
.continut-tombola a{
	color: #000;
	text-decoration: none;
}
.continut-tombola span{
	background-color: #fff;
	padding: 4px;
}
.continut-tombola p{
	line-height: 36px;
}
#pg-14366-1> .panel-row-style {
    background-image: linear-gradient(to right, #ffbd03 , #FFEE00)!important;
}
.contact-nou .caldera-grid label {
	font-size: 16px;
}
.contact-nou .caldera-grid .row{
	/*text-align: center;*/
}
.contact-nou .caldera-grid .checkbox input[type=checkbox] {
    margin-top: 30px;
}
.contact-nou .caldera-grid .btn {
    display: block !important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.pret-corect{
	font-size: 18px;
	padding-top: 30px;
}
.pret-corect h2{
	font-weight: 600;
	font-size: 35px;
	margin-left: -15px;
	font-family: 'ext_unicase800'!important;
}
.contact_new #caldera_form_3, #caldera_form_4 h5{
	color: #000!important;
}
.contact_new .caldera-grid .form-control{
	background-color:transparent!important;
}
.iw-so-slider.slick-dotted .slick-dots li button:before{

    font-size: 60px!important;
    color: #FFBB08!important;
}
/*tur virtual*/
.btn-tur {
	background-image: linear-gradient(to right, #FFC419 , #FFED42);
	padding: 25px;
	text-align: center;
	font-size: 40px;
 color: #fff;
 border-radius: 20px;
}
.btn-tur a:visited{
		text-decoration: none!important;
		color:#fff!important;
}
.buton-virtual a{
	text-decoration: none!important;
	color:#fff!important;

}
.buton-virtual{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tur-btn{

		background-image: linear-gradient(to right, #FFC419 , #FFED42);
		padding: 10px 20px;
		text-align: center;
		font-size: 25px;
	 color: #fff;
	 border-radius: 20px;
	 margin-top: 20px;
	 text-decoration: none!important;
	 width: 185px;
}
.ap-tur a{
	text-align: center!important;
    background-color: red;
    font-size: 30px;
    border: none!important;
    border-radius: 30px!important;
    color: #FFF!important;
    padding: 30px 70px!important;
    font-weight: 600;
		text-decoration: none;
}
.apart-tur{
	margin-top: -50px;
}
.ap-camp p{
	font-size: 18px;
	color: #404040!important;
}
.camp-ap a{
	color: #404040!important;
}
.camp-ap h4{
	padding-top: 10px!important;
}
.contact_new h2{
	font-weight: 600;
    font-size: 35px;
    text-align: center;
    font-family: 'ext_unicase800'!important;
		padding-top: 50px;
}
.post-14801 .modalitati-plata .titlu-modalitati {

    padding-top: 0px!important;
	}
.camp-ap{
	padding-top: 0px!important;
	margin-top: -100px;

}
.ap-form{
	padding-top: 60px!important;
	padding-bottom: 80px;
}
.ap-multi{
	font-size: 16px;
    padding-top: 30px;
}
.ap-multi h2{
	font-weight: 600;
    font-size: 35px;
    text-align: center;
    font-family: 'ext_unicase800'!important;

}
.garsoniere-promo p{
	line-height: 36px;
}
.garsoniere-promo h3{
	font-weight: 600;
}
.garsoniere-countdown span{
	box-shadow: 0 0 5px 5px grey;
	background-color: #e7a61a;
color:#fff;
font-size: 40px;
padding: 5px;
}
.garsoniere-countdown {
	font-size: 30px;
	font-weight: 600;
}
.garsoniere-countdown{
	box-shadow: rgba(82, 73, 142, 0.2) 0px 10px 30px -6px;
    background: rgb(255, 255, 255);
		padding: 20px 0;

}
.garsoniere-countdown1 span{
	box-shadow: 0 0 5px 5px grey;
	background-color: #FFD319;
color:#fff;
font-size: 25px;
padding: 5px;
margin-top: 5px;
}
.garsoniere-countdown1 span:hover{
	box-shadow: 0 0 5px 5px grey;
	background-color: #000;
color:#fff;
font-size: 25px;
padding: 5px;
margin-top: 5px;
}
.garsoniere-countdown1 {
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
}
.garsoniere-countdown1 p{

	line-height: 45px;
}
.garsoniere-countdown1 h3{
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
}
.garsoniere-countdown1{
	box-shadow: rgba(82, 73, 142, 0.2) 0px 10px 30px -6px;
    background: rgb(255, 255, 255);
		padding: 20px 0;
}
a.jx-knightlab span.juxtapose-name{
	display:none!important;
}
a.jx-knightlab div.knightlab-logo{
		display:none!important;
}
.text-custom-ap span{
	box-shadow: rgba(82, 73, 142, 0.2) 0px 10px 30px -6px;
	background-color: rgb(255, 255, 255);
color:#000;
font-size: 16px;
padding: 5px;
}
.text-custom-ap span:hover{
	box-shadow: rgba(82, 73, 142, 0.2) 0px 10px 30px -6px;
	background-color: #000;
color:#fff;
font-size: 16px;
padding: 5px;
}
.text-custom-ap{
	padding: 20px 10px;
	font-size: 14px;
}
.imv{
	padding-top: 30px;
}
.ap-tur25 a{
	text-align: center!important;
    background-color: red;
    font-size: 30px;
    border: none!important;
    border-radius: 30px!important;
    color: #FFF!important;
    font-weight: 600;
    text-decoration: none;
    max-width: 300px;
	}
.text-custom-ap a {
	background-color: #000;
	color:#fff;
	box-shadow: 10px 10px 5px 0px rgba(138,136,138,1);
	padding: 10px 25px;
	font-size: 22px;
	text-decoration: none;
	margin-top: 20px;
	max-width: 550px;
}
.text-custom-ap a:hover {
	background-color: #fff;
	color:#000;
}
.garsoniere-countdown2 span {
    /*box-shadow: 0 0 5px 5px grey;*/
    background-color: #FFD319;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    margin-top: 5px;
}
.garsoniere-countdown2{
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}
.garsoniere-countdown2 p{

    line-height: 33px;
}
.modalitati-plata span{
	font-size: 25px;
	color: red;
	font-weight: 600;
}
.apartament .modalitati-plata .titlu-modalitati {
  padding-top: 0px!important;

}
.garsoniere-countdown1 a{
	background-color: #000;
    color: #fff;
    box-shadow: 10px 10px 5px 0px rgba(138,136,138,1);
    padding: 10px 25px;
    font-size: 30px;
    text-decoration: none;
    margin-top: 20px;
    max-width: 390px;
}
.garsoniere-countdown1 a:hover{
	background-color: #fff!important;
		color:#000!important;
}
#tabne:after{
	background: url(images/symbol.png);
}
#tabsv:after{
	background: url(images/symbol.png);
}
.text-custom-ap h3{
	font-family: 'ext_unicase800'!important;
	font-size: 30px;
}
.copii-acasa{
	padding: 20px;
}
.copii-acasa p{
	color: #222!important;
	font-size: 20px;
}
.copii-acasa h2{
	font-family: 'ext_unicase800'!important;
	font-size: 30px;
}
.copii-acasa-video{
	padding: 50px 0;
}
.copii-acasa-video .ow-button-base a:hover{
	background-color: red!important;
}
.copii-titlu {
	text-align: center;
}
.copii-titlu h2{
	position: absolute;
    color: #FFD92D;
    margin-left: auto;
    margin-right: auto;
		top: 7%;
    right: 35%;
    z-index: 9999;
    font-size: 55px;
    font-weight: 600;
    font-family: 'ext_unicase800'!important;

}
.copii-acasa h4{
	font-size: 25px;
}
.copii-acasa h3{
	font-size: 30px;
	  font-family: 'ext_unicase800'!important;
		text-align: center;
}
.copii-imagine p{
	color: #fff;
	font-size: 30px;
	font-family: 'ext_unicase800'!important;
	margin-bottom: 0px;
}
.copii-acasa h5{
	color: #fff;
	font-size: 30px;
	font-family: 'ext_unicase800'!important;
	margin-bottom: 0px;
	text-align: center;
}

.copii-imagine h3{

	font-size: 30px;
	font-family: 'ext_unicase800'!important;
}
.copii-imagine{
	padding: 20px 0;
}

.video-desc{
	font-size: 14px;
	margin-top: -30px;
}
#pg-15843-5{
	margin-top: -75px;
}

.gradient-back{
background-image: linear-gradient(to right, #FFC016 , #FFED42)!important;
}
.zona-acasa{
	padding-top: 50px;
	margin-top:-100px;
}
#pl-15843 .so-panel {
    margin-bottom: 5px!important;
}
.buton-detalii a{
	background-color: #FFAF3E;
	color: #fff;
	padding: 10px;
}
.buton-detalii a:hover{
	background-color: #000;

}
#post-7905 .caldera-grid .checkbox input[type=checkbox] {
    margin-top: 0px!important;
}
/*Campanie Cumperi PUTIN primesti MAI MULT*/
.campanie-feb-down h1{
font-size: 70px;
color: red;
font-weight: 700;
}
.campanie-feb h3{
	font-family: 'ext_unicase800'!important;
	font-size: 25px;
}
.campanie-feb h2{
	margin-left: 0px;
}
.campanie-feb {
	font-size: 18px;
}
.campanie-feb a{
	color: red;
	text-decoration: none;
}
.campanie-feb a:hover{
	color:#FFAF3E;
}

@media screen and (max-width: 1440px){
	#post-16324 .contact_new{

	    padding-bottom: 50px;
	    padding-top: 50px;
	}
}
@media screen and (max-width: 768px){
	#post-16324 .contact_new h2{
		font-size: 20px;
	}
	.campanie-feb-down h1{
	font-size: 50px;
}
.catalog-iframe iframe{
	width: 100%!important;
	height: 100%!important;
}
}
/*end*/
.apartament .so-widget-sow-image-default-17bc2272b535 .sow-image-container .so-widget-image {
    display: block;
    max-width: 60px!important;
    height: auto;
}

 /* Calcualtor rate */

    #form-calculator .calc_title {
        font-size:20px;
    }

    #calc_header{
        position: relative;
        color: #242424;
        font-size: 35px;
        font-weight: 600;
        line-height: 1.2em;
    }

    #form-calculator .form-control {
        color:#000 !important;
        font-size:20px;
        font-weight:bold;
    }

    #refresh {
        margin-left:20px;
        -webkit-appearance: button;
        position: relative;
        line-height: 24px;
        color: #fff;
        /*     font-size: 14px; */
        font-weight: 700;
        background: #7FB14D;
        display: inline-block;
        padding: 10px 26px;
        border: 2px solid #7FB14D;
        text-transform: uppercase;
    }

    @media screen and (min-width:1200px){
        .calc_container {
            display: flex;
            flex-wrap:wrap;
            justify-content: space-between;
        }
    }


    @media screen and (max-width:1199px){
        .results {

            padding-top: 50px;

        }
    }

    .results > h2 {

        font-weight: 600;

    }

    #form-calculator .text_danger {
        padding-top:10px;
        color:red !important;
        font-weight: 600;
    }
