.header-gallery{
	position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
}
.gallery-wrapper{
	width: 100%;
	margin-top: 74px;
}

.gallery-wrapper .main-content-inner{
	padding: 0;
	margin-bottom: 0;
}

.gallery-wrapper .gallery-wrapper{
	margin: 0;
}
.gallery-wrapper #slider .flex-viewport{
	height: 900px;
}

.gallery-wrapper #slider.flexslider .slides img{
	height: 900px;
	width: auto;
	margin: 0 auto;
}
.gallery-wrapper #slider.flexslider{
	margin: 0;
	border:0;
	border-radius:0;
}
.gallery-wrapper #carousel.flexslider{
	margin: 0;
	border:0;
	border-radius:0;
	background: #111;
}
.gallery-wrapper .carousel-wrapper{
	padding: 20px;
	background: #111;
}
.gallery-list{

}
.gallery-row{
	margin: 0;
	    padding: 0 5px;
	text-align: center;
}
.gallery-list ul li{
	    width: 31%;
    list-style: none;
    display: inline-block;
        margin: 0 5px;
            margin: 0 5px 10px 5px;
}
.gallery-list ul li img{
	width: 100%;
	border: 0;
	padding: 0;
}
.gallery-list .gallery-item{
	padding: 6px;
	border: 1px solid #ddd;
}
.gallery-list .title{
	    margin: 10px 0 0 0;
    text-align: center;
}
#slider .flex-direction-nav a{
	width: 50px;
	height: 50px;
	border: 1px solid transparent;
	text-shadow: none;
	transition: all .3s ease-in-out;
}
#slider .flex-direction-nav a:hover{
	border: 1px solid #000;
	background-color: rgba(0,0,0,0.6);
}
#slider .flex-direction-nav .flex-next,
#slider .flex-direction-nav .flex-prev{
	text-align: center;
}
#slider .flex-direction-nav .flex-next{
	right: 0;
}
#slider .flex-direction-nav .flex-prev{
	left: 0;
}
.flex-direction-nav a{
	width: 50px !important;
	height: 50px !important;
	text-shadow: none;
	transition: all .3s ease-in-out;
}
.clr{
	clear: both;
}
.year-lists ul{
	float: right;
}
.year-lists ul li{
	display: inline-block;
}
.year-lists ul li a{
	color:#ddd;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 12px 24px;
	border-radius: 4px;
	transition: all .4s ease-in-out;
}
.year-lists ul li a:hover{
	color:#fff;
	background-color: #ff0000;
}
.year-lists ul li a.active{
	color:#fff;
	background-color: #ff0000;
}
.year-lists ul li a.active:hover{
	color:#fff;
	background-color: transparent;
}


