.free-wall {
	margin: auto;
}

.size2-2 {
	width: 175px;
	height: 750px;
}

.size11 {
	height: 200px;
	width: 250px;
}

.size12 {
	width: 250px;
	height: 400px;
}

.size21 {
	width: 500px;
	height: 200px;
}

.size22 {
	height: 400px;
	width: 500px;
}

.size13 {
	width: 250px;
	height: 600px;
}

.size31 {
	width: 750px;
	height: 200px;
}

.size23 {
	width: 500px;
	height: 600px;
}

.size32 {
	width: 750px;
	height: 400px;
}

.size33 {
	width: 750px;
	height: 600px;
}

/*
.brick {
	background-color: white;
	float: left;
	cursor: default;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.brick .cover {
	overflow: hidden;
	margin: 20px;
}

.brick .read-more {
	position: absolute;
	display: none;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 12px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.45);
}

.brick:hover .read-more {
	display: block;
	cursor: pointer;
}

.brick .desc {
	display: none;
}
*/

.full-width .float-left {
	display: none;
}

.full-width .desc {
	display: block;
}

.full-width.brick {
	box-shadow: none;
	overflow: visible;
	border: none !important;
	background: none !important;
}

.full-width.brick .cover {
	margin: 0px 20px;
	color: #333;
}

/*
.full-width.brick .cover * {
	text-shadow: none;
}

.full-width.brick .cover code {
	color: #666;
}
*/

.free-wall-layout {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.free-wall {
	height: 100%;
	margin: auto;
	overflow: hidden;
}

.free-wall .item {
	overflow: hidden;
}

.free-wall .item a,
.free-wall .item a:hover {
	text-decoration: none !important;
}

.free-wall .item.image-top .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 60%;
	background-position: center center;
	background-size: cover;
}

.free-wall .item.item-grid.image-top .img {
	bottom: 20%;
}

.free-wall .item.image-top .text {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
}

.free-wall .item.item-grid.image-top .text {
	z-index: 100;
	top: auto;
}

.free-wall .item.image-right .img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 40%;
	background-position: center center;
	background-size: cover;
}

.free-wall .item.image-right .text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 60%;
	left: 0;
}

.free-wall .item .icons {
	font-size: xx-large;
	position: absolute;
	bottom:0;
	right: 0;
}

.free-wall .item-carousel .item .img {
	background-position: center center;
	background-size: cover;
}

.free-wall .item .item-footer {
	position: absolute;
	bottom: 0;
	right: 0;
}

.free-wall .item .item-footer-alt {
	position: relative;
	bottom: -15px;
	left: -15px;
}

@media (min-width: 768px) {
	.related #freewall div:nth-child(4) {
		display: none;
		height: 0 !important;
	}
}

@media (min-width: 992px) {
	.related #freewall div:nth-child(4) {
		display: inline-block;
		height: 400px !important;
	}
}

