@font-face {
    font-family: "Abel";
    src: url("../fonts/abel-regular-webfont.eot");
    src: url("../fonts/abel-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/abel-regular-webfont.woff") format("woff"),
         url("../fonts/abel-regular-webfont.ttf") format("truetype"),
         url("../fonts/abel-regular-webfont.svg#abelregular") format("svg");
    font-weight: normal;
    font-style: normal;

}

.affix {
	position: fixed !important;
	top: 0;
	left: auto;
	right: auto;
	width: 100%;
	max-width: 1020px;
}

.affix + .content {
	padding-top: 96px;
}

body {
	font-family: "Abel", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-align: center;
	background-color: transparent;
}
a,
a:hover,
a:active {
	font-weight: bold;
	color: #000;
}

body {
}
.container {
	width: auto;
	max-width: 1020px;
}

.header {
	position: relative;
	margin: 0 -15px;
	height: 100vh;
	min-height: 400px;
	background: #ccc url("../images/header-bg.png") repeat left bottom;
	background-attachment: fixed;
}

.logo img {
	position: absolute;
	left: 0;
	bottom: 250px;
}

/*
.logo::after {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 220px;
	background-color: #fff;
	content: "";
}
*/

.address {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	height: 140px;
	padding-top: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	background: #fff;
}
.down-arrow {
	position: absolute;
	bottom: 0;
	padding-top: 18px;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.down-arrow img {
	display: inline;
}
.address span {
	display: block;
}

.address a {
	font-weight: bold;
}

.navbar {
	position: relative;
	z-index: 10000;
	padding-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
	background-color: rgba(0,0,0,1);
	border-radius: 0;
	text-transform: uppercase;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-nav {
	text-align: left;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li.active > a {
	text-decoration: underline;
}
.no-cssvhunit .navbar-inverse .navbar-nav > li.active > a {
	text-decoration: none;
}
.navbar-inverse .navbar-toggle {
	border: 0 none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-toggle {
  margin-top: 0;
}

.content {
	position: relative;
	z-index: 1000;
	background-color: #fff;
}
.section-container {
	margin: -96px -15px 20px;
	padding: 96px 15px 20px;
	border-bottom: 2px solid #000;
}
.section-container:last-child {
	border-bottom: 0 none;
}
.section {
	max-width: 660px;
	margin: 0 auto;
}

.section ul {
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.section li:before {
	content: "• ";
}

h2,
h3 {
	font-family: "Abel",sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
}
h4 {
	font-family: "Abel",sans-serif;
	font-weight: bold;
	text-align: center;
}

.footer {
	position: relative;
	z-index: 1000;
	margin: 0 -15px;
	padding-top: 165px;
	text-align: left;
	text-transform: uppercase;
	background: #ccc url("../images/header-bg.png") repeat left top;
}
.footer-row {
	padding: 20px 10px;
	color: #fff;
	background-color: #000;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
.footer-row>div {
	float: left;
}
.footer-row>div:last-child {
	float: right;
	text-align: right;
}

.img-responsive {
  display: block;
  margin: 0 auto 10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 512px) {
	.logo {
		bottom: 200px;
	}
	.logo::after {
		height: 170px;
	}
	.address {
		height: 90px;
		padding-bottom: 30px;
	}
	.address span {
		display: inline;
	}
	.address .row1 {
		display: block;
	}
	.address .row1 span {
		padding-right: 6px;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
	  float: right;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.address .row1 {
		display: inline;
	}
}


/* Fixes for iDevices 
@media only screen and (device-width: 768px) {
  .header { height: 1024px; }
  .content {background-color:#ff0000;}
}

@media only screen and (device-width: 320px) {
  .header { height: 480px; }
  .content {background-color:#ff0000;}
}
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2.0) {
  .header { height: 480px; }
  .content {background-color:#ff0000;}
}
*/