@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */
     


@import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic);
body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Arimo', sans-serif;
}
html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#505559;
}
a:visited {
	color:#505559;
}
a:active {
	color:#505559;
}
a:hover {
	color:#8d9f69;
}

h1 {
	font-size:3em;
	font-weight:bold;

}
h2 {
	font-size:2.5em;
	font-weight:bold;
}
h3 {
	font-size: 2em;
	font-weight:normal;
	text-align: left;
}

.topbar a{
	background:#9ead7c;
	display:block;
	padding:15px;
	color:#e7eae1;
	text-align: center;
	text-decoration: none;
	font-size:1.1em;
}
.topbar a:hover {
	
}
header {
	width:100%;
	margin:0px auto;
	background-color:#eae4da;
	background-image:url("../images/headerbg.jpg");
	background-size:contain;
	background-position:bottom;
	background-repeat: no-repeat;
	padding:0 0 10px 0;
	position: relative;
}
.homeheader {
	background:url("../images/headerimg.jpg") top no-repeat;
	background-size:cover;
	min-height:100vh;
}

.homesocials {
	margin:0px;
	text-align: right;
	position: absolute;
	bottom:77px;
	right:0px;
	width:auto;
	background:rgba(220,219,217,.8);
	padding:20px;
	border-radius:10px 0 0 10px;
}
.homesocials img {
	margin:0 20px;
	height:30px;
	width: auto;
	opacity: 1;
}
.homesocials img:hover {
	opacity: .8;
}
.homesocials span {
	display:block;
	margin:15px 0 0 0;
}
.homesocials span a {
	text-decoration: none;
	font-weight:bold;
}

img.headerlogo {
	width:70%;
	max-width:220px;
	position: relative;
	margin:10px 0 10px 10px;
}
img.headerlogo-home {
	width:70%;
	max-width:400px;
	position: absolute;
	top:10px;
	left:10px;
	z-index: 10;
}


main {
	z-index: 2;
	position: relative;
	background:#f5f3ef;
	-webkit-transition: transform .7s ease-in-out;
	-moz-transition: transform .7s ease-in-out;
	-ms-transition: transform .7s ease-in-out;
	-o-transition: transform .7s ease-in-out;
	transition: transform .7s ease-in-out;
}
nav {
	position: absolute;
	right: 40px;
	top: 10px;
	z-index: 3;
	transition: transform .7s ease-in-out;
}
.navbutton {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
nav.active .navbutton .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(15px) rotateZ(45deg);
}

nav.active .navbutton .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

nav.active .navbutton .middle {
  width: 0;
}
.hamburger-bar {
  display: block;
  height: 5px;
  width: 50px;
  background-color: #63686c;
  margin: 10px auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.middle {
  margin: 0 auto;
}
.move-to-left {
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
}
.sidenav {
	height: 100%;
	width: 400px;
	position: fixed;
	top: 0;
	z-index: 1;
	right: 0;
	background-color: #63686c;
	overflow: scroll;
}
.sidenav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 100px;
  text-align: center;
}
.nav-item {
  margin: 30px 0;
  opacity: 0;
  transform: translateY(-20px);
}
.nav-item:first-child {
  transition: all .7s .1s ease-in-out;
}
.nav-item:nth-child(2) {
  transition: all .7s .2s ease-in-out;
}
.nav-item:nth-child(3) {
  transition: all .7s .3s ease-in-out;
}
.nav-item:nth-child(4) {
  transition: all .7s .4s ease-in-out;
}
.nav-item:nth-child(5) {
  transition: all .7s .5s ease-in-out;
}
.nav-item:nth-child(6) {
  transition: all .7s .6s ease-in-out;
}
.nav-item:nth-child(7) {
  transition: all .7s .7s ease-in-out;
}
.nav-item:nth-child(8) {
  transition: all .7s .8s ease-in-out;
}
.nav-item:last-child {
  transition: all .7s .9s ease-in-out;
}
.nav-item.active {
  opacity: 1;
  transform: translateY(0px);
}

.nav-item a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.4em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
}
.nav-item a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.nav-item a:hover:before {
  width: 100%;
}
@media (max-width: 719px) {
	nav.active{
		right:-100px;
	}
	nav.active .navbutton .hamburger-bar{
		background-color:#fff;
	}
}


section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
	min-height: 700px;
}
.content {
	background: #fff;
	padding:4%;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 5%;
}
.pad-right {
	padding-right: 5%;
}
.pad-top {
	padding-top: 80px;
}
.pad-bottom {
	padding-bottom: 80px;
}
.pad-all {
	padding: 80px 5%;
}

.homeh1 {
	position: absolute;
	left:-5000px;
}
.homegreet {
	font-size:3em;
	color:#63686c;
}

.skewer {
	background:#eae4da;
	transform: skew(0deg, 3deg);
	padding:20px 0;
}
.skewer-content {
	transform: skew(0deg, -3deg);
}

.bender {
	background:#63686c;
	position: relative;
	z-index: 10;
	padding:20px 0 20px 0;
	clip-path: polygon(50% 0, 100% 12%, 100% 100%, 50% 88%, 0 100%, 0% 12%);
}
.bender-content {
	width:90%;
	max-width:600px;
	margin:50px auto 150px auto;
	position: relative;
	z-index: 30;
	color:#f5f3ef;
}

.homeevents {
	background: url("../images/napoleon.jpg") top no-repeat;
	background-size:cover;
	margin-top:-80px;
}
.quote {
	background: #383b3e;
	border-radius:7px;
	color:#fff;
	padding:4%;
}
.PPdonate {
	display:block;
	width:90%;
	margin:10px auto;
}
.donatebutton{
	border:none;
	background: #b0473a !important;
	color:#fff !important;
	font-size:22px;
	cursor:pointer;
	width:100%;
	padding:20px 2%;
	margin:0px;
	border-radius: 7px;
}
.donatebutton:hover{
	background-color: #cf3421 !important;
	color:#fff;
	cursor:pointer;
	width:100%;
}

.payarea {
	background:#a8a2a1;
	padding:4%;
	border-radius: 7px 7px 0 0;
}

.productblock {
	padding:0 0 40px 0;
	margin:80px 8%;
	width:34%;
	float:left;
	position:relative;
	font-size:1em;
	height:auto;
}
.productblock img {
	border-radius:7px;
	height:250px;
	display:block;
	margin:0 auto;
}
.productblock h3 {
	font-size:1.4em;
	font-weight:bold;
}
.productblock p {
	line-height: 1.4em;
}
.product_price {
	width:40%;
	font-size:1.6em;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	left:0px;
}
.product_price small{
	font-size:.5em;
	font-weight:bold;
}
.qbox {
	width:60px;
    margin:0px;
}

.buynow {
	width:60%;
	padding:0px;
	position:absolute;
	bottom:0px;
	right:0px;
}

.buynow input[type=submit] {
	background-color: #63686c;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:60%;
	float:right;
	border:none;
	margin:0;
}
.buynow input[type=submit]:hover {
	background-color: #9ead7c;
	color:#fff;
	cursor:pointer;
	width:60%;
}
.prod2 {
	bottom:45px;
}

.viewcart {
	width:100%;
	text-align:right;
	padding:0px;
	margin: 0px 0 0 0;
	position: absolute;
	top:0px;
	right:10px;
}

.viewcart input[type=submit] {
	width:auto;
	border:1px solid #ccc;
	border-radius:4px;
	padding:8px;
	margin:none;
	background: url(../images/btngrad.jpg) top repeat-x #f2f2f2;
	font-size:1.1em;
}
.viewcart input[type=submit]:hover {
	background: url(../images/btngrad.jpg) bottom repeat-x #eee;
	cursor:pointer;
}

.mediaphotos img {
	width:25%;
	height:auto;
	margin:20px 4.1%;
	float:left;
}
.ui-tooltip, .arrow:after {
	background: #363a3e;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 7px #000;
	max-width:200px;
	text-align:center;
}
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }


.cal-block-mini {
	margin:0 0 20px 0;
	font-weight: lighter;
}
.cal-block {
	margin:0;
	font-weight: lighter;
	background: #383b3e;
	color:#fff;
	border-radius:15px;
	padding:1%;
	border:10px solid #fff;
}
.cal-date {
	width:80px;
	height:80px;
	font-size: 1em;
	background:#383b3e;
	color:#fff;
	float:left;
	margin-right:20px;
	padding-top:7px;
	text-align: center;
	line-height: 1.4em;
    position:relative;
}
.cal-year {
    position:absolute;
    bottom:-8px;
    font-size:.6em;
    text-align: center;
    width:100%;
}
.cal-block-mini strong{
	font-size:1.4em;
	display: block;
	margin-top:20px;
	line-height: 1.8em;
	min-height:20px;
}
.cal-block strong{
	font-size:1.4em;
	display: block;
	margin-top:20px;
	line-height: 1.8em;
	min-height:20px;
}

.pageimg {
	border:6px solid #FFF;
	box-shadow: 3px 3px 4px #555;
	max-width:400px;
	margin: 0 auto;
	display:block;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	width:40%;
	float:left;
	margin:0 20px 50px 0;
}
img.minimg {
	width:50%;
	max-width:200px;
	margin:50px auto;
	display:block;
}
.pageimg-sm {
	border:1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.3);
}
.list {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 3px no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	

video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidplayer {
	position:relative;
	width:100%;
	height:auto;
}
.video-js {padding-top: 56.25% !important}
.vjs-fullscreen {padding-top: 0px}


hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}


.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#63686c;
	padding:10px 10%;
	border-radius:50px;
	color:#f5f3ef;
	text-decoration: none;
	font-size:1.2em;
	margin:50px auto;
}
.c2a:hover {
	color:#f5f3ef;
	background:#9ead7c;
}
.c2a2, .c2a2:visited, .c2a2:active {
	display:inline-block;
	background:#63686c;
	padding:10px 10%;
	border-radius:50px;
	color:#f5f3ef;
	text-decoration: none;
	font-size:1.2em;
	margin:20px auto;
}
.c2a2:hover {
	color:#f5f3ef;
	background:#9ead7c;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.unoCme {
	display:none;
	visibility: hidden;
}
.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#a8a2a1;
}
.formstyle legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin-top:-20px;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:18px;
	font-weight:bold;
	margin:12px 0px 0 0;
	width:100%;
}
.formstyle #submit {
	text-align:center;
}
input {
	color:#333;
	font-size:16px;
	border-radius: 5px;
	margin-bottom:15px;
	padding:10px 4%;
	width:96%;
}
textarea {
	color:#333;
	font-size:16px;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:96%;
	height:120px;
}
select {
	color:#333;
	font-size:16px;
	border-radius: 5px;
	margin-top:8px;
	padding:4%;
	width:auto;
	cursor:pointer;
}
input[type=checkbox]{
	width:auto;
}
.unoCme {
	display:none;
	visibility: hidden;
}

.button{
	background-color: #63686c;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	float:right;
	margin-right:4%;
}
.button:hover{
	background-color: #9ead7c;
	color:#fff;
	cursor:pointer;
	width:auto;
}
.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.podcastlinks {
	text-align: center;
	margin:5px auto 20px auto;
	width:100%;
}
.podcastlinks img {
	border:none;
	width:50px;
	height:auto;
	opacity: .8;
	margin:5px;
}
.podcastlinks img:hover {
	opacity:1;
}
.ui-tooltip, .arrow:after {
	background: #042b45;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 7px #000;
	max-width:200px;
	text-align:center;
}
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

.socials {
	margin:0px auto 30px auto;
	text-align: center;
}
.socials img {
	margin:0 20px;
	height:30px;
	width: auto;
	opacity: 1;
}
.socials img:hover {
	opacity: .8;
}
.socials span {
	display:block;
	margin:15px 0 0 0;
}
.socials span a {
	text-decoration: none;
	font-weight:bold;
}
.footernav {
	text-align: center;
	margin:0px auto 30px auto;
}
.footernav a {
	color:#63686c;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: none;
	margin:0 10px;
}
.footernav a:hover {
	text-decoration: underline;
}
footer {
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:40px 4%;
	background:#dbd0c0;
	text-align: center;
}
footer a, footer a:visited, footer a:active {
}
footer a:hover {
}

/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */


@media (max-width: 940px) {
	.productblock {
		padding:0 0 40px 0;
		margin:80px 5%;
		width:40%;
		float:left;
		position:relative;
		font-size:1em;
	}
	.imgleft {
		width:90%;
		float:none;
		margin:20px auto;
	}
}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	.pad-top {
		padding-top: 10px;
	}
	.pad-bottom {
		padding-bottom: 10px;
	}
	.pad-all {
		padding: 10px 5%;
	}
	.homeheader {
		background-size:cover;
		background-position:30% 77px;
		background-color:#dcdbd9;
	}
	h1 {
		font-size:2.4em;
	}
	h2 {
		font-size:2em;
	}
	h3 {
		font-size:1.8em;
	}
	img.headerlogo-home {
		width:65%;
		max-width:350px;
		position: absolute;
		top:10px;
		left:10px;
		z-index: 10;
	}
	.homeevents {
		background: url("../images/napoleon.jpg") top no-repeat;
		background-size:130% auto;
		background-position:right top;
		margin-top:-80px;
		padding-top:150px;
	}
	.c2a {
		margin:30px auto;
	}
	.productblock {
		padding:0 0 40px 0;
		width:94%;
		float:none;
		border-top:1px solid #dbd0c0;
	}
	.productblock img {
		margin-top:20px;
	}
	.viewcart {
		width:100%;
		text-align:right;
		padding:0px;
		margin: 0px 0 0 0;
		position: absolute;
		top:50px;
		right:10px;
	}
	
}
