@charset "utf-8";
#body-section{
	padding-left:0px;
}
#body-section .col-sm-8{

	padding:20px 0px 20px 20px;
	background-color:#FFF;
}
#body-section .col-sm-8 h3 {
	margin-top:10px;
	text-transform:uppercase;
	margin-left:0px;
	font-size:23px;
	color:#ee1b25;
}

#body-section .col-sm-8 p{
	margin-top:20px;	
}
#body-section .col-sm-8 h4 {
	margin-top:40px;
	color:#198cb7;
}

#body-section .col-sm-8 img {
	margin-top:20px;	
}
#body-section li .active{
	color:#ee1b25;	
}
#body-section .col-sm-8 .container-fluid{
	/*border-bottom:1px solid #999;*/

}

#body-section .col-sm-8 .container-fluid h4{
	color:#198cb7;	
}
#body-section2{
	margin:30px 0px;
	padding:10px 0px;	
}

#body-section2 .container-fluid{
	padding:0px ;	
}
#body-section2 .container-fluid .container{
	padding:0px ;	
}
#body-section2 a:hover{
	cursor:pointer;	
}
#body-section2 .col-sm-3 img{
	 transition: all .2s ease-in-out; 
}
#body-section2 .col-sm-3 img:hover{
	transform: scale(1.1); 
	opacity:0.9;	
}
#body-section2 .col-sm-3 h3{
	margin-top:20px;
	text-transform:uppercase;
	margin-left:0px;
	font-size:18px;
	color:#198cb7;
}