@import url("https://fonts.googleapis.com/css?family=Cabin+Sketch:700|Yellowtail|Architects+Daughter|Abril+Fatface|Nunito:400,600,700|Pacifico|Roboto|Great+Vibes|Engagement:400|Montserrat:400,700|Source+Sans+Pro:300,400,700|Mr+Dafoe|Barlow|Libre+Baskerville"); /* Google Fonts */

html, body {
	font-family:Nunito;
	font-weight:400;
	font-size:16px;
	height: 100%;
	margin: 0;
	padding:0;
	scroll-behavior: smooth;
}

.w3-container{padding:20px}

/* HEADINGS */

.splash1{
	font-family:'Libre Baskerville';
	color:white;
	text-align:center;
	padding:20px;
	font-style: italic;
}

.splash2, .splash3{
	font-family:'Libre Baskerville';
	color:white;
	text-align:center;}

.splash2{
	line-height: 120%;
	letter-spacing: 3px;}

@media screen and (min-width: 600px) {
.splash1{
	font-size:20px;
	letter-spacing: 2px;
	
	}

.splash2{
	font-size:80px;
	font-weight:bold;
}

.splash3{
	font-size:14px;
	letter-spacing: 4px;}}



@media screen and (max-width: 600px) {
.splash1{
		font-size:16px;}

.splash2{
		font-size:40px;
		font-weight:bold;}

.splash3{
	font-size:12px;}}




h2, .heading2 {
	font-family:nunito;
	color:black;
	text-align:left;
}

h3, .heading3 {
	font-family:nunito;
	color:black;
	text-align:left;
}

p, h4, .heading4 {
	font-family:nunito;
	color:black;
	text-align:left;
}

@media screen and (min-width: 600px) {
h2 {
	font-size:26px;
}

h3 {
	font-size:22px;
}

p, h4, .heading4 , .normal {
	font-size:16px;
}}

@media screen and (max-width: 600px) {
h2 {
	font-size:18px;
}

h3 {
	font-size:18px;
}

p, h4, .heading4 , .normal {
	font-size:14px;
}}

.zerohead{
margin:0!important;
padding:0!important;}

/* LOGIN */
.login {
	position: absolute;
	bottom: 5vh;
	left:50%;
	transform:translate(-50%,0%);
	text-align:center;
	border:0.1px solid white;
	border-radius:5px;
	background:rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);

}

@media screen and (min-width: 600px) {
	.login {
	margin: auto;
	width:50%;}}

@media screen and (max-width: 600px) {
	.login {
	width:80%;
	margin: 0 auto 0 auto

}}
	

form{
	width:100%;
}

input {
	text-align:left;
	padding:2px;
	border-radius:8px;
	display: inline-block;
	margin:0px auto 20px auto;
	width: 80%;
    margin: 8px 0;
	border: 1px solid rgba(255,255,255,0.8);
	box-sizing: border-box;
	background:rgba(0,0,0,0);
	color:white;
}

  ::placeholder {
  color: white;
}


p.msg{
	color:rgb(255,0,0)!important;
	text-align:center;
}

.containerbook{
	position:relative;
	padding:20px 12px 20px 12px;
	margin:auto;
	width:80%;
	border:2px solid white;
	background:rgba(0,0,0,0.2);
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
	border-radius:15px;
	transition: 0.5s;
}




.register{
	position:absolute;
	z-index:100;
	border-radius:15px;
	}	
	
@media screen and (min-width: 600px) {
	.register{
	bottom:15%;
	left:10%;
}}

@media screen and (max-width: 600px) {
	.register{
	bottom:2%;
	left:10%;
}}
	
.labelnormal, .labelplus{
font-size:18px;}

.labelnormal{
	color:white;
	font-weight:normal;
	font-family:nunito;
font-size:14px;}
  
  .labelplus{
	color:white;
	font-weight:normal;
	font-family:nunito;
	font-size:14px;
	padding:0 50px 0 50px;
	border:0;
  border-bottom:0.1px solid white;}
  

@media screen and (min-width: 600px) {  
	.messagebox{
width:200%;}}

@media screen and (max-width: 600px) {  
	.messagebox{
	width:100%;}}
  
    .adultNumber, .adultLabel{
	  padding:0px 0px 0 20px;
	  color:white;
	  font-family:nunito;
	  font-size:18px;
  }
  
  .adultLabel{
  padding:20px 20px 0 6px;}
  
  button.decreaseAdults{
	background-color: rgba(0,173,232,0);
	margin-top:12px;
	border:0.1px solid white;
	box-shadow:none;
	color:white;
  border-radius:3px;
  padding: 2px 4px 2px 4px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight:bold;
  transition-duration: 0.4s;
  cursor: pointer;
  z-index:10;}
  
   button.firstpagebutton{
	  background-color:rgb(0,173,232);

  }
  
    .bookingbutton{
	  background-color:rgba(0,0,0,0);
	margin: 18px auto auto 0;
	  box-shadow:none;
  border:0.5px solid white;
 font-size: 16px;
  padding: 6px;
  border-radius:5px;
  color:white;
  width:80%;  
  vertical-align:bottom;}
  
   @media screen and (min-width: 991px) {
	.bookingbutton{
		font-size:18px;
   }}
   
	   
	  
  
  button.decreaseAdults:hover,   .bookingbutton:hover{
    background-color: #0039E8;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
text-shadow: 1px 1px rgb(0,0,0);}

  

 button.firstpagebutton{
	  background-color:rgb(0,173,232);

  }
  
 
  .radiorow{
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	color:white;}
	
	.radiorow input{
	cursor: pointer;}

/* ANCHOR */

a, a:hover{
	text-decoration:none;
	cursor:pointer;
	color: rgb(0,173,232);}


 a:before{
	content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(0,173,232);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;}
  
a:hover:before{
  visibility: visible;
  transform: scaleX(1);
 }
 

@media screen and (min-width: 600px) {  
a.readmore:after{
	color:rgb(0,173,232);
	width:10px;
	position: absolute;
	top: 0;
	right: -18px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f35a";
	transition: 0.6s ease-in-out;
	height: 22px;}
	

	
a.readmore:hover:after{
	color:rgb(0,173,232);
	width:10px;
	position: absolute;
	top: 0;
	right: -24px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f35a";
	height: 22px;}
	
}

a.showanswer:after{
	color : rgb(76, 155, 80);
	content: "\f00c";
	width:10px;
	position: absolute;
	top: 0;
	right: -18px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	transition: 0.6s ease-in-out;
	height: 22px;}
	
a.showanswer:hover:after{
	color : rgb(76, 155, 80);
	content: "\f00c";
	width:10px;
	position: absolute;
	top: 0;
	right: -24px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	height: 22px;}
	



#more1, #more2, #more3, #more4, #more5, #more6 {
	display:none;
	margin:0 0 20px;
	padding:0 12px 0 12px;}

/* COLORS */

.green-color{
	color : rgb(76, 155, 80);
}

.blue-color{
	 color: rgb(0,173,232);
}

.blue-background{
	background : rgb(0,173,232);
}

.green-background{
	background : rgb(76, 155, 80);
}

.light-green-color{
	color : rgb(127, 255, 133);
}

.light-green-background{
	background : rgb(127, 255, 133);
}

/* LOGOS */

.logo-small {
	width:25px!important;
	height:auto!important;
	}
	
.logo-medium {
	width:30px!important;
	height:auto!important;
	}
	
.logo-large {
	width:225px;
	height:auto;
	object-fit:contain;
	
	}
	
/* FIRST PAGE CLASSES */
	
.splash img{
	width:100%;
	height:auto;
	max-height:80vh;
	object-fit:cover;
}

#phone{
	position: absolute; 
	top:21vh;
	left:5vw;
	z-index:2;}

#phone img {
	width:32vw;
	height:auto;
	max-height:74vh;
	object-fit:contain;
	z-index:3;}
	
#carousel-fade{
	position: absolute; 
	top:28.1vh;
	left:11.5vw;
	z-index:1;}
	
.carousel-inner{
	width:auto;
	height:auto;}
	
.item img{
	width:20vw;
	height:auto;
	max-height:60vh;
	object-fit:contain;
}


/* BACKGROUNDS, IMAGES */


.parallax::before, .theme-1::before{
	content: '';
  position: fixed;
  top: 0;
  left: 0;
  will-change: transform;
z-index: -1;
background:  url('images/A_1024x682.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat:no;
	background-position:center;
	position:fixed;}

.parallax, .parallax::before {
		width:100vw;
	height:100vh;
overflow: hidden;}


.theme-1, .theme-1::before{
	width:100vw;
	height:auto;
	overflow: hidden;}

.parallax-inner {
	font-family:'Libre Baskerville';
	position:absolute;
	top:15vh;
	left:0;
	z-index:3;
	width:100vw;
	height:auto;
}

@media screen and (max-width: 600px)  {
.parallax-inner {
	top:5vh;
	left:0;
}

.parallax-inner .welcome{
	top:12px;
	left:0;
}}

.img-hover-zoom {
	overflow: hidden; 
}

/* Slow-motion Zoom Container */
.img-hover-zoom img {
	transform-origin: 50% 100%;
	transition: transform 2s, filter 3s ease-in-out;
	filter: brightness(100%);
}

/* The Transformation */
.img-hover-zoom:hover img {
	filter: brightness(120%);
	transform: scale(1.2);
	overflow: hidden; 
}
	
.w3-leftbar-large{border-left:12px solid};

/* LISTS */

ul {
	list-style: none;
	padding:0;
	display:table;
	margin:0px 12px 20px 12px;}
	
	

@media screen and (min-width: 991px) and (max-width:1900px) {
	li{
	  font-family:Nunito;
	  font-size:16px;
	  display: table-row;
	  text-align:left;
  
	
}}

@media screen and (min-width: 1900px) {
	li{
	  font-family:Nunito;
	  font-size:24px;
	  display: table-row;
	  text-align:left;
	
}}		


@media screen and (min-width: 600px) and (max-width: 991px){
li{
	  font-family:Nunito;
	  font-size:2.25vw;
	  display: table-row;
	  text-align:left;

}}

@media screen and (max-width: 600px) {
li{
	  font-family:Nunito;
	  font-size:14px;
	  display: table-row;
	  text-align:left;

}}

ul li::before {
  content: "\2022";
  color: rgb(76, 155, 80);
  font-weight: bold;
  display: table-cell; 
  width: 20px;
  font-size:24px;

}

ul.lisecond li::before {
  content: "\2218";
  color: rgb(76, 155, 80);
  font-weight: normal;
  display: table-cell; 
  width: 20px;
  font-size:24px;

}

ul.ul-none li::before{
	content: "";
	width: 0px;
}

ul.ul-green li::before{
	color : rgb(76, 155, 80);
}

ul li.whitefont::before {
color:white;}

ul li.bluefont::before {
  color: rgb(0,173,232);}

ul li.blackfonts::before {
color:black;
text-shadow:none;}

ul li.blackfont::before {
color:black;
  font-size:36px;}
  
@media screen and (min-width: 991px) {
	ul li::before{
	width: 40px;}}
	
	
/* CONTAINERS */
  
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.flex-container-wrap {
  display: flex;
  width:100%;
  flex-wrap: wrap;
  }
	
.gallery-row{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery-column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.gallery-column-social {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px 0 0 ;
}

.gallery-column-social img {
  margin-top: 8px;
  vertical-align: middle;
  width: 150px;
  height:150px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.gallery-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
.gallery-column-social {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 991px) {
.gallery-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
.gallery-column-social {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* Create four equal columns that sits next to each other */
@media screen and (min-width: 991px) {
.gallery-column-4 {
  -ms-flex: 23%; /* IE10 */
  flex: 23%;
  padding: 12px;
    text-align:center;

}

.gallery-column-4-2 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  padding: 0px;
    text-align:center;

}

.gallery-column-4 img, .gallery-column-4-2 img{
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.gallery-column-2 {
  -ms-flex: 47%; /* IE10 */
  flex: 47%;
  padding:12px;
}

.gallery-column-3 {
  -ms-flex: 30%; /* IE10 */
  flex: 30%;
  padding:12px;
}

.gallery-column-2 img, .gallery-column-3 img{
  vertical-align: middle;
  width: 100%;
  height:300px;
  object-fit:cover;
}

.gallery-column-32, .gallery-column-33 {
	flex:1;
	padding:12px;
	margin:12px;
}

.gallery-column-22 img, .gallery-column-32 img, .gallery-column-33 img{
  vertical-align: middle;
  width: 100%;
  height:300px;
  object-fit:contain;
  
}

.gallery-column-5 {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
  padding-right:20px;
}

.gallery-column-5 img{
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.gallery-column-2, .gallery-column-3, .gallery-column-4, .gallery-column-5 {
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
  padding:12px;
  text-align:center;
  }
  
  .gallery-column-32 {
  -ms-flex: 100%; /* IE10 */
  flex:100%;
  padding:12px;
  text-align:center;
  margin:0 12px 20px 12px;}
  

.gallery-column-33 {
  -ms-flex: 100%; /* IE10 */
  padding:12px;
  text-align:center;
  height:450px;
  margin:0 12px 0 12px;}
  
.gallery-column-4-2{
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  padding:0px;
  text-align:center;
  }
  
  .gallery-column-2 img, .gallery-column-3 img, .gallery-column-32 img, .gallery-column-33 img{
  vertical-align: middle;
  width: 100%;
  height:300px;
  object-fit:cover;

}}
  

@media screen and (min-width: 600px) and (max-width: 991px){
.gallery-column-2, .gallery-column-3, .gallery-column-4, .gallery-column-5 {
  -ms-flex: 47%;;
  flex:47%;
  padding:12px;
    text-align:center;
  }
  
  .gallery-column-32 {
  -ms-flex: 45%; /* IE10 */
  flex:45%;
  padding:12px;
  text-align:center;
  margin:0 12px 0 12px;}
  
  .gallery-column-33 {
  -ms-flex: 50%; /* IE10 */
  flex:45%;
  padding:12px;
  text-align:center;
  height:550px;
  margin:0 12px 0 12px;}
  
    .gallery-column-32 img, .gallery-column-33 img{
  width:100%;
  height:200px;
  object-fit:contain;}
  
.gallery-column-4-2{
  -ms-flex: 50%;
  flex:50%;
  padding:0px;
    text-align:center;
  }
  
  .gallery-column-2 img, .gallery-column-3 img, .gallery-column-4 img, .gallery-column-4-2 img, .gallery-column-5 img{
  vertical-align: middle;
  width: 100%;
  height:300px;
  object-fit:cover;
}}
	
/* BORDERS */	
	
.w3-border-bottom-blue{
	
    border-left: 0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 2px solid;
    border-image: linear-gradient(60deg,  white, rgb(0,173,232), rgb(0,173,232),white);
    border-image-slice: 1;
border-radius: 3px;}

.w3-border-bottom-green{
	
    border-left: 0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 2px solid;
    border-image: linear-gradient(60deg,  white, rgb(76, 155, 80), rgb(76, 155, 80),white);
    border-image-slice: 1;
border-radius: 3px;}

.w3-border-bottom-white{
	
    border-left: 0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 2px solid;
    border-image: linear-gradient(60deg,  rgb(76, 155, 80), white, white, rgb(76, 155, 80));
    border-image-slice: 1;
border-radius: 3px;}
  
  
/* TABLES, CARDS */

table.firstpage {
	border-collapse: collapse;
	width: 100%;
}

.firstpage th{
	background-color:rgb(76, 155, 80);
	color:white;
	font-weight:bold;

}

.firstpage th, .firstpage td {
	text-align: left;
	padding: 3px;
}

.firstpage tr:nth-child(even){background-color: #E2F0D9;border-bottom:1px solid rgba(76, 155, 80, 0.3);}

.firstpage tr:nth-child(odd){background-color: #FFFFFF;border-bottom:1px solid rgba(50, 50, 50, 0.2);}

.firstpage td:first-child, .firstpage td:nth-child(2){
	text-align:center;
	font-weight:normal;
	color : black;}
	
.firstpage td:nth-child(2){
text-align:left;}
	
.firstpage td:first-child{
padding-right:0;}

.firstpage td:nth-child(2){
padding-left:0;}


.firstpage th:nth-child(3), .firstpage td:nth-child(3){
	text-align:center;}
	
.firstpage th:nth-child(4), .firstpage td:nth-child(4){
	text-align:center;}
	

.firstpage i{
	vertical-align:middle;

}

.firstpage img{
	width:auto;
	vertical-align:middle;

}

@media screen and (min-width: 600px) {
	table.firstpage, .firstpage i {
	font-size:16px;}

	.firstpage img{
	height:16px;}
	
	.quote{
	margin:auto;
	width:50vw;}
}
	
@media screen and (max-width: 600px) {
	table.firstpage, .firstpage i {
	font-size:12px;}
		
	.firstpage img{
	height:14px;}
	
	.firstpage th:nth-child(2), .firstpage td:nth-child(2){
	text-align:left;
	padding-left:6px;}
	
	.firstpage td:first-child{
	display:none;}
	
	
	.quote{
	margin:auto;
	width:100%;}
}


	

.navbar{
	width:100%;
	text-align:center;
	color : rgb(76, 155, 80);
	font-size:18px;
	font-family:calibri;}


.navbar tr{
border-top:1px solid rgba(220,220,200,1);}

.navbar td{
	width:14%;
	vertical-align:text-top;
}

.navbar span.label{
	font-family:roboto;
	font-size:12px;
	font-weight:normal;
	text-align:bottom;
	color : rgb(76, 155, 80);}

.w3-card{
box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 1), 0 12px 40px 0 rgba(0, 0, 0, 1);}
	
/* SOCIAL */

.social, .socialwhite{
	display:block;
	margin:0px!important;
	padding:0px!important;
	transition: 0.4s ease-out;
}

.social i{
color : rgb(76, 155, 80);
font-size:30px;
padding:12px;
}


.socialwhite a, .social a{
	padding:20px 20px 20px 0;
	text-decoration:none;}

.socialwhite a, .socialwhite i{
color:white;
}

.social .heading3{
	font-family:'cabin sketch';
	font-weight:normal;
	color : rgb(76, 155, 80);
	text-align: left;
	font-size: 30px;
	text-shadow: 0px 1px 0px rgb(76, 155, 80);
}	

@media screen and (max-width:600px) {
	.social .heading3, .social i{
	font-size:24px;
}}
	


.social a:hover i, .socialwhite a:hover i{
	 -webkit-animation: soc 1s linear forwards;
    animation: soc 1s linear forwards;
	text-decoration: none;

}

@keyframes soc {
from {transform: rotateX(-130deg) rotateY(-130deg) rotateZ(130deg);}
to {transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);}}

/* NEWS FLOW */
.newsflow{
	font-size:16px;
	height:34vh;
	width:100%;
	overflow:hidden;
	margin:12px;
	padding:0px;
	}
	
.newsflow-hor{
	white-space: nowrap;
	position:absolute;
	left:0;
	z-index:1;
	background: rgba(50,50,50,0.7);
	color:white;
	font-size:16px;
	height:auto;
	width:100vw;
	overflow:hidden;
	margin:0px;
	padding:6px 12px 6px 12px;
	animation: newsh 60s infinite linear;}
	
	@keyframes newsh {
	0% {filter:opacity(0);}
	6% {filter:opacity(1);}
	90% {filter:opacity(1);}
	100% {filter:opacity(0);}}
	
.newsflow a{
	position:relative;
}

.newsflow .w3-panel{
	padding:12px;
	margin-bottom:50px;
}

@media screen and (min-width:600px) {	
.newsflow .w3-panel{
	animation: slide1 60s infinite linear;}
}

@media screen and (max-width:600px) {	
.newsflow .w3-panel{
	width:90%;
	animation: slide1s 60s infinite linear;}
}

@media screen and (min-width:600px) {	
.newsflow:hover .w3-panel{
	animation-play-state: paused;}
}

	
@keyframes slide1 {
	from {transform: translate(0, 40vh);}
	to {transform: translate(0, -370vh);}}
	
@keyframes slide1s {
	from {transform: translate(0, 40vh);}
	to {transform: translate(0, -440vh);}}
	


.newsflow i, .newsflow-hor i{
	display:inline!important;
	font-size:20px!important;
	padding:0;
	white-space:nowrap;
}

.newsflow i{
	margin:0!important;
}

.newsflow i{
	color : rgb(76, 155, 80)!important;
}

.newsflow-hor i{
	color : rgb(100, 201, 105)!important;
}


.newsflow .h3{
	border:none;
	font-size:16px!important;
	font-weight:bold;
	margin:0px!important;
	color : rgb(76, 155, 80);
	text-align:left; 
}

.newsflow-hor .h3{
	display:inline-block;
	color:white!important;
	font-size:16px!important;
	font-weight:normal;
	margin:0 30px 0 0;
	padding:0px;
}
	
@media screen and (min-width:600px) {
	.newsflow-hor{
	top:50px;}
	
	.newsflow-hor .h3{
	animation: slide2 60s infinite linear;
	}}	

	
@media screen and (max-width:600px) {
	.newsflow-hor{
	top:30px;}
	
	.newsflow-hor .h3{
	animation: slide2s 60s infinite linear;
	}}
	
@keyframes slide2 {
	from {transform: translate(100vw, 0);}
	to {transform: translate(-460vw, 0);}}
	
@keyframes slide2s {
	from {transform: translate(100vw, 0);}
	to {transform: translate(-1660vw, 0);}}

.newsflow img, .newsflow-hor img{
	display:inline;
	height:20px!important; 
	width:auto!important; 
	margin:0px!important;
	padding-right:0px
}

.newsflow img{
	padding-right:0px
}

.newsflow-hor i, .newsflow-hor img{
	height:16px!important;
	font-size:16px!important;
	width:auto;
	color : rgb(76, 155, 80);
}


.w3-panel .panel-logo{
	background:none!important;
	border:none!important;
	margin:auto!important;
	padding:0!important;
}

.panel-logo img{
width:40vw!important;height:auto!important;margin:auto!important;}

@media screen and (max-width:600px) {
	.panel-logo img{
	width:80vw!important;important;}}

/* THEMES */



/* DATES */



.date1, .date2 {
	font-family:'Times new roman';
	width:150px!important;
	height:196px;
	background:white;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	z-index:10;
}



@media screen and (min-width:600px) and (max-width:1900px) {
.datebottom {
	position: absolute;
	top: 0;
	left: 40%;}
	
.datetop {
	position: absolute;
	bottom: 5vh;
	left: 45%;}
	
.datecontainer{
	height:50vh;	
	
}}

@media screen and (min-width:1900px) {
.datebottom {
	position: absolute;
	bottom: 0%;
	left: 40%;}
	
.datetop {
	position: absolute;
	top: 60vh;
	left: 45%;}
	
.datecontainer{
	height:50vh;	
	
}}

@media screen and (max-width:600px) {
	
	.datebottom {
	position: absolute;
	bottom: 20vh;
	left: 30%;}
	
	.datetop {
	position: absolute;
	bottom: 5vh;
	left: 30%;}
	
	.datecontainer{
	height:55vh;	
	
}}
	

.date1 table, .date2 table {
width:100%;
font-family:'times new roman';
	margin:0;
	padding:0;

}

.date1 tr, .date2 tr{
	margin:0;
	padding:0;
	width:100%;}

.date1 td, .date2 td{
	margin:0px;
	padding: 0px;
	width:50%;
	text-align:center;
	vertical-align:top;}
	

.date1 tr:nth-child(1){
	font-size:16px;
	color:black;
	}
	
.date2 tr:nth-child(1){
	font-size:16px;
	background:red;
	border:1px solid red;
	color:white;
	padding:0px;
	margin:0px;
	font-family:'Architects daughter';
	text-transform:uppercase;
	}
	
.date1 tr:nth-child(2){
	font-size:20px;
	color:red;
}

.date2 tr:nth-child(2){
	font-size:20px;
	color:black;
}

.date1 tr:nth-child(3){
	font-size:60px;
	font-size:bold;
	color:red;
}

.date2 tr:nth-child(3){
	font-size:50px;
	font-size:bold;
	color:black;
}

.date1 tr:nth-child(4), .date2 tr:nth-child(4){
	font-size:20px;
	color:black;
}



.date1{
	animation-name: date1;
}

.date2{
	animation-name: date2;
}

@keyframes date1 {
	0% {filter: blur(0px) opacity(1); }
	45% {filter: blur(0px) opacity(1); }
	55% {filter: blur(10px) opacity(0); }
	95% {filter: blur(10px) opacity(0); }
	100% {filter: blur(0px) opacity(1); }
}

@keyframes date2 {
	0% {filter: blur(10px) opacity(0); }
	45% {filter: blur(10px) opacity(0); }
	55% {filter: blur(0px) opacity(1); }
	95% {filter: blur(0px) opacity(1); }
	100% {filter: blur(10px) opacity(0); }
}

/* BUTTONS */

  .button, .buttons {
	text-transform: uppercase;
	font-family:'Source sans pro';
	background-color: white;
	border:none;
	border-radius:5px;
	color: white;
	padding: 8px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
    margin: 4px 2px;
	cursor: pointer;
	z-index:10;
  	font-weight:bold;
	letter-spacing : 2px;}
	
	.button:after{
	color : white;
	content: "\f00c";
	width:0px;
	position: relative;
	top: 0px;
	right: -6px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	transition: 0.6s right ease-in-out;
	height: 22px;}
	
	.button:hover:after{
	color : black;
	content: "\f00c";
	width:0px;
	position: relative;
	top: 0px;
	right: -12px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	height: 22px;}
  
     @media screen and (min-width: 1900px) {
	.button {
   font-size:24px;}}
   
@media screen and (min-width: 991) and (max-width: 1900px) {
	.button {
   font-size:24px;}}


	.button1 {
	background:rgb(76, 155, 80);
	color: white; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
	transition: background-position 0.6s linear;
	border:2px solid white;

	}
	
	.button1:hover {
	background:rgb(66, 132, 69);
	border:2px solid rgb(66, 132, 69);
	}

	.button2 {
	background:white;
	color: black; 
	border:2px solid black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);}
	
	.button2:hover {
	border:2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}

	.button3, .button4 {
	background-color: rgba(255,255,255,0);
	color: white; 
	border:2px solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
	}
	
	.button3:hover, .button4:hover {
	background-color: white;
	color: black; 
	border:2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
	transition: bakground-color 0.6s linear;
}
	
	.button4:hover {
	border:2px solid #0028CE;
	}	
	
	.buttonon{
	animation: butt1 0.25s ease-in forwards;
	}
	
	.buttonoff{
	animation: butt2 0.25s ease-in forwards;
	}
	
	.openbtn{
	font-size:40px;
	cursor:pointer;
	color:white;
	}
	
	.openbtn:hover{
	opacity:0.5;
	}
	
	
	
	@keyframes butt1 {
  from {transform: translate(0, 0);}
  to {transform: translate(10px, 0);}}

	@keyframes butt2 {
  from {transform: translate(10px, 0);}
  to {transform: translate(0px, 0);}}
  
  
/* OLD MENU */



/* Add a black background color to the top navigation */
.topnav {
  background-image: linear-gradient(to right, rgb(0,0,0), rgba(100,100,100,0.5), rgba(0,0,0,0));
  overflow:hidden;

}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
    position:relative;
}

@media screen and (max-width: 600px) {
	.topnav a {
font-size: 14px;}}
		


/* Add a color to the active/current link */
.topnav a.active {
  background: rgb(0,173,232);
  color: white;
}
	
.progress {
	background-color: #ddd;
	text-shadow: 1px 1px #000;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);}
  
}

.progress-bar {
	width: 0;
	animation: progress 1.5s ease-in-out forwards;}
  
.progress-bar.title1 {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;}
 
@keyframes progress {
	from {width: 0;}
	to {width: 100%;}
} 

@keyframes show  {
  from {opacity: 0;}
  to {opacity: 1;}
}



  
/* BADGES */
.badge{
	vertical-align:text-top;
	font-weight:bold;
	border:1px solid rgb(51, 51, 51);
	width:50px;
	height:20px;
	text-align:center;
	font-size:14px;
	font-family:nunito;
	}

.badge.xyz{background:rgb(255,227,99);color:black;}
.badge.kva{background:rgb(200,255,150);color:black;}
.badge.nog{background:rgb(223,215,235);color:black;}
.badge.dtk{background:rgb(0,153,157);color:white;}
.badge.ord{background:rgb(245,147,145);color:white;}
.badge.las{background:rgb(255,242,185);color:black;}
.badge.mek{background:rgb(207,224,243);color:black;}
.badge.elf{background:rgb(235,100,112);color:white;}


.badge.vip{
	background:rgb(255,227,99)!important;
	color:black;
	border-radius:12px;
	vertical-align:top;
	font-weight:bold;
	font-size:inherit!important;
	height:auto;
	width:auto;
}

.w3-border-ord{
	border-left:12px solid rgb(245,147,145);
}

.w3-border-mek{
	border-left:12px solid rgb(207,224,243);
}

.w3-border-xyz{
	border-left:12px solid rgb(255,227,99);
}

.w3-border-kva{
	border-left:12px solid rgb(200,255,150);
}

.backanswer{
	width:100%;
	background:white;
	padding:18px;
	margin-bottom:12px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}


