/*
Theme Name: Estreia
Theme URI: http://www.estreia.net
Author: ESTREIA New Media
Author URI: http://www.estreia.net
Description: Custom theme
Version: 1.0
License: Proprietary
License URI: http://www.estreia.net
Tags: 
Text Domain: estreia
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	height: 100%;
	font-size: 62.5%; /* helps to translate rem units to pixels */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	height: 100%;
	background-color: #ffffff;
	font-family: 'Jost', sans-serif;
	font-size: 1.7rem; /* 17px */
	line-height: 140%;
	color: #505050;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 1s;
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
}

/* -- body fade transition -- */
@-webkit-keyframes fadein { from {opacity:0} to {opacity:1} }
@keyframes fadein { from {opacity:0} to {opacity:1} }

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	clear: left;
}

pre {
	font-family: monospace, monospace;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #3f4a54;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	display: inline-block;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
}

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

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

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}




/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/

a {
	color: #505050;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #505050;
	outline: 0;
}




/*--------------------------------------------------------------
MISCELANEA
--------------------------------------------------------------*/

/* Accessibility style for text readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Force pointer cursor on hover */
.handCursor:hover {
	cursor: pointer !important;
}

/* Styles for selected text  */
::selection,
::-moz-selection {
    background-color: #b3d806;
}

/* Rulers */
hr {
	height: 1px;
	background-color: #505050;
	border: 0;
	margin: 15px -30px 19px -30px;
}

hr.half {
	width: calc(55% - 15px);
	margin: 15px -30px 19px -30px;
}

@media (max-width: 799px) {
	hr.half {
		width: auto;
	}
}

:focus {
	outline: none;
}




/*--------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin: 0 0 1.5rem;
	padding: 1.5rem 0 0 0;
	clear: both;
}

hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
	padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}


h5 {
}

h6 {
}

p {
	margin: 0 0 2rem;
	padding: 0;
}

.small {
	font-size: 1.5rem;
}

.grey {
	font-size: 1.5rem;
	color: #a8adb9;
}

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

blockquote {
	position: relative;
	background-color: #ebedf2;
	font-size: 2rem;
	font-style: italic;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 15px;
	display: table;
}

blockquote p {
	margin: 0;
}

blockquote .outerBubble {
    position: absolute;
    width: 40px;
    height: 20px;    
    bottom: -18px;
    right: 20px;
    overflow: hidden;
    z-index: 2000;
}

blockquote .innerBubble {
    position: relative;
    top: -40px;
    left: -5px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background-color: #ebedf2;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

blockquote cite {
	font-style: normal;
	font-weight: 600;
	margin-top: 2rem;
	display: block;
}

address {
	margin: 0 0 2rem;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.7rem;
	line-height: 140%;
	margin-bottom: 2rem;
	padding: 2rem;
	max-width: 100%;
	overflow: auto;
}

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

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}






/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/

.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 2rem;
}

.alignright {
	float: right;
	margin-left: 2rem;
}

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





/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
a.button {
	position: relative;
	height: 42px;
	background-color: transparent;
	font-size: 1.7rem;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
    padding: 0 21px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 21px;
    transition: all 0.2s;
	display: inline-block;
}

a.button:hover {
	background-color: #ffffff;
}

a.button.grey {
	background-color: #dfdfdf;
	color: #474747;
	font-size: 1.9rem;
	font-weight: 400;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	box-shadow: none;
}

a.button.grey:hover {
	background-color: #474747;
	color: #ffffff;
	text-shadow: none;
}

a.button.dark {
	background-color: #474747;
	color: #ffffff;
	font-size: 1.9rem;
	font-weight: 400;
}

a.button.dark:hover {
	background-color: #ffffff;
	color: #474747;
}





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

header {
	position: fixed;
	top: 70px;
	left: 70px;
	width: calc(100vw - 140px);
	height: 185px;
	background-color: transparent;
	text-align: right;
	transition: all 0.2s;
	z-index: 2000;
}

.scrollHeader {
	top: 0;
	height: 100px;
}

#logo {
	position: absolute;
	top: 90px;
	left: 90px;
	width: 5px;
	height: 5px;
	transition: all 0.4s;
	display: block;
	z-index: 2000;
	opacity: 1;
}

.logoSmall {
	top: 5px !important;
	width: 60px !important;
	height: 60px !important;
	transition: all 0.4s;
}







/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/

nav {
	position: absolute;
	top: 0;
	right: 0;
	max-width: calc(100% - 200px);
	height: 57px;
	background-color: #ffffff;
	border-radius: 5px 5px 0px 5px;
	z-index: 2500;
	opacity: 0;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav {
		height: 100px;
		width: 100%;
		max-width: 100%;
	}
}

.scrollHeader nav {
	top: 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

nav > ul {   
	position: relative;
    top: 0px;
	text-align: right;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul {
		top: 100px;
		right: 0px;
		background-color: #ffffff;
		text-align: left;
		padding-right: 0 !important;
	}
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.js nav ul,
.js nav ul ul,
.js nav > div > ul {
	display: block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	.js nav ul ul,
	.js nav > div > ul {
		display: none;
	}
}

nav > ul > li {
	position: relative;
	background-color: transparent;
	vertical-align: middle;
	border-right: 1px solid #cccccc;
	transition: all 0.3s;
	display: inline-block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li {
		border-right: none;
		display: block;
	}
}

/* Langs menu */
#langsMenu {
	border-right: none;
}

nav > ul > li:hover,
nav > ul > li.focus {
	background-color: #ffffff;
	border-radius: 5px 5px 0 0;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li:hover,
	nav > ul > li.focus {
		background-color: transparent;
	}
}

nav > ul > li > a {
	height: 100%;
	font-size: 2rem;
	font-weight: 400;
	line-height: 57px;
	letter-spacing: 1px;
	padding: 0 1.5vw;
	display: block;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	nav > ul > li > a {
		font-size: 1.7rem;
		padding: 0 1.2vw;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > a {
		height: auto !important;
		font-size: 2rem;
		line-height: 25px !important;
		padding: 25px 20px;
	}
}

/* Mobile - small smartphones */
@media screen and ( max-width: 399px ) {
	nav > ul > li > a {
		padding: 25px 60px 25px 20px;
	}
}

/* Parent menus */
nav > ul > li.menu-item-has-children > a {
	padding-right: calc(1.5vw + 25px);
	background-image: url('media/menu_arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li.menu-item-has-children > a {
		padding-right: 20px;
		background-image: none;
	}
}

/* Langs menu */
#langsMenu ul > li > a {
	text-align: right;
}

/* Highlight menus */
nav > ul > li.current-menu-item > a {
}

nav > ul > li:hover > a,
nav > ul > li.current-menu-item:hover > a,
nav > ul > li.focus > a {	
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li:hover > a,
	nav > ul > li.focus > a {
	}
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript. */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	nav .menu-item-has-children > a > .menuArrow,
	nav .page_item_has_children > a > .menuArrow,
	nav ul a > .subMenuArrow {
		display: none;
	}
}

.js nav.toggled-on > ul {
	display: block;
}

@media screen and ( max-width: 1023px ) {
	.js nav.toggled-on > ul {
		/* make sure smartphone users can scroll through long menus */
		max-height: calc(100 - 100px);; /* Menu can occupy 100% of the screen height, minus the menu (for browsers that do not support Custom Properties bellow) */
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and will cut the menu */
		max-height: calc(var(--vh, 1vh) * 100 - 100px); /* --vh is a Custom Propery, a js variable defined on header.php */
		overflow: auto; /* allow scroll on the menu */
		background-color: #3f4a54;
		padding-bottom: 50px;
	}
}

@media screen and ( max-width: 399px ) {
	.js nav.toggled-on > ul {
	  	max-height: calc(var(--vh, 1vh) * 100 - 80px); /* --vh is a Custom Propery, a js variable defined on header.php */
	}
}

/* Sub Menus */
nav ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	min-width: 100%;
	width: auto;
	background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
	border-radius: 0px 0px 5px 5px;
	padding: 12px 0 20px 0;
	margin: 0;
	overflow: hidden;
	z-index: 99999;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul {
		position: relative;
		top: 0;
		left: initial;
		background-color: transparent;
		padding: 0 0 10px 0;
		border-radius: 0px;
		z-index: 99999;
		box-shadow: none;
	}
}

nav ul li:hover > ul,
nav ul li.focus > ul {
	left: 0px;
	right: initial;
}

/* Langs menu */
nav ul li:last-of-type:hover > ul,
nav ul li:last-of-type.focus > ul {
	right: 0px;
	left: initial;
}

nav ul ul.toggled-on {
	display: block;
}

@media screen and ( max-width: 1023px ) {
	nav ul ul.toggled-on {
		padding-top: 10px;
	}
}

nav ul ul li > a {
	position: relative;
	background-color: transparent;
	font-size: 1.9rem;
	font-weight: 300;
	text-align: left;
	white-space: nowrap;
	padding: 10px 1.5vw;
	transition: all 0.3s;
	display: block;
}

@media screen and ( max-width: 1279px ) {
	nav ul ul li > a {
		font-size: 1.7rem;
		line-height: 2.2rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul li > a {
		color: #ffffff;
		font-size: 2rem;
		font-weight: 400;
		white-space: normal;
		padding: 13px 20px 13px 40px;
	}
}

/* Apartments submenu */
nav ul li.apartments ul {
	width: 380px !important;
}

nav ul li.apartments ul li {
	width: 50% !important;
    float: left !important;
}

/* Langs submenu */
#langsMenu {
    width: 90px;
    background-image: url("media/menu_langs.png"), url('media/menu_arrow.png');
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
}

#langsMenu > a {
    overflow: hidden;
    opacity: 0;
}

/* Short menus */
@media ( min-width: 1024px ) {
	nav ul li.short ul li > a {
		width: 280px;
		white-space: normal;
	}
}

@media ( min-width: 1024px ) and ( max-width: 1365px ) {
	nav ul li.short ul li > a {
		width: 230px;
	}
}

@media ( min-width: 1024px ) and ( max-width: 1279px ) {
	nav ul li.short ul li > a {
		width: 230px;
	}
}

/* Highlight submenus */
nav ul ul li.current-menu-item > a {
	background-color: #e6e6e6;
	color: #444444;
}

nav ul ul li > a:hover {
	background-color: #e6e6e6;
	color: #444444;
}

/* Menu toggle */

.menu-toggle {
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.menu-toggle {
		top: 20px;
		right: 20px;
	}
}

/* Hide hamburger menu on desktop */
.js .menu-toggle,
.js .dropdown-toggle {
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: block;
	}
}

.topMenu.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent !important;
	box-shadow: none;
}

.menu-toggle .icon-bars {
	width: 60px;
	height: 60px;
	display: block;
}

.menu-toggle .icon-close {
	width: 60px;
	height: 60px;
	display: none;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 57px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent !important;
}

.dropdown-toggle:focus {
}

.dropdown-toggle.toggled-on .subMenuArrow {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.subMenuArrow {
	display: block !important;
    width: 50px;
	height: 57px;
}








/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/

form {
	display: inline-block;
}

label {
	min-height: 50px;
    text-align: center;
    padding: 14px 10px;
	display: block;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="file"],
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 {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #3f4a54;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: top;
	padding: 0 20px;
	margin: 5px 0 0 0;
	border: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	border-radius: 25px;
	display: inline-block;
}

input[type="file"] {
	padding: 10px 20px;
    line-height: 25px;
}

select {
	height: 42px;
	background-color: #ffffff;
	background-image: url('media/icon_select.png');
	background-position: right center;
	background-repeat: no-repeat;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.9rem;
	font-weight: 400;
	color: #444444;
	line-height: 42px;
	text-align: center;
	vertical-align: top;
	padding: 0 21px 0 15px;
	border-radius: 21px;
	margin: 5px 0 0 0;
	border: 1px solid #dfdfdf;
    transition: all 0.2s;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	display: inline-block;
}

select[multiple] {
    height: 150px;
	background-image: none;
}

select:hover {
	cursor: pointer;
}

select *:disabled {
	font-weight: bold;
	background-color: #eeeeee;
}

textarea {
	min-height: 120px;
	line-height: 150%;
	padding: 15px;
}

button,
input[type="button"],
input[type="submit"] {
	position: relative;
	height: 40px;
	background-color: #3f4a54;
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 25px;
	border: 0;
	border-radius: 20px;
    transition: all 0.2s;
	display: inline-block;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #7ac242 !important;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/* Checkboxes styles */

input[type="radio"],
input[type="checkbox"] {
	width: auto !important;
	margin-right: 0.5em;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
}

.checkboxLabel {
	position: relative;
	min-height: 25px;
    line-height: 25px;
	font-size: 1.7rem;
	font-weight: 300;
	padding: 0 0 0 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline;
	cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkboxLabel input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
	opacity: 0;
}

/* Create a custom checkbox */
.customCheckbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 2px solid #999aaa;
	transition: all 0.2s;
	border-radius: 3px;
}

/* When the checkbox is checked, add a background */
label input:checked ~ .customCheckbox {
	background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customCheckbox:after {
	position: absolute;
	content: "";
	display: none;
}

/* Show the checkmark when checked */
label input:checked ~ .customCheckbox:after {
	display: block;
}

/* Style the checkmark/indicator */
label .customCheckbox:after {
	top: 3px;
	left: 6px;
	width: 6px;
	height: 10px;
	border: solid #3f4a54;
	border-width: 0 3px 3px 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

.wpcf7-checkbox .wpcf7-list-item-label {
	display: none;
}

/* Autofill - force transparent bg on input fields */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 0s 5000s;
}

/* Placeholder text styles -- selectors need to be separate to work. */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-ms-input-placeholder { /* IE 10+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}





/*--------------------------------------------------------------
TOP CONTACTS
--------------------------------------------------------------*/

#topContacts {
	position: relative;
    top: 57px;
	right: 0;
	width: auto;
	height: 41px;
	background-color: #474747;
	color: #ffffff;
	font-weight: 300;
	line-height: 41px;
	letter-spacing: 1px;
	border-radius: 0 0 5px 5px;
	padding: 0 20px 0 0;
	display: inline-block;
	z-index: 2000;
	opacity: 0;
}

#topContacts a {
	color: #ffffff;
	font-weight: 300;
	line-height: 41px;
	letter-spacing: 1px;
	opacity: 1;
}

#topContacts a:hover {
	opacity: 0.6;
}

#topContacts img {
	vertical-align: sub;
	padding: 0 15px;
}

.scrollHeader #topContacts {
	display: none;
}





/*--------------------------------------------------------------
CLEAN & SAFE
--------------------------------------------------------------*/

#cleanSafe {
	position: absolute;
    top: 115px;
	right: 0;
	width: 118px;
	height: 118px;
	display: block;
	opacity: 1;
}

.scrollHeader #cleanSafe {
	display: none;
}





/*--------------------------------------------------------------
BG PAGE
--------------------------------------------------------------*/

#bgPage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
	z-index: 50;
	opacity: 1;
}

#bgPage > div {
	position: absolute;
	top: 40px;
	left: 40px;
	width: calc(100vw - 80px);
	height: calc(100vh - 95px);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	z-index: 50;
	opacity: 1;
}

#divSlideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 50;
	opacity: 1;
}

#divSlideshow > div.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1700;
}

#videoContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 60;
}

#mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 70;
	opacity: 0.7;
}

#video {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	min-width: 100vw;
	min-height: 100vh;
	max-width: none !important;
	display: block;
	z-index: 60;
	transition: all 0.5s;
	opacity: 0;
}





/*--------------------------------------------------------------
MAIN
--------------------------------------------------------------*/

main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: auto;
	z-index: 500;
	opacity: 1;
}





/*--------------------------------------------------------------
INTRO
--------------------------------------------------------------*/

#intro {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	z-index: 600;
	opacity: 1;
}

#intro h2 {
	font-family: 'Pacifico', sans-serif;
	font-size: 12rem;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 15px 0;
	text-shadow: 0px 0px 200px rgba(0, 0, 0, 0.85);
}

#intro h1 {
	font-size: 4rem;
	line-height: 100%;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#intro img {
	vertical-align: sub;
}






/*--------------------------------------------------------------
SCROLL DOWN
--------------------------------------------------------------*/ 
#scrollDown {
	position: relative;
	/*left: 50%;*/
	/*bottom: 30px;*/
	width: 52px;
	height: 28px;
	padding: 30px 0 10px 0;
	transition: all 0.2s;
	display: block;
	z-index: 600;
}

#scrollDown:hover {
	padding: 40px 0 0 0;
}





/*--------------------------------------------------------------
PAGE TITLE
--------------------------------------------------------------*/

#pageTitle {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0 40px 80px 70px;
	z-index: 600;
	opacity: 1;
}

#pageTitle a.breadcrumbs {
	position: relative;
	height: 42px;
	background-color: transparent;
	font-size: 1.9rem;
	color: #ffffff;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
    padding: 0 21px;
	text-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #ffffff;
	border-radius: 21px;
    transition: all 0.2s;
	display: inline-block;
}

#pageTitle a.breadcrumbs:hover {
	background-color: #ffffff;
	color: #474747;
}


#pageTitle h1 {
	font-size: 8rem;
	font-weight: 400;
	line-height: 125%;
	color: #ffffff;
	text-align: left;
	margin: 0;
	padding: 0;
}

#pageTitle h2 {
	font-size: 3rem;
	line-height: 125%;
	color: #ffffff;
	font-weight: 300;
	text-align: left;
	margin: 0;
	padding: 0;
}







/*--------------------------------------------------------------
BOOKING FORM
--------------------------------------------------------------*/

#bookingForm {
	position: relative;
	width: calc(100vw - 80px);
	height: 68px;
	background-color: #dfdfdf;
    background-image: url("media/booking_form.png");
    background-position: center top;
    background-repeat: no-repeat;
	color: #474747;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 140%;
	text-align: center;
	margin: 30px auto;
	padding: 0px 20px;
	border-radius: 5px;
	overflow: hidden;
}

#bookingForm:hover {
    background-position: bottom center;
	cursor: pointer;
}







/*--------------------------------------------------------------
PROPERTIES
--------------------------------------------------------------*/
#properties {
	position: relative;
	width: calc(100vw - 80px);
	height: 950px;
	background-color: #ffffff;
	color: #474747;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 140%;
	text-align: center;
	margin: 30px auto;
	border-radius: 5px;
	transition: all 0.2s;
	z-index: 600;
}

#properties.more {
	/*height: 2150px;*/
}

#properties > div:first-of-type {
	position: relative;
	padding: 0px 100px;
}

#properties > div:first-of-type > form {
	position: absolute;
	top: 0;
	right: 0;
}

#properties h3 {
	font-size: 4.2rem;
    font-weight: 500;
    padding: 0;	
}

#properties h4 {
	font-size: 1.9rem;
    font-weight: 400;	
    padding: 0;	
}

#containerApartments {
	position: relative;
	height: 850px;
    left: -40px;
    width: calc(100% + 80px);
    margin: 0 auto;
	overflow: hidden;
	transition: all 0.2s;
	z-index: 600;
}

#containerApartments.more {
	/*height: 2050px;*/
}

#containerApartments img.apartmentsList {
	width: 100%;
	height: auto;
}

#moreLess {
	position: absolute;
	bottom: -21px;
	width: 100%;
	height: 45px;
	background-image: url('media/bg_show_all.png');
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 800;
}







/*--------------------------------------------------------------
BUILDING
--------------------------------------------------------------*/
#buildingContent {
	position: relative;
	width: calc(100vw - 80px);
	background-color: #ffffff;
	text-align: left;
	margin: 30px auto 0 auto;
	display: flex;
	transition: all 0.2s;
	z-index: 600;
}

#buildingContent h3 {
	font-size: 4.2rem;
    font-weight: 500;
    padding: 0;	
}

#buildingContent > div {
	width: 50%;
}

.moreLess {
	position: relative;
	width: 100%;
	height: 67px;
	background-image: url('media/show_all.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 800;
}







/*--------------------------------------------------------------
APARTMENT DETAIL
--------------------------------------------------------------*/
#apartmentContent {
	position: relative;
	width: calc(100vw - 80px);
	background-color: #ffffff;
	text-align: left;
	margin: 30px auto 0 auto;
	display: flex;
	flex-direction: column;
	transition: all 0.2s;
	z-index: 600;
}

#apartmentContent > div {
	width: 100%;
}

#relatedApartments {
	position: relative;
	width: calc(100vw - 80px);
	background-color: #ffffff;
	text-align: left;
	margin: 30px auto 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: all 0.2s;
	z-index: 600;
}

#relatedApartments h3 {
	font-size: 4.2rem;
    font-weight: 500;
    padding: 0;	
}







/*--------------------------------------------------------------
LOCATIONS map
--------------------------------------------------------------*/
#locations {
	position: relative;
	width: calc(100vw - 80px);
	background-color: #ffffff;
	color: #474747;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 140%;
	text-align: center;
	margin: 30px auto;
	border-radius: 5px;
	transition: all 0.2s;
	z-index: 600;
}

#locations h3 {
	font-size: 4.2rem;
    font-weight: 500;
    padding: 0;	
}

#locations h4 {
	font-size: 1.9rem;
    font-weight: 400;	
    padding: 0;	
}

#locations .locationsMap {
	width: 100%;
	height: auto;
	border-radius: 5px;
}







/*--------------------------------------------------------------
SHARE
--------------------------------------------------------------*/
#divShare {
	position: relative;
	width: calc(100vw - 80px);
	color: #474747;
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	z-index: 600;
}

.sharethis-inline-share-buttons {
	position: absolute;
	right: 20px;
	display: inline-block !important;
}

.sharethis-inline-share-buttons::before {
	content: "Share ";
	padding-right: 10px !important;
}

@media (max-width: 599px) {
	.sharethis-inline-share-buttons::before { 
		content: "";
	}
}

#st-1 {
    text-align: right !important;
	font-family: inherit !important;
	line-height: 44px !important;
}

#st-1 .st-total {
    color: #b5ad7e !important;
    vertical-align: middle !important;
}







/*--------------------------------------------------------------
REVIEWS
--------------------------------------------------------------*/
#reviews {
	position: relative;
	width: 100vw;
	background-color: #ffffff;
	color: #474747;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 140%;
	text-align: center;
	margin: 30px auto 0 auto;
	transition: all 0.2s;
	z-index: 600;
}

#reviews h3 {
	font-size: 4.2rem;
    font-weight: 500;
    padding: 0;	
}

#reviews .container {
	width: 100vw;
	height: 282px;
	background-color: #474747;
	background-image: url('media/bg_reviews.png'), url('media/bg_reviews.gif');
	background-position: center top, top;
	background-repeat: no-repeat, repeat-x;
	margin: 0 auto;
	display: flex;
	align-items: center;
    justify-content: center;
}

#reviews .container .review {
	max-width: 100%;	
	height: auto;
}








/*--------------------------------------------------------------
BOTTOM CONTACS
--------------------------------------------------------------*/

#bottomContacts {
	position: relative;
	width: 100vw;
	background-color: #474747;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 300;
	line-height: 140%;
	text-align: center;
	padding: 0px 20px;
	overflow: hidden;
}

#bottomContacts a {
	color: #b3d806;
}

#bottomContacts a:hover {
	color: #ffffff;
}

#bottomContacts .title {
	font-size: 4.2rem;
	padding: 30px 0 20px 0;
	display: block;
}

#bottomContacts a.title {
	color: #ffffff;
}

#bottomContacts a.title:hover {
	color: #b3d806;
}

#bottomContacts .logo {
	width: 70px;
	height: 70px;
	margin: 0 20px 20px 20px;
	border-radius: 50%;
	overflow: hidden;
}







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

footer {
	position: relative;
	width: 100vw;
	background-color: #474747;
	color: #999999;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 3rem;
	text-align: center;
	padding: 0px 20px;
	overflow: hidden;
}

footer span {
	vertical-align: middle;
	padding: 0 0.5vw;
	display: inline-block;
}

footer a {
	color: #999999;
	vertical-align: middle;
	padding: 0 1vw;
	margin: 0 0.5vw;
	border-radius: 1.5rem;
	border: 1px solid #999999;
	display: inline-block;
}

footer a:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
}







/*--------------------------------------------------------------
BOTTOM LINKS
--------------------------------------------------------------*/

#bottomLinks {
	position: relative;
	width: 100vw;
	background-color: #474747;
	text-align: center;
	padding: 0px 20px 0 30px;
}







/*--------------------------------------------------------------
COOKIE CONSENT
--------------------------------------------------------------*/

#cookieConsent {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 48px;
	background-color: transparent;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
	transition: all 0.2s;
	z-index: 2000;
	display: flex;
	justify-content: center;
    align-items: center;
	opacity: 1;
}

#cookieConsent.scrollCookieConsent {
	background-color: #ffffff;
	color: #444444;
}

#cookieConsent a.button {
	height: 42px;
	background-color: #ffffff;
	line-height: 42px;
	font-weight: 600;
    padding: 0 21px;
	border-radius: 21px;
	box-shadow: none;
}

#cookieConsent.scrollCookieConsent a.button {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}







/*--------------------------------------------------------------
LAST BOOKING
--------------------------------------------------------------*/
#lastBooking {
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 350px;
	height: 65px;
	background-color: #474747;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	padding: 0px 15px;
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	overflow: hidden;
	display: none;
}

@media (max-width: 799px) {
	#lastBooking {
	}
}

#lastBooking div {
	position: relative;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#lastBooking a {
	color: #ffffff;
	line-height: 140%;
}

#lastBooking a:hover {
	color: #555555;
}







/*--------------------------------------------------------------
SCROLLBARS - only desktop
--------------------------------------------------------------*/

/* Firefox */
:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}

/* Chrome / Safari */
:not(.mobile) ::-webkit-scrollbar {
    width: 8px;
	background-color: rgba(0, 0, 0, 0);
}
 
/* Track */
:not(.mobile) ::-webkit-scrollbar-track {
	margin: 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
 
/* Handle */
:not(.mobile) ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.2);
}

:not(.mobile) ::-webkit-scrollbar-thumb:window-inactive {
	background-color: rgba(0, 0, 0, 0.2);
}

:not(.mobile) ::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.2);
}





