/**
 *
 * Date: 
 * @depends /layouts/layout-03.css
 * @depends /bootstrap.min.css
 */
/* General / backgrounds
-----------------------------------------------------------------------------------------*/


body {
	/*Editable*/ font-family: Arial, Helvetica, sans-serif;
} 

#bottom-wrap {
	/*Editable*/ background: #000000;
}

/* Header
------------------------------------------------------------------------------------------*/

#header {
	/*Editable*/ background: #;
}

#navigation {
	/*Editable*/ background: #000000;
	text-align: center;
}

#navigation li a {
	/*Editable*/ color: #;
}

#navigation li a.active {
	/*Editable*/ background: #6bbf9d;
	/*Editable*/ color: #ffffff;
}

/* Hero Image
------------------------------------------------------------------------------------------*/
#hero-image {
	/*Editable*/ background: #000000;
}




#hero-text {
	/*Editable*/ background: #;
	/*Editable*/ color: #;
}


/* Event Content Landing Page
------------------------------------------------------------------------------------------*/

#event-details p {
	/*Editable*/ color: #ffffff;
}

#event-details p span {
	/*Editable*/ color: #6cbf9e;
}


/* Form Essentials
------------------------------------------------------------------------------------------*/

#form-navigation a {
	/*Editable*/ background: #;
	/*Editable*/ color: #;
}


#form-navigation a.active, #fake-step-one a{
	/*Editable*/ background: #e9465f;
}

.step h3 {
	/*Editable*/ color: #e9465f; 
}

.btn-success, .btn-primary {
	/*Editable*/ background: #e9465f;
	/*Editable*/ border-color: #e9465f;
	/*Editable*/ color: #ffffff;
}

#event-description p {
	font-size: 14px;
}

/* Footer
------------------------------------------------------------------------------------------*/
#footer {
	background: #000;
}

#footer p.copyright {
	color: #fff;
}

/* Modal
------------------------------------------------------------------------------------------*/

.modal-body h3 {
	color: #074977;
}


/* Sub pages
------------------------------------------------------------------------------------------*/



#subpage-header {
	background: #6bbf9d;
}

#subpage-header h1 {
	color: #;
}

#subpage-header h2 {
	color: #;
}

#subpage-content {
	background: #000000;
	color: #;
}
#detailed-summary .well th {
color: #;
}