/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



body {
	background: #e3e3e3;
	padding-top: 0;
	font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	margin-right: 0;
}

h2, .h2 {
	font-size: 28px;
	font-weight: 400;
}

.container {
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
}

.container .jumbotron {
	border-radius: 0;
	text-align: center;
}

.portal {
	background: #f2f2f2;
	padding: 5px 15px;
}

.no-js .portal {
	min-height: 270px;
}

.portal .btn {
	margin: 1.5em 0 1em;
}

.spirit {
	border-bottom: 10px solid #f6a808;
}

.spirit h2, .spirit a {
	color: #f6a808;
	text-decoration: none;
}

.spirit .btn {
	background-color: #f6a808;
	border: none;
	color: #fff;
}

.allg {
	border-bottom: 10px solid #666;
}

.allg h2, .allg a {
	color: #666;
	text-decoration: none;
}

.business {
	border-bottom: 10px solid #00528d;
}

.business h2, .business a {
	color: #00528d;
	text-decoration: none;
}

.business .btn {
	background-color: #00528d;
	border: none;
	color: #fff;
}

.footer {
	border-top: 1px solid #EEE;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn {
	border-radius: 0;
	border: none;
}

.jumbotron {
	margin-bottom: 0;
}

.slider img {
	width: 100%;
}

.no-js .banner ul {
	display: none;
}

.js .allg-img {
	display: none;
}

.header {
	margin-bottom: 1.5em;
}

/* Slider Featuers */
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	height: auto!important;
	margin-bottom: 48px;
}

.banner img {
	width: 100%;
}

.banner li {
	list-style: none;
}

.banner ul li {
	float: left;
}

.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner ul {
	list-style: none;
	width: 300%;
	margin: 0;
	padding: 0;
	height: auto!important;
}

.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #FFF;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dots li.active {
	background: #FFF;
	opacity: 1;
}

.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}


@media (min-width: 1200px) {
	.container {
		max-width: 1030px;
	}
}

@media (max-width: 768px) {
	.jumbotron img {
		width: 80%;
		max-width: 250px;
	}
}

.header .col-sm-4 {
	text-align: center;
	margin-bottom: 1em;
}

.header a {
	display: inline-block;
}


