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

/*slider*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.indexSlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%; 
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgba(225,225,225,0.5);
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;

}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.5);
  color: rgba(225,225,225,1.0);
}

/* Caption text */
.sliderCaption {
  background-color:rgba(0,0,0,0.4);
  color: #f2f2f2;
  font-size: 15px;
  padding: 20px 50px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  min-height:20%;
  text-align: left;
}


/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 2px 2px;
  border: 3px solid #9e85a8;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

/* 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}
}
/*slider end*/

/*modal*/
.galleryRow > .galleryColumn {
  padding: 8px 8px;
}

.galleryRow:after {
  content: "";
  display: table;
  clear: both;
}

.galleryColumn {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color:rgba(0,0,0,0);
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.artGallery {
  display: none;
  background-color: rgba(0,0,0,0);
}

.artPiece {
  max-height: 550px;
  max-width: 700px;
  display: block;
  margin:auto;
}

.caption-container {
  text-align: center;
  background-color:rgba(0,0,0,0);
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/*modal end*/

body {
	background-color:#FFFFFF;
	font-family: Helvetica, sans-serif;
	max-width: 100%;
	max-height: 100%;
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-image: url(Site-BG.jpg);
}

a {
	text-decoration:none;
	color:inherit;
}

h2 {
	margin-bottom:0px;
	
}
h4 {
	margin-top:0px;
}

blockquote {
	background-color: #DBCCDB;
	padding: 25px;
}
.container {
	background-color:#f0ebe1;
	max-width: 80%;
	min-width: 850px;
	margin:auto;
	margin-bottom:none;
	margin-top:none;
	box-shadow:0px 7px 10px 2px #b28d56;
	padding: 0px;
	padding-top:20px;

}

.topbar {
	height: 150px;
/*	padding-bottom:30px;*/
	border-bottom-width:2px;
	border-bottom-color:#b28d56;

}

.bottombar{
	height:25px;
	margin-left:40px;
	margin-right:40px;
	padding:10px;
	border-top-color:#d3bb93;
	border-top-width:1px;
	border-top-style:solid;
	font-size:10px;
	color:#d3bb93;
	text-align: center;
}

logo {
	font-size:40px;
	height: 0px;
	float:left;

	margin-left:60px;
	margin-top:20px;
}

logo img{
	margin:0px;
	width: 280px;
}

.mainmenu {
	color:#9e85a8;
	font-size: 20px;
	//height:25px;
	padding:20px;
	float:right;
	margin-right:40px;
	margin-top:10px;

}

.mainmenu ul ul{
	display:none;
}
.mainmenu ul li: hover > ul {
	display:block;

}
.mainmenu ul {	
	list-style:none;
	display:inline-block;
	position:relative;
}
.mainmenu ul li {float:left;padding-bottom:10px;}

.mainmenu ul li a {
	display:block;
	font-size:14px;
	padding-right:15px;
	padding-left:15px;
}

.mainmenu ul li:hover {
	color:#DBCCDB;
}
	.mainmenu ul li:hover a {	}
	.mainmenu ul li:hover > ul{
	box-shadow:0px 3px 5px 1px #524059;
	margin:0px;
	display:block;
	background:#9e85a8;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	.mainmenu ul li:hover > ul li{
		float:none;
		padding:0px;
	}
	.mainmenu ul li:hover > ul li a {color:#DBCCDB; padding-top: 5px; padding-bottom: 5px; min-width:100px;}
	.mainmenu ul li:hover > ul li a:hover {background:#DBCCDB;color:#9e85a8;}
	.mainmenu ul li { position:relative;}
	.mainmenu ul li ul { position:absolute; top:30px; left:0px;}
	

mainbuttons {
	font-size:14px;
	padding-right:20px;
	padding-left:20px;
}

mainbuttons a:hover{
	padding-bottom:10px;
	color:#DBCCDB;
}

mainbuttons:hover .submenu {
	display:block;
	background-color:#7c6a9d;
}


.current{
	padding-bottom:10px;
	border-bottom-color:#d3bb93;
	border-bottom-width:5px;
	border-bottom-style:solid;
}

titletext{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	line-height:24px;
}

.gallery {
	display:block;
	margin-left: auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	width: 760px;
	height: 850px;
}
.imgblock {
	margin: 0 auto;
}
.thumbnails {
	background-color: #9e85a8;
	padding: 10px;
	margin:5px;
	border-radius:8px;
	color:#DBCCDB;
	font-size:14px;
	width:350px;
	float: left;
}
.thumbnails img{
	width:100%;
	margin-bottom:10px;
}

.thumbnails:hover{
	background-color: #DBCCDB;
	color:#9e85a8;
}

/*bodytext > p:first child {
	max-width:46%;
}*/
bodytext {
	line-height: 20px;
	font-size:12px;
	font-color:#160536;
	max-width:95%;
	margin:20px;
	padding: 20px;
	padding-top:5px;
	text-indent: 0;
	position: relative;
	display: block;
}
bodytext a {
	color:#9872a6;
}
bodytext a:hover {
	color:#DBCCDB;
	text-decoration: underline;
}

.detailtext {
	float:left;
	width:35%;
	line-height: 20px;
	font-size:13px;
	font-color:#160536;
	margin: 20px;
	padding: 20px;
}
.detailtext a {
	color:#9872a6;
}
.detailtext a:hover {
	color:#DBCCDB;
	text-decoration: underline;
}
.detailtext ul {
	position:relative;
	list-style-type: square;
	list-style-position: inside;
	margin:0px;
}


.captionimg {
	background-color:#999;
	text-align: center;
	width:100%;
	margin-top:50px;
	box-shadow: 0px 2px 10px 2px #b28d56;
}
.captionimg img{
	width:100%;
}
.conceptblk{
	display:inline-block;
	width:auto;
	background-color:#DBCCDB;
	margin:10px;
	padding:10px;
	font-size:14px;


}
.highlight {
	color: #9872a6;
}
textlink{
	display:block;
	margin-left: auto;
	margin-right:auto;
	margin-top:50px;
	font-size:18px;
	text-align:center;
	font-weight: lighter;
	color:#999;	
}
textlink a {
	color:#9971a4;
}
textlink a:hover {
	color:#DBCCDB;
	text-decoration: underline;
}
