* {
	box-sizing: border-box;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0;
	line-height: 30px;
	font-size: 17px;
	font-family: sans-serif, Helvetica, Arial;
	-webkit-font-smoothing: antialiased;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition: ease-in-out .75s opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.carousel {
	z-index: -99;
}
.carousel .item {
	position: fixed;
	width: 100%;
	height: 100%;
}

.center {
	padding: 30px;
	text-align: center;
	background-color: rgba(255, 255, 255, .7);
	max-width: 505px;
	font-size: 19px;
	line-height: 27px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);
	z-index: 100;
	position: relative;
}

#logo {
	width:400px;
	max-width:75vw;
	margin: 0 auto;
	display:block;
	margin-bottom: 15px;
}
#logo + div {
	margin-bottom: 15px;
}
#logo + div a {
	text-decoration: underline;
}

.bottom {
	height:150px;
}

a {
	text-decoration:none;
	font-style:normal;
	color:inherit;
}


@font-face {
	font-family:'FontAwesome';
	src:url('/assets/fonts/fontawesome-webfont.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-facebook:before{content:"\f09a"}
.fa-instagram:before{content:"\f16d"}

.fa {
	font-size:30px;
	padding:15px;
}

.address a {
	text-decoration:underline;
	font-weight:bolder;
}
.address {
	font-size:12px;
	line-height:18px;
}

#ot-widget-container0 {
	margin-bottom: 30px;
}
