@charset "utf-8";
/* CSS Document */

body::before {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  height: calc(100dvh - 36px);
  width: 100dvw;
  z-index: -1; 
}

.content-wrapper {
	height: 80%;
	width: 100dvw;
	position: absolute;
	top: 0px; 
	left: 0px;
	padding: 20px;
	border-radius: 10px;
	margin: 50px auto; 
	background-color:transparent;
	overflow-y: auto;
	z-index: 100;
}

.content-wrapperS {
	/* index.html & Overview only */
	height: 80%;
	width: 100dvw;
	position: absolute;
	top: 0px; 
	left: 0px;
	padding: 20px;
	border-radius: 10px;
	margin: 50px auto; 
	background-color:transparent;
	z-index: 100;
}

 .bottom-buttons {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}


.abs4 {
	position: absolute;
	width: 80%;
	top: 87%;   
  	left: 50%;
  	transform: translate(-50%);
	margin-top: 40px;
	background-color:transparent;
	text-align: center;
}

.abs4s {
	/* index.html & Overview only */
	position: absolute;
	width: 80%;
	top: 95%;   
  	left: 50%;
  	transform: translate(-50%);
	margin-top: 40px;
	background-color:transparent;
	text-align: center;
}


.abs1 {
	position: absolute;
	top: 35%;
  	left: 50%;
  	transform: translate(-50%);
	text-align: center;
	background-color:transparent;
}
.abs2 {
	position: absolute;
	top: 60%;
  	left: 50%;
  	transform: translate(-50%);
	text-align: center;
	background-color:transparent;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: bold;
	font-size: 14px;
}
.abs2s {
	/* index.html only*/
	position: absolute;
	top: 65%;
  	left: 50%;
  	transform: translate(-50%);
	text-align: center;
	background-color:transparent;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: bold;
	font-size: 14px;
}
.abs3 {
	position: absolute;
	top: 65%;
	left: 0%;
	margin-top: 40px;
	height: 100%;
	background-color:transparent;
}
.abs3s {
	/* index.html only*/
	background-color:transparent;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-style:italic;
	font-size: 11px;
}

.abs3c {
	/* contacts only */
	position: absolute;
	top: 67%;
	left: 33%;
	margin-top: 40px;
	height: 60%;
	background-color:transparent;
}

.updown {
	position :absolute;
	width: auto;
	height: auto;
	left: 73%;
	top: 9%;
}

.updownPr {
	position :absolute;
	width: auto;
	height: auto;
	left: 77%;
	top: 9%;
}
.updownG {
	position :absolute;
	width: auto;
	height: auto;
	left: 78%;
	top: 9%;
}
.updownC {
	position :absolute;
	width: auto;
	height: auto;
	left: 95%;
	top: 9%;
}

.none {
	border-style: hidden;
}

.centered {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mid {
	padding: 20px;
	background-color:  #f8f8ff;
	border-radius: 10px;
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
	font-style:normal;
	font-size: 16px;
}
.left {
	padding: 10px;
	background-color: #f8f8ff;
	color: #2e2d88;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 16px;
	vertical-align: top;
}
.right {
	padding: 20px;
	background-color: #f8f8ff;
	color: black;
	font-family:Tahoma, Geneva, sans-serif; 
	font-style: normal;
	font-size: 14px;
	vertical-align: top;
	margin-right:80px;
}

.playHere {
	position: absolute;
	top: 88%;
	background-color:transparent;
	color: white;
	font-family: Tahoma, Geneva, sans-serif; 
	font-style:normal;
	font-size: 20px;
	min-height: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pgeNoHere {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic; 
	font-size: 12px;	
	padding: 20px;
}

.goFld {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 20px 20px 20px 20px; 
	width: 100px;
}


.lCol {
	font-family: Tahoma, Geneva, sans-serif; 
	font-style: normal; 
	font-size: 14px;
	width: 5%;
	vertical-align: top;
	padding: 8px;	
}


.mCol {
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 14px;
 	vertical-align: top;
	padding: 8px;
	margin-right: 40px;
}

.rCol {
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
	width: 10%;
	vertical-align: top;
	text-align: center;
	padding: 8px;	
}


.video {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.imgEx {
  border: none;
  vertical-align: middle;
  position: relative;
  width: 250px;
  height: auto;
}

.imgEx img {
  position:relative;
  display: block;
  width: 200px;
  height: auto;
  margin-top: 20px;
}

.smallImage{
  border-color: red; 
  border-style: solid;
  border-width: 1px; 
}

.above {
  display: flex;
  min-height: 50px; 
  flex-direction: column;
  justify-content: flex-start; 
}

.buttonInText {
	position: relative;
	vertical-align: middle;
    height: 20px;
	width: auto;
}

.vsmall-button {
    background-color: #333333;  
    color: yellow; 
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
	width:auto;
	min-width: 100px;
}

.buttons-moving:hover::after {
  display: none;
}

.buttons:hover::after {
  display: none;
}

.std-button {
    background-color:#0000a0;  
    color: cyan;
    padding: 10px 10px;
    border: none;
    border-radius: 50px; /* High value for a pill shape */
    cursor: pointer;
    font-size: 16px;
    height: auto;
    width: 100%;
}

.small-button {
    background-color:#0000a0;  
    color: cyan;
    padding: 12px 30px;
    border: none;
    border-radius: 50px; /* High value for a pill shape */
    cursor: pointer;
    font-size: 16px;
	width:auto;
}

.big-button {
    background-color:#0000a0;  
    color: cyan;
    padding: 10px 30px;
    border: none;
    border-radius: 50px; /* High value for a pill shape */
    cursor: pointer;
    font-size: 30px;
	width:auto;
}

button:disabled {
    cursor:default ; 
}

.priceTable {
	border-collapse: collapse;
	padding: 20px;
	background-color:  #f8f8ff;
	border-radius: 10px;
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
	font-style:normal;
	font-size: 16px;
}

.priceTable td, tr {
	border: 2px solid gray;

}
.priceTable h3, li {
	margin-left: 15%;
}

ul {
	list-style-type: square; 
	margin-bottom: 10px;
	margin-top: 0px;
}

li {
	margin-bottom: 10px;
	margin-top: 0px;
}


.supE {
	color:  rgb(3, 3, 155);
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
	font-style: bold;
	font-size: 20px;
}

.bigE {
	color: black;
	font-family:Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 16px;
}

.message H2	{
	color: #33F;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 12px;
}

.modal-form {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
  	overflow: hidden; 
 	background-color: #f8f8ff;
  	border-radius: 15px;
  	font-family: Tahoma, Geneva, sans-serif;
  	font:Tahoma, Geneva, sans-serif;
  	font-size: 12px;
  	padding: 50px;
}


.table5 {
	position: absolute;
	width: 50%;
	transform: translate(-50%,-50%);
	padding: 20px;
}

.table5 td{
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font:Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
}

input[type=text], input[type=email]{
 	font-family:Tahoma, Geneva, sans-serif;
	font:Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	outline: none;
	border: 1px solid #ccc; 
	border-radius: 3px;
	width: 100%;
	height:20px; 
   	resize:none;
}

input[type=textarea] {
	font-family: Tahoma, Geneva, sans-serif;
	font:Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	outline: none;
	border: 1px solid #ccc; 
	border-radius: 3px;
	width: 100%;
   	resize:none;
	
}

input[type=select]{
	font-family: Tahoma, Geneva, sans-serif;
	font:Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	outline: none;
	border: 1px solid #ccc; 
	border-radius: 3px;
	height:20px; 
}