.item {
	margin: 0;
	padding-left: 0.9375em;
	padding-right: 0.9375em
}

.item {
	width: 100%
}

.item.container {
	padding-left: 0;
	padding-right: 0
}


.main-collage {
	position: relative;
	overflow: hidden;
	margin-top: 1em
}

.main-collage img {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 5px 15px 0 rgba(0, 0, 0, 0.12)
}

.main-collage__clip1 {
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(40% 0%, 0% 0%, 0% 100%, 50% 100%);
	clip-path: polygon(40% 0%, 0% 0%, 0% 100%, 50% 100%)
}

.main-collage__content {
	padding: 0 0 0 1em;
	position: absolute;
	z-index: 100;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main-collage__content--title {
	font-size: 1em;
	width: 60%;
	color: #263959;
	margin: 0;
	font-weight: bold
}

@media screen and (min-width:640px) {
	.main-collage__content--title {
		font-size: 2em
	}
}

.main-collage__content--description {
	font-size: 1em;
	width: 100%;
	color: #3D352D;
	display: none
}

@media screen and (min-width:640px) {
	.main-collage__content--description {
		display: block
	}
}

.main-collage__content--icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.main-collage__content--icons .icon {
	background: #C7B446;
	border-radius: 50%;
	padding: .3em 0 0 .5em;
	color: white;
	margin-right: 1em;
	width: 30px;
	height: 30px;
	display: none
}

@media screen and (min-width:640px) {
	.main-collage__content--icons .icon {
		display: block
	}
}

.main-collage__aside {
	color: white
}

.main-collage__aside ul {
	list-style: none;
	text-align: center;
	padding: 0
}

.main-collage__aside ul li {
	padding: 1.2em 0;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(30%, #a65d5c), to(#9a5554));
	background: -webkit-linear-gradient(left top, #a65d5c 30%, #9a5554);
	background: -o-linear-gradient(left top, #a65d5c 30%, #9a5554);
	background: linear-gradient(to right bottom, #a65d5c 30%, #9a5554);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin: 1em 0;
	border-radius: 5px
}

.main-collage__aside ul li i {
	font-size: 2.5em;
	padding-bottom: .2em
}

.main-collage__aside ul li a {
	color: #f0e3e3;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.main-collage__aside ul li a:hover {
	text-decoration: none;
	color: white
}

.main-collage__aside ul li a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 100%;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(40%, rgba(168, 96, 95, 0)), to(#ba8180));
	background: -webkit-linear-gradient(right bottom, rgba(168, 96, 95, 0) 40%, #ba8180);
	background: -o-linear-gradient(right bottom, rgba(168, 96, 95, 0) 40%, #ba8180);
	background: linear-gradient(to left top, rgba(168, 96, 95, 0) 40%, #ba8180)
}

.main-collage__aside li:hover a:before {
	right: 0%
}





