/*
Theme Name: Nostalgia
*/
@font-face {
    font-family: 'Bahnschrift';
    src: url('fonts/Bahnschrift.eot');
    src: url('fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
        url('fonts/Bahnschrift.woff2') format('woff2'),
        url('fonts/Bahnschrift.woff') format('woff'),
        url('fonts/Bahnschrift.ttf') format('truetype'),
        url('fonts/Bahnschrift.svg#Bahnschrift') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	box-sizing:border-box;
}
body,html {
	margin:0;
	padding:0;
}
body {
	overflow-x:hidden;
	font-family: 'Bahnschrift';
}
p {
	margin-bottom:0;
}
.row:after {
	clear:both;
	display:block;
	content:' ';
}
.container {
	max-width:1920px;
	margin:0 auto;
}
.home-banner {
	position:relative;
	margin-bottom:90px;
	min-height:100vh;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.45;
	background:#000;
	z-index:1;
}
.footer-banner {
	position:absolute;
	bottom:47px;
	width:100%;
	text-align:center;
	z-index:2;
}
.footer-banner img {
	width:55px;
}
.footer-banner span {
	color:#fff;
	display:block;
	margin-top:50px;
}
.footer-banner a {
	color:#fff;
	text-decoration:none;
	letter-spacing: 2.8px;
	font-size:14px;
	line-height:20px;
}
.header {
	background:#EAEAEA;
	position:fixed;
	top:0;
	width:100%;
	left:0;
	z-index:999;
	display:none;
}
.left-menu {
	float:left;
	width:calc(50% - 90px);
}
.left-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:0px;
}
.left-menu ul li {
	display:inline-block;
	vertical-align:middle;
	margin-right:150px;
}
.left-menu ul li:last-child {
	margin-right:0;
}
.left-menu ul li a {
	text-transform:uppercase;
	color:#A39E9A;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
	letter-spacing:2.8px;
}
.right-menu {
	float:right;
	width:calc(50% - 90px);
}
.right-menu ul {
	list-style:none;
	text-align:right;
	margin:0;
	padding:0;
	font-size:0px;
}
.right-menu ul li {
	display:inline-block;
	vertical-align:middle;
	margin-right:150px;
}
.right-menu ul li:last-child {
	margin-right:0;
}
.right-menu ul li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#A39E9A;
	font-size:14px;
	line-height:22px;
	letter-spacing:2.8px;
}
.desktop-nav{
	padding:30px 90px;
	position:relative;
}
.desktop-nav:after {
	clear:both;
	display:block;
	content:' ';
}
.mobile-nav {
	display:none;
	position: fixed;
	z-index: 999;
	text-align: right;
	width: 100%;
	padding: 18px 17px 13px;
	box-sizing: border-box;
}
.mobile-btn {
	display:none;
	width: 30px;
	height: 20px;
	cursor:pointer;
}
.mobile-btn span {
	display:block;
	content:' ';
	width:100%;
	height:1px;
	background:#fff;
	margin-bottom:7px;
}
.mobile-btn span:last-child {
	margin-bottom:0;
}
.mobile-menu {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:#EAEAEA;
}
.mobile-menu ul {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	padding:0;
	margin:0;
	list-style:none;
}
.mobile-menu ul li {
	margin-bottom:55px;
	text-align:center;
}
.mobile-menu ul li:last-child {
	margin-bottom:0;
}
.mobile-menu ul li a {
	color:#A39E9A;
	text-transform:uppercase;
	font-size:16px;
	line-height:22px;
	letter-spacing:3.2px;
	text-decoration:none;
}
.close-mobile{
    display: block;
    position: fixed;
    right: 16px;
    top: 18px;
    width: 27px;
    height: 27px;
	cursor:pointer;
}
.close-mobile:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 27px;
    height: 0;
    border-top: 1px solid #A39E9A;
    transform: rotate(45deg);
    transform-origin: center;
}
.close-mobile:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 27px;
    height: 0;
    border-top: 1px solid #A39E9A;
    transform: rotate(-45deg);
    transform-origin: center;
}
.mobile-nav.scrolling {
	background:transparent;
}
.logo-banner {
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.logo-banner img {
	max-width:680px;
}
.middle-logo {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:172px;
	margin-left: 10px;
}
.middle-logo img {
	max-width:172px;
}

.footer-banner span.play-text {
	margin-top:0;
}

@media only screen and (max-width: 1700px) {
	.desktop-nav {
		padding-top:30px;
		padding-bottom:30px;
	}
}
@media only screen and (max-width: 1600px) {
	.left-menu ul li,.right-menu ul li {
		margin-right: 70px;
	}
}
@media only screen and (max-width: 1390px) {
	.left-menu ul li,.right-menu ul li {
		margin-right: 50px;
	}
}
@media only screen and (max-width: 1190px) {
	.desktop-nav {
		padding:30px 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.left-menu ul li,.right-menu ul li {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.home-banner {
		margin-bottom:0;
	}
	.logo-banner img {
		max-width:465px;
	}
}
@media only screen and (max-width: 768px) {
	.mobile-nav {
		display:block;
	}
	.mobile-btn{
		display:inline-block;
	}
	.home-banner {
		height:100vh;
		margin-bottom:0;
	}
	.logo-banner img {
		max-width:265px;
	}
}