.animation-element {
	width: 100%
}
.sl-list-content {
}
.bounce-up {
	opacity: 0;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.in-view .sl-list-image img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1); /* IE 9 */
	-o-transform: scale(1); /* Opera */
	transform: scale(1);
}
.bounce-up.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.sl-list-image img {
	-webkit-transition: all 1.8s ease;
	-moz-transition: all 1.8s ease;
	-ms-transition: all 1.8s ease;
	transition: all 1.8s ease;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
	-o-transform: scale(1.1); /* Opera */
	transform: scale(1.1);
}
.sl-wrapper {
	background-color: #fff;
	margin: 0px auto;
	display: block;
	font-weight: normal;
}
.sl-wrapper ul, .sl-wrapper li {
	margin-left: 0 !important;
}
.sl-list-content {
}
.masonry {
	column-count: 2;
	column-gap: 4em;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-moz-column-gap: 4em;
	-webkit-column-gap: 4em;
}
.list-item {
	display: inline-block;
	min-height: 1px;
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
}
.sl-list-menu li:first-child {
	margin-top: 230px;
}
.sl-list-image img {
	width: 100%;
}
.sl-list-image {
	margin-bottom: 35px;
	overflow: hidden;
	-webkit-transform: scale(1.0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s linear;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s linear;/* Firefox 4-15 */
	-o-transition: all 0.5s linear;/* Opera 10.5-12.00 */
	transition: all 0.5s linear;/* Firefox 16+, Opera 12.50+ */
}
.sl-list-image img {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	-webkit-backface-visibility: hidden;
}
.list-item:hover .sl-list-image {
	transform: scale(0.95);
}
.list-item:hover .sl-list-image img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
}
.sl-list-text {
	text-align: center;
}
.sl-list-title {
	font-size: 20px !important;
	font-weight: normal;
	margin-bottom: 5px !important;
}
.sl-list-subtitle {
	color: #999 !important;
}
.sl-list-menu li a {
	text-decoration: none;
	color: #403433;
}
.sl-list-menu {
	padding-left: 0px;
}
.sl-list-menu li {
	list-style: none;
	margin-bottom: 30px;
}
.load-more-btn {
	background-color: #35a7cc;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.load-more-btn:hover {
	background-color: #1F90B8;
	color: #000;
}
.option {
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 2s;
	-webkit-animation-iteration-count: 5;
}

/* Responsive Styles */


@media screen and (min-width: 200px) and (max-width: 768px) {
.sl-wrapper {
	width: 90%;
}
.masonry {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
.sl-list-menu li:first-child {
	margin-top: 0px;
}
}

@media screen and (min-width: 768px) and (max-width: 1290px) {
.sl-wrapper {
	width: 95%;
}
.masonry {
	column-gap: 3em;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
}
}
