@charset "UTF-8";
.wrapper {
	background-color: white;
	width: 100%;
	max-width: none;
}
.container {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}
#headerwrapper {
	background-color: #ffc019;
	padding: 2em 0;
}
#logo {
	margin: 0 auto;
	width: 33.33%;
	max-width: 300px;
}
#logo img {
	width: 160px;
	height: auto;
	display: block;
}
#navwrapper {
	background-color: #ffc019;
}
#navwrapper .container {
	width: 100%;
}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



#features {
	background-color: #ffc019;
	padding: 3em 0;
	color: white;
}
#features section {
	width: 50%;
	text-align: center;
	float: left;
}
#features h3 {
  margin: 0;
	color: white;
  font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
#features p {
	padding-left: 10%;
	padding-right: 10%;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}








.btn {
	margin-top: 2em; display: inline-block; vertical-align: middle; -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 53px;
	border: 1px solid #fff;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	padding: 0 37px;
	transition: background-color .3s, color .3s;
}
.btn:hover {
	background-color: white;
	color: #272727;
	text-decoration: none;
}







#maincontentwrapper {
	padding: 2em 0;
}
#maincontent img {
	width: 100%;
}
#maincontent a {
	color: #e5a600;
}
#maincontent a:hover {
	text-decoration: underline;
}
#maincontent ul {
	column-count: 1;
}
#maincontent strong {
	font-size: 16px;
}
.small {
	font-size: smaller;
	text-align: center;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.column {
	padding-right: 3%;
	width: 33.33%;
	float: left;
}







.option {
  color: white;
	border-radius: 12px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-right: 5%;
	padding: 15px 5px;
	width: 30%;
	text-align: center;
	float: left;
	display: block;
}
.option:last-of-type {
	margin-right: 0;
}
.option h3 {
  margin-top: 10px;
  color: white;
	margin-bottom: .5em;
}
.van {
  padding: 1rem;
  max-width: 240px;
}
.includes {
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	list-style: none;
}
.prices {
	margin: 0;
	padding-left: 0;
	list-style: none;
	font-weight: bold;
	font-size: 1.25em;
}
.includes li, .prices li {
	padding-left: 0;
}










.hours {
	background-color: #ffeab2;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 2em auto;
	width: 60%;
	text-align: center;
}
.hours th {
	background-color: #ffc733;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 10px 5px;
	color: white;
	font-weight: bold;
	word-break: normal;
	overflow: hidden;
}
.hours td {
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 10px 5px;
	font-size: 14px;
	word-break: normal;
	overflow: hidden;
}
.hours tr:nth-child(odd) {
	background-color: #fff8e5;
}
iframe {
	margin: 1em 0;
	width: 100%;
	height: 550px;
	frameborder: 0;
	border: none;
}
.sitemap {
	list-style: none;
	padding-left: 0;
}
.sitemap li {
	padding-left: 0;
	line-height: 2.0;
}
#why {
	background-color: #ffc019;
	padding: 3em 0;
	color: white;
}
#why h2 {
	color: white;
	text-align: center;
}
#why section {
	width: 50%;
	float: left;
}
#why img {
	padding: 5%;
}
.list-unstyled {
	margin-left: 0;
	padding: 5%;
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.4;
}
.fa {
	margin-right: 8px;
}

#pos {
	padding: 3em 0;
}
#pos .row {
	margin: 0;
}
#pos .img-container {
	width: 25%;
	float: left;
}
#pos img {
	padding: 5%;
	width: 100%;
	max-width: 120px;
	height: auto;
	display: block;
}
#footerwrapper {
	background-color: #f1f2f2;
	padding: 4em 0;
}
footer section {
	width: 33.33%;
	float: left;
}
footer a {
	color: #e5a600;
}
.footerlinks {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 15px;
}
.footerlinks a {
	margin-right: 1em;
	color: black;
	font-size: 14px;
}
.legal {
	font-size: 12px;
	line-height: 1.5;
}

.copyright {
	margin-top: 2em;
	text-align: center;
	font-size: 14px;
}










/* Tablet view */
@media screen and (max-width:769px) {

.container {
	width: 88%;
}
#logo {
	width: 100%;
	max-width: 300px;
	text-align: center;
}
#features section {
	width: 100%;
	margin-bottom: 3em;
}
#features section:last-of-type {
	margin-bottom: 0;
}
.column {
	padding-right: 3%;
	width: 100%;
	float: left;
}
.option {
	margin-right: 0;
	border-radius: 24px;
	width: 100%;
}
.hours {
	width: 80%;
}
#why section {
	width: 100%;
}
.list-unstyled {
	padding-left: 0;
	font-size: 18px;
} 
#pos .container {
	width: 84%;
}
#pos img {
	max-width: 90px;
}
#footerwrapper {
	padding: 3em 0;
}
#footerwrapper .container {
	width: 84%;
}
footer section {
	width: 100%;
	margin-bottom: 2em;
	float: left;
}
}

/* Mobile view */
@media screen and (max-width:480px) {

html {
	line-height: 1.4;
}
#headerwrapper {
	padding: 2em 0;
}
#features h3 {
	font-size: 26px;
}
.hours {
	width: 100%;
}
#why h2 {
	font-size: 36px;
}
.list-unstyled {
	line-height: 2.0;
}
}