@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
	font-family: 'Source Sans Pro', sans-serif;
}


#live-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 40px;
    background-color: #e1203e;
    color: #fff;
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    z-index: 5;
}
#live-bar-container {
    position: relative;
    text-align: center;
    line-height: 40px;
    max-width: 500px;
    margin: auto;
}
#live-bar-left {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 50px;
    text-align: center;
}
#live-bar-news {
    margin: auto;
    max-width: 400px;
    font-size: 18px;
    text-transform: uppercase;
}
#live-bar-right {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 50px;
}
#live-bar-left img, #live-bar-right img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 30px;
    animation: moveLiveRadar 1s infinite;
}
@keyframes moveLiveRadar {
    0% {
        max-width: 30px;
    }
    50% {
        max-width: 35px;
    }
    100% {
        max-width: 30px;
    }
}


#popUpJoin {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 320px;
    width: 100%;
    background-color: #e8364d;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
#popUpJoin #headline-pop {
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 35px;
    text-align: center;
}
#popUpJoin #relativeMemBox {
    position: relative;
    background-color: #aa2839;
    border-radius: 8px;
}
#popUpJoin #relativeMemBox #leftMemBox {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 100%;
    cursor: pointer;
}
#popUpJoin #relativeMemBox #rightMemBox {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 100%;
    cursor: pointer;
}
#popUpJoin #relativeMemBox #leftMemBox img, #popUpJoin #relativeMemBox #rightMemBox img {
    max-width: 30px;
}
#popUpJoin #relativeMemBox #mem-box {
    width: 75%;
    margin: auto;
    text-align: center;
    color: #fff;
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
}
#popUpJoin #benefitPop {
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #e6ce81;
    text-transform: uppercase;
    text-shadow: 0px 2px #aa2839;
    animation: popBenefitMove 3s infinite;
    font-size: 22px;
    height: 80px;
}
@keyframes popBenefitMove {
    0% {opacity: 0;}
    5% {opacity: 0;}
    10% {opacity: 1;}
    90% {opacity: 1}
    100% {opacity: 0}
}

#joinBar {
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #e8364d;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    z-index: 7;
}


input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
}
input[type=text] {
	box-sizing: border-box;
	border: 1px solid #ccc;
	height: 60px;
	background-color: #f9f9f9;
	font-size: 16px;
	padding: 16px;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 6px;
	transition: 0.2s ease-in-out;
}
input[type=text]:disabled {
	color: #a6a6a6;
}
input[type=text]:disabled:hover {
	border: 1px solid #ccc;
}


input[type=text]:hover {
	border: 1px solid #2abb9b;
}
input[type=text]:focus {
	border: 1px solid #2abb9b;
}
input[type=submit] {
	display: inline-block;
	background: linear-gradient(to right, #6c1924 50%, #aa2839 50%);
	/*background: linear-gradient(to right, #262f2e 50%, #2ec7b0 50%);*/
	background-size: 200% 100%;
	background-position: right bottom;
	border-radius: 40px;
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;	
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
}
input[type=submit]:hover {
	background-position: left bottom;
	transform: scale(1.05);
}
h1 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 50px;
	padding: 0px;
	margin: 0px;
	/*color: #262f2e;*/
	color: #e1203e;
    text-transform: uppercase;
}
h5 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 60px;
	letter-spacing: 2px;
	padding: 0px;
	margin: 0px;
	color: #f92649;
    text-transform: uppercase;
}
h6 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 22px;
	color: #292929;
	padding: 0px;
	margin: 0px;
    text-transform: uppercase;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
#big-number {
	font-family: 'Staatliches', cursive;
	font-size: 30px;
	letter-spacing: 1px;
}
#article-focus {
	max-width: 650px;
	margin: auto;
}
#article-focus #content {
	padding: 15px;
	width: 95%;	
	color: #151515;
}
#article-focus #content a {
	color: #d62d42;
}

#article-focus #content h2 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
#article-focus #content h3 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
#article-focus #content h4 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

/* BILLEDER I ARTIKLEN */

/* SMALL */
#image-small-container {
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
	margin: auto;
	text-align: center;
}
#image-small-container img {
	max-width: 500px;
	min-width: 500px;
	border-radius: 4px;
}
#image-small-container #textForImage, #image-medium-container #textForImage, #image-large-container #textForImage {
	position: absolute;
	left: 0px;
	bottom: 50px; /*18px;*/
	right: 0px;
	height: 35px;
	line-height: 35px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 12px;
	margin: auto;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#image-small-container #textForImage {
	max-width: 500px;
}

/* MEDIUM */
#image-medium-container {
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
	margin: auto;
	text-align: center;
}
#image-medium-container img {
	max-width: 100%;
	min-width: 100%;
	border-radius: 4px;
}
#image-medium-container #textForImage {
	max-width: 100%;
}

/* LARGE */
#image-large-container {
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
	margin: auto;
	text-align: center;
	width: 80%;
}
#image-large-container img {
	max-width: 100%;
	min-width: 100%;
	border-radius: 4px;
}
#image-large-container #textForImage {
	max-width: 100%;
}
/* ------------------- */

/* NYHEDSBOKS */
#news-rows {
	max-width: 800px;
	margin: auto;
}
#news-article {
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #0ff;
	border-radius: 6px;
	transition: 0.3s;
	outline: hidden;
	cursor: pointer;

	-webkit-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.25);
}
#news-article img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
    object-position: center 20%;
	border-radius: 6px;
	z-index: 1;
}
#news-article:hover {
	transform: scale(1.03);

	-webkit-box-shadow: 0px 8px 18px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 18px -3px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 18px -3px rgba(0,0,0,0.2);
}
#news-article #overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	z-index: 2;
}
#news-article #blur-overlay {
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.2);/*rgba(214, 45, 66, 0.3);*/
	border-radius: 6px;
	transition: 0.3s;
	z-index: 3;
}
#news-article:hover #blur-overlay {
	opacity: 1;
}
#news-article #headline {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 58px;
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 45px;
	color: #fff;
	z-index: 4;
    text-transform: uppercase;
}
#news-article #headline #extra-headline {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 15px;
	color: #fff;
	letter-spacing: 3px;
    text-transform: uppercase;
}
#news-article #headline #description {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
#news-article #bottom-placing {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 35px;
	bottom: 20px;
	font-family: 'Staatliches', cursive;
	color: #fff;
	font-size: 13px;
	z-index: 4;
}
#news-article #bottom-placing #padding {
	display: inline-block;
	padding: 5px 10px;
	letter-spacing: 2px;
}
#news-article #time {
	display: inline-block;
	position: absolute;
	right: 35px;
	bottom: 20px;
	width: 150px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	text-align: right;
	color: #fff;
	opacity: 0.4;
	z-index: 4;
}
#writer-tool {
	position: fixed;
	top: 90px;
	left: 0px;
	height: 30px;
	width: 100%;
	background-color: #e1203e;
	color: #fff;
	z-index: 5;
	line-height: 30px;
	font-size: 13px;
}
/* ---------- */


#smallest-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-columns: 5;
	grid-gap: 25px;
}
#linkButton {
	color: #2abb9b;
	font-weight: bold;
	font-size:  14px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

/* Tooltip container */
.tool-tip {
	position: relative;
	display: inline-block;
}

/* Tooltip text */
.tool-tip .tool-tiptext {
	visibility: hidden;
	width: 130px;
	background: rgba(0, 0, 0, 0.7);
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 5px 8px;
	border-radius: 6px;
 
	/* Position the tooltip text - see examples below! */
	line-height: 15px;
	position: absolute;
	bottom: 0px;
	left: 50%; 
	margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
	z-index: 99;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tool-tip:hover .tool-tiptext {
	visibility: visible;
}


#highlight {
	font-family: 'Staatliches', cursive;
	font-size: 20px;
}
#navBar {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 90px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
	z-index: 8;
}
#top-nav-placeholder {
	position: relative;
	height: 90px;
	width: 100%;
	font-family: 'Staatliches', cursive;
	color: #fff;
}
#top-nav-placeholder #centeredYNWA {
	position: relative;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	font-size: 40px;
}

#joinBar {
    position: fixed;
    top: 90px;
    left: 0px;
    right: 0px;
    width: 100%;
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #e8364d;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    z-index: 6;
}
#logo {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	height: 80px;
	width: 80px;	
}
#logo img {
	height: 80px;
	width: 80px;	
}
#story-edge {
	position: absolute;
	top: -2px;
	left: -2px;
	height: 76px;
	width: 76px;
	border: 4px solid #2abb9b;
	cursor: pointer;
	border-radius: 50%;
	animation: story-edge-animation 1s infinite;
}
@keyframes story-edge-animation {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
#verLineRight {
	position: absolute;
	top: 15px;
	bottom: 15px;
	right: 100px;
	width: 1px;
	background-color: #ebebeb;
}

#navBar a {
	color: #000;	
}
#navBar #login {
	position: absolute;
	top: 0px;
	right: 125px;/*right: 195px;*/
	bottom: 0px;
	width: 70px;
	cursor: pointer;
}
#navBar #join {
	position: absolute;
	top: 0px;
	right: 125px;
	bottom: 0px;
	width: 70px;
	cursor: pointer;
}
#navBar #login #box, #navBar #join #box {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	transition: 0.3s ease-in-out;
}
#navBar #login #box img, #navBar #join #box img {
}
#navBar #login #box #text, #navBar #join #box #text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#navBar #login #box #text #line-shift, #navBar #join #box #text #line-shift {
	height: 7px;
	width: 100%;
}
#navBar #login #box #text img, #navBar #join #box #text img {
	max-width: 25px;
	fill: #00f;
	color: #00f;
}
	
#navBar #login #box:hover, #navBar #join #box:hover {
	background-color: #eefbf9;
}
#menu {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
#nav-icon3 {
	  display: block;
	  width: 55px;
	  height: 40px;
	  position: relative;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  z-index: 9;	
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e8364d;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 20px;
}
#nav-icon3 span:nth-child(4) {
  top: 40px;
}
#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* USER MENU */
#behind-user-top-menu, #behind-user-top-menu-reg {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 115px;
	width: 82px;
    height: 82px;
	border-radius: 50%;
}
#behind-user-top-menu img, #behind-user-top-menu-reg img {
    height: 100%;
    width: 100%;
    -webkit-animation:spinTopIMG 10s linear infinite;
    -moz-animation:spinTopIMG 10s linear infinite;
    animation:spinTopIMG 10s linear infinite;
}
@-moz-keyframes spinTopIMG { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spinTopIMG { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spinTopIMG { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#user-top-menu {
	position: absolute;
	top: 8px;
	right: 115px;
	bottom: 8px;
	width: 85px;
	border-radius: 14px;
	cursor: pointer;
	transition: 0.1s ease-in-out;
	overflow: hidden;
	color: #262f2e;
}
#user-top-menu img {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	object-fit: cover;
}
#user-top-menu #name {
	position: absolute;
	top: 50%;
	right: 90px;
	left: 0px;
	transform: translateY(-50%);
	color: #262f2e;
	font-size: 13px;
	text-align: right;
}
#user-top-menu #name #greeting {
	font-size: 15px;
	font-family: 'Staatliches', cursive;
	letter-spacing: 1px;
}
/* --------- */


#mobile-nav {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #27a88b;
	color: #fff;
	z-index: 6;
	transition: 0.2s ease-in-out;
}
#mobile-nav-user {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #d62d42;
	color: #fff;
	z-index: 6;
	transition: 0.2s ease-in-out;
}
.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
}
.overlay-user {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
}
.overlay-content {
	position: relative;
	top: 15%;
	width: 100%;
	text-align: center;
	margin-top: 30px; 	
	font-family: 'Staatliches', cursive;
}
.overlay a {
	padding: 4px;
	text-decoration: none;
	font-size: 45px;
	color: #fff;
	display: block;
}
.overlay a:hover {
	opacity: 0.8;
}
.overlay-user a {
	padding: 4px;
	text-decoration: none;
	font-size: 45px;
	color: #fff;
	display: block;
}
.overlay-user a:hover {
	opacity: 0.8;
}
/* ----------- */


/* NEW COOL MENU */
#new-menu, #new-loggedin-menu {
	position: fixed;
	top: 90px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 7;
}
#new-menu #left-menu {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 0%;
	background-color: #d43046;
	transition: 0.4s;
	overflow: hidden;
}
#new-loggedin-menu #left-loggedin-menu {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 0%;
	background-color: #121212;
	transition: 0.4s;
	overflow: hidden;
}
#new-menu #left-menu #some-channels {
	display: flex;
	justify-content: space-between;
	width: 170px;
	margin: auto;
}
#new-menu #left-menu #menu-points {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	text-align: center;
	font-size: 14px;
	color: #771b27;
}
#new-loggedin-menu #left-loggedin-menu #menu-points {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	text-align: center;
	font-size: 14px;
	color: #a5a5a5;
}
#new-loggedin-menu #left-loggedin-menu #menu-points a {
	text-decoration: none;
	font-family: 'Staatliches', cursive;
	font-size: 45px;
	color: #f8dca7;
	transition: 0.05s;
}
#new-menu #left-menu #menu-points a {
	text-decoration: none;
	font-family: 'Staatliches', cursive;
	font-size: 45px;
	color: #ffc2ca;
	transition: 0.05s;
}
#new-menu #left-menu #menu-points a:hover {
	color: #fff;
}
#new-loggedin-menu #left-loggedin-menu #menu-points a:hover {
	color: #fff;
}
#new-menu #left-menu #menu-points #some-channels a {
	font-size: 35px;
	-webkit-text-fill-color: #771b27;
	color: #771b27;
	transition: 0.3s;
}
#new-menu #left-menu #menu-points #some-channels a:hover {
	-webkit-text-fill-color: #b82b3e;
	color: #b82b3e;
}
#new-menu #right-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 0%;
	background-color: #d43046;
	transition: 0.4s;
	overflow: hidden;
}
#new-loggedin-menu #right-loggedin-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 0%;
	background-color: #121212;
	transition: 0.4s;
	overflow: hidden;
}
#new-menu #right-menu #top-text, #new-loggedin-menu #right-loggedin-menu #top-text {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 32%;
}
#new-menu #right-menu #top-text #text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Staatliches', cursive;
	font-size: 240px;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #f1586c;
	text-align: center;
	white-space: nowrap;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 80s;
}
#new-loggedin-menu #right-loggedin-menu #top-text #text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Staatliches', cursive;
	font-size: 240px;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #222222;
	text-align: center;
	white-space: nowrap;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 80s;
}
#new-menu #right-menu #bottom-text, #new-loggedin-menu #right-loggedin-menu #bottom-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 32%;
}
#new-menu #right-menu #bottom-text #text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Staatliches', cursive;
	font-size: 240px;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #f1586c;
	text-align: center;
	white-space: nowrap;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 80s;
}
#new-loggedin-menu #right-loggedin-menu #bottom-text #text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Staatliches', cursive;
	font-size: 240px;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #222222;
	text-align: center;
	white-space: nowrap;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 80s;
}
#new-menu #right-menu #middle-text, #new-loggedin-menu #right-loggedin-menu #middle-text {
	position: absolute;
	top: 32%;
	left: 0px;
	right: 0px;
	height: 36%;
}
#new-menu #right-menu #middle-text #text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Staatliches', cursive;
	font-size: 240px;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #f1586c;
	text-align: center;
	white-space: nowrap;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: invert-run;
    -webkit-animation-duration: 80s;
}
#new-loggedin-menu #right-loggedin-menu #middle-text #text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Staatliches', cursive;
	font-size: 240px;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #222222;
	text-align: center;
	white-space: nowrap;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: invert-run;
    -webkit-animation-duration: 80s;
}
@-webkit-keyframes run {
    0% { left: -35%;}
    50%{ left : 5%;}
    100%{ left: -35%;}
}
@-webkit-keyframes invert-run {
    0% { left: 5%;}
    50%{ left : -35%;}
    100%{ left: 5%;}
}
#new-menu #right-menu #menu-image, #new-loggedin-menu #right-loggedin-menu #menu-logged-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 80%;
	width: 550px;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.3s;
	opacity: 0;
}
#new-menu #right-menu #menu-image img, #new-loggedin-menu #right-loggedin-menu #menu-logged-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* */







#top-placeholder {
	height: 70px;
	width: 100%;	
}

#top-banner {
	background: rgb(235,51,73);
	background: linear-gradient(45deg, rgba(235,51,73,1) 0%, rgba(244,92,67,1) 100%);
	/*background-color: #c2e9e3;*/
	padding-top: 20px;
	padding-bottom: 20px;	
}

#top-banner #top-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-gap: 30px;
}
#top-banner #top-grid #item #top-padding {
	height: 150px;
	width: 100%;
}
#top-banner #top-grid #item #text {
	width: 500px;
	line-height: 25px;
	color: #fff;/*#262f2e;*/
}
#top-banner #top-grid #item #button {
	display: inline-block;
	background: linear-gradient(to right, #2abb9b 50%, #422d2f 50%); /* #2ec7b0 */
	background-size: 200% 100%;
	background-position: right bottom;
	border-radius: 40px;
	font-family: 'Staatliches', cursive;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}
#top-banner #top-grid #item #button #padding {
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#top-banner #top-grid #item #button:hover {
	background-position: left bottom;
	transform: scale(1.05);
}
#top-banner #top-grid #itemImg {
	transform: translatey(0px);
	animation: float 4s ease-in-out infinite;
	text-align: right;	
}
#top-banner #top-grid #itemImg img {
	max-width: 90%;
}

#top-banner #sellingGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
	grid-gap: 40px;
	font-family: 'Staatliches', cursive;
	font-size: 25px;
	width: 100%;
}
#top-banner #sellingGrid #item {
	width: 100%;
	color: #422d2f;	
}
#selling-point {
	position: relative;
}
#selling-point:hover img {
	background-color: #2abb9b;
}
#selling-point a {
	text-decoration: none;
	color: #422d2f;	
}
#selling-point img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 80px;
	transition: 0.5s;
	border-radius: 50%;
}
#selling-point span {
	display: block;
	margin-left: 100px; 
}
#top-banner #container-padding #container h1 {
	font-family: 'Staatliches', cursive;
	color: #fff;/*#262f2e;*/
	padding: 0px;
	margin: 0px;
	font-size: 50px;
}

#container-padding {
	padding: 70px;
}
#container {
	margin: auto;
	max-width: 1500px;	
}

#container h2 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
#container h3 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
#container h4 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

#grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
	grid-gap: 0px;
}
#grid-news {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
	grid-gap: 0px;
}
#grid-with-gap-medium {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
	grid-gap: 20px;
}
#grid-with-gap-small {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
}
#grid-with-gap-smaller {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 20px;
}
#grid-with-gap-smallest {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-gap: 20px;
}
#grid-with-gap-video-small {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
}


#video-box {
	position: relative;
	width: 100%;
	height: 700px;
	border-radius: 10px;
	overflow: hidden;	
}
#video-box #overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	z-index: 2;
}
#video-box #overlay #text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 90%;
	text-align: center;
	font-family: 'Staatliches', cursive;
	font-size: 22px;
	z-index: 3;
}
#video-box #overlay #text #large-text {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
	font-size: 70px;
}
#myVideo {
	right: 0;
	bottom: 0;
	width: 100%; 
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

#hotel-anfield, #lfc-news {
	font-family: 'Source Sans Pro', sans-serif;
}
#hotel-anfield h1, #lfc-news h1 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 50px;
	line-height: 60px;
	color: #262f2e;
	padding: 0px;
	margin: 0px;
    text-transform: uppercase;
}
#hotel-anfield #text {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 500px;
	line-height: 25px;
	color: #262f2e;
}
#hotel-anfield #item-small-image {
	text-align: right;	
}
#hotel-anfield #item-small-image img {
	max-width: 600px;
}
#lfc-news #text {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	width: 500px;
	line-height: 25px;
	color: #262f2e;
	text-align: right;
}



#playerBox {
	position: relative;
	width: 95%;
	height: 50px;
	margin: auto;
	transition: 0.3s;
}
#playerBox:hover, #playerBox-most:hover {
	background: rgba(255, 255, 255, 0.2);
}
#playerBox img {
	position:  absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
}
#playerBox #name {
	position: absolute;
	top: 50%;
	left: 80px;
	width: 75%;
	transform: translateY(-50%);
	color: #fff;
	text-align: left;
}
#playerBox #name #votes {
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	height: 20px;
	border-radius: 4px;
}
#playerBox-most {
	position: relative;
	width: 95%;
	height: 80px;
	margin: auto;
	transition: 0.3s;
}
#playerBox-most img {
	position:  absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	border-radius: 5px;
}
#playerBox-most #name {
	position: absolute;
	top: 50%;
	left: 100px;
	width: 75%;
	transform: translateY(-50%);
	color: #fff;
	text-align: left;
}
#playerBox-most #name #votes {
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	height: 20px;
	border-radius: 4px;
}




#button {
	display: inline-block;
	background: linear-gradient(to right, #6c1924 50%, #aa2839 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	border-radius: 40px;
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
    text-transform: uppercase;
}
#button #padding {
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#button:hover {
	background-position: left bottom;
	transform: scale(1.05);
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}


/* POP UP */
#benefitBG, #popUpBG {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	transition: 0.3 ease-in-out;
	background: rgba(242, 242, 242, 0.4);
}
#pop-up-benefit {
	position: fixed;
	left: 50px;
	bottom: 50px;
	width: 500px;
	background-color: #fff;
	border-radius: 15px;
	filter: drop-shadow(0rem 0.6rem 1rem rgba(0, 0, 0, 0.2));
	z-index: 1;
	transform: translateY(120%);
}
#pop-up-benefit #closeButton {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 40px;
	width: 40px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.2s ease;
	text-align: center;
	z-index: 3;
}
#pop-up-benefit #closeButton i {
	margin-top: 12px;
}
#pop-up-benefit #closeButton:hover {
	transform: scale(1.1);
}
.animate-popup {
	animation: showPop 0.3s ease-in-out;
}
.animate-popup-away {
	animation: hidePop 0.3s ease-in-out;
}
@keyframes showPop {
	0% {
		transform: translateY(120%);
	}
	70% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes hidePop {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(120%);
	}
}
#pop-up-benefit #image {
	position: relative;
	width: 100%;
	height: 200px;
	border-top-left-radius: 15px;	
	border-top-right-radius: 15px;
	overflow: hidden;
	z-index: 2;
	background-color: #1b2925;
}
#pop-up-benefit #image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#pop-up-benefit #text {
	margin: auto;
	width: 85%;
	font-size: 15px;
	color: #7f7f7f;
}
#pop-up-benefit #text a {
	color: #239f8c;
}
#pop-up-benefit #text h3 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	padding: 0px;
	margin: 0px;
	color: #262f2e;
	padding-bottom: 20px;
	font-size: 25px;
	text-align: center;
    text-transform: uppercase;
}
#pop-up-benefit #button-read, #pop-up-benefit #button-read-submit {
	background: linear-gradient(to right, #6c1924 50%, #aa2839 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	width: 100%;
	color: #fff;
	font-size: 18px;
	border-bottom-left-radius: 15px;	
	border-bottom-right-radius: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
    text-transform: uppercase;
}
#pop-up-benefit #button-read:hover, #pop-up-benefit #button-read-submit:hover {
	background-position: left bottom;
}
/* ------ */

/* NOTIFICATION */
#notification {
	visibility: hidden;
	display: block;
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	padding: 16px;
	cursor: pointer;
	z-index: 99;
}
#notification #close-noti { 
  position: absolute;
  width: 45px;
  height: 45px;
  right: -55px;
  top: 0px;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
#notification #close-noti #button-noti {
	background-color: #f03434;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
}
#notification #close-noti #button-noti #container {
	position: relative;
	height: 100%;
	width: 100%;
}
#notification #close-noti #button-noti #container i {
	position: absolute;
	top: 48%;
	left: 0px;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

#notification:hover #close-noti {
  opacity: 1;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#notification.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}
#notification.dismissSnack {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadeout 0.5s;
	animation: fadeout 0.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;} 
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}
/* ------------ */






/* Styling Checkbox Starts */
.checkbox-label {
	display: block;
	position: relative;
	margin: auto;
	cursor: pointer;
	font-size: 22px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	clear: both;
}

.checkbox-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkbox-label .checkbox-custom {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 24px;
	background-color: transparent;
	border-radius: 5px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 2px solid #aa3a42;
}


.checkbox-label input:checked ~ .checkbox-custom {
	background-color: #f94159;
	border-radius: 5px;
	-webkit-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity:1;
	border: 2px solid #f94159;
}


.checkbox-label .checkbox-custom::after {
	position: absolute;
	content: "";
	left: 12px;
	top: 12px;
	height: 0px;
	width: 0px;
	border-radius: 5px;
	border: solid #f94159;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(0deg) scale(0);
	-ms-transform: rotate(0deg) scale(0);
	transform: rotate(0deg) scale(0);
	opacity:1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
	position: absolute;
	content: "";
	left: 10px;
	top: 10px;
	width: 0px;
	height: 0px;
	border-radius: 5px;
	border: 2px solid #f94159;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);    
}

.checkbox-label input:checked ~ .checkbox-custom::before {
	left: -3px;
	top: -3px;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	-webkit-transform: scale(3);
	-ms-transform: scale(3);
	transform: scale(3);
	opacity:0;
	z-index: 999;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
/* ------------------ */

/* SELECT STYLE */
.custom-select {
  position: relative;
	font-size: 14px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #1c7d68;
	border-radius: 6px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #1c7d68;
  top: 100%;
  left: 0;
  right: 0;
	border-radius: 6px;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/* ------------ */


ul {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row; 
	flex-direction: row;
	justify-content: space-between;
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;	
}


#box {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;	
	box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease-in-out;
}
#inside-content {
	padding: 20px;
	text-align: left;
}
#box #inside-content h3 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	letter-spacing:  1px;
	font-size: 25px;
	width:  100%;
	padding: 0px;
	margin: 0px;
	color: #262f2e;
	padding-bottom: 15px;
    text-transform: uppercase;
}
#box #inside-content h3 i {
	padding-right: 10px;
	color: #2abb9b;
}





/* SUCCESS/ERROR/INFO MESSAGES */
#success {
	display: inline-block;
	padding: 13px;
	border-radius: 6px;
	background-color: #bef0c5;
	color: #263628;
	font-size: 14px;
}
#error {
	display: inline-block;
	padding: 13px;
	border-radius: 6px;
	background-color: #ffecf0;
	color: #621f2a;
	font-size: 14px;
}
#information {
	display: inline-block;
	padding: 13px;
	border-radius: 6px;
	background-color: #fff8d3;
	border: 1px solid #f1d895;
	color: #694305;
	font-size: 14px;
}
/* */


/* ---- TICKETS ----- */
#ticket-bar {
	position: fixed;
	top: 90px;
	left: 0px;
	width: 100%;
	background-color: #000;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 5;
}
/* ------------------ */

#appBackBar {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
	background-color: #e1203e;
	color: #fff;
	padding: 8px;
	padding-top: 10px;
	padding-left: 15px;
	z-index: 9999;
	font-family: 'Staatliches', cursive;
}


/* ------ NEXT MATCH ------- */
#nextMatch {
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
}
#nextMatchCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 230px;
    width: 100%;
    text-align: center;
}

.sfc_nextfixture {
	width: 100%;
	text-align: center;
	font-family: 'Staatliches', cursive;
	font-size: 11px;
	text-transform: uppercase;
	color: #111;
	line-height: 11px;
}
div.sfc_nextfixture table {
    max-height: 30px !important;
}
div.sfc_nextfixture table td.sfc_details {
}
div.sfc_nextfixture table td {
	text-align:left !important;
	padding:2px 5px;
	vertical-align: middle;
}
div.sfc_nextfixture table td.sfc_home {
    max-width: 40px;
}
div.sfc_nextfixture table td.sfc_away {
    max-width: 40px;
}
div.sfc_nextfixture table td span.sfc_team {
	font-size:small;
	position:relative;
	top:-10px;
}
div.sfc_nextfixture table td span.sfc_competition {
	font-weight:bold;
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}
div.sfc_nextfixture table td span.sfc_date {
	font-weight:bold;
    font-size: 9px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}
div.sfc_nextfixture table td span.sfc_time {
    text-align: center;
    width: 100%;
    display: block;
}
div.sfc_nextfixture table td span.sfc_score {
	font-size:1.5em;
    text-align: center;
    display: block;
}

div.sfc_nextfixture div.sfc_footer {
	display: none;
}


/* STORY */
#storyBG {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10;
	display: none;
}
#story-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	height: 650px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #000;
}
#story-container iframe {
	border: none;
	height: 100%;
	width: 100%;
}
#next-story {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 30%;
	height: 100%;
	z-index: 9;
}
#previous-story {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 30%;
	height: 100%;
	z-index: 9;
}
#story-link {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	display: inline-block;
	padding: 9px 20px;
	border-radius: 40px;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	-webkit-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.25);
	z-index: 7;
}
#story-blur {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-webkit-backdrop-filter: blur(40px);
	backdrop-filter: blur(40px);
	background: rgba(0, 0, 0, 0.5);
	z-index: 8;
}
#story-blur #text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 1px;
	max-width: 90%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#story-container #img-container {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background-color: #000;
}
#story-container #img-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#story-container #img-container #text1, #story-container #img-container #text2, #story-container #img-container #text3 {
	padding: 5px;
	border-radius: 4px;
	border: none;
}
#story-container #close {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	transition: 0.2s;
	cursor: pointer;
	z-index: 10;
}
#story-container #close:hover {
	transform: scale(1.1);
}
#story-container #close #cross {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* ----- */



/* ------ FOOTER ------ */

footer {
	position: relative;
	width: 100%;
	background-color: #d62d42;
	color: #fff;
	font-size: 14px;	
}
footer h4 {
	/*font-family: 'Staatliches', cursive;*/
    font-family: fatfrank, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 25px;
	letter-spacing: 1px;
	color: #fff;
	padding: 0px;
	margin: 0px;
    text-transform: uppercase;	
}
footer #lines {
	position: relative;
	width: 100%;
	height: 20px;
}
footer #lines .green {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 33%;
	background-color: #2abb9b;
}
footer #lines .white {
	position: absolute;
	top: 33%;
	left: 0px;
	right: 0px;
	height: 33%;
	background-color: #fff;
}
footer #lines .red {
	position: absolute;
	top: 66%;
	left: 0px;
	right: 0px;
	height: 34%;
	background-color: #d62d42;
}
footer #container-padding {
	padding: 20px;
	padding-left: 35px;
	padding-right: 35px;	
}
footer #partners {
	width: 100%;
	background-color: #e3e3e3;	
}
footer #partners img {
	max-height: 70px;
	opacity: 0.3;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
footer #partners img:hover {
	opacity: 1;
}
footer #bottom {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
}
footer #bottom #bottom-text {
	color: #61121c;
	font-size: 13px;
}
footer #bottom #bottom-text a {
	color: #61121c;
	text-decoration: none;
}
footer #bottom img {
	max-height: 30px;
	padding-right: 20px;
}
footer #bottom #container-padding #container #footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
	grid-gap: 20px;	
}
footer #bottom #container-padding #container #footer-grid #footer-some {
	text-align: left;
}
footer #bottom #container-padding #container #footer-grid #footer-menu {
	text-align: right;
}
footer #bottom #container-padding #container #footer-grid #footer-menu a {
	color: #fff;
	text-decoration: none;
}


/* MAILCHIMP INPUT */
footer input[type=email] {
	box-sizing: border-box;
	border: 1px solid #a32231;
	height: 40px;
	background-color: #fff;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	max-width: 300px;
	padding-left: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 6px;
}
/* */
/* -------------------- */

@media only screen and (max-width: 1350px) {	
	h1 {
		font-size: 40px;
	}
	#new-menu #right-menu #menu-image, #new-loggedin-menu #right-loggedin-menu #menu-logged-image {
		width: 70%;
	}
}
@media only screen and (max-width: 1200px) {
	#new-menu #left-menu #menu-points {
		font-size: 11px;
	}
	#new-loggedin-menu #left-loggedin-menu #menu-points {
		font-size: 11px;
	}
	#new-menu #right-menu #menu-image, #new-loggedin-menu #right-loggedin-menu #menu-logged-image {
		height: 80%;
		width: 80%;
	}
	#top-banner #sellingGrid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		grid-gap: 40px;
		font-size: 20px;
		padding-top: 60px;
	}
	#selling-point img {
		max-width: 60px;

	}	
	#selling-point span {
		display: block;
		margin-left: 70px; 
	}
	#top-banner #top-grid #item #text {
		width: 350px;
		font-size: 14px;
	}
	
	
	#hotel-anfield #item-small-image img {
		max-width: 450px;
	}
	#hotel-anfield #text {
		width: 100%;
		font-size: 14px;
	}
	#lfc-news #text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1100px) {
    
    #joinBar {
        top: 80px;
    }
	#navBar {
		height: 80px;
	}
    #joinBar {
        top: 80px;
    }
	/* ---- TICKETS ----- */
	#ticket-bar {
		top: 80px;
	}
	/* ------------------ */
	/* ------ NEXT MATCH ------- */
	#nextMatch {
		left: 90px;
	}
	#writer-tool {
		top: 80px;
		font-size: 12px;
	}
	#new-menu, #new-loggedin-menu {
		top: 80px;
	}
	/* STORY */
	#story-container {
		width: 250px;
		height: 420px;
	}
	
	/* USER MENU */
    #behind-user-top-menu, #behind-user-top-menu-reg {
        right: 101px;
        width: 70px;
        height: 70px;
    }
	#user-top-menu {
		right: 100px;
        width: 75px;
	}
	#user-top-menu img {
		height: 50px;
		width: 50px;
	}
	#user-top-menu #name {
		right: 80px;
		font-size: 12px;
	}
	/* --------- */
	#top-nav-placeholder {
		height: 80px;
	}
	#logo {
		height: 70px;
		width: 70px;	
	}
	#logo img {
		height: 70px;
		width: 70px;	
	}
	#story-edge {
		top: -2px;
		left: -2px;
		height: 66px;
		width: 66px;
	}
	#verLineRight {
		right: 90px;
	}
	
	#navBar #login {
		right: 115px;/*right: 175px;*/
		width: 60px;
	}
	#navBar #join {
		right: 115px;
		width: 60px;
	}
	#nav-icon3 {
		width: 45px;
		height: 30px;
	}
	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
		top: 15px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 30px;
	}
	
	
	.overlay a, .overlay-user a {
		font-size: 6vw;
	}
	#top-placeholder {
		height: 50px;	
	}
	#top-banner #container-padding #container h1 {
		font-size: 40px;
	}
	#top-banner #top-grid #item #top-padding {
		height: 80px;
	}
		
	h1 {
		font-size: 35px;
	}
	
	#hotel-anfield #item-small-image img {
		max-width: 350px;
	}
	#hotel-anfield h1 {
		font-size: 40px;
		line-height: 50px;
	}
	#lfc-news h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
	#box #inside-content h3 {
		font-size: 20px;
		padding-bottom: 8px;
	}
}

@media only screen and (max-width: 1000px) {
	#new-menu #left-menu #menu-points a, #new-loggedin-menu #left-loggedin-menu #menu-points a {
		font-size: 30px;
	}
	#new-menu #left-menu #some-channels {
		width: 110px;
	}
	#new-menu #left-menu #menu-points #some-channels a {
		font-size: 25px;
	}
	
	/* --- BILLEDESTØRRELSER --- */
	#image-small-container img {
		max-width: 430px;
		min-width: 430px;		
	}
	#image-small-container #textForImage {
		max-width: 430px;
	}
	#image-small-container #textForImage, #image-medium-container #textForImage, #image-large-container #textForImage {
		font-size: 10px;
	}
	/* ------------------------- */
	
	#pop-up-benefit {
		left: 30px;
		bottom: 40px;
		width: 450px;
	}
	#pop-up-benefit #image {
		height: 160px;
	}
	#pop-up-benefit #text {
		width: 90%;
		font-size: 14px;
	}
	#pop-up-benefit #text h3 {
		padding-bottom: 18px;
		font-size: 20px;
	}
	#pop-up-benefit #button-read, #pop-up-benefit #button-read-submit {
		font-size: 16px;
	}
}
@media only screen and (max-width: 920px) {
    #live-bar {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 850px) {
	#top-banner #sellingGrid {
		padding-top: 50px;
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		grid-gap: 40px;
		font-size: 25px;
	}
	
	#top-banner #container-padding #container h1 {
		font-size: 35px;
	}
	#top-banner #top-grid #item #top-padding {
		height: 20px;
	}
	
	
	h5 {
		font-size: 40px;
	}
	#highlight {
		font-size: 15px;
	}
	
	#video-box {
		height: 400px;	
	}
	#video-box #overlay #text {
		font-size: 19px;
	}
	#video-box #overlay #text #large-text {
		font-size: 40px;
	}
	
	
	#hotel-anfield #item-small-image img {
		max-width: 280px;
	}
	#hotel-anfield h1 {
		font-size: 35px;
		line-height: 45px;
	}
	#lfc-news h1 {
		font-size: 35px;
		line-height: 45px;
	}
	
	
	#playerBox {
		width: 98%;
		height: 50px;
	}
	#playerBox img {
		width: 50px;
		height: 50px;
	}
	#playerBox #name {
		left: 70px;
		width: 50%;
	}
	#playerBox-most {
		width: 98%;
		height: 65px;
	}
	#playerBox-most img {
		width: 65px;
		height: 65px;
	}
	#playerBox-most #name {
		left: 85px;
		width: 50%;
	}
}
@media only screen and (max-width: 830px) {
	#news-article {
		height: 350px;
	}
	#news-article #headline {
		font-size: 38px;
	}
	#news-article #headline #extra-headline {
		font-size: 14px;
	}
	#news-article #category {
		font-size: 12px;
	}
}
@media only screen and (max-width: 800px) {	
	#grid-news {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
	#hotel-anfield #grid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
	#hotel-anfield #text {
		position: relative;
		text-align: center
	}
	#hotel-anfield #item-small-image {
		text-align: center;	
	}
	#hotel-anfield #item-small-image img {
		max-width: 350px;
	}
	#hotel-anfield #grid #item {
		grid-row: 1;	
	}
	#hotel-anfield #grid #item-small-image {
		grid-row: 2;	
	}
	#hotel-anfield #grid #item-small-image img {
		max-width: 100%;
	}
}
@media only screen and (max-width: 750px) {
    #joinBar {
        top: 70px;
    }
	#navBar {
		height: 70px;
	}
    #joinBar {
        top: 70px;
    }
	/* ---- TICKETS ----- */
	#ticket-bar {
		top: 70px;
	}
	/* ------------------ */
	/* ------ NEXT MATCH ------- */
	.statsfc-next-fixture {
	}
	.sfc_nextfixture {
		font-size: 10px;
	}
	#nextMatch {
		left: 65px;
	}
	#writer-tool {
		top: 70px;
	}
	#new-menu, #new-loggedin-menu {
		top: 70px;
	}
	#top-nav-placeholder {
		height: 70px;
	}
	#logo {
		left: 10px;
		height: 55px;
		width: 55px;	
	}
	#logo img {
		height: 55px;
		width: 55px;	
	}
	#story-edge {
		top: -2px;
		left: -2px;
		height: 53px;
		width: 53px;
		border: 3px solid #2abb9b;
	}
	#verLineRight {
		right: 60px;
	}
	
	#navBar #login {
		right: 70px;/*right: 125px;*/
		width: 50px;
	}
	#navBar #join {
		right: 70px;
		width: 55px;
	}
	#navBar #login #box #text, #navBar #join #box #text {
		font-size: 8px;
	}
	#navBar #login #box #text img, #navBar #join #box #text img {
		max-width: 18px;
	}
	#menu {
		right: 12px;
	}
	#nav-icon3 {
		width: 35px;
		height: 20px;
	}
	#nav-icon3 span {
		height: 1px;
	}
	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
		top: 10px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 20px;
	}
	/* USER MENU */
    
    #behind-user-top-menu {
        right: 72px;
        width: 58px;
        height: 58px;
    }
    #behind-user-top-menu-reg {
        right: 62px;
        width: 58px;
        height: 58px;
    }
	#user-top-menu {
		right: 60px;
		width: 63px;
	}
	#user-top-menu img {
		height: 40px;
		width: 40px;
	}
	#user-top-menu #name {
		right: 65px;
	}
	/* --------- */
	.overlay a, .overlay-user a {
		font-size: 8vw;
	}
	#top-placeholder {
		height: 40px;	
	}
	
	#container-padding {
		padding: 30px;	
	}
	#top-banner #sellingGrid {
		padding-top: 30px;
		grid-gap: 50px;
		font-size: 22px;
	}
	#selling-point img {
		max-width: 50px;

	}
	#selling-point span {
		margin-left: 70px; 
	}
	
	#grid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		grid-gap: 30px;
	}
	
	#video-box {
		height: 360px;	
	}
	#video-box #overlay {
		background-color: rgba(0, 0, 0, 0.5);
	}
	#video-box #overlay #text {
		font-size: 4vw;
	}
	#video-box #overlay #text #large-text {
		font-size: 7vw;
	}
	
	h1 {
		font-size: 6vw;
	}
	
	
	
	
	
	
	/* FOOTER */
	footer {
		font-size: 13px;	
	}
	footer h4 {
		font-size: 22px;	
	}
	footer #container-padding {
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	footer #partners img {
		max-height: 40px;
	}
	footer #bottom #container-padding #container #footer-grid #footer-menu {
		display: none;
	}
	footer #bottom #container-padding #container #footer-grid #footer-some {
		text-align: center;
	}
	/* ------ */
}
@media only screen and (max-width: 700px) {
	#news-article {
		height: 300px;
	}
	#news-article #headline {
		font-size: 30px;
	}
	#news-article #headline #extra-headline {
		font-size: 13px;
	}
	#news-article #category {
		font-size: 11px;
	}
}
@media only screen and (max-width: 670px) {
	/* --- BILLEDESTØRRELSER --- */
	#image-small-container img, #image-large-container img {
		max-width: 100%;
		min-width: 100%;
	}
	#image-small-container #textForImage {
		max-width: 100%;
	}
	/* ------------------------- */
}
@media only screen and (max-width: 650px) {
	#top-banner #top-grid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		grid-gap: 70px;
	}
	#top-banner #top-grid #item #text {
		width: 100%;
		text-align: center;
		font-size: 16px;
	}	
	#top-banner #container-padding #container h1 {
		text-align: center;
		width: 100%;
		font-size: 9vw;
	}
	#container-padding {
		padding: 15px;
	}
	
	/* MAILCHIMP INPUT */
	footer input[type=email] {
		width: 100%;
		max-width: 90%;
	}
	/* */
}
@media only screen and (max-width: 600px) {
    #live-bar-news {
        font-size: 16px;
    }
	#pop-up-benefit {
		left: 5%;
		right: 5%;
		bottom: 15px;
		width:  auto;
	}
	#pop-up-benefit #text {
		font-size: 3.5vw;
	}
	#pop-up-benefit #text h3 {
		padding-bottom: 12px;
		font-size: 4.8vw;
	}
	
	
	footer #bottom #bottom-text {
		font-size: 2.3vw;
	}
}

@media only screen and (max-width: 580px) {
	#story-container {
		width: 100%;
		height: 100%;
		border-radius: 0px;
	}  
    #nextMatchCenter {
        max-width: 130px;
    }
    div.sfc_nextfixture table td.sfc_away img {
        max-width: 30px;
        max-height: 30px;
    }
    div.sfc_nextfixture table td.sfc_home img {
        max-width: 30px;
        max-height: 30px;
    }
}
@media only screen and (max-width: 550px) {
    #live-bar-news {
        font-size: 13px;
    }
    
	/* --- BILLEDESTØRRELSER --- */
	
	#image-small-container #textForImage, #image-medium-container #textForImage, #image-large-container #textForImage {
		font-size: 2.3vw;
	}
	/* ------------------------- */
	
	#news-rows {
		max-width: 100%;
	}
	#news-article {
		height: 230px;
	}
	#news-article #headline {
		font-size: 23px;
		left: 20px;
		right: 20px;
		bottom: 48px;
	}
	#news-article #category {
		bottom: 15px;
	}
	#news-article #time {
		right: 20px;
		bottom: 15px;
		height: 26px;
		line-height: 26px;
		font-size: 10px;
	}
	#news-article #bottom-placing {
		left: 20px;
		bottom: 15px;
	}
}

@media only screen and (max-width: 450px) {
	#nextMatch .sfc_nextfixture .sfc_details .sfc_competition {
		font-size: 11px;
	}
}
@media only screen and (max-width: 430px) {
    #popUpJoin {
        width: 75%;
    }
    #popUpJoin #headline-pop {
        font-size: 25px;
    }
}
@media only screen and (max-width: 400px) {
    #joinBar {
        font-size: 11px;
    }
}