/*noinspection CssUnknownTarget*/
@import url("https://fonts.googleapis.com/icon?family=Varela+Round|Material+Icons");

body {
	background: #212121;
	font-size: 100%;
	color: #ffffff;
	font-family: 'Varela Round', sans-serif;
}

.bg-light {
	background-color: #f5f5f5!important;
}

.arrow {
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	position: absolute;
	display: block;
	margin: 48px auto 0;
}

.arrow.light {
	border-top: 20px solid #f5f5f5;
}

.arrow.dark {
	border-top: 20px solid #212121;
}

h1, h2 {
	font-weight: 600;
}

@media (min-width: 299px) {
	.navbar-dark .navbar-brand img {
		height: 25px;
	}
}

@media (max-width: 298px) {
	.navbar-dark .navbar-brand img {
		height: 18px;
	}
}

@media (max-width: 991px) {
	nav.bg-ts {
		background: #171717;
	}
}

@media (min-width: 992px) {
	nav.bg-ts {
		background: transparent;
		transition: all 200ms linear;
	}

	nav.bg-ts .navbar-brand img {
		height: 35px;
		transition: all 200ms linear;
	}

	nav.bg-ts.scrolled {
		background: #171717;
	}

	nav.bg-ts.scrolled .navbar-brand img {
		height: 25px;
	}
}

nav {
	margin-top: -61px;
	transition: all .5s ease;
	opacity: 0;
}

.loaded nav {
	margin-top: 0;
	transition: all .5s ease;
	opacity: 1;
}

#home {
	position: relative;
	height: 100vh;
	min-height: 634px;
}

#home .play-music {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 35px;
	margin: 15px;
}

#home .play-music i {
	font-size: 34px;
	cursor: pointer;
}

#home .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
}

#home .video-background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

#home .welcome {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 55px auto 0 auto;
	transition: all .5s ease;
	opacity: 0;
}

.loaded #home .welcome {
	margin-top: 0;
	transition: all .5s ease;
	opacity: 1;
}

#pricelist {
	background: #212121;
}

#pricelist .price .content {
	padding: 2rem;
	background: #2b2b2b;
	text-align: center;
}

#pricelist .price .content .title {
	margin-bottom: 4px;
	font-size: 17px;
	color: #5f5f5f;
}

#pricelist .price .content .price {
	margin-bottom: 0;
	font-size: 31px;
	font-weight: bold;
	color: #F44336;
}

#contact {
	background: #212121;
}

#contact p {
	font-size: 110%;
}

#contact p.name,
#contact p.mail,
#contact p.phone {
	font-size: 140%;
	font-weight: bold;
}

#map {
	height: 400px;
	width: 100%;
	box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}

#map .mapContent h1 {
	color: #000;
	font-size: 14px;
}

#map .mapContent p {
	color: #000;
	font-size: 13px;
}

footer {
	background: #212121;
}