body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #666666;
	padding-bottom: 100px;
}

#menu ul li {
	padding: 0 23.5px 0 15px;
}

#menu a span {
    color: #b5b5b5;
    transition: color .55s ease-in-out;
}

#menu a:hover span, #menu a.active span {
    color: #d90000;
}

a {
	color: #d90000;
}

a[href='#'] {
	display: block;
	margin-top: 50px;
	color: #777776;
}

a[href='#'] spani {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #777776;
    color: #f5f4f3;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    transition: all .4s ease-in-out;
}

a[href='#'] img {
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: all .4s ease-in-out;
    top: -2px;
    position: relative;
    margin-right: 10px;
}

a[href='#'] span:before {
	position: relative;
	left: 0.8px;
	content: "";
}

a[href='#'].active span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

a[href='#'].active img {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

h1, h2, h3 {
	color: #484848;
}

h1, h2 {
	font-weight: 100;
	margin-top: 150px;
}

h3 {
	font-size: 22px;
}

h3:first-child {
	margin-top: 0;
}

h4 {
	font-size: 15px;
	border-left: 2px solid #d90000; 
	padding: 2px 0 2px 5px;
}

h5 {
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 15px;
	margin-top: 34px;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.section-header {
	
}

.section-header .row {
	display: flex;
}

.header-image {
    background-color: #d6d6d6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.header-text {
    background-color: #d6d6d6;
    color: #484848;
    padding: 0 30px 80px;
}

.header-text h1, .header-text h2 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 32px;
}

.header-text h1:after, .header-text h2:after {
	content: "";
	display: block;
	border-bottom: 3px solid #d90000;
	width: 57px;
	margin-left: -30px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.text-content .container {
	background-color: #f7f7f7;
	padding: 80px 15px 60px;
}

.text-content.text-content-no-bottom-padding .container {
	padding: 80px 15px 0;
}

.text-content.text-content-no-top-padding .container {
	padding: 0px 15px 60px;
}

.text-content.text-content-dark .container {
	background-color: #ececec;
	display: none;
}

.content {
	padding-left: 100px;
	padding-right: 100px;
}

.content.content-right {
	padding-left: 30px;
	padding-right: 170px;
}

.content.content-dark {
	display: none;
}

.content ul {
	list-style: none;
	padding: 0 0 0 30px;
}

.content ul li {
	position: relative;
	margin-bottom: 10px;
}

.content ul li:after {
	content: " ";
	display: block;
	border-bottom: 5px solid #d90000;
	width: 5px;
	position: absolute;
	top: 10px; 
	left: -25px;
}

em {
	color: #d90000;
	font-style: normal;
	display: inline-block;
	margin: 0 5px;
}





.menu-container {
	padding: 0;
}

#menu {
	height: auto;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

#menu .logo {
	height: auto;
	text-align: right;
	padding: 15px 100px 20px 0;
}

#menu .logo img {
	height: 77px;
	width: auto;
}

#menu a {
	font-weight: 400;
	transition: color .55s ease-in-out;
}

#menu ul {
	float: none;
	margin: 0;
	margin-left: -15px;
	padding: 0;
	background: #fff;
}

#menu a.active, #menu a:hover {
	border: 0;
	color: #d90000;
}

#menu.flyOver #menu_1 {
    position: fixed;
    top: 0;
    z-index: 1;
}





#map {
	min-height: 315px;
}




footer .container {
	background: #949594;
	padding: 50px 100px;
}

footer ul {
	padding: 0;
	list-style: none;
}

footer a {
	color: #fff;
}

footer a:hover, footer a:focus, footer li.active a {
	text-decoration: none;
	color: #ccc;
}







.field-grid-submit button {
	border-color: #d90000;
	background: #d90000;
	color: #fff;
	border-radius: 3px;
	border-bottom: 3px solid #a00000;
	font-weight: 100;
	transition: all .35s ease-in-out;
}

.field-grid-submit button:hover {
	border-color: #a00000;
	background: #a00000;
	border-bottom: 3px solid #610000;
}

.field-grid-submit button i {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

input:focus, select:focus, textarea:focus {
    border-color: #d90000 !important;
}

input[type=text], input[type=password], input[type=submit], textarea, .input {
	border-width: 1px;
}















@media (min-width: 768px) {
	.menu-outer {
		display: block !important;
	}
}

@media (max-width: 991px) {

	.content {
	    padding-left: 50px;
	    padding-right: 50px;
	}
	
	#menu ul li {
		padding-right: 0;
		letter-spacing: -0.5px;
	}
	
	#menu .logo {
		padding-right: 0;
	}
	
	#menu .logo img {
		height: 55px;
	}
}

@media (max-width: 767px) {
	
	body {
		padding-bottom: 0;
	}
	
	h3 {
		font-size: 18px;
	}
	
	#menu {
		margin-left: 0;
	}
	
	#menu .menu-outer {
		margin: 0;
	}
	
	#menu a {
		color: #333;
	}
	
	#menu ul {
		background-color: #cccccc;
		margin-left: 0;
	}
	
	#menu ul li {
		border-bottom: 1px solid #b7b7b7;
		letter-spacing: 0;
	}
	
	#menu .logo {
		padding: 0 15px 35px;
	}
	
	#menu .logo img {
	    height: auto;
	    width: 100%;
	    max-width: 100%;
	}
	
	.content {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.section-header .row {
		display: block;
	}
	
	.header-text h1, .header-text h2 {
		margin-top: 50px;
		font-size: 26px;
	}
	
	.header-image {
		min-height: 300px;
	}
	
	.header-text {
		padding-bottom: 30px;
	}
	
	.content.content-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.text-content .container {
		padding: 30px 15px;
	}
	
	footer .container {
		padding: 50px 15px;
	}
}

@import url("css/font-roboto-condensed.css");
