/* ############# */
/* CASCADING STYLE SHEET */
/* BY HEF */
/* ############# */

* {
	box-sizing: border-box;
}

html, body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #006600;
	background: #fff;
	margin: 0;
	height: auto;
	line-height: 1.2;
}
  
.logo
{	
	/*overflow: hidden;
	/*background: rgba(0,0,0,0.4);*/
	position:absolute;
	display: inline-block;
	top:5%;
	left:2%;
	z-index: 1;
	/*box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);	
    /*border-bottom: 1px ridge #000;*/
	width: 20%;
	height: auto;
	max-height: 95%;
	-webkit-filter: drop-shadow(-1px -1px 5px #fff);
	filter: drop-shadow(-1px -1px 5px #fff);
}

.menu_bar  {
	font-size: 18pt;
    list-style-type: none;
	position: absolute;
	bottom: 2%;
    right: 2%;
    overflow: hidden;
	color: 	#ffffff;
	z-index: 1;
}

.menu_bar li {
    float: left;
	color: 	#ffffff;
}

.menu_bar li a {
    display: block;
    color: 	#ffffff;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
	text-shadow: 2px 2px #000;
}

.menu_bar li a:hover {
    color: #d9d9d9;
}



.logo_main{
	position: absolute;
	left: 50%;
	top:50%;
	width: 30%;
	transform: translate(-55%, -50%);
	-webkit-transform: translate(-55%, -50%);
	-o-transform: translate(-55%, -50%);
	-moz-transform: translate(-55%, -50%);
	-ms-transform: translate(-55%, -50%);
	z-index: 1;
}

.hero1 {
    
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("bk1.jpg");
}
.hero2 {
    
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("bk2.jpg");
}
.hero3 {
   
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("bk3.jpg");
}
.hero4 {
   
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("bk4.jpg");
}
.clogo {
   
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("h3.jpg");
	width: 100%;
}
.glogo {
   
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("h2.jpg");
	width: 100%;
}
.ilogo {
   
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("h1.jpg");
	width: 100%;
}
.plogo {
   
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("h4.jpg");
	width: 100%;
}

.hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
	overflow: hidden;
	width: 85%;
	max-width:100%;
	height: 65%;
	max-height: 65%;
	margin: auto;
	margin-bottom: 0;
	padding-bottom: 0;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}



.hero_txt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 75%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    color: #ffffff;
	text-shadow: 2px 2px #000;
}

@keyframes infslidy {
	0% {left: 0;}
	100% {left: -150%;}
}

@-webkit-keyframes infslidy {
	0% {left: 0;}
	100% {left: -150%;}
}
@-moz-keyframes infslidy {
	0% {left: 0;}
	100% {left: -150%;}
}

.infslider { overflow: hidden; width: 100%; }
.infslider figure img { width: 10%; height: auto; float: left; }
.infslider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s infslidy alternate infinite linear ; 
  -webkit-animation: 20s infslidy alternate infinite linear ; 
  -moz-animation: 20s infslidy alternate infinite linear ; 
}

.lang
{
	position: absolute;
	z-index: 1;
	padding: 0;
	width: auto;
	height: auto;
	top :0;
	right: 0;
	font-size: 0;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);	
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);	
}


.lang li
{
	display: inline;
	margin: 4px;
}

.lang img
{
	max-width: 30px;
	height: auto;
}


/* ############# */
/* CONTENT OPTIONS */
/* ############# */

.privacy_box
{
	background: #fff;
	box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-webkit-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-moz-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	width: 95%;
	margin: auto;
	margin-bottom: 5%;
	margin-top: 5%;
	overflow: hidden;
	padding: 10px;

}
.privacy_box a{
	
	color: #006600;
	text-decoration: underline;
}

.content_box
{
	background: #fff;
	box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-webkit-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-moz-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	width: 80%;
	margin: auto;
	margin-bottom: 5%;
	margin-top: 5%;
	overflow: hidden;
	padding: 10px;
}



.content_box p{
	text-align: center;
	color: #006600;
}

.content_box a{
	
	color: #006600;
	text-decoration: none;
}

.contlist
{
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
	color: #006600;
}

.contlist li
{
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 5px;
}

.content_box_list
{
	background: #fff;
	box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-webkit-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-moz-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	width: 80%;
	margin: auto;
	margin-bottom: 5%;
	margin-top: 0;
	overflow: hidden;
	padding: 10px;
}

.contact_box {
	box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-webkit-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-moz-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	width: 90%;
	margin: auto;
	margin-bottom: 5%;
	margin-top: 5%;
	overflow: hidden;
	padding: 10px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap:wrap;
	
}
.contact_box_wrap{
	width: 100%;
}
.contact_box p{
	
	text-align: center;
	color: #006600;

}
.contact_box iframe{
	width: 70%;
	border: 0;
}

.contact_box img {
	width: 20px;
	height: 20px;
}

.contact_box a
{
	color: #006600;
	text-decoration: none;
}

.gallery_box {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-webkit-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-moz-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	width: 90%;
	margin: auto;
	margin-bottom: 5%;
	margin-top: 5%;
	overflow: hidden;
	padding: 10px;
	justify-content: space-around;
	-webkit-justify-content: space-around; 
  }
.gallery_box:after {
    flex-grow: 999;
    min-width: 230px;
    height: 0; }
.gallery_box > * {
	display: block;
    position: relative;
	flex-grow: 1; 
    height: 230px;
    margin: 2.5px;
    }
.gallery_box > * > img {
    height: 230px;
    max-width: 100%;
    min-width: 100%;
    vertical-align: middle;
	object-fit: cover;	  
}
	
.gallery_box a:hover img {
	opacity: 0.8;
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.2);
	transform: scale(1.02);
}

.gallery_box p {
	flex-basis: 100%; 
	text-align: center;
	height: auto;
	margin: 10px;
}

.social
{
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}

.social li
{
	display: inline;
	text-decoration: none;
	list-style-type: none;
}

.social img
{
	width: 50px;
	height: auto;
}


/* ############# */
/*  FOOTER OPTIONS */
/* ############# */

.footer
{
	width: 100%;
	height: auto;
	background: rgba(245, 246, 246 ,0.8);
	box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-webkit-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	-moz-box-shadow: 0px 0px 15px 15px rgba(245, 246, 246 ,0.8);
	position:relative;
	text-align: center;
	text-decoration: none;
	padding-bottom: 1px;
}

.footer a{
	text-decoration: none;
	color: #006600;
}

.footer a:hover{
	text-decoration: underline;
	
}

.footer p{
	padding: 0;
	margin: 0;
}

.larger{
	 font-size: 16pt;
	 padding: 5px;
}

@media only screen and (max-width: 868px) {
	html body{
	  font-size:  10pt;
  }
  .hero {
    width: 100%;
	height: 50%;
  }
  
  .hero_txt{
	text-shadow: 1.5px 1.5px #000;
  }
  
  .menu_bar  {
	font-size: 11pt;
	bottom: 0;
  }
  
  .menu_bar li a {
	text-shadow: 1.5px 1.5px #000;
	padding: 0 3px;
  }
  
  .logo{
	width:30%;
	top: 2%;
  }
  
 .logo_main{
	 width: 70%;
	 top: 50%;
 }
  
   .content_box_list{
	width: 95%;
  }
  .content_box{
	width: 95%;
  }
  .gallery_box{
	width: 95%;
  }
  .contact_box{
	width: 95%;
  }
  
  .larger{
	 font-size: 11pt;
	}
	
	@keyframes infslidy {
	0% {left: 0;}
	100% {left: -275%;}
	}
	@-webkit-keyframes infslidy {
	0% {left: 0;}
	100% {left: -275%;}
	}
	@-moz-keyframes infslidy {
	0% {left: 0;}
	100% {left: -275%;}
	}
	
	.infslider figure img { width: 15%;}
	
	.contact_box iframe{
		width: 100%;}
		
	.gallery_box:after {
		flex-grow: 999;
		min-width: 85px;
		height: 0; }
	.gallery_box > * {
		display: block;
		position: relative;
		flex-grow: 1; 
		height: 85px;
		margin: 2.5px;
		}
	.gallery_box > * > img {
		height: 85px;
		max-width: 100%;
		min-width: 100%;
		vertical-align: middle;
		object-fit: cover;	  
	}
}

@media only screen and (min-width: 1800px) {
   html body{
	font-size:  21pt;
  }
  .larger{
	 font-size: 22pt;
	}
  .lang img
	{
	max-width: 60px;
	}
	.header ul {
	font-size: 24pt;
	}
	
	.menu_bar  {
	font-size: 22pt;
 }

	.gallery_box:after {
		flex-grow: 999;
		min-width: 350px;
		height: 0; }
	.gallery_box > * {
		display: block;
		position: relative;
		flex-grow: 1; 
		height: 350px;
		margin: 2.5px;
		}
	.gallery_box > * > img {
		height: 350px;
		max-width: 100%;
		min-width: 100%;
		vertical-align: middle;
		object-fit: cover;	  
	}
}
@media only screen and (max-width: 868px) and (orientation:landscape) {
}

