

.event-detail{
	background:rgba(2,169,232,0.8);
	height:30px;
	color:#fff;
	padding-top:6px;
	position:relative;
	margin-top:-30px;
	display:block;
	width:auto;
	padding-left:30px;
}

.event-detail ul{
	padding-left: 0px;
}

.event-detail ul li{
	display: inline-block;
    font-size: 14px;
}

.event-detail ul li:after{
	content: '.';
    margin-left: 7px;
    margin-right: 7px;
}

.event-detail ul li:last-child:after{
	display:none;
}

.event-desc{
	background:#fafafa;
	border:solid 1px #e1e1e1;
	padding:25px 30px 45px;
}

.event-desc h1{
	font-size:30px;
	color:#333333;
	font-family:Roboto;
	font-weight:400;
	margin-top:0px;
	margin-bottom:20px;
}

.event-desc p{
	color:#798086;
	font-size:14px;
}

.event-desc a.btn{
	font-size:14px;
	font-weight:400;
	margin-top:15px;
}

.interested{
	border-bottom:solid 1px #e1e1e1;
	padding-bottom:30px;
	margin-bottom:30px;
}

.interested h3, .doc-heading{
	color:#333333;
	font-size:20px;
	margin-top:35px;
	margin-bottom:30px;
}

.interested a{
	color:#02a9e8;
	font-size:17px;
	font-weight:500;
	text-decoration:none;
	line-height:25px;
	margin-top:10px;
	display:table;
}

.interested .detail{
	color:#798086;
	font-size:14px;
	margin-top:5px;
}

.other-docs{
	border:solid 1px #e1e1e1;
	padding:30px 20px;
	margin-top:-10px;
	margin-bottom:30px;
}

.other-docs:after{
	clear:both;
	display:block;
	content:'';
}

.other-docs article{
	display:block;
	float:left;
	padding-bottom:20px;
	border-bottom:solid 1px #e1e1e1;
	margin-bottom:30px;
	min-height:210px;
}

.other-docs article:last-child{
	border-bottom:none;
	margin-bottom:-20px;
}

.other-docs article .doc-thumb{
	width:32%;
	display:inline-block;
	float:left;
}

.other-docs article .doc-desc{
	width:65%;
	display:inline-block;
	float:right;
}

.other-docs article .doc-thumb img{
	border:solid 1px #e1e1e1;
	padding:5px;
	width:100%;
}

.other-docs article .doc-desc h4{
	color:#333333;
	font-size:18px;
}

.doc-detail{
	padding-left: 0px;
}

.doc-detail li{
	display: inline-block;
    font-size: 14px;
	color:rgba(121,128,134,0.8);
}

.doc-detail li:after{
	content: '.';
    margin-left: 7px;
    margin-right: 7px;
}

.doc-desc p{
	color:#798086;
	font-size:14px;
}

/* Sidebar */

.writing-tools{
	border:solid 1px #29b0ea;
	padding:30px 20px;
	padding-top:20px;
	font-size:14px;
	box-shadow:0px 0px 5px 3px #eef9fd;

}

.writing-tools > span{
	color:#e63a11;
}

.writing-tools p{
	color:#798086;
}

.writing-tools a{
	color:#02a9e8;
}

.aditional-tools{
	background:#eef9fd;
	margin:20px -20px -30px;
	padding:20px;
	color:#333333;
	font-size:16px;
	font-family:Roboto;
	padding-bottom:15px;
	border-top:solid 1px #29b0ea;
}

.aditional-tools ul{
	padding-left:0px;
	margin-bottom:0px;
	margin-top:15px;
	font-family:Hind;
	font-size:14px;
}

.aditional-tools ul li{
	color:#02a9e8;
	margin-bottom:5px;
	margin-left:16px;
}

.other-news{
	
}

.others-heading{
	font-size:18px;
	font-family:Roboto;
	color:#333333;
	margin-top:25px;
	margin-bottom:10px;
}

.other-news img{
	max-width:100%;
}

.other-news h4{
	color:#333333;
	font-size:17px;
	font-family:Hind;
	font-weight:500;
	line-height:22px;
}

.other-news p{
	color:#798086;
}

.other-news a{
	color:#02a9e8;
	font-size:14px;
	display:table;
	margin-bottom:25px;
}

@media(min-width:992px){
	.col-md-9{
		width:70% !important;
	}
	
	.col-md-3{
		width:30% !important;
	}
}


@media (min-width:768px) and (max-width:991px){
	.interested .detail{
		margin-bottom:25px;
	}
	
	.other-news > div:first-child{
		width:100%;
		float:none;
	}
	
	.other-news > div{
		width:45%;
		display:inline-block;
		float:left;
		margin-right:2%;
	}

}

@media (max-width:767px){
	.interested img{
		width:100%;
	}
	
	.interested .detail{
		margin-bottom:20px;
	}
	
	.other-docs article .doc-thumb{
		width:100%;
		float:none;
	}
	
	.other-docs article .doc-desc{
		width:100%;
		float:none;
	}
	
	.other-news img{
		width:100%;
	}
	
	.event-desc{
		padding: 20px 20px 35px;
	}
	
	.event-desc h1{
		font-size:22px;
	}
	
	.event-detail{
		padding-left:5px;
	}
	
	.other-docs{
		padding:15px;
	}
}