.hoverblock {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
    background-color: #ececec
}
.hoverblock .bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hoverblock img {
	display: inline-block;
	max-width: 100%;
}
.hoverblock-favorite .flag-wrapper {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
}
.baguetteBoxOne .col { padding: 20px;  }
.flag {
	display: block;
	color: #111;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #ccc;
}
.flag-favorites .glyphicon-heart {
	display: block;
	float: left;
	font-size: 16px;
	color: #999;
	width: 16px;
	height: 40px;
	line-height: 37px;
	margin-right: 5px;
	vertical-align: middle;
}
.flag:hover .glyphicon-heart {
	color: #000;
}
.flag span.action, .flag span.count {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.hoverblock-favorite .hoverblock-info {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.hoverblock-favorite:hover .hoverblock-info {
	padding-bottom: 15px;
}
.hoverblock-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	padding: 10px;
	transition: all .5s;
}
.hoverblock-info .title {
	font-size: 18px;
}
@media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
@media all {
.row {
	margin: 0 -5px;
	overflow: hidden;
}
.col {
	float: left;
	padding: 5px;
}
.col-md-4 {
	width: 33.33%;
}
.col-md-6 {
	width: 50%;
}
.col-md-3 {
	width: 25%;
}
.col-md-9 {
	width: 75%;
}
}
@media only screen and (max-width:768px) {
.col-md-4 {
	width: 100%;
}
.col-md-6 {
	width: 100%;
}
.col-md-3 {
	width: 100%;
}
.col-md-9 {
	width: 100%;
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.glyphicon {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	color: #ff1711;
}
.glyphicon-heart:before {
	content: "\f004";
}
#baguetteBox-overlay .full-image figcaption {
	font-size: 20px;
	padding: 10px;
	width: auto !important;
	left: 0;
	right: 0;
	white-space: normal;
	line-height: 1.4;
	background-color: transparent;
	text-shadow: 2px 2px 7px rgba(0,0,0,.5);
	color: #fff;
}
@media only screen and (max-width:768px) {
#baguetteBox-overlay .full-image figcaption {
	font-size: 18px;
}
}
.hoverblock-content {
    height: 0px;
    overflow: hidden;
    -ms-transition: all .32s cubic-bezier(0.5, 0.1, 0.1, 1);
    -o-transition: all .32s cubic-bezier(0.5, 0.1, 0.1, 1);
    -moz-transition: all .32s cubic-bezier(0.5, 0.1, 0.1, 1);
    -webkit-transition: all .32s cubic-bezier(0.5, 0.1, 0.1, 1);
}
.hoverblock-content {
    height: 0px;
    overflow: hidden;
    -ms-transition: all .32s cubic-bezier(0.5, 0.1, 0.1, 1);
    -o-transition: all .32s cubic-bezier(0.5, 0.1, 0.1, 1);
    -moz-transition: all .32s cubic-bezier(0.5, 0.1, 0.1, 1);
    -webkit-transition: all .32s cubic-bezier(0.5, 0.1, 0.1, 1);
}
.hoverblock-favorite:hover .hoverblock-content{max-height:100%;height:100px;}
.album-title {
	font-size: 24px;
}
.album-prize {
	font-size: 14px;
	margin-left: 10px;
	vertical-align: middle;
	display: none;
}
.album-author {
	font-size: 16px;
	color: #ececec;
}
.category-title {
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	margin: 30px 0px 10px;
}
.album-category .col { margin-bottom: 0; }
