.hidden-class{
	display: none;
}
.album-list-photo {
    display: table-cell;
    font-weight: 300;
    position: relative;
}
.album-list-photo .photo-item {
    width: 200px;
    height: 150px;
    position: relative;
    padding-bottom: 10px;
    margin-right: 25px;
    float: left;
}
.album-list-photo .photo-item img {
    width: 100%;
    height: 100%;
}
.album-list-photo .photo-item a.remove {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-image: url("../images/icon-delete.ico");
}
a.remove-album{
	width: 20px;
    height: 20px;
}
a.remove-album img {
    width: 20px;
    height: 20px;
}
.actionCol{
	width: 30px;
}
.actionCol img{
	 width: 16px;
    height: 16px;
}
.album-list{
    position: relative;
}
.album-list .row{
	margin-left: 0px;
}
.album-list .album-item{
	width: 50%;
    height: 200px;
    position: relative;
    padding-bottom: 12px;
    margin-right: 0px;
    float: left;
}
.album-list .album-item img {
    width: 97%;
    height: 100%;
    opacity: 0.85;
    filter: alpha(opacity=50); 
}
.album-list .album-item img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.album-list .album-item .album-name-bottom{
	width: 97%;
    bottom: 27px;
    position: absolute;
    font-family: inherit;
    padding-left: 8px;
    color: #fff;
    line-height: 7px;
    font-weight: bold;
}
.album-header{
	text-align: center;
}
.album-header .album-title{
	font-size: 24px;
    margin-bottom: 8px;
    -webkit-font-smoothing: antialiased;
}
.photo-container{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: black;
    opacity: 1;
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.photo-container .modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    background-image: url(../images/photo-grid-icons.png);
    background-repeat: no-repeat;
    background-position: -100px;
}
.photo-container .swiper-container {
	position: absolute;
    top: 60px;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 800px;
    height: 600px;
}
.photo-container .swiper-container .swiper-slide {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.view_slide{
	overflow: hidden;
}
.view_slide-single{
	overflow: hidden;
    position: relative;
    height: 500px;
    width: 700px;
}
.view_slide-single .swiper-container-single{  
	 width: 100%;
     height: 100%
}
.view_slide-single .swiper-container-single .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
}
.photo-item-search{
	 width: 65px;
    height: 65px;
    position: relative;
    padding-bottom: 10px;
    margin-right: 25px;
    float: left;
}
.photo-item-search img {
    width: 100%;
    height: 100%;
}
.album-list-simple .first-album img {
	width: 100% !important;
}
.album-list-simple .other-album {
	display: flex;
}
.album-list-simple .other-album-item {
	width: 30%;
	padding-left: 2.5%;
}
.other-album-ul {
	display: flex;
	padding-bottom: 10px;
}
.other-album-ul .other-album-item {
	padding-left: 1%;
}
.album-list-photo .edit-contact {
    position: absolute;
    top: 1px;
    right: 18px;
    width: 14px;
    height: 15px;
}
.album-list-photo .delete-econtact {
	position: absolute;
    top: 1px;
    right: 3px;
    width: 14px;
    height: 15px;
}
.album-list-simple .title-album {
	padding-top: 5px;
    text-align: center;
}
.album-list-simple .title-album span{
	font-weight: bold;
}
.table-last-header {
	width: 10%;
}
.photo-album-admin-portlet table thead tr th:nth-child(2) {
	width: 4%;
}