@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
a {
	text-shadow: 1px 2px 3px #666666;
	text-decoration: none;
	color: #FFF;
}
a:hover{
	color:#666;
	text-shadow:none;
	box-shadow:none;
}
a:active{
	color: #FFF;
	text-shadow:none;
	box-shadow:none;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#subhead {
	background-color: #000653;
}
#subheadLeft {
	text-align: center;
	vertical-align:middle;
	display: block;
	background-color:#000653;
	color:#FFF;
}
#subheadRight {
	text-align: center;
	vertical-align:middle;
	display: block;
	background-color:#000653;
	color:#FFF;	
}
#content1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 70%;
	background-color:#FFF;
	padding:10px;
}
.gallerybtn {
	box-shadow: 3px 3px 3px 1px inset #999;
	float: right;
	margin-top: 5px;
	display: block;
	color: #FFF;
	text-align: center;
	}
	.buttontext {
		position: absolute;
		 z-index: 3;
		  margin-left:6px;
		   text-align:justify;
	}
	.gallerygrid{
		max-width:100%;
	}
	td.gallery{
		width:30%;
	}
		
.gallerymini {
	box-shadow: 3px 3px 3px 1px  #999999;
	margin-top: 5px;
	margin-right: 5px;
	display: block;
	text-align: center;
	width:97%;
	height: auto;
	}	
#footer {
	clear:both;
	float:none;
	vertical-align:bottom;
	padding:10px;	 
}

.showcase-container {
	max-width:600px;
	position:relative;
	margin:auto;
}

* {box-sizing:border-box}

/* slideshow container */
.slideshow-container {
	max-width:600px;
	position:relative;
	margin:auto;
	background-color:#000;
}

/* hide images bydefault */
.mySlides {
	display: none;
} 

/*next and prev buttons */
.prev, .next {
	cursor:pointer;
	position:absolute;
	top: 89%; 
	width: inherit;
	/*margin-top: -22px; */
	bottom:0px;
	padding: 16px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

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

.captext {
	color:#FFF;
	font-size: 15px;
	padding: 8px 3px;
	position: relative;
	bottom:0px ;
	width: 100%;
	text-align: center;
}

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

/*.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #333;
	border-radius:50%;
	display: inline-block;
	translation: background-color 0.6s ease;
}

dot.active, .dot:hover {
	background-color: #666;
}
.dot:visited {
	background-color:#999;
} */

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

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

.zoom {
	/*padding: 50px;
	background-color: green; */
	transition: transform .2s;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.zoom:hover {
	transform: scale(1.5);
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

/*@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
*/

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

/*@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
*/
