/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Boogaloo&family=Montserrat:wght@600&family=Sacramento&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  background: url("../-Images/-Structure/WhiteBoards.jpg")top center;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.logo {
  position: absolute;
  left: 50%;
  height: auto;
  z-index: 11;
  margin: 0;
  margin-left: -200px;
  width: 400px;
}
.masthead {
  padding: 10px 10px;
  height: 150px;
  text-align: left;
  position: relative;
  z-index: 10;
  background: url("../-Images/-Structure/WhiteBoards.jpg");
}
.Christmas .masthead {
  background: url(../-Images/-HolidayThemes/Christmas/OrnamentTopper.jpg) top center !important;
}
.Christmas .logo {
  display: none;
}
.Christmaslogo {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -299px;
  width: auto;
  height: auto;
}
.Christmas .Christmaslogo {
  display: block;
}
.top-navigation {
  background-color: #9F9690;
  position: relative;
  z-index: 9;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.9), inset 0 7px 15px -7px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.9), inset 0 7px 15px -7px rgba(0, 0, 0, 0.9);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.9), inset 0 7px 15px -7px rgba(0, 0, 0, 0.9);
}
.HomeBlocksFrame {
  background: url("../-Images/-Structure/FeatureBackground-LowRes.jpg") center 40%;
  padding: 45px 0 25px;
  ;
  background-size: cover;
  position: relative;
}
.HomeBlocks {
  text-align: center;
  margin-top: 20px
}
.HomeBlocks a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: 'boogalooregular', 'boogaloo', Arial, Helvetica, sans-serif;
  padding: 10px 0;
  line-height: 1em;
  background-color: #9F9690;
  text-shadow: 0px 2px 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);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  word-spacing: 3px;
  position: absolute;
  bottom: 5px;
  width: 99%;
  font-size: 1.4em;
  /*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);
  transition: width .5s;
  -webkit-transition: all .5s;
  height: 19px;
}
.HomeBlocks a:hover {
  background-color: #5c5047;
  color: rgba(255, 255, 255, 1);
}
.HomeBlocks .half {
  width: 47%;
}
.HomeBlocks .half:last-child {
  right: 2%;
  left: auto;
}
.HomeBlocks .third {
  width: 23%;
  margin: 0 1%;
  float: left;
  position: relative;
  right: auto;
}
.socialhomeblock {
  position: absolute;
  width: 99%;
  bottom: 0px;
}
.HomeBlocks .colFourths, .HomeBlocks .colthirds, .HomeBlocks .colfifths {
  position: relative;
  background: url(../-Images/-Structure/VerticalBoards.jpg) top center;
  color: rgba(123, 164, 193, 1);
}
.HomeBlocks .colthirds {
  padding: 10px .5% 10px;
  margin: .5%;
  width: 31%;
}
.HomeBlocks .colFourths {
  padding: 10px .5% 10px;
  margin: .5%;
  width: 23%;
}
.HomeBlocks .colfifths {
  padding: 10px .5% 10px;
  margin: .25%;
  width: 18.5%;
}
.homepagespacer {
  float: left;
  width: 12.5%;
  height: 10px;
}
.HomeBlocks .ribbon {
  background: url(../-Images/-Structure/WhiteBurlap.jpg) top center;
  height: 30px;
  width: 101%;
  position: absolute;
  top: 5px;
  z-index: 2;
  /*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);
}
.HomeBlocks h3 {
  position: relative;
  z-index: 3;
  color: #fff;
  background-color: #9F9690;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  min-width: 100px;
  margin-top: -21px !important;
  /*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);
}
.shadowwrapper {
  position: relative;
  margin-top: -30px;
}
.shadowbox {
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.6);
}
.social {
  position: absolute;
  bottom: -33px;
  right: 0;
  padding: 5px 5px 0 5px;
  background-color: #bf0603;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 1);
}
.home .social {
  bottom: -37px;
}
.centertext {
  text-align: center;
}
.centertext a i {
  font-size: 1em;
  line-height: 1.9em;
  color: #EEE;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.centertext a i:hover {
  color: #FFF;
  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);
}
.top-navigation:after {
  content: "\0020";
  font-size: 0px;
  display: inline;
  overflow: hidden;
  line-height: 0;
  clear: both;
}
.hours {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5px 25px 25px;
  height: 115px;
  margin-left: -550px;
  z-index: 20;
  text-align: center;
  font-size: .9em;
  font-family: 'Source Sans Pro', sans-serif;
  background: url("../-Images/-Structure/Boxes2.jpg") bottom center;
  background-size: cover;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 5px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 5px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 5px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.address {
  position: absolute;
  top: 0;
  right: 50%;
  padding: 5px 35px 25px;
  height: 115px;
  margin-right: -550px;
  z-index: 20;
  text-align: center;
  font-size: .9em;
  font-family: 'Source Sans Pro', sans-serif;
  background: url("../-Images/-Structure/Boxes2.jpg") bottom center;
  background-size: cover;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 5px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 5px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 5px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.address a {
  border: 0;
  color: #000;
  transition: width .2s;
  -webkit-transition: all .2s;
}
.address a:hover {
  color: #0007B5;
}
.content-wrapper {
  /*  overflow: hidden;*/
  background-color: #E7E9EC;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 1), inset 0 2px 9px -7px rgba(0, 0, 0, 1);
}
.columns-wrapper {
  position: relative;
  margin: 4em 1.25em 0em 1.25em;
  min-height: 700px;
}
.columns-wrapper, .menu-top-wrapper {
  max-width: 1260px;
  margin: auto;
}
.menu-top-wrapper {
  position: relative;
}
.main-content .content {
  padding: 40px 30px;
  font-size: 1em;
  line-height: 1.5em;
  min-height: 400px;
  position: relative;
}
.bordertrim {
  background: url(../-Images/-Structure/BorderTrim.jpg) repeat-x;
  height: 36px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8);
}
.content ul {
  list-style-position: inside;
  overflow: auto;
}
.listcolumns {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}
.listcolumns li {
  padding-left: 1em;
  text-indent: -1em;
}
/*Heading styles*/
h1, h2, h3 {
  margin: 20px 0px 20px 0px;
  font-weight: normal;
  line-height: 1em;
}
h1 {
  /*
  font-size: 4em;
  font-family: 'crunchy_tacoregular';
  letter-spacing: -1px;
  margin-top: 40px;
  color: rgba(205, 28, 0, 1);
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 1), -2px 2px 1px #FFD407, 1px 1px 1px #FFD407, 1px -1px 1px #FFD407, -2px -2px 1px #FFD407, 0px 3px 2px rgba(0, 0, 0, .5);
*/
  font-size: 4em;
  font-family: 'Amatic SC', Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000;
  line-height: 1em;
  margin: 15px 0 5px;
  padding-top: 20px;
  text-shadow: none;
}
h2 {
  font-size: 2.5em;
  font-family: 'boogalooregular', 'boogaloo', Arial, Helvetica, sans-serif;
  color: #BF0603;
}
h3 {
  font-size: 1.65em;
  font-family: 'boogalooregular', 'boogaloo', Arial, Helvetica, sans-serif;
  color: #9F9690;
}
h4 {
  font-size: 3em;
  font-family: 'Sacramento', cursive;
  text-align: center;
  color: #000;
  line-height: 1em;
  margin: 5px 0;
}
h5 {
  margin-top: 4px;
  color: #555;
}
h1.centertext {
  margin-bottom: 20px;
}
.funfont {
  font-family: 'Amatic SC', cursive;
}
.green {
  color: #063;
  font-size: 1.5em;
  font-family: 'boogalooregular', 'boogaloo', cursive;
}
.subhead {
  font-size: .5em;
  font-family: 'boogalooregular', 'boogaloo', cursive;
  color: #E0342C;
  text-shadow: none;
}
h1 .subhead {
  line-height: .2em;
  font-size: .55em;
  color: #E0342C;
  top: -30px;
  position: relative;
}
h2 .subhead {
  line-height: .8em;
  font-size: .8em;
  color: #E0342C;
}
h3 .subhead {
  line-height: .9em;
  font-size: .9em;
  color: rgba(169, 3, 3, 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: #BF0603;
  text-decoration: none;
  font-weight: bold;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.content a:hover, .content a:focus {
  color: #09F;
}
.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/WhiteBoards.jpg") center -3px;*/
  background: #9F9690;
  font-size: 0.7em;
  /*  color: #FFF3E4;*/
  color: #fff;
  position: relative;
  /*  text-align: center;*/
  clear: both;
  z-index: 999;
  top: auto;
  bottom: 0px;
  width: 100%;
  /*Outer Shadow*/
  /*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 .top:hover {
  top: -60px;
}
.footerlinks {
  width: 100%;
  padding: 0 20px;
}
.footerlinks .column {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}
.footerlinks .column:first-child {
  width: 50%;
}
.footer .footerlinks .column:first-child ul {
  columns: 2 150px;
}
.footer .footerlinks ul {
  margin: 0 auto;
  padding: 0;
}
.footer .footerlinks ul li {
  margin: 0 0 3px 0 !important;
  font-size: 1.1em;
  list-style: none;
}
.footerlinks a {
  color: #e7e9ec;
  font-size: 1.15em;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.footerlinks a:hover {
  color: rgba(255, 243, 228, 1.00);
}
.footerlinks h2, .footerlinks h3 {
  color: #e7e9ec;
  margin-bottom: 20px;
  margin-left: -2px;
  font-size: 3em !important;
  font-family: 'boogalooregular', 'boogaloo', Arial, Helvetica, sans-serif;
}
.footer .copyright {
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
  background-color: #201914cc;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  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 a {
  color: #fff;
}
.copyright a:hover {
  color: rgba(89, 139, 255, 1.00);
}
.copyright i {
  font-size: 1.8em;
}
.footercontact {
  font-size: 1.7em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #e7e9ec;
  margin: 0px 0 20px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
.footer hr {
  margin: 20px 0 0px;
  border: #e7e9ec solid 1px;
}
.contactaddress, .contactphone, .contactemail {
  float: left;
  width: 64%;
  text-align: center;
  border-right: solid 2px #e7e9ec;
  letter-spacing: 1px;
  padding: 5px 0;
}
.contactphone {
  width: 32%;
  border: 0px !important;
}
.contactemail {
  width: 32%;
}
.noborder {
  border: 0;
}
.footerphotonotice {
  font-size: 1.3em;
  width: calc(80% - 20px);
  margin: 0px 0% 20px;
  text-align: center;
  float: right;
  display: block;
  color: rgba(34, 34, 34, 1);
  padding: 15px 10px 10px;
  height: 215px;
  background-color: #e7e9ec;
  font-weight: 100;
  /*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);
}
.footerphotonotice h2 {
  color: rgba(34, 34, 34, 1);
  margin-bottom: 10px;
  margin-top: 0px;
}
.footerweather {
  background-color: #e7e9ec;
  height: 240px;
  clear: both;
  float: right;
  width: calc(20% - 20px);
  min-height: 230px;
  margin-left: 20px;
  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);
}
.copyrightbreak {
  display: inline;
}
.sweetcorn {
  background: url(../-Images/-Structure/SweetCornBackground.jpg) 200px 300px no-repeat;
}
.eventschedule {
  /*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);
}
.eventschedule td {
  padding: 5px 10px;
}
.eventschedule tr:nth-child(even) {
  background-color: rgba(38, 98, 167, .2);
}
.eventschedule tr:nth-child(odd) {
  background-color: rgba(38, 98, 167, .3);
}
.eventschedule td:nth-child(even) {
  border-left: dashed thin #98A6BD;
  border-right: dashed thin #98A6BD;
}
/*
.eapp-events-calendar-read-more-content a {
  padding: 10px !important;
  text-decoration: none !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-color: rgb(255, 255, 255) !important;
  background-color: rgba(64, 58, 54, 0.82) !important;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 100;
}
*/
.hoursblock {
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 20px;
  background-color: rgba(93, 161, 216, 1);
  /*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);
}
.hoursblock h3 {
  color: #fff;
  margin-bottom: 10px;
  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);
}
.hoursblock td {
  widows: 25%;
  text-align: center;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.wedding {
  position: relative;
  z-index: 2;
}
.wedding h1 {
  color: rgba(204, 204, 204, 1);
  margin-top: 0px !important;
  text-align: center;
  font-family: 'Lora', 'Dancing Script', cursive;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.wedding p {
  text-align: center;
  color: rgba(204, 204, 204, 1);
  text-shadow: 0px 1px 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);
}
.wedding h2 {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat', 'Dancing Script', cursive;
  background: url(../-Images/-Structure/ParchmentTexture.jpg);
  display: inline-block;
  padding: 8px;
  margin-left: 5px;
  color: rgba(0, 0, 102, .8) !important;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, .3), 0px -1px 0px rgba(0, 0, 0, .7);
  /* Tilt  */
  transform: rotate(.5deg);
  -ms-transform: rotate(.5deg);
  -webkit-transform: rotate(.5deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.wedding h2:nth-child(even) {
  /* Tilt  */
  transform: rotate(-.5deg);
  -ms-transform: rotate(-.5deg);
  -webkit-transform: rotate(-.5deg);
}
.wedding .page {
  position: relative;
  z-index: 2;
  padding: 1px 10px;
  margin-top: -5px;
  background: url(../-Images/-Structure/WhiteBurlap.jpg);
}
.wedding .page p {
  color: #333 !important;
  text-align: left !important;
  text-shadow: none;
}
.wedding .boards {
  position: relative;
  margin-left: -50px;
  margin-bottom: -25px;
  padding: 50px 50px 0;
  width: 100%;
  background: url(../-Images/-Structure/DarkBoards.jpg) top center;
}
.wedding .afloatright, .wedding .afloatleft {
  border-color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 5;
}
.collage {
  width: calc(100% + 100px);
  margin-left: -50px;
}
.wedding .boards, .wedding .page, .wedding h2 {
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25), -7px 7px 6px rgba(0, 0, 0, 0.25), 7px 7px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25), -7px 7px 6px rgba(0, 0, 0, 0.25), 7px 7px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25), -7px 7px 6px rgba(0, 0, 0, 0.25), 7px 7px 6px rgba(0, 0, 0, 0.25);
}
.offside1 {
  position: absolute;
  left: -500px;
}
.offside2 {
  position: absolute;
  right: -500px;
  top: 400px;
}
.map1 {
  width: 45%;
  float: left;
  margin-bottom: 30px;
}
.map2 {
  float: right;
  padding-left: 10px;
  width: 50%;
  border-left: dashed #7BA4C1 3px;
}
.texttable {
  width: 50%;
}
.onlinestore .colthirds, .onlinestore .colhalves {
  padding: 0 0 55px;
  position: relative;
  width: 32.3%;
  border-top: 2px #D2D2D2 solid;
  margin-top: 10px;
  /*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);
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(204, 204, 204, 1));
  background-color: rgba(204, 204, 204, 1);
  overflow: hidden;
}
.onlinestore .colthirds h3, .onlinestore .colhalves h3 {
  color: rgba(48, 119, 182, 1);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), 1px -1px 1px rgba(255, 255, 255, 1), -1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1), 3px 3px 3px rgba(0, 0, 0, .5);
  margin-bottom: 5px;
}
.onlinestore .colthirds h4, .onlinestore .colhalves h4 {
  color: rgba(61, 33, 1, 1);
  font-size: 1.5em;
  font-family: 'boogalooregular', 'boogaloo', san-serif;
  padding: 0 5%;
}
.onlinestore .colthirds p, .onlinestore .colhalves p {
  padding: 0 5%;
}
.onlinestore .colthirds img.product, .onlinestore .colhalves img.product {
  width: 80%;
  margin: 0 10% !important;
}
.onlinestore p.nomargintop {
  margin-top: -15px !important;
}
.onlinestore .button {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: -1.5%;
  margin-bottom: 0;
  padding: 10px inherit;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(0deg, rgba(25, 66, 113, 1), rgba(48, 119, 182, 1));
  background-color: rgba(48, 119, 182, 1);
  /* No Rounded Corners */
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65);
}
.onlinestore .button:hover {
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(0deg, rgba(8, 23, 39, 1), rgba(18, 49, 84, 1));
  background-color: rgba(18, 49, 84, 1);
  /*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, inset 0 47px 3px -43px rgba(0, 0, 0, 0.6);
}
.Grid input.button {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  width: calc(100% + 2px) !important;
  font-style: italic;
  box-sizing: none;
  border: 0px;
  padding: 10px 0;
}
.onlinestore select {
  width: 100% !important;
  padding: 5px;
  font-size: 1em;
  border: 0;
  display: block !important;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.15);
}
.onlinestore h5 {
  text-align: center;
  margin-top: -20px !important;
  margin-bottom: 0px !important;
}
.btt {
  text-align: center;
  line-height: 3.5em;
  font-size: 1.2em;
}
.onlinestore .pixel {
  width: 1px;
  height: 1px;
}
img.unavailable {
  position: absolute;
  top: 30%;
  width: 100% !important;
  margin: 0 0 0 -10.5% !important;
  height: auto;
}
.meatstore .colthirds, .meatstore .colhalves {
  padding-bottom: 30px !important;
}
.meatstore .button {
  padding: 10px 1.5%;
}
.HolidayOrdering .Product {
  padding: 1% 1% 35px 1%;
  display: block;
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.HolidayOrdering .Product h3 {
  display: block;
  background-color: rgba(0, 0, 102, 1);
  color: #fff;
  padding: 10px 20px;
  margin-top: -1%;
  margin-left: -1%;
  position: relative;
  width: 101%;
  z-index: 2;
}
.HolidayOrdering .Product h4 {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}
.productimage img {
  height: 400px;
  width: 400px;
  margin-top: -1%;
  margin-right: -1%;
  padding: 0;
  float: right;
}
.cart {
  position: absolute;
  top: 0;
  right: 130px;
  background-color: rgba(48, 119, 182, 1);
  color: #fff;
  font-size: 1.2em;
  padding: 10px 15px 5px;
  /* Rounded Corners */
  border: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8);
  transition: width .5s;
  -webkit-transition: all .5s;
}
.cart:hover {
  padding-top: 30px;
  background-color: rgba(20, 54, 93, 1);
}
.meatstore {
  text-align: center;
}
.meatstore h4 {
  margin-bottom: 20px;
}
.meatstore .button, .HolidayOrdering .button {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.glass {
  width: 400px;
  height: 400px;
  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);
  display: none;
}
.overlay {
  position: fixed;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: radial-gradient(ellipse farthest-corner at 45px 45px, #00FFFF 0%, rgba(0, 0, 255, 0) 50%, #0000FF 95%);
  background-color: rgba(0, 0, 0, .7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  text-align: center;
  margin: 10% auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 330px;
  min-width: 300px;
  position: relative;
  pointer-events: auto;
  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, .formcenter 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;
}
.popup p {
  padding: 0 10px;
}
.popup .ctct-custom-form input[type="text"] {
  width: 83%;
}
.popup .ctct-custom-form .ctct-button {
  width: 84% !important;
}
.skiplink {
  text-align: right;
  font-size: .9em;
  width: 83%;
  display: block;
  margin-top: -16px;
  font-style: italic;
}
.barn47 {
  width: 200px;
  float: left;
  margin: 20px 10px 10px 0;
}
.ccmimic {
  display: block;
  width: 84%;
  margin: 10px auto 10px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  padding: 14px 20px;
  line-height: 1;
  background-image: none;
  color: #fff;
  background-color: #0078c1;
  text-decoration: none;
  border: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#success_message {
  display: none;
  text-align: center;
  padding: 0 10px 10px;
  font-size: .98em;
}
.widepopup {
  overflow: hidden;
  width: 80%;
  min-width: 290px;
  padding: 0px 20px 100px;
  /* Tilt  */
  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
  background: url(../-Images/-Structure/VerticalBoards.jpg) top center;
  position: relative;
}
.pumpkincorner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.widepopup h2 {
  text-align: center;
}
.widepopup .content {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 10px 120px;
  /*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);
}
.widepopup .afloatright {
  /* Tilt  */
  transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.rotater {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  pointer-events: none;
}
.rotateblock {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget {
  width: 195px;
  float: right;
}
.weekendsbanner {
  width: 38%;
  height: auto;
  margin-bottom: -15px;
  margin-right: -65px;
  margin-top: -80px;
  float: right;
}
.weekendsbanner2 {
  position: absolute;
  right: 0;
  height: 120px;
  width: auto;
  max-width: 35%;
  top: -115px;
}
.pfestcontent {
  width: 58%;
}
.PumpkinChunkin {
  width: 100%;
  height: auto;
}
.PumpkinChunkinGrid .colthirds {
  background-color: rgba(255, 255, 255, 1);
  /*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);
}
.PumpkinChunkinGrid .colthirds img {
  outline: #063 solid 2px;
  margin-top: 15px !important;
}
.PumpkinChunkinGrid h3 {
  color: #063;
}
.PumpkinChunkinGrid h4 {
  color: rgba(20, 167, 77, 1);
  font-size: 1.5em;
  text-align: center !important;
  margin-top: 0px !important;
}
.santa {
  width: 40%;
  height: auto;
  position: absolute;
  top: -10%;
  right: -40%;
}
.santaheader {
  width: 100%;
  height: auto;
}
.redbox {
  position: relative;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(300deg, #C81B02, #6c0505);
  width: 67%;
  background-color: #6c0505;
  font-size: 1.2em;
  padding: 2%;
  margin-top: 10px;
  /* Rounded Corners */
  border: 10px;
  border-radius: 10px;
  color: #fff;
}
.bubble {
  position: relative;
  width: 84%;
  height: auto;
  padding: 0px;
  font-style: italic;
  margin-bottom: 30px;
  background: #86ADC8;
  margin-top: 10px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  padding: 10px 8%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 19px 15px 0;
  border-color: #86ADC8 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -19px;
  left: 25%;
}
.bubble:nth-child(even) {
  background: #90C5EF;
}
.bubble:nth-child(even):after {
  border-color: #90C5EF transparent;
  left: 70%;
}
.signature {
  font-family: 'Amatic SC', cursive;
  text-align: right;
  font-size: 2em;
  line-height: .1em;
  font-style: normal
}
.cards {
  background-color: rgba(189, 211, 236, 1);
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /*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);
}
.cards.colFourths {
  width: 23%;
  padding: 0.5%;
  margin: 0 .5%;
}
.boxcards .colthirds, .boxcards .colhalves {
  background-color: rgba(236, 236, 236, 1);
  margin: 10px .5% !important;
  padding-bottom: 5px;
  position: relative;
  /*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);
}
.boxcards img {}
.boxcards.pumpkinfest h3 {
  display: block;
  padding: 10px 5px;
  width: 200px;
  margin: -12px auto 0;
  background: #fff;
  position: relative;
  z-index: 10;
  /*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);
}
.ribbon {
  background: linear-gradient(180deg, rgba(0, 0, 153, .8), rgba(0, 0, 153, .8)), url(../-Images/-Structure/WhiteBurlap.jpg) top center;
  height: 40px;
  width: calc(100% + 4px);
  margin-left: -8px;
  position: absolute;
  z-index: 9;
  top: -3px;
  -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);
}
.boxes .colthirds {
  margin-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(300deg, rgba(190, 95, 24, 1), rgba(153, 51, 0, 1));
  background-color: rgba(153, 51, 0, 1);
  /*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);
  overflow: hidden;
}
.boxes p, .boxes ul {
  padding: 0 8px;
}
.Grid.boxes ul li {
  margin-left: 20px !important;
}
.boxes h5 {
  color: rgba(204, 204, 204, 1);
}
.farmparkhours {
  float: right;
  width: 220px;
  text-align: center;
  margin-left: 3%;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, #E9B042, rgba(8, 59, 27, 1));
  background-color: #E9B042;
  color: #fff;
  padding: 5px;
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
  /*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);
}
.farmparkhours .box {
  border: #fff 1px solid;
}
#calendar {
  width: 800px;
  height: 800px;
  display: block;
  margin: 10px auto;
}
h5.nomargintop {
  margin-top: -15px !important;
}
h2 .subtitle {
  font-size: .8em !important;
  color: rgba(51, 102, 204, 1);
}
.overlay p a.button {
  line-height: 2em !important;
  font-size: .8em;
  font-family: 'Khula', sans-serif;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: -10px 10px 0;
}
.pumpkinfesttickets p {
  text-align: center;
  font-weight: bold;
  color: rgba(246, 144, 67, 1);
  font-size: 2em;
  font-family: 'crunchy_tacoregular';
  margin: 40px 0 0px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.announcement {
  background-color: rgba(51, 102, 204, 1);
  padding: 10px;
  clear: both;
  color: #fff;
  /* Rounded Corners */
  -moz-border-radius: 3px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  /*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);
}
.announcement h2 {
  color: #fff;
  margin-top: 0;
  text-align: center;
}
.announcement img {
  border: #fff 5px solid !important;
  margin-top: -20px;
}
.announcement .afloatright {
  margin-right: -20px;
}
.quickorder h3, .quickorder h2 {
  margin: 0;
}
.quickorder h3 {
  margin-top: 20px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 3px;
  background-color: rgba(102, 2, 0, 1);
}
.quickorder h4 {
  color: rgba(102, 1, 0, 1);
  font-size: 1.8em;
  font-family: 'boogalooregular', 'boogaloo', cursive;
}
.quickorder {
  text-align: center;
}
.productblock {
  padding: 5px 0;
  margin: 2px 0 8px;
  /*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);
  background-image: linear-gradient(300deg, #CBDCEE, #FFF);
  background-color: #FFF;
}
.newsletterpage .button {
  display: block;
  max-width: 200px;
  text-align: center;
}
.warning {
  background-image: linear-gradient(120deg, rgba(255, 236, 25, 1.00), rgb(255, 245, 138));
  color: #000;
  padding: 10px;
  margin: 40px 0 20px -30px;
  width: 100%;
  /*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);
}
.warninginner {
  border: 2px rgba(0, 0, 0, 1.00) solid;
  padding: 30px;
}
.warninginner::first-line {
  font-size: 1.25em;
  font-weight: bold;
}
.warning h2, .warning h3 {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.coronavirusbox {
  position: absolute;
  z-index: 20;
  bottom: -30px;
  width: 250px;
  left: 0;
  height: 20px;
  padding: 5px 102px 5px 10px;
  font-weight: bold;
  font-size: .7em;
  background-image: linear-gradient(120deg, rgb(150, 4, 1), rgb(205, 6, 1));
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.3);
}
.cvinner {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(148, 4, 1);
  color: #fff;
  font-weight: bold;
  padding: 5px;
  height: 20px;
  text-decoration: none;
  transition: width .5s;
  -webkit-transition: all .5s;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cvinner:hover {
  background: rgb(1, 44, 90);
}
.culvers {
  background: url(../-Images/MazeBackground.jpg) top right no-repeat;
  background-size: cover;
  padding: 20px 10px 10px 320px;
  margin: 40px 0 40px 30px;
  position: relative;
  border: rgba(0, 84, 152, 1) 7px solid;
  /* Rounded Corners */
  border: 0px 40px 40px 0px;
  border-radius: 0px 40px 40px 0px;
}
.culvers .afloatleft {
  border: none;
  top: -50px;
  left: -70px;
  position: absolute;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* Tilt  */
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.culvers h3 {
  font-size: 2em;
  color: rgba(0, 50, 102, 1);
}
.culvers a {
  background-color: rgba(0, 50, 102, 1);
}
.formcolumn {
  float: left;
  width: 30%;
}
.formcolumn.form {
  float: left;
  width: 40%;
}
.formcolumn iframe {
  display: block;
  margin: 0 auto;
}
.formcolumn img {
  height: auto;
  width: 70%;
  margin: 30px 0% 0px 15%;
  border: 7px #fff solid;
  /*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);
  float: left;
  clear: left;
}
.activities {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}
.activities li {
  padding-left: 1em;
  text-indent: -1em;
}
.PFestAdmssion tr td {
  background-color: rgba(49, 119, 182, .3);
  text-align: center;
  vertical-align: top;
  border-left: dashed 1px rgba(0, 0, 0, .3);
  padding: 5px;
}
.PFestAdmssion tr:nth-child(odd) td {
  background-color: rgba(49, 119, 182, .4)
}
.PFestAdmssion tr:first-child td {
  background-color: rgba(0, 0, 153, 1);
  color: #fff;
  font-weight: bold;
  border-left: 0;
}
.PFestAdmssion tr td:first-child {
  text-align: left;
  border-left: 0;
}
.PFestAdmssion tr:first-child td:first-child {
  background-color: #fff;
}
.Shows .colthirds {
  background-color: rgba(255, 255, 255, .8);
  /*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);
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 40px;
}
.Shows .colthirds h3 {
  text-align: center;
}
.Shows .colthirds a {
  text-align: center;
  display: block;
  width: 90%;
  margin: 0 5% 10px;
  padding: 5px 0;
}
.twoacross {
  width: 64.5% !important;
}
.showfloat {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: 'boogalooregular', 'boogaloo', san-serif;
  font-size: 1.2em;
  color: #fff;
  width: 100%;
  line-height: 0em;
  letter-spacing: .5px;
  background-color: rgba(102, 0, 0, 1);
  text-transform: uppercase;
}
.pets {
  padding: 10px 10px 7px;
  text-transform: uppercase;
  background-color: rgba(206, 27, 0, 1);
  color: #fff;
  outline: rgba(206, 27, 0, 1) solid 4px;
  font-weight: bold;
  border: 2px solid #fff;
  text-align: center;
  clear: both;
  line-height: 1em;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.FAQ strong {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
}
.icons {
  width: 75%;
  margin: 0 auto;
  display: block;
}
.icons img {
  width: 30%;
  margin: 1%;
  height: auto;
  float: left;
}
.imageblock {
  width: calc(32% - 20px);
  margin: 10px .5%;
  padding: 10px;
  float: left;
  color: aqua;
}
.admissionpricing {
  background-color: rgba(102, 173, 223, 0.43);
  border-spacing: 0;
}
.admissionpricing tr td {
  vertical-align: top;
  padding: 5px 10px;
}
.admissionpricing h3 {
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
}
.admissionpricing tr:nth-child(odd) td {
  background-color: rgba(102, 173, 223, 0.6);
}
.whatspickin h3 {
  text-align: center;
  color: #383838;
  border-bottom: dashed 2px #11111147;
  padding-bottom: 7px;
  margin-top: 40px;
}
.whatspickin ul {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}
.whatspickin ul li {
  list-style-type: none;
  background: url("../-Images/-Structure/-Checkmarks/GreenMark.png") no-repeat;
  padding-left: 30px;
  margin-bottom: 15px;
  background-size: contain;
  background-position: left center;
  background-size: 26px 26px;
  font-family: 'crunchy_tacoregular';
  font-size: 1.3em;
  color: #383838;
}
.whatspickin ul.yellow li {
  background: url("../-Images/-Structure/-Checkmarks/YellowMark.png") no-repeat;
  background-position: left center;
  background-size: 26px 26px;
}
.whatspickin ul.red li {
  background: url("../-Images/-Structure/-Checkmarks/RedMark.png") no-repeat;
  background-position: left center;
  background-size: 26px 26px;
}
#tripleseat_embed_form #lead_form_submit a {
  display: none !important;
}
.ytp-title-channel, .ytp-title, .ytp-impression-link {
  display: none !important;
}
.tiva-events-calendar.compact.ticketing {
  max-width: 45%;
  margin: 10px 0 10px 5%;
}
.TicketingCalendar {
  background-image: linear-gradient(123deg, #ffffff, #e3e0e0bf);
  padding: 0 48% 0 1.5%;
  padding: 0 1.5%;
  /*  height: 315px;*/
  margin: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: unset;
  /*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);
}
.tiva-events-calendar.compact.ticketing {
  max-width: 45%;
  margin: 10px 0 10px 5%;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 18px;
}
.TicketingCalendar .clear {
  padding: 0 !important;
}
.tiva-events-calendar.compact .tiva-events-calendar-wrap {
  background: #fff;
}
.event-item .event-desc h3 {
  margin-top: 0;
  margin-bottom: -10px;
  font-family: 'Amatic SC', Arial, Helvetica, sans-serif;
  font-size: 2.6em;
  color: #000;
}
.TicketingCalendar .calcontent {
  width: 40%;
  float: left;
  padding: 30px;
}
.TicketingCalendar .elfsight-app-dfaa1833-c3c1-4fe1-ac3b-8349cfb4955d, .TicketingCalendar .elfsight-app-17c77874-7437-4b89-82e9-c15714f0eab2, .TicketingCalendar .elfsight-app-a13ee7fd-8647-4034-ad0a-1a779521fa1e {
  float: right;
  width: 60%;
}
.TicketingCalendar .calcontent h3 {
  text-align: center;
}
.TicketingCalendar .fc-event-title, .TicketingCalendar .fc-event-time {
  font-size: 8px !important;
  line-height: 1em !important;
  padding: 0;
}
.TicketingCalendar .fc-event-time {
  margin-top: -5px;
  display: none;
}
.TicketingCalendar .eapp-events-calendar-calendar-component .fc-event-main {
  padding: 4.5px 3px;
  height: 18px;
}
.TicketingCalendar a.fc-daygrid-event.fc-daygrid-block-event {
  margin: 1px 3px !important;
}
.TicketingCalendar a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event {
  border-radius: 0px !important;
}
.TicketingCalendar .fc-daygrid-day-top {
  padding: 0 !important;
}
.TicketingCalendar .fc-daygrid-day-events {
  margin-bottom: 3px !important;
}
.TicketingCalendar .jsx-945710488.eapp-events-calendar-events-calendar-title {
  display: none;
}
.TicketingCalendar .fc-toolbar-chunk {
  margin-bottom: 5px !important;
}
.TicketingCalendar #eapps-events-calendar-dfaa1833-c3c1-4fe1-ac3b-8349cfb4955d {
  /*  margin-top: -25px;*/
  margin-top: 0px;
  margin-bottom: 5px;
}
.TicketingCalendar th.fc-col-header-cell.fc-day {
  padding: 0px 1px !important;
}
.TicketingCalendar .fc .fc-daygrid-day-number {
  padding: 2px 4px;
}
.ui-widget-header {
  border: 0 !important;
  background: none !important;
  color: #222222;
  font-weight: bold !important;
  text-align: center;
  display: grid;
}
.venueschart tr td {
  width: calc(20% - 20px);
  text-align: center;
  background: rgb(88 66 48 / 50%);
  color: #fff;
  padding: 5px 10px;
}
nueschart tr:nth-child(even) {
  background: rgb(88 66 48 / 50%);
}
.venueschart tr td:nth-child(odd) {
  background: rgb(88 66 48 / 70%);
}
.venueschart tr:nth-child(even) td {
  background: rgb(88 66 48 / 90%);
}
.venueschart tr:first-child td:first-child {
  background: rgba(255, 255, 255, 0.00) !important;
}
.venueschart tr td:first-child {
  width: calc(40% - 20px);
  text-align: left;
}
.venueschart tr:first-child td {
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 10px 10px 0 0;
}
label[for=lead_event_description] em {
  display: block !important;
  font-size: .8em;
}
.spanner {
  width: 100%;
  height: 600px;
  margin-bottom: -40px;
  background-position: center center;
  background-size: cover !important;
}
.container {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.containercontent, .imageslider {
  width: 50%;
}
.containercontent {
  padding: 30px;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .columns-wrapper, .menu-top-wrapper {
    max-width: 960px;
    margin: auto;
  }
  .main-content .content {
    padding: 10px 20px;
  }
  .top-navigation {
    padding: 0px;
  }
  .hours {
    margin-left: -450px;
  }
  .address {
    margin-right: -450px;
  }
  .logo {
    width: 300px;
    margin-left: -150px
  }
  .formcolumn img {
    margin: 30px 0 70px 15%;
  }
  .HomeBlocks a {
    font-size: 1.1em;
  }
  .HomeBlocks h3 {
    font-size: 1.15em;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .columns-wrapper, .menu-top-wrapper {
    max-width: 810px;
    margin: auto;
  }
  .main-content .content {
    padding: 10px 20px;
  }
  .top-navigation {
    padding: 0px;
  }
  .hours {
    margin-left: -400px;
    font-size: .8em;
    padding: 0 25px 20px;
  }
  .address {
    margin-right: -400px;
    font-size: 1em;
    padding: 5px 38px 5px;
  }
  .logo {
    width: 300px;
    margin-left: -150px;
  }
  .HomeBlocks h3 {
    font-size: 1em !important;
  }
  .HomeBlocks a {
    font-size: 1em;
  }
  .formcolumn img {
    margin: 30px 0 70px 15%;
  }
  .activities {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 850px) {
  body {
    padding-bottom: 0px;
  }
  .contactaddress, .contactphone, .footerphotonotice, .footereblast, .footerbuttons {
    float: none;
    width: calc(98% - 20px);
  }
  .footerweather {
    width: calc(100% - 20px);
    min-height: 0;
    max-width: 500px;
    height: auto;
    margin: 0 auto 30px;
    float: none;
  }
  .footerphotonotice {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .footerbuttons {
    margin: 0px auto;
  }
  .footercontact {
    margin: 0px 0 -25px !important;
  }
  .contactaddress, .contactphone {
    margin: 0 auto;
    padding: 0 !important;
  }
  .contactaddress, .contactphone {
    font-size: .9em;
    text-align: center;
    border: 0px;
  }
  .copyrightbreak {
    display: block;
  }
  .social {
    position: relative;
    width: calc(100% - 10px);
    bottom: 0px;
    right: 0;
    padding: 5px 5px 0 5px;
    background-color: #bf0603;
    /*Outer Shadow*/
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 1);
  }
  .centertext a i {
    font-size: 1.5em;
    line-height: 1.9em;
    color: #EEE;
    transition: width .5s;
    -webkit-transition: all .5s;
  }
  .content-wrapper, .columns-wrapper {
    margin: 0px;
    border: none;
  }
  .main-content .content {
    padding: 20px 10px;
    border: none;
  }
  .hours, .address {
    display: none;
  }
  h1, h2, h3, h4, h5 {
    text-align: center;
  }
  h1 {
    font-size: 3em;
  }
  h4 {
    font-size: 2.5em;
  }
  .map1, .map2 {
    float: none;
    width: 100%;
  }
  .map2 {
    border-top: dashed #7BA4C1 3px;
    border-left: 0px;
  }
  .texttable {
    width: 100%;
  }
  .cart, .cart:hover {
    position: absolute;
    top: -20px;
    display: block;
    right: 0;
    margin: 20px 0px 0 20px;
    text-align: center;
    font-size: 1.2em;
    padding: 10px 15px 10px;
    background-color: rgba(0, 102, 51, 1);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.8);
    border: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
  }
  .storeheader {
    margin-top: 100px;
  }
  .weekendsbanner {
    width: 83%;
    display: block;
    height: auto;
    margin: 0 auto -4px;
  }
  .weekendsbanner2 {
    position: relative;
    right: 0;
    height: auto;
    max-width: none;
    width: 80%;
    margin: 0 10%;
    top: 0;
    margin-bottom: -20px;
  }
  .pfestcontent {
    width: 100%;
  }
  .PumpkinChunkinGrid .colthirds img {
    width: 90%;
    max-width: 500px;
    margin-bottom: 15px !important;
  }
  .glass {
    width: 200px;
    height: 200px;
    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);
    display: none;
  }
  .formcolumn img {
    display: none;
  }
  .formcolumn.form {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .activities {
    -webkit-columns: 1 200px;
    -moz-columns: 1 200px;
    columns: 1 200px;
  }
  .HomeBlocks .colfifths {
    padding: 10px 5px 10px;
    margin: 20px 10px;
    width: calc(100% - 30px);
    max-width: 320px;
    display: block;
  }
  .HomeBlocks .colfifths:last-child {
    margin: 20px auto;
    float: none;
  }
  .HomeBlocks h3 {
    font-size: 1em !important;
  }
  .HomeBlocks a {
    font-size: 1em;
  }
  .footerlinks .column, .footerlinks .column:first-child {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .footerlinks .column:first-child {
    width: 100%;
  }
  .footerlinks h2, .footerlinks h3 {
    text-align: left;
  }
  .footerphotonotice {
    width: calc(90% - 20px);
    margin: 0px 5% 20px;
    float: none;
    padding: 15px 10px 10px;
    height: auto;
  }
  .footerweather {
    height: auto;
    float: none;
    margin-bottom: 20px;
  }
  .TicketingCalendar .calcontent, .TicketingCalendar .elfsight-app-dfaa1833-c3c1-4fe1-ac3b-8349cfb4955d, .TicketingCalendar, .TicketingCalendar .elfsight-app-17c77874-7437-4b89-82e9-c15714f0eab2 {
    float: none;
    width: 100%;
  }
  .spanner {
    height: 600px;
    margin-bottom: -40px;
  }
  .container {
    flex-flow: column-reverse wrap;
  }
  .containercontent, .imageslider {
    width: 100%;
  }
  .containercontent {
    padding: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  img.unavailable {
    position: absolute;
    top: 30%;
    width: 120% !important;
    left: 0;
    height: auto;
    min-width: 100%;
  }
  .widget {
    display: none;
  }
  .santa {
    width: 60%;
    height: auto;
    position: absolute;
    top: 10%;
    right: -60%;
  }
  .redbox {
    font-size: 1em;
    width: 50%;
  }
  .farmparkhours {
    float: none;
    display: block;
    margin: 10px auto;
  }
  .rotater {
    position: absolute;
    top: 15px;
    left: -40%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 200%;
    width: 180%
  }
  .formcolumn {
    display: none;
  }
  .formcolumn.form {
    display: block !important;
    width: 100%;
  }
  .HomeBlocks {
    padding: 10px 0px 10px;
    margin: 20px auto;
    width: calc(90% - 30px) !important;
    max-width: 500px;
    display: block;
    float: none;
  }
  .HomeBlocks .colthirds img {
    width: 100%;
  }
  .HomeBlocks .colthirds {
    margin: 20px auto;
    width: 98%;
  }
  .HomeBlocks .colFourths {
    width: 100%;
    margin: 0 .5% 15px;
  }
  .HomeBlocks .ribbon {
    width: calc(100% + 12px);
  }
  .HomeBlocksFrame {
    background: url("../-Images/-Structure/TreeBackground.jpg") center 40%;
    padding: 45px 0 25px;
    background-attachment: fixed;
    background-size: cover;
  }
  .homepagespacer {
    display: none;
  }
  .TicketingCalendar {
    padding: 10px;
    height: auto;
    display: block;
  }
  .tiva-events-calendar.compact.ticketing {
    max-width: 96%;
    margin: 0 2%;
    position: relative;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .logo {
    position: relative;
    left: 12%;
    height: auto;
    z-index: 11;
    margin: 10px 0 0 0;
    margin-left: 0px;
    width: 80%;
    max-width: 400px;
  }
  .santa {
    width: 100%;
    height: auto;
    position: absolute;
    top: 10%;
    right: -100%;
  }
  .HomeBlocks h3 {
    font-size: 1.2em !important;
  }
  .HomeBlocks a {
    font-size: 1.1em;
  }
  .footerlinks .column, .footerlinks .column:first-child {
    width: calc(100% - 60px);
    float: left;
    margin: 0 20px 20px;
  }
  .footer .footerlinks .column:first-child ul {
    columns: 1;
  }
  .footerweather {
    max-width: 90%;
    height: auto;
    float: none;
    margin-bottom: 20px;
    margin: 0px 5% 20px;
  }
  .venueschart tr:first-child td {
    font-size: .9em;
    line-height: 1.1em;
  }
  .venueschart tr td:first-child {
    font-size: .8em;
    width: calc(35% - 20px);
    line-height: 1.1em;
  }
  .venueschart tr td {
    padding: 5px;
  }
}
/*--------------------------------
		Responsive Styles
--------------------------------*
/* CSS Document */
/*---IMAGE STYLES ---*/
.afloatright, img[style*="float: right"] {
  float: right;
  text-align: center;
  margin: 10px 0 10px 35px !important;
  /*  border: 6px solid #E9B042;*/
  max-width: 45% !important;
  width: 100% !important;
  height: auto;
  border-radius: 4px;
  /*
-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);
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -webkit-backface-visibility: hidden;
*/
}
.afloatleft, img[style*="float: left"] {
  float: left;
  margin: 10px 35px 10px 0px !important;
  text-align: center;
  /*border: 6px solid #E9B042;
*/
  max-width: 45% !important;
  width: 100% !important;
  height: auto;
  border-radius: 4px;
  /*
  -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);

  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
 
  -webkit-backface-visibility: hidden;
*/
}
.afloatcenter, img[style*="margin: auto"] {
  display: block;
  margin: 10px auto;
  clear: both;
  max-width: 1000px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  /*
  border: 6px solid #E9B042;
  background: #E9B042;
  image-rendering: -webkit-optimize-contrast;
  -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);*/
}
.main-content .content img {
  max-width: 100%;
  height: auto;
}
.floatrightofimage {
  float: right;
  width: 60%;
}
.nomargintop {
  margin-top: 0px !important;
}
.wider {
  width: 50% !important;
  max-width: 500px !important;
}
.smaller {
  width: 30%;
  max-width: 500px;
}
.nowrap {
  overflow: hidden;
}
.clear {
  clear: both;
  padding-top: 20px;
}
.clear.afloatright, .clear.afloatleft {
  padding: 0;
}
.formimage {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px;
  border: 6px solid #E9B042;
  /*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: 40%;
  height: auto;
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.clearleft {
  clear: left;
  padding-top: 20px;
}
.clearright {
  clear: right;
  padding-top: 20px;
}
.afloatright.clearleft, .afloatright.clearright, .afloatleft.clearleft, .afloatleft.clearright {
  padding-top: 0;
}
.pageclear {
  clear: both;
}
.noimagestyles {
  background: none;
  background-color: #E7E9EC !important;
  padding: 5px;
  /* Tilt  */
  transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  /*Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0px !important;
}
.Team img {
  max-width: 200px;
}
.desktoponly {
  display: block;
}
.tabletonly {
  display: none;
}
.mobileonly {
  display: none;
}
.largeronly {
  display: inline
}
.smalleronly {
  display: none;
}
.nodesktop {
  display: none !important;
}
.nomobile {
  display: block !important;
}
.nobig {
  display: none !important;
}
.Grid {
  width: 100%;
  display: block;
  clear: both;
}
.homegrid {
  margin-top: -165px !important;
}
.listfix {
  overflow: hidden;
}
.thirdslist ul {
  list-style: none;
  list-style-position: outside;
  text-align: center !important;
  margin: 0px !important;
  padding: 0px;
}
.Grid p a, .Grid h3 a, .Grid h4 a {}
.Grid ul {
  text-align: left;
  padding-left: 0px;
}
.colhalves {
  width: 47%;
  margin: .5%;
  padding: 10px 1% 0 1%;
  float: left;
  text-wrap: normal;
}
.Grid img {
  width: 100%;
  height: auto;
  padding: 0px !important;
  margin: 0px !important;
}
.Grid ol, .Grid ul {
  text-align: left;
}
.colthirds {
  width: 31.3%;
  margin: 0px .5% 5px;
  padding: .5%;
  padding-bottom: 0px;
  float: left;
  text-wrap: normal;
  background-size: 100% auto;
}
.colthirdsBG {
  position: absolute;
  width: 32.3%;
  height: auto;
  z-index: 0;
}
.colthirds img, .colhalves img {
  width: 100%;
  height: auto;
}
.colFourths {
  width: 24%;
  padding: .5%;
  float: left;
  text-wrap: normal;
  position: relative;
}
.colfifths {
  width: 19%;
  padding: .5%;
  float: left;
  text-wrap: normal;
  position: relative;
}
.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;
}
.Gridclear {
  clear: both;
}
.Grid h2 {
  text-align: center;
  margin: 0px;
}
.Grid h3 {
  margin: 0px;
  text-align: center;
}
.Grid h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.Grid ul {
  margin-top: 0px !important;
}
.Grid .button {
  display: block;
  text-align: center;
}
.fullwidth {
  width: 97%;
  height: auto;
}
.admission .colhalves {
  height: 150px;
  background-position: top center !important;
}
.autoh {
  height: auto;
}
.afloatright, .afloatleft {
  max-width: 35%;
  height: auto;
}
.videoright {
  float: right;
  margin: 10px 0px 10px 15px;
  /*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);
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
  height: 235px;
  width: 420px;
}
.videoleft {
  float: left;
  margin: 10px 15px 10px 0px;
  /*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);
  /* Tilt  */
  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
  height: 235px;
  width: 420px;
}
hr {
  margin-top: 0;
  height: 0;
  clear: both;
  /*margin-top: 40px;
	height: 12px;*/
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
.overlay hr {
  margin: 0;
  box-shadow: none;
  height: 0px;
  border-top: 2px dashed rgba(118, 28, 28, 1);
}
.button, .BuyNow {
  background-color: #000;
  color: #fff !important;
  padding: 5px 10px;
  margin-right: 5px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 2.2em;
  transition: width .4s;
  -webkit-transition: all .4s;
  /*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);
}
.button:hover, .BuyNow:hover {
  background-color: #252525;
  /*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;
}
.BuyNow {
  text-align: center;
  font-size: 1.5em;
  padding: 10px 15px;
}
.bumpup {
  position: relative;
  top: -25px;
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .desktoponly {
    display: block;
  }
  .tabletonly {
    display: inline;
  }
  .mobileonly {
    display: none;
  }
  .largeronly {
    display: inline;
  }
  .smalleronly {
    display: none;
  }
  .nodesktop {
    display: block !important;
  }
  .nobig {
    display: none !important;
  }
  .afloatright, .afloatleft {
    max-width: 35%;
    height: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .desktoponly {
    display: none !important;
  }
  .tabletonly {
    display: inline !important;
  }
  .mobileonly {
    display: none !important;
  }
  .largeronly {
    display: none !important;
  }
  .smalleronly {
    display: inline !important;
    margin: auto;
  }
  .nobig {
    display: block !important;
  }
  .nodesktop {
    display: block !important;
  }
  .nomobile {
    display: none !important;
  }
  .afloatright, .afloatleft, .afloatcenter {
    display: block;
    width: 70% !important;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    max-width: 500px;
    float: none;
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
  }
  .colFourths {
    width: 49%;
    margin-bottom: 20px;
  }
  .videoright, .videoleft {
    display: block;
    margin: auto;
    float: none;
  }
}
/*-------Full Bottom------*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .afloatright, .afloatleft, .afloatcenter {
    display: block;
    width: 90% !important;
    max-width: 500px;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none;
    border: medium solid #E9B042;
    /*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 !important;
  }
  .tabletonly {
    display: none !important;
  }
  .mobileonly {
    display: inline !important;
  }
  .largeronly {
    display: none !important;
  }
  .smalleronly {
    display: inline !important;
  }
  .nomobile {
    display: none !important;
  }
  .nodesktop {
    display: block !important;
  }
  .nobig {
    display: block !important;
  }
  .colFourths {
    width: 49%;
    margin-bottom: 20px;
  }
  .colthirds {
    width: 96% !important;
    height: auto;
    text-align: center !important;
  }
  .colthirds img {
    width: 90%;
    max-width: 300px;
  }
  .colthirds h3 {
    text-align: center;
  }
  .colhalves {
    width: 100%;
  }
  .Grid h4, .Grid h3, .Grid h2 {
    text-align: center;
  }
  .videoright, .videoleft {
    display: block;
    margin: auto;
    float: none;
  }
  .floatrightofimage {
    float: none;
    width: 100%;
  }
  .formimage {
    display: none;
  }
  .formcenter {
    display: block;
    margin: 0 auto;
    width: 210px;
  }
  .button, .BuyNow {
    display: block;
    text-align: center;
    clear: both;
    margin: 0 auto 10px;
    padding: 12px 1px 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
  .afloatright, .afloatleft, img[style*="float: right"], img[style*="float: left"] {
    max-width: 500px !important;
    height: auto;
    float: none !important;
    margin: 10px auto !important;
    width: calc(100% - 12px) !important;
    /* Tilt  */
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .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, img[style*="float: right"], img[style*="float: left"] {
    max-width: 500px !important;
    height: auto;
    float: none !important;
    margin: 10px auto !important;
    width: calc(100% - 12px) !important;
    /* Tilt  */
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
  .videoright, .videoleft {
    height: 325px;
    max-width: 420px;
    display: block;
    margin: auto;
    float: none;
  }
}
@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%;
  }
  .videoright, .videoleft {
    height: 188px;
    max-width: 250px;
    display: block;
    margin: auto;
    float: none;
  }
}
/*--------------------------------
		Slideshow Styles
--------------------------------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  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;
}
.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%;
}
.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 {
  display: none;
  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 {
  width: 100%;
  margin-left: 0px !important;
  margin-top: 0px !important;
}
/*--------------------------------
		Font Styles
--------------------------------*/
@font-face {
  font-family: 'crunchy_tacoregular';
  src: url('../Font/TacoBell2-webfont.eot');
  src: url('../Font/TacoBell2-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/TacoBell2-webfont.woff2') format('woff2'), url('../Font/TacoBell2-webfont.woff') format('woff'), url('../Font/TacoBell2-webfont.ttf') format('truetype'), url('../Font/TacoBell2-webfont.svg#crunchy_tacoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'boogalooregular';
  src: url("../includes/boogaloo/boogaloo-regular-webfont.woff2") format('woff2'), url("../includes/boogaloo/boogaloo-regular-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../-SocialFont/font/fontello.eot?45807163');
  src: url('../-SocialFont/font/fontello.eot?45807163#iefix') format('embedded-opentype'), url('../-SocialFont/font/fontello.woff?45807163') format('woff'), url('../font/fontello.ttf?45807163') format('truetype'), url('../-SocialFont/font/fontello.svg?45807163#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'socialfonticonssquare';
  src: url('../includes/fontello-c85482fb/fontello-c85482fb/font/socialfonticonssquare.eot?52008630');
  src: url('../includes/fontello-c85482fb/fontello-c85482fb/font/socialfonticonssquare.eot?52008630#iefix') format('embedded-opentype'), url('../includes/fontello-c85482fb/fontello-c85482fb/font/socialfonticonssquare.woff2?52008630') format('woff2'), url('../includes/fontello-c85482fb/fontello-c85482fb/font/socialfonticonssquare.woff?52008630') format('woff'), url('../includes/fontello-c85482fb/fontello-c85482fb/font/socialfonticonssquare.ttf?52008630') format('truetype'), url('../includes/fontello-c85482fb/fontello-c85482fb/font/socialfonticonssquare.svg?52008630#socialfonticonssquare') 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: 'socialfonticonssquare';
    src: url('../includes/fontello-c85482fb/fontello-c85482fb/font/socialfonticonssquare.svg?52008630#socialfonticonssquare') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "socialfonticonssquare";
  font-style: normal;
  font-weight: normal;
  speak: never;
  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: 1em;
  /* 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-phone:before {
  content: '\e800';
} /* '' */
.icon-mail:before {
  content: '\e801';
} /* '' */
.icon-email:before {
  content: '\e802';
} /* '' */
.icon-pinterest-squared:before {
  content: '\f0d3';
} /* '' */
.icon-youtube-squared:before {
  content: '\f166';
} /* '' */
.icon-instagram:before {
  content: '\f16d';
} /* '' */
.icon-vimeo-squared:before {
  content: '\f194';
} /* '' */
.icon-basket-1:before {
  content: '\f291';
} /* '' */
.icon-snapchat-square:before {
  content: '\f2ad';
} /* '' */
.icon-twitter-squared:before {
  content: '\f304';
} /* '' */
.icon-facebook-squared:before {
  content: '\f308';
} /* '' */
.icon-twitter:before {
  content: '\f309';
} /* '' */
.icon-facebook:before {
  content: '\f30c';
} /* '' */
.icon-pinterest:before {
  content: '\f312';
} /* '' */
.icon-youtube:before {
  content: '\f315';
} /* '' */
.icon-instagram-filled:before {
  content: '\f32d';
} /* '' */
/*--------------------------------
		Animate Styles
--------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-i teration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@font-face {
  font-family: 'boogalooregular';
  src: url('../includes/webfontkit-20180824-172726/boogaloo-regular-webfont.woff2') format('woff2'), url('../includes/webfontkit-20180824-172726/boogaloo-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------
		Print Styles
--------------------------------*/
@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;
  }
}
/*---------Pulse Styles--------*/
/* CSS Document */
.gallery {
  clear: both;
}
.gallery img {
  margin: .5% !important;
  padding: .5%;
  background-color: rgba(255, 255, 255, 1);
  height: auto !important;
  width: 14.5%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: width .3s;
  -webkit-transition: all .3s;
}
.cornmaze .gallery img {
  height: 200px !important;
  width: auto;
}
img.mfp-img {
  margin: .5% !important;
  padding: 10px !important;
  background-color: rgba(255, 255, 255, 1);
  height: auto !important;
  width: 11.5%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: width .3s;
  -webkit-transition: all .3s;
}
.gallery img:hover {
  /* Opacity */
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mfp-bg {
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(90deg, rgba(240, 180, 15, .4), rgba(234, 203, 172, .2) 50%, rgba(240, 180, 15, .4)) !important;
  background-color: rgba(240, 180, 15, .2) !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  padding-right: 16px !important;
  padding-top: 6px !important;
}
.mfp-counter {
  top: 34px !important;
  right: 20px;
  color: #333 !important;
  padding: 5px 10px;
  background-color: rgba(204, 204, 204, 1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border: 0px !important;
}
.mfp-figure:after {
  box-shadow: 0 !important;
  background: none !important;
}
/*---Flex Slider---*/
.flexslider {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  /* No Rounded Corners */
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
}
.slider .flexslider {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  /* No Rounded Corners */
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
}
.flex-control-nav {
  display: none;
}
.slider .flex-viewport {
  background-color: #fff;
  border: 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* Tilt  */
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.afloatleft .flex-viewport, .afloatright .flex-viewport {
  padding-bottom: 0;
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.afloatleft .flexslider, .afloatright .flexslider {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .gallery img {
    margin: .5% !important;
    padding: .5%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 850px) {
  .gallery img {
    margin: .5% !important;
    padding: .5%;
    width: 23%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .gallery img {
    margin: .5% !important;
    padding: .5%;
    width: 48%;
  }
}