﻿/*!
Theme Name: maze
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maze
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.

maze 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.


 */

/*@import url('../assets/scss/events.scss');*/

@import url(https://use.fontawesome.com/releases/v5.1.0/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Heebo|Secular+One);
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700|Secular+One");
/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
/* ol,
ul, */
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*
.carousel-control-prev:focus , carousel-control-next:focus{}



	 .left-c:focus , .right-c:focus{

		border:3px solid black;
outline: none;
	 }



button:focus{
border:6px solid black;
	outline: none;
}
*/

* {
	outline: none;
}

a {
	outline: none;
}

.close-pop:focus {
	color: black;
}

.icons span a:focus {
	outline: black;
	outline-color: black;
}

.big-date:focus,
.temp:focus,
.time:focus {
	border: 3px solid black;
	outline: none;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
p:focus {
	outline: none;
	text-decoration: underline !important;
}

single-staff-specialaquare:focus {
	outline-color: black;
}

footer .container-top-footer .top-in .row .follow-us .icons a:focus {
	outline: 3px solid white;
}

.onus-title:focus {
	outline-color: black
}

.btn-pink:focus {
	outline: none;
}

.brand:focus {
	outline-color: black;
}

/*



	 .btn-read-more:focus{
outline: none;
		border:6px solid black;
	 }

	 a:focus {
		 outline: none;
text-decoration: underline !important;
	}


	*/

.homepage {
	background-color: #a4e7ef;
}

@media (max-width:769px) {
	#onmobile-co {
		width: 90% !important;
	}

	.submit {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.form-in {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.form-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	body.jobs .job {
		z-index: 111;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .buttons-container .btn-read-more {
		-webkit-transition: 0.3s;
		transition: 0.3s;
		padding: 10px 0 10px;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .buttons-container button {
		width: 90%;
		font-size: 16px;
		margin-right: 10px;
	}

	.top-manu .city-logo {
		display: none;
	}

	.city-logo-tablet {
		width: 100%;
	}
}

@media (min-width: 769px) {
	.city-logo-tablet {
		display: none;
	}
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}
/*
ol,
ul {
	list-style: none;
} */

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
  *  Owl Carousel - Core
  */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/*
  *  Owl Carousel - Animate Plugin
  */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
  * 	Owl Carousel - Auto Height Plugin
  */

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
  * 	Owl Carousel - Lazy Load Plugin
  */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
  * 	Owl Carousel - Video Plugin
  */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover,
.owl-carousel .owl-video-play-icon:focus {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 576px) {
	.container {
		width: 540px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 850px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 855px;
		max-width: 100%;
	}
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.pull-0 {
	right: auto;
}

.pull-1 {
	right: 8.33333%;
}

.pull-2 {
	right: 16.66667%;
}

.pull-3 {
	right: 25%;
}

.pull-4 {
	right: 33.33333%;
}

.pull-5 {
	right: 41.66667%;
}

.pull-6 {
	right: 50%;
}

.pull-7 {
	right: 58.33333%;
}

.pull-8 {
	right: 66.66667%;
}

.pull-9 {
	right: 75%;
}

.pull-10 {
	right: 83.33333%;
}

.pull-11 {
	right: 91.66667%;
}

.pull-12 {
	right: 100%;
}

.push-0 {
	left: auto;
}

.push-1 {
	left: 8.33333%;
}

.push-2 {
	left: 16.66667%;
}

.push-3 {
	left: 25%;
}

.push-4 {
	left: 33.33333%;
}

.push-5 {
	left: 41.66667%;
}

.push-6 {
	left: 50%;
}

.push-7 {
	left: 58.33333%;
}

.push-8 {
	left: 66.66667%;
}

.push-9 {
	left: 75%;
}

.push-10 {
	left: 83.33333%;
}

.push-11 {
	left: 91.66667%;
}

.push-12 {
	left: 100%;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-sm-0 {
		right: auto;
	}

	.pull-sm-1 {
		right: 8.33333%;
	}

	.pull-sm-2 {
		right: 16.66667%;
	}

	.pull-sm-3 {
		right: 25%;
	}

	.pull-sm-4 {
		right: 33.33333%;
	}

	.pull-sm-5 {
		right: 41.66667%;
	}

	.pull-sm-6 {
		right: 50%;
	}

	.pull-sm-7 {
		right: 58.33333%;
	}

	.pull-sm-8 {
		right: 66.66667%;
	}

	.pull-sm-9 {
		right: 75%;
	}

	.pull-sm-10 {
		right: 83.33333%;
	}

	.pull-sm-11 {
		right: 91.66667%;
	}

	.pull-sm-12 {
		right: 100%;
	}

	.push-sm-0 {
		left: auto;
	}

	.push-sm-1 {
		left: 8.33333%;
	}

	.push-sm-2 {
		left: 16.66667%;
	}

	.push-sm-3 {
		left: 25%;
	}

	.push-sm-4 {
		left: 33.33333%;
	}

	.push-sm-5 {
		left: 41.66667%;
	}

	.push-sm-6 {
		left: 50%;
	}

	.push-sm-7 {
		left: 58.33333%;
	}

	.push-sm-8 {
		left: 66.66667%;
	}

	.push-sm-9 {
		left: 75%;
	}

	.push-sm-10 {
		left: 83.33333%;
	}

	.push-sm-11 {
		left: 91.66667%;
	}

	.push-sm-12 {
		left: 100%;
	}

	.offset-sm-0 {
		margin-left: 0%;
	}

	.offset-sm-1 {
		margin-left: 8.33333%;
	}

	.offset-sm-2 {
		margin-left: 16.66667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333%;
	}

	.offset-sm-5 {
		margin-left: 41.66667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333%;
	}

	.offset-sm-8 {
		margin-left: 66.66667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333%;
	}

	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-md-0 {
		right: auto;
	}

	.pull-md-1 {
		right: 8.33333%;
	}

	.pull-md-2 {
		right: 16.66667%;
	}

	.pull-md-3 {
		right: 25%;
	}

	.pull-md-4 {
		right: 33.33333%;
	}

	.pull-md-5 {
		right: 41.66667%;
	}

	.pull-md-6 {
		right: 50%;
	}

	.pull-md-7 {
		right: 58.33333%;
	}

	.pull-md-8 {
		right: 66.66667%;
	}

	.pull-md-9 {
		right: 75%;
	}

	.pull-md-10 {
		right: 83.33333%;
	}

	.pull-md-11 {
		right: 91.66667%;
	}

	.pull-md-12 {
		right: 100%;
	}

	.push-md-0 {
		left: auto;
	}

	.push-md-1 {
		left: 8.33333%;
	}

	.push-md-2 {
		left: 16.66667%;
	}

	.push-md-3 {
		left: 25%;
	}

	.push-md-4 {
		left: 33.33333%;
	}

	.push-md-5 {
		left: 41.66667%;
	}

	.push-md-6 {
		left: 50%;
	}

	.push-md-7 {
		left: 58.33333%;
	}

	.push-md-8 {
		left: 66.66667%;
	}

	.push-md-9 {
		left: 75%;
	}

	.push-md-10 {
		left: 83.33333%;
	}

	.push-md-11 {
		left: 91.66667%;
	}

	.push-md-12 {
		left: 100%;
	}

	.offset-md-0 {
		margin-left: 0%;
	}

	.offset-md-1 {
		margin-left: 8.33333%;
	}

	.offset-md-2 {
		margin-left: 16.66667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333%;
	}

	.offset-md-5 {
		margin-left: 41.66667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333%;
	}

	.offset-md-8 {
		margin-left: 66.66667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333%;
	}

	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-lg-0 {
		right: auto;
	}

	.pull-lg-1 {
		right: 8.33333%;
	}

	.pull-lg-2 {
		right: 16.66667%;
	}

	.pull-lg-3 {
		right: 25%;
	}

	.pull-lg-4 {
		right: 33.33333%;
	}

	.pull-lg-5 {
		right: 41.66667%;
	}

	.pull-lg-6 {
		right: 50%;
	}

	.pull-lg-7 {
		right: 58.33333%;
	}

	.pull-lg-8 {
		right: 66.66667%;
	}

	.pull-lg-9 {
		right: 75%;
	}

	.pull-lg-10 {
		right: 83.33333%;
	}

	.pull-lg-11 {
		right: 91.66667%;
	}

	.pull-lg-12 {
		right: 100%;
	}

	.push-lg-0 {
		left: auto;
	}

	.push-lg-1 {
		left: 8.33333%;
	}

	.push-lg-2 {
		left: 16.66667%;
	}

	.push-lg-3 {
		left: 25%;
	}

	.push-lg-4 {
		left: 33.33333%;
	}

	.push-lg-5 {
		left: 41.66667%;
	}

	.push-lg-6 {
		left: 50%;
	}

	.push-lg-7 {
		left: 58.33333%;
	}

	.push-lg-8 {
		left: 66.66667%;
	}

	.push-lg-9 {
		left: 75%;
	}

	.push-lg-10 {
		left: 83.33333%;
	}

	.push-lg-11 {
		left: 91.66667%;
	}

	.push-lg-12 {
		left: 100%;
	}

	.offset-lg-0 {
		margin-left: 0%;
	}

	.offset-lg-1 {
		margin-left: 8.33333%;
	}

	.offset-lg-2 {
		margin-left: 16.66667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333%;
	}

	.offset-lg-5 {
		margin-left: 41.66667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333%;
	}

	.offset-lg-8 {
		margin-left: 66.66667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333%;
	}

	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-xl-0 {
		right: auto;
	}

	.pull-xl-1 {
		right: 8.33333%;
	}

	.pull-xl-2 {
		right: 16.66667%;
	}

	.pull-xl-3 {
		right: 25%;
	}

	.pull-xl-4 {
		right: 33.33333%;
	}

	.pull-xl-5 {
		right: 41.66667%;
	}

	.pull-xl-6 {
		right: 50%;
	}

	.pull-xl-7 {
		right: 58.33333%;
	}

	.pull-xl-8 {
		right: 66.66667%;
	}

	.pull-xl-9 {
		right: 75%;
	}

	.pull-xl-10 {
		right: 83.33333%;
	}

	.pull-xl-11 {
		right: 91.66667%;
	}

	.pull-xl-12 {
		right: 100%;
	}

	.push-xl-0 {
		left: auto;
	}

	.push-xl-1 {
		left: 8.33333%;
	}

	.push-xl-2 {
		left: 16.66667%;
	}

	.push-xl-3 {
		left: 25%;
	}

	.push-xl-4 {
		left: 33.33333%;
	}

	.push-xl-5 {
		left: 41.66667%;
	}

	.push-xl-6 {
		left: 50%;
	}

	.push-xl-7 {
		left: 58.33333%;
	}

	.push-xl-8 {
		left: 66.66667%;
	}

	.push-xl-9 {
		left: 75%;
	}

	.push-xl-10 {
		left: 83.33333%;
	}

	.push-xl-11 {
		left: 91.66667%;
	}

	.push-xl-12 {
		left: 100%;
	}

	.offset-xl-0 {
		margin-left: 0%;
	}

	.offset-xl-1 {
		margin-left: 8.33333%;
	}

	.offset-xl-2 {
		margin-left: 16.66667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333%;
	}

	.offset-xl-5 {
		margin-left: 41.66667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333%;
	}

	.offset-xl-8 {
		margin-left: 66.66667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333%;
	}

	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

/*!
  * Hamburgers
  * @description Tasty CSS-animated hamburgers
  * @author Jonathan Suh @jonsuh
  * @site https://jonsuh.com/hamburgers
  * @link https://github.com/jonsuh/hamburgers
  */

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover,
.hamburger:focus {
	opacity: 0.7;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
	* 3DX
	*/

.hamburger--3dx .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
	* 3DX Reverse
	*/

.hamburger--3dx-r .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
	* 3DY
	*/

.hamburger--3dy .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
	* 3DY Reverse
	*/

.hamburger--3dy-r .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
	* 3DXY
	*/

.hamburger--3dxy .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(180deg) rotateY(180deg);
	transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
	* 3DXY Reverse
	*/

.hamburger--3dxy-r .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
	transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
	* Arrow
	*/

.hamburger--arrow.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
	* Arrow Right
	*/

.hamburger--arrow-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
	* Arrow Alt
	*/

.hamburger--arrowalt .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
	-webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
	-webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
	* Arrow Alt Right
	*/

.hamburger--arrowalt-r .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
	-webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
	-webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
	* Arrow Turn
	*/

.hamburger--arrowturn.is-active .hamburger-inner {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
	* Arrow Turn Right
	*/

.hamburger--arrowturn-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
	* Boring
	*/

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
	-webkit-transition-property: none;
	transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*
	* Collapse
	*/

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.13s;
	transition-duration: 0.13s;
	-webkit-transition-delay: 0.13s;
	transition-delay: 0.13s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	-webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.22s;
	transition-delay: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
	* Collapse Reverse
	*/

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.13s;
	transition-duration: 0.13s;
	-webkit-transition-delay: 0.13s;
	transition-delay: 0.13s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
	-webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
	transform: translate3d(0, -10px, 0) rotate(45deg);
	-webkit-transition-delay: 0.22s;
	transition-delay: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
	* Elastic
	*/

.hamburger--elastic .hamburger-inner {
	top: 2px;
	-webkit-transition-duration: 0.275s;
	transition-duration: 0.275s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	-webkit-transition: opacity 0.125s 0.275s ease;
	transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	-webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
	transform: translate3d(0, 10px, 0) rotate(135deg);
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

/*
	* Elastic Reverse
	*/

.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	-webkit-transition-duration: 0.275s;
	transition-duration: 0.275s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 10px;
	-webkit-transition: opacity 0.125s 0.275s ease;
	transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 20px;
	-webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
	transform: translate3d(0, -20px, 0) rotate(270deg);
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

/*
	* Emphatic
	*/

.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	-webkit-transition: background-color 0.125s 0.175s ease-in;
	transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	-webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
	right: 0;
	-webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	-webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	-webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	-webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	-webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
	* Emphatic Reverse
	*/

.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	-webkit-transition: background-color 0.125s 0.175s ease-in;
	transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	-webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	-webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	-webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	-webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
	* Minus
	*/

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
	-webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
	transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
	opacity: 0;
	-webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
	transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
	top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0;
}

/*
	* Slider
	*/

.hamburger--slider .hamburger-inner {
	top: 2px;
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
	* Slider Reverse
	*/

.hamburger--slider-r .hamburger-inner {
	top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	-webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
	transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
	* Spin
	*/

.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: 0.22s;
	transition-duration: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
	* Spin Reverse
	*/

.hamburger--spin-r .hamburger-inner {
	-webkit-transition-duration: 0.22s;
	transition-duration: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
	* Spring
	*/

.hamburger--spring .hamburger-inner {
	top: 2px;
	-webkit-transition: background-color 0s 0.13s linear;
	transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	-webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
	-webkit-transition-delay: 0.22s;
	transition-delay: 0.22s;
	background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
	* Spring Reverse
	*/

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.13s;
	transition-duration: 0.13s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.22s;
	transition-delay: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
	* Stand
	*/

.hamburger--stand .hamburger-inner {
	-webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
	-webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
	-webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: transparent;
	-webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
	* Stand Reverse
	*/

.hamburger--stand-r .hamburger-inner {
	-webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
	-webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
	-webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-color: transparent;
	-webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
	* Squeeze
	*/

.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: 0.075s;
	transition-duration: 0.075s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	-webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
	* Vortex
	*/

.hamburger--vortex .hamburger-inner {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
	-webkit-transform: rotate(765deg);
	transform: rotate(765deg);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*
	* Vortex Reverse
	*/

.hamburger--vortex-r .hamburger-inner {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-765deg);
	transform: rotate(-765deg);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1070px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.container.full-width {
	width: 100%;
}

.container .half-w {
	width: span(6 of 12);
	margin-right: gutter();
}

.container .half-w:nth-child(even) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.container .half-w {
		width: span(12 of 12);
		margin-right: 0;
	}
}

.youtube-player {
	position: relative;
	padding-bottom: 29.125%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

@media screen and (max-width: 768px) {
	#margin-faq {
		margin-top: 20px !important;
	}

	.youtube-player {
		padding-bottom: 56.23%;
		margin-top: 200px;
	}

	body.who .video-bottom {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover,
.youtube-player img:focus {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 100px;
	width: 100px;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/icons/play.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}

.top-manu {
	z-index: -1;
	color: white;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background: #00617D;
	border-bottom: 3px solid #000;
	-webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 7px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
	transition: all 500ms cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 768px) {
	.top-manu {
		background-image: none;
		background-color: #18617b;
		height: 70px;
		will-change: height;
		/* overflow: hidden; */
	}
}

.top-manu .search-form {
	display: none;
	background: #18617b;
	color: white;
	height: 250px;
}

.top-manu .search-form form {
	width: 100%;
	margin-top: 50px;
	font-size: 4rem;
	direction: rtl;
}

@media screen and (max-width: 768px) {
	.top-manu .search-form form {
		width: 50%;
	}
}

.top-manu .search-form form .input-container input[type="search"] {
	border: 0;
	border-bottom: 2px solid black;
	outline: 0;
	background: none;
	color: white;
}

.top-manu .access-menu .inner-acc {
	width: 150px;
	height: 75px;
	text-align: center;
	background: #2895b0;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999999;
}

.top-manu .access-menu .inner-acc p {
	font-size: 1.5em;
}

.top-manu .access-menu .inner-acc p a {
	text-decoration: none;
	color: white;
}

.top-manu .city-logo {
	width: 100%;
	height: 60px;
}

.top-manu .links {
	position: relative;
	text-align: center;
	font-size: 25px;
}

@media screen and (max-width: 768px) {
	.top-manu .links {
		right: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.top-manu .links .container {
	position: relative;
}

.top-manu .links .container .brand {
	display: inline-block;
	position: fixed;
	right: 10%;
	top: 45px;
}

.top-manu .links .container .brand img {
	width: 90%;
}

@media screen and (max-width: 768px) {
	.top-manu .links .container .brand {
		position: fixed;
		top: 0;
		left: 0;
		width: 15%;
		right: auto;
	}
}

.top-manu .links .container ul {
	display: inline-block;
	direction: rtl;
	letter-spacing: 4px;
	font-size: 21px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.top-manu .links .container ul {
		font-size: 28px;
		margin-top: 1rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.top-manu .links .container ul li {
	display: block;
	padding-bottom: 20px;
	position: relative;
	padding: 20px 10px;
}

.top-manu .links .container ul li a {
	/* text-decoration: none; */
	color: white;
}

@media screen and (max-width: 768px) {
	.top-manu .links .container ul li a {
		font-size: 20px;
	}
}

.top-manu .links .container ul li ul {
	background: #18617b;
	max-width: 12rem;
	position: absolute;
	text-align: center;
	opacity: 0;
	top: 100%;
	width: 200px;
	border: 3px solid black;
	text-align: center;
	pointer-events: none;
	-webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 7px 0 rgba(0, 0, 0, 0.3);
}

.onhoversub {
	opacity: 1;
	pointer-events: all;
	position: absolute;
	z-index: 111;
	width: 150px;
}

.top-manu .links .container ul li ul.change-display-open-drop {
	display: block;
	position: relative !important;
	border: 0;
	background: none;
	margin-right: 28px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.top-manu .links .container ul li ul li {
	font-size: 17px;
	width: 100%;
	padding: 0;
}

.top-manu .links .container ul li ul li a {
	display: block;
	width: 100%;
	padding: 15px 6px 15px 10px;
}

.top-manu .links .container .menu .sub-menu li:hover,
.top-manu .links .container .menu li .sub-menu li:focus {
	/* background: rgba(255, 255, 255, 0.58); */
}

.top-manu .links .container .menu li:hover .sub-menu,
.top-manu .links .container .menu li:focus .sub-menu {
	opacity: 1;
	pointer-events: all;
	position: absolute;
	z-index: 111;
	width: 150px;
}

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

	.top-manu .links .container ul li:hover ul,
	.top-manu .links .container ul li:focus ul {
		display: block;
		position: relative !important;
		border: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.top-manu .links .container ul li:focus ul {}
}

.top-manu .links .container .menu li:hover .sub-menu li,
.top-manu .links .container .menu li:focus .sub-menu li {
	clear: both;
}

.top-manu .links .container ul li:focus ul,
.top-manu .links .container ul li:focus-within ul,
.top-manu .links .container ul li.focused ul {
	opacity: 1;
	pointer-events: all;
	position: absolute;
	z-index: 11;
}

.top-manu .links .container ul li:focus ul li,
.top-manu .links .container ul li:focus-within ul li,
.top-manu .links .container ul li.focused ul li {
	clear: both;
}

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

	.top-manu .links .container ul li:focus ul,
	.top-manu .links .container ul li:focus-within ul,
	.top-manu .links .container ul li.focused ul {
		display: block;
		position: relative !important;
		border: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: right;
	}
}

.top-manu .humburger {
	display: none;
	border: 0;
	outline: 0;
}

.top-manu .humburger .hamburger--spin {
	outline: 0;
}

@media screen and (max-width: 768px) {
	.top-manu .humburger {
		display: block;
		position: absolute;
		top: 7px;
		right: 0;
		border: 0;
		outline: 0;
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.opened-nav {
	right: 0 !important;
}

@media screen and (max-width: 768px) {
	.opened-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 5rem;
	}
}

.opened-nav ul li {
	display: block !important;
}

.opened-menu {
	height: 100%;
}

footer {
	position: relative;
	z-index: 99;
	max-width: 100%;
	margin: 0 auto;
}

footer .container-top-footer {
	padding: 0 15px;
	border: 3px solid black;
	background: #18617b;
	padding: 25px;
	direction: rtl;
}

@media screen and (max-width: 768px) {
	footer .container-top-footer {
		height: auto;
		text-align: center;
	}
}

footer .container-top-footer .top-in .row {
	width: 100%;
}

@media screen and (max-width: 768px) {
	footer .container-top-footer .top-in .row .mevo-logo-bottom {
		margin-bottom: 15px;
	}
}

footer .container-top-footer .top-in .row .mevo-logo-bottom img {
	width: 150px;
}

footer .container-top-footer .top-in .row .links-bottom {
	text-align: center;
}

footer .container-top-footer .top-in .row .links-bottom ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	padding: 0;
	justify-content: space-around;
}

@media screen and (max-width: 768px) {
	footer .container-top-footer .top-in .row .links-bottom ul {
		width: 100%;
		margin-bottom: 1rem;
		flex-direction: column;
	}
}

footer .container-top-footer .top-in .row .links-bottom ul li {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	font-size: 20px;
	padding: 1px 0;
	text-align: right;
}

footer .container-top-footer .top-in .row .links-bottom ul li.footer-title > a {
	font-weight: bold;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}

footer .container-top-footer .top-in .row .links-bottom ul li.footer-title > ul {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	footer .container-top-footer .top-in .row .links-bottom ul li {
		font-size: 18px;
		width: 100%;
	}

	footer .container-top-footer .top-in .row .links-bottom ul li.footer-title > ul {
		display: flex !important;
		width: 100% !important;
		margin-top: 10px;
		height: 0;
		overflow: hidden;
		transition: height .4s;
	}

	footer .container-top-footer .top-in .row .links-bottom ul li.footer-title > a {
		margin-bottom: 0;
		position: relative;
		width: 100%;
		max-width: 300px;
	}

	footer .container-top-footer .top-in .row .links-bottom ul li.footer-title > a::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		background-image: url("assets/img/white-arrow.png");
		background-position: left;
		background-size: 12px;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}

	footer .container-top-footer .top-in .row .links-bottom ul li.footer-title.open > a::after {
		transform: rotate(180deg);
		background-position: right;
	}
}

footer .container-top-footer .top-in .row .links-bottom ul li a {
	color: white;
}

footer .container-top-footer .top-in .row .follow-us {
	color: white;
	font-family: 'Heebo', sans-serif;
	text-align: left;
}

@media screen and (max-width: 768px) {
	footer .container-top-footer .top-in .row .follow-us {
		text-align: center;
	}
}

footer .container-top-footer .top-in .row .follow-us h4 {
	margin-bottom: 15px;
}

footer .container-top-footer .top-in .row .follow-us .icons {
	display: block;
	text-align: left;
}

@media screen and (max-width: 768px) {
	footer .container-top-footer .top-in .row .follow-us .icons {
		text-align: center;
	}
}

footer .container-top-footer .top-in .row .follow-us .icons a {
	display: block;
}

footer .container-top-footer .top-in .row .follow-us .icons .facebook-icon,
footer .container-top-footer .top-in .row .follow-us .icons .ins-icon {
	width: 50px;
	display: inline-block;
	margin: 0 5px;
}

footer .container-top-footer .line-space {
	background: white;
	border: 2px solid white;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	footer .container-top-footer .line-space {
		margin-top: 1rem;
	}
}

footer .container-top-footer .creadit-container .creadit-text {
	color: white !important;
	letter-spacing: 1px;
}

footer .container-top-footer .creadit-container .creadit-img {
	padding: 0;
	margin: 0;
	text-align: left;
}

@media screen and (max-width: 768px) {
	footer .container-top-footer .creadit-container .creadit-img {
		text-align: center;
		margin-top: 15px;
	}
}

footer .container-top-footer .creadit-container .creadit-img img {
	width: 170px;
}

.homepage footer {
	width: 1070px;
	padding: 0 15px;
}

.hot-back {
	background: #8FEAF2;
}

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

.left-c-month {
	background-image: url(//maze.co.il/wp-content/themes/maze/assets/img/home/carousel/left_carousel.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 150px;
	height: 83px;
	width: 66px;
}

.right-c-month {
	background-image: url(//maze.co.il/wp-content/themes/maze/assets/img/home/carousel/right_carousel.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 150px;
	height: 83px;
	width: 66px;
}

.red {
	background: red;
}

.back-nav-to-top {
	top: 4% !important;
}

body.buildingingo {
	position: relative;
}

body.buildingingo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 300px;
	height: 100%;
	background: rgba(144, 191, 184, 0.54);
	z-index: 1;
	display: block;
}

.margin-button-general {
	margin-bottom: 7rem;
}

@media screen and (max-width: 900px) {
	.margin-button-general {
		margin-bottom: 3rem;
	}

	body.buildingingo .onbuildinginfo .top-logo {
		margin-bottom: 3rem !important;
	}

	body.buildingingo:before {
		width: 100px;
	}
}

body.buildingingo .onbuildinginfo {
	position: relative;
	z-index: 2;
	width: 75%;
	margin: 0 auto 1rem;
}

#slider2 {
	margin: 30px auto 10px auto !important;
}

body.buildingingo .onbuildinginfo .top-logo {
    background: #ffd1c3;
    text-align: center;
    width: max-content;
    margin: 0 auto 100px;
    font-size: 50px;
    font-weight: bold;
    padding: 20px 55px;
    border: 3px solid #000;
		font-family: 'Heebo', sans-serif;
		line-height: 1;
}

body.page-id-3542 .onbuildinginfo .top-logo {
	background: #90bfb8;
}

@media screen and (max-width: 900px) {
	body.buildingingo .onbuildinginfo .top-logo img {
		width: 90%;
	}

	body.buildingingo .onbuildinginfo .howisus-content .content .onus-title {
		width: -webkit-fill-available !important;
	}
}

.howisus-content {
	width: 100%;
}

body.buildingingo .onbuildinginfo .howisus-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 5rem;
	direction: rtl;
}

body.buildingingo .onbuildinginfo .howisus-content .content {
	width: 40%;
	text-align: right;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 80px;
}

body.buildingingo .onbuildinginfo .howisus-content .content .onus-title {
	text-align: center;
	background: #8ab5a5;
	width: 300px;
	max-width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: 500;
	font-size: 22px;
	font-family: 'Secular One', sans-serif;
	letter-spacing: 1.5px;
}

body.buildingingo .onbuildinginfo .howisus-content .content p {
	line-height: 25px;
}

body.buildingingo .onbuildinginfo .howisus-content .content .read-more-onus {
	position: relative;
	margin-top: 20px;
	padding: 5px;
	text-align: center;
	direction: rtl;
	background: #fff;
	border: 3px solid #000;
	width: 200px;
	cursor: pointer;
	height: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

body.buildingingo .onbuildinginfo .howisus-content .content .read-more-onus a {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.buildingingo .onbuildinginfo .howisus-content .content .read-more-onus .back-button {
	position: absolute;
	width: 20%;
	right: 0;
	height: 100%;
	top: 0;
	background-color: #90bfb8;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/bg-b-1.png);
	border-left: 2px solid black;
}

body.buildingingo .onbuildinginfo .howisus-content .content .read-more-onus .content-button {
	font-family: 'Secular One', sans-serif;
	margin-right: 2.5rem;
	letter-spacing: 2.5px;
}

body.buildingingo .onbuildinginfo .howisus-content .content .read-more-onus .content-button a {
	text-decoration: none;
	color: black;
	font-size: 23px;
}

@media screen and (max-width: 900px) {
	body.buildingingo .onbuildinginfo .howisus-content .content {
		width: 100% !important;
		font-size: 15px;
		margin-bottom: 3rem;
	}
}

body.buildingingo .onbuildinginfo .howisus-content .content-2 {
	width: 30%;
	line-height: 25px;
	text-align: right;
	font-size: 18px;
}

body.buildingingo .onbuildinginfo .howisus-content .content-2 .onus-title {
	text-align: center;
	background: #8ab5a5;
	width: 55%;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: 500;
	font-size: 22px;
	font-family: 'Secular One', sans-serif;
	letter-spacing: 1.5px;
}

body.buildingingo .onbuildinginfo .howisus-content .content-2 p {
	line-height: 25px;
}

body.buildingingo .onbuildinginfo .howisus-content .content-2 .read-more-onus {
	position: relative;
	margin-top: 3rem;
	padding: 5px;
	text-align: center;
	direction: rtl;
	background: #fff;
	border: 3px solid #000;
	width: 200px;
	cursor: pointer;
	height: 40px;
}

body.buildingingo .onbuildinginfo .howisus-content .content-2 .read-more-onus .back-button {
	position: absolute;
	width: 20%;
	right: 0;
	height: 100%;
	top: 0;
	background-color: #90bfb8;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/bg-b-1.png);
	border-left: 2px solid black;
}

body.buildingingo .onbuildinginfo .howisus-content .content-2 .read-more-onus .content-button {
	font-family: 'Secular One', sans-serif;
	margin-right: 2.5rem;
	letter-spacing: 2.5px;
}

body.buildingingo .onbuildinginfo .howisus-content .content-2 .read-more-onus .content-button a {
	text-decoration: none;
	color: black;
	font-size: 23px;
}

.carousel-container {}

@media screen and (max-width: 900px) {
	body.buildingingo .onbuildinginfo .howisus-content .content-2 {
		width: 100%;
		font-size: 15px;
		margin-bottom: 1rem;
	}
}

body.buildingingo .onbuildinginfo .img-side img {
	height: 400px;
	width: 500px;
	max-width: 100%;
}

@media screen and (max-width: 900px) {
	body.buildingingo .onbuildinginfo .img-side img {
		height: 361px;
	}
}

@media screen and (max-width: 900px) {
	body.buildingingo .onbuildinginfo .change-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media screen and (max-width: 1080px) {
	body.buildingingo .onbuildinginfo {}
}

.m-b {
	margin-bottom: 13rem !important;
}

.w-100 {
	height: 472px;
}

@media screen and (max-width: 900px) {
	.w-100 {
		height: 315px;
	}
}

body.emp {
	position: relative;
}

body.emp:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 300px;
	height: 100%;
	background: rgba(144, 191, 184, 0.42);
	z-index: 1;
	display: block;
}

@media screen and (max-width: 900px) {
	body.emp:before {
		width: 100px;
		background: rgba(144, 191, 184, 0.2);
	}
}

body.emp .howisus {
	position: relative;
	z-index: 2;
	width: 75%;
	margin: 0 auto;
}

body.emp .howisus .top-logo {
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 900px) {
	body.emp .howisus .top-logo img {
		width: 50%;
	}
}

body.emp .howisus .howisus-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 4rem;
	margin-bottom: 5rem;
	direction: rtl;
}

body.emp .howisus .howisus-content .content {
	width: 40%;
	text-align: right;
	font-size: 18px;
	line-height: 25px;
}

body.emp .howisus .howisus-content .content .onus-title {
	text-align: center;
	background: #8ab5a5;
	width: 40%;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: 500;
	font-size: 25px;
	font-family: 'Secular One', sans-serif;
}

@media screen and (max-width: 900px) {
	body.emp .howisus .howisus-content .content .onus-title {
		margin-bottom: 20px;
		width: 50%;
	}
}

body.emp .howisus .howisus-content .content p {
	line-height: 25px;
	margin-top: 2rem;
}

body.emp .howisus .howisus-content .content .read-more-onus {
	position: relative;
	margin-top: 3rem;
	padding: 5px;
	text-align: center;
	direction: rtl;
	background: #fff;
	border: 4px solid #000;
	width: 200px;
	cursor: pointer;
	height: 45px;
}

body.emp .howisus .howisus-content .content .read-more-onus .back-button {
	position: absolute;
	width: 20%;
	right: 0;
	height: 100%;
	top: 0;
	background: #ffd1c3;
}

body.emp .howisus .howisus-content .content .read-more-onus .content-button {
	font-family: 'Secular One', sans-serif;
	font-size: 25px;
	margin-right: 2.5rem;
}

@media screen and (max-width: 900px) {
	body.emp .howisus .howisus-content .content {
		width: 100%;
		font-size: 15px;
		margin-bottom: 1rem;
	}
}

body.emp .howisus .img-container img {
	border: 5px solid black;
	width: 582px;
	height: 575px;
}

@media screen and (max-width: 900px) {
	body.emp .howisus .img-container img {
		height: 230px;
	}
}

@media screen and (max-width: 900px) {
	body.emp .howisus {
		width: 95%;
	}
}

body.emp .carousel-sit {
	margin-bottom: 7rem;
	text-align: center;
}

body.emp .carousel-sit .title {
	font-size: 1.8em;
	font-family: 'Secular One', sans-serif;
	margin-bottom: 2rem;
	letter-spacing: 1.5px;
}

body.emp .carousel-sit .title-little {
	font-size: 1.4em;
	font-family: 'Secular One', sans-serif;
	margin-bottom: 2rem;
	letter-spacing: 1.5px;
}

body.emp .carousel-sit .owl-carousel {
	margin-top: 2rem;
	width: 75%;
	margin: 0 auto;
}

body.emp .carousel-sit .owl-carousel .item .item-in-1 {
	border: 4px solid black;
	background: white;
	height: 168px;
	width: 196px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

body.emp .carousel-sit .owl-carousel .item .item-in-1 img {
	width: 90px;
	max-width: 100%;
}

body.emp .carousel-sit .owl-carousel .item .item-in-1:hover,
body.emp .carousel-sit .owl-carousel .item .item-in-1:focus {
	background: rgba(144, 191, 184, 0.42);
}

body.emp .carousel-sit .owl-carousel .item .item-in-1:hover img,
body.emp .carousel-sit .owl-carousel .item .item-in-1:focus img {
	opacity: .5;
}

@media screen and (max-width: 900px) {
	body.emp .carousel-sit .owl-carousel .item .item-in-1 {
		margin: 0 auto;
	}
}

body.emp .carousel-sit .owl-carousel .item .on-comp-info {
	margin: 0 auto;
	text-align: right;
	margin-top: 15px;
	width: 100%;
	text-align: center;
	opacity: 0;
}

body.emp .carousel-sit .owl-carousel .item .on-comp-info p {
	font-weight: 500;
	direction: rtl;
	margin-right: 50px;
}

body.emp .carousel-sit .owl-carousel .item .item-in-2 {
	border: 4px solid black;
	background: white;
	height: 141px;
	width: 148px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

body.emp .carousel-sit .owl-carousel .item .item-in-2 img {
	width: 90px;
	max-width: 100%;
}

body.emp .carousel-sit .owl-carousel .item .item-in-2:hover,
body.emp .carousel-sit .owl-carousel .item .item-in-2:focus {
	background: #ffd1c3;
}

body.emp .carousel-sit .owl-carousel .item .item-in-2:hover img,
body.emp .carousel-sit .owl-carousel .item .item-in-2:focus img {
	opacity: .5;
}

@media screen and (max-width: 900px) {
	body.emp .carousel-sit .owl-carousel .item .item-in-2 {
		margin: 0 auto;
	}
}

body.emp .carousel-sit .owl-carousel .item:hover .on-comp-info,
body.emp .carousel-sit .owl-carousel .item:focus .on-comp-info {
	opacity: 1;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

body.emp .carousel-sit .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 24%;
	width: 60px;
}

@media screen and (max-width: 900px) {
	body.emp .carousel-sit .owl-carousel .owl-nav .owl-next {
		right: -20%;
		top: 25%;
	}
}

body.emp .carousel-sit .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -10%;
	top: 24%;
	width: 60px;
}

@media screen and (max-width: 900px) {
	body.emp .carousel-sit .owl-carousel .owl-nav .owl-prev {
		left: -15%;
		top: 25%;
	}
}

@media screen and (max-width: 900px) {
	body.emp .carousel-sit {
		margin-bottom: 2rem;
	}
}

.model-active {
	display: block !important;
	opacity: 1 !important;
	pointer-events: all !important;
}

.left-s-sit {
	background-image: url(https://cdn4.iconfinder.com/data/icons/arrows-9/100/arrow-9-512.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 50px;
	width: 50px;
	outline: 0;
}

.right-s-sit {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAAdVBMVEX///8AAAD19fXl5eXo6Oj5+fny8vJVVVWLi4t0dHTX19f8/PwcHBy1tbXQ0NBDQ0N9fX07Ozu/v7+WlpYNDQ3FxcVLS0ulpaUyMjJaWlqenp4lJSVlZWWtra3d3d1qamqQkJAvLy84ODiBgYEZGRkoKChISEg5UvA/AAAExklEQVR4nO2d23LaMBRFLQPmbsDGkAAJd/7/E9smaUPCmj6J0XTR/QVnj43R0j46yrL/+ovyInUFd1ZeT9upa7iv6hD6rdRF3FM/DYawEVtchjddtC/qePTuMMykT3G8Dr+1L1MXcw9VT+FThyZ1OfHVTMK1DtUwdUWRVS7CVz2NU5cUV4PvBkM4L1MXFVWDG4MhzOvUVUVVMwePu9RVRVW5B4vH1FVFVXkhi3nqsmKqfCaLqhXc6wYsumiqRRa3Lot9sPisstiegsWuCjWKI1hcDFKXFVOdHVicqVBjWMPyxmUxW8FTlKHGEiyuX1JXFVVjeFHnMoujW4unVeqqoqpaw1N0AWM5ubUYep3UZcXUzc7Nm0VVcDPogkUZTREw9l0Wt2DxAWjKlU21ERhfU5cVUx0CxosruOmBxZnLIgHj3kVTNVgcVamriqrl6dbiSQWMwxdADRswAmqcXPFbtYcf40qVE5czsFirgpsBAuMD0JTK4gNkU0hTrk6/NlncqFAjpxe1q7KYETA+qbKpjIDx7KKpHm35qywOV7QOV9FUZwnr8L2MpsCijab88VsJv8WwcgU3e7BYuyxSNrVTocaAgpueCzWQplSo0aKnuFVZLAj7XZ1+GT3Fg+opZsTEJxcwHmF5M1IBY2cHyxtXNpWvYB1+kNEUPEVXM+NwDJ+bkcpi1oDF8Ag0lbqqqHqAbOpBO/3msk4/sujq9GvTi7pRvahDyoknqs9NRtgfVE+xMwXUOKtoquhBA5Wr06+oYXkzcdHUko6GuWjqBb42e5XFrKIv6gPQlKvTr3kCi65sqqHljSu4IZqay2iKLE5VFlv0om5VFnP63CxUjcUdCm7Oqi9qTm1wrmyqoODmogpuih1YXLhoikY0XFQ0hajhyqYysigLbh6BpiBElR0qag63Dueu4IZoai6jKbIoO1QEL2roqxapLQpRn1NXFVWYTbloqqAesYkrYaTgxnVuCoObbml6U1/pc2P609A/Q/3vsKBtG9O3tE1t4ab/Q/2aBr+ipnWpni30fNjAK6pifP0+jX6vzb5fqt/z1ucWxQ5gwpQ96fNDfQasz/H1vRj6fhp9T5S+r03fm6jvL9X3CNtpCWHiLIIJ/XkL/ZkZ/bkn/9k1+/lD/RlS/Tlg/Vlu/Xl8/UwFvAHLFL3gbBPTLWb2+TT6GUP6OVH6WV/+eW0UvZxE0Yt/bqJ99qV+fql+Bq1+jjDOgtbTkil60c9k18/Vt9+NoL/fAu8oOYtoyX/PjP6uILrvaW0yaL+zS3/vmv7uPP39h/o7LPX3kOrvktXPXNff6Wy/l9t/t/oS2pxOIlrKavgJjky0tAODqmypBwZdnXhg8CIy2CYcfBbBRIsMbkwwQbS0FcHEK0Uv9k48f7akoiXEQVH0UgFMzE2deGOAiZPpGjV7eJYt4SeowkEagmBqNRzWdDBLREsdwkGTweIIBheibKlNONgVwQTSkqoTj6IXFS3Zs6VS34l3IYOi6AU78Y6pq4qoBhYyYZe6qogagD8VDtIsmbMoPPulm10ZE0y869s8mUMlync/VF1PlDmIYOJTV0n2XhS9XOvP9tNMBBNf9bE/cxGt1L7rLc82ZUu3ql2deKC8NtESKhdFL/+wfgDud0xBN8gXwAAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: cover;
	height: 50px;
	width: 50px;
	outline: 0;
	margin-left: 10px;
}

body.staff {
	position: relative;
}

body.staff:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 300px;
	height: 100%;
	background: rgba(255, 209, 195, 0.53);
	z-index: 1;
	display: block;
}

@media screen and (max-width: 900px) {
	body.staff:before {
		width: 100px;
	}
}

body.staff .howisus {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

body.staff .howisus .top-logo {
	background: #ffd1c3;
	text-align: center;
	width: max-content;
	margin: 0 auto;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 55px;
	border: 3px solid #000;
	font-family: 'Heebo', sans-serif;
}


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

}

body.staff .staff-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 3rem;
	margin: 0 auto;
	margin-top: 7rem;
	margin-bottom: 10rem;
	width: 1320px;
	max-width: 100%;
}

body.staff .staff-container .single-staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	border: 4px solid black;
	width: 200px;
	height: 200px;
	margin: 10px;
	position: relative;
}

body.staff .staff-container .single-staff .img-person {
	width: 100%;
}

body.staff .staff-container .single-staff .info-on {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

body.staff .staff-container .single-staff .info-on .title {
	font-size: 20px;
	display: block;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

body.staff .staff-container .single-staff .info-on .title-staff,
body.staff .staff-container .single-staff .info-on .dis-staff {
	font-weight: 700;
	padding: 5px 0;
	position: relative;
}

body.staff .staff-container .single-staff:hover .info-on,
body.staff .staff-container .single-staff:focus .info-on {
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
    cursor: pointer;
    padding: 20px 0;
}

@media screen and (max-width: 900px) {
	body.staff .staff-container .single-staff {
		width: 200px;
		height: 200px;
	}
}

body.staff .staff-container .single-staff-empty {
	width: 18px;
	height: 200px;
}

@media screen and (max-width: 900px) {
	body.staff .staff-container .single-staff-empty {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.fix--one {
		font-size: 10px;
		width: 69px;
		height: 30px;
		padding: 6px;
		margin-top: 1px;
	}
}

.t-p {
	background: #ffd1c3 !important;
	color: black !important;
	font-weight: 700;
}

.mt-3 {
	margin-top: 3rem !important;
}

.modal-job {
	margin: 6% auto !important;
}

.content-sm-sp {
	width: 50% !important;
}

#button-0 {
	background-color: #ffd1c3;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/Asset-61.png);
	background-size: 100% 100%;
	border-right: 2px solid black;
}

#button-1 {
	background-color: #18617b;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/Asset-60.png);
	border-right: 2px solid black;
}

#button-2 {
	background-color: #90bfb8;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/Asset-60.png);
	border-right: 2px solid black;
}

#button-3 {
	background-color: #18617b;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/bg-b-1.png);
	background-size: 100% 100%;
	border-right: 2px solid black;
}

#button-4 {
	background-color: #90bfb8;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/Asset-60.png);
	border-right: 2px solid black;
}

#button-5 {
	background-color: #90bfb8;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/bg-b-1.png);
	border-right: 2px solid black;
}

#button-6 {
	background-color: #90bfb8;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/bg-b-1.png);
	background-size: 100% 100%;
	border-right: 2px solid black;
}

#button-7 {
	background-color: #18617b;
	background-image: url(//maze.co.il/wp-content/themes/maze/assets/css/ttp://maze.co.il/wp-content/uploads/2018/07/Asset-60.png);
	border-right: 2px solid black;
}

#button-8 {
	background-color: #90bfb8;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/Asset-60.png);
	border-right: 2px solid black;
}

body.docs {
	position: relative;
}

body.docs:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 300px;
	height: 100%;
	background: rgba(255, 209, 195, 0.53);
	z-index: 1;
	display: block;
}

@media screen and (max-width: 900px) {
	body.docs:before {
		width: 100px;
	}
}

body.docs .doc {
	position: relative;
	z-index: 2;
	width: 75%;
	margin: 0 auto;
}

body.docs .doc .top-logo {
	margin: 0 auto;
	text-align: center;
	margin-top: -20px;
}

@media screen and (max-width: 900px) {
	body.docs .doc .top-logo img {
		width: 50%;
	}
}

body.docs iframe {
	margin-bottom: 10rem;
	height: 700px;
}

.global-footer {
	width: 100%;
	margin-top: 00;
}

::selection {
	background: #2775c5;
	color: #FFF;
}

* {
	font-family: 'Hebbo', sans-serif;
}

body {
	padding-top: 10rem;
	font-family: Heebo, sans-serif;
}

@media screen and (max-width: 900px) {
	body {
		padding-top: 5rem;
	}
}

.btn-read-more a {
	text-decoration: none;
	color: black;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-read-more:hover a,
.btn-read-more:focus a {
	color: #078fa1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-pink {
	background: #ffd1c3;
	border: 4px solid black;
	color: black;
	font-weight: 700;
	font-size: 25px;
	width: 100px;
	height: 47px;
	padding: 8px;
	text-align: center;
	direction: rtl;
	margin-top: 10px;
	cursor: pointer;
}

.btn-pink a {
	text-decoration: none;
	color: black;
}

.btn-pink-large {
	background: #ffd1c3;
	border: 4px solid #000;
	color: #000;
	font-weight: 700;
	font-size: 31px;
	width: 190px;
	height: 74px;
	padding: 10px;
	text-align: center;
	direction: rtl;
	cursor: pointer;
}

.btn-pink-large a {
	text-decoration: none;
	color: black;
}

@media screen and (max-width: 900px) {
	.btn-pink-large {
		width: 90px;
	}
}

img {
	max-width: 100%;
}

.active-tab {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.highlight {
	background: yellow;
}

.mt-66 {
	margin-top: 66px;
}

.homepage {
	padding-top: 155px;
}

.homepage .home {
	position: relative;
}

.homepage .home h1 {
	text-align: center;
	margin: 30px 0;
	padding: 0 15px;
	font-size: 70px;
	font-weight: bold;
}

.homepage .home h6 {
	text-align: center;
	margin: 30px 0;
	padding: 0 15px;
	font-size: 70px;
	font-weight: bold;
}

.homepage .home #weather {
	position: absolute;
	top: 30px;
	left: 120px;
	z-index: 1;
	pointer-events: none;
}

.emptitle1 {
	margin-top: 100px !important;
}

@media screen and (max-width: 768px) {
	.maintab {
		width: 350px !important;
	}

	#top-ped-emp {
		margin-top: 1rem !important;
	}

	body.buildingingo .onbuildinginfo {}

	.emptitle1 {
		margin: 100px auto 0 auto !important;
	}

	.img-side {
		margin-bottom: 3rem !important;
	}

	.homepage .home #weather {
		position: absolute;
		top: 90px;
		left: 10px;
	}
}

.homepage .home #weather .temp,
.homepage .home #weather .time {
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	direction: ltr;
}

.homepage .home #weather .temp>img,
.homepage .home #weather .time>img {
	margin-right: 10px;
}

.homepage .home #sun {
	position: absolute;
	top: 70px;
	right: 120px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.homepage .home #sun {
		position: absolute;
		top: 70px;
		right: -30px;
	}
}

.homepage .home .container-building {
	position: relative;
	width: 1070px;
	margin: 0 auto;
	max-width: 100%;
	z-index: 9;
	padding: 0 15px;
}

.homepage .home .container-building img {
	display: block;
	margin: 0 auto;
}

.homepage .home .center-building-2>.row {
	width: 1070px;
	max-width: 100%;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

@media screen and (min-width: 1200px) {
	.homepage .home .center-building-2 .back-2 {
		padding-bottom: 100px;
	}
}

.homepage .home .center-building-2 .back-2 .se-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #FFF;
	height: 100%;
	border-bottom: 3px solid #000;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-2 .se-container {
		padding: 20px;
		border-top: 3px solid #000;
	}
}

.homepage .home .center-building-2 .back-2 .se-container .center-stripe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 240px);
	height: 100%;
	padding: 10px 20px;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-2 .se-container .center-stripe {
		width: 100%;
	}
}

.homepage .home .center-building-2 .back-2 .se-container .center-stripe>p {
	margin-bottom: 20px;
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe {
	width: 120px;
	height: 100%;
	display: block !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-2 .se-container .side-stripe {
		display: none !important;
	}
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe.right {
	border-left: 3px solid #000;
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe.left {
	border-right: 3px solid #000;
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe.left .strip {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe .strip {
	height: calc(100% - 140px);
	width: 100%;
	position: relative;
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe.left .strip {
	height: 100%;
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe .strip>h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	transform: translate(-50%, -50%) rotate(270deg);
	font-size: 45px;
	white-space: nowrap;
	margin: 0;
}


.homepage .home .center-building-2 .back-2 .se-container .side-stripe .strip>h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	transform: translate(-50%, -50%) rotate(270deg);
	font-size: 45px;
	white-space: nowrap;
	margin: 0;
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe .block {
	height: 140px;
	width: 100%;
}

.homepage .home .center-building-2 .back-2 .se-container .side-stripe .block.lightblue {
	border-bottom: 3px solid #000;
	background: #00ABB5;
}

.homepage .home .center-building-2 .back-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* height: 620px; */
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}

@media screen and (max-width: 389px) {
	/* .homepage .home .center-building-2 .back-4 {
		height: 899px !important;
	} */

	.homepage .home .center-building-2 .back-3 .legal-advice {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	/* .homepage .home .center-building-2 .back-1 {
		height: 927px;
	} */

	.homepage .home .center-building-2 .back-4 .rent-section {}
}

@media screen and (max-width: 450px) and (min-width: 390px) {
	.homepage .home .center-building-2 .back-1 {
		height: 700px;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.homepage .home .center-building-2 .back-1 {
		height: 800px;
	}

	.homepage .home .center-building-2 .back-3 {
		height: 800px;
	}
}

@media screen and (max-width: 767px) and (min-width: 390px) {
	.homepage .home .center-building-2 .back-1 {
		border-right: none;
		height: auto;
	}
}

.homepage .home .center-building-2 .back-1 .legal-advice {
	background: #FFF;
	border: 3px solid #000;
	margin: 80px;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-1 .legal-advice {
		width: 80%;
	}
}

.homepage .home .center-building-2 .back-1 .legal-advice .header-la {
	border-bottom: 3px solid #000;
	background-color: #90bfb8;
}

.homepage .home .center-building-2 .back-1 .legal-advice .header-la h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Heebo", sans-serif;
	padding: 20px 0;
	font-weight: bold;
}

.homepage .home .center-building-2 .back-1 .legal-advice .header-la h6 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Heebo", sans-serif;
	padding: 20px 0;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-1 .legal-advice .header-la h1 {
		font-size: 25px;
	}
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-1 .legal-advice .header-la h6 {
		font-size: 25px;
	}
}

.homepage .home .center-building-2 .back-1 .legal-advice .header-la img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.homepage .home .center-building-2 .back-1 .legal-advice .body-la {
	padding: 15px;
}

.homepage .home .center-building-2 .back-3 {
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-3 {
		border: none;
	}
}

.homepage .home .center-building-2 .back-3 .legal-advice {
	background: #FFF;
	border: 3px solid #000;
	margin: 80px;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-3 .legal-advice {
		width: 80%;
	}
}

.homepage .home .center-building-2 .back-3 .legal-advice .header-la {
	border-bottom: 3px solid #000;
	background: #4ca8b2;
}

.homepage .home .center-building-2 .back-3 .legal-advice .header-la h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Heebo", sans-serif;
	padding: 20px 0;
	font-weight: bold;
}

.homepage .home .center-building-2 .back-3 .legal-advice .header-la h6 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Heebo", sans-serif;
	padding: 20px 0;
	font-weight: bold;
}

.homepage .home .center-building-2 .back-3 .legal-advice .body-la {
	padding: 15px;
}

.homepage .home .center-building-2 .back-4 {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
	height: 570px;
}

@media screen and (min-width: 1200px) {
	.homepage .home .center-building-2 .back-4 {
		margin-top: -100px;
	}
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-4 {
		border-bottom: 3px solid #000;
		border-left: 3px solid #000;
	}

	.homepage .home .center-building-2 .back-3 .legal-advice .header-la h1 {
		font-size: 25px;
	}

    	.homepage .home .center-building-2 .back-3 .legal-advice .header-la h6 {
		font-size: 25px;
	}
}

.homepage .home .center-building-2 .back-4 .rent-section {
	background: #FFF;
	border: 3px solid #000;
	margin: 60px;
}

@media screen and (min-width: 1200px) {
	.homepage .home .center-building-2 .back-4 .rent-section {}
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-4 .rent-section {
		width: 80%;
	}
}

.homepage .home .center-building-2 .back-4 .rent-section .header-la {
	background: #4096b0;
	border-bottom: 3px solid #000;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-4 .rent-section .header-la {
		height: auto;
	}
}

.homepage .home .center-building-2 .back-4 .rent-section .header-la h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Heebo", sans-serif;
	padding: 20px 0;
	font-weight: bold;
}

.homepage .home .center-building-2 .back-4 .rent-section .header-la h6 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Heebo", sans-serif;
	padding: 20px 0;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .back-4 .rent-section .header-la h1 {
		font-size: 25px;
	}

    	.homepage .home .center-building-2 .back-4 .rent-section .header-la h6 {
		font-size: 25px;
	}
}

.homepage .home .center-building-2 .back-4 .rent-section .body-la {
	padding: 15px;
}

.homepage .home .center-building-2 .months-wrap {
	border-top: 3px solid #000;
	background: #FFF;
}

@media screen and (min-width: 1200px) {
	.homepage .home .center-building-2 .months-wrap {
		margin-top: -100px;
	}
}

.homepage .home .center-building-2 .months-wrap .months-header {
	height: auto;
	background: #00617D;
}

.homepage .home .center-building-2 .months-wrap .months-header h1 {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Heebo", sans-serif;
	padding: 20px 0;
	font-weight: bold;
	width: max-content;
	position: relative;
}

.homepage .home .center-building-2 .months-wrap .months-header h6 {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Heebo", sans-serif;
	padding: 20px 0;
	font-weight: bold;
	width: max-content;
	position: relative;
}

.homepage .home .center-building-2 .months-wrap .months-header h1::before,
.homepage .home .center-building-2 .months-wrap .months-header h1::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #fff;
	pointer-events: none;
}

.homepage .home .center-building-2 .months-wrap .months-header h6::before,
.homepage .home .center-building-2 .months-wrap .months-header h6::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #fff;
	pointer-events: none;
}

.homepage .home .center-building-2 .months-wrap .months-header h1::before {
	right: -40px;
}

.homepage .home .center-building-2 .months-wrap .months-header h6::before {
	right: -40px;
}

.homepage .home .center-building-2 .months-wrap .months-header h1::after {
	left: -40px;
}

.homepage .home .center-building-2 .months-wrap .months-header h6::after {
	left: -40px;
}

.homepage .home .center-building-2 .months-wrap .month-carousel {
	height: 80px;
	border-bottom: 3px solid #000;
	overflow: hidden;
}

.homepage .home .center-building-2 .months-wrap .month-carousel .item {
	height: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: bolder 31px "Heebo", Arial, Helvetica, sans-serif;
}

.homepage .home .center-building-2 .months-wrap .month-carousel .owl-nav>div {
	position: absolute;
	top: 0;
	height: 80px;
}

.homepage .home .center-building-2 .months-wrap .month-carousel .owl-nav>div.owl-next {
	left: 0;
}

.homepage .home .center-building-2 .months-wrap .month-carousel .owl-nav>div>div {
	background-repeat: no-repeat;
	width: 55px;
	height: 77px;
	background-size: contain;
}

.homepage .home .center-building-2 .months-wrap .month-carousel .left-c {
	background-image: url(./img/icons/right_carouselnew.png);
	margin-right: 2px;
	-webkit-box-shadow: 8px 7px 0px 3px #90bfb8, 7px 3px 0px 3px black;
	box-shadow: 8px 7px 0px 3px #90bfb8, 7px 3px 0px 3px black;
	background-size: cover;
	-webkit-transition: 0.15s ease-in;
	transition: 0.15s ease-in;
}

.homepage .home .center-building-2 .months-wrap .month-carousel .left-c:hover,
.homepage .home .center-building-2 .months-wrap .month-carousel .left-c:focus {
	background-image: url(./img/icons/right_carouselnew.png);
	-webkit-box-shadow: 0px 11px 0px 0px #90bfb8, 0px 0px 0px 0px black;
	box-shadow: 0px 11px 0px 0px #90bfb8, 0px 0px 0px 0px black;
	top: 1px;
	margin-right: 0;
	-webkit-transition: 0.13s ease-in;
	transition: 0.13s ease-in;
}

.homepage .home .center-building-2 .months-wrap .month-carousel .right-c {
	background-image: url(./img/icons/left_carouselnew.png);
	/* position: absolute; */
	/* left: 4px; */
	margin-left: 4px;
	-webkit-box-shadow: -5px -1px 0px 2px #90bfb8, -9px 3px 0px 2px black;
	box-shadow: -5px -1px 0px 2px #90bfb8, -9px 3px 0px 2px black;
	background-size: cover;
	-webkit-transition: 0.15s ease-in;
	transition: 0.15s ease-in;
}

.homepage .home .center-building-2 .months-wrap .month-carousel .right-c:hover,
.homepage .home .center-building-2 .months-wrap .month-carousel .right-c:focus {
	/* top: 1px; */
	/* left: 0px; */
	margin-left: 0;
	-webkit-box-shadow: 0px 9px 0px 0px #90bfb8, 0px 0px 0px 0px black;
	box-shadow: 0px 9px 0px 0px #90bfb8, 0px 0px 0px 0px black;
	-webkit-transition: 0.15s ease-in;
	transition: 0.15s ease-in;
}

.active-month {
	display: block !important;
}

.body-content1 {
	display: none;
}

.info-day {
	margin: 0 auto;
}

.homepage .home .center-building-2 .months-wrap .body-content {
	display: none;
	padding: 0 15px;
}

.homepage .home .center-building-2 .months-wrap .body-content.active {
	display: block;
	height: 485px;
	overflow: auto;
	direction: ltr;
}

.homepage .home .center-building-2 .months-wrap .body-content .log-b-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	padding: 10px;
}

.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .date-day {
	width: 20%;
	text-align: center;
}

.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .date-day h2 {
	font-size: 4.5em;
	font-family: 'Secular One', sans-serif;
}

.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .date-day p {
	font-size: 2rem;
}

.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .info-body {
	text-align: right;
	width: 85%;
	margin-right: 30px;
	margin-top: 5px;
}

.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .info-body h2 {
	font-size: 1.7em;
	font-family: 'Secular One', sans-serif;
	margin-bottom: 10px;
}

.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .info-body p {
	font-size: 1em;
	width: 80%;
	line-height: 20px;
}

.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .buttons-container button {
	width: 100%;
}

.homepage .home .center-building-2 .just-know {
	background: #00617D;
	border-right: 3px solid #000;
	height: 530px;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .just-know {
		/* min-height: 500px; */
		height: 400px;
	}
}

.homepage .home .center-building-2 .just-know .heading {
	width: 200px;
	margin: 0 auto;
	z-index: 99;
	position: relative;
}

.homepage .home .center-building-2 .just-know .cube-body {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 5px solid black;
	background: white;
	width: 460px;
	height: 460px;
	overflow: hidden;
}

.homepage .home .center-building-2 .just-know .cube-body .bottom-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.homepage .home .center-building-2 .bottom-build {
	width: 100%;
	z-index: 111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

.homepage .home .center-building-2 .bottom-build .heading {
	width: 120px;
	border-left: 3px solid #000;
	border-top: 3px solid #000;
	position: relative;
	background: #2895b0;
}

.homepage .home .center-building-2 .bottom-build .heading h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	transform: translate(-50%, -50%) rotate(270deg);
	font-size: 45px;
	white-space: nowrap;
	margin: 0;
	color: #fff;
}

.homepage .home .center-building-2 .bottom-build .heading h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	transform: translate(-50%, -50%) rotate(270deg);
	font-size: 45px;
	white-space: nowrap;
	margin: 0;
	color: #fff;
}

.homepage .home .center-building-2 .bottom-build .form-container {
	direction: ltr;
	width: calc(100% - 120px);
	border-top: 3px solid #000;
	background: black;
}

.homepage .home .center-building-2 .bottom-build .form-container form {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.homepage .home .center-building-2 .bottom-build .form-container form .form-in {
	width: 70%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .bottom-build .form-container form .form-in {
		width: 100%;
		height: auto;
	}
}

.homepage .home .center-building-2 .bottom-build .form-container form .form-in .input-wrap {
	border-bottom: 3px solid #000;
	width: 100%;
	background: #FFF;
	height: 33.333%;
}

@media screen and (min-width: 1200px) {
	.homepage .home .center-building-2 .bottom-build .form-container form .form-in .input-wrap:last-of-type {
		border-bottom: 0;
	}
}

@media (max-width:770px) {
	.homepage .home .center-building-2 .bottom-build .form-container form .form-in {
		width: 100% !important;
	}

	.homepage .home .center-building-2 .bottom-build .form-container form .form-in .input-wrap input {
		padding: 5px;
	}
}

@media (min-width:769px) {
	.homepage .home .center-building-2 .bottom-build .form-container form .form-in .input-wrap input {
		padding-right: 20px;
	}
}

.homepage .home .center-building-2 .bottom-build .form-container form .form-in .input-wrap input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	direction: rtl;
	width: 100%;
	height: 81px;
}

.homepage .home .center-building-2 .bottom-build .form-container form .submit {
	border-right: 3px solid #000;
	width: 30%;
	height: 249px;
	background: url(../images/submit.png);
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.homepage .home .center-building-2 .bottom-build .form-container form .submit {
		width: 100%;
		border-bottom: 0px solid black;
		height: 100px;
		border-right: none;
	}
}

body.who {
	position: relative;
}

body.who:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 292px;
	height: 100%;
	background: rgba(255, 209, 195, 0.53);
	z-index: 1;
	display: block;
}

@media screen and (max-width: 768px) {
	body.who:before {
		width: 100px;
		background: rgba(255, 209, 195, 0.18);
	}
}

body.who .howisus {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	body.who .howisus {
		width: 95%;
	}
}

body.who .howisus .top-logo {
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
	body.who .howisus .top-logo img {
		width: 50%;
	}
}

body.who .howisus .howisus-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 3rem;
	margin-bottom: 5rem;
	direction: rtl;
}

body.who .howisus .howisus-content .content {
	padding-left: 45px;
	width: 40%;
	text-align: right;
	font-size: 18px;
	line-height: 25px;
}

@media screen and (max-width: 768px) {
	body.who .howisus .howisus-content .content {
		width: 100%;
		font-size: 15px;
		margin-bottom: 6rem;
		line-height: 1.3;
	}
}

body.who .howisus .howisus-content .content .onus-title {
	text-align: center;
	background: #ffd1c3;
	width: 55%;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: 500;
	font-size: 25px;
	font-family: 'Secular One', sans-serif;
	letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
	body.who .howisus .howisus-content .content .onus-title {
		margin: 0 auto 20px;
	}
}

body.who .howisus .howisus-content .content .button-side-box {
	margin: 35px 0 0;
}

@media screen and (max-width: 768px) {
	body.who .howisus .howisus-content .content .onus-title {
		width: -webkit-fill-available;
	}

	body.who .howisus .carousel-container {
		max-width: 100%;
	}
}

body.who .howisus .carousel-container .carousel-inner {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	body.who .howisus .carousel-container .carousel-item {
		height: auto;
	}
}

body.who .howisus .carousel-container .carousel-item img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	body.who .howisus .carousel-container .carousel-item img {
		height: auto;
	}
}

body.who .howisus .carousel-container .carousel-control-next,
body.who .howisus .carousel-container .carousel-control-prev {
	opacity: 1;
}

.carousel-control-next-icon {
	height: 87px;
	width: 46px;
	position: absolute;
	right: 7px;
	-webkit-box-shadow: 9px 11px 0px 2px #90bfb8, 9px 11px 0px 4px black;
	box-shadow: 9px 11px 0px 2px #90bfb8, 9px 11px 0px 4px black;
	background-image: url(./img/icons/right_carousel_bignew.png);
	background-size: contain;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-webkit-transition: 0.13s ease-in;
	transition: 0.13s ease-in;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 1 !important;
}

.carousel-control-next,
.carousel-control-prev:hover .carousel-control-next,
.carousel-control-prev:focus {
	opacity: 1 !important;
}

.carousel-control-prev-icon {
	position: absolute;
	left: 7px;
	height: 87px;
	width: 46px !important;
	-webkit-box-shadow: -9px 11px 0px 2px #90bfb8, -9px 11px 0px 4px black;
	box-shadow: -9px 11px 0px 2px #90bfb8, -9px 11px 0px 4px black;
	width: 85px;
	background-image: url(./img/icons/left_carousel_bignew.png);
	background-size: contain;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: 0.13s ease-in;
	transition: 0.13s ease-in;
}

.carousel-control-prev-icon:hover,
.carousel-control-prev-icon:focus {
	-webkit-box-shadow: -0px 0px #90bfb8, -0px 0px black;
	box-shadow: -0px 0px #90bfb8, -0px 0px black;
	left: 0px;
	margin-top: 10px;
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.carousel-control-next-icon:hover,
.carousel-control-next-icon:focus {
	-webkit-box-shadow: -0px 0px #90bfb8, -0px 0px black;
	box-shadow: -0px 0px #90bfb8, -0px 0px black;
	right: 0px;
	margin-top: 10px;
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

body.who .video-bottom {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10rem;
	width: 1020px;
	max-width: 100%;
}

body.who .video-bottom .youtube-player {
	border: 3px solid #000;
}

body.youngCenter {
	position: relative;
}

body.youngCenter:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 300px;
	height: 100%;
	background: rgba(255, 209, 195, 0.53);
	z-index: 1;
	display: block;
}

@media screen and (max-width: 768px) {
	body.youngCenter:before {
		width: 100px;
	}
}

body.youngCenter .howisus {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

body.youngCenter .howisus h2 {
	background: #ffd1c3;
	text-align: center;
	width: max-content;
	margin: 0 auto 30px;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 55px;
	border: 3px solid #000;
	font-family: 'Heebo', sans-serif;
}

body.youngCenter .howisus .tabs-link {
	margin: 0 auto;
	text-align: center;
}

body.youngCenter .howisus .tabs-link .tabs ul {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	direction: rtl;
}

body.youngCenter .howisus .tabs-link .tabs ul li {
	display: inline-block;
	font-family: 'Secular One', sans-serif;
	border: 3px solid black;
	border-left: none;
	padding: 10px;
	width: 95px;
	margin: -6px -2px 0 -2px;
	background: white;
	cursor: pointer;
}

body.youngCenter .howisus .tabs-link .tabs ul li:last-of-type {
	border-left: 3px solid black;
}

body.youngCenter .howisus .tabs-link .tabs ul li.active-link-tab {
	background: #ffd1c3;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	body.youngCenter .howisus .tabs-link .tabs ul li {
		font-size: 11px;
		width: 70px;
	}
}

body.youngCenter .howisus .howisus-content-tab {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 7rem;
	margin-bottom: 5rem;
	direction: rtl;
}

@media screen and (max-width: 768px) {
	body.youngCenter .howisus .howisus-content-tab {
		margin-top: 3rem;
	}
}

body.youngCenter .howisus .howisus-content-tab .content {
	width: 50%;
	text-align: right;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
	body.youngCenter .howisus .howisus-content-tab .content {
		width: 100%;
		font-size: 15px;
		margin-bottom: 4rem;
	}
}

body.youngCenter .howisus .howisus-content-tab .content .onus-title {
	text-align: center;
	background: #ffd1c3;
	width: 40%;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Secular One', sans-serif;
}

@media screen and (max-width: 768px) {
	body.youngCenter .howisus .howisus-content-tab .content .onus-title {
		margin: 0 auto;
		margin-bottom: 20px;
		width: 50%;
	}
}

body.youngCenter .howisus .howisus-content-tab .content .onus-title p {
	font-size: 25px;
}

body.youngCenter .howisus .howisus-content-tab .content p {
	padding-left: 30px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
}

b,
strong {
	font-weight: bold !important;
}

strong {
	letter-spacing: 1px;
}

body.youngCenter .howisus .howisus-content-tab .content .read-more-onus {
	position: relative;
	margin-top: 3rem;
	padding: 5px;
	text-align: center;
	direction: rtl;
	background: #fff;
	border: 2px solid #000;
	width: 200px;
	cursor: pointer;
	height: 40px;
}

body.youngCenter .howisus .howisus-content-tab .content .read-more-onus .back-button {
	position: absolute;
	width: 20%;
	right: 0;
	height: 100%;
	top: 0;
	background: #ffd1c3;
}

body.youngCenter .howisus .howisus-content-tab .content .read-more-onus .content-button {
	margin-right: 2.5rem;
}

body.youngCenter .howisus .howisus-content-tab .content .read-more-onus .content-button a {
	color: black;
	font-family: 'Secular One', sans-serif;
	font-size: 18px;
}

body.youngCenter .howisus .howisus-content-tab .carousel-container {
	width: 50%;
}

@media screen and (max-width: 768px) {
	body.youngCenter .howisus .howisus-content-tab .carousel-container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}

body.youngCenter .howisus .howisus-content-tab .carousel-container .carousel-inner {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.let-be-in-touch {
		margin-top: 5rem;
	}

	body.youngCenter .let-be-in-touch {
		margin-bottom: 1rem !important;
	}
}

body.youngCenter .howisus .howisus-content-tab .carousel-container .carousel-item {}

body.youngCenter .howisus .howisus-content-tab .carousel-container #carouselExampleControls a {
	opacity: 1;
}

body.youngCenter .howisus .howisus-content-tab .carousel-container #carouselExampleControls .carousel-control-next-icon {
	height: 100px;
	width: 70px;
	position: absolute;
	right: 0;
	background-image: url(./img/icons/right_carousel.svg);
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

body.youngCenter .howisus .howisus-content-tab .carousel-container #carouselExampleControls .carousel-control-prev-icon {
	position: absolute;
	left: 0;
	height: 100px;
	width: 70px;
	background-image: url(./img/icons/left_carousel.svg);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

body.youngCenter .let-be-in-touch {
	width: 100%;
	margin-bottom: 5rem;
}

body.youngCenter .let-be-in-touch p {
	font-family: 'Secular One', sans-serif;
}

body.youngCenter .let-be-in-touch p {
	font-weight: 700;
	text-align: right;
	margin-top: 20px;
	direction: rtl;
}

body.youngCenter .let-be-in-touch .socials {
	margin-left: auto;
	text-align: right;
	direction: rtl;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body.youngCenter .let-be-in-touch .socials .socials-text {
	font-weight: 700;
	font-size: 1em;
	line-height: 20px;
	border-left: 3px solid #000;
	display: inline-block;
	padding-left: 30px;
	height: 70px;
}

body.youngCenter .let-be-in-touch .socials .socials-text p {
	margin: 10px 0;
}

body.youngCenter .let-be-in-touch .socials .icons {
	display: inline-block;
	padding-right: 15px;
}

body.youngCenter .let-be-in-touch .socials .icons span {
	margin: 15px;
}

body.youngCenter .let-be-in-touch .socials .icons span i {
	font-size: 28px;
}

body.youngCenter .let-be-in-touch .work-hours .inner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body.youngCenter .let-be-in-touch .work-hours .inner-row .days {
	border-left: 3px solid #000;
	padding-left: 30px;
	margin-left: 30px;
	width: 80px;
}

body.youngCenter .let-be-in-touch .work-hours .hours {
	display: inline-block;
}

body.jobs {
	position: relative;
}

body.jobs:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 300px;
	height: 100%;
	background: #e1eeec;
	z-index: -6;
	display: block;
}

@media screen and (max-width: 768px) {
	.faq-content .content .title {
		font-size: 18px !important;
	}

	body.jobs:before {
		width: 100px;
	}
}

body.jobs .job {
	position: relative;
	z-index: 111;
	width: 75%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
	body.jobs .job {
		width: 100%;
		padding: 0 15px;
	}
}

body.jobs .job h2 {
	text-align: center;
	width: 500px;
	max-width: 100%;
	background: #90bfb8;
	margin: 0 auto;
	min-height: 100px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

body.jobs .job .tabs-link {
	margin: 0 auto;
	text-align: center;
	z-index: -1;
	position: relative;
}

body.jobs .job .tabs-link .tabs-jobs ul {
	direction: rtl;
}

body.jobs .job .tabs-link .tabs-jobs ul li {
	display: inline-block;
	padding: 5px 3px 5px 3px;
	font-family: 'Secular One', sans-serif;
	padding: 10px;
	width: 111px;
	margin: -2px;
	background: white;
	border-left: 3px solid black;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	body.jobs .job .tabs-link .tabs-jobs ul li {
		padding: 7px;
		font-size: 13px;
		width: 100%;
		margin: 0;
	}
}

body.jobs .job .tabs-link .tabs-jobs ul li.active-link-city {
	background: #90bfb8 !important;
}

body.jobs .job .tabs-link .tabs-jobs ul li.active-link-size {
	background: #ffd1c3;
}

body.jobs .job .tabs-link .tabs-jobs ul li.active-link-type {
	background: #18617b;
}

body.jobs .job .tabs-link .tabs-jobs ul li:first-child {
	border-right: 3px solid black;
}

body.jobs .job .tabs-link .tabs-jobs ul li:last-child {
	border-left: 3px solid black;
}

body.jobs .job .tabs-link .tabs-jobs-large ul {
	direction: rtl;
}

body.jobs .job .tabs-link .tabs-jobs-large ul li {
	display: inline-block;
	font-family: 'Secular One', sans-serif;
	border-left: 3px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding: 10px;
	width: 139px;
	margin: -2px;
	background: white;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	body.jobs .job .tabs-link .tabs-jobs-large ul li {
		border-top: 3px solid black;
		padding: 7px;
		font-size: 13px;
		width: 25%;
	}
}

body.jobs .job .tabs-link .tabs-jobs-large ul li.active-link-city {
	background: #90bfb8;
}

body.jobs .job .tabs-link .tabs-jobs-large ul li.active-link-size {
	background: #ffd1c3;
}

body.jobs .job .tabs-link .tabs-jobs-large ul li.active-link-type {
	background: #18617b;
}

body.jobs .job .tabs-link .tabs-jobs-large ul li:first-child {
	border-right: 3px solid black;
}

body.jobs .job .tabs-link .tabs-jobs-large ul li:last-child {
	border-left: 3px solid black;
}

body.jobs .job>.button-side-box {
	margin-top: 10px;
	margin-bottom: 30px;
}

body.jobs .text-on {
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 25px;
	direction: rtl;
}

@media screen and (max-width: 768px) {
	body.jobs .text-on {
		margin-bottom: 2rem;
	}
}

body.jobs .text-on p {
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	body.jobs .text-on p {
		font-size: 15px;
	}
}

body.jobs .jobs-container {
	margin: 0 auto;
	margin-bottom: 5rem;
	text-align: center;
}

body.jobs .jobs-container .single-job {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: white;
	width: 600px;
	max-width: 100%;
	border: 3px solid black;
	margin: 0 auto;
	margin-bottom: 1rem;
}

body.jobs .jobs-container .single-job .bg {
	background-color: #18617b;
	background-size: auto;
	width: 15%;
	border-left: 3px solid black;
}

@media screen and (max-width: 768px) {
	body.jobs .jobs-container .single-job .bg {
		width: 20%;
		display: none;
	}
}

body.jobs .jobs-container .single-job .job-content {
	padding: 15px;
	text-align: right;
	border-left: 1px solid black;
	direction: rtl;
	width: 65%;
}

@media screen and (max-width: 768px) {
	body.jobs .jobs-container .single-job .job-content {
		width: 70%;
		padding: 10px;
	}
}

body.jobs .jobs-container .single-job .job-content p {
	font-size: 1.3em;
	padding: 2px;
}

body.jobs .jobs-container .single-job .job-content .content-in p {
	font-size: 1em;
}

body.jobs .jobs-container .single-job .job-content .content-in a {
	color: black;
	font-weight: 700;
}

body.jobs .jobs-container .single-job .tabs-labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 20%;
}

@media screen and (max-width: 768px) {
	body.jobs .jobs-container .single-job .tabs-labels {
		width: 30%;
	}
}

body.jobs .jobs-container .single-job .tabs-labels>div {
	min-height: 50px;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body.jobs .jobs-container .single-job .tabs-labels>div p {
	font-weight: 600;
}

body.jobs .jobs-container .single-job .tabs-labels .cat-g {
	background: #90bfb8;
	border-bottom: 1px solid black;
}

body.jobs .jobs-container .single-job .tabs-labels .cat-g:last-child {
	border: 0;
}

body.jobs .jobs-container .single-job .tabs-labels .cat-p {
    background: #2895b0;
	border-bottom: 1px solid black;
}

body.jobs .jobs-container .single-job .tabs-labels .cat-p:last-child {
	border: 0;
}

body.jobs .jobs-container .single-job .tabs-labels .cat-b {
    border-bottom: 1px solid black;
    background: #ffd1c3;
}

body.jobs .jobs-container .single-job .tabs-labels .cat-b:last-child {
	border: 0;
}

body.services {
	position: relative;
}

body.services:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 300px;
	height: 100%;
	background: rgba(255, 209, 195, 0.53);
	z-index: 1;
	display: block;
}

body.services .service {
	position: relative;
	z-index: 2;
    margin: 0 auto;
    padding-bottom: 60px;
}

body.services .service .top-logo {
	background: #ffd1c3;
	text-align: center;
	width: max-content;
	margin: 0 auto;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 55px;
	border: 3px solid #000;
	font-family: 'Heebo', sans-serif;
}

body.services .triple-build {
	direction: ltr;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 30px;
}

body.services .triple-build .row-in {
	margin: 0 15px 0 15px;
}

@media screen and (max-width: 768px) {
	body.services .triple-build .row-in {
		margin: 0 15px 0 15px;
	}
}

body.services .triple-build .row-in .build-img {
	width: 320px;
	border: 3px solid black;
	height: 260px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.services .triple-build .row-in .build-img img {
	width: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

body.services .triple-build .row-in .button-container {
	text-align: center;
}

body.services .triple-build .row-in .button-container .button-line .button-type {
	background: white;
	border: 3px solid black;
	width: 320px;
	height: 80px;
	/* margin-bottom: 10px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	cursor: pointer;
	position: relative;
}

.row-btn {
	margin-left: -14px;
	width: 24%;
}

body.services .triple-build .row-in .button-container .button-line .button-type .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #ffd1c3;
	color: black;
	text-align: center;
	top: 0;
	padding: 5px 0;
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'Hebbo', sans-serif;
	font-size: 20px;
	padding: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body.services .triple-build .row-in .button-container .button-line .button-type .text-button {
	width: calc(100% - 90px);
}

body.services .triple-build .row-in .button-container .button-line .button-type .text-button p {
	font-size: 20px;
	font-family: 'Secular One', sans-serif;
}

body.services .triple-build .row-in .button-container .button-line .button-type .bg {
	background-size: auto;
	height: 100%;
	width: 90px;
	max-width: 100%;
	border-left: 3px solid #000;
}

body.services .triple-build .row-in .button-container .button-line .button-type:hover .tooltiptext,
body.services .triple-build .row-in .button-container .button-line .button-type:focus .tooltiptext {
	visibility: visible;
	opacity: 1;
}

body.services .triple-build .row-in .button-container .button-line.rev .button-type .bg {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
	border-right: none;
	border-left: 3px solid #000;
}

@media screen and (max-width: 900px) {
	body.services:before {
		width: 100px;
	}
}

@media screen and (max-width: 900px) {
	body.services .service .top-logo img {
		width: 90%;
	}
}

@media screen and (max-width: 900px) {
	body.services .triple-build .row-in .button-container .button-type .tooltiptext {
		display: none;
	}
}

body.events {
	position: relative;
}

@media (min-width:885px) {
	#wpcf7-f1277-o1 {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
		width: 100%;
	}
}

@media (max-width:885px) {
	#wpcf7-f1277-o1 {
		display: contents;
		width: 70%;
	}
}

body.events:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 300px;
	height: 100%;
	background: rgba(24, 97, 123, 0.44);
	z-index: 1;
	display: block;
}

body.events .event {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
}

body.events .event .top-logo {
	background: #18617b;
	text-align: center;
	width: max-content;
	margin: 0 auto;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 55px;
	border: 3px solid #000;
	color: #fff;
	font-family: 'Heebo', sans-serif;
}

body.events .month-los-container {
	margin-top: 100px;
	margin-bottom: 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body.events .month-los-container>.row {
	width: 100%;
}

@media screen and (max-width: 768px) {
	body.events .month-los-container>.row {
		max-width: none;
		text-align: center;
		margin: 0 auto;
	}
}

body.events .month-los-container .los-side {
	border: 3px solid black;
	width: 100%;
	max-width: 100%;
	text-align: center;
	background: #FFF;
}

body.events .month-los-container .los-side>.title {
	z-index: 2;
	position: relative;
	background: #00617D;
}

body.events .month-los-container .los-side .month-carousel-wrap {
	overflow: hidden;
	width: 100%;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .carousel-content {
	font-size: 30px;
	height: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 3px solid #000;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .carousel-content p {
	font-size: 28px !important;
	font-weight: 600;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .owl-carousel {
	border-bottom: 3px solid black;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .owl-nav>div {
	position: absolute;
	top: 0;
	height: 80px;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .owl-nav>div.owl-next {
	left: 0;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .owl-nav>div>div {
	background-repeat: no-repeat;
	background-size: contain;
	height: 75px;
	width: 54px;
	margin-right: 3px;
	margin-top: 1px;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .owl-nav>div>div:hover,
body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .owl-nav>div>div:focus {
	margin-right: 0px;
	margin-top: 2px;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .left-c {
	background-image: url(./img/icons/right_carouselnew.png);
	background-position: top right;
	/* right: 8px; */
	-webkit-box-shadow: 11px -1px 0px 0px #90bfb8, 6px 8px 0px 3px black;
	box-shadow: 11px -1px 0px 0px #90bfb8, 6px 8px 0px 3px black;
	-webkit-transition: 0.15s ease-in;
	transition: 0.15s ease-in;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .left-c:hover,
body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .left-c:focus {
	-webkit-box-shadow: 4px -1px 0px 0px #90bfb8, 0px 0px 0px 0px black;
	box-shadow: 4px -1px 0px 0px #90bfb8, 0px 0px 0px 0px black;
	right: 0px;
	-webkit-transition: 0.15s ease-in;
	transition: 0.15s ease-in;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .right-c {
	background-image: url(./img/icons/right_carouselnew.png);
	background-position: top right;
	margin-left: 3px;
	-webkit-box-shadow: -6px -2px 0px 0px #90bfb8, -6px 10px 0px -3px black;
	box-shadow: -6px -2px 0px 0px #90bfb8, -6px 10px 0px -3px black;
	-webkit-transition: 0.15s ease-in;
	transition: 0.15s ease-in;
}

body.events .book-a-room .button-order .content:hover,
body.events .book-a-room .button-order .content:focus {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #ffd1c3;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .right-c:hover,
body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .right-c:focus {
	-webkit-box-shadow: -6px -3px 0px 0px #90bfb8, 0px 0px 0px 0px black;
	box-shadow: -6px -3px 0px 0px #90bfb8, 0px 0px 0px 0px black;
	margin-left: 0px;
	-webkit-transition: 0.15s ease-in;
	transition: 0.15s ease-in;
}

body.events .month-los-container .los-side .month-carousel-wrap .month-carousel .right-c {
	background-image: url(./img/icons/left_carouselnew.png);
	background-position: top left;
}

body.events .month-los-container .los-side .body-content {
	overflow-y: auto;
	height: 594px;
	direction: ltr;
}

body.events .month-los-container .los-side .body-content .single-event {
	direction: rtl;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 10px;
	margin-top: 10px;
}

body.events .month-los-container .los-side .body-content .single-event .date {
	width: 20%;
}

body.events .month-los-container .los-side .body-content .single-event .date p {
	font-size: 4em;
	font-weight: 900;
}

body.events .month-los-container .los-side .body-content .single-event .date span {
	font-size: 2em;
	font-weight: 600;
}

body.events .month-los-container .los-side .body-content .single-event .info-on-event {
	text-align: right !important;
	width: 85%;
	padding: 0 20px;
}

body.events .month-los-container .los-side .body-content .single-event .info-on-event .title {
	margin-bottom: 15px;
}

body.events .month-los-container .los-side .body-content .single-event .info-on-event .title p {
	font-size: 22px;
	font-weight: 600;
}

body.events .month-los-container .los-side .body-content .single-event .info-on-event .info-day {
	font-size: 18px;
}

body.events .month-los-container .los-side .body-content .single-event .buttons-container a {
	width: 100%;
	display: block;
}

body.events .month-los-container .los-side .body-content .single-event .click-info {
	margin-top: 30px;
}

body.events .month-los-container .los-side .body-content .single-event .click-info .btn-on {
	background: #ffd1c3;
	width: 140px;
	padding: 15px;
	border: 3px solid black;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Secular One', sans-serif;
}

.body-content.active::-webkit-scrollbar {
	width: 15px;
}

.body-content.active::-webkit-scrollbar-track {
	border-left: 3px solid #000;
}

.body-content.active::-webkit-scrollbar-thumb {
	background: #18617b;
	border-left: 3px solid #000;
}

body.events .month-los-container .close-event {
	border: 3px solid black;
	text-align: center;
	background: white;
	position: relative;
}

body.events .month-los-container .close-event .top-title {
	background: #ffd1c3;
	/* padding-bottom: 15px; */
	border-bottom: 2px solid black;
}

/* body.events .month-los-container .close-event .top-title .next-event-logo {
	text-align: center;
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 180px;
} */

body.events .month-los-container .close-event .top-title p {
	font-size: 2em;
	padding-top: 8rem;
	font-weight: 600;
	width: 80%;
	margin: 0 auto;
}

body.events .month-los-container .close-event .body-next-event img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

body.events .month-los-container .close-event .bottom-event {
	border-top: 3px solid black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body.events .month-los-container .close-event .bottom-event .day {
	border-left: 3px solid black;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.events .month-los-container .close-event .bottom-event .day p {
	font-size: 54px;
	line-height: 54px;
}

body.events .month-los-container .close-event .bottom-event .day .month {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

body.events .month-los-container .close-event .bottom-event .day span {
	font-size: 18px;
	font-weight: 500;
}

body.events .month-los-container .close-event .bottom-event .info-day {
	padding: 30px;
}

body.events .month-los-container .close-event .bottom-event .info-day p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
}

body.events .book-a-room {
	margin: 0 auto;
	width: 300px;
	border: 3px solid black;
	margin-top: 30px;
	margin-bottom: 8rem;
	background: white;
}

body.events .book-a-room .button-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: black;
}

body.events .book-a-room .button-order .bg {
	background-color: #18617b;
	background-size: auto;
	height: 60px;
	width: 60px;
	border-left: 3px solid black;
}

body.events .book-a-room .button-order .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	direction: rtl;
	width: calc(100% - 60px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

body.events .book-a-room .button-order .content p {
	width: 100%;
	text-align: center;
	font-family: "Secular One", Arial, Helvetica, sans-serif;
	font-size: 22px;
}

@media screen and (max-width: 620px) {
	body.events:before {
		width: 100px;
	}

	body.events .month-los-container .close-event {
		max-width: 100%;
		width: 310px;
		margin: 20px auto 0;
	}
}

@media screen and (max-width: 900px) {
	body.events .event .top-logo img {
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
	body.events .month-los-container .los-side .body-content .single-event .date {
		margin-right: 10px;
	}
}

@media screen and (max-width: 900px) {
	body.events .month-los-container .los-side .body-content .single-event .info-on-event {
		width: 70%;
	}
}

@media screen and (max-width: 900px) {
	body.events .month-los-container .los-side .body-content .single-event .click-info .btn-on {
		display: block;
		width: 285px;
	}
}

@media screen and (max-width: 900px) {
	body.events .month-los-container .los-side .body-content {
		height: 500px;
	}
}

@media screen and (max-width: 900px) {
	body.events .month-los-container .los-side {
		margin-bottom: 2rem;
		width: 354px;
		margin: 0 auto !important;
		text-align: center;
	}
}

@media screen and (max-width: 320px) {
	body.events .month-los-container .los-side {
		width: 325px;
	}
}

@media screen and (max-width: 900px) {
	body.events .month-los-container .close-event .top-title .next-event-logo {}
}

@media screen and (max-width: 900px) {
	body.events .month-los-container .close-event .top-title p {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 900px) {
	body.events .month-los-container .close-event .bottom-event .info-day p {
		margin-top: 0;
		font-size: 12px;
	}
}

@media screen and (max-width: 900px) {
	body.events .month-los-container {
		margin-top: 3rem !important;
	}
}

@media screen and (max-width: 900px) {
	body.events .book-a-room .button-order .content {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 900px) {
	body.events .book-a-room {
		width: 100%;
	}
}

.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.62);
	overflow: scroll;
	direction: ltr;
}

.modal .modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	border: 1px solid #888;
	width: 900px;
	max-width: 100%;
	text-align: right;
	border: 4px solid #000;
	direction: rtl;
}

.modal .modal-content .title-modal {
	font-family: 'Secular One', sans-serif;
	border-bottom: 4px solid black;
	width: 100%;
	text-align: center;
	padding: 11px;
	font-size: 25px;
	color: white;
	background: #18617b;
}

.modal .modal-content .body-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.modal .modal-content .body-modal .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	width: 50%;
	margin-top: 15px;
	line-height: 27px;
}

.modal .modal-content .body-modal .content .read-more-onus {
	position: relative;
	margin-top: 3rem;
	padding: 5px;
	text-align: center;
	direction: rtl;
	background: #fff;
	border: 4px solid #000;
	width: 200px;
	cursor: pointer;
	height: 45px;
}

.modal .modal-content .body-modal .content .read-more-onus .back-button {
	position: absolute;
	width: 20%;
	right: 0;
	height: 100%;
	top: 0;
	background-color: #18617b;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/bg-b-1.png);
	border-left: 2px solid black;
}

.modal .modal-content .body-modal .content .read-more-onus .content-button {
	font-family: 'Secular One', sans-serif;
	margin-right: 2.5rem;
}

.modal .modal-content .body-modal .content .read-more-onus .content-button a {
	text-decoration: none;
	color: black;
	font-size: 23px;
}

.modal .modal-content .body-modal .content-sm {
	margin: 0 auto;
	text-align: right;
	width: 100%;
	display: block;
	padding: 20px 40px;
}

.modal .modal-content .bottom-modal {
	margin: 0 auto;
	margin-bottom: 50px;
}

.modal .modal-content .bottom-modal .send-button {
	text-align: center;
}

.modal .modal-content .bottom-modal .send-button button {
	background: #18617b;
	border: 2px solid black;
	width: 150px;
	color: white;
	font-weight: 700;
	outline: 0;
}

.modal .modal-content .close {
	color: white !important;
	float: right;
	font-size: 28px;
	font-weight: bold;
	opacity: 1 !important;
	cursor: pointer;
}

.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
	text-decoration: none;
}

@media screen and (max-width: 900px) {
	.modal .modal-content .body-modal .comp-img {
		text-align: center;
	}

	.modal .modal-content .body-modal .comp-img img {
		width: 40%;
	}
}

@media screen and (max-width: 900px) {
	.modal .modal-content .body-modal .content .read-more-onus {
		margin-top: 1rem;
	}
}

@media screen and (max-width: 900px) {
	.modal .modal-content .body-modal .content {
		font-size: 14px;
		line-height: 20px;
		margin-top: 6px;
		width: 80%;
		padding: 0;
	}
}

@media screen and (max-width: 900px) {
	.modal .modal-content .body-modal {
		line-height: 15px;
	}
}

@media screen and (max-width: 900px) {
	.modal .modal-content {
		width: 90%;
		min-height: 430px;
		margin-top: 90px;
	}
}

.wpcf7-file {
	background-color: transparent;
	height: 22px !important;
}

.modal-l {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 333;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: auto;
	direction: ltr;
}

.modal-l .modal-content {
	margin-top: 14%;
	background-color: #fefefe;
	margin: 40px auto;
	border: 1px solid #888;
	width: 900px;
	max-width: 100%;
	text-align: right;
	border: 4px solid black;
	direction: rtl;
	position: absolute;
	top: 150px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
	.modal-l .modal-content {
		width: 90%;
	}
}

.modal-l .modal-content .title-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 3px solid black;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #000;
	background: #ffd1c3;
	position: relative;
	min-height: 45px;
}

.modal-l .modal-content .title-modal h3 {
	font: bold 18px/1 "Secular One", Arial, Helvetica, sans-serif;
}

.modal-l .modal-content .title-modal .close {
	color: #000;
	font-size: 35px;
	font-weight: bold;
	position: absolute;
	top: 49%;
	right: 17px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-shadow: none;
	opacity: 1;
}

.modal-l .modal-content .title-modal .close:hover,
.modal-l .modal-content .title-modal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-l .modal-content .body-add {
	margin-top: 20px;
	margin-bottom: 20px;
}

.modal-l .modal-content .body-add p {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.modal-l .modal-content .body-add p {
		font-size: 16px;
		padding: 0 15px;
	}
}

.modal-l .modal-content .body-modal {
	width: 100%;
}

.modal-l .modal-content .body-modal .form-container {
	width: 770px;
	max-width: 100%;
	margin: 0 auto;
}

.modal-l .modal-content .body-modal .form-container form {
	direction: rtl;
	padding: 0 35px 35px;
	position: relative;
}

.modal-l .modal-content .body-modal .form-container form .form-inner {
	width: 100%;
	border: 3px solid black;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .form-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap {
	width: 100%;
	border-bottom: 3px solid #000;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.select-wrap {
	border-bottom: 3px solid black;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea {
	padding: 20px;
	outline: 0;
	text-align: right;
	border-bottom: 3px solid black;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input::-webkit-input-placeholder,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea::-webkit-input-placeholder {
	color: #777;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input:-ms-input-placeholder,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea:-ms-input-placeholder {
	color: #777;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input::-ms-input-placeholder,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea::-ms-input-placeholder {
	color: #777;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input::placeholder,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea::placeholder {
	color: #777;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input.hidden,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea.hidden {
	display: none;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea {
	padding: 33px 20px 20px 20px;
	min-height: 86px;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.dropdown-wrap:nth-last-of-type(-n+2) {
	border-bottom: none;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.dropdown-wrap .dropdown {
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 28px;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.dropdown-wrap .dropdown .placeholder {
	font-weight: 700;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.dropdown-wrap .dropdown .dropdown-inner {
	position: absolute;
	top: 100%;
	left: -3px;
	width: calc(100% + 6px);
	background: #FFF;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	border-bottom: none;
	overflow: visible !important;
	z-index: 3;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.dropdown-wrap .dropdown .dropdown-inner ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	border-bottom: 3px solid #000;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.dropdown-wrap .dropdown .dropdown-inner ul li:hover,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.dropdown-wrap .dropdown .dropdown-inner ul li:focus {
	background: #f2f2f2;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.side-by-side {
	width: 50%;
	border-bottom: 3px solid #000;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.side-by-side:nth-of-type(2n) {
	border-right: 3px solid #000;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.side-by-side .more-select {
	width: 360px !important;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.side-by-side .upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.side-by-side .btn {
	border: 2px solid gray;
	color: gray;
	background-color: white;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap.side-by-side .upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.modal-l .modal-content .body-modal .form-container .send-button {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.modal-l .modal-content .body-modal .form-container .send-button button,
.modal-l .modal-content .body-modal .form-container .send-button input {
	background: #18617b;
	border: 3px solid black;
	width: 150px;
	height: 50px;
	color: white;
	outline: 0;
	margin: 0 auto;
	font: 700 18px/1 "Secular One", Arial, Helvetica, sans-serif;
}

.modal-l .modal-content .bottom-modal {
	margin: 0 auto;
	margin-bottom: 50px;
}

::selection {
	background: #00ABB5;
	color: #FFF;
}

* {
	font-family: 'Heebo', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	direction: rtl;
	padding-top: 120px;
	font-family: Heebo, sans-serif;
	text-align: right;
}

.lock {
	overflow: hidden !important;
}

body.lock {
	overflow: hidden;
	height: 100%;
}

@media screen and (max-width: 768px) {
	body {
		padding-top: 70px;
	}
}

body p {
	font: 400 17px/1.3 "Heebo", Arial, Helvetica, sans-serif;
}

.back-1 {
	background-image: url(../images/back1.png);
	background-size: cover;
}

/*.back-2 {
   background-image: url(./img/bg/back2.png); }*/

.back-3 {
	background-image: url(../images/back3.png);
}

.back-4 {
	background-image: url(../images/back4.png);
	background-size: cover;
}

.back-11 {
	background-position: center;
	background-image: url(../images/1.png);
}

.back-22 {
	background-position: center;
	background-image: url(../images/2.png);
}

.back-33 {
	background-position: center;
	background-image: url(../images/3.png);
}

.back-44 {
	background-position: center;
	background-image: url(../images/4.png);
	background-size: cover;
}

.back-55 {
	background-position: center;
	background-image: url(../images/5.png);
	background-size: cover;
}

.back-66 {
	background-position: center;
	background-image: url(../images/6.png);
	background-size: cover;
}

.box-heading {
	text-align: center;
	width: auto;
	min-width: 200px;
	margin-bottom: 20px;
	padding: 10px;
	font: bold 22px/1 "Secular One", Arial, Helvetica, sans-serif;
	font-weight: 900;
	display: inline-block;
}

.box-heading.pink {
	background: #ffd1c3;
}

.button-side-box {
	margin: 0 auto;
	min-width: 200px;
	max-width: 100%;
	border: 3px solid black;
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	cursor: pointer;
}

.button-side-box .btn-bg {
	background-color: #90bfb8;
	background-size: 300px 300px;
	width: 25%;
	border-left: 3px solid black;
}

.button-side-box .btn-content {
	font-weight: 600;
	font-size: 19px;
	direction: rtl;
	width: 80%;
	font: bold 19px/40px "Secular One", Arial, Helvetica, sans-serif;
	height: 40px;
	text-align: center;
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.modalDialog>div {
		margin: 42% auto 0 auto !important;
	}

	.wpcf7-file {
		padding: 0;
		font-size: 10px;
		z-index: 111111;
	}

	.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input,
	.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea {
		padding: 35px 8px;
	}

	.button-side-box .btn-content {
		font-size: 1.2em;
	}
}

.btn-read-more {
	background: white;
	border: 3px solid black;
	color: black;
	padding: 10px;
	text-align: center;
	direction: rtl;
	margin-top: 10px;
	font-family: 'Secular One', sans-serif;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	min-width: 93px;
}

.btn-read-more a {
	text-decoration: none;
	color: black;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-read-more:hover,
.btn-read-more:focus {
	color: #00ABB5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-pink {
	background: #ffd1c3;
	border: 4px solid black;
	color: black;
	font-weight: 700;
	font-size: 25px;
	width: 100px;
	height: 47px;
	padding: 8px;
	text-align: center;
	direction: rtl;
	margin-top: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-pink a {
	text-decoration: none;
	color: black;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-pink-large {
	background: #ffd1c3;
	border: 4px solid #000;
	color: #000;
	font-weight: 700;
	font-size: 31px;
	width: 190px;
	height: 74px;
	padding: 10px;
	text-align: center;
	direction: rtl;
	cursor: pointer;
}

.btn-pink-large a {
	text-decoration: none;
	color: black;
}

@media screen and (max-width: 768px) {
	.btn-pink-large {
		width: 90px;
	}
}

img {
	max-width: 100%;
}

.active-tab {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.highlight {
	background: yellow;
}

.mt-66 {
	margin-top: 66px;
}

/*# new*/

.button-side-box .btn-content:hover,
body.buildingingo .onbuildinginfo .howisus-content .content .read-more-onus:hover,
body.buildingingo .onbuildinginfo .howisus-content .content-2 .read-more-onus:hover,
.button-side-box .btn-content:focus,
body.buildingingo .onbuildinginfo .howisus-content .content .read-more-onus:focus,
body.buildingingo .onbuildinginfo .howisus-content .content-2 .read-more-onus:focus {
	background-color: #ffd1c3;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button-side-box .btn-content p {
	line-height: 2.2;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-read-more:hover,
.btn-read-more:focus {
	background: #ffd1c3;
	color: black;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.top-manu .links .container .menu li a {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.top-manu .links .container ul li a,
footer .container-top-footer .top-in .row .links-bottom ul li a {
	color: white;
	/* text-decoration: none; */
	transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
}

.top-manu .links .container ul li a:hover,
.top-manu .links .container ul li a:focus,
footer .container-top-footer .top-in .row .links-bottom ul li a:focus {
	/* font-weight: bold; */
	cursor: pointer;
}

.submit .btn-pink:hover,
.submit .btn-pink:focus {
	background-color: #759792;
}

@media (min-width: 540px) and (max-width: 769px) {

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		background-color: black !important;
		height: 3px !important;
	}
}

@media screen and (max-width:1271px) and (min-width:769px) {
	.top-manu .links .container ul li {
		padding: 15px 10px;
	}
}

body.buildingingo:before,
body.services:before,
body.staff:before,
body.youngCenter:before,
body.who:before {
	width: 293px;
	z-index: -1;
	left: 50%;
	opacity: 0.2;
}

body.events:before {
	width: 370px;
	left: 50%;
}

@media (max-width: 321px) {
	.carousel-control-prev-icon-between {
		right: 19px !important;
	}
}

@media (max-width: 769px) {
	.homepage .home .center-building-2 .months-wrap .body-content.active {
		/* display: contents; */
		min-height: 290px;
		height: auto;
		padding: 1px;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 1rem;
		padding: 10px 17px 10px 22px;
	}

	body.buildingingo:before,
	body.services:before,
	body.staff:before,
	body.youngCenter:before {
		width: 135px !important;
		left: 50.7% !important;
	}

	body.events:before {
		width: 370px;
		left: 51.0%;
	}

	body.who:before {
		width: 171px;
		left: 51%;
	}
}

@media (min-width: 769px) and (max-width: 1480px) {

	.top-manu .links .container ul li a {
		font-size: 16px;
	}

	.top-manu .links .container ul li {
		padding: 15px 10px;
	}

	.homepage .home h1 {
		margin: 5px 0 30px;
	}

    	.homepage .home h6 {
		margin: 5px 0 30px;
	}
}

@media (min-width: 769px) {
	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .info-body h2 {
		font-size: 1.5em;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .date-day h2 {
		font-size: 2.1em;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .info-body h2 {
		font-size: 1.3em;
		line-height: 1.2em;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .date-day p {
		font-size: 1.4rem;
	}

	.btn-pink {
		font-size: 17px;
		height: 45px;
	}

	.top-manu {
		-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content {
		padding: 6px;
	}

	.homepage .home .center-building-2 .months-wrap .month-carousel .item {
		height: 60px;
	}

	.homepage .home .center-building-2 .months-wrap .month-carousel .owl-nav>div>div {
		height: 56px;
		width: 40px;
	}

	.homepage .home .center-building-2 .months-wrap .month-carousel {
		height: 60px;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content {
		margin-bottom: 15px;
	}

	.homepage .home .center-building-2 .months-wrap .months-header {
		height: auto;
		text-align: center;
	}

	.btn-read-more {
		-webkit-transition: 0.3s;
		transition: 0.3s;
		padding: 7px 10px;
	}
}

@media (max-width:769px) {
	.homepage .home .center-building-2 .just-know .cube-body {
		width: 300px;
		height: 300px;
	}

	.top-manu .links .container .brand {
		width: 15.4%;
	}

	.homepage .home .center-building-2 .months-wrap .months-header h1 {
		font-size: 25px;
	}

    	.homepage .home .center-building-2 .months-wrap .months-header h6 {
		font-size: 25px;
	}
}

@media (max-width:360px) {
	.top-manu .links .container .brand {
		width: 18%;
	}
}

@media (max-width: 1480px) {
	body {
		bottom: 10px;
	}
}

@media (min-width: 1480px) {
	.top-manu .links .container ul li a {
		padding: 15px 10px;
		font-size: 19px;
	}

	.top-manu .links .container ul li {
		padding: 30px 11px 15px;
	}
}

@media (min-width: 769px) {
	.homepage .home .container-building-mobile {
		display: none !important;
	}
}

@media (max-width: 769px) {
	body {
		bottom: 0px;
	}

	.container-building-mobile {
		position: relative;
		width: 1040px;
		margin: 5px auto;
		max-width: 100%;
		z-index: 9;
	}

	.homepage .home .container-building {
		display: none !important;
	}

	.order-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.home-main {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}

	#weather {
		top: -52px !important;
	}

	.temp img {
		width: 10px;
	}

	.homepage .home #weather .temp,
	.homepage .home #weather .time {
		margin-top: 2px;
	}

	.homepage .home #weather .temp>img,
	.homepage .home #weather .time>img {
		margin-right: 3px;
	}

	.time img {
		width: 15px;
	}

	.time p {
		font-size: 12px;
	}

	.temp p {
		font-size: 12px;
	}

	.homepage .home h1 {
		margin: 0px 0 5px 0;
		font-size: 25px;

	}

    	.homepage .home h6 {
		margin: 0px 0 5px 0;
		font-size: 25px;

	}

	.homepage .home #sun {
		position: absolute;
		top: -30px;
		bottom: -2px;
		z-index: -1;
		width: 110px;
		right: -50px;
	}

	.top-manu .links .container .brand {
		z-index: 999999;
		position: fixed;
		top: 0;
		left: 0;
		right: 42%;
	}

	.hamburger-box {
		height: 15px;
	}

	.access-menu {
		z-index: -1000;
	}

	.big-date {
		font-size: 12px;
		padding-right: 8px;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .info-body h2 {
		font-size: 1.4em;
		font-family: 'Secular One', sans-serif;
		margin-bottom: 10px;
		padding-left: 5px;
	}

	.hamburger-inner::before {
		top: -8px;
	}

	.hamburger-inner::after {
		bottom: -8px;
	}

	.city-logo-mobile {
		width: 100%;
		height: 60px;
	}

	.top-manu .city-logo {
		display: none
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		background-color: white;
		width: 24px;
		height: 2px;
	}

	.top-manu {}

	.homepage {
		z-index: -1;
		padding-top: 155px;
	}

	/*
		 body{
		   -webkit-transform: translate3d(0,0,0);

		 }
  */
	.hot-back {
		z-index: -1;
		background: #8FEAF2;
	}

	.top-manu .humburger .hamburger--spin {
		margin-top: 20px;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .date-day h2 {
		font-size: 1.5em;
		font-family: 'Secular One', sans-serif;
	}

	.homepage .home .center-building-2 .months-wrap .body-content .log-b-content .date-day p {
		font-size: 1.5rem;
	}
}

/*about */

body.who .video-bottom {
	width: 1020px;
}

.youtube-player {
	height: 540px;
}

@media (max-width: 769px) {
	.youtube-player {
		height: auto;
	}
}

body.who .howisus .carousel-container .carousel-inner {
	max-width: 100%;
	height: 420px;
}

body.who .howisus .carousel-container .carousel-item img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	height: 420px;
}

.carousel {}

body.who .howisus .howisus-content {
	margin-top: 2rem;
}

.youtube-player {
	position: relative;
	padding-bottom: 35.125%;
}

body.who .howisus .carousel-container .carousel-inner {
	border: 3px solid black;
}

@media (max-width: 769px) {
	.m-b {
		margin-bottom: 5rem !important;
	}

	body.who .howisus .carousel-container .carousel-control-prev-icon {
		width: 65px;
	}

	.youtube-player {
		padding-bottom: 45.125%;
	}

	body.who .howisus .carousel-container .carousel-inner {
		width: 100%;
		height: 420px;
	}

	body.who .howisus .carousel-container .carousel-item img {
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 400px;
	}

	.carousel {
		position: relative;
		width: 100%;
		height: 300px;
	}

	body.who .howisus .carousel-container .carousel-control-next-icon {
		right: 25px;
	}
}

/*staff*/

@media (max-width: 1796px) and (min-width: 1514px) {
	body.staff .howisus {
		width: 100%;
	}

	body.staff .staff-container {
		width: 80%;
	}
}

@media (max-width: 860px) {
	.btn-on {
		margin-top: 120px;
	}

	body.buildingingo .onbuildinginfo .howisus-content .content .read-more-onus {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 1514px) and (min-width: 1278px) {
	body.staff .howisus {
		width: 100%;
	}

	body.staff .staff-container {
		width: 95%;
	}
}

@media (max-width: 1278px) and (min-width: 769px) {
	.single-staff-specialaquare {
		background-size: 160px 170px !important;
	}

	body.staff .staff-container .single-staff .info-on .title {
		font-size: 12px;
		margin-top: 1rem;
	}

	body.staff .staff-container .single-staff .info-on .title {
		font-size: 12px;
		margin-top: 1rem;
	}

	body.staff .staff-container .single-staff {
		height: 150px;
		width: 150px;
	}

	body.staff .howisus {
		width: 100%;
	}

	body.staff .staff-container {
		width: 90%;
	}
}

.staff-container-nextrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 3rem;
	width: 90%;
	margin: 0 auto;
	margin-top: 7rem;
	margin-bottom: 10rem;
}

body.staff .staff-container {
	margin-top: 3rem;
}

.shortrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.staff-container-nextrow .single-staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	border: 4px solid #000;
	width: 200px;
	height: 200px;
	margin: 10px;
	position: relative;
}

.staff-container-nextrow .single-staff .img-person {
	width: 100%;
}

.staff-container-nextrow .single-staff .info-on {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fffc;
	text-align: center;
	overflow: hidden;
}

.staff-container-nextrow .single-staff .info-on .title {
	font-size: 20px;
	display: block;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.staff-container-nextrow .single-staff .info-on P {
	font-weight: 700;
}

.staff-container-nextrow:hover .info-on,
.staff-container-nextrow:focus .info-on {
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}

@media screen and (max-width: 900px) {
	.staff-container-nextrow .single-staff {
		width: 200px;
		height: 200px;
	}
}

.staff-container-nextrow .single-staff-empty {
	width: 18px;
	height: 200px;
}

@media screen and (max-width:769px) {
	body.staff .howisus {
		position: relative;
		z-index: 2;
		width: 75%;
		margin: 0 auto;
	}
}

/*onbuildinginfo*/

@media screen and (max-width:769px) {
	.m-b {
		margin-bottom: 5rem !important;
	}
}

body.buildingingo .onbuildinginfo .howisus-content {
	margin-top: 3rem;
}

@media screen and (max-width:769px) {
	#tabs-temp-title {
		width: 380px !important;
	}

	.maintab {
		width: 380px !important;
	}

	body.buildingingo .onbuildinginfo .img-side img {
		height: 300px;
	}

	body.buildingingo .onbuildinginfo {
		width: 80%;
	}

	body.youngCenter .howisus {
		width: 90%;
	}

	body.youngCenter .howisus .howisus-content-tab .content p {
		padding-left: 0px !important;
	}

	body.who .howisus .howisus-content .content {
		padding-left: 15px !important;
	}
}

/*services*/

/* events  */

.buttons-container a {
	width: 100%;
}

.mobile-container-events {}

a:hover,
a:focus {
	color: unset;
	text-decoration: underline;
}

.btn-event {
	font-size: 18px !important;
	height: auto !important;
}

.btn-event:hover,
.btn-event:focus {
	background-color: #ffe3d1 !important;
}

body.events .month-los-container .close-event .bottom-event .info-day {
	padding: 5px 30px 10px 30px;
}

body.events .month-los-container .close-event .bottom-event .day {
	padding: 5px 20px 5px 20px;
}

.buttons-container-events {
	width: 120px;
}

body.events .month-los-container .close-event .body-next-event img {
	height: 397px;
}

body.events .month-los-container {
	margin-bottom: 0rem;
	margin-top: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#titleevents img {
	width: 80%;
}

#carousel-content p {
	font-size: 22px;
}

body.events .month-los-container .los-side .body-content .single-event .date p {
	font-size: 1.3em;
	margin-top: 7px;
}

@media (max-width: 769px) {
	body.events .month-los-container .los-side .body-content .single-event .date p {
		font-size: 1em;
		margin-top: 7px;
	}

	body.events .month-los-container .los-side .body-content .single-event .date span {
		font-size: 1.3em;
	}

	body.events .month-los-container .los-side .body-content .single-event .info-on-event .title p {
		font-size: 18px;
	}

	.buttons-container-events .btn-read-more {
		-webkit-transition: 0.3s;
		transition: 0.3s;
		font-size: 14px;
	}

	body.events .month-los-container .los-side .body-content .single-event .buttons-container a {
		font-size: 14px !important;
	}

	body.events .month-los-container .los-side .body-content .single-event .buttons-container .btn-pink {
		height: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info-on-event .info-day p {
		font-size: 14px;
	}

	.buttons-container-events {
		width: 80px;
	}

	body.events .month-los-container .los-side .body-content .single-event .info-on-event {
		padding: 0 12px;
	}

	.month-los-container .col-md-7,
	.month-los-container .col-sm-12 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.events .month-los-container .los-side {
		/* margin-bottom: 2rem; */
		/* margin: 0 auto 0 auto !important; */
		/* max-width: none; */
		width: 310px;
	}

	body.events:before {
		width: 100px;
	}

	body.events .event {
		/* width: 100%; */
		padding: 0 16px;
		/* margin-left: 20px; */
	}

	body.events .event .top-logo img {
		width: 60%;
	}

	body.events .month-los-container {
		/* display: -webkit-box; */
		display: -ms-flexbox;
		/* display: flex; */
		-ms-flex-wrap: wrap;
		/* flex-wrap: wrap; */
		-ms-flex-pack: distribute;
		-webkit-box-pack: end;
		justify-content: flex-end;
		-ms-flex-line-pack: center;
		/* align-content: center; */
		/* margin-top: 5rem; */
		/* margin-bottom: 7rem; */
		/* width: 100%; */
		/* direction: rtl; */
		padding: 0;
	}
}

/*young */

.w-100 {
	height: 380px;
}

body.youngCenter .howisus .howisus-content-tab {
	margin-top: 2.8rem;
	margin-bottom: 3rem;
}

body.youngCenter .howisus .howisus-content-tab .carousel-container .carousel-item {}

body.youngCenter .howisus .howisus-content-tab .carousel-container #carouselExampleControls .carousel-control-next-icon {
	margin-top: 50px;
}

body.youngCenter .howisus .howisus-content-tab .carousel-container #carouselExampleControls .carousel-control-prev-icon {
	margin-top: 50px;
}

body.youngCenter .howisus .howisus-content-tab .carousel-container #carouselExampleControls .carousel-control-next-icon {
	background-image: url(../img/icons/right_carousel_big.png);
}

body.youngCenter .howisus .howisus-content-tab .carousel-container #carouselExampleControls .carousel-control-prev-icon {
	background-image: url(../img/icons/left_carousel_big.png);
}

body.emp:before {
	left: 50.6%;
	width: 480px;
}

.owl-carousel {
	display: unset;
}

/*bait*/

body.emp .howisus .howisus-content .content {
	max-width: 40%;
}

.howisus-content .img-container {
	max-width: 50%;
}

body.emp .howisus .img-container img {
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 769px) {
	body.emp .howisus .howisus-content .content {
		height: unset;
		max-width: 100%;
	}

	body.emp .howisus .img-container img {
		height: 250px;
	}

	#slider2 {
		margin: 30px auto 100px auto;
		padding: 0 0px 0 0px;
		width: 600px;
	}
}

#slider2 {
	direction: ltr;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* display: flex; */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 30px auto 100px auto;
	flex-direction: row;
	overflow: hidden;
	width: 649px;
	z-index: 11;
	padding: 0 40px 0 30px;
	position: relative;
}

/* Tiny Carousel */

#slider2 .viewport {
	height: 250px;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

#slider2 .buttons {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 35px;
	height: 35px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	font-size: 22px;
}

#slider2 .next {
	right: 0;
	left: auto;
	top: 20%;
}

#slider2 .prev {
	top: 20%;
}

#slider2 .buttons:hover {}

#slider2 .disable {
	visibility: hidden;
}

#slider2 .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 240px;
	left: 0;
	top: 0;
}

#slider2 .overview li {
	float: left;
	margin: 0 4px 0 37px;
	height: 100px;
	border: 3px solid black;
	width: 100px;
}

@media (max-width: 1184px) {
	#slider1 {
		width: 966px !important;
	}
}

@media (max-width: 1034px) {
	#slider1 {
		width: 584px !important;
	}
}

#slider2 .prev {
	z-index: 1111111;
}

#slider2 .next {
	z-index: 1111111;
}

@media (max-width: 800px) {
	#slider2 {
		width: 204px !important;
	}
}

@media (max-width: 800px) {
	#slider2 .next {
		right: -6px;
	}

	#slider2 .viewport {
		margin-left: -5px;
	}

	#slider2 .buttons {
		width: 25px;
		height: 25px;
	}

	#slider2 .overview li {
		margin: 0 5px 0 33px;
	}

	#slider1 {
		width: 374px !important;
	}
}

#slider1 {
	direction: ltr;
	height: 262px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* display: flex; */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 30px auto 10px auto;
	flex-direction: row;
	padding-right: 131px;
	padding-left: 50px;
	left: 40px;
	overflow: hidden;
	width: 1150px;
	position: relative;
}

#slider1 .viewport {
	height: 262px;
	overflow: hidden;
	position: relative;
}

#slider1 .buttons {
	z-index: 9;
	display: block;
	position: absolute;
	top: 50%;
	left: -1px;
	width: 34px;
	height: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	font-size: 22px;
}

#slider1 .next {
	right: 81px;
	left: auto;
	top: 28%;
}

#slider1 .prev {
	top: 28%;
}

#slider1 .disable {
	visibility: hidden;
}

#slider1 .overview {
	z-index: 2;
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0 5px;
	width: 240px;
	left: 0;
	top: 0;
}

.fullrow {
	width: 100%;
}

#slider1 .overview li {
	float: left;
	margin: 0 20px 0 20px;
	height: 150px;
	border: 3px solid black;
	width: 150px;
}

.crtl {
	direction: rtl;
}

.emptitle1 {
	color: black;
	text-align: center;
	margin: 0 auto 0 auto;
	font-size: 20px;
	font-weight: 600;
}

.emptitle2 {
	color: black;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.hovertextemp {
	display: none;
	border: 1px solid #000;
	height: 30px;
	width: 290px;
	margin-left: 10px;
}

.hoveremp:hover+.hovertextemp,
.hoveremp:focus+.hovertextemp {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.li:hover~.hovertextemp,
.li:focus~.hovertextem {
	display: block;
}

/*contact */

body.contactus {
	position: relative;
}

body.contactus:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 292px;
	height: 100%;
	background: #ffd1c387;
	z-index: 1;
	display: block;
}

body.contactus:before {
	width: 293px;
	left: 50%;
}

body.contactus .contact {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

body.contactus .contact .contact-content {
	margin-top: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 3rem;
	margin-bottom: 1.6rem;
	direction: rtl;
}

body.contactus .contact .contact-content .content {
	width: 40%;
	text-align: right;
	font-size: 18px;
	line-height: 25px;
}

body.contactus .contact .top-logo {
	background: #ffd1c3;
	text-align: center;
	width: max-content;
	margin: 0 auto;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 55px;
	border: 3px solid #000;
	font-family: 'Heebo', sans-serif;
}

body.contactus .contact .contact-content .content .onus-title {
	text-align: center;
	background: #ffd1c3;
	width: 40%;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: 500;
	font-size: 25px;
	font-family: 'Secular One', sans-serif;
	letter-spacing: 1.5px;
}

body.contactus .contact .contact-content .content .onus-title2 {
	text-align: center;
	background: #ffd1c3;
	margin-top: 20px;
	width: 60%;
	padding: 7px 20px 7px 20px;
	font-weight: 500;
	font-size: 20px;
	font-family: 'Secular One', sans-serif;
	letter-spacing: 1.5px;
}

body.contactus .contact .contact-content .content p {
	direction: rtl;
	margin-top: 70px;
	line-height: 30px;
	font-weight: 600;
	font-size: 16px;
}

body.contactus .contact .contact-content .content .iconcontact img {
	margin-top: 20px;
	width: 35px;
}

body.contactus .bottom-build-contact {
	background: white;
	height: 170px;
	margin-bottom: 120px;
	width: 98.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}

body.contactus .bottom-build-contact .heading {
    height: 100%;
    width: 90px;
    overflow: hidden;
	border-left: 3px solid #000;
	border-top: 3px solid #000;
}

body.contactus .bottom-build-contact .heading img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

body.contactus .bottom-build-contact .form-container {
	width: calc(100% - 90px);
	border-top: 3px solid #000;
}

body.contactus .bottom-build-contact .form-container form {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body.contactus .bottom-build-contact .form-container form .form-in {
	width: 35%;
}

body.contactus .bottom-build-contact .form-container form .form-in .input-wrap {
	margin-bottom: 1px;
	border-bottom: 3px solid #000;
	width: 100%;
	background: #FFF;
	height: 33.333%;
}

body.contactus .bottom-build-contact .form-container form .form-in .input-wrap input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 100%;
	padding-right: 20px;
}

body.contactus .bottom-build-contact .form-container form .submit {
	border-right: 3px solid #000;
	width: 17%;
	height: 165px;
	background: url(../images/bgpink.png);
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: 0;
	order: 0;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-pink {
	background: #ffd1c3;
	border: 4px solid #000;
	color: #000;
	font-weight: 700;
	font-size: 25px;
	width: 100px;
	height: 47px;
	padding: 8px;
	text-align: center;
	direction: rtl;
	margin-top: 10px;
	cursor: pointer;
}

.textarecontact {
	border-right: 3px solid #000;
	width: 48%;
	height: 100%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#textareacontact {
	/* overflow: auto; */
	/* resize: vertical; */
	height: 145px;
	width: 100%;
	/* padding-top: 15px; */
	text-align: right;
	padding-bottom: 90px;
	padding-right: 30px;
	/* float: right; */
	/* padding-right: 30px; */
	border: none;
}

.btn-blue-contact {
	background-color: #18617b;
	border: 4px solid #000;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	text-align: center;
	direction: rtl;
	margin-top: 10px;
	cursor: pointer;
}

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

.carousel-contact .d-block {
	display: block !important;
	-o-object-fit: cover;
	height: 400px;
	object-fit: cover;
	width: 1000px;
}

.carousel-contact .carousel {
	height: 400px;
}

.current_link {
	font-weight: bold;
}

.night-bg {
	background-image: url(../images/nightbg.png);
}

.morningrain {
	background-image: url(../images/morningrain.png);
}

.nightrain {
	background-image: url(../images/nightrain.png);
}

.night-text-white {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.color-weather {
	color: white;
}

@media (max-width:769px) {
	body.youngCenter .howisus .howisus-content-tab .carousel-container .carousel-inner {
		height: 300px;
	}

	.modalDialog>div {
		width: 80% !important;
	}

	#contactmobile {
		top: -50px;
	}

	body.contactus .bottom-build-contact {
        margin-bottom: 0;
        height: auto;
	}

	body.contactus .contact .contact-content .content .onus-title {
		width: 60%;
	}

	body.contactus .contact .contact-content .content .onus-title2 {
		width: 60%;
	}

	.carousel-contact .d-block {
		/* margin-top: 0px; */
		display: block !important;
		-o-object-fit: cover;
		border: 3px solid #000;
		height: 300px;
		margin: 50px auto;
		object-fit: cover;
		width: 100%;
	}

	.bottom-build-contact {
		width: 95.9%;
		margin: 0 auto;
		margin-bottom: 70px;
	}

	body.contactus .bottom-build-contact .form-container {
		width: 100%;
	}

	body.contactus .bottom-build-contact .heading {
		width: 20px;
		display: none;
	}

	body.contactus #textareacontact {
		padding-right: 10px;
	}

	body.contactus .btn-blue-contact {
        margin: 0 auto;
        display: block;
        text-align: center;
	}

	body.contactus .contact .contact-content .content {
		width: 100%;
	}

	margin-bottom: 50px;
}

body.contactus.carousel-contact .carousel {
	height: 300px;
}

body.contactus:before {
	width: 200px;
}

body.contactus .contact .contact-content .content p {
	margin-top: 0px;
}

body.contactus .contact .contact-content .content .onus-title {
	text-align: center;
	background: #ffd1c3;
	width: 40%;
	margin-bottom: 10px;
	padding: 6px;
	font-weight: 500;
	font-size: 20px;
	font-family: 'Secular One', sans-serif;
	letter-spacing: 1.5px;
}

body.contactus .contact .contact-content .content {
	line-height: 16px;
}

body.contactus .contact .contact-content .content p {
	line-height: 22px;
}

body.contactus .contact .contact-content .content .onus-title2 {
	margin-top: 24px;
}

#youtubeimgsrc,
#youtubelinksrc {
	display: none;
}

.hoveremp {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hoverempli>figcaption :nth-child(1) {
	display: none;
}

.hoverempli:hover>figcaption :nth-child(1) {
	display: block;
}

.hoverempli:focus>figcaption :nth-child(1) {
	display: block;
}

.caption-hover-bait {
	text-align: center;
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	padding-top: 12px;
}

.caphover .caption-hover-bait {
	color: black !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.caphover:hover .caption-hover-bait,
.caphover:focus .caption-hover-bait {
	visibility: visible;
	opacity: 1;
}

#comp_1,
#comp_2 {
	z-index: 11111111;
}

body.services .triple-build .row-in .button-container .button-line .button-type .text-button p {
	color: black;
}

body.services .triple-build .row-in {}

@media (min-width:1738px) {
	.top-manu .city-logo img {
		width: 100%;
		height: 90px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

#gsheet {
	height: 600px;
	width: 50%;
	margin-top: 100px;
	margin-right: 25%;
	margin-bottom: 200px;
}

body.buildingingo .onbuildinginfo .howisus-content .content .read-more-onus .content-button {
	color: black;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

body.buildingingo .onbuildinginfo .howisus-content .content-2 p {
	color: black;
}

body.buildingingo .onbuildinginfo .img-side img {
	object-fit: cover;
	-o-object-fit: cover;
}

.modalDialog {
	position: fixed;
	font-family: Heebo, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>div {
	width: 40%;
	position: absolute;
	right: 0;
	margin: 15% auto 0 auto;
	left: 0;
	/* border-radius: 10px; */
	background: #fff;
	background: -o-linear-gradient(#fff, #999);
}

@media (max-width:1080px) {
	body.buildingingo .onbuildinginfo .img-side img {
		height: 400px;
		width: 490px;
		max-width: 100%;
	}
}

.btnpopup {
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	right: 0;
	margin: 0 auto 0 auto;
	margin-bottom: 20px;
	position: absolute;
	/* top: 0; */
}

.comp-img {
	width: 30%;
	float: right;
}

.contentpopup {
	margin-top: 50px;
}

.title-modal {
	font-family: 'Secular One', sans-serif;
	border-bottom: 4px solid #000;
	width: 100%;
	text-align: center;
	height: 43px;
	font-size: 25px;
	color: #fff;
	background: #18617b;
}

.modalDialog h2 {
	font-size: 18px;
	padding-top: 8px;
	text-align: center;
	font-weight: 100;
	line-height: 25px;
	letter-spacing: 1.3px;
	font-family: inherit;
}

.comp-img img {
	float: right;
	margin-top: 50px;
	width: 150px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
}

.modalDialog #text-pop {
	margin-top: 20px;
}

#popupimg {
	margin-top: 20px;
}

.row-in a:focus+.body.services .triple-build .row-in .button-container .button-line .button-type .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.close-pop {
	color: #fff;
	line-height: 27px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 6px;
	width: 24px;
	text-decoration: none;
	font-size: 25px;
	font-weight: lighter;
}

.button-side-box-popup:focus,
.button-side-box-popup:hover {
	background-color: #ffd1c3;
}

.close-pop:hover {
	color: white;
}

.button-side-box-popup .btn-bg-popup {
	background-size: 300px 300px;
	width: 25%;
	border-left: 3px solid #000;
	background-color: #15576e;
}

.btn-content-popup p {
	padding-top: 8px;
}

.button-side-box-popup {
	margin: 20px auto 20px;
	width: 200px;
	max-width: 100%;
	border: 3px solid #000;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	cursor: pointer;
}

.button-side-box-popup .btn-content-popup {
	font-weight: 600;
	font-size: 19px;
	direction: rtl;
	width: 80%;
	font: bold 19px/40px "Secular One", Arial, Helvetica, sans-serif;
	height: 40px;
	text-align: center;
	color: #000;
}

body.contactus .bottom-build-contact .form-container form .form-in .input-wrap input {
	direction: rtl;
}

@media (max-width:614px) {
	.menu-main-manu-container {
		margin: 0 auto 0 auto;
		left: 0;
		right: 0;
	}

	.top-manu .links .container {
		margin-bottom: 20px;
	}
}

#slider2 .overview {
	z-index: 11111111;
}

.cbox {
	background: #fff;
	height: 130px;
	width: 100%;
	z-index: 11;
	position: initial;
	border: 3px solid black;
	position: relative;
	bottom: 0;
	right: 0;
}

.services-pad {
	margin: 0 auto;
}

.services-pad {
	width: 70%;
}

@media (min-width:1811px) {
	.services-pad {
		width: 60%;
	}
}

@media (max-width:1620px) and (min-width:1200px) {
	.services-pad {
		width: 85% !important;
	}
}

@media (max-width:1620px) {
	.services-pad {
		width: 100%;
	}
}

@media (max-width:1127px) and (min-width:1079px) {
	.services-pad {
		width: 90% !important;
	}
}

.row-btn {
	display: contents;
	display: -moz-contents;
	display: -webkit-contents;
}

.btn-margin {
	margin-left: 15px;
	margin-right: 15px;
}

.unclickable>a:hover,
.unclickable>a:focus {
	cursor: default;
}

.menu-main-manu-container {
	margin: 0 auto;
}

.sub-menu a {
	font-size: 17px !important;
}

footer .sub-menu a {
	font-size: 14px !important;
}

@media (max-width:700px) {

	body.who .howisus .carousel-container .carousel-control-next,
	body.who .howisus .carousel-container .carousel-control-prev {
		height: 220px !important;
	}
}

body.who .howisus .carousel-container .carousel-control-next,
body.who .howisus .carousel-container .carousel-control-prev {
	height: 370px;
	margin-bottom: 120px;
}

.border-none {
	border: 1px solid transparent !important;
}

.carousel-container iframe {
	width: 500px;
	height: 288px;
}

.general-ltr {
	direction: ltr !important;
}

.general-rtl {
	direction: rtl !important;
}

#textareacontactid {
	padding: 10px 10px;
	width: 100%;
	height: 161px;
	border: 1px solid #fff;
	direction: rtl;
}

.wpcf7-form-control-wrap {}

.carousel-inner {
	border: 3px solid black;
}

#myCarousel {
	margin-top: 40px;
}

.carousel-linked-nav,
.item img {
	display: block;
	margin: 0 auto;
}

.carousel-linked-nav {
	width: 120px;
	margin-bottom: 20px;
}

.slide-between {
	height: 130px;
}

.carousel-control-next-icon-between {
	height: 122px;
	width: 64px;
	position: absolute;
	background-repeat: no-repeat;
	right: 32px;
	top: -1px;
	-webkit-box-shadow: 2px 0px 0px 1px #90bfb8, 6px 2px 0px 1px black;
	box-shadow: 2px 0px 0px 1px #90bfb8, 6px 2px 0px 1px black;
	background-image: url(./img/icons/right_carousel_bignew.png);
	background-size: cover;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-webkit-transition: 0.13s ease-in;
	transition: 0.13s ease-in;
}

.carousel-control-prev-icon-between {
	height: 121px;
	width: 63px;
	position: absolute;
	background-repeat: no-repeat;
	right: 43px;
	top: 0px;
	-webkit-box-shadow: -2px 1px 0px 2px #90bfb8, -2px 4px 0px 3px black;
	box-shadow: -2px 1px 0px 2px #90bfb8, -2px 4px 0px 3px black;
	background-image: url(./img/icons/left_carousel_bignew.png);
	background-size: cover;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-webkit-transition: 0.13s ease-in;
	transition: 0.13s ease-in;
}

.carousel-control-prev-icon-between:hover,
.carousel-control-prev-icon-between:focus {
	-webkit-box-shadow: 0px -2px #90bfb8, 0px 0px black;
	box-shadow: 0px -2px #90bfb8, 0px 0px black;
	right: 49px;
	margin-top: 2px;
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.carousel-control-next-icon-between:hover,
.carousel-control-next-icon-between:focus {
	-webkit-box-shadow: 0px -1px 0 0px #90bfb8, 0px 0px black;
	box-shadow: 0px -1px 0 0px #90bfb8, 0px 0px black;
	right: 26px;
	margin-top: 2px;
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.pbetween {
	text-align: center;
	padding: 0 20px;
	height: 124px;
	display: table-cell !important;
	vertical-align: middle;
}

.w-100between {
	height: 0;
}

.carousel-inner-between {
	border: none !important;
	margin: 0 auto;
	width: 70%;
}

.button-container-3template {
	text-align: center;
}

.button-type-3template {
	background: #fff;
	border: 3px solid #000;
	width: 320px;
	height: 80px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	cursor: pointer;
	position: relative;
}

.bg-3template {
	background-size: auto;
	height: 100%;
	width: 90px;
	max-width: 100%;
	border-left: 3px solid #000;
}

.back-3-3template {
	background-image: url(./img/bg/back3.png);
}

.text-button-3template {
	width: calc(100% - 90px);
}

.tooltiptext-3tamplate {
	visibility: hidden;
	width: 120px;
	background-color: #ffd1c3;
	color: #000;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'Hebbo', sans-serif;
	font-size: 20px;
	padding: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.job .top-logo {
	text-align: center;
	margin: 0 auto;
	width: 555px;
	background: #90bfb8;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 0;
	border: 3px solid #000;
	font-family: 'Heebo', sans-serif;
	max-width: 100%;
}

.main-tab-tabstemplate {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin: 0 auto 0 auto !important;
	text-align: center !important;
	left: 0 !important;
	right: 0 !important;
	border: none !important;
	background-color: transparent !important;
}

.main-tab-container {
	background-color: #fff;
	border: 3px solid #000;
}

.modal-l .modal-content .body-modal .form-container .send-button button,
.modal-l .modal-content .body-modal .form-container .send-button input {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.modal-l .modal-content .body-modal .form-container .send-button button,
.modal-l .modal-content .body-modal .form-container .send-button input:hover,
.modal-l .modal-content .body-modal .form-container .send-button button,
.modal-l .modal-content .body-modal .form-container .send-button input:focus {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: black;
	background-color: #ffd1c3;
}

body.youngCenter .howisus .tabs-link .tabstemplate ul {
	/* width: -webkit-fit-content; */
	width: -moz-fit-content;
	/* width: max-content; */
	clear: left;
	margin: 0 auto;
	display: inline-block;
	direction: rtl;
}

body.youngCenter .howisus .tabs-link .tabstemplate ul li {
	display: inline-block;
	font-weight: 600;
	border: 3px solid black;
	border-left: none;
	padding: 10px 0px 10px 0px;
	width: 100px;
	font-size: 14px;
	background: white;
	cursor: pointer;
}

body.youngCenter .howisus .tabs-link .tabstemplate ul li:last-of-type {
	border-left: 3px solid black;
}

body.youngCenter .howisus .tabs-link .tabstemplate ul li.active-link-tab {
	margin: 0 auto;
	background: #ffd1c3;
}

@media screen and (max-width: 768px) {
	body.youngCenter .howisus .tabs-link .tabstemplate ul li {
		font-size: 11px;
		width: 70px;
	}

	.carousel-control-prev-icon-between:hover,
	.carousel-control-prev-icon-between:focus {
		right: 27px;
	}
}

body.youngCenter .howisus .tabs-link .tabstemplate ul li {
	width: 95px;
	margin: -6px -2px 0 -2px;
}

#tabs-temp-title {
	width: 379px;
}

.active-link-tab-general {
	display: none;
}

.active2 {
	display: block !important;
}

.active-link-tab {
	background: #ffd1c3;
}

.tabstemplate {
	margin-top: -10px;
}

.maintab {
	display: block !important;
	width: 379px;
	border-left: 3px solid black !important;
}

#maintabid {
	width: 379px;
}

.maintabtxt {
	margin: 0 auto;
}

.bait-carousel {
	border: 3px solid black;
}

#emp_car img {
	height: 400px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.emp-cs {
	height: 100%;
}

@media (min-width:1200px) {
	.emp-cs {
		max-width: 50%;
	}
}

@media (min-width:1600px) {
	.emp-cs {
		max-width: 35%;
	}
}

.openfaq {
	width: 80%;
}

.faq-content .content .title {
	text-align: right;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 20px;
	padding: 30px 0 10px 0;
	font-weight: 500;
	font-size: 22px;
	font-family: 'Secular One', sans-serif;
	letter-spacing: 1.5px;
}

.faq-content {
	margin-top: 70px;
	margin-bottom: 70px;
}

@media (max-width:789px) {
	.tabstemplate {
		margin-bottom: 50px;
	}

	.faq-content .content .title {}

	.faq-content .content p {
		-webkit-column-count: 1;
		column-count: 1;
	}
}

.faq-content {
	display: none;
}

.job .tabs-link .tabs ul {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	direction: rtl;
}

.job .tabs-link .tabs ul li {
	width: 95px;
	margin: -6px -4px 0 -2px !important;
}

.job .tabs-link {
	margin: 0 auto;
	text-align: center;
}

.howisus-content-tab {
	margin-top: 1.8rem;
	margin-bottom: 3rem;
}

.howisus-content-tab {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-bottom: 5rem;
	direction: rtl;
}

.faq {
	width: 506px;
	margin: 0 auto;
}

.btn-blue-contact {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-blue-contact:hover,
.btn-blue-contact:focus {
	background-color: #ffd1c3;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width:400px) {
	.carousel-control-prev-icon-between {
		right: 26px;
	}

	.carousel-control-prev-icon-between {
		-webkit-box-shadow: -2px 1px 0px 1px #90bfb8, -3px 2px 0px 1px black;
		box-shadow: -2px 1px 0px 1px #90bfb8, -3px 2px 0px 1px black;
	}
}

@media (max-width:789px) and (min-width:750px) {
	.carousel-control-prev-icon-between {
		right: 33px;
	}
}

@media (max-width:789px) {
	.carousel-control-next-icon-between {
		right: 27px;
		height: 90px;
		width: 50px;
	}

	.carousel-control-prev-icon-between {
		height: 89px;
		width: 47px;
	}

	.cbox {
		height: 97px;
	}

	.pbetween {
		height: 80px !important;
		font-size: 14px;
	}
}

@media (max-width:660px) {
	.carousel-control-prev-icon-between {
		right: 27px;
	}
}

.homepage .home .center-building-2 .back-4 {
	height: 510px;
}

@media (max-width:1000px) {
	.homepage .home .center-building-2 .back-3 {
		margin-top: 0px !important;
	}
}

@media (max-width:690px) {
	body.who .howisus {}

	.homepage .home .center-building-2 .months-wrap .month-carousel .left-c {
		height: 75px;
	}

	.homepage .home .center-building-2 .months-wrap .month-carousel .owl-nav>div>div {
		background-repeat: no-repeat;
		width: 55px;
	}

	.homepage .home .center-building-2 .months-wrap .month-carousel .owl-nav>div>div {
		height: 75px;
	}

	.homepage .home .center-building-2 .months-wrap .month-carousel .right-c {
		right: 0;
	}
}

@media (max-width:1500px) {
	body.buildingingo .onbuildinginfo {}
}

.fullline-faq {
	width: 100%;
}

.sub-menu {
	width: 11rem !important;
}

.drop {
	width: 100%;
	height: 250px;
	background: #0ff;
	position: absolute;
	left: 0;
	right: 0;
}

/*
.sub-menu{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s	;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
}
*/

.menu-item:hover .sub-menu,
.menu-item:focus .sub-menu {
	/* max-height: 300px; */
	opacity: 1;
}

.menu-item:focus .sub-menu {
	/* max-height: 300px; */
	opacity: 1;
}

.menu-item:active .sub-menu {
	/* max-height: 300px; */
	opacity: 1;
}

.triple-build {}

.form-group .file-715 {
	height: 20px;
}

@media (max-width:400px) {
	body.youngCenter .howisus .tabs-link .tabs ul li {
		border-left: 3px solid black;
	}
}

.d-block {
	object-fit: cover;
	-o-object-fit: cover;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea {
	border: 3px soild black !important;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	-webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	-webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	-webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

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

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:769px) {
	.tabs {
		padding-right: 15px;
		padding-left: 15px;
	}

	.homepage .home .center-building-2 .bottom-build .form-container form .form-in {
		width: 100% !important;
	}

	body.buildingingo .onbuildinginfo .howisus-content .content .onus-title {
		margin-top: 100px;
	}
}

@media (max-width:560px) {
	body.buildingingo .onbuildinginfo .top-logo {
		margin-bottom: 70px;
	}

	.carousel-container iframe {
		width: 250px;
		height: 147px;
		object-fit: initial;
	}

	body.buildingingo .onbuildinginfo .howisus-content {
		margin-bottom: 0rem;
	}

	body.buildingingo .onbuildinginfo .howisus-content {
		margin-top: 0rem;
		overflow: hidden;
	}

	body.buildingingo .onbuildinginfo .img-side img {
		width: 350px !important;
		height: 250px !important;
	}

	body.buildingingo .onbuildinginfo .howisus-content .content .onus-title {
		margin-top: 0 !important;
	}

	.btn-on {
		margin-top: 0 !important;
	}

	.howisus-content .carousel-control-prev-icon {
		position: absolute;
		left: 7px;
		height: 62px;
		top: 8em;
		width: 35px !important;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.howisus-content .carousel-control-next-icon {
		height: 62px;
		top: 8em;
		width: 35px;
		right: 12px !important;
		;
		-webkit-box-shadow: unset;
		;
		box-shadow: unset;
	}

	.onbuldingarrow {
		top: 6rem !important;
	}

	.howisus-content .carousel-control-prev-icon:hover,
	.howisus-content .carousel-control-prev-icon:focus {
		position: absolute;
		left: 7px;
		height: 62px;
		top: 8em;
		width: 35px !important;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.howisus-content .carousel-control-next-icon:hover,
	.howisus-content .carousel-control-next-icon:focus {
		height: 62px;
		top: 8em;
		width: 35px;
		right: 12px !important;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.carousel-control-next-icon {
		height: 62px;
		top: 8em;
		width: 35px;
		right: 0px !important;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.carousel-control-prev-icon {
		position: absolute;
		left: 0px;
		height: 62px;
		top: 8em;
		width: 35px !important;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.carousel-control-prev-icon:hover,
	.carousel-control-prev-icon:focus {
		position: absolute;
		left: 0px;
		height: 62px;
		top: 8em;
		width: 35px !important;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		margin-top: 0 !important;
	}

	.carousel-control-next-icon:hover,
	.carousel-control-next-icon:focus {
		height: 62px;
		top: 8em;
		width: 35px;
		right: 0px !important;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		margin-top: 0 !important;
	}
}

.title_tab {
	width: 380px;
	margin: 0 auto;
}

@media (max-width:400px) {
	#title-margin-job {
		margin-top: -3px;
	}

	#title-young {
		padding: 0 15px 0 15px;
	}

	body.youngCenter .howisus .tabs-link .tabs ul li {
		width: 97px;
		margin: -4px -1px 1px -6px;
	}
}

.minitab {
	margin: -6px -2px 0 -2px !important;
}

.top-manu .links .container ul li ul li a {
	text-align: center;
}

.who-video {
	width: 100%;
	margin-top: 80px;
}

.who-video iframe {
	border: 3px solid black;
	text-align: center;
	display: block;
	margin: 0 auto 0 auto;
	width: 55%;
	left: 0;
	right: 0;
	height: 400px;
}

.div-title-young {
	text-align: center;
}

@media (max-width:480px) {
	#title-young {
		z-index: 1111;
	}

	body.youngCenter .howisus .tabs-link {
		z-index: -111;
	}
}

@media (max-width:780px) {
	body.youngCenter .howisus .tabs-link {}

	.who-video iframe {
		height: 300px;
		width: 90%;
	}

	body.who .howisus .carousel-container .carousel-inner {
		height: 320px;
	}
}

@media (max-width: 890px) and (min-width: 689px) {

	body.who .howisus .carousel-container .carousel-control-next,
	body.who .howisus .carousel-container .carousel-control-prev {
		margin-bottom: 200px;
	}
}

.wpcf7-select {
	width: 100%;
}

@media (max-width: 413px) {
	#tabs-temp-title {
		width: 350px;
	}

	.maintab {
		width: 350px !important;
	}

	.minitab {
		margin: -3px -4px 0 -2px !important;
	}

	body.youngCenter .howisus .tabs-link .tabstemplate ul li {
		border-left: 3px solid black;
	}
}

#top-ped-emp {
	margin-top: 3rem;
}

.img-side {
	margin-bottom: 2rem;
}

@media screen and (max-width: 500px) {
	#slider1 {
		margin: 30px auto 20px auto !important;
	}

	.emptitle1 {
		margin: 0px auto 0 auto !important;
	}

	#slider1 .prev {
		left: 18px;
	}
}

@media screen and (max-width: 400px) {
	body.youngCenter .howisus .tabs-link .tabstemplate ul {
		width: 350px !important;
	}
}

@media screen and (max-width: 380px) {
	.maintab {
		width: 310px !important;
	}

	body.youngCenter .howisus .tabs-link .tabstemplate ul {
		width: 310px !important;
	}

	#tabs-temp-title {
		width: 310px !important;
	}
}

.searchbox {
	width: 50%;
}

#searchsubmit {
	background: transparent;
	border: none;
}

#searchsubmit p {
	color: white;
	font-size: 50px;
}

.fa-eye {
	font-size: 30px;
}

#read-more {
	color: black;
}

.post h2 a {
	font-size: 25px;
	color: black;
}

.post p a {
	color: black;
}


span.wpcf7-not-valid-tip {
	display: none !important;
}

.body-modal .wpcf7-validation-errors,
.body-modal .wpcf7-response-output {
	margin-top: 40px !important;
}

/* #wpcf7-f387-o1 .wpcf7-validation-errors {
	margin-top: 10em !important;
}

#wpcf7-f387-o1 .wpcf7-response-output {
	margin-top: 10em !important;
} */

.titleandtabsyoungcenter img {
	width: 380px;
}

@media (max-width:400px) {
	body.buildingingo .onbuildinginfo .img-side img {
		width: 280px !important;
		height: 250px !important;
	}
}

.faq-margin .dis p {
	margin-bottom: 50px;
	font-size: 19px;
}

.overhidden {
	overflow-y: hidden !important;
}

#margin-faq {
	margin-top: -3px;
}

.dis {
	margin-top: 40px;
}

#faqheight {
	min-height: 400px;
}

#ontoptemp-title,
#ontoptemp-text,
#ontoptemp-btn {
	margin: 15px auto 42px 0;
	text-align: right;
}

#ontoptemp-text p p {
	text-align: center !important;
}

.sub-menu-none {
	display: none !important;
}

.opened-nav-sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5rem;
}

@media (max-width: 768px) {
	.sub-menu {
		display: none !important;
	}

	footer .sub-menu {
		display: block !important;
	}

	.sub-menu-display {
		display: block !important;
		;
	}

	.sub-menu-none {
		display: none !important;
	}
}

.faq-margin p {}

.openfaq {
	margin-bottom: 10px;
}

body.jobs .job .tabs-link .tabs-jobs ul .que1 {
	display: none;
	pointer-events: none;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	padding: 5px 3px 5px 3px;
	font-family: 'Secular One', sans-serif;
	padding: 10px;
	margin: 0px -4px 8px -4px !important;
	;
	background: #fff0;
	border-right: none !important;
	;
	border-left: none !important;
	;
	border-top: none !important;
	;
	border-bottom: none !important;
	;
}

body.jobs .job .tabs-link .tabs-jobs ul .que {
	display: inline-block;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	padding: 5px 3px 5px 3px;
	font-family: 'Secular One', sans-serif;
	margin: 0px -4px 8px -4px !important;
	;
	background: #fff0;
	border-right: none !important;
	;
	border-left: none !important;
	;
	border-top: none !important;
	;
	border-bottom: none !important;
	;
	cursor: pointer;
}

.auto-width-faq {
	width: 25%;
}

@media (max-width: 1669px) {
	.auto-width-faq {
		width: 25% !important;
	}
}

@media (max-width: 1198px) {
	.auto-width-faq {
		width: 40% !important;
	}
}

@media (max-width: 786px) {
	body.jobs .job .tabs-link .tabs-jobs ul #que {
		font-size: 15px;
	}

	.auto-width-faq {
		width: 44% !important;
	}

	#faqheight {
		min-height: 600px;
	}
}

.pointer {
	cursor: pointer !important;
}

@media (min-width:768px)and (max-width:1280px) {
	.modalDialog>div {
		width: 60%;
	}
}

.icons a {
	color: black;
}

#eventhour {
	font-size: 1.0em;
}

.howisus-content .content h1 {
	font-size: 25px;
}

.howisus-content .content h6 {
	font-size: 25px;
}

@media (min-width:1550px) {
	body.buildingingo .onbuildinginfo {
		width: 59% !important;
	}
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input::-webkit-input-placeholder,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea::-webkit-input-placeholder {
	color: black;
	font-weight: 600;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input:-ms-input-placeholder,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea:-ms-input-placeholder {
	color: black;
	font-weight: 600;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input::-ms-input-placeholder,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea::-ms-input-placeholder {
	color: black;
	font-weight: 600;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input::placeholder,
.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea::placeholder {
	color: black;
	font-weight: 600;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input::-webkit-input-placeholder {
	color: black;
	font-weight: 600 !important;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input:-ms-input-placeholder {
	color: black;
	font-weight: 600 !important;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input::-ms-input-placeholder {
	color: black;
	font-weight: 600 !important;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input::placeholder {
	color: black;
	font-weight: 600 !important;
}

#roomrenth1 {
	margin-bottom: 50px;
	height: 24px;
	background: #ffd1c3;
	line-height: 1.5;
	width: 33%;
	margin: 58px auto;
	font-size: 17px;
	font-weight: 600;
}

.button-type-rent {
	background: #fff;
	border: 3px solid #000;
	width: 273px;
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	cursor: pointer;
	position: relative;
	margin-bottom: 19px;
}

body.services .triple-build .row-in .button-container .button-line .button-type-rent .bg {
	background-size: auto;
	height: 101%;
	width: 90px;
	max-width: 100%;
	border-left: 3px solid #000;
}

body.services .triple-build .row-in .button-container .button-line .button-type-rent .text-button {
	width: calc(100% - 90px);
}

body.services .triple-build .row-in .button-container .button-line .button-type-rent .text-button p {
	color: #000;
}

body.services .triple-build .row-in .button-container .button-line .button-type-rent .text-button p {
	font-size: 20px;
	font-family: 'Secular One', sans-serif;
}

@media (max-width:750px) {
	#roomrenth1 {
		width: 61%;
	}
}

.button-type-rent:hover {
	background-color: #ffd1c3;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	/** START THE FINAL STATE STYLING **/
	background-position: bottom right;
}

.button-type-rent {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #ffd1c3));
	background-image: linear-gradient(to right, #fff 50%, #ffd1c3 50%);
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.textunder {
	text-align: center;
}

.textunder p {
	margin-bottom: 20px;
	text-align: center;
}

.textunder h5 {
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.carousel-control-next-icontypes:hover,
.carousel-control-next-icontypes:focus {
	-webkit-box-shadow: 0px 0px #90bfb8, 0px 0px black;
	box-shadow: 0px 0px #90bfb8, 0px 0px black;
	right: 10px;
	margin-top: 10px;
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.carousel-control-next-icontypes {
	height: 87px;
	width: 46px;
	position: absolute;
	right: 20px;
	-webkit-box-shadow: 5px 5px 0px 2px #90bfb8, 5px 6px 0px 4px black;
	box-shadow: 5px 5px 0px 2px #90bfb8, 5px 6px 0px 4px black;
	background-image: url(./img/icons/right_carouselnew.png) !important;
	background-size: contain;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-webkit-transition: 0.13s ease-in;
	transition: 0.13s ease-in;
}

.carousel-control-prev-icontypes {
	position: absolute;
	left: 20px;
	height: 87px;
	width: 30px !important;
	-webkit-box-shadow: -4px 6px 0px 2px #90bfb8, -5px 7px 0px 4px black;
	box-shadow: -4px 6px 0px 2px #90bfb8, -5px 7px 0px 4px black;
	width: 85px;
	background-image: url(./img/icons/left_carouselnew.png) !important;
	background-size: contain;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: 0.13s ease-in;
	transition: 0.13s ease-in;
}

.carousel-control-next-icontypes,
.carousel-control-prev-icontypes {
	display: inline-block;
	width: 30px;
	top: 120px;
	height: 51px;
	background: #0000 no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icontypes:hover,
.carousel-control-prev-icontypes:focus {
	-webkit-box-shadow: 0px 0px #90bfb8, 0px 0px black;
	box-shadow: 0px 0px #90bfb8, 0px 0px black;
	left: 10px;
	margin-top: 10px;
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.roomtype1 {
	background: #ffd1c3;
	line-height: 2;
	width: 100%;
	margin: 0px auto 37px;
	font-size: 22px;
	font-weight: 600;
}

.neh h5 {
	margin-top: 65px;
	font-weight: 600;
	margin-bottom: 50px;
	text-align: center;
	font-size: 18px;
}

.neh,
.ziu {
	margin-bottom: 50px;
	padding-right: 50px;
	padding-left: 50px;
	width: 50%;
	display: table-cell;
}

.ziu h5 {
	margin-bottom: 50px;
	margin-top: 65px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.img-side-types {
	padding: 0px 67px 20px 67px;
	margin-bottom: 20px;
}

.rowtypes {
	padding-top: 10px;
	width: 950px;
	max-width: 100%;
}

@media (max-width:765px) {
	.button-side-box-onbul {
		margin: 19px auto !important;
	}

	.neh,
	.ziu {
		margin-bottom: 50px;
		padding-right: 0px;
		padding-left: 0px;
		display: block;
		width: 100%;
	}

	.job .top-logo img {
		width: 338px;
	}

	body.buildingingo .onbuildinginfo .top-logo img {
		margin-bottom: 0 !important;
	}

	body.contactus .bottom-build-contact .form-container form .submit {
        width: 25%;
        position: relative;
        /* height: 100%; */
	}

	body.contactus .bottom-build-contact .form-container form .form-in {
        width: 31%;
        order: 0;
	}

	.textarecontact {
		width: 44%;
	}

	.rowtypes {
		width: 90%;
	}

	.rowtypes p {
		margin-bottom: 20px;
	}

	.textunder p {
		margin-bottom: 20px;
	}

	.ziu h5 {
		margin-top: 29px;
	}
}

.skiptypes {
	margin-bottom: 20px !important;
}

.content p {
	line-height: 25px;
	width: 1000px;
	max-width: 100%;
}

body.services .triple-build .row-in p {
	line-height: 25px;
}

#ontoptemp-text p {
	line-height: 25px;
}

body.jobs .text-on p {
	line-height: 25px;
}

.neh p {
	line-height: 25px;
}

.ziu p {
	line-height: 25px;
}

.textunder p {
	line-height: 25px;
}

.btn-content-onbul {
	width: 81%;
	direction: rtl;
	/* line-height: 2px; */
	padding: 4px 2px 0 2px;
	width: 83%;
	width: 80%;
	font: 500 23px/40px "Secular One", Arial, Helvetica, sans-serif;
	height: 84px;
	text-align: center;
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button-side-box-onbul {
	margin: 70px auto;
	width: 350px;
	max-width: 100%;
	border: 3px solid #000;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	cursor: pointer;
}

.button-side-box-onbul .btn-bg {
	background-color: #90bfb8;
	background-size: 300px 300px;
	width: 25%;
	border-left: 3px solid #000;
}

.btn-content-onbul:hover {
	background-color: #ffd1c3;
}

/* ---------------------------------------------------------------------------------- BEN */

.neh ul,
.ziu ul {
	list-style: disc;
	padding-right: 20px;
}

.neh ul li,
.ziu ul li {
	margin-bottom: 5px;
	line-height: 1.5;
}

.neh h5,
.ziu h5 {
	background: #18607b;
	padding: 5px;
	color: #FFF;
}

.btn-free {
	background: #90bfb8;
	border: 4px solid #000;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	padding: 8px;
	text-align: center;
	direction: rtl;
	margin-top: 10px;
	pointer-events: none;
}

.events .buttons-container-events.buttons-container .btn-read-more {
	margin-top: 0;
}

.home .buttons-container a {
	display: block;
}

.faq-page .dis {
	margin-top: 40px;
	width: 850px;
	border: 3px solid;
	padding: 20px 0 40px;
	margin: 30px auto 0;
	max-width: 100%;
}

.fullline-faq:first-of-type .content .openfaq:first-of-type {
	margin: 30px 0 20px;
	font-weight: bold;
	text-align: right;
	width: 800px;
}

.center-building-2 p {
	font-weight: 600;
}

.homepage .home .center-building-2 .just-know .heading img {
	/* height: 125px; */
	height: 85px;
	display: block;
	margin: -3px auto 0;
}

body.staff .staff-container .single-staff .info-on .divider {
	margin: 20px auto;
	width: 40px;
	height: 3px;
	background: black;
}

.services .intro-text {
	margin: 50px auto;
	line-height: 25px;
	direction: rtl;
	text-align: center;
	font-size: 18px;
}

.services .intro-text h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.services .triple-build,
.services .services-pad,
.services .outro-text {
	width: 1070px;
	margin: 0 auto;
	max-width: 100%;
}

.services .services-pad,
.services .outro-text {
	margin-bottom: 40px;
}

.services .outro-text {
	text-align: center;
	padding: 0 15px;
}

.services .outro-text p {
	width: 900px;
	max-width: 100%;
	margin: 0 auto 10px;
}

.services .outro-text .btn-read-more-wrap {
	display: inline-block;
	margin: 0 auto;
}

div.wpcf7-validation-errors,
div.wpcf7-response-output {
	width: 100%;
	margin: 0;
	border: 2px solid #f00;
	position: static;
	background-color: #fff;
	padding: 10px 20px;
	text-align: center;
	border-right: none;
	border-left: none;
	font-weight: bold;
}

div.wpcf7-response-output {
	border-color: #000;
}

.howisus-content.skip.intro {
	margin-top: 40px;
	width: 720px;
	border: 3px solid;
	padding: 20px;
	margin: 40px auto 0;
	max-width: 100%;
}

body.contactus .contact .contact-content .content p a {
	color: #000;
	text-decoration: underline !important;
}

body.contactus .contact .contact-content .content p a:hover,
body.contactus .contact .contact-content .content p a:focus,
body.contactus .contact .contact-content .content p a:active {
	color: #18617b;
}

.intro-text {
	margin: 15px 0;
	width: 100%;
	text-align: center;
}

.intro-text p {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}

.youngCenter .intro-text p {
	width: 600px;
}

.job .tabs-link .tabs-text {
	width: 555px;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

.modal-content .tabs-labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-content .tabs-labels>div {
	width: 120px;
	border: 3px solid #000;
	text-align: center;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: none;
}

.modal-content .tabs-labels>div p {
	font-weight: bold;
}

.modal-content .tabs-labels>div:last-of-type {
	border-left: 3px solid #000;
}

.modal-content .tabs-labels .cat-g {
	background: #90bfb8;
}

.modal-content .tabs-labels .cat-p {
	background: #ffd1c3;
}

.modal-content .tabs-labels .cat-b {
	background: #2895b0;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .form-group.three-inputs>.input-wrap {
	width: 33.333%;
	border-left: 3px solid #000;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .form-group.three-inputs>.input-wrap:last-of-type {
	border-left: none;
}

.modal-content {
	pointer-events: inherit;
}

.input-wrap.select-input {
	font-weight: bold;
}

.input-wrap.select-input .dropdown {
	padding: 20px;
	position: relative;
	cursor: pointer;
}

.input-wrap.select-input .dropdown .dropdown-inner {
	position: absolute;
	top: 100%;
	right: -3px;
	width: calc(100% + 6px);
	background: #fff;
	z-index: 9;
	border: 3px solid #000;
}

.dropdown-inner li {
	padding: 10px;
	font-weight: 400;
	border-bottom: 2px solid #000;
}

.dropdown-inner li:hover {
	background: #f6f6f6;
}

.dropdown-inner li:last-of-type {
	border-bottom: none;
}

.modal-l .modal-content .body-modal .form-container form .form-group:last-of-type .input-wrap {
	border-bottom: none;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .form-group.three-inputs>.input-wrap.job-area {
	background: #90bfb8;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .form-group.three-inputs>.input-wrap.job-field {
	background: #ffd1c3;
}

.modal-l .modal-content .body-modal .form-container form .form-inner .form-group.three-inputs>.input-wrap.job-time {
	background: #2895b0;
}

.input-wrap.file {
	font-weight: bold;
	padding: 20px;
}

.buildingingo .bottom-text {
	width: 100%;
}

.buildingingo .bottom-text p {
	font-weight: 500;
	font-size: 22px;
	font-family: 'Secular One', sans-serif;
	text-align: center;
}

.buildingingo .bottom-text .read-more-onus {
	margin: 20px auto 0;
}

.buildingingo .bottom-text .read-more-onus a {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.buildingingo .read-more-onus {
	position: relative;
	margin-top: 3rem;
	padding: 5px;
	text-align: center;
	direction: rtl;
	background: #fff;
	border: 3px solid #000;
	width: 200px;
	cursor: pointer;
	height: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

body.buildingingo .read-more-onus:hover {
	background-color: #ffd1c3;
}

body.buildingingo .read-more-onus .back-button {
	position: absolute;
	width: 20%;
	right: 0;
	height: 100%;
	top: 0;
	background-color: #90bfb8;
	background-image: url(http://maze.co.il/wp-content/uploads/2018/07/bg-b-1.png);
	border-left: 2px solid black;
}

body.buildingingo .read-more-onus .content-button {
	color: black;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-right: 37px;
}

.buildingingo .bottom-text .read-more-onus p {
	font: 400 17px/1.3 "Heebo", Arial, Helvetica, sans-serif;
}

body.buildingingo .onbuildinginfo .howisus-content .content.full-width {
	width: 910px;
	max-width: 100%;
}

.buildingingo .textunder h5 {
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.homepage .home .center-building-2 .months-wrap .body-content .log-body {
	direction: rtl;
}

.jobs .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	font-size: 28px;
	opacity: 0.9;
	padding: 220px;
}

.modal-l .modal-content .body-modal .form-container form.sent {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.top-manu .links .container .menu li a {
	line-height: 1.2;
}

.top-manu .links .container .menu li .sub-menu a:hover,
.top-manu .links .container .menu li .sub-menu a:focus {
	font-weight: bold;
}

.cbox .pbetween {
	padding: 0 80px;
}

body.buildingingo .simple-temp .howisus-content .content {
	width: 100%;
}

.simple-temp .howisus-content .content .img-side {
	width: 550px;
	max-width: 100%;
	float: left;
	margin-right: 80px;
}

.simple-temp .howisus-content .content .img-side img {
	width: 100%;
}

.clearfix {
	clear: both;
}


.simple-temp .button-side-box {
    margin: 40px 0;
}

.simple-temp .button-side-box .btn-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}

.simple-temp .button-side-box .btn-content p {
	font-weight: bold;
}


.about-page {
	background-color: #A4E7EF;
	max-width: 100vw;
	/* overflow-x: hidden; */
}
.about-scene-wrap {
	overflow: hidden;
	z-index: 3;
	position: relative;
}
.about-page h2 {
	text-align: center;
	width: max-content;
	margin: 0 auto;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 55px;
	background: #90bfb8;
	border: 3px solid #000;
}
.about-page h3 {
	margin: 30px auto;
	text-align: center;
	font: bold 26px/1 "Secular One", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.about-scene-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.about-scene-bg .sun {
	position: absolute;
	top: 400px;
	right: 60px;
	z-index: 1;
}
.about-scene-bg .clouds-1 {
	position: absolute;
	top: 450px;
	right: 90px;
	z-index: 2;
}
.about-scene-bg .clouds-2 {
	position: absolute;
	top: 450px;
	left: 20px;
	z-index: 2;
}
.about-scene {
	position: relative;
	height: 900px;
	z-index: 3;
}
.about-scene .center-building {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 1150px;
	max-width: 100%;
}
.about-scene .center-building .inner-buttons {
	position: absolute;
	top: 250px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.about-scene .button-side-box {
	margin: 30px auto;
	width: 400px;
	height: 60px;
	max-width: 100%;
	border: 3px solid #000;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	cursor: pointer;
	font: bold 22px/1 "Secular One", Arial, Helvetica, sans-serif;
}
.about-scene .button-side-box .btn-bg {
	background-color: #90bfb8;
	background-size: 300px 300px;
	width: 20%;
	border: none;
}

.about-scene .button-side-box .btn-bg:first-child {
	border-right: 3px solid #000;
}
.about-scene .button-side-box .btn-bg:last-child {
	border-left: 3px solid #000;
}

.about-scene .button-side-box .btn-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
	padding: 10px 0;
	direction: rtl;
	text-align: center;
	color: #000;
	font: bold 22px/1 "Secular One", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.about-scene .button-side-box .bevel-btn {
	width: 80px;
	height: 62px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	pointer-events: none;
}

.about-scene .button-side-box .bevel-btn .top-layer {
	background-color: #FFD1C3;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 3px solid #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.about-scene .button-side-box .bevel-btn.left-btn .top-layer {
	-webkit-transform: translate(-5px, -1px);
	        transform: translate(-5px, -1px);
}
.about-scene .button-side-box .bevel-btn .top-layer img {
	width: 16px;
}
.about-scene .button-side-box .bevel-btn.left-btn {
	background: url(../images/btn-shadow-left.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: -3px;
	margin-top: -5px;
	background-position: bottom right;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.about-scene .button-side-box .bevel-btn.right-btn .top-layer {
	-webkit-transform: translate(5px, -1px);
	        transform: translate(5px, -1px);
}
.about-scene .button-side-box .bevel-btn.right-btn {
	background: url(../images/btn-shadow-right.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: -3px;
	margin-top: -5px;
	background-position: bottom right;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.about-scene .button-side-box:hover .bevel-btn .top-layer {
	-webkit-transform: translate(0, 3px);
	        transform: translate(0, 3px);
}

.about-scene .button-side-box:hover .bevel-btn {
	background-size: 100% 97%;
}

.about-scene .left-text {
	right: 100%;
	/* transform: translateX(25%); */
}
.about-scene .right-text {
	left: 100%;
	/* transform: translateX(-25%); */
}
.about-scene .about-inner {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50vw;
}
.about-scene .about-inner .content {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
	-webkit-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 30px;
	        column-gap: 30px;
	/* pointer-events: none; */
}
.about-scene .about-inner .content p {
	margin-bottom: 15px;
}
.about-scene .about-inner .content .bold p {
	font-weight: bold;
}
.about-scene .about-inner .content .divider {
	display: block;
	width: 100px;
	height: 2px;
	background: #fff;
	margin: 30px auto;
}

.about-scene .about-inner .content .quote  {
	margin-top: 30px;
}
.about-scene .about-inner .content .quote img {
	display: block;
	margin: 0 auto 30px;
}
.about-scene .about-inner .content .quote p {
	font-weight: bold;
	font-size: 22px;
	width: 350px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
#acp-toggle-toolbar.small img {
    width: 100%;
    height: 100%;
}
.page-template-contact .wpcf7-form-control-wrap {
    width: 100%;
}

.simple-temp .howisus-content .content .onus-title {
    display: inline-block;
}

.homepage .home .center-building-2 .back-2 .se-container .center-stripe p {
    width: 100%;
}
.homepage .home .center-building-2 .just-know .cube-body img {
    width: 100%;
}

button.button-container {
    -webkit-appearance: none;
    border: none;
    padding: 0;
    max-width: 100%;
    margin-bottom: 10px;
}

body.services .triple-build .row-in .button-container .button-line .button-type {
    max-width: 100%;
}

body.services .triple-build .row-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 720px;
    max-width: 92%;
    margin: 0;
    padding: 0;
}

.modalDialog.show {
    opacity: 1;
    pointer-events: auto;
}

.button-container .bg.background-1 {
	background-position: center;
	background-image: url(./assets/img/bg/services/1.png);
}

.button-container .bg.background-2 {
	background-position: center;
	background-image: url(./assets/img/bg/services/2.png);
}

.button-container .bg.background-3 {
	background-position: center;
	background-image: url(./assets/img/bg/services/3.png);
}

.button-container .bg.background-4 {
	background-position: center;
	background-image: url(./assets/img/bg/services/4.png);
	background-size: cover;
}

.button-container .bg.background-5 {
	background-position: center;
	background-image: url(./assets/img/bg/services/5.png);
	background-size: cover;
}

.button-container .bg.background-6 {
	background-position: center;
	background-image: url(./assets/img/bg/services/6.png);
	background-size: cover;
}

.text-pop {
    padding-top: 20px;
    text-align: center;
}

p > a {
    color: #000;
    font-weight: 600;
}

.content.faq-margin {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
}

.faq-page .dis {
	border: none;
}

.single-staff a.over-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
		height: 100%;
		background: transparent !important;
}

.contactus .input-wrap p {
    height: 100%;
}
.contactus div.wpcf7-validation-errors, div.wpcf7-response-output {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    width: calc(100% + 6px);
    margin: 0 -3px;
}

.site-logo {
    position: absolute;
		width: 190px;
    bottom: -16px;
    right: -50px;
}
.site-logo a {
    display: block;
}
.site-logo a img {
    vertical-align: bottom;
		border: 2px solid black;
	}

.beta {
    width: 110px;
    max-width: 100%;
    font-size: 12px;
    background: #fff;
    border: 3px solid #000;
    z-index: 2;
    margin: -5px auto 0 0;
    color: #000;
    padding: 2px 4px;
}

body.services .triple-build.roomtypes-wrap {
    width: 100px !important;
}

.triple-build.room-rent-buttons {
    width: 700px;
    max-width: 100%;
}

body.services .service {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding-bottom: 60px;
}

.page-template-roomtypes .content-types .row > .col-md-6 {
    margin: 0 auto;
}

div#modal-job input.wpcf7-not-valid {
    box-shadow: 0 0 0px 3px #ff320c !important;
}

body.buildingingo .onbuildinginfo.simple-temp .howisus-content {
    margin-top: 100px;
}

#gsheet {
    width: 1200px;
    margin: 100px auto;
    max-width: 100%;
    display: block;
}

.button-side-box {
	display: inline-flex;
}

.button-side-box .btn-bg {
	width: 50px;
}
.btn-content p {
    width: auto;
    padding: 0 20px;
}

.simple-temp .button-side-box .btn-content {
    width: auto;
}

strong {
    font-weight: bold;
}

body.jobs ul, nav ul {
    /* list-style: none; */
		margin: 0;
		padding: 0;
}

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

.mail-staff {
    font-size: 12px;
}

@media screen and (min-width: 770px) {

	/* DESKTOP ONLY */
	body.jobs .faq-page .job .tabs-link .tabs-jobs ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 850px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 auto;
	}

	body.jobs .faq-page .job .tabs-link .tabs-jobs ul .que {
		width: 100% !important;
		background: #fff;
		border: 3px solid #000 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px !important;
		margin: -2px 0 !important;
		border-left: 0 !important;
	}

	body.jobs .faq-page .job .tabs-link .tabs-jobs ul .que:last-of-type,
	body.jobs .faq-page .job .tabs-link .tabs-jobs ul .que[data-tab="tab_7"] {
		border-left: 3px solid #000 !important;
	}

	.faq-page {
		padding-bottom: 40px;
	}
	.about-scene .button-side-box .bevel-btn .top-layer {
		height: 59px;
	}
}



@media screen and (max-width: 999px) {
    body.services .triple-build .row-in {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .about-scene .center-building .inner-buttons {
        top: 150px;
    }

}

@media screen and (max-width: 769px) {
	body.events .month-los-container .los-side .body-content .single-event {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.buttons-container-events {
		width: 100%;
		margin: 10px 0 0;
	}

	body.events .month-los-container .close-event .body-next-event img {
		height: 304px;
	}

	body.events .month-los-container .los-side .body-content .single-event .info-on-event .title {
		margin-bottom: 5px;
	}

	/* .homepage .home .center-building-2 .back-1 .legal-advice,
	.homepage .home .center-building-2 .back-4 .rent-section,
	.homepage .home .center-building-2 .back-3 .legal-advice {
		margin: 35px;
    } */
    .homepage .home .center-building-2 .back-1 .legal-advice, .homepage .home .center-building-2 .back-4 .rent-section, .homepage .home .center-building-2 .back-3 .legal-advice {
        margin: 15px;
        width: calc(100% - 30px);
    }
    .homepage .home .center-building-2 .back-1 .legal-advice p,
    .homepage .home .center-building-2 .back-4 .rent-section p,
    .homepage .home .center-building-2 .back-3 .legal-advice p {
        font-size: 16px;
    }

	.homepage .home .center-building-2 .back-4 {
		height: auto;
	}

	.home div.wpcf7-validation-errors,
	.home div.wpcf7-response-output {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.img-side-types {
		padding: 20px 0;
	}

	body.jobs .job .tabs-link .tabs-jobs ul .que1 {
		display: inline-block;
	}

	.simple-temp .howisus-content .content .img-side {
		float: none;
		margin-right: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.simple-temp .howisus-content .content .text {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 40px;
	}

	.simple-temp .howisus-content .content .content-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	body.jobs .job .triple-build .tabs-link .tabs-jobs ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		border-right: 3px solid #000;
		border-left: 3px solid #000;
	}

	.job .top-logo {
		margin: -4px 0;
	}

	.job .top-logo img {
		width: 100%;
	}

	body.jobs .triple-build .job {
		width: 100%;
		padding: 0;
	}

	body.jobs>.job {
		padding: 0 15px;
	}

	body.jobs .job .tabs-link .tabs-jobs ul li {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	body.jobs .job .tabs-link .tabs-jobs ul li:first-child {
		border-right: none;
	}

	body.jobs .job .tabs-link .tabs-jobs ul li:last-child {
		border-left: none;
	}

	.modal-l .modal-content .body-modal .form-container form .form-inner .form-group.three-inputs:nth-child(2)>.input-wrap:first-of-type {
		width: 100%;
		border-left: 0;
	}
	.modal-l .modal-content .body-modal .form-container form .form-inner .form-group.three-inputs:nth-child(2)>.input-wrap {
		width: 50%;
	}

	.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap input,
	.modal-l .modal-content .body-modal .form-container form .form-inner .input-wrap textarea {
		padding: 15px;
	}

	.modal-l .modal-content {
		top: 90px;
	}
	.about-page h2 {
		font-size: 30px;
    padding: 20px 45px;
	}
	.about-scene {
		height: 610px;
		/* overflow: hidden; */
	}
	.about-scene .center-building {
		height: 100%;
		overflow: hidden;
	}
	.about-scene .center-building>img {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		width: 630px;
		max-width: none;
	}
	.about-scene .center-building .inner-buttons {
		top: 335px;
	}
	.about-scene .button-side-box {
		margin: 20px auto;
		width: 270px;
		height: 40px;
	}
	.about-scene .button-side-box .bevel-btn {
		width: 50px;
		height: 40px;
	}
	.about-scene .button-side-box .bevel-btn .top-layer img {
		width: 11px;
	}
	.about-scene .button-side-box .bevel-btn.right-btn .top-layer img {
		margin-left: 3px;
	}
	.about-scene .button-side-box .bevel-btn.left-btn .top-layer img {
		margin-right: 3px;
	}
	.about-scene .button-side-box .btn-content {
		font: bold 16px/1 "Secular One", Arial, Helvetica, sans-serif;
	}
	.about-scene .about-inner {
		padding: 0 15px;
		width: 100%;
	}
	.about-scene .about-inner .content {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.about-scene-bg .clouds-1 {
		top: 50px;
		right: 60%
	}
	.about-scene-bg .clouds-2 {
		top: 30px;
		left: 60%;
	}
	.about-scene-bg .sun {
		top: 70px;
		right: -40px;
    }
    body.buildingingo .onbuildinginfo .howisus-content.skip.intro {
        margin-bottom: 30px;
    }

    .top-manu .links .container .site-logo {
        z-index: 999999;
        position: fixed;
        top: 25px;
        left: 0;
        width: 90%;
        transform: translate(-50%, 0);
        height: 42px;
		    width: fit-content;
				right: 0;
    }

		.top-manu .links .container .site-logo a {
			height: 100%;
		}

		.top-manu .links .container .site-logo a img {
			height: 100%;
	    width: auto;
	    object-fit: contain;
	    border: 2px solid black;
		}

    .beta {
      border: 2px solid #000;
			position: absolute;
	    left: -255%;
	    top: 100%;
	    transform: translateY(-80%);
	    width: 80px;
			max-width: none;
    }

    body.services .triple-build {
        flex-wrap: wrap;
    }

    .cbox .pbetween {
        padding: 0 60px;
        font-size: 13px;
    }

    body.buildingingo .onbuildinginfo.simple-temp .howisus-content {
        margin-top: 40px;
    }

    body.contactus .contact .contact-content .content {
        text-align: center;
    }
    body.contactus .contact .contact-content .content .onus-title {
        margin: 0 auto 10px;
    }

    body.contactus .bottom-build-contact .form-container form .submit .ajax-loader {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
    }

}

a[class*="carousel"] {
  background: transparent !important;
}

@media screen and (max-width: 768px) {
	body.buildingingo .onbuildinginfo .top-logo,
	body.staff .howisus .top-logo,
	body.youngCenter .howisus h2,
	body.services .service .top-logo,
	body.events .event .top-logo,
	body.contactus .contact .top-logo,
	.about-page h2 {
    font-size: 25px;
		padding: 15px 25px;
		margin-top: 35px;
	}
}

.button-open-file {
    text-align: center;
    background: #8ab5a5;
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Secular One', sans-serif;
    letter-spacing: 1.5px;
    border: 2px solid #000;
    line-height: 1;
		transition: all 0.3s;
}

.button-open-file:hover {
	background: #ffd1c3;
}

.button-open-file a {
	text-decoration: none !important;
}

.button-open-file a:hover {
	text-decoration: none !important;
}

.open-file {
	color: black;
	text-decoration: none !important;
	border: none !important;
}
