@charset "UTF-8";
/* LESS Document */
/* color variables */
/* AGaynes color palette */
/* keyframes */
@keyframes moveLeftElongated {
  0% {
    right: -325px;
  }
  100% {
    right: 0px;
  }
}
@keyframes moveLeft {
  0% {
    right: -325px;
  }
  100% {
    right: 0px;
  }
}
@keyframes moveUp {
  0% {
    top: 110%;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
@keyframes moveDown {
  0% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes moveDownForm-h3 {
  0% {
    top: -10%;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes moveDownAdaptNav {
  0% {
    top: -135px;
  }
  100% {
    top: 0px;
  }
}
@keyframes moveRight {
  0% {
    left: -65px;
  }
  100% {
    left: 0px;
  }
}
@keyframes moveLeftLogo {
  0% {
    right: -75px;
  }
  100% {
    right: 0px;
  }
}
@keyframes moveLeftReviews {
  0% {
    right: -50%;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
@keyframes moveRightReviews {
  0% {
    left: -50%;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes fadeInNoMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInForm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInPic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -- scaling keyframes -- */
@keyframes lb-scale {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lb-scale-head {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  60% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes moveIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* -- */
.column-1 {
  width: 25%;
}
.column-2 {
  width: 50%;
}
.column-3 {
  width: 75%;
}
.column-4 {
  width: 100%;
}
/* move & fade mixins */
/* -- */
/* -- */
/* -- */
/* -- */
/* -- */
/* -- */
.fadeInForm {
  opacity: 0;
  -webkit-animation: fadeInForm ease-in-out 1;
  -moz-animation: fadeInForm ease-in-out 1;
  animation: fadeInForm ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fadeInForm:nth-of-type(0) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}
.fadeInForm:nth-of-type(1) {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
}
.fadeInForm:nth-of-type(2) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
.fadeInForm:nth-of-type(3) {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}
.fadeInForm:nth-of-type(4) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}
.fadeInForm:nth-of-type(5) {
  animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
}
.fadeInForm:nth-of-type(6) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
.fadeInForm:nth-of-type(7) {
  animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
}
.fadeInForm:nth-of-type(8) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}
.fadeInPic {
  opacity: 0;
  -webkit-animation: fadeInPic ease-in-out 1;
  -moz-animation: fadeInPic ease-in-out 1;
  animation: fadeInPic ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  animation-duration: 500ms;
}
.fadeInPic:nth-of-type(0) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
}
.fadeInPic:nth-of-type(1) {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}
.fadeInPic:nth-of-type(2) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
}
.fadeInPic:nth-of-type(3) {
  animation-delay: 0.95s;
  -webkit-animation-delay: 0.95s;
  -moz-animation-delay: 0.95s;
}
.fadeInPic:nth-of-type(4) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
.fadeInPic:nth-of-type(5) {
  animation-delay: 1.45s;
  -webkit-animation-delay: 1.45s;
  -moz-animation-delay: 1.45s;
}
.fadeInPic:nth-of-type(6) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
}
.fadeInPic:nth-of-type(7) {
  animation-delay: 1.95s;
  -webkit-animation-delay: 1.95s;
  -moz-animation-delay: 1.95s;
}
.fadeInPic:nth-of-type(8) {
  animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
}
.fadeInPic:nth-of-type(9) {
  animation-delay: 2.45s;
  -webkit-animation-delay: 2.45s;
  -moz-animation-delay: 2.45s;
}
.fadeInPic:nth-of-type(10) {
  animation-delay: 2.7s;
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
}
.fadeInPic:nth-of-type(11) {
  animation-delay: 2.95s;
  -webkit-animation-delay: 2.95s;
  -moz-animation-delay: 2.95s;
}
.fadeInPic:nth-of-type(12) {
  animation-delay: 3.2s;
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
}
.fadeInPic:nth-of-type(13) {
  animation-delay: 3.45s;
  -webkit-animation-delay: 3.45s;
  -moz-animation-delay: 3.45s;
}
.fadeInPic:nth-of-type(14) {
  animation-delay: 3.7s;
  -webkit-animation-delay: 3.7s;
  -moz-animation-delay: 3.7s;
}
.fadeInPic:nth-of-type(15) {
  animation-delay: 3.95s;
  -webkit-animation-delay: 3.95s;
  -moz-animation-delay: 3.95s;
}
.moveLeftElongated {
  opacity: 1;
  -webkit-animation: moveLeftElongated ease-out 1;
  -moz-animation: moveLeftElongated ease-out 1;
  animation: moveLeftElongated ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  right: -325px;
}
.moveLeftElongated:nth-child(2) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
.moveLeftElongated:nth-child(3) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
.moveLeftElongated:nth-child(4) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
.moveLeftElongated:nth-child(5) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
.moveLeftElongated:nth-child(6) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
}
.moveLeftElongated:nth-child(7) {
  animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
}
.moveLeftElongated:nth-child(8) {
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
}
.moveLeft {
  opacity: 1;
  -webkit-animation: moveLeft ease-out 1;
  -moz-animation: moveLeft ease-out 1;
  animation: moveLeft ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  right: -325px;
}
.moveLeft:nth-child(2) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
.moveLeft:nth-child(3) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
.moveLeft:nth-child(4) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
.moveLeft:nth-child(5) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
.moveLeft:nth-child(6) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
}
.moveLeft:nth-child(7) {
  animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
}
.moveLeft:nth-child(8) {
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
}
.moveDown {
  opacity: 1;
  -webkit-animation: moveDown ease-out 1;
  -moz-animation: moveDown ease-out 1;
  animation: moveDown ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  top: -10%;
}
.moveDownForm-h3 {
  opacity: 0;
  -webkit-animation: moveDownForm-h3 ease-out 1;
  -moz-animation: moveDownForm-h3 ease-out 1;
  animation: moveDownForm-h3 ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
  position: relative;
}
.moveDownAdaptNav {
  -webkit-animation: moveDownAdaptNav ease-out 1;
  -moz-animation: moveDownAdaptNav ease-out 1;
  animation: moveDownAdaptNav ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
}
.moveDownAdaptNav:nth-child(1) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
}
.moveDownAdaptNav:nth-child(2) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
}
.moveDownAdaptNav:nth-child(3) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
.moveDownAdaptNav:nth-child(4) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
}
.moveDownAdaptNav:nth-child(5) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}
.moveUp {
  opacity: 1;
  -webkit-animation: moveUp ease-out 1;
  -moz-animation: moveUp ease-out 1;
  animation: moveUp ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  bottom: 110%;
}
.moveUp:nth-child(2) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
.moveUp:nth-child(3) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
.moveUp:nth-child(4) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
.moveUp:nth-child(5) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
.moveUp:nth-child(6) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
}
.moveUp:nth-child(7) {
  animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
}
.moveUp:nth-child(8) {
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
}
.moveLeftReviews {
  opacity: 0;
  -webkit-animation: moveLeftReviews ease-out 1s;
  -moz-animation: moveLeftReviews ease-out 1s;
  animation: moveLeftReviews ease-out 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  right: -50%;
}
.moveRightReviews {
  opacity: 0;
  -webkit-animation: moveRightReviews ease-out 1s;
  -moz-animation: moveRightReviews ease-out 1s;
  animation: moveRightReviews ease-out 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  left: -50%;
}
/* fadeIn mixin */
.fadeInMixin {
  -webkit-animation: fadeIn ease-in-out 1s;
  -moz-animation: fadeIn ease-in-out 1s;
  animation: fadeIn ease-in-out 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.fadeInNoMoveMixin {
  -webkit-animation: fadeInNoMove ease-in-out 1s;
  -moz-animation: fadeInNoMove ease-in-out 1s;
  animation: fadeInNoMove ease-in-out 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in-out 1s;
  -moz-animation: fadeIn ease-in-out 1s;
  animation: fadeIn ease-in-out 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  position: relative;
  top: -50px;
}
.fadeInNoMove {
  opacity: 0;
  -webkit-animation: fadeInNoMove ease-in-out 1s;
  -moz-animation: fadeInNoMove ease-in-out 1s;
  animation: fadeInNoMove ease-in-out 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  top: 0px;
}
/* animation mixin */
/* universal border-box */
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* @font-face */
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/AlegreyaSans-Regular.otf") format("opentype"), url("../fonts/AlegreyaSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/AlegreyaSans-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/AlegreyaSans-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/AlegreyaSans-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
/* mixin classes */
.full-w {
  width: 100%;
}
.nav-a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  color: #e2a02b;
}
/* mixin borders  */
.border-solid {
  border: 10px solid;
}
.border-solid-g {
  border: 10px solid;
  border-color: #ffd700;
}
.border-solid-burg {
  border: 10px solid;
  border-color: #900020;
}
.border-solid-sky {
  border: 5px solid #87cefa;
}
.centered {
  margin: 0 auto;
}
/* mixin gradients */
.desktop-grad {
  min-height: 100%;
  background-color: #ffffff;
  background: -webkit-radial-gradient(farthest-corner at 40% 45%, rgba(255, 215, 0, 0.4) 0%, #ffd700 15%, #e2a02b 30%, #42b2ac 50%, #42b2ac 70%, #708090 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-radial-gradient(farthest-corner at 40% 45%, rgba(255, 215, 0, 0.4) 0%, #ffd700 15%, #e2a02b 30%, #42b2ac 50%, #42b2ac 70%, #708090 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-radial-gradient(farthest-corner at 40% 45%, rgba(255, 215, 0, 0.4) 0%, #ffd700 15%, #e2a02b 30%, #42b2ac 50%, #42b2ac 70%, #708090 100%);
  /* Standard syntax */
  background: radial-gradient(farthest-corner at 40% 45%, rgba(255, 215, 0, 0.4) 0%, #ffd700 15%, #e2a02b 30%, #42b2ac 50%, #42b2ac 70%, #708090 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0% 50%;
  /*background-repeat:no-repeat;*/
}
.adapt-grad {
  min-height: 100%;
  background-color: #ffffff;
  background: -webkit-radial-gradient(farthest-corner at 70% 60%, rgba(255, 215, 0, 0.5) 0%, #ffd700 10%, #e2a02b 45%, #900020 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-radial-gradient(farthest-corner at 70% 60%, rgba(255, 215, 0, 0.5) 0%, #ffd700 10%, #e2a02b 45%, #900020 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-radial-gradient(farthest-corner at 70% 60%, rgba(255, 215, 0, 0.5) 0%, #ffd700 10%, #e2a02b 45%, #900020 100%);
  /* Standard syntax */
  background: radial-gradient(farthest-corner at 70% 60%, rgba(255, 215, 0, 0.5) 0%, #ffd700 10%, #e2a02b 45%, #900020 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0% 50%;
  /*background-repeat:no-repeat;*/
}
.grad-overlay {
  min-height: 100%;
  background-color: #42b2ac;
  background: -webkit-linear-gradient(left, #708090 0%, #42b2ac 30%, rgba(66, 178, 172, 0.7) 50%, #42b2ac 70%, #708090 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(right, #708090 0%, #42b2ac 30%, rgba(66, 178, 172, 0.7) 50%, #42b2ac 70%, #708090 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(right, #708090 0%, #42b2ac 30%, rgba(66, 178, 172, 0.7) 50%, #42b2ac 70%, #708090 100%);
  /* Standard syntax */
  background: linear-gradient(to right, #708090 0%, #42b2ac 30%, rgba(66, 178, 172, 0.7) 50%, #42b2ac 70%, #708090 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0% 50%;
  /*background-repeat:no-repeat;*/
}
.grad-overlay-adapt {
  min-height: 100%;
  background-color: #42b2ac;
  background: -webkit-linear-gradient(left, rgba(144, 0, 32, 0.8) 0%, rgba(226, 160, 43, 0.7) 30%, rgba(226, 160, 43, 0.65) 50%, rgba(226, 160, 43, 0.7) 70%, rgba(144, 0, 32, 0.8) 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(right, rgba(144, 0, 32, 0.8) 0%, rgba(226, 160, 43, 0.7) 30%, rgba(226, 160, 43, 0.65) 50%, rgba(226, 160, 43, 0.7) 70%, rgba(144, 0, 32, 0.8) 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(right, rgba(144, 0, 32, 0.8) 0%, rgba(226, 160, 43, 0.7) 30%, rgba(226, 160, 43, 0.65) 50%, rgba(226, 160, 43, 0.7) 70%, rgba(144, 0, 32, 0.8) 100%);
  /* Standard syntax */
  background: linear-gradient(to right, rgba(144, 0, 32, 0.8) 0%, rgba(226, 160, 43, 0.7) 30%, rgba(226, 160, 43, 0.65) 50%, rgba(226, 160, 43, 0.7) 70%, rgba(144, 0, 32, 0.8) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0% 50%;
  /*background-repeat:no-repeat;*/
}
.bkg-grad {
  min-height: 100%;
  background-color: #42b2ac;
  background: -webkit-linear-gradient(left, #42b2ac 0%, #e2a02b 5%, #ffd700 50%, #e2a02b 95%, #42b2ac 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(right, #42b2ac 0%, #e2a02b 5%, #ffd700 50%, #e2a02b 95%, #42b2ac 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(right, #42b2ac 0%, #e2a02b 5%, #ffd700 50%, #e2a02b 95%, #42b2ac 100%);
  /* Standard syntax */
  background: linear-gradient(to right, #42b2ac 0%, #e2a02b 20%, #ffd700 50%, #e2a02b 80%, #42b2ac 100%);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0% 50%;
  /*background-repeat:no-repeat;*/
}
.body-grad {
  min-height: 100vh;
  background-color: none;
  background: -webkit-linear-gradient(left, rgba(66, 178, 172, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 215, 0, 0.8) 50%, rgba(255, 255, 255, 0.5) 90%, rgba(66, 178, 172, 0) 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(right, rgba(66, 178, 172, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 215, 0, 0.8) 50%, rgba(255, 255, 255, 0.5) 90%, rgba(66, 178, 172, 0) 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(right, rgba(66, 178, 172, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 215, 0, 0.8) 50%, rgba(255, 255, 255, 0.5) 90%, rgba(66, 178, 172, 0) 100%);
  /* Standard syntax */
  background: linear-gradient(to right, rgba(66, 178, 172, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 215, 0, 0.8) 50%, rgba(255, 255, 255, 0.5) 90%, rgba(66, 178, 172, 0) 100%);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0% 50%;
  /*background-repeat:no-repeat;*/
}
.span-grad-copper {
  background: -webkit-linear-gradient(rgba(66, 178, 172, 0) 0%, rgba(66, 178, 172, 0.3) 30%, rgba(66, 178, 172, 0.6) 50%, rgba(66, 178, 172, 0.8) 80%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(rgba(66, 178, 172, 0) 0%, rgba(66, 178, 172, 0.3) 30%, rgba(66, 178, 172, 0.6) 50%, rgba(66, 178, 172, 0.8) 80%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(rgba(66, 178, 172, 0) 0%, rgba(66, 178, 172, 0.3) 30%, rgba(66, 178, 172, 0.6) 50%, rgba(66, 178, 172, 0.8) 80%);
  /* Standard syntax */
  background: linear-gradient(rgba(66, 178, 172, 0) 0%, rgba(66, 178, 172, 0.3) 30%, rgba(66, 178, 172, 0.6) 50%, rgba(66, 178, 172, 0.8) 80%);
}
.span-grad-burg {
  background: -webkit-linear-gradient(rgba(144, 0, 32, 0) 0%, rgba(144, 0, 32, 0.2) 30%, rgba(144, 0, 32, 0.4) 65%, rgba(144, 0, 32, 0.7) 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(rgba(144, 0, 32, 0) 0%, rgba(144, 0, 32, 0.2) 30%, rgba(144, 0, 32, 0.4) 65%, rgba(144, 0, 32, 0.7) 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(rgba(144, 0, 32, 0) 0%, rgba(144, 0, 32, 0.2) 30%, rgba(144, 0, 32, 0.4) 65%, rgba(144, 0, 32, 0.7) 100%);
  /* Standard syntax */
  background: linear-gradient(rgba(144, 0, 32, 0) 0%, rgba(144, 0, 32, 0.2) 30%, rgba(144, 0, 32, 0.4) 65%, rgba(144, 0, 32, 0.7) 100%);
}
.span-grad-slate {
  background: -webkit-linear-gradient(rgba(112, 128, 144, 0) 0%, rgba(112, 128, 144, 0.3) 30%, rgba(112, 128, 144, 0.6) 50%, rgba(112, 128, 144, 0.8) 80%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(rgba(112, 128, 144, 0) 0%, rgba(112, 128, 144, 0.3) 30%, rgba(112, 128, 144, 0.6) 50%, rgba(112, 128, 144, 0.8) 80%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(rgba(112, 128, 144, 0) 0%, rgba(112, 128, 144, 0.3) 30%, rgba(112, 128, 144, 0.6) 50%, rgba(112, 128, 144, 0.8) 80%);
  /* Standard syntax */
  background: linear-gradient(rgba(112, 128, 144, 0) 0%, rgba(112, 128, 144, 0.3) 30%, rgba(112, 128, 144, 0.6) 50%, rgba(112, 128, 144, 0.8) 80%);
}
.span-grad-bronze {
  background: -webkit-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
  /* Standard syntax */
  background: linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
}
.span-grad-bronze-transparent {
  background: rgba(226, 160, 43, 0);
}
.span-grad-burg-transparent {
  background: rgba(144, 0, 32, 0);
}
/* left-to-right bkg. transition */
.bkg-transition {
  -webkit-transition: background-position 500ms;
  -moz-transition: background-position 500ms;
  transition: background-position 500ms;
}
/* displays */
.block {
  display: block;
}
/* positions */
.fixed {
  position: fixed;
}
.abso {
  position: absolute;
}
.rela {
  position: relative;
}
.static {
  position: static;
}
/* box-shadow */
.psuedo-elements {
  position: relative;
  vertical-align: middle;
}
.psuedo-elements::before,
.psuedo-elements::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.arrow1,
.arrow2 {
  display: inline-block;
  text-align: center;
  transform: rotate(-90deg);
  -webkit-transition: transform 400ms linear;
  -moz-transition: transform 400ms linear;
  -o-transition: transform 400ms linear;
  -ms-transition: transform 400ms linear;
  transition: transform 400ms linear;
  padding: 4px;
}
.arrow1.open1,
.arrow2.open2 {
  transform: rotate(0deg);
  -webkit-transition: transform 400ms linear;
  -moz-transition: transform 400ms linear;
  -o-transition: transform 400ms linear;
  -ms-transition: transform 400ms linear;
  transition: transform 400ms linear;
}
.logo svg {
  display: block;
}
.logo svg .cls-1 {
  fill: #fff;
}
.logo svg .cls-2 {
  fill: #ffd700;
}
.logo svg .cls-3 {
  fill: #42b2ac;
}
.logo svg .cls-4 {
  fill: #87cefa;
}
.logo svg .cls-5 {
  fill: #900020;
  -webkit-transition: fill 500ms ease-in-out;
  -moz-transition: fill 500ms ease-in-out;
  -o-transition: fill 500ms ease-in-out;
  -ms-transition: fill 500ms ease-in-out;
  transition: fill 500ms ease-in-out;
}
/* css */
html {
  min-height: 100%;
  background-color: #ffffff;
  background: -webkit-radial-gradient(farthest-corner at 40% 45%, rgba(255, 215, 0, 0.4) 0%, #ffd700 15%, #e2a02b 30%, #42b2ac 50%, #42b2ac 70%, #708090 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-radial-gradient(farthest-corner at 40% 45%, rgba(255, 215, 0, 0.4) 0%, #ffd700 15%, #e2a02b 30%, #42b2ac 50%, #42b2ac 70%, #708090 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-radial-gradient(farthest-corner at 40% 45%, rgba(255, 215, 0, 0.4) 0%, #ffd700 15%, #e2a02b 30%, #42b2ac 50%, #42b2ac 70%, #708090 100%);
  /* Standard syntax */
  background: radial-gradient(farthest-corner at 40% 45%, rgba(255, 215, 0, 0.4) 0%, #ffd700 15%, #e2a02b 30%, #42b2ac 50%, #42b2ac 70%, #708090 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0% 50%;
  /*background-repeat:no-repeat;*/
  font-family: "Alegreya Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
body {
  margin: 0px;
  font-family: "Alegreya Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html,
body {
  width: 100%;
  margin: 0;
}
body {
  height: 100%;
}
a {
  cursor: pointer;
}
#background {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1600px;
  width: 100%;
  min-height: 100vh;
  background-color: none;
  background: -webkit-linear-gradient(left, rgba(66, 178, 172, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 215, 0, 0.8) 50%, rgba(255, 255, 255, 0.5) 90%, rgba(66, 178, 172, 0) 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(right, rgba(66, 178, 172, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 215, 0, 0.8) 50%, rgba(255, 255, 255, 0.5) 90%, rgba(66, 178, 172, 0) 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(right, rgba(66, 178, 172, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 215, 0, 0.8) 50%, rgba(255, 255, 255, 0.5) 90%, rgba(66, 178, 172, 0) 100%);
  /* Standard syntax */
  background: linear-gradient(to right, rgba(66, 178, 172, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 215, 0, 0.8) 50%, rgba(255, 255, 255, 0.5) 90%, rgba(66, 178, 172, 0) 100%);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0% 50%;
  /*background-repeat:no-repeat;*/
  z-index: 1;
}
nav#adapt-nav {
  display: none;
}
.spacer {
  display: none;
}
main {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 1300px;
  width: 100%;
  margin-top: 0;
  padding-right: 340px;
  position: relative;
  -webkit-box-shadow: -4px 0px 4px 0px #ffd700;
  -moz-box-shadow: -4px 0px 4px 0px #ffd700;
  box-shadow: -4px 0px 4px 0px #ffd700;
}
main#front-pg {
  height: 100vh;
  overflow: hidden;
}
main#review-pg {
  min-height: 100vh;
  overflow: hidden;
}
main#gallery-pg,
main#analysis-pg {
  min-height: 100vh;
  overflow: hidden;
}
nav#desk-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  z-index: 20;
}
nav#desk-nav > ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: fixed;
  overflow: hidden;
  width: 320px;
}
nav#desk-nav > ul li {
  margin: 0;
}
nav#desk-nav > ul li#list1 {
  width: 320px;
}
nav#desk-nav > ul li#list1 a {
  margin-top: 0;
  background-image: -webkit-linear-gradient(left, #87cefa 50%, #42b2ac 50%);
  background-image: -o-linear-gradient(right, #87cefa 50%, #42b2ac 50%);
  background-image: -moz-linear-gradient(right, #87cefa 50%, #42b2ac 50%);
  background-image: linear-gradient(to right, #87cefa 50%, #42b2ac 50%);
  border-radius: 8px 0 0;
  width: 100%;
  right: 0px;
}
nav#desk-nav > ul li a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 15px 15px 15px 10px;
  margin: 10px 0;
  display: block;
  width: 300px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, #e2a02b 50%, #42b2ac 50%);
  background-image: -o-linear-gradient(right, #e2a02b 50%, #42b2ac 50%);
  background-image: -moz-linear-gradient(right, #e2a02b 50%, #42b2ac 50%);
  background-image: linear-gradient(to right, #e2a02b 50%, #42b2ac 50%);
  -webkit-transition: background-position 500ms;
  -moz-transition: background-position 500ms;
  transition: background-position 500ms;
  cursor: pointer;
  position: relative;
  right: -20px;
}
nav#desk-nav > ul li a:hover {
  background-position: 100% 0%;
}
nav#desk-nav > ul li a.logo {
  padding: 8px 8px 8px 10px;
  margin: 0 0 10px 0;
  border-top-left-radius: 0;
  border-left: 4px solid #87cefa;
  border-bottom: 4px solid #87cefa;
  position: relative;
  right: -20px;
  top: 0;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(left, white 50%, #87cefa 50%);
  background-image: -o-linear-gradient(right, white 50%, #87cefa 50%);
  background-image: -moz-linear-gradient(right, white 50%, #87cefa 50%);
  background-image: linear-gradient(to right, white 50%, #87cefa 50%);
}
nav#desk-nav > ul li a.logo:hover svg .cls-5 {
  fill: #ffffff;
}
nav#desk-nav > ul li a.logo > img {
  display: block;
}
nav#desk-nav > ul li a#openAbout span {
  width: 30px;
  height: 30px;
  padding: 4px;
}
nav#desk-nav > ul li.list-other a {
  width: 300px;
  position: relative;
  right: -20px;
}
nav#desk-nav > ul li.main-site a.main-site-logo {
  width: 260px;
  position: relative;
  right: -60px;
  min-height: 40px;
  padding: 15px 15px 15px 10px;
  background-image: -webkit-linear-gradient(left, #aa248d 50%, #601872 50%);
  background-image: -o-linear-gradient(right, #aa248d 50%, #601872 50%);
  background-image: -moz-linear-gradient(right, #aa248d 50%, #601872 50%);
  background-image: linear-gradient(to right, #aa248d 50%, #601872 50%);
}
nav#desk-nav > ul li.main-site a.main-site-logo img {
  width: 100%;
  height: auto;
  display: block;
}
nav#desk-nav > ul li #about {
  width: 320px;
  background-color: #42b2ac;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 15px 15px 10px;
  position: relative;
  top: -10px;
  display: none;
}
nav#desk-nav > ul li #about p {
  margin: 0;
}
#container {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100%;
}
#container .reviews {
  width: 100%;
  height: 60%;
  float: left;
  position: relative;
  overflow: hidden;
}
#container .reviews a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#container .reviews a span.review-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#container .reviews a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#container .reviews a span.details {
  background: -webkit-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
  /* Standard syntax */
  background: linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  padding: 5% 2% 1%;
  bottom: 0;
  z-index: 21;
  color: #ffffff;
  text-align: right;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#container .reviews a span.details h3 {
  font-weight: bold;
  font-size: 36px;
}
#container .reviews a span.details h4 {
  font-weight: normal;
  font-size: 28px;
  padding-top: 0.75%;
}
#container .reviews a span.details h3,
#container .reviews a span.details h4 {
  margin: 0;
}
#container .reviews a:hover span.review-hover {
  opacity: 1;
}
#container .reviews a:hover span.details {
  background-color: rgba(226, 160, 43, 0);
}
#container .reviews:first-child {
  width: 100%;
  top: -20%;
  opacity: 0;
  -webkit-animation: moveDown ease-in-out 1s;
  -moz-animation: moveDown ease-in-out 1s;
  animation: moveDown ease-in-out 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#container .reviews:first-child a span.review-hover {
  background-color: rgba(226, 160, 43, 0.7);
}
#container .reviews:nth-child(2n+2) {
  opacity: 0;
  -webkit-animation: moveRightReviews ease-out 1s;
  -moz-animation: moveRightReviews ease-out 1s;
  animation: moveRightReviews ease-out 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  left: -50%;
  height: 40%;
}
#container .reviews:nth-child(2n+2) a span.details {
  text-align: right;
}
#container .reviews:nth-child(2n+3) {
  opacity: 0;
  -webkit-animation: moveLeftReviews ease-out 1s;
  -moz-animation: moveLeftReviews ease-out 1s;
  animation: moveLeftReviews ease-out 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  right: -50%;
  height: 40%;
}
#container .reviews:nth-child(2n+3) a span.details {
  text-align: left;
}
#container .reviews:nth-child(2n+2),
#container .reviews:nth-child(2n+3) {
  width: 50%;
}
#container .reviews:nth-child(2n+2) a span.review-hover,
#container .reviews:nth-child(2n+3) a span.review-hover {
  background-color: rgba(144, 0, 32, 0.7);
}
#container .reviews:nth-child(2n+2) a span.details,
#container .reviews:nth-child(2n+3) a span.details {
  background: -webkit-linear-gradient(rgba(144, 0, 32, 0) 0%, rgba(144, 0, 32, 0.2) 30%, rgba(144, 0, 32, 0.4) 65%, rgba(144, 0, 32, 0.7) 100%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(rgba(144, 0, 32, 0) 0%, rgba(144, 0, 32, 0.2) 30%, rgba(144, 0, 32, 0.4) 65%, rgba(144, 0, 32, 0.7) 100%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(rgba(144, 0, 32, 0) 0%, rgba(144, 0, 32, 0.2) 30%, rgba(144, 0, 32, 0.4) 65%, rgba(144, 0, 32, 0.7) 100%);
  /* Standard syntax */
  background: linear-gradient(rgba(144, 0, 32, 0) 0%, rgba(144, 0, 32, 0.2) 30%, rgba(144, 0, 32, 0.4) 65%, rgba(144, 0, 32, 0.7) 100%);
  padding: 5% 2% 1%;
}
#container .reviews:nth-child(2n+2) a span.details h3,
#container .reviews:nth-child(2n+3) a span.details h3 {
  font-size: 24px;
}
#container .reviews:nth-child(2n+2) a span.details h4,
#container .reviews:nth-child(2n+3) a span.details h4 {
  font-size: 18px;
  padding-top: 0.4%;
}
#container .reviews:nth-child(2n+2) a:hover span.details,
#container .reviews:nth-child(2n+3) a:hover span.details {
  background-color: rgba(144, 0, 32, 0) !important;
}
#container-reviews {
  padding-top: 15px;
}
#container-reviews,
#container-form {
  width: 100%;
  display: block;
  min-height: 100%;
}
#container-form {
  padding: 15px 0 0 20px;
}
#container-analysis {
  width: 100%;
  display: block;
  padding: 0px 0px 65px 0px;
}
#container-analysis a {
  color: #42b2ac;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
#container-analysis a:hover,
#container-analysis a:active {
  color: #87cefa;
}
#analysis {
  width: 100%;
  padding: 2.5% 4.5% 4%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 5vw 0;
  color: #900020;
  -webkit-box-shadow: inset 0 0 0 6px #87cefa;
  -moz-box-shadow: inset 0 0 0 6px #87cefa;
  box-shadow: inset 0 0 0 6px #87cefa;
  -moz-animation: fadeInNoMove ease-in-out 1.25s;
  animation: fadeInNoMove ease-in-out 1.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.25s;
  -moz-animation-duration: 1.25s;
  animation-duration: 1.25s;
  opacity: 0;
}
#analysis > * {
  margin: 0;
  opacity: 0;
  -moz-animation: moveIn ease-in-out 1.5s;
  animation: moveIn ease-in-out 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
}
#analysis h1 {
  padding-bottom: 20px;
  font-size: 28px;
}
#analysis h2 {
  padding-bottom: 20px;
  font-size: 22px;
}
#analysis table {
  width: 100%;
  margin-bottom: 15px;
}
#analysis table th,
#analysis table td {
  padding: 5px;
}
#analysis table th:first-child,
#analysis table td:first-child {
  padding-left: 0;
}
#analysis table th:last-child,
#analysis table td:last-child {
  padding-right: 0;
}
#analysis table th,
#analysis table td::before {
  font-weight: bold;
  font-size: 18px;
}
#analysis table td {
  display: table-cell;
  vertical-align: top;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
#analysis table td[data-th="Website"] {
  display: none;
}
#analysis table td[data-th] ol,
#analysis table td[data-th] ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
#analysis table td[data-th] li {
  padding-bottom: 6px;
}
#analysis p,
#analysis ol li,
#analysis ul li {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
#analysis p.dropcap::first-letter,
#analysis ol li.dropcap::first-letter,
#analysis ul li.dropcap::first-letter {
  color: #e2a02b;
  font-weight: bold;
  font-size: 58px;
  line-height: 35px;
  float: left;
  padding: 0;
  margin-right: 2px;
}
#analysis hr {
  border: none;
  width: 70%;
  height: 4px;
  background-color: rgba(66, 178, 172, 0.6);
  margin: 0 auto;
  clear: both;
  border-radius: 2px;
}
#analysis figure {
  min-width: 250px;
  max-width: 400px;
  width: 100%;
  float: right;
  clear: right;
  margin: 0 7px 13px 15px;
  padding: 0;
}
#analysis figure img {
  display: block;
  width: 100%;
  height: auto;
  float: right;
  -webkit-box-shadow: 0 0 0 3px #ffd700;
  -moz-box-shadow: 0 0 0 3px #ffd700;
  box-shadow: 0 0 0 3px #ffd700;
}
#analysis figure figcaption {
  padding: 8px 0 0 0;
  font-size: 13px;
  color: #708090;
  clear: both;
}
#directory {
  display: table;
  width: 100%;
  margin-top: 15px;
  opacity: 0;
  -moz-animation: fadeInPic ease-in-out 1.5s;
  animation: fadeInPic ease-in-out 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
}
#directory > div {
  width: 33.333333333%;
  display: inline-block;
  float: left;
  overflow: hidden;
}
#directory > div:first-child {
  border-bottom-left-radius: 3.5vw;
  padding-right: 10px;
}
#directory > div:nth-child(2) {
  padding: 0 5px;
}
#directory > div:last-child {
  padding-left: 10px;
}
#directory > div.first-rev-a {
  width: 50%;
}
#directory a {
  width: 100%;
  display: block;
  padding: 12px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 21px;
  background-color: #87cefa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
#directory a:hover {
  background-color: #42b2ac;
  color: #ffffff;
}
#directory a[href*="gallery.html"] {
  background-color: #ffd700;
}
#directory a[href*="gallery.html"]:hover {
  background-color: #e2a02b;
}
#get-there h2,
#tips h2 {
  margin: 0;
  padding-top: 15px;
}
#get-there ul,
#tips ul,
#get-there ol,
#tips ol {
  margin-top: 0;
}
#get-there li,
#tips li {
  padding: 5px;
}
#get-there li:first-child,
#tips li:first-child {
  padding-top: 0;
}
#get-there li:last-child,
#tips li:last-child {
  padding-bottom: 0;
}
ul.timeline {
  margin: 0px auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0 65px;
  width: 100%;
  height: auto;
  position: relative;
  list-style-type: none;
  background-image: -webkit-linear-gradient(#87cefa 60%, rgba(135, 206, 250, 0) 0%);
  background-image: -moz-linear-gradient(#87cefa 60%, rgba(135, 206, 250, 0) 0%);
  background-image: -o-linear-gradient(#87cefa 60%, rgba(135, 206, 250, 0) 0%);
  background-image: linear-gradient(#87cefa 60%, rgba(135, 206, 250, 0) 0%);
  background-position: 50% 0;
  background-size: 8px 4vh;
  background-repeat: repeat-y;
  opacity: 0;
  -webkit-animation: fadeInNoMove ease-in-out 1;
  -moz-animation: fadeInNoMove ease-in-out 1;
  animation: fadeInNoMove ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
ul.timeline li {
  margin-bottom: 0;
  position: relative;
}
ul.timeline li::before,
ul.timeline li::after {
  content: " ";
  display: table;
}
ul.timeline li::after {
  clear: both;
}
ul.timeline li[class*="overyear"] {
  margin: 0 0 10px 0;
  opacity: 0;
  -webkit-animation: fadeInNoMove ease-in-out 1;
  -moz-animation: fadeInNoMove ease-in-out 1;
  animation: fadeInNoMove ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
ul.timeline .year {
  width: 30%;
  background-color: #ffffff;
  clear: both;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0px 6px #e2a02b;
  -moz-box-shadow: inset 0px 0px 0px 6px #e2a02b;
  box-shadow: inset 0px 0px 0px 6px #e2a02b;
  margin: 0 auto;
  padding: 8px 15px;
}
ul.timeline .year:first-of-type {
  margin-top: 0 !important;
}
ul.timeline .month {
  width: 25%;
  background-color: #ffffff;
  clear: both;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0px 4px #42b2ac;
  -moz-box-shadow: inset 0px 0px 0px 4px #42b2ac;
  box-shadow: inset 0px 0px 0px 4px #42b2ac;
  margin: 25px auto 0;
  border-radius: 30px;
  padding: 6px;
}
ul.timeline .month:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
}
ul.timeline .year,
ul.timeline .month {
  color: #900020;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.timeline > div.event-list {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.timeline > div.event-list .mar-2017,
ul.timeline > div.event-list .apr-2017 {
  display: none;
}
ul.timeline > div.event-list > div[class*="-20"] {
  position: relative;
  width: 100%;
  overflow: hidden;
}
li.event {
  position: relative;
  width: 46%;
  margin-bottom: 25px;
  margin-top: 60px;
  color: #900020;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.event a {
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  color: inherit;
  padding: 15px 15px 18px 15px;
  -webkit-box-shadow: inset 0 0 0 4px #e2a02b;
  -moz-box-shadow: inset 0 0 0 4px #e2a02b;
  box-shadow: inset 0 0 0 4px #e2a02b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.event a:hover {
  -webkit-box-shadow: inset 0 0 0 8px #ffd700;
  -moz-box-shadow: inset 0 0 0 8px #ffd700;
  box-shadow: inset 0 0 0 8px #ffd700;
  cursor: pointer;
}
li.event a:hover::before,
li.event a:hover::after {
  -webkit-box-shadow: inset 0 0 0 4px #ffd700;
  -moz-box-shadow: inset 0 0 0 4px #ffd700;
  box-shadow: inset 0 0 0 4px #ffd700;
  cursor: default;
}
li.event a h2,
li.event a p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.event:nth-child(odd) {
  float: left;
  margin-right: 28%;
}
li.event:nth-child(odd) a {
  border-radius: 20px 0px;
}
li.event:nth-child(odd) a h2 {
  right: 5%;
  border-radius: 10px 0;
}
li.event:nth-child(odd) a p {
  text-align: right;
}
li.event:nth-child(odd)::after {
  right: -13.75%;
}
li.event:nth-child(even) {
  float: right;
  clear: none;
  margin-left: 28%;
}
li.event:nth-child(even) a {
  border-radius: 0px 20px;
}
li.event:nth-child(even) a h2 {
  left: 5%;
  border-radius: 0px 10px;
}
li.event:nth-child(even)::after {
  left: -13.75%;
}
li.event:nth-child(odd) a h2,
li.event:nth-child(even) a h2 {
  width: auto;
  background-color: #ffffff;
  color: #900020;
  font-size: 28px;
  position: absolute;
  display: table;
  margin: 0;
  padding: 3% 5.25%;
  top: -35px;
  -webkit-box-shadow: inset 0 0 0 3px #42b2ac;
  -moz-box-shadow: inset 0 0 0 3px #42b2ac;
  box-shadow: inset 0 0 0 3px #42b2ac;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.event:nth-child(odd) a p,
li.event:nth-child(even) a p {
  font-size: 21px;
  margin: 3.75% 0 1.75% 0;
}
li.event:nth-child(odd) a:hover h2,
li.event:nth-child(even) a:hover h2 {
  -webkit-box-shadow: inset 0 0 0 6px #ffd700;
  -moz-box-shadow: inset 0 0 0 6px #ffd700;
  box-shadow: inset 0 0 0 6px #ffd700;
}
li.event:nth-child(odd)::after,
li.event:nth-child(even)::after {
  position: absolute;
  width: 10%;
  height: 24px;
  background-color: #ffffff;
  top: -12px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #e2a02b;
  -moz-box-shadow: inset 0 0 0 2px #e2a02b;
  box-shadow: inset 0 0 0 2px #e2a02b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#whole-form {
  width: 100%;
  padding: 0;
  color: #900020;
}
#whole-form form > div {
  padding: 1.25% 0;
}
#whole-form hr {
  border: none;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #87cefa;
}
#whole-form h3 {
  margin: 0;
  padding-left: 15%;
}
#whole-form label {
  width: 15%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  padding: 0% 1.5%;
}
#whole-form h3,
#whole-form label {
  font-weight: bold;
  font-size: 25px;
}
#whole-form input,
#whole-form textarea {
  width: 84%;
  border-radius: 10px 10px 0 0;
  padding: 1%;
  border: 0;
  font-size: 18px;
  font-family: "Alegreya Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 2px #900020;
  -moz-box-shadow: 0 0 0 2px #900020;
  box-shadow: 0 0 0 2px #900020;
}
#whole-form input:hover,
#whole-form textarea:hover {
  -webkit-box-shadow: 0 0 0 2px #e2a02b;
  -moz-box-shadow: 0 0 0 2px #e2a02b;
  box-shadow: 0 0 0 2px #e2a02b;
}
#whole-form input:focus,
#whole-form textarea:focus {
  -webkit-box-shadow: 0 0 0 2px #42b2ac;
  -moz-box-shadow: 0 0 0 2px #42b2ac;
  box-shadow: 0 0 0 2px #42b2ac;
  color: #900020;
}
#whole-form input[type="submit"],
#whole-form textarea[type="submit"] {
  width: 25%;
  border-radius: 10px;
  background-color: #900020;
  padding: 0.5% 1%;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 1px;
  box-shadow: none;
  margin-top: 0;
  -webkit-appearance: none;
}
#whole-form input[type="submit"]:hover,
#whole-form textarea[type="submit"]:hover {
  background-color: #e2a02b;
}
#whole-form input[type="submit"]:active,
#whole-form textarea[type="submit"]:active {
  background-color: #42b2ac;
}
#whole-form textarea {
  border-bottom-right-radius: 0px;
  resize: vertical;
}
#container-gallery {
  width: 100%;
  display: table;
}
#container-gallery > h3,
#container-gallery p {
  background-color: rgba(255, 255, 255, 0.5);
  color: #900020;
  margin: 0;
  padding: 20px 20px;
  font-weight: normal;
  font-size: 20px;
}
#container-gallery > h3 a,
#container-gallery p a,
#container-gallery > h3 a:active,
#container-gallery p a:active,
#container-gallery > h3 a:visited,
#container-gallery p a:visited {
  color: inherit;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container-gallery > h3 a:hover,
#container-gallery p a:hover {
  color: #42b2ac;
}
#container-gallery .album {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 65px;
  list-style: none;
  padding: 0;
  display: inherit;
}
#container-gallery .album li {
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  float: left;
  width: 33.33333333333333%;
  height: 100%;
}
#container-gallery .album li > h3 {
  color: #ffffff;
}
#container-gallery .album li a {
  height: 220px;
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#container-gallery .album li a:hover span.img-hover {
  opacity: 1;
}
#container-gallery .album li a:hover h3 {
  background-color: rgba(66, 178, 172, 0);
}
#container-gallery .album li a span.img-hover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 178, 172, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#container-gallery .album li a img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 21;
}
#container-gallery .album li a h3 {
  background: -webkit-linear-gradient(rgba(66, 178, 172, 0) 0%, rgba(66, 178, 172, 0.3) 30%, rgba(66, 178, 172, 0.6) 50%, rgba(66, 178, 172, 0.8) 80%);
  /* For Opera 11.6 to 12.0 */
  background: -o-linear-gradient(rgba(66, 178, 172, 0) 0%, rgba(66, 178, 172, 0.3) 30%, rgba(66, 178, 172, 0.6) 50%, rgba(66, 178, 172, 0.8) 80%);
  /* For Firefox 3.6 to 15 */
  background: -moz-linear-gradient(rgba(66, 178, 172, 0) 0%, rgba(66, 178, 172, 0.3) 30%, rgba(66, 178, 172, 0.6) 50%, rgba(66, 178, 172, 0.8) 80%);
  /* Standard syntax */
  background: linear-gradient(rgba(66, 178, 172, 0) 0%, rgba(66, 178, 172, 0.3) 30%, rgba(66, 178, 172, 0.6) 50%, rgba(66, 178, 172, 0.8) 80%);
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  padding: 18% 2% 15px;
  color: #ffffff;
  bottom: 0;
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#container-gallery .album > h3 {
  margin: 0;
  padding: 10px;
}
#container-gallery .album div {
  display: inline-block;
}
#footer-wrap * {
  overflow: hidden;
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 340px;
  max-height: 0px;
  height: 180px;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  z-index: 200;
}
footer #copyright {
  background-color: #87cefa;
  height: 100%;
  padding: 5px 12%;
  color: #ffffff;
  border-top-right-radius: 40px;
}
footer #copyright h3 {
  padding: 5px 0;
  font-size: 30px;
}
footer #copyright p {
  font-size: 18px;
  padding: 6px 0;
}
footer #copyright h3,
footer #copyright p {
  margin: 0;
}
footer #copyright a {
  color: inherit;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 -1px 0 0 #ffffff;
  box-shadow: inset 0 -1px 0 0 #ffffff;
  padding-bottom: 0;
}
footer #copyright a:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 transparent;
  -moz-box-shadow: inset 0 -1px 0 0 transparent;
  box-shadow: inset 0 -1px 0 0 transparent;
}
.logoTab {
  display: none;
  position: absolute;
  right: -75px;
  bottom: 0;
  padding: 0;
  background-image: -webkit-linear-gradient(left, #aa248d 50%, #601872 50%);
  background-image: -o-linear-gradient(right, #aa248d 50%, #601872 50%);
  background-image: -moz-linear-gradient(right, #aa248d 50%, #601872 50%);
  background-image: linear-gradient(to right, #aa248d 50%, #601872 50%);
  background-size: 200% 100%;
  -webkit-transition: background-position 250ms, bottom 0.5s;
  -moz-transition: background-position 250ms, bottom 0.5s;
  transition: background-position 250ms, bottom 0.5s;
  width: 60px;
  height: auto;
  border-top-left-radius: 30px;
  -moz-animation: moveLeftLogo ease-in-out 0.5s;
  animation: moveLeftLogo ease-in-out 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.logoTab img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 10px;
}
.logoTab:hover {
  background-position: 100% 0;
}
.fTab {
  position: absolute;
  left: -65px;
  bottom: 0;
  padding: 30px 10px;
  background-image: -webkit-linear-gradient(right, #87cefa 50%, #ffd700 50%);
  background-image: -o-linear-gradient(left, #87cefa 50%, #ffd700 50%);
  background-image: -moz-linear-gradient(left, #87cefa 50%, #ffd700 50%);
  background-image: linear-gradient(to left, #87cefa 50%, #ffd700 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 250ms, bottom 0.5s;
  -moz-transition: background-position 250ms, bottom 0.5s;
  transition: background-position 250ms, bottom 0.5s;
  color: #ffffff;
  font-size: 60px;
  line-height: 0px;
  border-top-right-radius: 50%;
  -moz-animation: moveRight ease-in-out 0.5s;
  animation: moveRight ease-in-out 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.fTab:hover {
  background-position: left bottom;
  cursor: pointer;
}
.fTab.active {
  bottom: 179px;
}
.fTab.active + footer {
  max-height: 180px;
}
.lb-overlay {
  position: fixed;
  overflow-y: scroll;
  left: 0px;
  top: 0px;
  text-align: center;
  background-color: rgba(112, 128, 144, 0.9);
  opacity: 0;
  display: none;
}
.lb-overlay > div {
  color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.lb-overlay div.full-img .overlay-head {
  opacity: 0;
}
.lb-overlay div.full-img img {
  opacity: 0;
}
.lb-overlay:target {
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  padding: 0;
  z-index: 10000;
  opacity: 1;
  display: block;
}
.lb-overlay:target div h3 {
  font-size: 30px;
  line-height: 38px;
}
.lb-overlay:target div h3 span {
  display: block;
  margin-top: 5px;
}
.lb-overlay:target div p {
  padding: 0 10%;
  text-align: left;
}
.lb-overlay:target div p a {
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px -1px 0px 0px #ffffff;
  box-shadow: inset 0px -1px 0px 0px #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lb-overlay:target div p a:hover {
  -webkit-box-shadow: inset 0px -1px 0px 0px transparent;
  -moz-box-shadow: inset 0px -1px 0px 0px transparent;
  box-shadow: inset 0px -1px 0px 0px transparent;
}
.lb-overlay:target div h3 span,
.lb-overlay:target div p {
  font-size: 18px;
  line-height: 21px;
  font-style: italic;
  font-weight: normal;
}
.lb-overlay:target div p,
.lb-overlay:target div hr {
  -webkit-animation: fadeInPic 1s ease-in-out;
  -moz-animation: fadeInPic 1s ease-in-out;
  animation: fadeInPic 1s ease-in-out;
}
.lb-overlay:target div.full-img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  padding: 30px 70px;
}
.lb-overlay:target div.full-img > a {
  max-width: 100%;
  max-height: 700px;
}
.lb-overlay:target div.full-img .overlay-head {
  min-height: 50px;
  margin: 0 auto 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  -webkit-animation: lb-scale-head 0.75s ease-in-out forwards;
  -moz-animation: lb-scale-head 0.75s ease-in-out forwards;
  animation: lb-scale-head 0.75s ease-in-out forwards;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.lb-overlay:target div.full-img .overlay-head * {
  color: #ffd700;
}
.lb-overlay:target div.full-img .overlay-head h3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15%;
}
.lb-overlay:target div.full-img .overlay-head h4 {
  display: none;
}
.lb-overlay:target div.full-img .overlay-head h3,
.lb-overlay:target div.full-img .overlay-head h4 {
  margin: 0;
}
.lb-overlay:target div.full-img img {
  opacity: 0;
  max-width: 100%;
  max-height: 600px;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0 0 2px 2px #708090;
  -moz-box-shadow: 0 0 2px 2px #708090;
  box-shadow: 0 0 2px 2px #708090;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  -webkit-animation: lb-scale 0.75s ease-in-out forwards;
  -moz-animation: lb-scale 0.75s ease-in-out forwards;
  animation: lb-scale 0.75s ease-in-out forwards;
  transform-origin: top;
}
.lb-overlay:target .lb-prev {
  width: 0;
  border-right: 30px solid rgba(255, 255, 255, 0.7);
  font-size: 0;
  line-height: 0;
  background: none;
  left: 10px;
}
.lb-overlay:target .lb-prev:hover,
.lb-overlay:target .lb-prev:active {
  border-right: 30px solid #ffd700;
  -webkit-transition: border-right 250ms ease-in-out;
  -moz-transition: border-right 250ms ease-in-out;
  -o-transition: border-right 250ms ease-in-out;
  -ms-transition: border-right 250ms ease-in-out;
  transition: border-right 250ms ease-in-out;
}
.lb-overlay:target .lb-next {
  width: 0;
  border-left: 30px solid rgba(255, 255, 255, 0.7);
  font-size: 0;
  line-height: 0;
  background: none;
  right: 10px;
}
.lb-overlay:target .lb-next:hover,
.lb-overlay:target .lb-next:active {
  border-left: 30px solid #ffd700;
  -webkit-transition: border-left 250ms ease-in-out;
  -moz-transition: border-left 250ms ease-in-out;
  -o-transition: border-left 250ms ease-in-out;
  -ms-transition: border-left 250ms ease-in-out;
  transition: border-left 250ms ease-in-out;
}
.lb-overlay:target .lb-prev,
.lb-overlay:target .lb-next {
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute !important;
  height: 40px;
  bottom: 35vh;
}
.lb-overlay:target .info {
  height: auto;
  padding: 0 50px;
}
.lb-overlay:target .info hr {
  margin: 0 auto;
  border: none;
  height: 4px;
  background: rgba(255, 215, 0, 0.5);
  border-radius: 2px;
  clear: both;
  margin-top: 20px;
  margin-bottom: 15px;
}
.lb-overlay:target .sub-table {
  display: table;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.lb-overlay:target .sub-table > ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.lb-overlay:target .sub-table > ul li {
  width: 19%;
  height: 45px;
  position: relative;
  padding: 5px 20px;
  margin: 0;
  list-style: none;
  display: inline-block;
  text-decoration: none;
}
.lb-overlay:target .sub-table > ul li > a.bubble {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 50%;
  transition: background-color 250ms ease-in-out, box-shadow 250ms ease-out;
}
.lb-overlay:target .sub-table > ul li > a.bubble:hover,
.lb-overlay:target .sub-table > ul li > a.bubble.bub-active {
  background-color: #ffd700;
  -webkit-box-shadow: 0 0 2px 2px #708090;
  -moz-box-shadow: 0 0 2px 2px #708090;
  box-shadow: 0 0 2px 2px #708090;
}
.lb-overlay:target a.lb-close {
  background-color: #ffffff;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0% !important;
  text-align: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  opacity: 1;
  background-size: 100% 201%;
  background-image: -webkit-linear-gradient(bottom, #ffd700 50%, white 50%);
  background-image: -o-linear-gradient(top, #ffd700 50%, white 50%);
  background-image: -moz-linear-gradient(top, #ffd700 50%, white 50%);
  background-image: linear-gradient(to top, #ffd700 50%, white 50%);
  -webkit-transition: background-position 500ms;
  -moz-transition: background-position 500ms;
  transition: background-position 500ms;
}
.lb-overlay:target a.lb-close span {
  position: absolute;
  width: 75%;
  height: 15%;
  margin: 0 auto;
  background-color: #e2a02b;
  left: 0;
  right: 0;
  top: 43%;
  border-radius: 30%/100%;
  -webkit-transition: 0.25s ease-in-out, background-color 500ms;
  -moz-transition: 0.25s ease-in-out, background-color 500ms;
  -o-transition: 0.25s ease-in-out, background-color 500ms;
  transition: 0.25s ease-in-out, background-color 500ms;
}
.lb-overlay:target a.lb-close span:first-child {
  webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lb-overlay:target a.lb-close span:last-child {
  webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lb-overlay:target a.lb-close:hover {
  background-position: 0% -100%;
}
.lb-overlay:target a.lb-close:hover span {
  background-color: #ffffff;
}
iframe {
  max-width: 800px !important;
  width: 100% !important;
  min-height: 450px;
  height: auto !important;
}
.flickr-embed {
  width: auto !important;
  height: auto !important;
}
.flickr-embed .flickr-embed-photo {
  max-width: 800px !important;
  width: 100% !important;
  height: auto !important;
}
.slide.slide-video {
  width: 100% !important;
}
video {
  max-width: inherit !important;
  width: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
}
@media screen and (max-height: 620px) {
  nav#desk-nav > ul li:not(.list-other) #about {
    padding: 10px 15px;
  }
  nav#desk-nav > ul li:not(.list-other) a {
    padding: 10px !important;
  }
}
@media screen and (min-width: 1001px) {
  main#gallery-pg,
  main#review-pg,
  main#analysis-pg {
    padding-right: 320px;
  }
  footer#other-foot {
    margin-right: 320px;
  }
}
@media screen and (min-width: 801px) and (min-height: 801px) {
  #container .reviews {
    height: 40%;
  }
  #container .reviews:nth-child(2n+2),
  #container .reviews:nth-child(2n+3) {
    height: 30%;
  }
}
@media screen and (max-width: 1000px) {
  @keyframes moveLeftElongated {
    0% {
      right: -225px;
    }
    100% {
      right: 0px;
    }
  }
  @keyframes moveLeft {
    0% {
      right: -225px;
    }
    100% {
      right: -20px;
    }
  }
  main {
    padding-right: 230px;
    margin-left: 20px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  nav#desk-nav,
  nav#desk-nav > ul {
    width: 220px;
  }
  nav#desk-nav > ul {
    overflow: visible;
  }
  nav#desk-nav > ul li#list1 {
    width: 220px;
    position: relative;
  }
  nav#desk-nav > ul li#list1 a {
    border-radius: 0;
  }
  nav#desk-nav > ul li #about {
    width: 260px;
    padding: 15px 10px;
    position: absolute;
    top: 0;
    right: 220px;
  }
  nav#desk-nav > ul li a {
    width: 200px;
  }
  nav#desk-nav > ul li a.logo {
    width: 220px;
    padding: 10px;
    right: 0;
  }
  nav#desk-nav > ul li a.logo svg {
    width: 200px;
  }
  nav#desk-nav > ul li.main-site a.main-site-logo {
    width: 180px;
    position: relative;
    right: -40px;
    min-height: 40px;
    padding: 15px 15px 15px 10px;
    background-image: -webkit-linear-gradient(left, #aa248d 50%, #601872 50%);
    background-image: -o-linear-gradient(right, #aa248d 50%, #601872 50%);
    background-image: -moz-linear-gradient(right, #aa248d 50%, #601872 50%);
    background-image: linear-gradient(to right, #aa248d 50%, #601872 50%);
  }
  nav#desk-nav > ul li.main-site a.main-site-logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .moveLeftElongated {
    right: -225px;
  }
  footer {
    margin-right: 230px;
  }
  footer #copyright {
    padding: 5px 8%;
  }
}
@media screen and (max-width: 1200px) {
  #whole-form h3 {
    font-size: 2.1vw;
    padding-left: 22%;
  }
  #whole-form label {
    width: 22%;
    font-size: 2.1vw;
  }
  #whole-form input,
  #whole-form textarea {
    width: 77%;
  }
}
@media screen and (max-width: 1000px) {
  ul.timeline .year {
    width: 220px;
  }
  ul.timeline .month {
    width: 180px;
  }
  li.event {
    width: 45%;
  }
  li.event:nth-child(odd)::after,
  li.event:nth-child(even)::after {
    width: 12%;
  }
  li.event:nth-child(odd)::after {
    right: -17%;
  }
  li.event:nth-child(even)::after {
    left: -17%;
  }
  #container-form {
    padding-left: 10px;
  }
  #container-gallery > h3 p {
    font-size: 22px;
  }
  #analysis figure {
    min-width: 200px;
    max-width: 300px;
  }
  #whole-form h3 {
    font-size: 2.65vw;
    padding-left: 20%;
  }
  #whole-form label {
    width: 20%;
    font-size: 2.3vw;
  }
  #whole-form input,
  #whole-form textarea {
    width: 79%;
  }
  #whole-form input[type="submit"],
  #whole-form textarea[type="submit"] {
    width: 25%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  #analysis table {
    margin-bottom: 30px;
  }
  #analysis table tr:first-of-type {
    display: none;
  }
  #analysis table th {
    display: none;
  }
  #analysis table td {
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 5px 0 !important;
  }
  #analysis table td[data-th="Website"] {
    display: block;
    font-weight: bold;
    font-size: 18px;
  }
  #analysis table td[data-th="Website"]::before {
    display: none;
  }
  #analysis table td ul {
    width: 65%;
    float: right;
  }
  #analysis table td::before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 35%;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  #analysis table {
    margin-bottom: 30px;
  }
  #analysis table tr:first-of-type {
    display: none;
  }
  #analysis table th {
    display: none;
  }
  #analysis table td {
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 5px 0 !important;
  }
  #analysis table td[data-th="Website"] {
    display: block;
    font-weight: bold;
    font-size: 18px;
  }
  #analysis table td[data-th="Website"]::before {
    display: none;
  }
  #analysis table td ul {
    width: 65%;
    float: right;
  }
  #analysis table td::before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 35%;
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  html {
    min-height: 100%;
    background-color: #ffffff;
    background: -webkit-radial-gradient(farthest-corner at 70% 60%, rgba(255, 215, 0, 0.5) 0%, #ffd700 10%, #e2a02b 45%, #900020 100%);
    /* For Opera 11.6 to 12.0 */
    background: -o-radial-gradient(farthest-corner at 70% 60%, rgba(255, 215, 0, 0.5) 0%, #ffd700 10%, #e2a02b 45%, #900020 100%);
    /* For Firefox 3.6 to 15 */
    background: -moz-radial-gradient(farthest-corner at 70% 60%, rgba(255, 215, 0, 0.5) 0%, #ffd700 10%, #e2a02b 45%, #900020 100%);
    /* Standard syntax */
    background: radial-gradient(farthest-corner at 70% 60%, rgba(255, 215, 0, 0.5) 0%, #ffd700 10%, #e2a02b 45%, #900020 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0% 50%;
    /*background-repeat:no-repeat;*/
  }
  main {
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px 3px #900020;
    -moz-box-shadow: 0px 0px 4px 3px #900020;
    box-shadow: 0px 0px 4px 3px #900020;
    background-color: rgba(255, 255, 255, 0.5);
  }
  main#front-pg {
    background-color: rgba(255, 255, 255, 0.5);
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
  main#review-pg {
    min-height: 100%;
  }
  main#analysis-pg {
    border-radius: 0 7vw 0 0;
    -webkit-box-shadow: none 0 0 0;
    -moz-box-shadow: none 0 0 0;
    box-shadow: none 0 0 0;
  }
  main#gallery-pg {
    min-height: -webkit-calc(100vh - 120px);
    min-height: -moz-calc(100vh - 120px);
    min-height: calc(100vh - 120px);
  }
  nav#desk-nav {
    display: none;
  }
  .logo svg {
    width: 220px;
  }
  nav#adapt-nav {
    width: 100%;
    height: 110px;
    position: fixed;
    display: table;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 50;
  }
  nav#adapt-nav > div {
    display: table-cell;
    position: static;
    height: 110px;
  }
  nav#adapt-nav #ipad-logo {
    width: auto;
    height: 110px;
    left: 0;
    top: 0;
    position: static;
    vertical-align: top;
    display: table-cell;
    margin: 0;
    padding: 0;
  }
  nav#adapt-nav #ipad-logo a {
    display: block;
    padding: 6px;
    position: relative;
    width: inherit;
    height: inherit;
    border: 4px solid #87cefa;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background-size: 100% 200%;
    background-image: -webkit-linear-gradient(bottom, #87cefa 50%, white 50%);
    background-image: -o-linear-gradient(top, #87cefa 50%, white 50%);
    background-image: -moz-linear-gradient(top, #87cefa 50%, white 50%);
    background-image: linear-gradient(to top, #87cefa 50%, white 50%);
    -webkit-transition: background-position 500ms, border 500ms;
    -moz-transition: background-position 500ms, border 500ms;
    transition: background-position 500ms, border 500ms;
  }
  nav#adapt-nav #ipad-logo a svg {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  nav#adapt-nav #ipad-logo a:hover {
    background-position: 0% -100%;
    border: 4px solid #ffffff;
    border-top: 0;
  }
  nav#adapt-nav #ipad-logo a:hover svg .cls-5 {
    fill: #ffffff;
  }
  nav#adapt-nav #ipad-logo a.adapt-trigger {
    display: none;
  }
  nav#adapt-nav #ipad-nav {
    width: 100%;
  }
  nav#adapt-nav #ipad-nav > div {
    width: 25%;
    display: table-cell;
    float: left;
    padding-left: 2%;
    text-align: center;
    top: -135px;
  }
  nav#adapt-nav #ipad-nav > div#list2 a {
    margin-top: 0;
    background-image: -webkit-linear-gradient(bottom, #ffd700 50%, #87cefa 50%);
    background-image: -o-linear-gradient(top, #ffd700 50%, #87cefa 50%);
    background-image: -moz-linear-gradient(top, #ffd700 50%, #87cefa 50%);
    background-image: linear-gradient(to top, #ffd700 50%, #87cefa 50%);
    border-radius: 8px 0 0;
    width: 100%;
    height: 110px;
    border-radius: 0;
    padding: 0.75vh 1.1vw;
    color: #ffffff;
  }
  nav#adapt-nav #ipad-nav > div a {
    width: 100%;
    display: block;
    height: 100px;
    padding: 0.75vh 0.5vw;
    text-decoration: none;
    font-size: 2.7vw;
    color: #ffffff;
    border: 4px solid #ffffff;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background-size: 100% 200%;
    background-image: -webkit-linear-gradient(bottom, #ffd700 50%, #42b2ac 50%);
    background-image: -o-linear-gradient(top, #ffd700 50%, #42b2ac 50%);
    background-image: -moz-linear-gradient(top, #ffd700 50%, #42b2ac 50%);
    background-image: linear-gradient(to top, #ffd700 50%, #42b2ac 50%);
    -webkit-transition: background-position 500ms;
    -moz-transition: background-position 500ms;
    transition: background-position 500ms;
  }
  nav#adapt-nav #ipad-nav > div a:hover {
    background-position: 0% -100%;
  }
  nav#adapt-nav #ipad-nav > div.list-other {
    width: 33.33333333333333%;
  }
  nav#adapt-nav #ipad-nav > div.list-other a {
    font-size: 4vw;
  }
  nav#adapt-nav #ipad-nav #about2 {
    display: none;
    position: absolute;
    top: 106px;
    width: 45vw;
    background-color: #87cefa;
    padding: 10px;
    border: 4px solid #ffffff;
    color: #ffffff;
  }
  nav#adapt-nav #ipad-nav #about2 p {
    margin: 0;
    text-align: left;
  }
  .spacer {
    width: 100%;
    height: 120px;
    clear: both;
    display: block;
  }
  ul.timeline {
    margin-bottom: 35px;
  }
  #container .reviews:nth-child(2n+2) a span.details {
    padding-left: 70px;
  }
  #container .reviews:nth-child(2n+3) a span.details {
    padding-right: 70px;
  }
  #container-form {
    padding: 2% 3%;
    background-color: rgba(255, 255, 255, 0.6);
    min-height: 80vh;
  }
  #container-analysis {
    border-radius: 0 7vw 0;
    padding-left: 0 !important;
  }
  #container-gallery > h3,
  #container-gallery > p {
    font-size: 18px;
  }
  #analysis {
    width: 100%;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 0 0 6px #87cefa, 0px 0px 4px 3px #900020;
    -moz-box-shadow: inset 0 0 0 6px #87cefa, 0px 0px 4px 3px #900020;
    box-shadow: inset 0 0 0 6px #87cefa, 0px 0px 4px 3px #900020;
  }
  #analysis p,
  #analysis ol li {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #analysis p.dropcap::first-letter,
  #analysis ol li.dropcap::first-letter {
    font-size: 72px !important;
    line-height: 45px !important;
  }
  #analysis figure {
    min-width: 250px;
    max-width: 400px;
  }
  #analysis figure figcaption {
    font-size: 14px;
  }
  #whole-form h3,
  #whole-form label {
    font-size: 2.9vw;
  }
  .logoTab {
    display: block;
  }
  footer {
    margin-: 0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .logo svg {
    width: auto;
  }
  nav#adapt-nav {
    padding: 0;
  }
  nav#adapt-nav #ipad-nav #about2 {
    width: 40vw;
  }
  ul.timeline {
    max-width: 100%;
    margin: 0 0px 75px;
    padding: 0 15px;
    background-image: -webkit-linear-gradient(#42b2ac 60%, rgba(135, 206, 250, 0) 0%);
    background-image: -moz-linear-gradient(#42b2ac 60%, rgba(135, 206, 250, 0) 0%);
    background-image: -o-linear-gradient(#42b2ac 60%, rgba(135, 206, 250, 0) 0%);
    background-image: linear-gradient(#42b2ac 60%, rgba(135, 206, 250, 0) 0%);
    background-position: 110px 0;
    background-size: 10px 5vh;
  }
  ul.timeline li[class*="overyear"] {
    width: 200px;
  }
  ul.timeline .year {
    width: 100%;
  }
  ul.timeline .month {
    width: 160px;
    margin: 20px 20px 0 !important;
  }
  ul.timeline .year,
  ul.timeline .month {
    margin: 0;
  }
  li.event {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  li.event a {
    padding: 14px 18px !important;
    background-color: #ffffff;
  }
  li.event:nth-child(odd),
  li.event:nth-child(even) {
    float: right;
    margin: 50px 0 15px 0;
    text-align: left !important;
  }
  li.event:nth-child(odd) a,
  li.event:nth-child(even) a {
    border-radius: 0px 20px;
  }
  li.event:nth-child(odd) a h2,
  li.event:nth-child(even) a h2 {
    padding: 10px 15px !important;
    left: 20px;
    border-radius: 0px 10px;
  }
  li.event:nth-child(odd) a p,
  li.event:nth-child(even) a p {
    text-align: left;
    margin: 15px 0 5px 0;
  }
  li.event:nth-child(odd)::after,
  li.event:nth-child(even)::after {
    left: -42px;
    width: 24px;
    height: 24px;
    top: -12px;
  }
  .lb-overlay:target div.full-img {
    padding: 25px 50px;
  }
  .lb-overlay:target .sub-table {
    width: 100%;
    padding: 0 10%;
  }
  .lb-overlay:target .sub-table > ul {
    width: 100%;
  }
  .lb-overlay:target .sub-table > ul li {
    width: 24%;
    height: 40px;
    padding: 1.5% 4%;
  }
  .lb-overlay:target .lb-prev {
    border-right: 30px solid rgba(255, 255, 255, 0.7);
  }
  .lb-overlay:target .lb-prev:hover,
  .lb-overlay:target .lb-prev:active {
    border-right: 30px solid #ffd700;
  }
  .lb-overlay:target .lb-next {
    border-left: 30px solid rgba(255, 255, 255, 0.7);
  }
  .lb-overlay:target .lb-next:hover,
  .lb-overlay:target .lb-next:active {
    border-left: 30px solid #ffd700;
  }
  .lb-overlay:target .lb-prev,
  .lb-overlay:target .lb-next {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    height: 30px;
  }
  #analysis figure {
    margin: 0 0 10px 15px;
    max-width: 360px;
  }
}
@media screen and (max-width: 600px) {
  @keyframes moveDownAdaptNav {
    0% {
      top: 0;
    }
    100% {
      top: 0;
    }
  }
  main#front-pg {
    height: -webkit-calc(100vh - 110px);
    height: -moz-calc(100vh - 110px);
    height: calc(100vh - 110px);
  }
  main#analysis-pg {
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 4px 3px #900020;
    -moz-box-shadow: 0px 0px 4px 3px #900020;
    box-shadow: 0px 0px 4px 3px #900020;
  }
  main#gallery-pg {
    min-height: -webkit-calc(100vh - 110px);
    min-height: -moz-calc(100vh - 110px);
    min-height: calc(100vh - 110px);
  }
  nav#adapt-nav {
    width: 100%;
    position: fixed;
    display: block;
    z-index: 50;
  }
  nav#adapt-nav a.adapt-trigger {
    display: block;
    width: 60px;
    height: 60px;
    border: 4px solid #e2a02b;
    position: relative;
    padding: 1%;
    border-radius: 0;
    z-index: 20;
    background-size: 100% 201%;
    background-image: -webkit-linear-gradient(bottom, #ffd700 50%, white 50%);
    background-image: -o-linear-gradient(top, #ffd700 50%, white 50%);
    background-image: -moz-linear-gradient(top, #ffd700 50%, white 50%);
    background-image: linear-gradient(to top, #ffd700 50%, white 50%);
    -webkit-transition: background-position 500ms, border 1s, bottom 0.5s;
    -moz-transition: background-position 500ms, border 1s, bottom 0.5s;
    transition: background-position 500ms, border 1s, bottom 0.5s;
  }
  nav#adapt-nav a.adapt-trigger:hover {
    border: 4px solid #ffffff;
    background-position: 0% -100%;
  }
  nav#adapt-nav a.adapt-trigger:hover span {
    background-color: #ffffff;
  }
  nav#adapt-nav a.adapt-trigger span {
    position: absolute;
    width: 70%;
    height: 12%;
    margin: 0 auto;
    background-color: #e2a02b;
    left: 0;
    right: 0;
    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out, background-color 500ms;
    -moz-transition: 0.25s ease-in-out, background-color 500ms;
    -o-transition: 0.25s ease-in-out, background-color 500ms;
    transition: 0.25s ease-in-out, background-color 500ms;
    border-radius: 30%/100%;
  }
  nav#adapt-nav a.adapt-trigger span:nth-child(1) {
    top: 20%;
  }
  nav#adapt-nav a.adapt-trigger span:nth-child(2),
  nav#adapt-nav a.adapt-trigger span:nth-child(3) {
    top: 45%;
  }
  nav#adapt-nav a.adapt-trigger span:nth-child(4) {
    bottom: 18%;
  }
  nav#adapt-nav a.adapt-trigger.open ~ #ipad-nav {
    bottom: 0;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  nav#adapt-nav a.adapt-trigger.open span:nth-child(1),
  nav#adapt-nav a.adapt-trigger.open span:nth-child(4) {
    width: 0%;
  }
  nav#adapt-nav a.adapt-trigger.open span:nth-child(1) {
    top: 45%;
  }
  nav#adapt-nav a.adapt-trigger.open span:nth-child(2) {
    transform: rotate(45deg);
    width: 80%;
  }
  nav#adapt-nav a.adapt-trigger.open span:nth-child(3) {
    transform: rotate(-45deg);
    width: 80%;
  }
  nav#adapt-nav a.adapt-trigger.open span:nth-child(4) {
    bottom: 45%;
  }
  nav#adapt-nav #ipad-logo {
    width: 100%;
    position: absolute;
    right: 0;
    display: block;
  }
  nav#adapt-nav #ipad-logo a.logo {
    position: absolute;
    right: 0;
    width: 230px;
    border-radius: 0;
  }
  nav#adapt-nav #ipad-nav {
    display: block;
    width: 100%;
    height: -webkit-calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: -o-calc(100% - 110px);
    height: calc(100% - 110px);
    bottom: -100vh;
    position: inherit;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  nav#adapt-nav #ipad-nav > div {
    width: 100%;
    height: 25%;
    padding: 0;
    top: auto;
  }
  nav#adapt-nav #ipad-nav > div a {
    border-radius: 0;
    height: 100% !important;
    font-size: 7vh;
    background-size: 100% 202%;
  }
  nav#adapt-nav #ipad-nav > div a:hover {
    background-position: 0% -98.5%;
  }
  nav#adapt-nav #ipad-nav > div#list2 a {
    border-top: 4px solid #ffffff;
  }
  nav#adapt-nav #ipad-nav > div.list-other {
    width: 100%;
    height: 33.33333333333333%;
  }
  nav#adapt-nav #ipad-nav > div.list-other a {
    font-size: 13vw;
    padding: 2vh 6%;
  }
  nav#adapt-nav #ipad-nav > div.list-other:first-of-type {
    border-top: 4px solid #ffffff;
  }
  nav#adapt-nav #ipad-nav #about2 {
    width: 100%;
    top: -4px;
    z-index: 100;
    height: -webkit-calc(300% + 4px);
    height: -moz-calc(300% + 4px);
    height: -o-calc(300% + 4px);
    height: calc(300% + 4px);
    position: relative;
    overflow: auto;
  }
  nav#adapt-nav #ipad-nav #about2 p {
    font-size: 4vw;
  }
  .spacer {
    height: 110px;
  }
  #container .reviews:nth-last-child(2) a span.details {
    padding-right: 65px;
    padding-left: 10px;
  }
  #container .reviews:nth-last-child(3) a span.details {
    padding-right: 50px;
    padding-left: 10px;
  }
  #container-form {
    padding: 2% 4% 45px;
  }
  #container-analysis {
    padding: 15px 0 45px;
  }
  #container-gallery > h3,
  #container-gallery p {
    font-size: 15px;
    padding: 12px 15px;
  }
  #analysis {
    border-radius: 0 0 0 7vw;
    -webkit-box-shadow: inset 0 0 0 6px #87cefa, 0px 0px 4px 3px rgba(144, 0, 32, 0.5);
    -moz-box-shadow: inset 0 0 0 6px #87cefa, 0px 0px 4px 3px rgba(144, 0, 32, 0.5);
    box-shadow: inset 0 0 0 6px #87cefa, 0px 0px 4px 3px rgba(144, 0, 32, 0.5);
  }
  #analysis figure {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 0 12px;
  }
  #whole-form h3 {
    font-size: 3.8vw;
    padding: 0;
  }
  #whole-form label,
  #whole-form input,
  #whole-form textarea {
    width: 100%;
    text-align: left;
  }
  #whole-form input[type="submit"] {
    width: 25%;
    text-align: center;
  }
  #whole-form label {
    padding: 0 0 7px 0;
    font-size: 3.8vw;
  }
  #whole-form label.last {
    display: none;
  }
  ul.timeline {
    margin-bottom: 45px;
  }
  .lb-overlay:target .overlay-head {
    padding: 0 25px;
  }
  .lb-overlay:target .sub-table {
    padding: 0;
  }
  .lb-overlay:target .lb-prev {
    border-right: 30px solid rgba(255, 255, 255, 0.7);
  }
  .lb-overlay:target .lb-prev:hover,
  .lb-overlay:target .lb-prev:active {
    border-right: 30px solid #ffd700;
  }
  .lb-overlay:target .lb-next {
    border-left: 30px solid rgba(255, 255, 255, 0.7);
  }
  .lb-overlay:target .lb-next:hover,
  .lb-overlay:target .lb-next:active {
    border-left: 30px solid #ffd700;
  }
  .lb-overlay:target .lb-prev,
  .lb-overlay:target .lb-next {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    height: 30px;
  }
  .logoTab {
    width: 55px;
  }
  .logoTab img {
    padding: 10px;
  }
  .fTab {
    padding: 20px 7px;
    font-size: 40px;
  }
  footer #copyright {
    padding: 5px 7%;
  }
}
@media screen and (max-width: 530px) {
  #about2 p {
    font-size: 4.5vw !important;
  }
  #container-gallery .album {
    margin-bottom: 45px;
  }
  #container-gallery .album li {
    width: 50%;
  }
  #container-gallery .album li a h3 {
    font-size: 20px;
    padding: 18% 5px 15px;
  }
  #whole-form h3,
  #whole-form label {
    font-size: 4.6vw;
  }
  #whole-form form > div {
    padding: 2% 0;
  }
  #whole-form form > div:last-of-type {
    margin-bottom: 15%;
  }
  #whole-form input[type="submit"] {
    width: 30vw;
  }
  footer #copyright {
    padding: 5px 8vw;
  }
  footer #copyright p {
    font-size: 3.5vw;
  }
  .lb-overlay:target div.full-img .overlay-head h3 {
    padding: 0;
  }
  .lb-overlay:target .sub-table {
    padding: 0;
  }
  .lb-overlay:target div p {
    padding: 0 5%;
  }
}
@media screen and (max-width: 500px) {
  footer #copyright {
    padding: 5px 5.5vw;
  }
  footer #copyright p {
    font-size: 3.7vw;
  }
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 700px) and (orientation: landscape) {
  main#front-pg {
    height: -moz-calc(100vh - 110px);
    height: -webkit-calc(100vh - 110px);
  }
  #container .reviews:nth-child(1),
  #container .reviews:nth-child(2) {
    width: 50%;
    height: 100%;
    left: auto;
    -webkit-animation: moveDown ease-in-out 0.5s;
    -moz-animation: moveDown ease-in-out 0.5s;
    animation: moveDown ease-in-out 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  #container .reviews:nth-child(1) a span.review-hover,
  #container .reviews:nth-child(2) a span.review-hover {
    background-color: rgba(144, 0, 32, 0.7);
  }
  #container .reviews:nth-child(1) a span.details,
  #container .reviews:nth-child(2) a span.details {
    background: -webkit-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
    /* For Opera 11.6 to 12.0 */
    background: -o-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
    /* Standard syntax */
    background: linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
    padding: 5% 2.5% 1.5%;
  }
  #container .reviews:nth-child(1) a span.details h3,
  #container .reviews:nth-child(2) a span.details h3 {
    font-size: 22px;
  }
  #container .reviews:nth-child(1) a span.details h4,
  #container .reviews:nth-child(2) a span.details h4 {
    font-size: 16px;
  }
  #container .reviews:nth-child(1) a span.details {
    padding-left: 45px;
  }
  #container .reviews:nth-child(2) a span.details {
    padding-right: 85px;
    text-align: left;
  }
}
@media only screen and (min-device-width: 701px) and (max-device-width: 736px) and (orientation: landscape) {
  main#front-pg {
    height: -webkit-calc(100vh - 110px);
    height: -moz-calc(100vh - 110px);
    height: calc(100vh - 110px);
  }
  #container .reviews:nth-child(1),
  #container .reviews:nth-child(2) {
    width: 50%;
    height: 100%;
    left: auto;
    -webkit-animation: moveDown ease-in-out 1s;
    -moz-animation: moveDown ease-in-out 1s;
    animation: moveDown ease-in-out 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
  }
  #container .reviews:nth-child(1) a span.review-hover,
  #container .reviews:nth-child(2) a span.review-hover {
    background-color: rgba(144, 0, 32, 0.7);
  }
  #container .reviews:nth-child(1) a span.details,
  #container .reviews:nth-child(2) a span.details {
    background: -webkit-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
    /* For Opera 11.6 to 12.0 */
    background: -o-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
    /* Standard syntax */
    background: linear-gradient(rgba(226, 160, 43, 0) 0%, rgba(226, 160, 43, 0.3) 30%, rgba(226, 160, 43, 0.6) 50%, rgba(226, 160, 43, 0.8) 80%);
    padding: 5% 2.5% 1.5%;
  }
  #container .reviews:nth-child(1) a span.details h3,
  #container .reviews:nth-child(2) a span.details h3 {
    font-size: 22px;
  }
  #container .reviews:nth-child(1) a span.details h4,
  #container .reviews:nth-child(2) a span.details h4 {
    font-size: 16px;
  }
  #container .reviews:nth-child(1) a span.details {
    padding-left: 45px;
  }
  #container .reviews:nth-child(2) a span.details {
    padding-right: 85px;
    text-align: left;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #analysis p {
    font-size: 13px;
    line-height: 18px;
  }
  #analysis p.dropcap::first-letter {
    font-size: 88px !important;
    line-height: 60px !important;
  }
}
@media only screen and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  nav#adapt-nav {
    height: 100px;
  }
  nav#adapt-nav > div {
    height: inherit;
  }
  nav#adapt-nav #ipad-logo {
    width: auto;
    height: 100px;
  }
  nav#adapt-nav #ipad-logo a {
    padding: 8px;
  }
  nav#adapt-nav #ipad-nav > div {
    height: 80px;
  }
  nav#adapt-nav #ipad-nav > div a {
    height: inherit;
  }
  nav#adapt-nav #ipad-nav > div#list2 {
    height: 100px;
  }
  nav#adapt-nav #ipad-nav > div#list2 a {
    height: inherit;
  }
  nav#adapt-nav #ipad-nav #about2 {
    top: 96px;
    width: 60vw;
  }
  nav#adapt-nav #ipad-nav #about2 p {
    font-size: 17px;
  }
  .spacer {
    height: 110px;
  }
  #container-gallery > h3 {
    font-size: 14px;
  }
  #container-gallery > p {
    font-size: 14px;
  }
}
@media only screen and (max-device-width: 600px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  nav#adapt-nav #ipad-nav {
    height: -webkit-calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: -o-calc(100% - 110px);
    height: calc(100% - 110px);
  }
  nav#adapt-nav #ipad-nav > div {
    height: 25% !important;
  }
  nav#adapt-nav #ipad-nav > div.list-other {
    height: 33.33333333333333% !important;
  }
  nav#adapt-nav #ipad-nav #about2 {
    width: 100%;
    top: -4px;
    z-index: 100;
    height: -webkit-calc(300% + 4px);
    height: -moz-calc(300% + 4px);
    height: -o-calc(300% + 4px);
    height: calc(300% + 4px);
    position: relative;
    overflow: auto;
  }
  nav#adapt-nav #ipad-logo a.logo {
    width: auto;
  }
}
@media only screen and (max-device-width: 530px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  nav#adapt-nav #ipad-nav #about2 p {
    font-size: 4vw;
  }
}
