@charset "UTF-8";

body {
	
background-color: #BECAD3;	
	
	
}


li {
	list-style-type: none;
	display: inline;
	

}


.top_bar {
	margin: 0;
	padding: 0;
	max-width:100%;
	background-color: "#99cccc";
	z-index: 120;
	
	
}




.main_menu {
	display: block;
	float: right;
	width: auto;
	text-align: right;
	-webkit-padding-left: 10px;
	padding-left: 10px;
	-webkit-padding-right: 40px;
	padding-right: 40px;
	-webkit-padding-top: 40px;
	padding-top: 40px;
	-webkit-margin-right: 0px;
	margin-right: 0px;
	-webkit-margin-top: 0px;
	margin-top: 0px;
	font-size: 500%;
	line-height: normal;
	color: #3278FB;
	text-decoration: none;	
	font-family: "Cordia New", "CordiaUPC", Constantia, "Lucida Bright", "DejaVu Serif", "Georgia", "serif";
	position: relative;
	cursor: pointer;
	

		
}

.main_menu:hover {
	display: block;
	float: right;
	width: auto;
	text-align: right;
	-webkit-padding-left: 10px;
	padding-left: 10px;
	-webkit-padding-right: 40px;
	padding-right: 40px;
	-webkit-padding-top: 40px;
	padding-top: 40px;
	-webkit-margin-right: 0px;
	margin-right: 0px;
	-webkit-margin-top: 0px;
	margin-top: 0px;
	font-size: 500%;
	line-height: normal;
	color: black;
	text-decoration: none;	
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", "Georgia", "serif";
	position: relative;
	cursor: pointer;

		
}



.head_thm {
	display: block;
	float: left;
	padding-top: 40px;
	padding-left: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #31384F;
	font-size: 60px;
	width: 32%;
	
	
}


.head_eng {
	display: block;
	position: relative;
	float: left;
	padding-top: 70px;
	padding-left: 0px;
	margin-left: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	font-size: 30px;
	width: 25%;

		
}

.contents {
	display: block;
	float: left;
	padding-top: 40px;
	padding-left: 80px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	width: 50%;

		
}

highlight {
	
	color: #ffffff;
	background-color: #869798;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}

a.readmore:link {
	text-decoration: none;
	color: #ffffff;
	background-color: #3278FB;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;	
	cursor: pointer;
}

a.readmore:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #4E6480;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;	
	cursor: pointer;
}


.logo {
	display: block;
	float: left;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 0px;
	width: 7%;

	
	
	
}

.bg_image {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: -10;
	
}

.text_museum {
	display: block;
	float: left;
	padding-top: 0px;
	padding-left: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #31384F;
	font-size: 34px;
	width: 60%;
	
	
}



.form {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	padding-top: 24%;
	
}

input[type=submit] {
	font-size: 17px;
	color: white;
	padding: 5px 15px;
	background-color: #3278FB;
	-webkit-border-radius:20px;
	border-radius: 20px;
	cursor: pointer;
	border: none;
	
}

input[type=submit]:hover {
	font-size: 17px;
	color: #A9DAF9;
	padding: 5px 15px;
	background-color: #556281;
	-webkit-border-radius:20px;
	border-radius: 20px;
	cursor: pointer;
	border: none;
	
}




.copyright {
	font-family: "Helvetica", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
	font-size: 12pt;
	width: 100%;
	color: #ffffff;
	position: relative;
	clear: both;
	text-align: center;
	padding-top: 0;
	z-index: 250;
	
	
}

/* The popup - hidden by default */
.menu-popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  border: none;
  z-index: 1200;

 }




/* Add styles to the popup container */
.popup-container {
  display:block;
  max-width: 100%;
  height:2000px;
  margin-top: 0px;
  padding: 40px;
  border: none;
  background-color: #0066ff;
  opacity: 0.9;


}



/* Set a style for the button */
.popup-container .btn {
  display: block;
  position: relative;
  float: left;
  clear: left;
  background-color: #0066ff;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
  font-size:220%;
  color: white;
  text-align: left;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
  cursor: pointer;
  width: 60%;
  border:none;
  margin-bottom: 0px;
  opacity: 0.5;
}






/* a background color to the close button */
.popup-container .close {
	display: block;
	position: relative;
  background-color: #0156CE;
	border: none;
	float: right;
	clear: both;
	padding: 0px;
	margin: 10px;
	opacity: 0.4;
	cursor: pointer;
	
}

/* hover to the close button */
.popup-container .close:hover {
  background-color: #0156CE;
	border: none;
	float: right;
	padding: 0px;
	margin: 10px;
	opacity: 1;
	cursor: pointer;
	
}


/* Add some hover effects to a buttons */
.popup-container .btn:hover {
  background-color: #0156CE;
  opacity: 1;
}



img.right {
	display: block;
	clear: both;
	float: right;
	top: 0px;
	margin: 0px;

	
}
	

.sub_head {
  display: block;
  position: relative;
  float: left;
  clear: left;
  background-color: #0066ff;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
  font-size:190%;
  color: white;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  width: 60%;
  border:none;
  margin: 0px;
  opacity: 1;
}


/* The popup - hidden by default */
.menu-popup_sub {
  display: none;
  position: fixed;
  float: right;
  top: 0px;
  margin: 0px;
  width: 60%;
  border: none;
  z-index: 2000;

 }


/* Add styles to the popup container */
.popup-container_sub {
  display:block;
  position: relative;
  width: 150%;
  height:1400px;
  margin-top: 0%;
  margin-left: 10%;
  padding: 40px;
  border: none;
  background-color: #0156CE;
  opacity: 0.9;
  z-index: 2000;


}



/* Set a style for the button */
.popup-container_sub .btn {
  display: block;
  position: relative;
  float: left;
  clear: both;
  background-color: #0156CE;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
  font-size:160%;
  color: #83C4FA;
  text-align: left;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px;
  border: none;
  opacity: 1;
  z-index: 2000;
}






/* a background color to the close button */
.popup-container_sub .close_sub {
	display: block;
	position: relative;
    background-color: #0156CE;;
	border: none;
	float: right;
	clear: right;
	padding: 0px;
	margin: 0px;
	z-index: 2000;

	
}

/* hover to the close button */
.popup-container_sub .close_sub:hover {
  background-color: #0156CE;;
	border: none;
	float: right;
	padding: 0px;
	margin: 0px;
	opacity: 1;
	z-index: 2000;
	
}


/* Add some hover effects to a buttons */
.popup-container_sub .btn:hover {
  background-color: #0066ff;
  color: white;
  opacity: 1;
}




/* a background color to the close button */
.popup-container .close {
	display: block;
	position: relative;
  background-color: #0156CE;
	border: none;
	float: right;
	clear: both;
	padding: 0px;
	margin: 10px;
	opacity: 0.4;
	cursor: pointer;
	
}

/* hover to the close button */
.popup-container .close:hover {
  background-color: #0156CE;
	border: none;
	float: right;
	padding: 0px;
	margin: 10px;
	opacity: 1;
	cursor: pointer;
	
}







/* My Iphone 5, 5S, 5C and 5SE  Portrait   My Iphone*/   
@media screen 
and (min-width : 320px) 
and (max-width : 568px) 
and (orientation : portrait) { 
	
	
.main_menu {
	display: block;
	float: right;
	width: auto;
	text-align: right;
	-webkit-padding-left: 0px;
	padding-left: 0px;
	-webkit-padding-right: 5px;
	padding-right: 5px;
	-webkit-padding-top: 10px;
	padding-top: 10px;
	-webkit-margin-right: 0px;
	margin-right: 0px;
	-webkit-margin-top: 0px;
	margin-top: 0px;
	font-size: 300%;
	line-height: normal;
	color: #3278FB;
	text-decoration: none;	
	font-family: "Cordia New", "CordiaUPC", Constantia, "Lucida Bright", "DejaVu Serif", "Georgia", "serif";
	position: relative;
	cursor: pointer;
	

		
}

.main_menu:hover {
	display: block;
	float: right;
	width: auto;
	text-align: right;
	-webkit-padding-left: 0px;
	padding-left: 0px;
	-webkit-padding-right: 5px;
	padding-right: 5px;
	-webkit-padding-top: 10px;
	padding-top: 10px;
	-webkit-margin-right: 0px;
	margin-right: 0px;
	-webkit-margin-top: 0px;
	margin-top: 0px;
	font-size: 300%;
	line-height: normal;
	color: black;
	text-decoration: none;	
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", "Georgia", "serif";
	position: relative;
	cursor: pointer;

		
}	
	
	
	
	
.head_thm {
	display: block;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 0px;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #C0C9CF;
	font-size: 25px;
	line-height: 27px;
	width: 30%;
	
	
}


.head_eng {
	display: block;
	position: relative;
	float: left;
	padding-top: 30px;
	padding-left: 0px;
	margin-left: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	font-size: 14px;
	width: 25%;

		
}
	
	.logo {
	display: block;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 0px;
	width: 20%;
	
	
}

	
.text_museum {
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #31384F;
	font-size: 28px;
	line-height: 30px;
	width: 60%;
	
	
}
	


.contents {
	display: block;
	float: left;
	padding-top: 20px;
	padding-left: 60px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	font-size: 16px;
	line-height: 29px;
	width: 70%;

		
}

highlight {
	
	color: #ffffff;
	background-color: #869798;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}

a.readmore:link {
	text-decoration: none;
	color: #ffffff;
	background-color: #3278FB;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-left: 0px;
	cursor: pointer;
}

a.readmore:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #4E6480;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-left: 0px;
	cursor: pointer;
}
	
	
	
	

/* Add styles to the popup container */
.popup-container {
  display:block;
  max-width: 100%;
  height:2000px;
  margin-top: 0px;
  padding-left: 20px;
  padding-top: 20px;
  border: none;
  background-color: #0066ff;
  opacity: 0.9;


}



/* Set a style for the button */
.popup-container .btn {
  display: block;
  position: relative;
  float: left;
  clear: both;
  background-color: #0066ff;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
  font-size:150%;
  color: white;
  text-align: left;
  padding-left: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  cursor: pointer;
  width: 80%;
  border:none;
  margin-bottom: 0px;
  margin-top: 0px;
  opacity: 0.5;
}



	
	
	
.sub_head {
  display: block;
  position: relative;
  float: left;
  clear: left;
  background-color: #0066ff;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
  font-size:150%;
  color: white;
  text-align: left;
  padding-left: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  cursor: pointer;
  width: 70%;
  border:none;
  margin: 0px;
  opacity: 1;
}


/* The popup - hidden by default */
.menu-popup_sub {
  display: none;
  position: fixed;
  float: right;
  top: 0px;
  margin: 0px;
  width: 60%;
  border: none;
  z-index: 2000;

 }


/* Add styles to the popup container */
.popup-container_sub {
  display:block;
  position: relative;
  width: 150%;
  height:1400px;
  margin-top: 0%;
  margin-left: 10%;
  padding: 30px;
  border: none;
  background-color: #0156CE;
  opacity: 0.9;
  z-index: 2000;


}



/* Set a style for the button */
.popup-container_sub .btn {
  display: block;
  position: relative;
  float: left;
  clear: both;
  background-color: #0156CE;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
  font-size:140%;
  color: #83C4FA;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px;
  border: none;
  opacity: 1;
  z-index: 2000;
}






/* a background color to the close button */
.popup-container_sub .close_sub {
	display: block;
	position: relative;
    background-color: #0156CE;;
	border: none;
	float: right;
	clear: both;
	padding-right: 20px;
	margin: 0px;
	width: 70%;
	z-index: 2000;
	opacity: 1;
	cursor: pointer;

	
}

/* hover to the close button */
.popup-container_sub .close_sub:hover {
  background-color: #0156CE;;
	border: none;
	float: right;
	padding-right: 20px;
	margin: 0px;
	width: 70%;
	opacity: 1;
	z-index: 2000;
	cursor: pointer;
	
}



	

}


/* Iphone 5, 5S, 5C and 5SE  Landscape*/   
@media only screen 
and (min-width : 320px) 
and (max-width : 568px) 
and (orientation : landscape) { 
	

	
	
	
	
}

/* Iphone 6,7 & 8   PORTRAIT  */ 
@media only screen 
and (min-width : 375px) 
and (max-width : 667px) 
and (orientation : portrait)   { 


	
}



/* Iphone 6,7 & 8   LANDSCAPE  */ 
@media only screen 
and (min-width : 375px) 
and (max-width : 667px) 
and (orientation : landscape) { 


}



/* Iphone 6,7 & 8 Plus   PORTRAIT  */ 
@media only screen 
and (min-width : 414px) 
and (max-width : 736px) 
and (orientation : portrait) { 
	
	

}



/* My Iphone 6,7 & 8 Plus   LANDSCAPE  My Phone */ 
@media only screen 
and (min-width : 414px) 
and (max-width : 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation : landscape) { 
	
	
	

	
.logo {
	display: block;
	float: left;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 0px;
	width: 15%;

	
	

}


.head_thm {
	display: block;
	float: left;
	padding-top: 30px;
	padding-left: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #31384F;
	font-size: 60px;
	line-height: 65px;
	width: 35%;
	
	
}


.head_eng {
	display: block;
	position: relative;
	float: left;
	padding-top: 50px;
	padding-left: 0px;
	margin-left: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	font-size: 24px;
	width: 30%;

		
}
	
	

.main_menu {
	display: block;
	float: right;
	width: auto;
	text-align: right;
	-webkit-padding-left: 10px;
	padding-left: 10px;
	-webkit-padding-right: 30px;
	padding-right: 30px;
	-webkit-padding-top: 10px;
	padding-top: 10px;
	-webkit-margin-right: 0px;
	margin-right: 0px;
	-webkit-margin-top: 0px;
	margin-top: 0px;
	font-size: 500%;
	line-height: normal;
	color: #3278FB;
	text-decoration: none;	
	font-family: "Cordia New", "CordiaUPC", Constantia, "Lucida Bright", "DejaVu Serif", "Georgia", "serif";
	position: relative;
	cursor: pointer;
	

		
}

.main_menu:hover {
	display: block;
	float: right;
	width: auto;
	text-align: right;
	-webkit-padding-left: 10px;
	padding-left: 10px;
	-webkit-padding-right: 30px;
	padding-right: 30px;
	-webkit-padding-top: 10px;
	padding-top: 10px;
	-webkit-margin-right: 0px;
	margin-right: 0px;
	-webkit-margin-top: 0px;
	margin-top: 0px;
	font-size: 500%;
	line-height: normal;
	color: black;
	text-decoration: none;	
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", "Georgia", "serif";
	position: relative;
	cursor: pointer;

		
}
	
	

	

.contents {
	display: block;
	float: left;
	padding-top: 40px;
	padding-left: 80px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	font-size: 20px;
	line-height: 35px;
	width: 70%;

		
}

highlight {
	
	color: #ffffff;
	background-color: #869798;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
}


	
/* Add styles to the popup container */
.popup-container {
  display:block;
  max-width: 100%;
  height:2000px;
  margin-top: 0px;
  padding-top: 20px;
  padding-left: 40px;
  border: none;
  background-color: #0066ff;
  opacity: 0.9;


}	
	



/* Set a style for the button */
.popup-container .btn {
  display: block;
  position: relative;
  float: left;
  clear: left;
  background-color: #0066ff;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
  font-size:130%;
  color: white;
  text-align: left;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  width: 60%;
  border:none;
  margin-bottom: 0px;
  opacity: 0.5;
}




	
	
	

.sub_head {
  display: block;
  position: relative;
  float: left;
  clear: left;
  background-color: #0066ff;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
  font-size:120%;
  color: white;
  text-align: left;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  width: 50%;
  border:none;
  margin: 0px;
  opacity: 1;
}





/* Set a style for the button */
.popup-container_sub .btn {
  display: block;
  position: relative;
  float: left;
  clear: both;
  background-color: #0156CE;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
  font-size:100%;
  color: #83C4FA;
  text-align: left;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px;
  border: none;
  opacity: 1;
  z-index: 2000;
}



	

/* a background color to the close button */
.popup-container_sub .close_sub {
	display: block;
	position: relative;
    background-color: #0156CE;;
	border: none;
	float: right;
	clear: right;
	padding-right: 50px;
	margin: 0px;
	width: 20%;
	z-index: 2000;
	opacity: 1;
	cursor: pointer;

	
}

/* hover to the close button */
.popup-container_sub .close_sub:hover {
  background-color: #0156CE;;
	border: none;
	float: right;
	padding-right: 50px;
	margin: 0px;
	width: 20%;
	opacity: 1;
	z-index: 2000;
	cursor: pointer;
	
}
	
	
	
	
	

}



/* Iphone X  LANDSCAPE  */ 
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { /* STYLES GO HERE */ }



/* Iphone X  PORTRAIT  */ 
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { /* STYLES GO HERE */ }


/* Iphone XII  PORTRAIT  */ 
@media only screen 
and (min-device-width : 390px) 
and (max-device-width : 844px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { /* STYLES GO HERE */ }



/* Iphone XII  LANDSCAPE  */ 
@media only screen 
and (min-device-width : 390px) 
and (max-device-width : 844px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { /* STYLES GO HERE */ }




/* IPAD  PORTRAIT  & LANDSCAPE */ 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { /* STYLES GO HERE */ }


/* IPAD  3 & 4 Retina PORTRAIT & LANDSCAPE */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */ }


/* IPAD MINI  PORTRAIT & LANDSCAPE */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { /* STYLES GO HERE */ }







