.col{
	float:left;
}
.smd1{
	 width:100%;
	 }

.smd2{
	 width:50%;
	 }


.smd3{
	 width:33.33333333333333%;
	 }

.smd4{
	 width:25%;
	 }

.smd5{
	 width:20%;
	 }

.gutter{
	padding:10px;
}
.gutter-10-lr{
	padding:0 10px;
}
.gutter-b-0{padding:10px 10px 0 10px;}
.gutter-one{padding:0 5px;}



/*************/
.grid{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	
}


 .grid ul {
     padding:0;
     margin: 0;
     list-style:none;
     width:100%;
     float:left;
}
 .grid li{
     display:block;
     margin:0;
     float:left;
     -webkit-transition: all .4s;
     -moz-transition: all .4s;
     -ms-transition: all .4s;
     -o-transition: all .4s;
     transition: all .4s;
	
	
}
/***************************************************************/

/*************** HoVER EFFECT ***************/
.hover-effect{ width:100%; float:left; position:relative; overflow:hidden}
.hover-effect img { width:100%; display:block; -moz-transition: all 0.99s ease; -o-transition: all 0.99s ease; -webkit-transition: all 0.99s ease;transition: all 0.99s ease;
filter: none; -webkit-filter: grayscale(0);-webkit-transform: scale(1.01);}
.hover-effect:hover img { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1);  -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.hover-effect:after { background:#FFF; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; content: ''; opacity: 0.7; -webkit-transform: skew(45deg) scaleX(0);
-ms-transform: skew(45deg) scaleX(0); transform: skew(45deg) scaleX(0); -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.hover-effect:hover:after { -webkit-transform: skew(45deg) scaleX(1); -ms-transform: skew(45deg) scaleX(1); transform: skew(45deg) scaleX(1); -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
opacity: 0.1;}

.hover-effect-zoom-out{ width:100%; float:left; position:relative; overflow:hidden}
.hover-effect-zoom-out img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;width:100%;}
.hover-effect-zoom-out:hover img { -moz-transform: scale(.9, .9); -ms-transform: scale(.9, .9); -webkit-transform: scale(.9, .9); transform: scale(.9, .9);}

.hover-effect i{width:50px;	height:50px;background-color:#75be43; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; color:#fff;position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;text-align:center;margin:0 0 0 -25px;
-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}

/***********************640 px *************************************/
 @media only screen and (max-width: 768px) {

.smd2, .smd3, .smd4, .smd5 {
     width:50%;
     
}

 .aside, .summary {
     width:100%;

}

}
 @media only screen and (max-width: 640px) {

.smd2, .smd3, .smd4, .smd5 {
     width:100%;
     
}
 .aside, .summary {
     width:100%;

}

}