@import url('https://fonts.googleapis.com/css?family=Righteous|Yanone+Kaffeesatz:300,400&display=swap');


body, html, .intro {
  height: 100%;
  width: 100%;
  background: #FFFEFB;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

#site { display: none;}

* {
  box-sizing: border-box;
}
p {
	font-family: 'Yanone Kaffeesatz', sans-serif
}
a {
	color: #000;
	text-decoration: underline;
}

.intro {
	display: block;
}
.text-center {
	text-align: center;
}
.spacer {
	margin-top: 100px;
}

h1 {
	color: #B20004 ;
	font-size: 32px;
	margin-bottom: 10px;
	font-family: 'Righteous', sans-serif;
	font-weight: bold;
}
h2 {
	color: #B20004 ;
	font-size: 32px;
	margin-bottom: 20px;
	font-family: 'Righteous', sans-serif;
	font-weight: bold;
}
h3 {
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Righteous', sans-serif;
	font-weight: bold;
}
h5, h5 i {
	color: #B20004 !important;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'Righteous', sans-serif;
	font-weight: bold;
}
p {
	font-size: 18px;
	color: #000;
}
.bg-red {
	background: #FFFEFB url('../images/bg-red.jpg') no-repeat top center;
	padding-bottom: 100px;
	background-size: cover;
}
.buy-now, .buy-now:hover{
	padding:12px;
	margin-left: 15px;
	line-height: 32px;
	text-decoration: none;
	color: #FFF !important;
	background: #B20004;
	
}
.danger {
	background: #f35454;
	border: 1px solid #9d1010;
	color: #FFF !important;
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
}
.danger p, .danger strong {
	color: #FFF !important;
}
 .buy-now i, .btn-checkout i {
	 color: #FFF;
 }
.btn-checkout {
	padding:12px;
	text-decoration: none;
	color: #FFF !important;
	background: #B20004;
}
.text-right {
	text-align: right !important;
}

.login-section {
	padding: 15px 0;
	background: #F1f1f1;
	margin-bottom: 20px;
}
.login-section h5 {
	margin-left: 20px;
	margin-top: 9px;
}
.btn-login {
	padding: 6px 20px;
	text-decoration: none;
	color: #FFF !important;
	background: #B20004;
}
.cart-options {
	margin-bottom: 9px;
}
.cart-item {
	padding: 9px 0;
	border-bottom: 1px solid #CCC;
}
.cart-opt {
	padding: 9px 0;
}
.cart-total {
	padding: 9px 0;
	border-bottom: 2px solid #000;
}
.cart-container {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 35px;
	border-bottom: 1px solid #CCC;
}
.bg-red p, h1 {
	color: #FFF;
}
.bg-yellow {
	/*background: #FFFA3C;*/
	background: #000 url('../images/bg-black.jpg') no-repeat top center;
	padding: 100px 0;
	background-size: cover;
	
}
.bg-yellow h3 {
	color: #FFF;
}
.bg-yellow p {
	color: #FFF;
}
.bg-grey {
	background: #FFFEFB url('../images/bg-grey.jpg') no-repeat top center;
	padding: 100px 0;
	background-size: cover;
}
.bg-white {
	background: #FFFEFB url('../images/bg-white.jpg') no-repeat top center;
	padding: 100px 0;
	background-size: cover;
}

.background {

	background-image: url("../images/bg.jpg");
	animation: blur-me-out 5s;
	/* Full height */
	height: 100%; 
	
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

video#bgVideo {
	
	right: 0;
	bottom: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	z-index: -100;    
	background-size: cover;
}

@keyframes blur-me-out {
  /* You could think of as "step 1" */
  0% {
    /* Add the blur effect */
	  filter: blur(8px);
	  -webkit-filter: blur(8px);
  }
  /* You could think of as "step 2" */
  100% {
    /* Add the blur effect */
	  filter: blur(0px);
	  -webkit-filter: blur(0px);
  }
}


.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
	
	
}
.margin-big {
	margin-top: 300px;
}
.music-item {
	padding-bottom: 30px;
	border-bottom: 1px dotted #C3C3C3;
	margin-bottom: 20px;
}


.header {
	width: 100%;
	background: #FFFEFB url('../images/bg-white.jpg') no-repeat center center;
	background-size: cover;
	padding: 40px 0;
	-webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
}
.header h2 {
	font-size: 18px;
	margin-top: 20px;
}
.header nav {
	color: #000;
	font-size: 1.5rem;
	font-family: 'Righteous', cursive;
	text-align: center;
	margin-top: 30px;
}
.header nav a {
	margin-right: 20px;
	text-decoration: none;
}
.header nav a:hover {
	color: #B20004;
	text-decoration: none;
}


nav.shop_menu {
	color: #000;
	font-size: 1.5rem;
	font-family: 'Righteous', cursive;
	text-align: left;
	
}
nav.shop_menu a {
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 20px;
}
nav.shop_menu a:hover {
	color: #B20004;
	text-decoration: none;
}
nav.shop_menu .has-submenu .submenu {
	display: none;
}
nav.shop_menu .has-submenu .submenu.open {
	display: block;
}

nav.shop_menu .has-submenu .submenu a {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 16px;
	margin-left: 12px;
}

.logo {
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	top: 45%;
	width: 100%;
	text-align: center;
}
.logo img {
	opacity: 0;
}

.content {
	padding-top: 20px;
}
.sticky + .content {
  padding-top: 225px;
}

.intro-text {
	margin-top: 100px;
}

.map {
	
}
.header .headerLogo {
	width: 280px;
}

.content, .content * {
	color: #000;
}

/* MOBILE STUFFS */
@media (max-width: 767px) {
	
	h1 {
		font-size: 48px;
		margin-bottom: 20px;
	}
	h2 {
		color: #B20004 ;
		font-size: 26px;
		margin-bottom: 20px;
	}
	p {
		font-size: 16px;
	}
	
	video#bgVideo {
		right: 0;
		bottom: 0;
		width: auto;
		min-width: 100%;
		max-width:100%;
		height: auto;
		z-index: -100;    
		background-size: cover;
	}	
	.intro {
	  height: auto;
	  width: 100%;
	}
	.header .logo-small {
		text-align: center;
	}
	.header .menu {
		text-align: center;
	}
	.header .menu nav {
		text-align: center;
		font-size: 1.2rem;
	}
	.header .headerLogo {
		width: 40%;
	}
}


/* STRIPE STYLE */
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}




