html {
  scroll-behavior: smooth;
}
a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

button:focus {outline:0;}

#icon {
	max-width: 75%;
}

.unselect {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float:left;
}

.w3-btn-floating {
	background-color: #000000;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

img.ContactSymbol {
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-filter: grayscale(20%);
	filter: grayscale(20%);
	vertical-align: baseline;
	margin: 0px;
}



div.map {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.ContactForm {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 0px;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.ContactPanel {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 0px;
}

#Name, select {
	width: 94%;
	padding: 2%;
	margin-top: 2%;
	margin-left: 3%;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	height: 11%;
	font-size: 1.5vw;
}

#Email, select {
	width: 94%;
	padding: 2%;
	margin-top: 2%;
	margin-left: 3%;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	height: 11%;
	font-size: 1.5vw;
}

#Subject, select {
	width: 94%;
	padding: 2%;
	margin-top: 2%;
	margin-left: 3%;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	height: 11%;
	font-size: 1.5vw;
}

#Message, select {
	width: 94%;
	padding: 1.5% 2%;
	margin-top: 2%;
	margin-left: 3%;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	height: 42%;
	font-size: 1.5vw;
	resize: none;
}

#Submit {
	width: 94%;
	margin-top: 2%;
	margin-left: 3%;
	background-color: #505050;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s;
	height: 10%;
	font-size: 2vw;
}

#Submit:hover {
	background-color: #464646;
}

.BackToTop {
	background-color: #595959;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 2vw;
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.5;
	visibility: hidden;
	padding: 0px;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 4;
}

.mySlides {
	display:none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.demo {
	cursor:pointer
}

.ForumButton {
	display: inline-block;
	border-radius: 4px;
	background-color: #FF6600;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	width: 100%;
	height: 12%;
	transition: all 0.5s;
	cursor: pointer;
}

.ForumButton span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.ForumButton span:after {
	content: "\00bb";
	position: absolute;
	opacity: 0;
	right: -20px;
	transition: 0.5s;
}

.ForumButton:hover span {
	padding-right: 25px;
}

.ForumButton:hover span:after {
	opacity: 1;
	right: 0;
}
::-webkit-scrollbar {
	width: 0.4%;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.4% rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
	background: #595959;
	-webkit-box-shadow: inset 0 0 0.4% rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4);
}

#header {
	position: fixed;
	-webkit-backface-visibility: hidden;
	font-size: 26px;
	font-family:Helvetica;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	margin: 0px;
	padding: 0px;
	outline:0;
	z-index: 3;
}

#footer {
	background:#222222;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0px;
	margin: 0px;
}
p.FooterText {
	margin: 0px;
	vertical-align: baseline;
}
img.HomeSlide {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	overflow:hidden;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 100%;
	min-height: 100%;
}

h1.divtitle {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.stagecover {
	background:#000000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

p.qtitle {
	position: absolute;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
}

p.title {
	font-size: 2vw;
	cursor: default;
}
p.HEADTITLES a {
	vertical-align: baseline;
	font-size: 1.2vw;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.centerdiv
{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0px;
}
p.DROPTITLES a {
	font-size: 1.2vw;
	text-decoration: none;
}
p.DROPTITLES2 a {
	font-size: 2.3vw;
	text-decoration: none;
}
#threelines {
	font-size: 9vh;
}
h1 {
	font-size: 2vw;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
ul {
	list-style-type: none;
	overflow: hidden;
}

li {
	float: left;
}

li a, .dropbtn {
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {

}

li.dropdown {
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	width: 10%;
	right: 0;
	top: 50%;
}

.dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.w3-btn-floating {
	background-color: #000000;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.modal {
	display: none;
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: none;
	width: 80%;
	max-height: 95%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}
.modal-content-message {
	position: relative;
	background-color: #5CB85C;
	margin: 0px;
	padding: 0;
	border: none;
	width: 80%;
	height: 70%;
	left: 10%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	top: 15%;
}

@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
	background-color: Transparent;
	background-repeat:no-repeat;
	border: none;
	cursor:pointer;
	overflow: hidden;
	outline:none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.close:hover,
.close:focus {
	color: #FF0000;
	text-decoration: bold;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	margin: 0px;
	background-color: #5cb85c;
	color: white;
}

.modal-body {
	padding: 0;
	line-height: 0.5em;
}
.modal-subbody {
	margin: 8px 1%;
}

/* The Event Modal Image */
#EventContent {
  margin: auto;
  display: block;
  position: absolute;
  top: 5%;
  left: 50%;
  height: 90%;
  max-width: 98%;
  transform: perspective(1px) translateX(-50%);
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loader {
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}
.contactdiv {
   display: flex;
   align-items: center;
   padding: 0px;
}
p.contactimg {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.2vw;
	margin: 0px;
	width: 100%;
	direction: ltr;
}
img.contactimg {
	margin: 0px 2.5%;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
div.hesoyam {
	box-shadow: 0 1px 2px 0 #d3d3d3, 0 1.5px 5px 0 #545454;
	overflow:hidden;
	z-index: 2;
}

div.polaroid {
  width: 25%;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.container p {
  font-size: 1vw;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5%;
  margin: 0px;
}
div.containertitle {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6vw;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.icon-scroll {
	position: absolute;
	top: 90%;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 8%;
	z-index: 1;
	-webkit-transition: opacity: .4s;
}

.icon-scroll .mouse {
	height: 70%;
	width: 18px;
	border: 2px solid rgba(255,255,255,.8);
	border-radius: 10px;
}

.icon-scroll .wheel {
  position: relative;
  display: block;
  height: 21.33%;
  width: 8px;
  margin: 2px auto 0;
  background: rgba(255,255,255,.8);
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
}
@-moz-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(200%);
		transform: translateY(200%);
	}
}
@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(200%);
	}
}

@-webkit-keyframes mouse-scroll {
	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
img.ProdImg {
	cursor: pointer;
	margin: 0px;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ProdCader {
	overflow:hidden;
}
.FormCader {
	overflow:hidden;
}

#Lang_Menu {
	z-index: 3;
}
.Lang {
	display: block;
	border: none;
	color: #FFFFFF;
	background: #535353;
	width: 100%;
	cursor: pointer;
	border: 0px;
	text-align: left;
	padding-left: 5px;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 4;
}
.GalleryButtons {
	background: #C6C6C6;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn_hom_slid {
	display: block;
	border: none;
	color: #FFFFFF;
	font-size: 1.8vw;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: rgba(0, 0, 0, 0.5);
	outline:0;
}
.btn_hom_slid:hover {
	background: rgba(0, 0, 0, 0.8)
}
.Prod_Btn {
	font-size: 2.6vw;
	display: block;
	border: none;
	background-color: #f2f2f2;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #505050;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.event_img_btn {
	background-color: #595959;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s;
	font-size: 1.5vw;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.TeamImg {
	position: absolute;
	border-radius: 50%;
	border: 5px solid #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    transform: perspective(1px) translateY(-50%);
}
.TeamBtn {
	background-color: #595959;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
}
h4.Members {
	position: absolute;
    transform: perspective(1px) translateY(-50%);
}
#div0 img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
h1 {
	font-size: 2vw;
	opacity: 1;
	filter: blur(10px) alpha(opacity=100);
}
.ModalText {
	font-size: 1vw;
	margin: 0px;
	line-height: 1.7em;
	text-align: left;
	font-family:Verdana,sans-serif;
}
.teamback {
	-webkit-filter: blur(10px);
	opacity: 0.2;
	filter: blur(10px) alpha(opacity=20);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.TeamBtn {
	margin: 0px 0px 0px 0px;
	vertical-align: baseline;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 1.8vw;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ModalBtn {
	color: white;
	border: 0;
	font-size: 1.2vw;
	padding: 8px;
	cursor: pointer;
	background: #FFFFFF;
	color: gray;
	border-radius: 2px;
}
tr, td, table {
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	text-align: left;
}
.hovermeindex {
	z-index: 5;
	background-color: #ff0000;
}
