


/*----------------------------
	Thumbnails
-----------------------------*/

#thumbs{
	width:95%;
	margin:5px auto ;
	text-align:left;
	margin-left:20px;
	vertical-align:middle;
	
}

#thumbs a{
	
	/*border:7px solid #303030;*/
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
	text-decoration:none;
	
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}


#thumbs a:hover{
	
	text-decoration:none;
	
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
}
/*#thumbs a::after {
	background-color: #303030;
	border-radius: 7px;
	bottom: -136px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	color: white;
	content: attr(title);
	display: inline-block;
	font-size: 10px;
	max-width: 100px;
	min-height: 8px;
	overflow: hidden;
	padding: 2px 10px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}*/






/* CSS Document */


/* The gallery overlay */

#galleryOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:10000000;
	background-color:#222;
	background-color:rgba(0,0,0,1);
	overflow:hidden;
	display:none;
	
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible{
	opacity:1;
}

#gallerySlider{
	height:100%;
	
	left:0;
	top:0;
	
	width:100%;
	white-space: nowrap;
	position:absolute;
	
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#gallerySlider .placeholder{
	background: url("../images/preloader.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#gallerySlider .placeholder img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#gallerySlider.rightSpring{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-moz-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-webkit-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Arrows */

#prevArrow,#nextArrow{
	border:none;
	text-decoration:none;
	background:url('../images/arrows.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	top:50%;
	margin-top:-29px;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover, #closeButton:hover{
	opacity:1;
}

#prevArrow{
	background-position:left top;
	left:40px;
}

#nextArrow{
	background-position:right top;
	right:40px;
}
#closeButton{
	background-image:url(../images/close_gallery.png);
	width:25px;
	height:30px;
	cursor:pointer;
	position:absolute;
	right:40px;
	top:20px;
	opacity:0.5;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}/*
.sectionTitle{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:25px;
	color:#e7e7e7;
	text-shadow:0px 1px 0px #fff;
	width:50%;
}
.album{
	width:120px;
	height:150px;
	margin:10px;
	float:left;
	}
.albumFirst{
	width:180px;
	height:230px;
	margin:10px;
	float:left;
	}
.albumTitle{
	color:#CCC;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	text-align:center;
}
.picTitle{
	color:#CCC;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13px;
	text-align:center;
}
.albumC{
	width:700px;
	padding-left:100px;
}
.albumT{
	width:110px;
	height:110px;
	display:inline-block;
	/*border:7px solid #303030;
	box-shadow:0 0 5px #999d67;
	/*border-radius:4px;*/
	/*margin: 6px 6px 40px;
	position:relative;
	text-decoration:none;
	border:1px solid #555555;
	background-position:center center;
	background-repeat: no-repeat;
	margin:3px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	cursor:pointer;
}


.albumT:hover{
	width:110px;
	height:110px;
	display:inline-block;
	/*border:7px solid #303030;
	box-shadow:0 0 12px #999d67;
	/*border-radius:4px;*/
	/*margin: 6px 6px 40px;
	position:relative;
	text-decoration:none;
	border:1px solid #555555;
	background-position:center center;
	background-repeat: no-repeat;
	margin:3px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	cursor:pointer;
}
.albumTfirst{
	width:180px;
	height:180px;
	display:inline-block;
	/*border:7px solid #303030;
	box-shadow:0 0 5px #999d67;
	/*border-radius:4px;*/
	/*margin: 6px 6px 40px;
	position:relative;
	text-decoration:none;
	border:1px solid #555555;
	background-position:center center;
	background-repeat: no-repeat;
	margin:3px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	cursor:pointer;
}


.albumTfirst:hover{
	width:180px;
	height:180px;
	display:inline-block;
	/*border:7px solid #303030;
	box-shadow:0 0 12px #999d67;
	/*border-radius:4px;*/
	/*margin: 6px 6px 40px;
	position:relative;
	text-decoration:none;
	border:1px solid #555555;
	background-position:center center;
	background-repeat: no-repeat;
	margin:3px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	cursor:pointer;
}
.splashFooter {
    position:fixed;
    left:0px;
    bottom:0px;
    height:25px;
    width:100%;
    font-family: 'Fjalla One', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#CCC;
	text-align:center;
	box-shadow:0px -2px 5px #307a81;
	padding-top:8px;
	border-top:1px solid #19555b;
	background-color:#000;
}
.intro img{
	
}
.pics{
	
}

*\