
body {

}
.sl-wrapper{
	width: 1280px;
	background-color: #fff;
	margin: 0px auto;
	display: block;
	font-family: 'Helvetica', Arial, Lucida, sans-serif;
	font-weight: normal;
}
.animation-element{
	width:100%
}
.sl-list-content{

}

.masonry{

}

.list-item{
	display: inline-block;
    min-height: 1px;	
    
    margin: 0 0 1em;
    width: 100%;
	margin-bottom: 115px;
	
}
.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{
	 -webkit-transition: all 0.8s ease; 
  -moz-transition: all 0.8s ease; 
  -ms-transition: all 0.8s ease; 
  transition: all 0.8s ease;
	-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-menu li:nth-child(2){
	margin-top:230px
}

.sl-list-menu li{
width: 45%;
}
.sl-list-image img{
	width: 100%;
}
.sl-list-image{
    margin-bottom: 35px;
	overflow: hidden;
	height:220px;
}



.sl-list-image{
	  -webkit-transition: all 0.8s ease; 
	  -moz-transition: all 0.8s ease; 
	  -ms-transition: all 0.8s ease; 
	  transition: all 0.8s ease;
}


.sl-list-image:hover{
	-webkit-transform: scale(.97);
	transform: scale(.97);
}


.ilist_tf_image {
   
   -webkit-transition: all 0.8s ease; 
  -moz-transition: all 0.8s ease; 
  -ms-transition: all 0.8s ease; 
  transition: all 0.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-list-image:hover .ilist_tf_image {
    
    -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);	
	box-sizing: border-box;
	-webkit-backface-visibility: hidden !important;	
 }
 

.sl-list-text{
	text-align: center;
}

.sl-list-title{
	margin-bottom: 5px;	
    font-size: 20px;
	font-weight: normal;
}
.sl-list-subtitle{
	color: #999;
  
}
.sl-list-menu li a{
	text-decoration: none;
	color: #403433;
}
.sl-list-menu{
	padding-left: 0px;
}
.sl-list-menu li{
	list-style: none;
}


/* Responsive Styles */


@media screen and (min-width: 200px) and (max-width: 768px){
	.sl-wrapper{
		width: 90%;
	}
.sl-list-menu li{
width: 100%;
}
	.sl-list-menu li:nth-child(2){
	margin-top: 0px;
 }
}


@media screen and (min-width: 768px) and (max-width: 1290px){
	.sl-wrapper{
		width: 95%;
	}

}




