@charset "UTF-8";
/* CSS Document */

body {
	font-family: open-sans, sans-serif;
	line-height: 1.5 !important;
	font-weight: 300 !important;
	font-size: 15px !important;
	padding-top: 50px;
	
	
}

h1 {
	font-family: open-sans, sans-serif;
	line-height: 1.5 !important;
	font-weight: 300 !important;
	font-size: 42px !important;
	
}

.container {
	
	background-color: #ffffff;
}

/*.navbar-custom {
	background-color: #ffffff!important;
	border-width: none !important;
	border-color: #f4f4f4 !important;	
	
}*/

/*.active-custom {
	color: #D9230F !important;
	background-color: #ffffff !important;
		
	
}*/

/*.navbar-padding {
	padding-top: 20px !important;
	
}*/


/*.active {
	color: #ff0004 !important;
	background-color: #ffffff;
}*/

/* active color */

a {
	text-decoration: none !important;
	color: #ff0004; 
	background-color: none !important;
	background: none !important;
}
a:hover {
	color: #1B5C87 !important;
	background-color: none;
	background: none;
}
a:active {
	color: #ff0004 !important;
	background-color: none !important;
	background: none !important;
}
a:focus {
	color: #ff0004 !important;
	background-color: none !important;
	background: none !important;
}
a:focus, .focus a {
	outline: none;
}
