.content-container,.gallery,.gallery-album-detail{
    height: 100%;
}

.carousel{
	position: relative;
	display: none;
	overflow: hidden;
   	height: 865px;
}
.slide{
	overflow: hidden;
		width: 100%;
	height: auto;
}
.carousel img{
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
}
.carousel .item{
	position: absolute;
	left: 0;
	top: 0;
    bottom: 0;
}
.carousel .navigation{

  text-shadow: 1px 1px 5px #000;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 50px;
}
.carousel span{
	    padding:0 10px;
    cursor: pointer;
}
.min-carousel img{
	cursor: pointer;
	margin: 0 auto;
}
.min-carousel .item{
	float: left;
padding: 0;
overflow: hidden;
width:33.33%;
height:auto;
}
.close{
	position: absolute;
	top: 0px;
	right: 18px;
	width: 30px;
    height: 30px;
    background: url('../images/close.png') no-repeat;
    background-size:cover;
    cursor: pointer;
}

.number{
	font-family: 'Lobster', cursive;
	font-size: 32px;
	font-style: italic;
}
.navigation .prev:hover,.navigation .next:hover{
opacity: .5;
}
.min-carousel li{
	list-style:none;
}
.min-carousel{
	padding: 0;
}
.min-carousel img:hover{
background-color:#365F87 ;
opacity: .8
}
.mask{
	    width: 100%;
    height: 100%;
    background:none;
	background-color:rgba(0,46,81,0.4);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66002E51,endColorstr=#66002E51);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66002E51,endColorstr=#66002E51);
	zoom:1;
    position: absolute;
/*    z-index: 99999;*/
    top: 0;
    left: -100%;
    text-align: center;
}

.mask-slider{
	width: 100%;
	height: 100%;
	position: absolute;
	background:none;
	background-color:rgba(0,46,81,0.7);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3002E51,endColorstr=#B3002E51);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3002E51,endColorstr=#B3002E51);
	zoom:1;

}
iframe{
	border:0 !important;
}
.slide .item{
	overflow: hidden;
}
.gallery .succes .notification-message{
    padding: 10px;
    background: #1DA51D;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: 900;
}
