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


@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');


body{
	font-family: 'Roboto', sans-serif;
	color:#37302c;
	font-size: 18px;
	line-height: 140%;
}

h1{
	font-size:1.571em;
	line-height: 1.42857;
	color:#e3000b;
}

h2{
	font-size:40px;
	line-height: 40px;
	color:#e3000b;
	font-weight: bold;
}

.col-md-3  h2{
	font-size:20px;
	line-height: 20px;
	color:#000;
	font-weight: bold;
	text-transform: uppercase;
}

a:link, a:visited{
	color:#e3000b;
}
a:hover, a:focus{
	color:#e3000b;
	text-decoration:underline;
	
}

p{
	margin:0 0 10px;
}

ol, ul {
    padding-left: 20px;
}

.btn {
	border: 2px solid #e3000b;
	background:#e3000b;
	text-transform:uppercase;
	border-radius: 0px;
    margin-top: 20px;
	padding-top: 8px;
	color: #fff !important;
}

.btn::after{
	content:"\00bb";
	position:relative;
	margin-left:6px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #e3000b !important;
    text-decoration: none;
    background: #fff;
	border-color: #e3000b;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
   background: #e3000b;
	border-color: #e3000b;
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background: #e3000b;
	border-color: #e3000b;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background: #e3000b;
	border-color: #e3000b;
}