/* line 16, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.has-tip {
  font-weight: normal;
}

/* line 22, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.nopad {
  padding: 0;
}

/* line 23, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.nomargin {
  margin: 0;
}

/* line 25, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
body {
  background-color: #6b6b68;
  color: #828383;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

/* line 26, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
h1, h2, h3, h4, h5, h6 {
  color: #464747;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

/* line 27, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.row, .contain-to-grid .top-bar {
  max-width: 88em;
}

/* line 28, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.row {
  background-color: #fff;
}

/* line 29, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.top-bar-section ul li > a.button {
  background-color: #f6a633;
}

/* line 30, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.top-bar-section ul li > a.button:hover {
  background-color: #ffb448;
}

/* line 31, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.nowrap {
  white-space: nowrap;
}

/* line 32, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.reveal-modal-bg {
  position: fixed;
}

/* line 36, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#main-image {
  background-image: url(../img/portland-climbing.jpg);
  min-height: 304px;
}
#flake {
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: -50px;
}
/* line 38, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#main-image h1 {
  font-family: 'Sonsie One', cursive;
  text-align: center;
  color: #fff;
  line-height: 304px;
}

/* line 40, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#main-image-sm {
  background-image: url(../img/portland-climbing-sm.jpg);
  background-position: right;
  background-repeat: no-repeat;
}
/* line 41, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#main-image-sm h4 {
  font-family: 'Sonsie One', cursive;
  text-align: center;
  color: #fff;
  line-height: 180px;
}

/* line 45, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.top-bar-section ul li.active > a {
  background: none repeat scroll 0 0 #1e1e1e;
}

/* line 46, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.top-bar .name h1 a {
  background-image: url(../img/nav-logo.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
}

/* line 53, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.container {
  padding: 100px;
  background: #222D3A;
  background-color: #999999;
}

/*footer area~~~~~~~~~~~~~~~~~~~~~~~*/
/*back to top button*/
/* line 61, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.8);
  font-size: 12px;
  padding: 1em;
  display: none;
  z-index: 1000;
}

/* line 74, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5);
}

/* line 77, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.footer {
  margin-bottom: 2em;
}

/* line 78, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.footer, .footer .row {
  border-top: 1px solid #eee;
}

/* line 81, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.ngb {
  padding: 1em 0em;
}
/* line 83, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.ngb img {
  height: 40px;
  border-radius: 4px;
}

/*eof footer area~~~~~~~~~~~~~~~~~~~~~~~*/
/* line 87, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.shape {
  /*title text drop shadow*/
  text-shadow: 1px 1px rgba(0, 0, 0, 0.05), 2px 2px rgba(0, 0, 0, 0.05), 3px 3px rgba(0, 0, 0, 0.05), 4px 4px rgba(0, 0, 0, 0.05), 5px 5px rgba(0, 0, 0, 0.05), 6px 6px rgba(0, 0, 0, 0.05), 7px 7px rgba(0, 0, 0, 0.05), 8px 8px rgba(0, 0, 0, 0.05), 9px 9px rgba(0, 0, 0, 0.05), 10px 10px rgba(0, 0, 0, 0.05), 11px 11px rgba(0, 0, 0, 0.05), 12px 12px rgba(0, 0, 0, 0.05), 13px 13px rgba(0, 0, 0, 0.05), 14px 14px rgba(0, 0, 0, 0.05), 15px 15px rgba(0, 0, 0, 0.05), 16px 16px rgba(0, 0, 0, 0.05), 17px 17px rgba(0, 0, 0, 0.05), 18px 18px rgba(0, 0, 0, 0.05);
}

/* line 92, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.active a {
  background: none repeat scroll 0 0 #008CBA;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.16667rem 0.88889rem;
}

/* line 102, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.centred {
  text-align: center;
}
/* line 102, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.centred h1 {
  font-size: 3em;
}

/* line 107, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.loader {
  position: relative;
  display: inline-block;
  margin: 0 12.5% 100px;
  width: 40px;
  height: 40px;
  border: 2px solid #0cf;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
}

/* line 118, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.loader::before,
.loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

/* line 132, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.loader-3,
.loader-3::before,
.loader-3::after {
  display: inline-block;
  border-color: transparent;
  border-top-color: #0cf;
  animation-duration: 1.2s;
}

/* line 140, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.loader-3::before {
  transform: rotate(120deg);
}

/* line 143, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.loader-3::after {
  transform: rotate(240deg);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 158, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.custom-icon {
  background-image: url(../img/icons/custom.png);
  background-repeat: no-repeat;
  background-position: 50% 75%;
}

/* line 164, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.explore, .find-out, .about-us, .resources, .contact {
  padding: 4em 0em;
  position: relative;
  z-index: 1;
  padding-bottom: 2em;
}
/* line 169, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.explore h1, .find-out h1, .about-us h1, .resources h1, .contact h1 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
/* line 170, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.explore a, .find-out a, .about-us a, .resources a, .contact a {
  font-size: 1.4em;
}
/* line 171, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.explore .large-12, .find-out .large-12, .about-us .large-12, .resources .large-12, .contact .large-12 {
  margin-bottom: 3em;
}

/* line 175, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.explore h1 {
  color: #ffb448;
}
/* line 176, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.explore a {
  color: #ffb448;
}

/* line 178, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.find-out, .find-out .columns {
  background-color: #e7e6e0;
}
/* line 180, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.find-out h1, .find-out .columns h1 {
  color: #f07e46;
}
/* line 181, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.find-out h2, .find-out .columns h2 {
  color: #cf8c18;
}
/* line 182, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.find-out a, .find-out .columns a {
  color: #ffb448;
}
/* line 183, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.find-out .row, .find-out .columns .row {
  background-color: #e7e6e0;
}

/* line 186, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.about-us .row {
  margin: 40px auto;
}
/* line 187, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.about-us h1, .about-us h2, .about-us a {
  color: #5a8bc7;
}
/* line 189, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.about-us .circle-lft {
  left: 25%;
  margin-left: -160px;
  margin-top: -110px;
}
/* line 194, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.about-us .circle-lft:before {
  width: 70%;
}

/* line 198, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.resources, .resources .columns, .resources .row {
  background-color: #71adbf;
}
/* line 200, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.resources h1, .resources h2, .resources p, .resources .columns h1, .resources .columns h2, .resources .columns p, .resources .row h1, .resources .row h2, .resources .row p {
  color: #FFF;
}
/* line 201, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.resources a, .resources .columns a, .resources .row a {
  color: #0c658a;
  font-size: 1.4em;
}

/* line 204, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.resources p {
  margin: 0;
}
/* line 205, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.resources a {
  color: #FFFFFF !important;
  display: block;
  font-size: 0.9em !important;
  line-height: 1.6em;
  padding: 1em 0em;
}
/* line 212, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.resources p:hover {
  background-color: #0099CC;
  color: #FFFFFF !important;
}

/* line 218, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.contact p {
  line-height: 1em;
}
/* line 219, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.contact #ajax-panel {
  position: absolute;
  margin: auto 2em;
  display: none;
  width: 80%;
  z-index: 1000;
}
/* line 225, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.contact #ajax-panel h4, .contact #ajax-panel a {
  color: #fff;
}
/* line 227, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.contact .large-12 {
  margin: 0;
}

/* line 231, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.choose-course {
  background-image: url(../img/choose-a-course.jpg);
}

/* line 235, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.page-title {
  background-color: #FCB042;
  position: relative;
}
/* line 238, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.page-title h1 {
  color: #FFF;
}

/* line 241, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.sub-nav, .row .row {
  margin: 0;
}

/* line 242, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.courses, .blurb {
  padding: 2em;
}

/*.courses .fixed, [data-magellan-expedition]{left:auto!important; max-width:88em!important; margin:0 auto!important; min-width:0; padding:0}*/
/* line 244, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.courses div {
  text-align: left;
}

/* line 245, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.courses h2 {
  margin-bottom: 1.5rem;
}

/* line 248, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#taster {
  background-color: #FAF8F7;
}

/* line 249, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#intro, #hen-party {
  background-color: #EEEEEE;
}

/* line 250, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#outdoor, #stag-party {
  background-color: #2B3D4F;
}
/* line 251, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#outdoor h2, #outdoor p, #outdoor li, #stag-party h2, #stag-party p, #stag-party li {
  color: #FFFFFF;
}

/* line 253, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#refresh, #school-group {
  background-color: #EBEFF0;
}

/* line 254, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#coaching {
  background-color: #FFB448;
}
/* line 255, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
#coaching h2, #coaching p, #coaching li {
  color: #FFFFFF;
}

/* line 258, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.centered-text {
  text-align: center;
}

/* line 261, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.quote {
  background: #ebf3f5;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
/* line 266, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ebf3f5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

/* line 278, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.student {
  margin-left: 25px;
  margin-bottom: 80px;
}
/* line 281, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  background-image: url(../img/testimonial-images-m.jpg);
  background-repeat: no-repeat;
}
/* line 291, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.student .female {
  background-image: url(../img/testimonial-images-f.jpg);
}
/* line 292, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.student .hague {
  background-image: url(../img/testimonial-image-2.jpg);
}
/* line 293, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}
/* line 297, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
/* line 302, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}

/* line 309, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
table th {
  font-weight: bold;
}

/* line 310, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
table td, table th {
  padding: 9px 10px;
  text-align: left;
}

/* line 311, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.table-wrapper {
  overflow: scroll;
  position: relative;
  padding-top: 2rem;
  -webkit-overflow-scrolling: touch;
}

/* line 312, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.table-wrapper table {
  width: 100%;
}

/* line 313, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.table-wrapper caption {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
}

/* line 315, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.coloured td, .coloured td span {
  color: #fff !important;
}

/* line 316, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.arc {
  background-color: #FAA852;
}

/* line 317, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.pwr {
  background-color: #FF787A;
}

/* line 318, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.pe {
  background-color: #65ACAE;
}

/* line 319, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.proj {
  background-color: #7DC691;
}

/* line 320, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.rest {
  background-color: #484035;
}

/* line 322, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.train {
  background-color: #FFA103;
}

/* line 323, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.perf {
  background-color: #55C392;
}

/* line 326, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.fluid-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

/* line 331, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.fluid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* line 340, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.shutdown {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.95);
  text-align: center;
  top: 0;
  z-index: 2000;
}
/* line 348, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.shutdown h1 {
  color: #fff;
}
/* line 349, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.shutdown .row {
  background-color: rgba(51, 51, 51, 0.95);
  padding: 2em;
}

/* line 356, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.webicon {
  background-size: 100% auto;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  text-align: left;
  text-indent: -999em;
  width: 30px;
}

/* line 367, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.webicon:hover {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  margin: -1px 0 1px;
}

/* line 371, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.webicon.small {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

/* line 376, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.webicon.large {
  border-radius: 6px;
  height: 48px;
  width: 48px;
}

@media print {
  /* line 382, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
  * {
    background: none repeat scroll 0 0 transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    text-shadow: none !important;
  }

  /* line 388, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
  .webicon {
    border-radius: 0 !important;
    height: auto !important;
    text-indent: 0;
    width: auto !important;
  }
}
/* line 395, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.no-svg .webicon.facebook {
  background: url("webicons/webicon-facebook-m.png") repeat scroll 0 0 transparent;
}

/* line 398, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.no-svg .webicon.facebook.large {
  background: url("webicons/webicon-facebook.png") repeat scroll 0 0 transparent;
}

/* line 401, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.no-svg .webicon.facebook.small {
  background: url("webicons/webicon-facebook-s.png") repeat scroll 0 0 transparent;
}

/* line 404, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.svg .webicon.facebook {
  background: url("webicons/webicon-facebook.svg") repeat scroll 0 0 transparent;
}

/* line 407, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.no-svg .webicon.googleplus {
  background: url("webicons/webicon-googleplus-m.png") repeat scroll 0 0 transparent;
}

/* line 410, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.no-svg .webicon.googleplus.large {
  background: url("webicons/webicon-googleplus.png") repeat scroll 0 0 transparent;
}

/* line 413, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.no-svg .webicon.googleplus.small {
  background: url("webicons/webicon-googleplus-s.png") repeat scroll 0 0 transparent;
}

/* line 416, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.svg .webicon.googleplus {
  background: url("webicons/webicon-googleplus.svg") repeat scroll 0 0 transparent;
}

/* line 419, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.no-svg .webicon.twitter {
  background: url("webicons/webicon-twitter-m.png") repeat scroll 0 0 transparent;
}

/* line 422, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.no-svg .webicon.twitter.large {
  background: url("webicons/webicon-twitter.png") repeat scroll 0 0 transparent;
}

/* line 425, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.no-svg .webicon.twitter.small {
  background: url("webicons/webicon-twitter-s.png") repeat scroll 0 0 transparent;
}

/* line 428, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.svg .webicon.twitter {
  background: url("webicons/webicon-twitter.svg") repeat scroll 0 0 transparent;
}

/* line 431, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 436, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons ul {
  margin: 0 auto;
  padding: 50px 0;
  width: 360px;
}

/* line 441, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li {
  display: inline !important;
  float: left !important;
  margin-bottom: 2px !important;
  margin-right: 5px !important;
  padding: 0 !important;
  width: auto !important;
}

/* line 449, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li a {
  display: block !important;
  float: left !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease 0s;
  width: 40px !important;
}

/* line 458, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li a:hover {
  background-position: 0 -40px !important;
  border-bottom: medium none;
}

/* line 462, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li a {
  background-color: transparent;
}

/* line 465, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.facebook-icon-single a {
  background: url("assets/facebook.png") no-repeat scroll 0 0 transparent;
}

/* line 468, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.facebook-icon-single a:hover {
  background-color: #3B5998;
}

/* line 471, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.googleplus-icon-single a {
  background: url("images/googleplus.png") no-repeat scroll 0 0 transparent;
}

/* line 474, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.googleplus-icon-single a:hover {
  background-color: #D94A39;
}

/* line 477, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.linkedin-icon-single a {
  background: url("images/linkedin.png") no-repeat scroll 0 0 transparent;
}

/* line 480, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.linkedin-icon-single a:hover {
  background-color: #71B2D0;
}

/* line 483, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.pinterest-icon-single a {
  background: url("images/pinterest.png") no-repeat scroll 0 0 transparent;
}

/* line 486, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.pinterest-icon-single a:hover {
  background-color: #CB2027;
}

/* line 489, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.twitter-icon-single a {
  background: url("images/twitter.png") no-repeat scroll 0 0 transparent;
}

/* line 492, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-icons li.twitter-icon-single a:hover {
  background-color: #48C4D2;
}

/* line 496, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-holder .social-icons li {
  margin-right: 20px !important;
}

/* line 499, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-holder .social-icons li a {
  position: relative;
}

/* line 502, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-holder .social-icons li a:before {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  color: #333333 !important;
  content: attr(data-shares);
  display: block;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: -43px;
  width: 38px;
}

/* line 517, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-holder .social-icons li a span i, .social-holder .social-icons li a span u {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #AAAAAA transparent -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 4px 4px 0;
  bottom: 50px;
  left: 50%;
  line-height: 0;
  margin: 0 0 -4px -4px;
  position: absolute;
  right: auto;
  top: auto;
}

/* line 534, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.social-holder .social-icons li a span u {
  border-top-color: #FFFFFF;
  margin-bottom: -3px;
}

/* line 539, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
.orbit-container {
  max-width: 636px;
}

@media only screen and (min-width: 40.063em) {
  /* line 544, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
  .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-wrap: wrap;
  }

  /* line 552, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
  .flex-item {
    padding: 1em;
    padding: 1rem;
    width: 50%;
    text-align: center;
  }
}
/* min-width 641px, medium screens */
@media only screen and (max-width: 40em) {
  /* max-width 640px, mobile-only styles*/
  /* line 567, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
  .flex-container {
    display: block;
  }

  /* line 573, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
  .flex-item {
    padding: 1em;
    padding: 1rem;
    text-align: center;
  }
}
/* end max-width 640px, mobile-only styles*/
@media only screen and (min-width: 66.562em) {
  /* line 585, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
  .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-wrap: wrap;
  }

  /* line 593, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
  .flex-item {
    padding: 2em;
    padding: 2rem;
    width: 33.3%;
    text-align: center;
  }

  /* line 600, ../bower_components/foundation/scss/foundation/components2/_custom.scss */
  .page-title:after {
    background-image: url(../img/lg-logo.png);
    background-repeat: no-repeat;
    width: 177px;
    height: 204px;
    z-index: 1;
    position: absolute;
    right: 40px;
    top: -30px;
  }
}
/* min-width 1065px, large screens */
/*--- picture flip STRUCTURE ---*/
/* line 3, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic {
  animation: 2s ease 0s normal none 1 anima;
  backface-visibility: hidden;
  display: inline-block;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

/* line 12, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic-sm {
  height: 210px;
  max-height: 210px;
  max-width: 210px;
  width: 210px;
  -moz-border-radius: 105px;
  -webkit-border-radius: 105px;
  border-radius: 105px;
}

/* line 13, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic-med {
  height: 280px;
  width: 280px;
  max-height: 280px;
  max-width: 280px;
  -moz-border-radius: 140px;
  -webkit-border-radius: 140px;
  border-radius: 140px;
}

/* line 14, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic-lrg {
  height: 320px;
  width: 320px;
  max-height: 320px;
  max-width: 320px;
  -moz-border-radius: 160px;
  -webkit-border-radius: 160px;
  border-radius: 160px;
}

/* line 15, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic-caption {
  background: none repeat scroll 0 0 rgba(255, 180, 72, 0.92);
  cursor: default;
  height: 100%;
  opacity: 0;
  font-size: 1em;
  padding: 20px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  color: white;
}

/* line 27, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic-image {
  transform: scale(1.1);
}

/* line 30, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic:hover .pic-image {
  transform: scale(1);
}

/* line 33, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic-title {
  font-size: 1.4em;
}

/* line 36, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic-caption a {
  color: #FFFFFF;
}

/* line 37, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
a, a:hover, .pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
  transition: all 0.5s ease 0s;
}

/* line 40, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.pic:hover .bottom-to-top, .pic:hover .top-to-bottom, .pic:hover .left-to-right, .pic:hover .right-to-left, .pic:hover .rotate-in, .pic:hover .rotate-out, .pic:hover .open-up, .pic:hover .open-down, .pic:hover .open-left, .pic:hover .open-right, .pic:hover .come-left, .pic:hover .come-right {
  opacity: 1;
}

@-moz-keyframes anima {
  0% {
    margin-top: -50px;
    opacity: 0;
  }
  100% {
    margin: auto;
    opacity: 1;
  }
}
/* line 57, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.top-rgt {
  position: relative;
  border-right: 1px solid #a9a9a9;
  padding: 1em;
  z-index: 3;
  background-color: white;
}

/* line 58, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.top-rgt:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
}

/* line 59, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.top-rgt:before {
  right: -1px;
  height: 1px;
  background: #bfbfbf;
  background: -moz-linear-gradient(left, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191, 191, 191, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(250, 250, 250, 0)), color-stop(52%, rgba(248, 248, 248, 0)), color-stop(100%, darkgray));
  background: -webkit-linear-gradient(left, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  background: -o-linear-gradient(left, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  background: -ms-linear-gradient(left, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  background: linear-gradient(to right, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a9a9a9', GradientType=1 );
}

/* line 69, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.bot-rgt {
  position: relative;
}

/* line 70, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.bot-rgt:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
}

/* line 71, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.bot-rgt:after {
  right: -1px;
  height: 1px;
  background: #bfbfbf;
  background: -moz-linear-gradient(left, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191, 191, 191, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(250, 250, 250, 0)), color-stop(52%, rgba(248, 248, 248, 0)), color-stop(100%, darkgray));
  background: -webkit-linear-gradient(left, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  background: -o-linear-gradient(left, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  background: -ms-linear-gradient(left, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  background: linear-gradient(to right, rgba(191, 191, 191, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 250, 250, 0) 51%, rgba(248, 248, 248, 0) 52%, darkgray 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a9a9a9', GradientType=1 );
}

/* line 81, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.top-lft {
  position: relative;
  border-left: 1px solid #a9a9a9;
  padding: 1em;
  z-index: 3;
  background-color: white;
}

/* line 82, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.top-lft:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
}

/* line 83, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.top-lft:before {
  right: -1px;
  height: 1px;
  background: darkgray;
  background: -moz-linear-gradient(left, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, darkgray), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#ffffff', GradientType=1 );
}

/* line 93, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.bot-lft {
  position: relative;
}

/* line 94, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.bot-lft:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
}

/* line 95, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.bot-lft:after {
  right: -1px;
  height: 1px;
  background: darkgray;
  background: -moz-linear-gradient(left, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, darkgray), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, darkgray 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#ffffff', GradientType=1 );
}

/* line 107, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.up-down {
  position: relative;
  border-top: 1px solid #a9a9a9;
  padding: 1em;
  z-index: 3;
}

/* line 108, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.up-down:before, .up-down:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 1px;
}

/* line 109, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.up-down:before, .up-down:after {
  background: darkgray;
  background: -moz-linear-gradient(top, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, darkgray), color-stop(48%, rgba(248, 248, 248, 0)), color-stop(49%, rgba(250, 250, 250, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(191, 191, 191, 0)));
  background: -webkit-linear-gradient(top, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
  background: -o-linear-gradient(top, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
  background: -ms-linear-gradient(top, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
  background: linear-gradient(to bottom, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#bfbfbf', GradientType=0 );
}

/* line 120, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.up-down:before {
  left: -1px;
}

/* line 121, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.up-down:after {
  right: -1px;
}

/* line 122, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.up-down-white {
  border-top: 1px solid #ffffff;
}

/* line 123, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.up-down-white:before, .up-down-white:after {
  /*white lines on teal background*/
  background: white;
  background: -moz-linear-gradient(top, white 0%, rgba(235, 235, 235, 0) 48%, rgba(113, 173, 191, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(48%, rgba(235, 235, 235, 0)), color-stop(100%, rgba(113, 173, 191, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(235, 235, 235, 0) 48%, rgba(113, 173, 191, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(235, 235, 235, 0) 48%, rgba(113, 173, 191, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, #ebebeb 48%, rgba(113, 173, 191, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(235, 235, 235, 0) 48%, rgba(113, 173, 191, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#71adbf', GradientType=0 );
}

/* line 136, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.circle-rgt, .circle-lft, .circle-lrg {
  position: absolute;
  z-index: 2;
}

/* lines leading off from the circles*/
/* line 137, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.circle-rgt {
  margin-top: -65px;
  top: 50%;
  margin-left: -140px;
  left: 50%;
}

/* line 138, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.circle-rgt:before {
  content: "";
  position: absolute;
  background-color: #a9a9a9;
  height: 1px;
  width: 50%;
  top: 50%;
  left: -50%;
  z-index: 2;
}

/*line from circle to left text bracket*/
/* line 140, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.circle-lft {
  margin-top: -140px;
  top: 50%;
  margin-left: -140px;
  left: 50%;
}

/* line 141, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.circle-lft:before {
  content: "";
  position: absolute;
  background-color: #a9a9a9;
  height: 1px;
  width: 50%;
  top: 50%;
  left: 100%;
  z-index: 2;
}

/*line from circle to left text bracket*/
/* line 144, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.circle-lrg {
  margin-bottom: 20px;
  position: relative;
}

/* line 145, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.circle-lrg:after {
  content: "";
  position: absolute;
  background-color: #a9a9a9;
  height: 25px;
  width: 1px;
  left: 50%;
  z-index: 2;
  bottom: -20px;
}

/*line from circle to bottom text bracket*/
/* line 148, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
.circle-lrg-white:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 25px;
  width: 1px;
  left: 50%;
  z-index: 2;
  bottom: -20px;
}

@media only screen and (max-width: 40em) {
  /* line 152, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .top-rgt, .top-lft {
    position: relative;
    border: none;
    border-top: 1px solid #a9a9a9;
    padding: 0;
    padding: 1em;
    z-index: 3;
  }

  /* line 153, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .top-rgt:before, .top-rgt:after, .top-lft:before, .top-lft:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 1px;
    height: auto;
  }

  /* line 154, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .top-rgt:before, .top-rgt:after, .top-lft:before, .top-lft:after {
    background: none;
    background: darkgray;
    background: -moz-linear-gradient(top, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, darkgray), color-stop(48%, rgba(248, 248, 248, 0)), color-stop(49%, rgba(250, 250, 250, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(191, 191, 191, 0)));
    background: -webkit-linear-gradient(top, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
    background: -o-linear-gradient(top, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
    background: -ms-linear-gradient(top, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
    background: linear-gradient(to bottom, darkgray 0%, rgba(248, 248, 248, 0) 48%, rgba(250, 250, 250, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(191, 191, 191, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#bfbfbf', GradientType=0 );
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .top-rgt:before, .top-lft:before {
    left: -1px;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .top-rgt:after, .top-lft:after {
    left: 100%;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .circle-rgt, .circle-lft {
    position: relative;
    left: 0;
    margin: 0 auto 15px 0;
  }

  /* line 168, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .circle-rgt:before, .circle-lft:before {
    content: "";
    position: absolute;
    background-color: #a9a9a9;
    height: 45px;
    left: 50%;
    top: 260px;
    width: 1px;
    z-index: 20;
  }

  /*line from circle to left text bracket*/
  /* line 171, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .circle-lft .pic-lrg {
    height: 280px;
    width: 280px;
    max-height: 280px;
    max-width: 280px;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px;
    border-radius: 140px;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .about-us .circle-lft:before {
    width: 1px;
  }

  /* line 173, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .about-us .circle-lft {
    position: relative;
  }
}
/*end of mobile only styles*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 179, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .circle-rgt {
    margin-top: -140px;
    top: 50%;
    margin-left: 80px;
    left: 50%;
  }

  /* line 180, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .circle-lft {
    margin-top: -140px;
    top: 50%;
    margin-left: -360px;
    left: 50%;
  }
}
/* min-width 641px and max-width 1024px */
/* min-width 641px, medium and up screens */
/* min-width 1280px, large screens */
@media only screen and (max-width: 64em) {
  /* line 190, ../bower_components/foundation/scss/foundation/components2/_home_page_circles.scss */
  .up-down {
    margin-bottom: 4em;
  }
}
/* max-width 1024px*/
/*#######topo pages formatting*/
/* line 3, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.my-svg-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  margin: 0 auto;
  /* outline: 1px solid gray;*/
  overflow: hidden;
}

/* line 12, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.my-svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.routes-list li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

/* line 24, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.item, .item h3 {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 26, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.item a {
  display: block;
  color: #333333;
  padding: 0.2rem;
}

/* line 27, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.item:hover {
  background-color: #F5F5F5;
}

/* line 28, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.info-popup {
  padding: 0.6rem !important;
  margin: 0.2rem 0 !important;
  background-color: #C7C7C7 !important;
}

/*route numbers*/
/* line 30, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
span.order_num {
  color: #FFFFFF;
  display: inline-block;
  min-width: 1.5em;
  /*height: 28px;
  width:28px;
  float: left;*/
  text-align: center;
  margin: 2px 8px 0 2px;
}

/* line 41, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.y, .g1 {
  background-color: #98C414;
}

/* line 42, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.b, .g2 {
  background-color: #0E6A88;
}

/* line 43, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.r, .g3 {
  background-color: #A72D0E;
}

/* line 44, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.bl, .g4 {
  background-color: #0E0E0E;
}

/* line 45, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
span.grade {
  float: right;
  margin: 0 0.3rem;
}

/*star ratings*/
/* line 49, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.stars {
  float: right;
  margin: 0 0.3rem;
}
/* line 50, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.stars i {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 1;
  background: url(../img/topos/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 60, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.no-star {
  background: none;
  background: url(img/topos/no-star.svg);
}

/* line 64, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.warning {
  float: right;
  margin: 0 0.3rem;
}
/* line 65, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.warning i {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 1;
  background: url(../../../../img/topos/warning.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 75, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.bird-ban {
  float: right;
  margin: 0 0.3rem;
}
/* line 76, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.bird-ban i {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 1;
  background: url(../../../../img/topos/bird-ban.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 84, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.bird-ban i .filled {
  fill: #990033;
}

/* line 87, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.route-detail {
  /*div that holds all route info*/
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px;
  padding: 1em;
  padding: 1rem;
  margin-bottom: 1em;
  margin-bottom: 1rem;
}
/* line 95, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.route-detail h1 {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.5em;
}

/*  bredacrumbs styles*/
/* line 98, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps {
  cursor: pointer;
  display: inline-block;
  font-size: 0px;
  overflow: hidden;
  border: 1px solid #ccc;
  line-height: 1;
  box-sizing: border-box;
  padding-left: 0;
  margin-top: 1rem;
}

/* line 110, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps.vertical {
  overflow: visible;
}

/* line 114, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps.radius {
  border-radius: 5px;
}

/* line 118, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps.vertical.radius li:first-child {
  border-radius: 5px 5px 0 0;
}

/* line 122, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps.vertical.radius li:last-child {
  border-radius: 0 0 5px 5px;
}

/* line 126, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps.round:not(.vertical) {
  border-radius: 1000px;
}

/* line 130, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps li {
  display: inline-block;
  position: relative;
  padding: 1em 2em 1em 3em;
  vertical-align: top;
  background-color: #fafafa;
  box-sizing: border-box;
  font-size: 1rem;
}

/* line 141, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps.vertical li {
  display: block;
}

/* line 145, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps.vertical li:after {
  display: none;
}

/* line 149, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps:not(.vertical) li:after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  top: 0.36em;
  right: -1.2em;
  width: 2.3em;
  height: 2.3em;
  background-color: #fafafa;
  transform: rotate(-45deg);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* line 164, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps.vertical li.active:after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  top: 0px;
  right: -1.45em;
  background-color: transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.5em solid #007295;
  border-top: 1.5em solid transparent;
  width: 0px;
  height: 0px;
  transform: none;
}

/* line 180, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps:not(.vertical) li:first-child {
  padding-left: 2.5em;
}

/* line 184, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps:not(.vertical) li:last-child {
  padding-right: 2.5em;
}

/* line 188, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps li:hover,
.steps li:hover:after {
  background-color: #e6f4f9;
}

/* line 193, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps li.active,
.steps li.active:after {
  background-color: #007295;
  color: #fff;
}

/* line 199, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.steps li.disabled,
.steps li.disabled:after {
  background-color: #fff;
  color: #aaa;
  cursor: default;
}

/* line 205, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.circle-round {
  border-radius: 1000px;
}

/*accordion toggle*/
/* line 209, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.hide {
  display: none;
}

/*error message*/
/* line 212, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.glitch {
  color: blacke;
  position: relative;
}

@keyframes noise-anim {
  0% {
    clip: rect(75px, 9999px, 32px, 0);
  }
  5% {
    clip: rect(90px, 9999px, 8px, 0);
  }
  10% {
    clip: rect(83px, 9999px, 76px, 0);
  }
  15.0% {
    clip: rect(62px, 9999px, 78px, 0);
  }
  20% {
    clip: rect(94px, 9999px, 9px, 0);
  }
  25% {
    clip: rect(4px, 9999px, 36px, 0);
  }
  30.0% {
    clip: rect(8px, 9999px, 43px, 0);
  }
  35% {
    clip: rect(75px, 9999px, 56px, 0);
  }
  40% {
    clip: rect(6px, 9999px, 73px, 0);
  }
  45% {
    clip: rect(45px, 9999px, 45px, 0);
  }
  50% {
    clip: rect(21px, 9999px, 41px, 0);
  }
  55.0% {
    clip: rect(91px, 9999px, 18px, 0);
  }
  60.0% {
    clip: rect(13px, 9999px, 3px, 0);
  }
  65% {
    clip: rect(30px, 9999px, 48px, 0);
  }
  70% {
    clip: rect(10px, 9999px, 30px, 0);
  }
  75% {
    clip: rect(42px, 9999px, 67px, 0);
  }
  80% {
    clip: rect(75px, 9999px, 16px, 0);
  }
  85.0% {
    clip: rect(31px, 9999px, 65px, 0);
  }
  90% {
    clip: rect(9px, 9999px, 75px, 0);
  }
  95% {
    clip: rect(74px, 9999px, 77px, 0);
  }
  100% {
    clip: rect(59px, 9999px, 63px, 0);
  }
}
/* line 226, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(33px, 9999px, 91px, 0);
  }
  5% {
    clip: rect(26px, 9999px, 99px, 0);
  }
  10% {
    clip: rect(78px, 9999px, 80px, 0);
  }
  15.0% {
    clip: rect(18px, 9999px, 34px, 0);
  }
  20% {
    clip: rect(93px, 9999px, 1px, 0);
  }
  25% {
    clip: rect(48px, 9999px, 10px, 0);
  }
  30.0% {
    clip: rect(21px, 9999px, 32px, 0);
  }
  35% {
    clip: rect(82px, 9999px, 15px, 0);
  }
  40% {
    clip: rect(65px, 9999px, 29px, 0);
  }
  45% {
    clip: rect(84px, 9999px, 56px, 0);
  }
  50% {
    clip: rect(90px, 9999px, 35px, 0);
  }
  55.0% {
    clip: rect(6px, 9999px, 24px, 0);
  }
  60.0% {
    clip: rect(80px, 9999px, 1px, 0);
  }
  65% {
    clip: rect(62px, 9999px, 86px, 0);
  }
  70% {
    clip: rect(45px, 9999px, 32px, 0);
  }
  75% {
    clip: rect(59px, 9999px, 18px, 0);
  }
  80% {
    clip: rect(93px, 9999px, 82px, 0);
  }
  85.0% {
    clip: rect(95px, 9999px, 82px, 0);
  }
  90% {
    clip: rect(20px, 9999px, 16px, 0);
  }
  95% {
    clip: rect(50px, 9999px, 5px, 0);
  }
  100% {
    clip: rect(98px, 9999px, 89px, 0);
  }
}
/* line 247, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: black;
  background: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
  /*<div class="glitch" data-text="GLICH">GLITCH</div> */
}

/*svg styles*/
/* line 262, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
rect, text {
  cursor: pointer;
}

/* line 263, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.rectangle {
  width: 25;
  height: 25;
}

@keyframes building-flames {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(2, 2);
  }
}
/* line 270, ../bower_components/foundation/scss/foundation/components2/_routes.scss */
.rectangle:hover, .r_text:hover {
  animation: building-flames .5s ease;
  animation-iteration-count: 1;
  transform-origin: center;
  transform: scale(2, 2);
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 9, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 16, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 21, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 82, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 110, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 151, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 230, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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);
  }
}
/* line 269, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 328, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 390, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 471, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 556, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 631, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 704, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 777, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 850, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 893, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 938, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 971, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1004, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1047, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1062, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1095, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1128, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1161, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1194, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1227, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1260, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1293, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1326, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1341, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1370, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1399, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1428, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1457, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1486, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1515, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1544, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1573, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1652, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1725, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1798, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1843, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1890, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -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;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1951, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1982, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2025, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2066, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2107, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2148, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2189, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2226, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2263, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2300, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2337, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2374, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2447, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2482, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2513, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2542, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2583, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2624, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2665, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2706, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2743, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2788, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2825, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2862, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2907, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2938, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2969, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3000, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3031, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 3062, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 3093, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 3124, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 3155, ../bower_components/foundation/scss/foundation/components2/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* line 5, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.bottom-fixed {
  position: relative;
  z-index: 1000;
  max-width: 80%;
  margin: 0 auto;
}

/* line 11, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.slider {
  padding: 0;
  background-color: transparent;
}

/* clearfix */
/* line 12, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 21, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 27, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 32, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 37, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 45, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 48, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 52, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 62, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.grabbing {
  cursor: url(assets/grabbing.png) 8 8, move;
}

/* fix */
/* line 68, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 80, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
#owl .item {
  margin: 3px;
  text-align: center;
}

/* line 85, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
#owl.item img {
  display: block;
  width: 100%;
  height: auto;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 96, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 103, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 120, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 128, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 133, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 146, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 154, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 166, ../bower_components/foundation/scss/foundation/components2/_slider.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(assets/AjaxLoader.gif) no-repeat center center;
}

/* BASE STYLES
============================================================================= */
/*reset main site width*/
/* line 8, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.blog .contain-to-grid .top-bar {
  max-width: 90%;
}

/* line 10, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.page {
  max-width: 90%;
  padding-top: 55px;
  padding-bottom: 2rem;
}

/* line 17, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.page h1 {
  text-align: center;
  padding-bottom: 2rem;
}

/*.page a     { margin-top:50px; }*/
/* line 20, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #464747;
  text-align: center;
}

/* line 24, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.shadow_logo img {
  width: 3em;
  height: 3em;
  margin-right: 1em;
  margin-right: 1rem;
}

/* line 30, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.avatar img {
  width: 2em;
  height: 2em;
  border-radius: 2em;
}

/* line 35, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.sequence {
  border-radius: 4rem;
  display: inline-block;
  margin-right: 1rem;
  color: #333;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  content: "";
}

/* line 48, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.camera {
  background-image: url(../img/icons/camera.png);
}

/* line 49, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.back-in-the-day {
  background-image: url(../img/icons/history.png);
}

/* line 50, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.training {
  background-image: url(../img/icons/training.png);
  color: #fff !important;
}

/* line 51, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.beta {
  background-image: url(../img/icons/beta.png);
}

/* line 52, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.ammonite {
  background-image: url(../img/icons/ammonite.png);
  color: #fff;
}

/* line 53, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.guide {
  background-image: url(../img/icons/guide.png);
  color: #fff;
}

/* line 54, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.caption {
  background-color: #CCCCCC;
  color: white;
  cursor: default;
  font-size: 1em;
  height: 100%;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}

/* line 67, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.discussion {
  background-color: #eee;
  padding: 1rem;
}

/* line 68, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.bullet-point {
  display: block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  background: #91BED8;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  position: relative;
  padding: 0 1rem 0 5rem;
  transition: background .3s ease;
  -o-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -webkit-transition: background .3s ease;
  float: left;
}

/* Defines Fisrt Section and Arrow */
/* line 93, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.bullet-point span {
  display: inline-block;
  position: absolute;
  width: 4rem;
  line-height: 55px;
  float: left;
  font-size: 20px;
  background: #5ea3cb;
  margin: 0 25px 0 0;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
}

/* line 108, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.bullet-point span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: auto;
  top: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #5ea3cb;
}

/* PAGES
============================================================================= */
/* line 126, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.page-home {
  background: #FCB042;
}

/* line 127, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.page-about {
  background: #E59400;
  color: #a55400;
}

/* line 128, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.page-contact {
  background: #ffa6bb;
  color: #9e0000;
}

/* ANIMATIONS
============================================================================= */
/* page specific animations ------------------------ */
/* line 135, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.m-scene .scene_element {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
}

/* line 144, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 147, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.m-scene .scene_element--zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* line 151, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.m-scene .scene_element--fadeinup {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* line 155, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.m-scene .scene_element--fadeinright {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* line 159, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.m-scene .scene_element--delayed {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

/* line 163, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

/* line 167, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.m-scene.is-exiting .scene_element--delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 171, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.m-scene.is-exiting .scene_element--noexiting {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

@media screen and (min-width: 768px) {
  /* line 177, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
  .m-scene .scene_element--fadeinright-wide {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
/* line 182, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.item h4 a {
  text-align: left;
}

/*
.stars i {
    background: url("http://www.portland-climbing.co.uk/img/topos/star.svg");
	
}*/
/* line 189, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.blog-bar {
  background: none repeat scroll 0 0 #fcb042;
  color: #ffffff;
  display: inline-block;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  width: 3rem;
  text-align: right;
}

/* Overlay style */
/* line 200, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(252, 176, 66, 0.9);
  z-index: 5000;
  padding-top: 55px;
  overflow: scroll;
}

/* line 211, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay .row {
  background-color: transparent;
  text-align: center;
  position: relative;
}

/* Overlay closing cross */
/* line 219, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* Menu style */
/* line 235, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay h1 a, .overlay h2, .overlay ul li a {
  color: #FFFFFF;
}

/* line 236, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay h1 {
  font-size: 5rem;
  text-transform: uppercase;
}

/* line 237, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay h2 {
  font-size: 3rem;
  color: #666666;
}

/* line 238, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

/* line 245, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #EA9620;
  border-radius: 5px;
  text-align: left;
}

/* line 257, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay ul li a {
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
  margin: 0.3em 0;
  padding: 0.75em;
}

/* line 270, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
/* line 277, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay-corner {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px) translateX(50px);
  transform: translateY(50px) translateX(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
}

/* line 286, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
.overlay-corner.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

@media screen and (max-height: 30.5em) {
  /* line 296, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  /* line 300, ../bower_components/foundation/scss/foundation/components2/_blog.scss */
  .overlay ul li {
    min-height: 34px;
  }
}

/*payments page******************************/
.booking{background-image: url(../img/payment_bg.jpg);
}
.booking-panel{
	background:rgba(255,255,255, 0.7);
	border-radius:3em;
	margin-top:3em;
	margin-bottom:3em;}
.booking-panel h1{
	color: #e89f35;}

.choice{
	display:inline;
}.choice a{font-size:1em;}

.panel.radius {
    border-radius: 3px;
}
.panel.callout {
    background: #ecfaff none repeat scroll 0 0;
    border-color: #b6edff;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
}
.panel {
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: #d8d8d8;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
}