.clearfix:after{display:block;clear:both;content:".";visibility:hidden;height:0;}
.clearfix{display:block;}

.row_tit{font-size:30px;font-weight:300;text-align:center;}

.row1{padding:0 0 100px 0;}

/*Feed Style*/
.row1 #instafeed{}
.row1 #instafeed .feed{position: relative;width: 285px;height: 285px;float: left;margin-right: 20px;overflow: hidden;margin-bottom:20px;}
.row1 #instafeed .feed:nth-child(4n){margin-right:0;}
.row1 #instafeed .feed:hover a .overlay{left:0;opacity:1;}
.row1 #instafeed .feed a{}
#instafeed > .feed > a > img{height:285px;}
.row1 #instafeed .feed a .overlay{position:absolute;left:-285px;top:0;opacity:0;background:rgba(14,22,58,0.95);height:100%;width:100%;padding:150px 20px 20px 20px;transition:0.3s;}
.row1 #instafeed a .overlay p{color:#fff;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.4;height: 5.6em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;font-weight:200;}
.row1 #instafeed a .overlay .likes{color:#fff;font-size:16px;font-weight:200;}
.row1 #instafeed a .overlay .likes img{width:auto;padding-bottom:4px;margin-right:5px;}

@media screen and (max-width:1200px){
	.row1 #instafeed .feed{width:32.33%;margin-right:1.5%;margin-bottom:1.5%;}
	.row1 #instafeed .feed:nth-child(4n){margin-right:1.5%;}
	.row1 #instafeed .feed:nth-child(3n){margin-right:0;}
	#instafeed > .feed > a > img{height:300px;}
}

@media screen and (max-width:800px){
	.row1 #instafeed .feed{width:49%;margin-right:2%;margin-bottom:2%}
	.row1 #instafeed .feed:nth-child(4n){margin-right:2%;}
	.row1 #instafeed .feed:nth-child(3n){margin-right:2%;}
	.row1 #instafeed .feed:nth-child(2n){margin-right:0;}
	#instafeed > .feed > a > img{height:370px;}
}

@media screen and (max-width:600px){
	.row1 #instafeed .feed{width:100%;margin-right:0;margin-bottom:2%;height: 450px;}
	.row1 #instafeed .feed:nth-child(4n){margin-right:0;}
	.row1 #instafeed .feed:nth-child(3n){margin-right:0;}
	#instafeed > .feed > a > img{width:100%;height:auto;}
	.row1 #instafeed .feed a .overlay{padding:315px 20px 20px 20px;}
}

@media screen and (max-width:500px){
	.row1 #instafeed .feed{height: 350px;}
	.row1 #instafeed .feed a .overlay{padding:215px 20px 20px 20px;}
}

@media screen and (max-width:400px){
	.row1 #instafeed .feed{height: 250px;}
	.row1 #instafeed .feed a .overlay{padding:115px 20px 20px 20px;}
}

/*Load More Style*/
.row1 .more_div{text-align:center;}
.row1 .more_div #load,.row1 .more_div a{display: inline-block;padding-top: 1px;background-color:transparent;border:1px solid #0e163a;width:150px;height:50px;text-align:center;font-weight:300;transition:.3s;}
.row1 .more_div #load:hover,.row1 .more_div a:hover{background-color:#0e163a;color:#fff;}
.row1 .more_div #load img{margin-left: 10px;}
.row1 .more_div a:nth-child(2){margin-left:15px;}