/*--------------------------------------------------------------
	BASE STYLES
--------------------------------------------------------------*/
html, body {
	font-family: 'Raleway', sans-serif;
	height: 100%;
}

a, a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
	TOP NAV in "common.css"
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	MAIN NAV in "common.css"
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	COLLAPSE ACCORDION
--------------------------------------------------------------*/

.section-filters {
	margin-bottom: 30px;
}

.section-filters .section-title h3 {
	cursor: pointer;
	font-size: 17px;
	text-transform: uppercase;
	padding: 10px 15px;
	background-color: rgba(45,45,45,0.3);
	border-left: 5px solid rgb(15,39,117);
}

.section-filters .section-title h3 i {
	float: right;
}


/*--------------------------------------------------------------
	ABOUT US
--------------------------------------------------------------*/
#about-us-section
{
	text-align: left;
	background-color: rgb(235,235,235);
	padding: 45px 45px;
}

#about-us-section h2
{
	color: rgb(45,5,45);
	margin-bottom: 40px;

}

.about-us-accordion div.about-us-text
{
	text-align: justify;
	width: 100%;
	line-height: 23px;
	letter-spacing: 2px;
	padding: 10px 10px;
	display: inline-block;
	background-color: rgb(247,247,247);
	margin-bottom: 5px;
	margin-top: -10px;
}

/*--------------------------------------------------------------
	FOOTER CONTACT in "common.css"
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	FOOTER is in common.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	MODAL is in common.css
--------------------------------------------------------------*/

