::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.15);
}
::-moz-placeholder {
	color: rgba(0, 0, 0, 0.15);
}
:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.15);
}
:-moz-placeholder {
	color: rgba(0, 0, 0, 0.15);
}

a:hover {
	text-decoration: none;
}

h1.major {
	color: #707070;
}

.container > .row,
.container-fluid > .row {
	margin: 0;
	margin-right: -15px;
	margin-left: -15px;
}

.container > .row > *,
.container-fluid > .row > * {
	padding: 0;
}

.card-subtitle {
	font-size: 16px;
	margin-bottom: 0.25em;
}

.card-subtitle .fa {
	margin-right: 1em;
}

.card-text {
	font-size: 15px;
	line-height: 1.2em;
}

#properties > .inner {
	padding: 3em 3em 1em 3em;
}

#properties form {
	margin-bottom: 1em;
}

#properties form .actions li {
	width: 100%;
}

#properties form .button.submit {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 100%;
}

.browse.actions {
	padding: 1em 0;
	display: flex;
	justify-content: center;
}

.browse.actions .button {
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-thumb {
	background-color: #707070;
}

#intro {
	position: relative;
}

#intro .inner {
	position: relative;
	z-index: 10;
}

#intro h1 {
	color: rgba(255, 255, 255, 0.75);
}

#intro .button {
	border-color: rgba(255, 255, 255, 0.75);
	color: rgba(255, 255, 255, 0.75);
}

#sidebar {
	box-sizing: border-box;
	margin-right: -1px;
	border-right: 3px solid #000000;
	max-height: 100%;
	overflow-y: hidden;
}

#sidebar nav > ul {
	margin-bottom: 0;
}

#sidebar > .inner {
	justify-content: flex-start;
}

.logo {
	display: block;
	width: 100%;
	border-bottom: 0;
	margin-bottom: 5em;
}

.logo img {
	max-width: 100%;
}

#phones {
	position: fixed;
	bottom: 12px;
	left: 0;
	width: 18em;
	z-index: 9999;
	padding: 2.5em 2.5em 0.5em 2.5em;
}

#phones .button {
	margin-bottom: 0.5em;
	height: 3em;
	font-size: 20px;
	letter-spacing: 0.1em;
	transition: all 0.3s;
}

#phones .button:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#phones .button:last-child {
	margin-bottom: 0;
}

.phones .button .fa {
	font-size: 30px;
	margin-right: 0.2em;
}

.hotline {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.hotline.button {
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.85);
}

.hotline.button:after {
	display: none;
}

.video-toggle {
	display: flex;
	justify-content: center;
}

.video-toggle .actions {
	margin-bottom: 0;
}

.video-toggle .actions .button {
	display: flex;
	align-items: center;
	border: 0;
	opacity: 0.8;
	transition: all 0.3s;
}

.video-toggle .actions .button svg {
	width: 60px;
	height: 60px;
}

.video-toggle .actions .button:focus {
	outline: none;
	box-shadow: none;
}

.video-toggle .actions .button:hover {
	opacity: 1;
}

.video-toggle .actions .button:hover:after {
	background-color: transparent;
}

#presentation {
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10em 0;
	position: relative;
}

#presentation:after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
}

#presentation .inner {
	position: relative;
	z-index: 10;
}

#videoModal,
#popupModal {
	padding-left: 18em;
}

#videoModal .modal-dialog {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#videoModal .modal-content {
	border: 0;
}

#videoModal iframe {
	width: 100%;
	height: 100%;
	min-height: 500px;
}

#about {
	padding: 3em 0;
}

#footer.wrapper > .inner {
	padding: 1em 1em 0.6em 1em;
}

.contact-buttons {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
}

.contact-button {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	position: absolute;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	right: 0;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	-webkit-animation: down var(--activeDuration) linear forwards;
	animation: down var(--activeDuration) linear forwards;
}

.contact-buttons.active .contact-button {
	-webkit-animation: up var(--activeDuration) linear forwards;
	animation: up var(--activeDuration) linear forwards;
}

.contact-button svg {
	width: 50%;
	height: 50%;
	fill: #fff;
}

.contact-button.phone {
	background-color: #ff7a59;
}

.contact-button.email {
	background-color: #720e9e;
}

.contact-button.facebook {
	background-color: transparent;
}

.contact-button.facebook svg {
	width: 100%;
	height: 100%;
}

.contact-button.whatsapp {
	background-color: #1bd741;
}

.contact-button-wrap {
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 0;
}

.contact-button-toggle {
	border: 1px solid rgba(0, 0, 0, 0.15);
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 55px;
	height: 55px;
	display: block;
	z-index: 1;
	border-radius: 50%;
}

.contact-button-toggle a {
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	border-radius: 50%;
}

.contact-button-toggle a:before,
.contact-button-toggle a:after {
	background-color: #1da1f2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.contact-button-toggle a:before {
	width: 15px;
	height: 3px;
	z-index: 9;
}

.contact-button-toggle a:after {
	width: 3px;
	height: 15px;
	z-index: 9;
}

.contact-buttons.active .contact-button-toggle :before,
.contact-buttons.active .contact-button-toggle a:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@-webkit-keyframes up {
	0% {
		bottom: 0;
		opacity: 0;
		visibility: hidden;
	}

	50% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes up {
	0% {
		bottom: 0;
		opacity: 0;
		visibility: hidden;
	}

	50% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes down {
	0% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		bottom: 0;
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes down {
	0% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		bottom: 0;
		opacity: 0;
		visibility: hidden;
	}
}

.scroll-down {
	position: fixed;
	z-index: 9999;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: 0 auto 0 calc(50% + 9em);
	width: 35px;
	height: 55px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.5s;
}

.scroll-down:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.scroll-down.hide {
	opacity: 0;
	visibility: hidden;
}

.scroll-down:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 12px;
	margin: 0 auto;
	width: 8px;
	height: 8px;
	background-color: rgba(255, 255, 255, 0.25);
	content: "";
	opacity: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-animation: slideDown 1.5s infinite;
	animation: slideDown 1.5s infinite;
}

.scroll-down:hover:after {
	top: calc(50% - 4px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	-webkit-animation: pointPosition 0.5s infinite;
	animation: pointPosition 0.5s infinite;
}

@-webkit-keyframes slideDown {
	0% {
		top: 12px;
		opacity: 1;
	}
	100% {
		top: 37px;
		opacity: 0;
	}
}

@keyframes slideDown {
	0% {
		top: 12px;
		opacity: 1;
	}
	100% {
		top: 37px;
		opacity: 0;
	}
}

@-webkit-keyframes pointPosition {
	0% {
		background-color: rgba(255, 255, 255, 0.25);
		top: calc(50% - 4px);
		width: 8px;
		height: 8px;
	}

	25% {
		background-color: rgba(255, 255, 255, 0);
		top: calc(50% - 4px);
		width: 8px;
		height: 8px;
	}

	100% {
		background-color: rgba(255, 255, 255, 0);
		top: calc(50% - 8px);
		width: 16px;
		height: 16px;
	}
}

@keyframes pointPosition {
	0% {
		background-color: rgba(255, 255, 255, 0.25);
		top: calc(50% - 4px);
		width: 8px;
		height: 8px;
	}

	25% {
		background-color: rgba(255, 255, 255, 0);
		top: calc(50% - 4px);
		width: 8px;
		height: 8px;
	}

	100% {
		background-color: rgba(255, 255, 255, 0);
		top: calc(50% - 8px);
		width: 16px;
		height: 16px;
	}
}

#sidebar-toggle,
#sidebar-close {
	display: none;
}

#intro .video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#intro .video-background iframe {
	width: 100% !important;
	height: 100% !important;
}

#popupModal .modal-dialog {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#popupModal .card {
	border-radius: 0;
	border: 0;
}

#popupModal .card .card-body {
	padding: 0;
	display: flex;
}

#popupModal .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 100;
	text-align: center;
}

#popupModal .close:hover:after {
	background-color: transparent;
}

.swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.swiper-slide .slider-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.swiper-slide .slider-background iframe {
	width: 100%;
	height: 100%;
}

.swiper-slide .inner {
	position: relative;
	z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 27px;
	height: 27px;
	fill: #ddd;
}

#intro .swiper-slide:after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	content: "";
}

@media screen and (max-width: 1280px) {
	.swiper-slide {
		padding: 0 2em;
	}

	#sidebar {
		left: -18em;
		transition: all 0.3s;
	}

	body.open-sidebar #sidebar {
		left: 0;
	}

	#sidebar-close {
		position: absolute;
		top: 6px;
		right: 6px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#sidebar-close svg {
		width: 20px;
		height: 20px;
		fill: rgba(0, 0, 0, 0.5);
	}

	#wrapper {
		transition: all 0.3s;
		opacity: 1;
	}

	body.open-sidebar #wrapper {
		-webkit-transform: translateX(18em);
		transform: translateX(18em);
		opacity: 0.5;
	}

	#phones {
		position: fixed;
		top: 12px;
		left: auto;
		right: 0;
		height: 60px;
		padding: 0;
		display: flex;
		width: auto;
	}

	#phones .button {
		margin-bottom: 0;
		max-height: 40px;
		padding: 0 0.75em;
		border-color: rgba(255, 255, 255, 1);
		color: rgba(255, 255, 255, 1);
		margin: 0 0.5em;
	}

	#phones .button span {
		font-weight: normal;
	}

	#sidebar nav a {
		font-weight: normal;
	}

	#sidebar-toggle {
		background-color: transparent;
		position: fixed;
		display: flex;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 9000;
		transition: all 0.3s;
		border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	}

	body.scrolling #sidebar-toggle {
		background-color: rgba(0, 0, 0, 0.5);
	}

	#sidebar-toggle a {
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	#sidebar-toggle a svg {
		width: 40px;
		height: 40px;
		fill: rgba(255, 255, 255, 1);
	}

	.scroll-down {
		margin: 0 auto;
	}

	#videoModal,
	#popupModal {
		padding-left: 0;
	}
}

@media screen and (max-width: 425px) {
	#phones {
		bottom: 0;
		left: 0;
		right: auto;
		top: auto;
		width: 18em;
		flex-direction: column;
		height: auto;
		padding: 0 2.5em 0.5em 2.5em;
	}

	#phones .button {
		background-color: rgba(0, 0, 0, 1);
		height: 2em;
		margin: 0 auto;
		margin-bottom: 6px;
		max-height: initial;
		border-color: rgba(0, 0, 0, 1);
		color: #fff;
		font-size: 14px;
	}

	#phones .button:last-child {
		margin-bottom: 0.5em;
	}

	#sidebar + #wrapper + #footer {
		margin-left: 0;
	}
}

input[type="checkbox"],
input[type="radio"] {
	appearance: auto;
	margin: auto;
	opacity: 1;
}
