@charset "utf-8";
/* CSS Document */

#gallery {
	position: relative;
	height: 800px;
	width: 1160px;
	overflow: hidden;
	margin: 0 auto;
}
#gallery a {
	float: left;
	margin: 30px;
}
#logogallery {
	overflow:hidden;
	margin-left: 350px;
	-webkit-transition-property: width, height; /* Safari */
    -webkit-transition-duration: 4s; /* Safari */
    transition-property: width, height;
    transition-duration: 4s;
	/* position: relative;
	height: 360px;
	width: 400px;
	overflow: hidden;
	margin: 0 auto;
	*/
}
#logogallery a {
	float: left;
	margin: 20px;
	left: 200px;
}

.big {
	position: absolute;
	top: 900px; 
	left: 250px;
	
	-webkit-transition: top is ease;
	-moz-transition: top is ease;
	-o-transition: top is ease;
	-ms-transition: top is ease;
	transition: top is ease;
}
.featured {
	top: 150px; 
	left: 250px;
	z-index: -3;
}
.logobig {
	position: absolute;
	top: 900px; 
	left: 250px;
	
	-webkit-transition: top is ease;
	-moz-transition: top is ease;
	-o-transition: top is ease;
	-ms-transition: top is ease;
	transition: top is ease;
}
.logofeatured {
	top: 150px;
	left: 150px;
}
#gallery a:hover .thumb {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0,5);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0,5);
	box-shadow: 0px 0px 15px rgba(0,0,0,0,5);
}
#gallery a:hover .big {
	top: 150px;
}
#logogallery a:hover .thumb {
	width: 375px;
	height: 300px;
/*	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0,5);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0,5);
	box-shadow: 0px 0px 15px rgba(0,0,0,0,5);
*/
}
/*
#logogallery a:hover .logobig {
	top: 150px;
}
	*/
#fsshow {
    margin-top: 0px;
    margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 600;
    height: 550px;
	overflow: hidden;
}
	
#fsshow img{
	/* display: none; */
}
#fsshow .is-showing{
	/* display: inline; */
	display: table-row;
}
.rotateimg90 {
  -webkit-transform:rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
img-carousel-inner {
	align-self: center;
}
img-carousel-inner .item .active {
	/*padding-top: 200px;  
	padding-left: 40px;  */
	align-content: center;
}
img-carousel-inner .item {
	/*padding-top: 200px;  
	padding-left: 40px;  */
	align-content: center;
}
#imgCarousel{
	align-self: center;
}
#gallery-text {
	background-color:  #0F416A;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666;
	width: 100%;
	height: 100%;
	cursor: pointer;
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}

