* {
	border: 0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color:inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #E37048;
}
a:focus {
	outline: none;
}
textarea {
	resize: none;
}
img{
	max-width:100%;}
.btn{
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-radius:25px;
}
.btn-primary{
	color: #FFF;
	background-color: #000;
}
.btn-primary:hover, .btn-primary:focus{
	color: #FFF;
	background-color: #E37048;
}
.btnFull{
	display:block;
	width:100%;}
h2{
	font-size: 24px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
body{
	background-color: #bcbec0;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: AvenirNextLTProBold;
}
.topBar{
	background-color: #000;
	text-align: center;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	color: #FFF;
}
.topBar h2{
	font-size: 22px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.jumbotron{
	text-align: center;
	background-color: transparent;
	margin: 0;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 120px;
	padding-left: 0;
}
.jumbotron h2{
	font-family: BariolRegular;
	margin-bottom: 0px;
	font-size: 44px;
	color: #303030;
}
.bannerLogo{
	margin-bottom:50px;}
.bg-primary{
	background-color: transparent;
	padding-bottom: 70px;
	
}
address{
	margin-bottom:40px;}
address h3{
	font-size: 26px;
	line-height: normal;
	color: #000;
	margin-bottom: 10px;
}
address p{
	font-size: 16px;
	line-height: normal;
	color: #000;
	margin-bottom: 10px;
}
.mapBox{
	padding: 9px 9px 5px;
	background-color: #FFF;
}
.mapBox img{
	width:100%;}


@media (max-width: 1366px) {
body{
	background-size:1366px auto;}
.bannerLogo {
    margin-bottom: 50px;
    max-width: 250px;
    margin: 0 auto 40px auto;
}
.jumbotron h2 {
    font-size: 35px;
}	
}
@media (max-width: 991px) {
.topBar h2 {
    font-size: 18px;
}
.jumbotron {
    padding-bottom: 80px;
}	
.bannerLogo {
    max-width: 200px;
    margin: 0 auto 30px auto;
}	
.jumbotron h2 {
    font-size: 25px;
}
address {
    margin-bottom: 25px;
}
.btnFull{
	margin-bottom:30px;}
}
@media (max-width: 767px) {
body {
    background-size: 1000px auto;
	text-align:center;
}	
.topBar h2 {
    font-size: 14px;
}
.jumbotron {
    padding-bottom: 60px;
    padding-top: 40px;
}
.bannerLogo {
    max-width: 170px;
    margin: 0 auto 30px auto;
}
.jumbotron h2 br {
	display:none;
}
.jumbotron h2 {
    font-size: 20px;
}
address h3 {
    font-size: 20px;
}
address p {
    margin-bottom: 20px;
}
.bg-primary {
    padding-bottom: 40px;
}
}
