@font-face {
    font-family: 'Akkurat Light';
    src: url('/fonts/Akkurat-Light.eot');
    src: url('/fonts/Akkurat-Light?#iefix') format('embedded-opentype'),
         url('/fonts/Akkurat-Light.woff') format('woff'),
         url('/fonts/Akkurat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, 
body {
	height: 100%;
}
html {
  height: 100%;
}
body {
	position: relative;
	background-color: #000;
	font-family: "Swiss721W01-BoldCondens", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #fff;
	min-height: 100%;
	margin: 0;
	box-sizing: border-box;
}
.row .row { margin:  0 -25px; }
.col      { padding: 0  25px; }

.row:after {
    content: "";
    clear: both;
    display: table;
}

@media only screen { 
	.col {
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
}
a {
	color: #fff;
}
ul {
	padding: 0;
	margin: 0 auto 15px;
	list-style: none;
}
ul li {
	display: inline-block;
}
main {
    width: 100%;
	overflow: auto;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
	padding: 25px;
	padding-left: 0;
	box-sizing: border-box;
}
header {
	letter-spacing: 1px;
	width: 100%;
}
header img {
	width: 100%;
	max-width: 1000px;
}
header h1 {
	margin: 10px 0 0;
	font-size: 40px;
}
header h2 {
	margin: 0;
	font-size: 30px;
}
.red {
	color: #c54f4f;
}
p {
	font-family: 'Akkurat Light', 'helvetica neue', sans-serif;
}
.info {
	width: 25%;
}
#description {
	max-width: 600px;
	font-size: 16px;
	margin: 40px auto 0;
}
#description {
	letter-spacing: 1px;
}
#hashtag {
	color: #6eaf77;
}
#hashtag-mobile {
	display: none;
}
#download {
	margin: 0 auto;
}
#download li {
	margin-right: 10px;
	margin-bottom: 10px;
}
#download li:last-child {
	margin-right: 0;
}
.app-badge {
	display: block;
	width: 100%;
}
.app-badge img {
	height: 38px;
}
.map {
	position: relative; 
	margin: 0 auto;
	overflow: hidden;
	height: 600px;
	width: 75%;
}
.map iframe {
	position: absolute;
	top: -48px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	height:100%;
    width:100%;
}
#footer-mobile {
	display: none;
}
footer {
	padding: 15px;
	margin-top: -15px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
footer p {
	box-sizing: border-box;
	text-transform: uppercase;
	margin: 0 auto;
	width: 100%;
	font-size: 8px;
}
.socials li {
	margin-right: 10px;
}
.socials li:last-child {
	margin-right: 0;
}
.socials li a {
	display: block;
	font-size: 22px;
	padding: 5px;
}
@media only screen and (max-width: 1240px) {  
	.info {
		width: 40%;
	}
	.map {
		width: 60%;
	}
}
@media only screen and (max-width: 800px) { 
	main {
		padding: 15px;
	}
	main .socials {
		display: none;
	}
	.col {
		width: 100%;
		padding: 0;
	}
	#description {
		margin-bottom: 40px;
	}
	#hashtag-desktop {
		display: none;
	}
	#hashtag-mobile {
		margin-top: -10px;
		display: block;
	}
	#footer-desktop {
		display: none;
	}
	#footer-mobile {
		display: block;
	}
	footer {
		margin-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	#description {
		margin: 25px 0;
	}
	.map {
		height: 300px;
	}
	header h1 {
		font-size: 32px;
	}
	header h2 {
		font-size: 24px;
	}
}
@media only screen and (min-width: 1240px) and (max-width: 1310px) {
	#download li {
		display: block;
		margin-right: 0;
	}
}
@media only screen and (min-width: 800px) and (max-width: 830px) {
	#download li {
		display: block;
		margin-right: 0;
	}
}
@media only screen and (max-width: 333px) {
	#download li {
		display: block;
		margin-right: 0;
	}
}
@media only screen and (min-width: 1280px) and (min-height: 720px) {
	main {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}