.main-menu .navigation > li > ul > li > a {
	padding: 4px 15px;
}

/*.sidebar-title:hover {
	color: #000;
}
*/
.album-section {
	padding: 0px;
}

.gallery .myImage {
    margin:  4px;
}

.gallery .imagebox {
	position: relative;
	z-index: -1;
}

/*.gallery .imagebox::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #010101;
	z-index: 0;
	opacity: 0.4;
}*/

/*.myImage img{
	max-width: 150px;
}*/

.picture-gallery img {
	max-width: 180px;
}

.gallery .imagebox img {
	width: 100%;
	border-radius: 4px;
/*	height: 100px;*/
}

.gallery .imagebox .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 8px;
	width: 100%;
	color: #000;
	font-weight: bold;
	background-color: #ffffff;
}

/*==============================================================================*/




 /*.folder {
	 transition: all 0.2s ease-in;
}
 .folder__back {
	 position: relative;
	 width: 100%;
	 height: 200px;
	 background: #4786ff;
	 border-radius: 0px 5px 5px 5px;
}
 .folder__back::after {
	 position: absolute;
	 bottom: 98%;
	 left: 0;
	 content: "";
	 width: 30px;
	 height: 10px;
	 background: #4786ff;
	 border-radius: 5px 5px 0 0;
}

.folder__back .paper img{
	width: 100%;
	height: 100%;
}

 .folder__back .paper {
	 position: absolute;
	 bottom: 10%;
	 left: 50%;
	 transform: translate(-50%, 10%);
	 width: 70%;
	 height: 80%;
	 background: #e6e6e6;
	 border-radius: 5px;
	 transition: all 0.3s ease-in-out;
}
 .folder__back .paper:nth-child(2) {
	 background: #f2f2f2;
	 width: 80%;
	 height: 70%;
}
 .folder__back .paper:nth-child(3) {
	 background: #fff;
	 width: 90%;
	 height: 60%;
}
 .folder__back .folder__front {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 background: #70a1ff;
	 border-radius: 5px;
	 transform-origin: bottom;
	 transition: all 0.3s ease-in-out;
}
 .folder:hover {
	 transform: translateY(-8px);
}

.folder:hover .folder__back .paper {
	bottom: 54%;
}

 .folder:hover .paper {
	 transform: translate(-50%, 0%);
}
 .folder:hover .folder__front {
	 transform: skew(15deg) scaleY(0.6);
}
 .folder:hover .right {
	 transform: skew(-15deg) scaleY(0.6);
}*/
 



