/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 50px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #565656;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #565656;
}
a {
  color: #76323F;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #C09F80;
}
hr {
  border-top: 1px solid #D7CEC7;
  border-bottom: 1px solid #fff;
}
/**Floating Ticket Button**/
.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
	z-index:1000;
}
.label-container2{
	position:fixed;
	bottom:148px;
	right:105px;
	display:table;
	visibility: hidden;
	z-index:1000;
}
.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}
.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}
.floatbutton{
	position:fixed;
	width:75px;
	height:75px;
	bottom:40px;
	right:40px;
	background-color:#802C3E;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:999;
}
.floatbutton2{
	position:fixed;
	width:75px;
	height:75px;
	bottom:140px;
	right:40px;
	background-color:#802C3E;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:999;
}
.my-float{
	font-size:45px;
	margin-top:15px;
}
a.floatbutton + div.label-container, a.floatbutton2 + div.label-container2 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
a.floatbutton:hover + div.label-container, a.floatbutton2:hover + div.label-container2 {
  visibility: visible;
  opacity: 1;
}
/****/
.clear {clear:both;}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #D7CEC7 0%, #D7CEC7 100%);
  background-image: -webkit-linear-gradient(90deg, #D7CEC7 0%, #D7CEC7 100%);
  background-image: -ms-linear-gradient(90deg, #D7CEC7 0%, #D7CEC7 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #D7CEC7 0%, #D7CEC7 100%);
  background-image: -webkit-linear-gradient(4deg, #D7CEC7 0%, #D7CEC7 100%);
  background-image: -ms-linear-gradient(4deg, #D7CEC7 0%, #D7CEC7 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #565656;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #76323F;
}
.carousel-content .btn,
#cta .btn,
#cta2 .btn,
#cta-repeat .btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.carousel-content .btn.btn-primary,
#cta .btn.btn-primary,
#cta2 .btn.btn-primary,
#boxoffice .btn.btn-primary,
#cta-repeat .btn.btn-primary,
#about .btn.btn-primary {
  background: #76323F;
  border-color: #D7CEC7;
}
.carousel-content .btn.btn-primary:hover,
.carousel-content .btn.btn-primary:focus,
#cta .btn.btn-primary:hover,
#cta .btn.btn-primary:focus,
#cta2 .btn.btn-primary:hover,
#cta2 .btn.btn-primary:focus,
#boxoffice .btn.btn-primary:hover,
#boxoffice .btn.btn-primary:focus,
#cta-repeat .btn.btn-primary:hover,
#cta-repeat .btn.btn-primary:focus,
#about .btn.btn-primary:hover,
#about .btn.btn-primary:focus {
  background: #C09F80;
}

.paymentdates {border-collapse:collapse;width:100%;}
.paymentdates, td, th {border:1px solid black;}
td, th {text-align:center;}
#madrigal,
#theater,
#poster,
#heraldry,
#ceremony,
#interview,
#photo,
#writing,
#displayad,
#juggling,
#participatory,
#fatherxmas,
#village {padding-top:100px;}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #76323F;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #76323F;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
/*.navbar.navbar-default .navbar-toggle {margin-top: 32px;}*/
.navbar.navbar-default .navbar-brand {
  margin-top: -15px;
  height: 50px;
}

/*  Dropdown menu*/
#header .navbar-brand img {
  height: 50px;
}
#header .dropdown .btn {
  border-width: 0;
  border-bottom-width: 0px;
  border-radius: 0px;
}
#header .dropdown .btn.btn-primary{
  background: transparent;
  color:#777;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
#header .dropdown .btn.btn-primary:hover,
#header .dropdown .btn.btn-primary:focus {
  padding-top: 12px;
  background: transparent;
  border-top: 3px solid #76323F;
}
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	height: 50px;
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 12px;
    border-top: 3px solid #76323F;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 5px;
    min-width: 120px;
    background-color: rgba(255, 255, 255, 0.9);
	border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: inherit;
	font-size:12px;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    /*border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;*/
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #D1D1D1;
    padding: 5px 0;
    color: #777;
  }
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
#main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #76323F;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #76323F;
    background-color: transparent;
  }
}

/*Slider*/	
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner h2 > span {
  color: #D7CEC7;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #76323F;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
@media only screen and (max-width: 768px) {
	#main-slider {display:none;}
	#meals .dthide,
	#tavern .dthide,
	#dogdays .dthide,
	#events .dthide {display:none !important;}
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #76323F;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #EEEAE7;
  background: #242a33 url(../images/elements/texture.jpg) repeat;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta .nametag {
  text-align:center;
  line-height:18px;
}
#cta2,
#cta-repeat {
  background: #242a33 url(../images/elements/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn,
#cta-repeat .btn {
  margin-top: 10px;
}
#cta2 h2,
#cta-repeat h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span,
#cta-repeat h2 > span {
  color: #D7CEC7;
}
#about, #tickets, #reservation, #tasting, #dogdays, #calendar, #community, #fundraisers {
  padding: 100px 0;
  -webkit-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.35);
  -moz-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.35);
  box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.35);
}
/*Education Forms*/
.registrationform iframe {height:900px !important;}

/*Dinner Theater Menu*/
.dinnertheatermenu,
.dogdaydecrees {
  text-align:center;
}
.dinnertheatermenu .column-title,
.dogdaydecrees .column-title {
  padding: 25px 0px 15px 0px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.dinnertheatermenu .column-title:after,
.dogdaydecrees .column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #76323F;
}
.dinnertheatermenu p,
.dogdaydecrees p {
  line-height:18px;
}
/*Festivals & Theater*/
#tickets .event-post,
#tasting-section .event-post,
#about .event-post,
#fatherxmas .event-post {
  border: 1px solid #eee;
  padding: 0px;
  -moz-border-radius: 20px 0px;
  -webkit-border-radius: 20px 0px;
  border-radius: 20px 0px;
  margin-top:25px;
}
#tickets .event-post,
#about .event-post,
#fatherxmas .event-post {
  background-color: rgba(255, 255, 255, 0.5);	
}
#tasting-section .event-post {
  background-color: rgba(39, 39, 39, 0.8);	
}
#tickets .event-post img,
#tasting-section .event-post img,
#about .event-post img,
#fatherxmas .event-post {
	border-radius: 20px 0px;
}
#tickets .event-post h2,
#tasting-section .event-post h2,
#about .event-post h2,
#fatherxmas .event-post h2 {
	font-size: 24px;
}
#tickets .event-post .post-format,
#about .event-post .post-format,
#fatherxmas .event-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  -moz-border-radius: 20px 0px;
  -webkit-border-radius: 20px 0px;
  border-radius: 100px;
}
#tickets .event-post .event-large .entry-thumbnail,
#about .event-post .event-large, .entry-thumbmail,
#fatherxmas .event-post .event-large, .entry-thumbmail {
  margin: -15px -15px 15px;
  position: relative;
}
#tickets .event-post .event-large .post-format,
#about .event-post .event-large .post-format,
#fatherxmas .event-post .event-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#tickets .event-post .event-large .post-format > i,
#about .event-post .event-large .post-format >i,
#fatherxmas .event-post .event-large .post-format >i {
  font-size: 20px;
}
#tickets .event-post .event-large .entry-date,
#about .event-post .event-large .entry-date,
#fatherxmas .event-post .event-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#tickets .event-post .event-large .entry-title,
#about .event-post .event-large .entry-title,
#fatherxmas .event-post .event-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#tickets .event-post .event-large .entry-title a,
#about  .event-post .event-large .entry-title a,
#fatherxmas .event-post .event-large .entry-title a {
  color: #64686d;
}
#tickets .event-post .event-large .entry-title a:hover,
#about  .event-post .event-large .entry-title a:hover
#fatherxmas .event-post .event-large .entry-title a:hover {
  color: #45aed6;
}
#tickets .event-post .event-media,
#about .event-post .event-media,
#fatherxmas .event-post .event-media {
  margin-bottom: 30px;
}
#tickets .event-post .event-media .entry-thumbnail,
#about .event-post .event-media .entry-thumbnail,
#fatherxmas .event-post .event-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#tickets .event-post .event-media .post-format,
#about .event-post .event-media  .post-format,
#fatherxmas .event-post .event-media  .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#tickets .event-post .event-media .entry-date,
#about .event-post .event-media .entry-date,
#fatherxmas .event-post .event-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#tickets .entry-header,
#about .entry-header,
#fatherxmas .entry-header {
  line-height: 20px !important;
  margin-bottom: 5px;
}
#tickets .event-post .event-media .entry-title,
#about .event-post .event-media .entry-title,
#fatherxmas .event-post .event-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#tickets .event-post .event-media .entry-title a,
#about .event-post .event-media a,
#fatherxmas .event-post .event-media a {
  color: #64686d;
}
#tickets .event-post .event-media .entry-title a:hover,
#about .event-post .event-media a:hover
#fatherxmas .event-post .event-media a:hover {
  color: #45aed6;
}
#tickets .event-post .entry-meta,
#about .event-post .entry-meta,
#fatherxmas .event-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#tickets .event-post .entry-meta > span,
#about .event-post .entry-meta > span,
#fatherxmas .event-post .entry-meta > span{
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#tickets .event-post .entry-meta > span > a,
#about .event-post .entry-meta > span > a,
#fatherxmas .event-post .entry-meta > span > a {
  color: #999;
}
#tickets .event-post .entry-meta > span > a:hover,
#about .event-post .entry-meta > span > a:hover
#fatherxmas .event-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#fridayknights,
#winepairing {
	padding: 50px;
	border: 2px solid #8B233D;
	border-radius: 25px;
}
/*Tasting Price Breakdown*/
#tasting, #kidscraft, #parlor{
  padding: 100px 0 70px;
}
#tasting h3 {
  font-size:32px;
}
#tasting ul.pricing,
#meals ul.pricing,
#boxoffice ul.pricing,
#corporate ul.pricing,
#about ul.pricing,
#village ul.pricing {
  list-style: none;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#tasting ul.pricing {
  height: 400px;
}
#meals ul.pricing,
#corporate ul.pricing {
  min-height:275px;
}
#boxoffice ul.pricing {
  height:300px;
}
#about ul.pricing {
  min-height:330px;
}
#about ul.pricing .headerimage,
#village ul.pricing .headerimage {
  border-radius:100%;
  width:106px;
}
#tasting ul.pricing li,
#meals ul.pricing li,
#boxoffice ul.pricing li,
#corporate ul.pricing li,
#about ul.pricing li,
#village ul.pricing li {
  display: block;
  padding: 10px;
}
#tasting ul.pricing li.plan-header,
#meals ul.pricing li.plan-header,
#boxoffice ul.pricing li.plan-header,
#corporate ul.pricing li.plan-header,
#about ul.pricing li.plan-header,
#village ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#tasting ul.pricing li.plan-header .price-duration,
#meals ul.pricing li.plan-header .price-duration,
#boxoffice ul.pricing li.plan-header .price-duration,
#corporate ul.pricing li.plan-header .price-duration,
#about ul.pricing li.plan-header .price-duration,
#village ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #980303 0%, #6B1404 100%);
  background-image: -webkit-linear-gradient(90deg, #980303 0%, #6B1404 100%);
  background-image: -ms-linear-gradient(90deg, #980303 0%, #6B1404 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#tasting ul.pricing li.plan-header .price-duration > span,
#meals ul.pricing li.plan-header .price-duration > span,
#boxoffice ul.pricing li.plan-header .price-duration > span,
#corporate ul.pricing li.plan-header .price-duration > span,
#about ul.pricing li.plan-header .price-duration > span,
#village ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#tasting ul.pricing li.plan-header .price-duration > span.price,
#meals ul.pricing li.plan-header .price-duration > span.price,
#boxoffice ul.pricing li.plan-header .price-duration > span.price{
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#about ul.pricing li.plan-header .price-duration > span.price,
#village ul.pricing li.plan-header .price-duration > span.price  {
  font-size: 18px;
  font-weight: 700;
  margin-top: 35px;
}
#corporate ul.pricing li.plan-header .price-duration > span.price {
  font-size: 50px;
  margin-top: 30px;
}
#tasting ul.pricing li.plan-header .price-duration > span.duration,
#meals ul.pricing li.plan-header .price-duration > span.duration,
#boxoffice ul.pricing li.plan-header .price-duration > span.duration,
#corporate ul.pricing li.plan-header .price-duration > span.duration,
#about ul.pricing li.plan-header .price-duration > span.duration,
#village ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#tasting ul.pricing li.plan-header .plan-name,
#meals ul.pricing li.plan-header .plan-name,
#boxoffice ul.pricing li.plan-header .plan-name,
#corporate ul.pricing li.plan-header .plan-name,
#about ul.pricing li.plan-header .plan-name,
#village ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#boxoffice ul.pricing p,
#about ul.pricing p,
#village ul.pricing p {
  line-height:16px;
}
#boxoffice ul.pricing i,
#about ul.pricing i,
#village ul.pricing i {
  font-weight:300;
}
#boxoffice ul.pricing a,
#about ul.pricing a,
#village ul.pricing a {
  margin-top:10px;
}
/*Raffle*/
#raffle {
  padding: 100px 0 75px;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #76323F;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #76323F;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

/*Cycling*/
.club-photo {max-width:100%;display:block;margin:0px auto;border-radius:25px;}
.club-name {text-align:center;margin:0px 0px 40px 0px;}
#sponsors .img-responsive {border-radius:100%;border:1px solid #565656;width:75%;}

/*END*/

#directions .map {display:block;margin:0px auto;width:100%;}
#portfolio,
#et,
#map,
#discounts,
#directions,
#scouts,
#studentlunches,
#required,
#emergencies,
#weapons,
#other,
#post,
#cyclinggallery {
  padding: 100px 0;
  background: #fff;
}
#prfcast,
#shows,
#yuletidemansion,
#performers,
#history,
#parlor,
#workshops,
#kids,
#feature,
#kingsmint,
#drink,
#sundaybrunch,
#sampling,
#sundaybrunch,
#libations,
#mealpricing,
#eventspaces,
#teambuilding,
#companyparty,
#barnbarrel,
#taproom {padding-top:100px;}
#portfolio .portfolio-filter,
#et .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li,
#et .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a,
#et .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #D7CEC7;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active,
#et .portfolio-filter > li a:hover,
#et .portfolio-filter > li a.active {
  background: #76323F;
  color: #fff;
  -webkit-box-shadow: 0 -3px 0 0 #D7CEC7 inset;
  box-shadow: 0 -3px 0 0 #D7CEC7 inset;
}
#portfolio .portfolio-filter > li a.active:after,
#et .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #D7CEC7 transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a,
#et .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a,
#et .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items,
#et .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item,
#et .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner,
#et .portfolio-item .portfolio-item-inner {
  position: relative;
  margin-top: 10px;
}
#portfolio .portfolio-item .portfolio-item-inner h3,
#et .portfolio-item .portfolio-item-inner h3,
.imagebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  margin: 5px auto 0px;
  text-align: center;
  color: #565656;
}
#portfolio .portfolio-item .portfolio-item-inner h4 {
  font-size: 16px;
  text-transformation: uppercase;
  line-height:1;
  text-align:center;
  margin:2px;
  color:#565656;
  font-weight:lighter;
  font-style:italic;
}
#portfolio .portfolio-item .portfolio-item-inner h3:hover,
#et .portfolio-item .portfolio-item-inner h3:hover {
  color: #76323F;
}
#et .support h4 {
  line-height:15px;
}
#et .castdesc h4,
.imagebar h4 {
  line-height:24px;
}
/*Headshots*/
#et .portfolio-item .portfolio-item-inner .img-responsive {
  border-radius:100%;
  border:1px solid #565656;
}
#et .portfolio-item .portfolio-item-inner h4,
.imagebar h4 {
  font-size: 14px;
  font-weight:500;
  margin: 5px auto 0px;
  text-align: center;
  color: #565656;
}
#et .portfolio-item .portfolio-item-inner h4 .italic,
.imagebar h4 .italic {
  font-weight:300;
  font-style:italic;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info,
#et .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview,
#et .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info,
#et .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
#et .large {
	display:block;
	max-width:75%;
	margin-top:25px;
	border:1px solid #565656;}
#et .small {
	display:none;
	border:1px solid #565656;}
#et .sampleimg {margin-top:25px;}

/**Distillery Logos**/
.distillerylogos {text-align:center;}
.distillerylogos .col-sm-4 {margin-bottom:75px;}

@media only screen and (max-width: 765px) {
#portfolio .portfolio-item, #et .portfolio-item, .imagebar img {width: 49%;}
#shows .team-member .team-img,
#kids .team-member .team-img,
#barnbarrel .team-member .team-img {max-width:350px;}
.single-performer {margin-bottom:25px;}
.single-performer img {max-width:250px;}
#et .large {display:none;}
#et .small {display:block;}
#et .portfolio-filter .supportstaff {display:none;}
.merchant-list .merchant-item .merchant-logo {display:none;}
.section-header .section-title {font-size:26px;}
#tasting ul.pricing, #meals ul.pricing, #corporate ul.pricing, #boxoffice ul.pricing, #about ul.pricing {height:auto;}
#fridayknights, #winepairing {padding:10px;}
}
/*Royal Performers*/
#performer-carousel {
	position:relative;
}
#performers {
	color:#43484E;
}
#performers .col-md-3 {
	min-height:500px;
}
#performers h2 {
	color:#43484E;
	margin-bottom:35px;
}
#performers .performer-members {
	padding:0;
	margin-top:55px;
	display:block;
	overflow:hidden;
}
.single-performer {
	min-height:430px;
	background:#242a33 url(../images/elements/texture.jpg) repeat;
	border: 1px solid #D1D1D1;
	color: #777;
	padding: 25px;
	text-align:center;
	overflow:hidden;
    border-radius: 25px;
}
.single-performer img {
	width:100%;
    border-radius: 25px;
}
.single-performer h4, 
.single-performer h5 {
	text-align:center;
	line-height:10px;
	color:#76323F;
}
.single-performer .twolines {
	line-height:17px;
}
#performers .performersocials i {
	background-color:#fff;
	border-radius: 50%;
	color: #43484E;
	display: inline-block;
	font-size:16px;
	height: 30px;
	line-height:28px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
	border-width:1px;
	border-color:#43484E;
	border-style: solid;
	opacity:.5;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  
}
#performers .performersocials a i:hover {
	opacity:1;
	color:#fff;
	border:0;
}
#performers .performersocials a .fa-facebook:hover,
#performers .performersocials a .fa-twitter:hover,
#performers .performersocials a .fa-share:hover,
#performers .performersocials a .fa-instagram:hover,
#performers .performersocials a .fa-youtube-play:hover,
#performers .performersocials a .fa-google-plus:hover {
  background:#76323F;
}
.performer-left, .performer-right {
	position:absolute;
	top:-43px;
	color:#43484E;
}
.performer-left:hover,
.performer-right:hover,
.performer-left:active,
.performer-right:active {
	color:#76323F;
}
.performer-left {
	left:45%;
}
.performer-right {
	left:53%;
}
/*Living History*/
.imagebar img {
  border-radius:100%;
  border: 1px solid #565656;
}
.imagebar .col-sm-3 {margin-bottom:25px;}

/*Merchants*/
.merchant-list .merchant-item h3 {
  font-size: 16px;
  line-height:14px;
  text-transform: uppercase;
  margin: 5px auto 0px;
  color: #565656;}
.merchant-list .merchant-item h5{
  font-size:12px;
  font-weight:200;
  font-style:italic;
  margin-top:1px;}
.merchant-list .merchant-item .merchant-logo{
  float: left;
  margin: 0 15px 0 0;
  border-radius:100%;
  max-width:100px;}
#prfmerchants .merchant-list .merchant-item p,
#merchants .merchant-list .merchant-item p {
  line-height:14px;
  margin-top:-5px;
}
#OHmerch .merchant-list .merchant-item p{
  line-height:16px;
  margin-top:5px;
}
.merchant-list .merchant-item {
  padding: 10px;
  overflow: auto;}
.merchant-list .merchant-item:hover {background: rgba(238, 238, 238, 0.6);border-radius:25px;}
#guestmerch {margin-top:100px;}
#guidelines, #policies {padding-top:100px;}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#faq,
#chefdemos,
#volunteer,
#outreach,
#library,
#blooddrive,
#heroes {
  padding: 100px 0 50px;
}
#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/elements/work-process.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #76323F;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #76323F;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}
.bump {margin-top:75px;}
.sidebump {margin-top:25px;}
.casesale {margin-top:50px;border-radius:0px 25px;border:solid 1px #565656;}
.hdsk-content {line-height:20px!important;}
#music,
#raffle,
#meals,
#reg,
#sponsors,
#employment,
#corporate,
#cast,
#prfmerchants,
#thisweekend,
#mansion,
#OHmerch,
#partners,
#arrival, 
#events {
  padding: 100px 0;
  background-color: #EEEAE7;
  background: #242a33 url(../images/elements/texture.jpg) repeat;
  -webkit-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.75);
  box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.75);
}
#tavern, #boxoffice {
  -webkit-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.75);
  box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.75);}
#music .team-member,
#fnc .team-member,
#performers .team-member,
#snc .team-member,
#meals .team-member,
#cast .team-member,
#etcast .team-member,
#carolingcast .team-member,
#villagercast .team-member,
#costumecontests .team-member,
#shows .team-member,
#mansion .team-member,
#corporate .team-member,
#barnbarrel .team-member {
  padding: 15px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
  margin-top: 25px;
  border-radius:25px;
  min-height:425px;
}
#carolingcast .team-member,
#villagercast .team-member {
  padding: 15px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
  margin-top: 25px;
  border-radius:25px;
  min-height:0px;
}
#etcast .team-member {min-height:440px;}
#meals .team-member {min-height:425px;}
/*#cast .team-member {height: 550px;} Faire Only*/
#music .team-member .team-img,
#fnc .team-member .team-img,
#performers .team-member .team-img,
#snc .team-member .team-img,
#meals .team-member .team-img,
#cast .team-member .team-img,
#etcast .team-member .team-img,
#carolingcast .team-member .team-img,
#villagercast .team-member .team-img,
#costumecontests .team-member .team-img,
#shows .team-member .team-img,
#kids .team-member .team-img,
#corporate .team-member .team-img,
#barnbarrel .team-member .team-img {
  margin: 0px auto;
  width: 80%;
}
#music .team-member .team-img img,
#fnc .team-member .team-img img,
#performers .team-member .team-img img,
#snc .team-member .team-img img,
#meals .team-member .team-img img,
#cast .team-member .team-img img,
#etcast .team-member .team-img img,
#carolingcast .team-member .team-img img,
#villagercast .team-member .team-img img,
#costumecontests .team-member .team-img img,
#shows .team-member .team-img img,
#kids .team-member .team-img img,
#corporate .team-member .team-img img,
#barnbarrel .team-member .team-img img {
  border-radius: 100%;
}
#music .demoimg,
#fnc .demoimg,
#performers .demoimg,
#snc .demoimg,
#meals .demoimg,
#cast .demoimg,
#etcast .demoimg,
#carolingcast .demoimg,
#villagercast .demoimg,
#costumecontests .demoimg,
#shows .demoimg,
#kids .demoimg,
#corporate .demoimg {
  border-radius: 25px;
}
#music .team-member .team-info,
#fnc .team-member .team-info,
#performers .team-member .team-info,
#snc .team-member .team-info,
#meals .team-member .team-info,
#cast .team-member .team-info,
#etcast .team-member .team-info,
#shows .team-member .team-info,
#costumecontests .team-member .team-info,
#kids .team-member .team-info,
#corporate .team-member .team-info,
#barnbarrel .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#etcast .team-member .team-info h4,
#carolingcast .team-member .team-info h4,
#villagercast .team-member .team-info h4,
#costumecontests .team-member .team-info h4 {
  font-size:16px;
  text-align:center;
}
#etcast .team-member .team-info h4 i,
#carloingcast .team-member .team-info h4 i,
#villagercast .team-member .team-info h4 i,
#costumecontests .team-member .team-info h4 i {
  color:#76323F;
}

#music .team-member:hover,
#fnc .team-member:hover,
#performers .team-member:hover,
#snc .team-member:hover,
#meals .team-member:hover,
#cast .team-member:hover,
#etcast .team-member:hover,
#carolingcast .team-member:hover,
#villagercast .team-member:hover,
#costumecontests .team-member:hover,
#shows .team-member:hover,
#kids .team-member:hover,
#corporate .team-member:hover,
#barnbarrel .team-member:hover {
  border-color: #D7CEC7;
}
#music .team-member .social-icons > li > a:hover,
#fnc .team-member .social-icons > li > a:hover,
#performers .team-member .social-icons > li > a:hover,
#snc .team-member .social-icons > li > a:hover,
#meals .team-member .social-icons > li > a:hover,
#cast .team-member .social-icons > li > a:hover, 
#shows .team-member .social-icons > li > a:hover,
#kids .team-member .social-icons > li > a:hover,
#coporate .team-member .social-icons > li > a:hover,
#et .team-member .social-icons > li > a:hover,
#barnbarrel .team-member .social-icons > li > a:hover {
  background: #76323F;
}
#shows .team-member .team-info .fineprint ,
#kids .team-member .team-info .fineprint,
#coporate .team-member .team-info .fineprint,
#barnbarrel .team-member .team-info .fineprint {
  font-style:italic;
  font-size:12px;
  font-weight:100;
}
#meals .featured,
#tavern .featured,
#dogdays .featured,
#mansion .featured,
#events .featured {
  border-radius:200px;
  border: 2px solid #eeeeee;
  width: 250px;
  display:block;
  margin: 25px auto;
}
#music .social-icons,
#fnc .social-icons,
#performers .social-icons,
#cast .social-icons,
#et .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#music .social-icons > li,
#fnc .social-icons > li,
#performers .social-icons > li,
#snc .social-icons > li,
#cast .social-icons > li,
#et .social-icons > li {
  display: inline-block;
}
#music .social-icons > li > a,
#fnc .social-icons > li > a,
#performers .social-icons > li > a,
#snc .social-icons > li > a,
#cast .social-icons > li > a,
#et .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #565656;
  border-radius: 3px;
}
#cast .castimage,
#et .castimage,
#stories .castimage{
  border-radius:25px;
  border: 2px solid #eeeeee;
  width: 75%;
  display:block;
  margin: 0px auto;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #565656;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #76323F;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.fineprint {
  font-size:12px;
  font-style:italic;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/elements/animated-number.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-section {margin: 16px 0px !important;}
.w3-badge {height:13px;width:13px;padding:0;border-radius:50%;}
.w3-badge, .w3-tag {color:#fff;display:inline-block;text-align:center;}
.w3-right {float: right !important;}
.w3-left {float: left !important;}
.w3-white, .w3-hover-white:hover {color: #000 !important; background-color:#fff !important;}
.w3-border {border:1px solid #ccc !important;}
.w3-text-white {color:#fff;}
.w3-center {text-align:center;}
.w3-containter, .w3-panel {padding: 0.01em 16px;}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);}
.w3-tooltip, .w3-display-containter{position:relative;}
@media only screen and (max-width: 768px) {
	.w3-content{margin-bottom:25px;}
	#contact .contact-form {width: auto !important;}
	.scenario {margin: 0px 10px;}
}

#merch, #weddings, #stories, #prfmerchants, #thisweekend, #OHmerch, #menu, #fairewines, #contact, #snc, #prizes {
  padding: 100px 0 70px;
  -webkit-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.35);
  -moz-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.35);
  box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.35);
}
#merch .merchyear,
#stories .merchyear,
#prfmerchants .merchyear {
  font-style: italic;
  font-weight: 300;
  color: #C09F80;
  text-align:center;
}
#merch .merchtag,
#weddings .merchtag,
#stories .merchtag,
#prfmerchants .merchtag {
  text-transform:Uppercase;
  letter-spacing:1px;
  color: #565656;
  text-align:center;
  font-size:24px;
}
#merch .media-body p,
#stories .media-body p,
#prfmerchants .media-body p {
  margin-bottom: 35px;
}

/*-- Faire Menus--*/
.prf-menu {
  position: relative;
  margin-bottom: 30px;
}
.menu-thumb {
  overflow: hidden;
  position: relative;
}
.menu-thumb img {
  width: 100%;
}
.menu-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}
.content-show h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.content-show span {
  color: #C09F80;
}
.content-hide {
  margin-top: 15px;
  display: none;
}
.content-hide p {
  color: #fff;
  font-size:12px;
  line-height:14px;
}


#contact {
  padding: 100px 0 50px;
  color: #fff;	
background: rgba(118,50,62,1);
background: -moz-linear-gradient(top, rgba(118,50,62,1) 0%, rgba(86,86,86,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(118,50,62,1)), color-stop(100%, rgba(86,86,86,1)));
background: -webkit-linear-gradient(top, rgba(118,50,62,1) 0%, rgba(86,86,86,1) 100%);
background: -o-linear-gradient(top, rgba(118,50,62,1) 0%, rgba(86,86,86,1) 100%);
background: -ms-linear-gradient(top, rgba(118,50,62,1) 0%, rgba(86,86,86,1) 100%);
background: linear-gradient(to bottom, rgba(118,50,62,1) 0%, rgba(86,86,86,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76323e', endColorstr='#565656', GradientType=0 );
}
#contact h1,
#contact h2 {
  color: #fff;
}
#menu,
#fairewines,
#prizes,
#tavern,
#boxoffice,
#fnc,
#competitions,
#dancers,
#pipebands,
#highlandgames,
#clans,
#merchants {
  padding: 100px 0;
}
#attractions,
#campgrounds,
#lodging,
#featured,
#eateries,
#current {
  padding-top:100px;
}
#current { 
  -webkit-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.75);
  box-shadow: inset 0px 10px 9px -8px rgba(0,0,0,0.75);
}
#dancers .img-responsive,
#events .img-responsive,
#history .img-responsive,
#parlor .img-responsive,
#workshops .img-responsive,
#chefdemos .img-responsive,
#performers .img-responsive,
#corporate .img-responsive,
.bcast,
#partners .img-responsive,
.bfimg-responsive {
	width:300px;
	border-radius: 100%;
	display: block;
	margin: 0px auto;
}
#et .fullmoon-et {
	width:250px; border-radius:100%; margin:0px auto; display:block;
}
#event2 .section-header,
#event1 .section-header,
#event3 .section-header,
#event4 .section-header,
#event5 .section-header {
  padding-top: 100px;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  margin: 50px auto 0px auto;
  width: 325px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
#contact .contact-form2 {height:auto;}
/*Footer*/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #242a33 url(../images/elements/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #D7CEC7;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
#footer .social-icons{
  font-size:20px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {float: right;}
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*For tooltip target element that has set class="tooltip" */
.tooltip {
	text-decoration:none;
	border-bottom:1px dotted #76323F;
	color: #565656;
	outline: none;
	cursor:help;
}

/*For tooltip box*/
#mcTooltip {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 1));
    background:    -moz-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 1));
    background:     -ms-radial-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 1));
    background:      -o-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 1));
    background:         linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 1));
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
       -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
            box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    color: #fff;
	font-size: 0.875em;
    line-height: 1.5;
    padding: 15px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, .5);
    z-index: 100;
}
#mcTooltip:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-top-color: rgba(0, 0, 0, .7);
    bottom: -10px;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

#mcTooltip.no-padding
{
    padding:0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

#mcTooltip, #mcttCo b {
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

/* For hyperlink within tooltip */
#mcTooltip a { color:#069; }

/*Close button. Available when sticky or overlay has been set to true, or is on touch-enabled devices. */
#mcttCloseButton
{ 
    border-radius:4px;
    width:18px;
    height:18px;
    margin-right:2px;
    margin-top:2px;
    background:black;    
}

/*Close button X symbol*/
#mcttCloseButton:after {
    font:normal 38px/18px arial, sans-serif;
    color:white;
    top:0;left:-2px;
}

/*Give the close button a bigger size on smaller devices*/
@media only screen and (max-width: 736px) {
    #mcttCloseButton {
        width:28px;
        height:28px;
    }
    #mcttCloseButton:after {
        font-size:48px;
        line-height:28px;
    }    
} 

/* Useful when overlay has been set to true or 1 in JS */
#mcOverlay 
{
    background-color: rgba(0,0,0,0.5);
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4; 
}
#mcTooltip img {border:0;vertical-align:middle;}

/*The settings below should remain unchanged*/
#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:-2000px;}
#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
.mcTooltipInner {float:left;position:relative;width:auto;height:auto;}
#mcttCo,  #mcttCo b{position:absolute;overflow:hidden;}

/*compatible with bootstrap*/
#mcTooltip, #mcTooltip div {box-sizing:content-box;}

/*
     FILE ARCHIVED ON 06:08:55 Oct 08, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:25:24 Jan 09, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 244.844 (3)
  esindex: 0.007
  captures_list: 263.241
  CDXLines.iter: 13.397 (3)
  PetaboxLoader3.datanode: 257.302 (4)
  exclusion.robots: 0.161
  exclusion.robots.policy: 0.149
  RedisCDXSource: 1.744
  PetaboxLoader3.resolve: 15.372
  load_resource: 57.807
*/