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

body{
	background:none;
	background-color:#777;
	}

#container{
	width:800px;
	height:auto;
}

#topBar{
	height:auto;
	margin-top:0;
	width:100%;
	position:fixed;
}

#title{
	font-family:"Lucida Calligraphy";
	font-weight:bold;
	font-size:166%;
	color:#FFF;
	width:auto;
	height:auto;
	float:left;
	margin-left:2%;
	display:inline-block;
}

#title a{
	color:#FFF;
	text-decoration:none;
}

#title a:hover{
	color:#00F;
}

#nav{
	/*display:inline-block;*/
	margin-right:5%;
	float:right;
	
}

#menu{
	with:auto;
	height:auto;
	float:left;
	
}

ul{
    font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#FFF;
	font-weight:bold;
    font-size:67%;
    margin:0;
    padding: 0;
    list-style: none;
}

ul li{  
    color:#000;
    display:block;
    position:relative;
    float:left;
	
}

li ul{

    display: none;
}

ul li a{ 
    display: block;
	color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 63.3%;
    text-decoration: none;
    padding: 15px 15px 5px 15px;
    margin-left: 0;
    white-space: nowrap;
	
}

ul li a:hover{
	background:none;
	color:#000;
}

ul li ul li a{
	color:#FFF;
}

li:hover ul{ 
    display:block;
    position:absolute;
}

li:hover li{

    float:none;
    font-size:65%;
}

li:hover a{ 
    /*background:rgba(212,220,247,0.4);*/
	background:rgba(51,51,51,0.6);
}

li:hover li a:hover{
    background:#95A9B1;
	color:#000;
}

#aboutGalleries{
	clear:both;
	margin-top:25%;
	margin-left:auto;
	margin-right:auto;
    margin-bottom:1.6%;
	width:80%;
	height:auto;
	background-color:#FFF;
}

#aboutGalleries h1{
	font-family:Verdana, Tahoma, sans-serif;
	text-align:center;
	font-size:66.6%;
}

#aboutGalleries p{
	font-family:Verdana, Tahoma, sans-serif;
	line-height:86.6%;
	text-indent:1.2em;
	font-size:60%;

}

#aboutGalleries a{
	font-family:Verdana, Tahoma, sans-serif;
	text-indent:1.2em;
	padding:0.3%;
	font-size:60%;
}

#aboutGalleries a:link{
	width:auto;
	text-decoration:none;
	text-indent:1.2em;
	font-size:60%;
}


#aboutGalleries a:hover{
	color:#060;
	text-decoration:underline;
}

#linksList{
	clear:both;
	/*margin-top:25%;*/
	margin-left:auto;
	margin-right:auto;
    margin-bottom:2%;
	width:80%;
	height:auto;
	background-color:#FFF;
}


.slidesHolder{
	display:block;
	float:left;
	width:60%;
	margin-top:4%;
	margin-left:26%;
	margin-bottom:19.14%;
}

.css-slideshow{
   position:relative;
   width:26%;
   height:20%;
   
}

.css-slideshow figure{
   margin: 0;
   position: absolute;
}
.css-slideshow figcaption{
   position: absolute;
   top: 0;
   color: #fff;
   background: rgba(0,0,0, .3);
   font-family:Verdana, Geneva, sans-serif;
   font-size: .7em;
   padding: 5.28px 7.92px;
   opacity: 0;
   -webkit-transition:opacity .5s;
   transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
   -webkit-transition:opacity .5s;
   transition: opacity .5s;
   opacity: 1;
}
.css-slideshow figure{
   opacity:0;
}
 
figure:nth-child(1) {
   -webkit-animation:xfade 21s 15.75s infinite;
   animation: xfade 21s 15.75s infinite;
}
figure:nth-child(2) {
   -webkit-animation:xfade 21s 10.5s infinite;
   animation: xfade 21s 10.5s infinite;
}
figure:nth-child(3) {
  -webkit-animation:xfade 21s 5.25s infinite;
   animation: xfade 21s 5.25s  infinite;
}
figure:nth-child(4) {
   -webkit-animation:xfade 21s 0s infinite;
   animation: xfade 21s 0s  infinite;
}
/*figure:nth-child(5) {
   -webkit-animation:xfade 48s 42s infinite;
   animation: xfade 48s 18s infinite;
}
figure:nth-child(6) {
   -webkit-animation:xfade 48s 42s infinite;
   animation: xfade 48s 12s infinite;
}
figure:nth-child(7) {
   -webkit-animation:xfade 48s 42s infinite;
   animation: xfade 48s 6s infinite;
}
figure:nth-child(8) {
   -webkit-animation:xfade 48s 42s infinite;
   animation: xfade 48s 0s infinite;
}*/
 
@-webkit-keyframes xfade { 
  0%{
      opacity: 1;
   }
   23% {
      opacity:1;
   }
   25%{
      opacity: 0;
   }
   98% {
      opacity:0;
   }
   100% {
      opacity:1;
   } 
   
   }
@keyframes xfade{
   0%{
      opacity: 1;
   }
   14.67% {
      opacity:1;
   }
   16.67%{
      opacity: 0;
   }
   98% {
      opacity:0;
   }
   100% {
      opacity:1;
   }
}

ul li a:hover{
	color:#00F;
}

#bottomNav{
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
	color:#000;
	font-family:Verdana, Tahoma, sans-serif;
	font-weight:bold;
	font-size:60%;
	background:rgba(255,255,255,0.5);
	
}

#bottomNavText{
	height: 6.7%;
    margin: auto;
    width: 40%;
	
}
