/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  02: 2 Col Flex Sidebar Right
  ------------------------------------------------
*/
body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  background: url(../_images/_Structure/WaltersBackground.jpg) top center no-repeat fixed;
  position: relative;
}
a img {
  vertical-align: bottom;
}
#address {
  position: absolute;
  top: 65px;
  right: 50%;
  margin-right: -440px;
  padding: 10px 8px 2px;
  background-color: rgba(129, 110, 106, 1);
  color: #CCC;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  font-size: .8em;
  z-index: -400;
}
a img {
  border: 0px;
}
.logo img {
  height: auto;
  position: absolute;
  margin-left: -700px;
  margin-top: -13px;
  left: 50%;
  border: 0px !important;
}
.masthead {
  padding: 10px 0px;
  height: 46px;
  text-align: left;
  background: url(../_images/_Structure/Masthead.png) top center repeat-x;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-right: 2%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 5px 7px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 5px 7px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 5px 7px rgba(0, 0, 0, 0.65);
}
.top-navigation {
  text-align: right;
  background-image: linear-gradient(30deg, rgba(238, 129, 45, 1), rgba(238, 188, 101, 1));
  background-color: rgba(238, 129, 45, 1);
  width: 100%;
  position: relative;
  z-index: 9;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65), 0 -5px 7px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65), 0 -5px 7px rgba(0, 0, 0, 0.65);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65), 0 -5px 7px rgba(0, 0, 0, 0.65);
}
.top-navigation a {
  padding: 4px 10px;
  text-decoration: none;
  color: rgba(51, 51, 51, .9);
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
  font-size: .9em;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.top-navigation a:hover {
  background-color: rgba(179, 98, 35, .5);
  color: #000;
  /*Inner shadow*/
  -moz-box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.7), inset -7px 0 9px -7px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.7), inset -7px 0 9px -7px rgba(0, 0, 0, 0.7);
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.7), inset -7px 0 9px -7px rgba(0, 0, 0, 0.7);
}
.topfix {
  margin-top: -40px;
}
.sliderspacer {
  height: 450px;
}
.hours {
  position: absolute;
  right: 200px;
  bottom: -33px;
  background-color: rgba(252, 252, 252, .7);
}
.hoursshadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 45%), 0 3px 12px rgb(0 0 0 / 35%), inset 0 7px 9px -7px rgb(0 0 0 / 80%), inset 0 7px 2px -7px rgb(0 0 0 / 80%), inset 0 7px 7px -7px rgb(0 0 0 / 100%);
  -moz-box-shadow: 0 2px 4px rgb(0 0 0 / 45%), 0 3px 12px rgb(0 0 0 / 35%), inset 0 7px 9px -7px rgb(0 0 0 / 80%), inset 0 7px 2px -7px rgb(0 0 0 / 80%), inset 0 7px 7px -7px rgb(0 0 0 / 100%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 45%), 0 3px 12px rgb(0 0 0 / 35%), inset 0 7px 9px -7px rgb(0 0 0 / 80%), inset 0 7px 2px -7px rgb(0 0 0 / 80%), inset 0 7px 7px -7px rgb(0 0 0 / 100%);
}
.hoursheader {
  padding: 5px;
  background-color: rgba(252, 252, 252, .7);
  margin-right: 5px;
  float: left;
  font-weight: bold;
}
.hourscontent {
  padding: 5px 5px 5px 0;
  margin-left: 155px;
}
.phone {
  position: absolute;
  right: 0;
  bottom: -33px;
  background-color: rgba(238, 129, 45, 1);
  padding: 5px 10px;
}
.content-wrapper {
  margin: 4em 1.25em -20px 1.25em;
  overflow: hidden;
}
.columns-wrapper {
  overflow: unset;
  background: url(../_images/_Structure/WrapperBackground.jpg) top center repeat;
  position: relative;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.95);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.95);
}
.columns-wrapper, .menu-top-wrapper {
  max-width: 1210px;
  margin: auto;
  position: relative;
}
.main-content {
  width: 100%;
}
.main-content .content {
  padding: 20px 0px;
  margin: 0 30px;
  font-size: 1em;
  line-height: 1.5em;
}
/*Heading styles*/
h1, h2, h3, h4 {
  font-weight: normal;
  line-height: normal;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
h1 {
  margin: 40px 0px 0px 0px;
  font-size: 2em;
  font-family: 'Dosis', sans-serif;
}
h2 {
  font-size: 1.6em;
  font-family: 'Dosis', sans-serif;
}
h3 {
  font-size: 1.25em;
  font-family: 'Dosis', sans-serif;
}
h4 {
  font-size: 1.6em;
  letter-spacing: 1px;
  margin-bottom: 1px;
  font-family: 'Shadows Into Light Two', cursive;
}
h5 {
  font-size: 1.5em;
  letter-spacing: 1px;
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 0px 6px;
  margin: 10px 0px 5px;
  color: #892e06;
  border: #892e06 solid 3px;
  border-left: 0px;
  border-right: 0px;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
h6 {
  font-size: .8em;
  line-height: 1.1em;
  font-style: italic;
  color: rgba(41, 41, 41, 1.00);
  margin: 0;
}
.specialsizing {
  font-size: 1.5em !important;
}
.subhead {
  font-size: .9em;
  color: rgba(32, 99, 62, 1);
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h2:first-child, .content h3:first-child, .content h4:first-child {
  margin-top: 0px;
}
/*Ordinary Link Styles*/
.content a {
  color: #B05932;
  font-weight: bold;
  text-decoration: none;
  transition: width .35s;
  -webkit-transition: all .35s;
}
.content a:hover, .content a:focus {
  color: #06F;
}
.footer a {
  color: #FFF;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.footer a:hover, .footer a:focus {
  color: #EC812D;
}
.video {
  height: 250px;
  width: 400px;
  float: right;
  margin-left: 10px;
  border: rgba(161, 77, 35, 1)3px solid;
}
.smaller {
  font-size: .7em;
  font-weight: bold;
  line-height: 1.1em;
}
.coupon {
  padding: 20px;
  border: dashed 2px #333;
  clear: both;
  background-color: rgba(102, 51, 0, .5);
  text-align: center;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
p.coupon {
  color: #EEE !important;
}
.coupon a {
  color: #CF9 !important;
}
.coupon a:hover {
  color: #FFF !important;
}
ul li {
  padding-bottom: 5px;
}
.schoolpics {
  clear: right;
  float: right;
  text-align: center;
  margin: 10px 50px 10px 15px;
  border: medium solid #A14D23;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  max-width: 45%;
  height: auto;
}
.cannery, .cannery a {
  color: rgba(255, 255, 255, 1) !important;
  text-shadow: 1px 1px 1px #000;
}
p.button a, .HomeCards p a {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 5px 10px 0;
  background-color: rgba(176, 64, 0, 1);
  color: rgba(255, 243, 237, 1) !important;
  font-family: 'Bree Serif', serif;
  font-size: 1.1em;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  transition: width .5s;
  -webkit-transition: all .5s;
}
p.button a:hover, .HomeCards p a:hover {
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
p.button.fullwidth a{
    display: block;
    overflow: auto;
    text-align: center;
}
.HomeCards p a {
  display: block !important;
  width: calc(100% - 80px);
  text-align: center;
}
.HomeCards img {
  transition: width .5s;
  -webkit-transition: all .5s;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
.HomeCards img:hover {
  /* Opacity */
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.HomeCards .colFourths {
  padding-bottom: 25px !important;
}
.noshadow {
  /*No Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.overlay {
  text-align: center;
  position: absolute;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 10% auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 280px;
  min-width: 300px;
  position: relative;
  transition: all 5s ease-in-out;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
}
.popup iframe {
  display: block;
  margin: 0 auto;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  overflow: auto;
}
.notice {
  display: block;
  letter-spacing: 1px;
  background-color: rgba(0, 102, 51, 1);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.eventcard {
  display: block;
  background: rgba(253, 253, 253, 1.00);
  padding: 10px;
  margin-bottom: 40px;
  position: relative;
  clear: both;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.eventcard .clear {
  padding: 0 !important;
}
.eventcard.link {
  margin-bottom: 70px;
}
/*
.eventcard img {
  float: right;
  height: auto;
  width: 25%;
  max-width: 50%;
  margin-top: -68px;
  margin-bottom: -10px;
  margin-right: -10px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
*/
.eventcard img {
  float: right;
  height: auto;
  width: 34%;
  max-width: 50%;
  margin-top: -68px;
  margin-bottom: -10px;
  margin-right: -10px;
  margin-left: 2%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  image-rendering: -webkit-optimize-contrast;
}
.eventcard a {
  display: block;
  position: absolute;
  padding: 5px 10px;
  width: calc(100% - 20px);
  bottom: -40px;
  left: 0;
  height: 30px;
  background-color: #128301;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.eventcard a:hover {
  color: #E3E3E3 !important;
}
.eventcard a.halflink {
  width: calc(50% - 25px);
  margin: 0 5px 0 0;
}
.eventcard a.halflink.secondlink {
  left: 50%;
  margin: 0 0 0 5px;
}
.eventcard a:hover {
  background-color: rgba(176, 91, 50, 1.00);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.events_cms_head {
  margin: 10px 0 10px;
  color: rgba(33, 131, 76, 1);
  font-style: italic;
  font-size: .8em;
  letter-spacing: .5px;
}
.eventcard h2 {
  background-color: rgba(18, 131, 1, 1.00);
  display: inline;
  padding: 10px 17px;
  position: relative;
  margin: 13px 0 10px -30px !important;
  color: rgba(255, 255, 255, 1.00);
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.eventcard h2:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #0a4401 #0a4401 transparent transparent;
}
.eventcard h3 {
  margin-top: 20px;
}
.fireworks {
  position: absolute;
  width: 25%;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../-Images/-Events/Fireworks2.jpg);
  background-position: right;
}
.fireworkshow .events_cms {
  width: 75%;
}
.fireworkshowcolumn {
  width: 46%;
  padding: 1%;
  margin: 1%;
  float: left;
}
.fireworkshowcolumn ul {
  padding: 0 0 0 15px;
}
.schedule tr td {
  background: rgba(223, 0, 0, 1.00);
  color: #fff;
  padding: 5px 10px;
}
.schedule tr:nth-child(even) td {
  background: #920000;
}
.centertext {
  text-align: center;
}
.nomargintop {
  margin-top: 0px;
}
.activitywood {
  margin-bottom: 20px;
  padding: 10px 10px;
  font-size: 1.2em;
  overflow: hidden;
}
.activitywood h3 {
  color: rgba(0, 0, 0, .7);
  font-family: 'Ranchers', cursive;
  letter-spacing: 1px;
  font-size: 2em;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  line-height: 0;
  text-align: center;
}
.activitywoodheader {
  line-height: .2;
  text-align: center;
  font-size: 8em;
  margin: 15px 0 10px !important;
}
.activitywoodheader span {
  display: inline-block;
  position: relative;
}
.activitywoodheader span:before, .activitywoodheader span:after {
  content: "";
  position: absolute;
  border-top: 3px solid rgba(0, 0, 0, .7);
  top: 0;
  width: 500%;
}
.activitywoodheader span:before {
  right: 100%;
  margin-right: 15px;
}
.activitywoodheader span:after {
  left: 100%;
  margin-left: 15px;
}
.activitywood .column {
  width: 50%;
  float: left;
}
.activitywood .column.right {
  float: right;
}
.activitywood ul {
  padding: 0 0 0 10px;
}
.activitywood li {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
}
.footer a {
  color: #FFF3E4;
  text-decoration: none;
  transition: width 1s;
  -webkit-transition: all 1s;
}
.footer a:hover, .footer a:focus {
  color: #FFF;
}
/*The Footer*/
.footer {
  background: url(../_images/_Structure/WoodSeamless.jpg) top center;
  font-size: 0.7em;
  color: #FFF3E4;
  position: relative;
  text-align: center;
  clear: both;
  z-index: 999;
  top: auto;
  bottom: 0px;
  width: 100%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
}
.footer .copyright {
  text-transform: uppercase;
  margin: 0px;
  background-color: rgba(10, 10, 8, .81);
  padding: 10px 0;
  width: 100%;
  clear: both;
  z-index: 10;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 7px 15px -7px rgba(0, 0, 0, 0.8);
}
.copyright i {
  font-size: 1.8em;
}
.footercontact {
  font-size: 1.7em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #FFF3E4;
  margin: 0px 0 20px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
.contactaddress, .contactphone, .contactemail {
  float: left;
  width: 64%;
  text-align: center;
  border-right: solid 2px #FFF3E4;
  letter-spacing: 1px;
  padding: 5px 0;
}
.contactphone {
  width: 32%;
  border: 0px !important;
}
.contactemail {
  width: 32%;
}
.noborder {
  border: 0;
}
.footerbuttons {
  float: left;
  width: 32%;
}
.footerbuttons a {
  display: block;
  background-color: #FFF3E4;
  padding: 2px;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 1.5em;
  color: #222;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  transition: width .5s;
  -webkit-transition: all .5s;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
}
.footerbuttons a:hover {
  background-color: #BCB5AA;
  color: #222;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footerhours {
  font-size: 1.3em;
  width: 33%;
  margin: 0 1%;
  float: right;
  display: block;
  color: rgba(34, 34, 34, 1);
  padding: 15px 0 10px;
  height: 115px;
  background-color: rgba(255, 243, 228, 1);
  font-weight: 100;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
}
.footerhours h2 {
  margin-top: 0;
}
.pets {
  clear: both;
  display: block;
  background: #A30002;
  padding: 10px 5px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #FFF3E3;
  font-size: 1.2em;
  text-transform: uppercase;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
}
.footer hr {
  margin: 20px 0 30px;
  border: #FFF3E4 solid 1px;
}
.copyrightbreak {
  display: inline;
}
.quote {
  display: block;
  background: rgba(255, 255, 255, .7);
  padding: 2px 20px;
  margin: 0 5px;
  /* Rounded Corners */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.quote img {
  display: block !important;
  margin: 0 auto !important;
  width: 144px !important;
}
.signature {
  text-align: right;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 1.3em;
  font-style: italic;
}
body.lang-en.en-us.js-d-track-event-links {
  background: none !important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin-top: 10px;
}
.ui-widget-header {
  border: 0px !important;
  background: none;
  color: #fff;
  font-size: 0px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
/*Medium windows - reduce padding 
content padding*/
.fluid-width-video-wrapper {
  background: url("../_images/_Structure/WaltersWoodBackground.jpg");
  background-size: cover;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px) !important;
  height: calc(100% - 30px) !important;
  padding: 15px;
}
.paytoplay {
  /*min-height: 400px;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.applepielogo {
  margin-left: -40px;
  width: calc(100% + 80px);
  margin-top: -25px;
}
.glass {
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  z-index: 99999;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25), 0 0 40px 2px rgba(0, 0, 0, 0.75), 0 0 20px 2px rgba(0, 0, 0, 0.95);
  display: none;
}
.admissiontable, .admissiontable tbody {
  width: 100%;
}
.listcolumns {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}
.listcolumns li {
  padding-left: 1em;
  text-indent: -1em;
}
.glass {
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25), 0 0 40px 2px rgba(0, 0, 0, 0.75), 0 0 20px 2px rgba(0, 0, 0, 0.95);
  display: none;
}
.FarmMap {
  position: relative;
  float: right;
  width: 50%;
}
.magniflier {
  height: auto;
  width: 100%;
}
.hovertozoom {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media only screen and (min-width: 1000px) and (max-width: 1260px) {
  .columns-wrapper, .menu-top-wrapper {
    max-width: 940px;
  }
  .logo img {
    margin-left: -600px;
  }
  .sliderspacer {
    height: 350px;
  }
  .video {
    height: 225px;
    width: 350px;
    float: right;
    margin-left: 10px;
  }
  .schoolpics {
    margin: 10px 50px 10px 15px;
    max-width: 40%;
  }
  .eventcard img {
    width: 36%;
    margin-left: 1%;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .columns-wrapper, .menu-top-wrapper {
    max-width: 750px;
  }
  .logo img {
    margin-left: -500px;
  }
  .sliderspacer {
    height: 290px;
  }
  .video {
    height: 300px;
    width: 480px;
    float: right;
    margin-bottom: 10px;
  }
  .schoolpics {
    margin: 10px 0px 10px 15px;
    max-width: 35%;
  }
  #address {
    position: absolute;
    top: 65px;
    right: 50%;
    margin-right: -340px;
    padding: 10px 8px 2px;
  }
  .eventcard img {
    width: 45%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .top-navigation {
    display: none;
  }
  .columns-wrapper, .menu-top-wrapper {
    max-width: 650px;
  }
  .logo img {
    margin-left: -430px;
    margin-top: 8px;
    width: 300px;
  }
  .sliderspacer {
    height: 250px;
  }
  .video {
    height: 300px;
    width: 100%;
    float: right;
    margin-bottom: 10px;
  }
  .sidebar, .main-content {
    width: auto !important;
    float: left;
    position: static;
  }
  .sidebar {
    clear: left;
  }
  .schoolpics {
    margin: 10px 50px 10px 15px;
    max-width: 35%;
  }
  #address {
    position: absolute;
    top: 65px;
    right: 50%;
    margin-right: -340px;
    padding: 10px 8px 2px;
  }
  .eventcard img {
    width: 54%;
    max-width: 60%;
    margin-left: 20px;
  }
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
  body {
    padding-bottom: 0px;
  }
  .top-navigation {
    display: none;
  }
  .topfix {
    margin-top: -100px;
  }
  .footer {
    position: static;
    width: auto;
  }
  .content-wrapper, .columns-wrapper {
    margin: 0px;
    border: none;
  }
  .sidebar, .main-content {
    width: auto;
    float: none;
    position: static;
  }
  .main-content .content, .sidebar .content {
    padding: 20px 10px;
    border-radius: 0px;
    border: none;
    height: auto !important;
    max-height: 888678px;
  }
  .logo img {
    margin-left: 0px;
    height: auto;
    left: -100px !important;
    top: 17px;
    right: auto;
    z-index: 999999;
    width: 350px;
  }
  .sliderspacer {
    max-height: 250px;
  }
  h1, h2, h3, h4, h5, h6 {
    text-align: center;
  }
  h1 {
    margin-top: 85px !important;
  }
  .video {
    max-height: 350px;
    width: 100%;
    float: right;
    margin-bottom: 10px;
  }
  .schoolpics {
    display: none !important;
    width: 0px !important;
  }
  #address {
    display: none;
  }
  p.button a {
    display: block;
    text-align: center;
    margin: 10px 0 10px;
  }
  .activitywood h3 {
    line-height: .8em;
  }
  .activitywoodheader span:before, .activitywoodheader span:after {
    border: 0px;
  }
  .activitywood ul {
    padding: 0;
  }
  .eventcard img {
    float: none;
    width: calc(100% + 20px) !important;
    max-width: none;
    margin: 0 -10px !important;
  }
  .eventcard a {
    display: block;
    padding: 5px 10px;
    text-align: center;
  }
  .eventcard h2 {
    display: block;
    width: calc(100% + 60px);
    padding: 10px 0;
    margin: -10px 0 -10px -30px !important;
    font-size: 1.3em;
  }
  .eventcard h3 {
    font-size: 1em;
  }
  .contactaddress, .contactphone, .footerhours, .footereblast, .footerbuttons {
    float: none;
    width: 100%;
  }
  .footerhours {
    margin-top: -60px;
    margin-bottom: 25px;
    width: 95%;
    margin: 10px 2.5% 20px;
  }
  .contactaddress, .contactphone {
    font-size: .9em;
    text-align: center;
    border: 0;
  }
  .footercontact {
    margin: 40px 0 -30px;
    padding: 10px 0 0;
  }
  .contactphone {
    margin: 10px 0 0;
  }
  .footereblast {
    padding-bottom: 55px;
    margin-bottom: 30px;
    border-bottom: #FFF3E4 solid 2px;
  }
  body.lang-en.en-us.js-d-track-event-links {
    background: none !important;
  }
  .eventcard a.halflink {
    width: calc(100% - 20px);
    margin: 0;
  }
  .eventcard a.halflink.secondlink {
    left: 0;
    margin: 0;
    bottom: -85px;
  }
  .eventcard.link.splitlink {
    margin-bottom: 130px;
  }
}
/*------Responsive Styles-----*/
@media only screen and (min-width: 1260px) {
  .desktoponly {
    display: inline;
  }
  .tabletonly {
    display: none;
  }
  .mobileonly {
    display: none;
  }
  .largeronly {
    display: inline
  }
  .smalleronly {
    display: none;
  }
  .nomobile {
    display: block !important;
  }
  .nobig {
    display: none !important;
  }
}
/* CSS Document */
/*---IMAGE STYLES ---*/
.nowrap {
  overflow: hidden;
}
.afloatright {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px;
  border: medium solid #A14D23;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  max-width: 100%;
  width: 40%;
  height: auto;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.afloatleft {
  float: left;
  margin: 10px 15px 10px 0px;
  text-align: center;
  border: medium solid #A14D23;
  max-width: 100%;
  width: 40%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.afloatcenter {
  display: block;
  margin: 10px auto;
  clear: both;
  max-width: 99%;
  height: auto;
  border: medium solid #A14D23;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.clear {
  clear: both;
  padding-top: 20px;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.noimagestyles {
  background: none;
  padding: 5px;
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
.Team img {
  max-width: 200px;
}
.desktoponly {
  display: inline;
}
.tabletonly {
  display: none;
}
.mobileonly {
  display: none;
}
.largeronly {
  display: inline
}
.smalleronly {
  display: none;
}
.nomobile {
  display: block !important;
}
.nobig {
  display: none !important;
}
.colthirds ul {
  margin-top: 0;
}
.centerheaders h3 {
  text-align: center !important;
}
hr {
  border: 3px dashed #0000009e;
  /* background-color: white; */
  clear: both;
  margin: 10px 0;
  border-bottom: 0;
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .desktoponly {
    display: none;
  }
  .tabletonly {
    display: inline;
  }
  .mobileonly {
    display: none;
  }
  .largeronly {
    display: inline;
  }
  .smalleronly {
    display: none;
  }
  .nobig {
    display: none !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .desktoponly {
    display: none;
  }
  .tabletonly {
    display: inline;
  }
  .mobileonly {
    display: inline;
  }
  .largeronly {
    display: none !important;
  }
  .smalleronly {
    display: block;
  }
  .nomobile {
    display: none !important;
  }
  .nobig {
    display: none !important;
  }
  .afloatright, .afloatleft, .afloatcenter {
    display: block;
    width: 100% !important;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none;
    max-width: 70%;
    /*Outer Shadow*/
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
  }
}
/*-------Full Bottom------*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .afloatright, .afloatleft, .afloatcenter {
    display: block;
    width: 100% !important;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none;
    /*Outer Shadow*/
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
  }
  .scalable {
    margin: auto;
    display: block;
    width: 100%;
  }
  desktoponly {
    display: none;
  }
  .tabletonly {
    display: none;
  }
  .mobileonly {
    display: inline;
  }
  .largeronly {
    display: none;
  }
  .smalleronly {
    display: block;
  }
  .nomobile {
    display: none !important;
  }
  .nobig {
    display: block !important;
  }
  .hours {
    right: auto;
    left: 157px;
    bottom: -60px;
    width: calc(100% - 162px);
  }
  .hoursheader {
    padding: 5px;
    background-color: rgba(252, 252, 252, .7);
    margin-right: 0;
    float: none;
    font-weight: bold;
    text-align: center;
  }
  .hourscontent {
    padding: 5px;
    margin-left: 0;
    text-align: center;
    background-color: rgba(239, 232, 221, 1);
  }
  .phone {
    right: 8px;
    bottom: -90px;
  }
  .fireworks {
    display: none;
  }
  .fireworkshow .events_cms {
    width: 100%;
  }
  .fireworkshowcolumn {
    width: 96%;
    padding: 1%;
    margin: 1%;
    float: left;
  }
  .admissiontable td {
    vertical-align: middle;
  }
  .admissiontable h4 {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
  .afloatright, .afloatleft {
    max-width: 50%;
    height: auto;
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
  .colthirds img {}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .afloatright, .afloatleft {
    max-width: 100%;
    height: auto;
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
}
@media print {
  body {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  .sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none !important;
  }
  .main-content {
    margin: 0;
  }
  #layout {
    max-width: none;
    margin: 0px;
  }
  .column-content, .content {
    height: auto !important;
    max-height: 888678px;
    border: none !important;
  }
  .column-content * {
    padding: 0px !important;
  }
  .footer {
    position: static;
  }
}
/*---------------------------------
      		Grid Styles
---------------------------------*/
.Grid {
  width: 100%;
  display: block;
  margin-top: -10px;
  clear: both;
}
.Grid p a, .Grid h3 a, .Grid h4 a {
  color: #000;
}
.Grid ul {
  text-align: left;
}
.colhalves {
  width: 47%;
  height: 450px;
  margin: .5%;
  padding: 10px 1% 15px 1%;
  float: left;
  text-wrap: normal;
  text-align: center;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.colhalves img {
  width: 100%;
  height: auto;
  padding: 0px !important;
  margin: 0px !important;
}
.Grid.normal .colhalves {
  height: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.28);
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.Grid.normal .colhalves h2, .Grid.normal .colhalves h3 {
  text-align: left;
  color: rgb(255, 255, 255);
  background: rgb(0, 84, 6);
  padding: 5px 10px;
  margin-left: -10px;
  margin-top: -10px;
  width: 100%;
}
.colthirds {
  width: 31.3%;
  margin: 20px .5% 10px;
  padding: .5%;
  float: left;
  text-wrap: normal;
  background-size: 100% auto;
}
.coltwothirds {
  width: 64.6%;
  margin: 20px .5% 10px;
  padding: .5%;
  float: left;
  text-wrap: normal;
  background-size: 100% auto;
}
.accolades .colthirds, .accolades .coltwothirds {
  background: rgb(255 234 202);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.accolades .colthirds h3, .accolades .coltwothirds h3 {
  color: rgb(115 72 0);
}
.lineborder {
  padding: 5px;
  margin: 5px;
  border: rgba(152, 95, 0, 1.00) solid 3px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.colthirdsBG {
  position: absolute;
  width: 32.3%;
  height: auto;
  z-index: 0;
}
.colthirdsBG img {
  width: 100%;
}
.colFourths {
  width: 24%;
  padding: .5%;
  float: left;
  text-wrap: normal;
  position: relative;
  height: 520px;
}
.colFourths p {
  padding: 0px 10px;
}
.colFourths .pic {
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
}
.colFourths .linked {
  position: absolute;
  bottom: 0;
}
.colFourths img {
  width: 100%;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.colFourths:nth-child(odd) {}
.colFourths:nth-child(even) {}
.Gridclear {
  clear: both;
}
.Grid h2 {
  background-color: #881106;
  font-family: 'Lobster';
  text-align: center;
  font-size: 2em;
  padding: 10px 2%;
  display: block;
  color: #FFFFFF;
  margin: 0px;
  text-shadow: 1px 1px 1px #000;
}
.Grid h3 {
  font-size: 1.6em;
  margin: 0px;
  text-align: center;
}
.Grid h4 {
  text-align: center;
  font-size: .9em;
  margin-top: 10px;
}
.fullwidth {
  width: 97%;
  height: auto;
}
.admission .colhalves {
  height: auto;
  background-position: top center !important;
}
.autoh {
  height: auto !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1260px) {
  .colFourths {
    height: 480px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .colFourths {
    height: 480px;
  }
  .Grid.normal .colhalves h3 {
    padding: 5px 7px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .colFourths {
    width: 49%;
    height: 540px;
    margin-bottom: 20px;
  }
  .Grid.normal .colhalves h3 {
    padding: 5px 6px;
    margin-left: -6px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .colFourths {
    width: 49%;
    height: 540px;
    margin-bottom: 20px;
  }
  .colthirds, .coltwothirds {
    width: 96% !important;
    height: auto;
    text-align: center !important;
  }
  .colthirds img {
    width: 90%;
    max-width: 250px;
  }
  .colthirds h3 {
    text-align: center;
  }
  .colhalves {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .colFourths {
    width: 96%;
    height: auto;
    margin-bottom: 20px;
  }
  .colFourths .linked {
    position: relative !important;
  }
  .colhalves {
    width: 100%;
  }
}
/*---------------------------------
      Responsive Slideshow
---------------------------------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 760px;
  padding: 0;
  margin: 0;
}
.rslides .fifty {
  width: 10% !important;
  z-index: 1;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
ul.rslides li {
  padding-bottom: 0px !important;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 0px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.callbacks_container {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0px;
  max-width: none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 7%;
  left: 0;
  opacity: 0.4;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("file:///500GB HD/Users/mhq/Documents/FarmWebDesign/Blooms & Berries/Responsive Slideshow/demo/themes/themes.gif") no-repeat left top;
  margin-top: -45px;
}
.callbacks_nav:hover {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
}
#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
  padding: 0;
}
#slider4, #slider5, #slider6 {
  width: 100%;
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0;
}
#slider3 li, #slider4 li, #slider5 li, #slider6 li {
  padding: 0;
}
#slider3 {
  width: 100%;
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-bottom: -15px;
  padding: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 3000px) {
  .regular {
    display: none;
  }
  .rslides {
    width: 760px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 1000px) {
  .rslides {
    width: 608px;
  }
  .thin {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 810px) {
  .callbacks_container {
    float: none;
  }
  .rslides {
    width: 533px;
  }
  .thin {
    display: none;
  }
  #slider4, #slider5, #slider6 {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  #slider4.afloatleft {
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .callbacks_container {
    float: none;
  }
  .rslides {
    margin-left: -10px;
    width: 105%;
  }
  .thin {
    display: none;
  }
}
/*---------Social Fonts--------*/
@font-face {
  font-family: 'fontello';
  src: url('../-Fontello/font/fontello.eot?95498808');
  src: url('../-Fontello/font/fontello.eot?95498808#iefix') format('embedded-opentype'), url('../-Fontello/font/fontello.woff?95498808') format('woff'), url('../-Fontello/font/fontello.ttf?95498808') format('truetype'), url('../-Fontello/font/fontello.svg?95498808#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../-Fontello/font/fontello.svg?95498808#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1.5em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before {
  content: '\e800';
} /* '' */
.icon-pinterest:before {
  content: '\e801';
} /* '' */
.icon-twitter:before {
  content: '\e802';
} /* '' */
.icon-phone:before {
  content: '\e803';
} /* '' */
.icon-comment:before {
  content: '\e804';
} /* '' */
.icon-compass:before {
  content: '\e805';
} /* '' */
.icon-umbrella:before {
  content: '\e806';
} /* '' */
.icon-leaf:before {
  content: '\e807';
} /* '' */
.icon-cc-visa:before {
  content: '\e808';
} /* '' */
.icon-cc-mastercard:before {
  content: '\e809';
} /* '' */
.icon-cc-discover:before {
  content: '\e80a';
} /* '' */
.icon-cc-amex:before {
  content: '\e80b';
} /* '' */
.icon-cc-paypal:before {
  content: '\e80c';
} /* '' */
.icon-youtube:before {
  content: '\e80d';
} /* '' */
.icon-foursquare:before {
  content: '\e80f';
} /* '' */
.icon-calendar:before {
  content: '\e810';
} /* '' */
.icon-gplus:before {
  content: '\e811';
} /* '' */
@media print {
  body {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  .sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none !important;
  }
  .main-content {
    margin: 0;
  }
  #layout {
    max-width: none;
    margin: 0px;
  }
  .column-content, .content {
    height: auto !important;
    max-height: 888678px;
    border: none !important;
  }
  .column-content * {
    padding: 0px !important;
  }
  .footer {
    position: static;
  }
}