/* Fonts */
@font-face {
  font-family: 'Lilly Belle';
  src: url("../fonts/LillyBelle_2.ttf");
}
@font-face {
  font-family: 'Eurovision';
  src: url("../fonts/Eurovision Vienna 2015.ttf");
}
@font-face {
  font-family: 'Sweet Pea';
  src: url("../fonts/Sweet Pea_2.ttf");
}
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DINEngschriftStd.otf");
}

/* Global */
body {
	background: #341c36 url('../img/bg_wave2.png') center center no-repeat;
	background-size: cover;
	/*min-width: 1200px;*/
}
.row {
	margin: 0;
}
.container {
	/*min-width: 1170px;*/
}
th {
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

/* Main Title */
#anchor {
	position: absolute;
	top: 40px;
	left: 25px;
	text-align: center;
}
#anchor span{
	display: block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#anchor-down {
	background: url("../img/sprite.svg") -200px 0px no-repeat;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	width: 40px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
}

/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(8%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(8%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}
.main-title {
	padding: 20px 0;
	margin: 0 auto;
	background-image: url('../img/title-bg.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto 80%;
	color: #fff;
	font-family: 'Eurovision', cursive;
	font-size: 52px;
	letter-spacing: -2px;
	text-align: center;
	text-transform: uppercase;
}
.main-title .little {
	font-size: 40px;
}
.main-title .little-i {
	font-size: 48px;
	text-transform: none;
}
.main-title .main-subtitle {
	display: block;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 5px;
}
#indication {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

/* Map box */
#map-canvas {
	height: 500px;
	width: 100%;
	background: #341c36 !important;
}
.map-box {
	position: relative;
	background: #341c36;
}
.notes {
	padding: 15px;
	color: #f5f5f5;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
}
#guest {
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 2;
}
a[href^="https://maps.google.com/maps"],
.gmnoprint,
.gm-style-cc {
	display: none !important;
}

/* Map cards */
.card-title {
	color: #d8127d;
	font-family: 'Eurovision', cursive;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 2px;
}
.card-title span{
	display: block;
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0px;
}
.card-body {
	border: none !important;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.card-singer {
	display: block;
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
  	font-weight: 800;
  	text-transform: uppercase;
}
.card-song {
	display: block;
	margin-top: -8px;
	margin-bottom: 15px;
	color: #999;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
  	font-weight: 800;
  	text-transform: uppercase;
}
.social {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.social span {
	display: block;
}
.social i {
	color: #00aced;
}

/* Other info */
.section {
	padding: 50px;
}
.secondary-title {
	color: #fff;
	font-family: 'DIN', sans-serif;
	font-size: 125px;
	text-transform: uppercase;
}
.secondary-subtitle {
	margin: -15px 0 0;
	color: #fff;
	font-family: 'DIN', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
}
.section table {
	width: 50%;
	border: 5px solid #fff;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300 !important;
	text-transform: uppercase;
}
#box3 .secondary-title {
	margin-bottom: 0;
}
.section .table-bordered > thead > tr > th,
.section .table-bordered > thead > tr > td {
	border-bottom-width: 5px;
}
.section .table-bordered > thead >tr > th,
.section .table-bordered > tbody >tr > th,
.section .table-bordered > thead >tr > td,
.section .table-bordered > tbody >tr > td, {
	border: 5px solid #fff;
}
.info-wrapper {
	width: 25%;
	margin-left: 25%;
}
.info {
  display: block;
  font-family: 'DINEngschriftStd', sans-serif;
  font-size: 0.8125em;
  height: 16px;
  letter-spacing: 0.1em;
  line-height: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
  color: #fff;
  background: transparent;
}
.info:before {
	background-color: #fff;
	content: '';
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	bottom: -5px;
	width: 100%;
	z-index: -1;
}
.info:after {
	border: 2px solid #fff;
	border-top: 0;
	content: '';
	display: block;
	height: 100%;
	position: relative;
	bottom: -2px;
}
.impact-box {
	position: relative;
	display: table;
	height: 200px;
	padding: 20px;
	color: #fff;
	text-align: left;
}
.impact-info {
	text-align: left;
}
.impact-box h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 4px;
	text-align: left;
	text-transform: uppercase;
}
.impact-box h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
}
.impact-box span {
	color: #00aced;
}
.one {
	border: 5px solid #fff;
	/*background-color: rgba(255,255,255,0.07);*/
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.two {
	/*background-color: rgba(255,255,255,0.05);*/
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.three {
	border-top: 5px solid #fff;
	/*background-color: rgba(255,255,255,0.01);*/
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.four {
	/*background-color: rgba(255,255,255,0.03);*/
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.four:after {
  content:"";
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 80%;
}
.five {
	border: 5px solid #fff;
	/*background-color: rgba(255,255,255,0.01);*/
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.image {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.uppercase {
	text-transform: uppercase;
}
.impact-box .source {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}
#box3 {
	margin-top: 100px;
}
#hashtag-list {
	max-width: 50%;
}
#hashtag-list li {
	margin: 15px 0;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
#hashtag-list li span {
	font-weight: 600;
}
footer {
	padding: 30px 0;
	text-align: center;
}

@media (max-width: 768px) {
	#anchor {
		display: none;
	}
	.main-title {
		padding: 20px 0;
		background-size: auto 50%;
		font-size: 30px;
		letter-spacing: -1px;
	}
	.main-title .little{
		font-size: 20px;
	}
	.main-title .little-i{
		font-size: 24px;
	}
	.main-title .main-subtitle {
		font-size: 14px;
	}
	#indication {
		padding: 0 15px;
		font-size: 11px;
	}
	#map-canvas {
		height: 300px;
	}
	#guest img {
		width: 100px;
	}
	.notes span {
		margin-left: 0 !important;
		font-size: 11px;
	}
	.card-title {
		color: #d8127d;
		font-family: 'Sweet Pea', cursive;
		font-size: 32px;
		font-weight: 800;
		letter-spacing: -2px;
	}
	.card-title span {
		display: block;
		color: #666;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-weight: 300;
		letter-spacing: 0px;
	}
	.card-singer {
		display: block;
		color: #333;
		font-family: 'Oswald', sans-serif;
		font-size: 20px;
	  	font-weight: 800;
	  	text-transform: uppercase;
	}
	.card-song {
		display: block;
		margin-top: -2px;
		margin-bottom: 12px;
		color: #999;
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
	  	font-weight: 800;
	  	text-transform: uppercase;
	}
	.section {
		padding: 20px;
	}
	.secondary-title {
		font-size: 60px;
		text-align: left !important;
	}
	.secondary-subtitle {
		margin: -5px 0 0;
		font-size: 24px;
	}
	.section table {
		font-size: 13px;
	}
	#box3 .secondary-title {
		margin-bottom: 0;
	}
	.info-wrapper {
		width: 50%;
		margin-left: 50%;
	}
	.impact-box {
		position: relative;
		display: table;
		height: auto !important;
		padding: 20px 0;
		background-image: none;
		color: #fff;
		text-align: left;
	}
	.impact-info {
		text-align: left;
	}
	.impact-box h5 {
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 4px;
		text-align: left;
		text-transform: uppercase;
	}
	.impact-box h4 {
		font-family: 'Oswald', sans-serif;
		font-size: 24px;
		text-align: left;
		text-transform: uppercase;
	}
	.impact-box img {
		display: none;
	}
	.one {
		border: none;
	}
	.three {
		border-top: none;
	}
	.four:after {
		height: 0;
	}
	.five {
		border: none;
	}
	#box2,
	#box3 {
		margin-top: 40px;
	}
	#hashtag-list {
		max-width: 100%;
	}
	#hashtag-list li {
		font-size: 14px;
	}
	footer img {
		width: 100px;
	}
}
