#content{
    margin-bottom: 2rem;
}
.cataloge-album .album-title{
	text-align: center;
    padding: 15px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3rem;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.cataloge-album .album-subtitle{
	text-align: center;
	font-size: 14px;
    color: #2F2E30;
}
.albums .album-box-title {
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 20px 0 12px 0 !important;
}
.albums .album-box .box-text {
    padding: 0;
}
.albums .album-btn{
	font-size: 14px;
	font-weight: 700;
	color: #EB2D29;
	text-align: left;
	margin-top: .6rem;
    text-transform: uppercase;
	cursor: pointer;
	display: block;
}

.close-modal {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    font-weight: 700;
}

.amt-loading {
	top: 37px
}

.amt-loading {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	background-color: rgba(255, 255, 255, .8)
}

.amt-loading .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 40px
}

.loader {
	height: 4px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ddd;
}

.loader:before {
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 4px;
	background-color: #2980b9;
	animation: loading 2s linear infinite;
}

@keyframes loading {
	from {
		left: -200px;
		width: 30%;
	}

	50% {
		width: 30%;
	}

	70% {
		width: 70%;
	}

	80% {
		left: 50%;
	}

	95% {
		left: 120%;
	}

	to {
		left: 100%;
	}
}
