.ev_container{
	max-width:1000px;
	width:100%;
}
.left_events{
	width:49%;
	max-width:490px;
	float:left;

}
.right_events{
	width:49%;
	max-width:490px;
	float:right;
}
.clrfix{
	display:table;
	content:"";
}
.clearfix{
	clear:both;
}
.events_box{
	width:100%;
	height:155px;
	max-height: 155px;
	border:1px solid #85888b;
	padding:20px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:20px;
}

.less-text h3{
	color:#333;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	font-weight:300;
	margin:0;
}
.less-text > p{
	color:#ff5b48;
	font-size:16px;
	font-family: 'Droid Serif', serif;
}
.complete-text{
	display:none;
	font-family: 'Droid Serif', serif;
	font-size:15px;
	color:#666;
}
.plus-button{
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer;
	background:#85888b;
	color:#fff;
	padding: 0px 12px;
	font-weight: bold;
	font-size: 21px;
}

.loadMore_btn{
	width:200px;
	height:45px;
	margin: 0 auto;
	text-align:center;
	color:#fff;
	background:#85888b;
	font-family: "Oswald", serif;
	line-height:45px;
	font-size:18px;
	cursor:pointer;
}

.fa-caret-down{
	margin-left:10px;
	font-size:22px;
}

.more-boxes{
	width:100%;
	max-width:1000px;
}

.total-content{
	display:none;
}
.eve_btns{
	background:#ff5b48;
	padding:5px 30px;
	font-size:18px;
	color:#fff;
	font-family: "Oswald", serif;
}
@media only screen and (max-width:965px){
	.less-text h3 {
		font-size: 22px;
	}
}
@media only screen and (max-width:896px){
	.less-text h3 {
		font-size: 20px;
	}
}
@media only screen and (max-width:828px){
	.less-text h3 {
		font-size: 18px;
	}
	.less-text > p {
		font-size: 14px;
	}
	.complete-text p{
		font-size:14px;
	}
}
@media only screen and (max-width:768px){
	.left_events {
		width: 100%;
		max-width: 730px;	
		float: none;
	}
	.right_events {
		width: 100%;
		max-width: 730px;
		float: none;
	}
}


















