/* 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}
}

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}


.aspect-1-1 {
	width: 100%;
	padding-top: 100%;
	position: relative; 
}

.aspect-16-9 {
    width: 100%;
    padding-top: 56.25%; 
    position: relative; 
}
.aspect-footer {
	width: 100%;
	padding-top: 15%;
	position: relative; 
}

.header #computer {
	width: 100%; 
	padding: 30px 0px;
}

.header #mobile {
	width: 100%; 
	padding: 0px 0px;
}

.header a.grey img {
 opacity: 0.5; filter: grayscale(100%);
}

.header #computer a.menubar {
	font-size:17px;
	padding: 10px 0px;
	margin:10px;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: 0px;
	line-height: 20px;
	color: #fff;
	vertical-align: middle;
}

.header #computer a.menubar:hover {
	color: #fff;
	border-bottom: 2px #fff solid;
}

.header #computer a.active {
	color: #fff;
	border-bottom: 2px #fff solid;
}

.header #computer a.booktable {
	color: #fff;
	padding: 10px 10px;
	border: 2px #fff solid;
	border-radius: 4px;

}

.header #mobile a {
	font-size:22px;
	padding: 10px 0px;
	margin:10px;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: 0px;
	line-height: 44px;
	color: #fff;
	vertical-align: middle;
	font-family: "Play", sans-serif;
}

.header #mobile a:hover {
	color: #919eaa;
}

.header #mobile p {
	color: #104373;
	font-weight: 700;
}

.header img {
	width:150px;
}

.header .mobile-menu {

}


.header .mobile-menu .links {
	
	background-color: #104373;
	padding:10px;
}




.header-front {
	background-color: transparent;
	width: 100%; 
	padding-bottom: 30px;
	display: table;
}


.header-front #computer a {
	font-size:17px;
	padding: 10px 0px;
	margin:10px;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 20px;
	color: #fff;
	vertical-align: middle;
	font-family: 'Merriweather', serif;
}

.header-front #computer a:hover {
	color: #460408;
	border-bottom: 3px #460408 solid;
}

.header-front #computer a.active {
	color: #ccc;
}

.header-front #computer a.booktable {
	color: #fff;
	padding: 10px 10px;
	border: 3px #fff solid;
	border-radius: 4px;

}

.header-front #mobile a {
	font-size:22px;
	padding: 10px 0px;
	margin:10px;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 44px;
	color: #fff;
	vertical-align: middle;
	font-family: 'Merriweather', serif;
}

.header-front #mobile a:hover {
	color: #104373;
}

.header-front #mobile p {
	color: #104373;
	font-weight: 700;
}

.header-front img {
	width:150px;
}

.header-front .mobile-menu {

	background-color: transparent;
	
}


.header-front .mobile-menu .links {
	
	background-color: #104373;
	padding:20px;
}


.container {
	background-color: #fff;
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
	vertical-align:middle;
}

/* If you want text inside of the container */
.container > img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-height:100%;
	max-width:100%;
	margin:auto;
}

.box{

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	background-color: #fff;
	width:100%;
	min-height: 0px;
	display: table;
}

.box h1 {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: -1px;
	font-family: "Play", sans-serif;
	color:#104373;
	line-height: 35px;

}

.box h2 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0px;
	font-family: "Play", sans-serif;
	color:#292929;

}

.box h3 {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0px;
	font-family: "Play", sans-serif;
	color:#292929;

}

.box .img-text {
	font-weight: 700;
	font-size: 12px;
	font-family: "Play", sans-serif;
	color:#292929;
	text-align: center;
}

.box p {
	font-weight: 400;
	font-size: 15px;

}

.box .button {
	background-color:transparent; 
	color:#104373; 
	border:2px #104373 solid;

	width:100px; 
	margin:50px auto;
	padding:10px; 
	font-size:14px;
	border-radius: 3px; 
	font-weight:700; 
	text-align:center; 
	text-transform:uppercase; 
	letter-spacing:2px;
	text-decoration:none;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}

.box .button:hover {
	text-decoration:none;
	background-color:#104373; 
	color:#fff; 
	border:2px #104373 solid;
}


.footer {
	width: 100%; 
	color:#292929;
	padding: 20px;
	padding-bottom: 80px;
	display: table;
	background: #f6f5f5;
	background: -webkit-linear-gradient(#f6f5f5 0%, #fff 78%);
	background: -o-linear-gradient(#f6f5f5 0%, #fff 78%);
	background: linear-gradient(#f6f5f5 0%, #fff 78%);
}

.footer .header {
	font-weight: 900;
	font-size: 15px;
 	font-family: "Play", sans-serif;
	color:#292929;
	background-color: transparent;
}

.footer p {
		font-size: 22px;
		font-weight: 700;
		margin: 0;
}

.footer a {
	font-size:16px;
	margin: 3px 0px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	color: #292929;
	display: inline-block;
}
.footer a:hover {
	font-weight: 700;
	color: #cc3932;
}
.footer img {
	width:100px;
	margin-top: 20px;
}



@media screen and (min-width: 1024px) and (max-width: 9990px) {

.bx-wrapper, .bx-viewport {
	height: 450px !important; 
}

/* Columns */

	.column1 {
		padding:10px 20px;
		width:100%;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	.column2 {
		width:50%;
		position:relative;
		float:left;
		padding:10px 20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column3 {
		width:33.3%;
		float:left;
		text-align:center;
		padding:20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column3-2 {
		width:66.7%;
		float:left;
		text-align:left;
		padding:20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column4 {
		width:25%;
		float:left;
		padding:20px;
		font-size:13px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	
	.column4x2 {
		width:25%;
		float:left;
		padding:20px;
		font-size:13px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column4-3 {
		width:75%;
		float:left;
		padding:20px;
		font-size:13px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.center { 
		width: 100%;
		padding-top: 36%;
		position: relative; 
	}

	.center div {
		margin: 0;
		width:100%;
		max-width:1000px;
		position: absolute;
		top: 45%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align:center;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}

	.center p.picture {
		margin: 0;
		width:100%;

		color:#fff;
		padding:20px;
		font-weight:700;
		font-size:65px;
		'text-shadow: 2px 2px #000;
		text-align:center;
		line-height:65px;
		font-family: 'Merriweather', serif;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}
	
	.center h1.picture {
		margin: 0;
		width:100%;

		color:#fff;
		padding:20px;
		font-weight:700;
		font-size:65px;
		'text-shadow: 2px 2px #000;
		text-align:center;
		line-height:65px;
		font-family: "Play", sans-serif;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}
	
	.center h2.picture {
		margin: 0;
		width:100%;

		color:#fff;
		padding:20px;
		font-weight:700;
		font-size:65px;
		'text-shadow: 2px 2px #000;
		text-align:center;
		line-height:65px;
		font-family: 'Merriweather', serif;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}

}


@media screen and (min-width: 600px) and (max-width: 1023px) {
	
.bx-wrapper, .bx-viewport {
	height: 600px !important; 
}

/* Columns */

	.column1 {
		padding:10px 20px;
		width:100%;
		min-height:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	.column2 {
		width:100%;
		position:relative;
		float:left;
		padding:10px 20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	
	.footer .column2 {
		width:100%;
		position:relative;
		float:left;
		text-align: center;
		padding:10px 20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column3 {
		width:100%;
		float:left;
		text-align:center;
		padding:20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column3-2 {
		width:100%;
		float:left;
		text-align:left;
		padding:20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column4 {
		width:100%;
		float:left;
		text-align: center;
		padding:20px;
		font-size:13px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	
	.column4x2 {
		width:50%;
		float:left;
		text-align: center;
		padding:20px;
		font-size:13px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	.column4-3 {
		width:100%;
		float:left;
		text-align: center;
		padding:20px;
		font-size:13px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}


	.center { 
		width: 100%;
		padding-top: 38%;
		position: relative; 
	}

	.center div {
		margin: 0;
		width:100%;
		max-width:700px;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align:center;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}

	.center p.picture {
		margin: 0;
		width:100%;

		color:#fff;
		padding:20px;
		font-weight:700;
		font-size:35px;
		'text-shadow: 2px 2px #000;
		text-align:center;
		line-height:40px;
		font-family: 'Merriweather', serif;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}
	
	.center h1.picture {
		margin: 0;
		width:100%;

		color:#fff;
		padding:20px;
		font-weight:700;
		font-size:35px;
		'text-shadow: 2px 2px #000;
		text-align:center;
		line-height:40px;
		font-family: "Play", sans-serif;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}
	
	.center h2.picture {
		margin: 0;
		width:100%;

		color:#fff;
		padding:20px;
		font-weight:700;
		font-size:35px;
		'text-shadow: 2px 2px #000;
		text-align:center;
		line-height:40px;
		font-family: 'Merriweather', serif;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}
	
}

@media screen and (min-width: 0px) and (max-width: 600px) {

.bx-wrapper, .bx-viewport {
	height: 600px !important; 
}

/* Columns */

	.column1 {
		padding:10px 20px;
		width:100%;
		min-height:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	.column2 {
		width:100%;
		position:relative;
		float:left;
		padding:10px 20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	
	.footer .column2 {
		width:100%;
		position:relative;
		float:left;
		text-align: center;
		padding:10px 20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column3 {
		width:100%;
		float:left;
		text-align:center;
		padding:20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column3-2 {
		width:100%;
		float:left;
		text-align:left;
		padding:20px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.column4 {
		width:100%;
		float:left;
		text-align: center;
		padding:20px;
		font-size:13px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	
	.column4x2 {
		width:50%;
		float:left;
		text-align: center;
		padding:20px;
		font-size:13px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}
	.column4-3 {
		width:100%;
		float:left;
		text-align: center;
		padding:20px;
		font-size:13px;
		min-height:60px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}


	.center { 
		width: 100%;
		padding-top: 68%;
		position: relative; 
	}

	.center div {
		margin: 0;
		width:100%;
		max-width:700px;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align:center;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}

	.center p.picture {
		margin: 0;
		width:100%;

		color:#fff;
		padding:20px;
		font-weight:700;
		font-size:35px;
		'text-shadow: 2px 2px #000;
		text-align:center;
		line-height:40px;
		font-family: 'Merriweather', serif;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}
	
	.center h1.picture {
		margin: 0;
		width:100%;

		color:#fff;
		padding:20px;
		font-weight:700;
		font-size:35px;
		'text-shadow: 2px 2px #000;
		text-align:center;
		line-height:40px;
  		font-family: "Play", sans-serif;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}
	
	.center h2.picture {
		margin: 0;
		width:100%;

		color:#fff;
		padding:20px;
		font-weight:700;
		font-size:35px;
		'text-shadow: 2px 2px #000;
		text-align:center;
		line-height:40px;
		font-family: 'Merriweather', serif;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;
	}

}