#wrapper {
	position: relative;
	height: 100vh;
}
#header {
	position: absolute;
	z-index: 3;
	width: 176px;
	height: 143px;
	padding: 0;
	background-color: rgba(0,0,0,0);
	color: #fff;
	transition: width .3s ease-in-out, height .2s ease-in .35s;
}
#header.no-transition {
	transition: none;
}
body.home.mobile-menu-open #header {
	transition: width .2s ease-in, height .2s ease-in-out, backgroundColor .2s ease-in;
	background-color: rgba(0,0,0,.52);
}
.mobile-menu-toggler,
.mobile-menu-open .mobile-menu-toggler {
	display: block;
	top: 32px;
	left: 56px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
}
.mobile-menu-toggler .burger-part,
.rtl .mobile-menu-toggler .burger-part {
	width: 28px;
	left: 9px;
	background: #fff;
}
.mobile-menu-toggler .burger-part-1 {
	top: 12px;
}
.mobile-menu-toggler .burger-part-2 {
	top: 22px;
}
.mobile-menu-toggler .burger-part-3 {
	top: 32px;
}

#menu {
	display: none;
	position: absolute;
	opacity: 0;
	z-index: -1;
	top: 102px;
	left: 55px;
	width: 100%;
	margin: 0;
	letter-spacing: 0.5px;
	transition: opacity .3s ease-in-out;
}
.rtl #menu {
    margin-right: 0;
}
body.mobile-menu-open #menu {
	display: block;
	opacity: 1;
	z-index: 1;
	transition: opacity .3s ease-in-out .45s;
}
#menu > ul > li,
.rtl #menu > ul > li {
	float: none;
	margin-left: 0;
}
#menu > ul > li a {
	position: relative;
	padding: 2px 4px;
}
#menu ul li a:after {
	bottom: 1px;
	background: #fff;
}
#menu ul li a:hover:after {
	right: 0;
}
#menu > ul > li.wpml-ls-item {
	float: left;
}
body.home #menu > ul > li.wpml-ls-item {
    margin-left: 0;
}

#cover {
	position: relative;
	z-index: 2;
	height: calc(100vh - 310px);
}
.youtube-background {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: calc(100vh - 310px) !important;
	overflow: hidden;
}
#cover .page-title {
	margin-top: 30px;
}
#cover .main-links {
	margin-top: 90px;
}
#cover .main-links ul {
	justify-content: center;
	align-items: center;
	font-size: 35px;
	letter-spacing: 1.5px;
}
#cover .main-links ul li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: middle;
	margin: 0 48px 0 52px;
	font-size: 50px;
	line-height: 1;
	color: #fff;
}
#cover .main-links ul li a {
	display: inline-block;
	color: #fff;
	transition: font-size .2s ease-in-out;
}
#cover .main-links ul li a:hover {
	font-size: 37px;
}
#cover .main-links ul li a.hover {
	transition: none;
	font-size: 37px;
}
#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.play-pause-wrapper {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 120px;
	transform: translateX(-50%);
}

.scroll-down-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 35px;
    height: 52px;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0) translateX(-50%);
	}
	40% {
		transform: translateY(-10px) translateX(-50%);
	}
	60% {
		transform: translateY(-5px) translateX(-50%);
	}
}

#text-content {
    padding: 28px 0 34px;
    text-align: center;
}
#text-content .site-width {
    width: 1160px;
}
#text-content .site-width p {
    margin-bottom: 20px;
}
#text-content .site-width p:last-child {
    margin-bottom: 0;
}
#text-content .site-width p strong {
    font-weight: 700;
    color: #D6B963;
}


@media (max-width: 1499px) {
	#cover .page-title img {
		max-width: 500px;
	}
	#cover .main-links {
		margin-top: 80px;
	}
}

@media (max-width: 1310px){
	#cover .page-title {
		margin-top: 20px;
	}
	#cover .page-title img {
		max-height: 120px;
		width: auto;
	}
	#cover .main-links {
		margin-top: 80px;
	}
	#cover .main-links ul {
		font-size: 28px;
	}
    #cover .main-links ul li + li {
        white-space: nowrap;
    }
	#cover .main-links ul li + li:before {
		margin: 0 22px 0 26px;
		font-size: 40px;
	}
    #cover .main-links ul li a.hover {
        font-size: 30px;
    }
    .rtl #cover .main-links ul {
        font-size: 30px;
    }
    .rtl #cover .main-links ul li + li:before {
        margin: 0 26px 0 30px;
    }
}

@media (max-width: 1199px) {
    #cover,
	.youtube-background {
		height: calc(100vh - 280px) !important;
	}
	#text-content {
		font-size: 20px;
	}
	#text-content .site-width {
        width: 980px;
    }
	
}

@media (max-width: 1023px) {
    #cover,
	.youtube-background {
		height: calc(100vh - 260px) !important;
	}
	#cover .page-title img {
		max-height: 100px;
	}
	#cover .main-links {
		margin-top: 75px;
	}
	#cover .main-links ul {
		font-size: 25px;
	}
	#cover .main-links ul li + li:before {
		margin: 0 14px 0 18px;
		font-size: 32px;
	}
    #cover .main-links ul li a.hover {
        font-size: 26px;
    }
	#text-content {
		font-size: 18px;
		letter-spacing: -0.5px;
	}
	#text-content .site-width {
		padding: 0 25px;
	}
	#text-content .site-width p {
		margin-bottom: 16px;
	}
}

@media (min-width: 768px){
	.youtube-background iframe {
		margin-top: -65px;
		margin-left: -25px;
	}
	body.home.mod2 .youtube-background iframe {
		margin-top: -40px;
		left: auto !important;
		right: 0 !important;
		transform: translateX(5%) translateY(-50%) !important;
	}
}

@media (max-width: 767px){
    #wrapper {
		height: auto;
	}
	#header {
		width: 126px;
		height: 93px;
	}
	body.mobile-menu-open #header {
		background-color: rgba(0,0,0,.7);
	}
	.mobile-menu-toggler {
		top: 30px;
		left: 28px;
	}
	#menu {
		top: 90px;
		left: 43px;
		padding: 0;
		background: none;
	}
	#menu > ul .sub-menu {
		display: none;
	}
	#cover,
	.youtube-background {
		height: calc(100vh - 200px) !important;
	}
	#cover .page-title {
		margin-top: 0;
	}
	#cover .page-title img {
		max-width: 80%;
	}
	#cover .main-links {
		margin-top: 40px;
	}
	#cover .main-links ul {
		flex-direction: column;
		font-size: 26px;
	}
	#cover .main-links ul li {
		position: relative;
		margin-bottom: 8px;
		padding-top: 8px;
	}
	#cover .main-links ul li + li:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		width: 80px;
		height: 2px;
		background: #fff;
	}
    .rtl #cover .main-links ul li + li:before {
        margin: 0;
    }
}