@charset "utf-8";
/* CSS Document */

* {box-sizing: border-box;}
body {
	font-family: europa;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 1.6em;
	color: #1f1f1f;
	background-color: #FFFFFF;
	width: 100%;
	margin-left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	border:none;
	overflow-x: hidden; /* Hide horizontal scrollbar */

}

.conPanel {
left: 95%;
top: 0;
}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */

.slideshow-container {
  position:  relative;

  width: 100%;
}

.mySlides {
  display: none;
  height: ;
  border: solid 1px black;
     
}

.prev,
.next {
    cursor: pointer;
    width: auto;
    margin-top: -22px;
    padding: 0px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius:  0px 3px 3px 0px;
}

.prev:hover,
.next:hover {
    color: #00CC33;
	background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color:  #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,
.dot:hover {
    background-color: #000000;
} 

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Caption text */
.text {
  color: #000000  ;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: -10px;
  text-align: center;
  
  
}

/* Slide Overlay */
.container {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

/*Menu Start here */

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.pause1 {
margin-bottom: 5px;

}

.pause1:hover {
cursor:pointer;
background-color: #FFFFFF ;
}

a.pagelink:link,
a.pagelink:visited,
a.pagelink:active { color:   #FFFFFF; text-decoration: none; }
a.pagelink:hover { color: #3399FF; text-decoration: none; }

a.pagelink1:link,
a.pagelink1:visited,
a.pagelink1:active { color:   #000000; text-decoration: underline; font-weight:bold; }
a.pagelink1:hover { color: #0000FF; text-decoration: none; }

a.pagelink2:link,
a.pagelink2:visited,
a.pagelink2:active { color:   #000000; text-decoration: none; font-weight:normal; }
a.pagelink2:hover { color: #0000FF; text-decoration: none; }

a.pagelink3:link,
a.pagelink3:visited,
a.pagelink3:active { color:   #000000; text-decoration: underline; font-weight:normal; }
a.pagelink3:hover { color: #0000FF; text-decoration: none; }

a.pagelink4:link,
a.pagelink4:visited,
a.pagelink4:active { color:   #999999; text-decoration: underline; font-weight:normal; }
a.pagelink4:hover { color: #0000FF; text-decoration: none; }

.pagehead {
font-family: europa; 
font-size: 26px;
font-weight: bold;
}

.pagehead1 {
font-family: europa; 
font-size: 18px;
font-weight: bold;
}

.style3 {
	font-family: europa;, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.style6 {
	font-family: europa;, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}
.style8 {font-family: europa;, "Times New Roman", font-size: 18px}
.style10 {color: #999999}
.style11 {color: #FFFFFF}
.style12 {color: #999999;
font-family: europa;;
font-size:18px;
font-weight:bold;
}







