/*!
 * smartbanner.js v1.16.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2020 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner{position:absolute;top:0;left:0;overflow-x:hidden;width:100%;height:84px;background:#f3f3f3;font-family:Helvetica, sans, sans-serif}.smartbanner__exit{position:absolute;top:calc(50% - 6px);left:9px;display:block;margin:0;width:12px;height:12px;border:0;text-align:center}.smartbanner__exit::before,.smartbanner__exit::after{position:absolute;width:1px;height:12px;background:#767676;content:' '}.smartbanner__exit::before{transform:rotate(45deg)}.smartbanner__exit::after{transform:rotate(-45deg)}.smartbanner__icon{position:absolute;top:10px;left:30px;width:64px;height:64px;border-radius:15px;background-size:64px 64px}.smartbanner__info{position:absolute;top:10px;left:104px;display:-ms-flexbox;display:flex;overflow-y:hidden;width:60%;height:64px;-ms-flex-align:center;align-items:center;color:#000}.smartbanner__info__title{font-size:14px}.smartbanner__info__author,.smartbanner__info__price{font-size:12px}.smartbanner__button{position:absolute;top:32px;right:10px;z-index:1;display:block;padding:0 10px;min-width:10%;border-radius:5px;background:#f3f3f3;color:#1474fc;font-size:18px;text-align:center;text-decoration:none}.smartbanner__button__label{text-align:center}.smartbanner.smartbanner--android{background:#3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");box-shadow:inset 0 4px 0 #88b131}.smartbanner.smartbanner--android .smartbanner__exit{left:6px;margin-right:7px;width:17px;height:17px;border-radius:14px;background:#1c1e21;box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3);color:#b1b1b3;font-family:'ArialRoundedMTBold', Arial;font-size:20px;line-height:17px;text-shadow:0 1px 1px #000}.smartbanner.smartbanner--android .smartbanner__exit::before,.smartbanner.smartbanner--android .smartbanner__exit::after{top:3px;left:8px;width:2px;height:11px;background:#b1b1b3}.smartbanner.smartbanner--android .smartbanner__exit:active,.smartbanner.smartbanner--android .smartbanner__exit:hover{color:#eee}.smartbanner.smartbanner--android .smartbanner__icon{background-color:transparent;box-shadow:none}.smartbanner.smartbanner--android .smartbanner__info{color:#ccc;text-shadow:0 1px 2px #000}.smartbanner.smartbanner--android .smartbanner__info__title{color:#fff;font-weight:bold}.smartbanner.smartbanner--android .smartbanner__button{top:30px;right:20px;padding:0;min-width:12%;border-radius:0;background:none;box-shadow:0 0 0 1px #333, 0 0 0 2px #dddcdc;color:#d1d1d1;font-size:14px;font-weight:bold}.smartbanner.smartbanner--android .smartbanner__button:active,.smartbanner.smartbanner--android .smartbanner__button:hover{background:none}.smartbanner.smartbanner--android .smartbanner__button__label{display:block;padding:0 10px;background:#42b6c9;background:linear-gradient(to bottom, #42b6c9, #39a9bb);box-shadow:none;line-height:24px;text-align:center;text-shadow:none;text-transform:none}.smartbanner.smartbanner--android .smartbanner__button__label:active,.smartbanner.smartbanner--android .smartbanner__button__label:hover{background:#2ac7e1}
@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*# sourceMappingURL=style.css.map*/.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
@keyframes loading {
  0% {
    background-position: 0 0%; }
  100% {
    background-position: 0 100%; } }

.brainLoader-wrapper {
  width: 100%;
  position: relative; }
  .brainLoader-wrapper.dark .brainLoader {
    filter: invert(50%); }
  .brainLoader-wrapper.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center; }
  .brainLoader-wrapper.inline {
    text-align: center;
    width: 100%;
    position: relative;
    transform: scale(0.4) translate(0, -45px); }
    .brainLoader-wrapper.inline.dark span {
      color: #808080; }
    .brainLoader-wrapper.inline span {
      color: #fff;
      display: block;
      font-size: 32px;
      font-family: "foundation_sans_roman";
      text-transform: uppercase; }

.brainLoader {
  height: 100px;
  width: 100px;
  display: block;
  transform: scale(1);
  background-image: url(/dist/images/loader.png?6d77f286d38a55d0951467c3adf99c24);
  animation: loading 2.5s steps(75) infinite;
  margin: 0 auto;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }
.icon-ExploreLogo {
  height: inherit;
  vertical-align: middle; }

.header-wrapper .icon-ExploreLogo, .side-nav-wrapper .icon-ExploreLogo {
  font-size: 30px; }
  @media screen and (min-width: 768px) {
    .header-wrapper .icon-ExploreLogo, .side-nav-wrapper .icon-ExploreLogo {
      font-size: 40px; } }

.explore-svg-logo {
  height: auto;
  width: 90px;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .explore-svg-logo {
      width: 150px; } }

.profile-image {
  max-width: 40px; }
  @media screen and (min-width: 1024px) {
    .profile-image {
      min-width: 50px;
      min-height: 50px;
      max-width: 50px; } }

@media screen and (min-width: 768px) {
  .account-buttons-login {
    margin-right: 10px; } }

@media screen and (min-width: 1024px) {
  .account-buttons-login {
    margin-right: 20px; } }

.account-buttons-login a:visited div, .account-buttons-login a:active div, .account-buttons-login a:link div {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 5px;
  transition: background .4s;
  line-height: 15px; }
  @media screen and (min-width: 1024px) {
    .account-buttons-login a:visited div, .account-buttons-login a:active div, .account-buttons-login a:link div {
      line-height: 19px; } }

.account-buttons-login a div.join {
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
  margin-right: 2px;
  padding-left: 16px;
  padding-right: 10px; }
  @media screen and (min-width: 1024px) {
    .account-buttons-login a div.join {
      padding-left: 23px;
      padding-right: 16px; } }

.account-buttons-login a div.login, .account-buttons-login a div.login-button {
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
  padding-left: 10px;
  padding-right: 16px; }
  @media screen and (min-width: 1024px) {
    .account-buttons-login a div.login, .account-buttons-login a div.login-button {
      padding-right: 20px;
      padding-left: 17px; } }

.site-wrapper.is-desktop .account-buttons-login a:hover {
  color: #3c3c3c;
  text-decoration: none; }
  .site-wrapper.is-desktop .account-buttons-login a:hover div {
    color: #3c3c3c;
    background-color: #fff;
    transition: background .4s;
    text-decoration: none; }

.menu-logo {
  padding: 0px 20px 0 0;
  vertical-align: middle; }

#channel-nav-wrapper {
  padding: 10px 0; }

@media screen and (min-width: 769px) {
  #top-menu-wrapper, #channel-nav-wrapper {
    padding-left: 65px;
    padding-right: 65px; } }

@media screen and (min-width: 1024px) {
  #top-menu-wrapper .channel-arrow.right {
    right: -45px;
    padding-left: 30px; } }

@media screen and (min-width: 1024px) {
  #top-menu-wrapper .channel-arrow.left {
    left: -45px;
    padding-right: 30px; } }

.nav-wrapper {
  width: 100%;
  z-index: 999; }

.search-label {
  font-size: 14px;
  margin-left: 10px;
  opacity: 0.9;
  letter-spacing: 0.03em;
  transition: font-size .4s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px) {
    .search-label {
      font-size: 16px;
      line-height: 18px;
      margin-left: 15px;
      transition: font-size .4s; } }
  @media screen and (min-width: 1024px) {
    .search-label {
      font-size: 22px;
      margin-left: 20px;
      transition: font-size .4s; } }
  .search-label a {
    color: #fff; }
    .search-label a:focus, .search-label a:active {
      text-decoration: none; }

.nav-brand {
  font-size: 26px;
  text-decoration: none !important;
  transition: font-size .4s; }
  @media screen and (min-width: 768px) {
    .nav-brand {
      font-size: 33px;
      transition: font-size .4s; } }
  @media screen and (min-width: 1024px) {
    .nav-brand {
      font-size: 40px;
      margin-top: 4px;
      margin-bottom: 5px;
      transition: font-size .4s; } }

.side-nav {
  font-size: 16px;
  margin-right: 0.5rem;
  line-height: 16px; }
  @media screen and (min-width: 768px) {
    .side-nav {
      font-size: 24px;
      line-height: 24px;
      margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .side-nav {
      font-size: 30px;
      line-height: 20px; } }

.search-icon:link, .search-icon:visited, .search-icon:active {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-size: 17px;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  float: left;
  transition: all .2s ease-in;
  margin-top: 4px;
  margin-bottom: 4px; }
  @media screen and (min-width: 1024px) {
    .search-icon:link, .search-icon:visited, .search-icon:active {
      height: 40px;
      width: 40px;
      font-size: 20px; } }
  .search-icon:link i, .search-icon:visited i, .search-icon:active i {
    position: absolute;
    top: 7px;
    left: 8px; }
    @media screen and (min-width: 1024px) {
      .search-icon:link i, .search-icon:visited i, .search-icon:active i {
        top: 10px;
        left: 10px; } }

.search-icon:hover {
  background: #fff;
  color: #2e2e2e;
  transition: all .2s ease-out; }

.search-wrapper {
  margin-left: 0;
  margin-right: 10px; }
  @media screen and (min-width: 1024px) {
    .search-wrapper {
      margin-left: 0;
      margin-right: 20px; } }

.nav-main-searchbox {
  padding: 5px 18px;
  background: #fff;
  color: #1f1f1f;
  position: absolute;
  height: 40px;
  width: 0;
  right: 0;
  display: block;
  border-radius: 25px;
  border: 0;
  opacity: 0; }
  .nav-main-searchbox.is-open {
    padding: 5px 45px 5px 25px;
    opacity: 1;
    width: 350px;
    transition: width .4s ease-in-out; }

.account-buttons-wrap {
  display: flex;
  opacity: 1;
  transition: opacity .6s; }
  .account-buttons-wrap.is-open {
    opacity: 0;
    transition: opacity .4s; }

.account-buttons {
  padding-top: 4px;
  padding-bottom: 4px; }
  @media screen and (min-width: 1024px) {
    .account-buttons {
      padding-top: 5px;
      padding-bottom: 5px; } }
  .account-buttons a:active, .account-buttons a:visited, .account-buttons a:link {
    background: #3c3c3c;
    color: #fff;
    text-decoration: none;
    display: inline-flex; }
  .account-buttons a:hover {
    background: #fff;
    color: #000; }
  .account-buttons ul li {
    list-style: none outside; }
  .account-buttons .round-buttons {
    background-color: #7a7a7a; }
    .account-buttons .round-buttons:active, .account-buttons .round-buttons:link, .account-buttons .round-buttons:visited {
      font-size: 16px;
      color: #fff;
      padding: 8px 0 0 12px;
      border-radius: 30px;
      text-decoration: none;
      width: 32px;
      height: 32px;
      display: block; }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons:active, .account-buttons .round-buttons:link, .account-buttons .round-buttons:visited {
          width: 40px;
          height: 40px;
          font-size: 20px;
          padding: 9px 0px 0px 10px; } }
    .account-buttons .round-buttons.facebook {
      padding: 8px 0 0 12px; }
      @media screen and (min-width: 768px) {
        .account-buttons .round-buttons.facebook {
          margin-right: 5px; } }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons.facebook {
          margin-right: 10px;
          font-size: 21px;
          padding: 9px 0 0 15px; } }
      .account-buttons .round-buttons.facebook:hover {
        background-color: #3b5998; }
    .account-buttons .round-buttons.youtube {
      padding: 10px 0px 0px 7px;
      font-size: 12px; }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons.youtube {
          padding-top: 11px;
          font-size: 18px; } }
      .account-buttons .round-buttons.youtube:hover {
        background-color: #cc181e; }
    .account-buttons .round-buttons.instagram {
      padding: 8px 0 0 8px; }
      @media screen and (min-width: 768px) {
        .account-buttons .round-buttons.instagram {
          margin-right: 5px; } }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons.instagram {
          margin-right: 10px;
          font-size: 25px;
          padding: 8px 0 0 8px; } }
      .account-buttons .round-buttons.instagram:hover {
        background-color: #e95950; }
    .account-buttons .round-buttons.twitter {
      padding: 8px 0 0 7px; }
      @media screen and (min-width: 768px) {
        .account-buttons .round-buttons.twitter {
          margin-right: 5px; } }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons.twitter {
          margin-right: 10px;
          font-size: 21px;
          padding: 10px 0 0 10px; } }
      .account-buttons .round-buttons.twitter:hover {
        background-color: #0084b4; }

/* User Menu */
@media screen and (min-width: 768px) {
  .user-menu-wrapper {
    margin-left: 10px; } }

.userblock-wrap {
  height: 100%; }

#user-menu ul {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1001; }
  #user-menu ul a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    transition: background .4s; }
    #user-menu ul a:hover {
      background: #fff;
      color: #000;
      transition: background .4s; }
  #user-menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #333;
    font-family: 'foundation_sans_light';
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: inherit;
    border: 1px solid transparent;
    /*border-bottom: 1px solid transparent;
		border-left: 1px solid #000;
		border-right: 1px solid #000;*/
    transition: all .4s ease-out; }
    #user-menu ul li.current-menu-item {
      border: 0;
      background: none;
      height: 40px;
      padding: 0 0 0 17px; }
      @media screen and (min-width: 1024px) {
        #user-menu ul li.current-menu-item {
          padding: 0 0 0 34px;
          height: 50px; } }
      #user-menu ul li.current-menu-item:hover {
        background: #fff;
        color: #333;
        transition: all .4s ease-in-out;
        cursor: pointer; }
    #user-menu ul li .user-name {
      padding-right: 20px;
      min-width: 105px; }
  #user-menu ul ul li {
    float: none;
    width: 204px; }
  #user-menu ul ul a {
    line-height: 120%;
    padding: 10px 15px; }
  #user-menu ul ul ul {
    top: 0;
    left: 100%; }
  #user-menu ul .user-menu-items {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0; }
    #user-menu ul .user-menu-items.active {
      display: block; }

.explore-logo.white {
  background: url(/images/explore-logo-white.svg) no-repeat; }

.is-hidden {
  display: none; }

.is-visible {
  display: block; }

.arrows {
  cursor: pointer;
  display: block;
  overflow: hidden;
  height: 228px;
  width: 40px;
  top: 10px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #c0c0c0;
  color: #292b2c; }
  .arrows.right {
    right: -40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .arrows.left {
    left: -40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .arrows i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px; }

.site-wrapper.is-desktop .arrows:hover {
  background: rgba(0, 0, 0, 0.7);
  transition: all .3s ease-in; }
  .site-wrapper.is-desktop .arrows:hover i {
    transition: all .3s ease-in;
    color: #FFF; }

.cam-group-arrow {
  display: none;
  top: 0px;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    .cam-group-arrow {
      display: block; } }
  .cam-group-arrow.left {
    margin-left: -5px; }

.search-panel {
  display: block;
  max-height: 0;
  transition: max-height .4s;
  overflow: hidden; }
  .search-panel.is-open {
    max-height: 568px;
    transition: max-height .4s; }
    @media screen and (min-height: 569px) and (max-height: 667px) {
      .search-panel.is-open {
        max-height: 657px; } }
    @media screen and (min-height: 668px) and (max-height: 736px) {
      .search-panel.is-open {
        max-height: 726px; } }

.search-suggestions .container-fluid {
  display: block; }

.search-suggestions .close-search {
  display: inline-block; }

.search-suggestions .sub-nav {
  position: relative;
  margin: 0px auto;
  width: 95%;
  text-align: center;
  padding-bottom: 5px 0 15px;
  overflow-y: hidden; }
  .search-suggestions .sub-nav .sub-nav-results {
    display: inline-block;
    padding: 0 10px; }
  .search-suggestions .sub-nav .search-suggestion {
    background-color: #fff;
    justify-content: space-between;
    display: inline-flex;
    margin-top: 6px;
    margin-left: 6px;
    font-family: 'foundation_sans_roman';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 6px 16px 6px 18px;
    border-radius: 25px;
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 21px;
    letter-spacing: 1px;
    transition: all .4s ease-in-out; }
    @media screen and (min-width: 768px) {
      .search-suggestions .sub-nav .search-suggestion {
        padding: 13px 23px 13px 25px;
        margin-top: 10px; } }
    .search-suggestions .sub-nav .search-suggestion:last-of-type {
      margin-bottom: 10px; }
    .search-suggestions .sub-nav .search-suggestion:hover {
      color: #fff;
      background-color: #3897d2;
      text-decoration: none;
      transition: all .4s ease-in-out; }

/* Navigation */
.nav-category-bg {
  background: #333; }

/** Channel nav styling **/
.nav-category {
  width: 100%;
  z-index: 998;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 1024px) {
    .nav-category {
      top: 50px; } }

.close-search {
  display: block;
  position: absolute;
  color: #000;
  opacity: 0.5;
  top: 5px;
  font-size: 25px;
  right: 20px;
  transition: opacity .4s;
  cursor: pointer; }
  @media screen and (min-width: 645px) {
    .close-search {
      top: 13px; } }
  @media screen and (min-width: 768px) {
    .close-search {
      font-size: 32px;
      top: 10px; } }
  .close-search:hover {
    opacity: 1;
    transition: opacity .4s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-slide {
  display: inline-block; }

#root .nav-brand {
  font-size: 26px;
  margin-left: 20px;
  margin-top: 4px;
  margin-bottom: 5px;
  transition: font-size .4s; }

.header-breadcrumbs {
  display: none; }
  @media (min-width: 992px) {
    .header-breadcrumbs {
      display: block; } }
/* Footer styles */
.footer {
  background: #3c3a38;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding-top: 50px; }

.footer a:link, .footer a:active, .footer a:visited {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

.footer-ul {
  list-style: none outside;
  margin: 0;
  padding: 0; }
  .footer-ul li {
    padding-bottom: 18px;
    line-height: 13px; }
    .footer-ul li:last-of-type {
      padding-bottom: 0; }
  .footer-ul:first-of-type {
    padding-bottom: 50px; }

.footer-heading {
  color: rgba(255, 255, 255, 0.9);
  clear: both;
  font-size: 18px;
  line-height: 13px;
  text-transform: uppercase;
  padding-bottom: 30px; }
  .footer-heading.first {
    padding-bottom: 22px; }

.footer-legal {
  color: #fff;
  background: #1a1a1a;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  margin-top: 70px; }

li.long-line {
  padding-left: 20px; }
  li.long-line:before {
    content: ' ';
    display: block;
    height: 1px;
    width: 19px;
    border-bottom: 1px solid rbga(white, 0.6);
    top: 14px;
    left: 0; }

.footer-description {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  line-height: 30px; }
  .footer-description:first-of-type {
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .about-explore {
    padding: 0 50px 0 0; } }
.cam-groups .cam-group-item {
  cursor: pointer; }

div[data-headline] {
  display: none;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  transition: background .2s; }

.site-wrapper.is-desktop .cam-group-item:hover div[data-headline] {
  display: flex;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  transition: background .4s; }

.site-wrapper.is-desktop .cam-group-item:hover div[data-headline]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.site-wrapper.is-desktop .cam-group-item:hover .info-btn {
  display: block;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8); }

.cam-group-item div[data-headline].active,
.cam-item a div[data-snapshot-label].active {
  display: block;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }

.cam-group-item div[data-headline] {
  padding-left: 5px;
  padding-right: 5px; }
  .cam-group-item div[data-headline].active {
    display: flex; }
    .cam-group-item div[data-headline].active .live-cam-label-separator {
      border-color: #fff; }
    .cam-group-item div[data-headline].active:hover .site-wrapper.is-desktop .live-cam-label-separator {
      border-color: #fff !important; }

.cam-group-item:hover .site-wrapper.is-desktop .live-cam-label-separator {
  border-color: #000; }

.cam-group-item div[data-headline].active .live-cam-label,
.cam-item div[data-snapshot-label].active.no-viewers .live-cam-label {
  display: none; }

.live-cam-label {
  line-height: 17px;
  font-size: 18px;
  padding: 10px;
  font-family: 'foundation_sans_bold';
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.live-cam-label-separator {
  margin: 6px 15px 10px 15px;
  border-bottom: 1px solid #fff; }

.cam-item {
  display: block;
  position: relative; }

.cam-item a div[data-snapshot-label] {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99; }

.site-wrapper.is-desktop .cam-item a:hover div[data-snapshot-label] {
  display: block;
  position: absolute;
  font-family: 'foundation_sans_bold';
  font-size: 18px; }

.site-wrapper.is-desktop .cam-item a:hover div[data-snapshot-label]:before {
  content: attr(data-snapshot-label);
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%); }

.cam-item div[data-snapshot-label].active {
  display: block;
  position: absolute;
  font-family: 'foundation_sans_bold';
  font-size: 18px; }

.no-viewers .live-cam-label {
  display: none; }

.cam-item a div[data-snapshot-label].no-viewers:before {
  content: 'Watch Highlight';
  top: 50%;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  line-height: 19px;
  font-size: 18px; }

.is-online a div[data-snapshot-label].no-viewers:before {
  content: 'Watch Livecam';
  top: 50%;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  line-height: 19px;
  font-size: 18px; }

.cam-item a div[data-snapshot-label].active:before {
  content: attr(data-snapshot-label); }

.cam-item a div[data-snapshot-label].active.no-viewers:before {
  content: 'Now Watching';
  top: 50%;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  line-height: 19px;
  font-size: 18px; }

.cam-item .live-cam-label {
  padding: 30px 70px;
  line-height: 17px;
  letter-spacing: 2.7px;
  margin: 0;
  font-family: 'foundation_sans_bold';
  text-transform: uppercase; }

.cam-item .live-cam-label-separator {
  margin-top: 7px;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
  font-family: 'foundation_sans_bold'; }

.cam-group-item {
  min-width: 100px;
  padding-right: 5px; }

.cam-group-item-wrapper img {
  width: 100%;
  height: auto; }

.cam-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%; }

.inner-overlay-text {
  margin: 0 auto;
  font-weight: bold; }

.truncate-overflow {
  text-overflow: ellipsis;
  overflow: hidden; }

.cam-group-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 150% 0 0 0;
  /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */ }

.cam-group-container img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.video-loader-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.main-cam-carousel .aspect-2-3 {
  width: 100%;
  padding-top: 150%;
  position: relative; }
  .main-cam-carousel .aspect-2-3 .cam-group-item-overlay {
    position: absolute;
    bottom: 5px;
    color: #000;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .main-cam-carousel .aspect-2-3 .cam-group-item-overlay .info-btn {
      display: none;
      cursor: pointer;
      border-radius: 8px;
      padding: 5px 9px 4px 9px;
      background-color: rgba(255, 255, 255, 0.8); }
    .main-cam-carousel .aspect-2-3 .cam-group-item-overlay .info-btn:hover {
      background-color: rgba(255, 255, 255, 0.8) !important;
      color: #000 !important; }
  .main-cam-carousel .aspect-2-3 .cam-group-inner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.cam-group-info {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  padding: 20px 30px 10px;
  color: #FFF;
  margin-bottom: 20px; }
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }
.swiper-container.cam-group-swiper {
  padding: 10px 0; }
  .swiper-container.cam-group-swiper .cam-group-item {
    min-width: auto;
    padding: 0; }
  .swiper-container.cam-group-swiper .cam-item-overlay {
    width: 100%;
    font-weight: bold; }
  .swiper-container.cam-group-swiper div[data-headline] {
    font-family: 'foundation_sans_roman';
    font-size: 18px; }
    .swiper-container.cam-group-swiper div[data-headline] .livecam-count {
      font-family: 'foundation_sans_light'; }
  .swiper-container.cam-group-swiper .cam-group-item div[data-headline] {
    padding: 0; }
    .swiper-container.cam-group-swiper .cam-group-item div[data-headline] > div {
      padding: 0 10px; }
  .swiper-container.cam-group-swiper .live-cam-label-separator {
    margin: 6px 5px 10px 5px; }

@media (max-width: 480px) {
  .swiper-container.cam-group-swiper div[data-headline] {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 2px; } }
.refresh {
  display: none;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  justify-content: center;
  align-items: center; }
  .refresh svg {
    width: 50%;
    height: auto; }
    .refresh svg path {
      transition: all 350ms ease-in-out;
      fill: #fff; }
  .refresh:hover {
    cursor: pointer; }
    .refresh:hover path {
      fill: #e6273a; }

.is-desktop .video-player-screen {
  position: relative; }
  .is-desktop .video-player-screen:hover .refresh {
    display: flex; }
/* Video Player */
.video-player .download-btn {
  padding: 9px !important; }
  .video-player .download-btn span i {
    font-size: 22px; }

.video-player .video-player-btn.heart {
  padding: 13px 15px 7px 11px;
  font-size: 20px;
  width: 110px;
  color: red; }
  .video-player .video-player-btn.heart .label {
    transition: background .4s, color .4s, opacity .4s;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 4px;
    top: -5px;
    font-family: 'foundation_sans_roman';
    left: 5px;
    cursor: pointer;
    position: relative; }

.video-player .video-player-btn.is-faved {
  color: #FFF; }

.video-player .video-player-btn .icon-Heart_Stroke + .label {
  color: rgba(0, 0, 0, 0.9); }

.video-player .video-player-btn .icon-Heart_Fill + .label {
  color: #FFF; }

.video-player .video-player-btn:hover .icon-Heart_Stroke + .label,
.video-player .video-player-btn:hover .icon-Heart_Fill + .label {
  color: #FFF; }

.video-player .fixed-width-btn {
  width: 115px;
  height: 42px;
  padding: 15px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  margin-right: 0px !important;
  margin-left: 10px !important; }

.video-player .video-heading {
  padding: 10px; }
  @media screen and (min-width: 645px) {
    .video-player .video-heading {
      padding: 0;
      padding-top: 15px;
      padding-left: 10px;
      padding-right: 10px; } }
  .video-player .video-heading.offline .snapshot {
    opacity: 0;
    pointer-events: none; }
  .video-player .video-heading.offline .hidden-mobile {
    padding-left: 15px; }

.video-player .carousel-buttons > .left,
.video-player .carousel-buttons > .right {
  width: 40%; }

.video-player .carousel-buttons > .center {
  width: 20%; }

.video-player .video-mode-selector {
  display: inline-block;
  vertical-align: middle; }

.video-player .pop-out-btn {
  display: inline-block;
  vertical-align: middle; }

.video-player .video-controls {
  padding: 10px;
  margin-top: 10px; }
  .video-player .video-controls .crsl-nav {
    margin-left: 20px; }
  .video-player .video-controls .disqus-pop {
    margin-right: 0px !important; }

.video-player .video-player-action-btn, .video-player video-player-action-btn:active, .video-player .video-player-action-btn:visited, .video-player .video-player-action-btn:link {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  height: 40px;
  width: 40px;
  display: block;
  transition: .2s background;
  text-decoration: none;
  color: #fff;
  padding: 7px;
  cursor: pointer; }
  .video-player .video-player-action-btn i, .video-player video-player-action-btn:active i, .video-player .video-player-action-btn:visited i, .video-player .video-player-action-btn:link i {
    font-size: 25px; }
  .video-player .video-player-action-btn.tutorials i, .video-player video-player-action-btn:active.tutorials i, .video-player .video-player-action-btn:visited.tutorials i, .video-player .video-player-action-btn:link.tutorials i {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDE0IDIyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InF1ZXN0aW9uLW1hcmsuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05NzEuMTI0LDExOTYuMjdjMS42MDgtMS4zMiwxLjk4OC0xLjg3LDEuOTg4LTIuOTFhMi43ODMsMi43ODMsMCwwLDAtMy4wMTEtMi43N2MtMi4xOTEsMC0zLjI3MywxLjE0LTMuMzMxLDMuNDRIOTYzYTYuNzgzLDYuNzgzLDAsMCwxLDcuMjE4LTcuMDNjNC4wNjMsMCw2Ljc4MSwyLjQ5LDYuNzgxLDYuMmE1LjY1NCw1LjY1NCwwLDAsMS0xLjE2OSwzLjU5LDExLjgyNSwxMS44MjUsMCwwLDEtMi4zNjgsMi4xOCwzLjE5LDMuMTksMCwwLDAtMS4yLDIuOTVoLTMuNjgyQzk2OC41ODIsMTE5OC43LDk2OC44MTUsMTE5OC4yMSw5NzEuMTI0LDExOTYuMjdabS0yLjYzLDguNDNoNC4wOTF2NC4zaC00LjA5MXYtNC4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk2MyAtMTE4NykiLz4KPC9zdmc+Cg==) no-repeat center center;
    height: 25px;
    width: 25px;
    display: block; }
  .video-player .video-player-action-btn.facebook, .video-player video-player-action-btn:active.facebook, .video-player .video-player-action-btn:visited.facebook, .video-player .video-player-action-btn:link.facebook {
    padding: 9px 14px; }
    .video-player .video-player-action-btn.facebook i, .video-player video-player-action-btn:active.facebook i, .video-player .video-player-action-btn:visited.facebook i, .video-player .video-player-action-btn:link.facebook i {
      font-size: 20px; }
  .video-player .video-player-action-btn.twitter, .video-player video-player-action-btn:active.twitter, .video-player .video-player-action-btn:visited.twitter, .video-player .video-player-action-btn:link.twitter {
    padding: 10px 11px; }
    .video-player .video-player-action-btn.twitter i, .video-player video-player-action-btn:active.twitter i, .video-player .video-player-action-btn:visited.twitter i, .video-player .video-player-action-btn:link.twitter i {
      font-size: 20px; }
  .video-player .video-player-action-btn.heart, .video-player video-player-action-btn:active.heart, .video-player .video-player-action-btn:visited.heart, .video-player .video-player-action-btn:link.heart {
    padding: 9px 8px; }
  .video-player .video-player-action-btn.youtube i, .video-player video-player-action-btn:active.youtube i, .video-player .video-player-action-btn:visited.youtube i, .video-player .video-player-action-btn:link.youtube i {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEyIDIwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InlvdXR1YmUtYXJyb3ctZmlsbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEwMTYsMTIwOGwxMi0xMC0xMi0xMHYyMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDE2IC0xMTg4KSIvPgo8L3N2Zz4K) no-repeat center center;
    height: 25px;
    width: 32px;
    display: block; }

.video-player .snapshot-gallery {
  margin-right: 0 !important;
  padding-top: 15px; }

.video-player .follow-badge {
  color: #fff;
  background-color: #5cb85c;
  margin-left: 10px; }

.video-player .video-player-wrap {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px; }
  .video-player .video-player-wrap .video-player-screen {
    overflow: hidden; }
    .video-player .video-player-wrap .video-player-screen.is-online:after {
      background: #f35845;
      color: #fff;
      display: none; }
    .video-player .video-player-wrap .video-player-screen.is-online .player-alert {
      display: block; }
  .video-player .video-player-wrap .alerts-wrapper {
    position: absolute;
    display: block;
    font-size: 16px;
    line-height: 18px;
    top: 10px;
    right: 10px;
    left: 10px;
    z-index: 1; }
  .video-player .video-player-wrap .comment-alert {
    float: right;
    clear: both;
    margin-bottom: 10px; }
    .video-player .video-player-wrap .comment-alert .close-button {
      background: rgba(56, 151, 210, 0.8);
      color: rgba(255, 255, 255, 0.7);
      padding: 8px 10px;
      display: inline-block;
      cursor: pointer;
      border-radius: 0 10px 10px 0;
      font-size: 21px;
      line-height: 1.0em;
      height: 40px; }
    .video-player .video-player-wrap .comment-alert .alert-message {
      padding: 14px;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.8);
      vertical-align: top;
      border-radius: 10px 0 0 10px;
      height: 40px; }
    .video-player .video-player-wrap .comment-alert .alert-action {
      padding: 14px 20px;
      text-transform: uppercase;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      height: 40px;
      line-height: 1.0em; }
    .video-player .video-player-wrap .comment-alert.error .close-button {
      background-color: rgba(218, 2, 2, 0.9); }
  .video-player .video-player-wrap .comment-alert .close-button:hover,
  .video-player .video-player-wrap .comment-alert .alert-action:hover,
  .video-player .video-player-wrap .comment-alert.error .close-button:hover {
    background: #fff;
    color: #000;
    cursor: pointer; }

.video-player .cam-circle-icons {
  list-style: none outside;
  display: flex;
  justify-content: flex-end; }
  .video-player .cam-circle-icons li {
    line-height: 9px; }

.video-player .cam-category, .video-player .cam-social, .video-player .cam-gallery {
  line-height: 22px;
  border-bottom: 1px solid;
  border-color: #b9b8b5;
  padding: 0 20px 10px 10px; }

.video-player .cam-category {
  line-height: 16px;
  opacity: 0.8;
  letter-spacing: 0.5px;
  border-radius: 4px;
  border: none;
  padding: 0; }
  .video-player .cam-category .camera-title-block {
    background-color: #000;
    border-radius: 4px;
    margin-right: 100px; }
  .video-player .cam-category #cam-title {
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .video-player .cam-category #cam-title {
        font-size: 18px; } }
  .video-player .cam-category .live-badge {
    display: none;
    background: #e6273a;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    width: 100px; }
  .video-player .cam-category.live .camera-title-block {
    border-radius: 4px 0 0 4px; }
  .video-player .cam-category.live .live-badge {
    display: flex;
    right: 0;
    top: 0; }
  .video-player .cam-category .video-player-badges {
    margin-bottom: 5px; }

.video-player .cam-location {
  opacity: 0.7;
  line-height: 16px;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .video-player .cam-location {
      font-size: 16px; } }

.video-player .cam-group-title {
  letter-spacing: 0.2px;
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .video-player .cam-group-title {
      font-size: 24px; } }

.video-player .cam-social {
  padding-top: 14px;
  padding-right: 10px; }

.video-player .cam-gallery {
  padding-right: 0;
  padding-left: 0;
  padding-top: 5px;
  border: none; }
  .video-player .cam-gallery a:first-of-type {
    margin-right: 10px; }

.video-player .cam-name {
  padding: 6px 10px 2px 10px; }
  @media screen and (min-width: 768px) {
    .video-player .cam-name {
      padding: 11px 10px 10px 10px; } }

.video-player .snapshot {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  border: 5px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #000;
  font-size: 42px;
  height: 75px;
  width: 75px;
  position: relative;
  opacity: 1;
  right: 20px; }
  @media screen and (min-width: 600px) {
    .video-player .snapshot {
      height: 105px;
      width: 105px;
      font-size: 58px;
      border: 10px solid rgba(0, 0, 0, 0.8);
      top: -7px; } }
  @media screen and (min-width: 768px) {
    .video-player .snapshot {
      right: 0px; } }
  .video-player .snapshot > i {
    position: relative;
    top: 7px;
    left: 12px;
    color: rgba(0, 0, 0, 0.8); }
    @media screen and (min-width: 600px) {
      .video-player .snapshot > i {
        left: 15px; } }

.video-player .video-player-button:active, .video-player .video-player-button:link, .video-player .video-player-button:visited {
  font-size: 25px;
  color: #fff;
  background-color: #7a7a7a;
  padding: 9px 8px 2px 8px;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
  height: 40px;
  width: 40px;
  display: block; }

.video-player .video-player-button:hover {
  background-color: #000; }

.video-player .video-player-button.heart {
  display: block; }

.video-player .video-player-button i.icon-Heart_Stroke {
  position: relative;
  top: 1px; }

.video-player .video-player-button i.icon-Share_V2 {
  position: relative;
  top: -3px; }

.video-player #leave-comment {
  float: right; }
  .video-player #leave-comment .input-group {
    width: 350px;
    padding-top: 0; }
    .video-player #leave-comment .input-group textarea {
      border-radius: 4px 4px 0 0;
      height: 70px;
      font-style: italic;
      resize: none; }
      .video-player #leave-comment .input-group textarea:focus {
        border-bottom: 0;
        font-style: normal; }
    .video-player #leave-comment .input-group .post-button {
      padding: 5px 20px;
      background-color: rgba(0, 0, 0, 0.8);
      border-color: rgba(0, 0, 0, 0.8);
      color: rgba(255, 255, 255, 0.9);
      border-radius: 0 0 4px 4px;
      transition: background-color 0.1s;
      cursor: pointer; }
      .video-player #leave-comment .input-group .post-button:focus {
        box-shadow: none;
        outline: none; }
      .video-player #leave-comment .input-group .post-button:hover {
        background-color: #3e98d0;
        border-color: #3e98d0; }

.video-player .cam-social-icons {
  margin-top: 5px; }

.video-player .social-icon {
  margin-top: 3px; }

.video-player .calendar:link, .video-player .calendar:visited, .video-player .calendar:active {
  font-size: 44px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none; }

.video-player .mobile-buttons {
  position: absolute;
  right: 15px; }

.video-player .mobile-controls {
  min-height: 40px; }

.video-player .toggle-snapshots-carousel {
  opacity: 1;
  visibility: visible;
  position: relative;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: opacity 300ms, visibility 300ms;
  -moz-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms; }
  .video-player .toggle-snapshots-carousel:after {
    font-family: 'icomoon';
    content: '\E97F';
    position: absolute;
    bottom: 2px;
    right: -21px;
    transition: transform 300ms;
    transform: rotate(270deg); }

.video-player .toggle-snapshots-carousel.inactive:after {
  left: 139px;
  transform: rotate(90deg); }

.video-player .video-wrap:hover .toggle-snapshots-carousel {
  visibility: visible;
  opacity: 1; }

.video-player .take-snapshot-tooltip {
  opacity: 1 !important; }

.site-wrapper.is-desktop .video-player-action-btn.tutorials:hover {
  background: #fecb2f;
  transition: .2s background; }

.site-wrapper.is-desktop .video-player-action-btn.facebook:hover {
  background: #3b5998;
  transition: .2s background; }

.site-wrapper.is-desktop .video-player-action-btn.twitter:hover {
  background: #00aced;
  transition: .2s background; }

.site-wrapper.is-desktop .video-player-action-btn.youtube:hover {
  background: #bb0000;
  transition: .2s background; }

.site-wrapper.is-desktop .calendar:hover {
  text-decoration: none; }

.info-overlay {
  position: absolute;
  bottom: -458px;
  left: 5px;
  width: 60%;
  height: 438px;
  overflow: unset;
  z-index: 9; }
  .info-overlay .bg-fff-60.container-rounded {
    background-color: rgba(255, 255, 255, 0.9) !important; }

.info-overlay::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.info-overlay::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.site-wrapper.is-desktop .video-player .snapshot:hover > .icon-SnapshotCamera {
  color: #e63a26; }

@media screen and (min-width: 1024px) {
  .hide-cams-toggle {
    margin-right: 0px; } }
#video-carousel .video-carousel {
  border-top: 1px solid transparent; }
  #video-carousel .video-carousel .cam-item {
    width: 100%; }
  #video-carousel .video-carousel .slick-list {
    max-height: 500px;
    transition: max-height .5s ease-in-out; }
  #video-carousel .video-carousel.is-enabled .slick-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out; }

#video-carousel.carousel-hidden {
  height: 0;
  overflow: hidden; }

#video-carousel .related-snapshot-item {
  width: 50%;
  float: left; }
  @media screen and (min-width: 768px) {
    #video-carousel .related-snapshot-item {
      width: 25%; } }
  #video-carousel .related-snapshot-item .cam-item {
    float: none;
    height: 0;
    padding-bottom: 56.25%; }

.cam-container.is-visible:before {
  /* If we need to debug visibility, we can add it here */ }

.cam-container {
  position: relative; }
/*Instagram Feed */
[class*='instagram-feed-'] {
  border: 2px solid transparent; }

.instagram-feed-1 {
  width: 100%;
  border: none; }

.instagram-feed-2 {
  width: 260px; }

.instagram-feed-4 {
  width: 220px; }

.instagram-feed-6 {
  width: 33.33%; }

.instagram-slide, .instagram-slide img {
  float: left; }
.no-flexbox ul.carousel-buttons {
  text-align: center; }

.panel-carousel-controls-wrapper {
  display: inline-block;
  padding: 10px; }
  .panel-carousel-controls-wrapper .video-player-btn.right {
    margin-right: 0px !important; }
.image-load-wrapper {
  position: relative; }
  .image-load-wrapper .brainLoader-wrapper {
    transition: opacity 1s;
    position: absolute;
    width: 100%;
    opacity: 1;
    pointer-events: none; }
  .image-load-wrapper img {
    transition: opacity 1s;
    opacity: 0; }
  .image-load-wrapper.ready .brainLoader-wrapper {
    opacity: 0;
    pointer-events: none; }
  .image-load-wrapper.ready img {
    opacity: 1; }
.link-info-btn {
  width: 100%;
  margin-bottom: 10px; }

.link-info-wrap:last-of-type .link-info-btn {
  margin-bottom: 0px; }
.no-flexbox .forecast .forecast-block {
  width: 17%; }

.temp-selection {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 5px; }

.temp-selection .active {
  color: #000;
  font-weight: bold;
  font-family: foundation_sans_bold; }

.temp-selection a:active,
.temp-selection a:hover,
.temp-selection a:focus {
  text-decoration: none; }

.forecast {
  margin-top: 20px; }

.forecast .forecast-block {
  width: 50%;
  text-align: center;
  text-transform: uppercase; }

.forecast .temp {
  display: block;
  border-right: 1px solid #5d5d59;
  padding: 5px 0 10px; }

.forecast .forecast-block:last-child .temp {
  border-right: none; }

.forecast .moon {
  display: block;
  padding: 12px 0px 0px 0px;
  margin-bottom: -20px;
  font-size: 40px; }
.react-calendar {
  max-width: 95%;
  background: rgba(255, 255, 255, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 2px #0000000d; }
  .react-calendar, .react-calendar *, .react-calendar *:before, .react-calendar *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .react-calendar button {
    margin: 0;
    border: 0;
    outline: none; }
    .react-calendar button:enabled:hover {
      cursor: pointer; }
  .react-calendar__navigation {
    height: 44px;
    margin-bottom: 1em; }
    .react-calendar__navigation button {
      min-width: 44px;
      background: none; }
      .react-calendar__navigation button:enabled:hover, .react-calendar__navigation button:enabled:focus {
        background-color: #e6e6e6; }
      .react-calendar__navigation button[disabled] {
        background-color: #f0f0f0; }
  .react-calendar__month-view__weekdays {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75em; }
    .react-calendar__month-view__weekdays__weekday {
      padding: .5em; }
  .react-calendar__month-view__weekNumbers {
    font-weight: bold; }
    .react-calendar__month-view__weekNumbers .react-calendar__tile {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .75em;
      padding: calc(.75em / .75) calc(.5em / .75); }
  .react-calendar__month-view__days__day--weekend {
    color: #d10000; }
  .react-calendar__month-view__days__day--neighboringMonth {
    color: #757575; }
  .react-calendar__year-view .react-calendar__tile, .react-calendar__decade-view .react-calendar__tile, .react-calendar__century-view .react-calendar__tile {
    padding: 2em .5em; }
  .react-calendar__tile {
    max-width: 100%;
    text-align: center;
    padding: .75em .5em .5em;
    background: none; }
    .react-calendar__tile:disabled {
      background-color: #f0f0f0; }
    .react-calendar__tile:enabled:hover, .react-calendar__tile:enabled:focus {
      background-color: #e6e6e6; }
    .react-calendar__tile--hasActive {
      background: #76bbff; }
      .react-calendar__tile--hasActive:enabled:hover, .react-calendar__tile--hasActive:enabled:focus {
        background: #a9d4ff; }
    .react-calendar__tile--active {
      background: #006edc;
      color: white; }
      .react-calendar__tile--active .event-dot .dot {
        background-color: white !important; }
      .react-calendar__tile--active:enabled:hover, .react-calendar__tile--active:enabled:focus {
        background: #1088ff; }
  .react-calendar--selectRange .react-calendar__tile--hover {
    background-color: #e6e6e6; }
  .react-calendar .event-dot {
    height: 1em;
    color: #1a7576;
    padding-top: 5px; }
    .react-calendar .event-dot .dot {
      height: 8px;
      width: 8px;
      background-color: #1a7576;
      border-radius: 50%;
      display: inline-block; }
.newsletter .subscribe-text {
  margin-top: 16px;
  text-align: center;
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    .newsletter .subscribe-text {
      text-align: right;
      font-size: 18px; } }

.newsletter .newsletter-fields-wrap {
  display: flex;
  align-items: center;
  justify-content: center; }
  .newsletter .newsletter-fields-wrap .newsletter-form {
    padding-left: 0px; }
    @media screen and (min-width: 992px) {
      .newsletter .newsletter-fields-wrap .newsletter-form {
        padding-left: 45px; } }

#newsletter-form .has-danger .form-control-feedback {
  display: inline-block;
  top: -2.3em;
  color: #fff;
  background-color: #d9534f;
  padding: 2px 10px 2px 2.25rem;
  background-position: center left .5625rem;
  left: 0;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ffffff' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }
  #newsletter-form .has-danger .form-control-feedback:after {
    content: ' ';
    position: absolute;
    bottom: -9px;
    right: 50%;
    margin-right: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #d9534f; }
.gif-wrap .gfy-embed {
  width: 100%;
  height: 100%;
  display: block; }
  .gif-wrap .gfy-embed .brainLoader-wrapper {
    position: inherit; }
.gfy-iframe-wrapper {
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  margin: 5px 0; }

.gfy-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.gfy-iframe-loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(128, 128, 128, 0.5); }
.gfy-embed {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block; }
  .gfy-embed .blocker {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .gfy-embed .gfy-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .gfy-embed .gfy-wrap > div {
      height: 100%;
      width: 100%; }
  .gfy-embed video {
    width: 100%; }

.daily-dose-btn {
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  transition: background .4s, color .4s, opacity .4s;
  font-size: 16px;
  line-height: 11px;
  text-decoration: none;
  width: 320px; }
  .daily-dose-btn:visited, .daily-dose-btn:active, .daily-dose-btn:link {
    text-decoration: none;
    color: inherit; }
  .daily-dose-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.7); }
.socialLogin-btn {
  border-radius: 10px;
  width: 175px;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #fff;
  padding: 6px 6px 6px 30px;
  text-decoration: none;
  font-family: 'foundation_sans_roman';
  transition: background .2s;
  display: block;
  line-height: 27px; }
  @media screen and (max-width: 685px) {
    .socialLogin-btn {
      width: 57px;
      height: 47px;
      text-align: center;
      padding: 6px;
      display: inline-block;
      margin: 6px;
      vertical-align: middle; }
      .socialLogin-btn .provider-name {
        display: none; } }
  .socialLogin-btn:before {
    font-family: 'icomoon' !important;
    display: inline-block;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px; }
    @media screen and (max-width: 685px) {
      .socialLogin-btn:before {
        position: static;
        line-height: 35px; } }
  .socialLogin-btn:hover, .socialLogin-btn:visited, .socialLogin-btn:active, .socialLogin-btn:link {
    text-decoration: none;
    color: #fff; }
  .socialLogin-btn .provider-name {
    pointer-events: none; }
  .socialLogin-btn.facebook {
    background-color: #405b93; }
    .socialLogin-btn.facebook:hover {
      background-color: #5272b4; }
    .socialLogin-btn.facebook:before {
      margin-top: 2px;
      margin-left: -38px;
      content: "\E956"; }
      @media screen and (max-width: 685px) {
        .socialLogin-btn.facebook:before {
          margin: 0; } }
  .socialLogin-btn.twitter {
    background-color: #31bbea; }
    .socialLogin-btn.twitter:hover {
      background-color: #5fcaef; }
    .socialLogin-btn.twitter:before {
      margin-top: 2px;
      margin-left: -53px;
      content: "\E959"; }
      @media screen and (max-width: 685px) {
        .socialLogin-btn.twitter:before {
          margin: 0; } }
  .socialLogin-btn.google {
    background-color: #dd4b39; }
    .socialLogin-btn.google:hover {
      background-color: #e47365; }
    .socialLogin-btn.google:before {
      margin-top: 2px;
      margin-left: -49px;
      content: "\E92A"; }
      @media screen and (max-width: 685px) {
        .socialLogin-btn.google:before {
          margin: 0; } }
  .socialLogin-btn.yahoo {
    background-color: #60357a; }
    .socialLogin-btn.yahoo:hover {
      background-color: #7c449e; }
    .socialLogin-btn.yahoo:before {
      content: "\E929";
      font-size: 13px;
      margin-top: 5px;
      margin-left: -59px; }
      @media screen and (max-width: 685px) {
        .socialLogin-btn.yahoo:before {
          margin: 0; } }
.signup-email-form .form-group {
  padding: 0 7px; }

.signup-email-form .input-group {
  padding: 0 15px; }

.signup-email-form .newsletter-block {
  padding-left: 18px;
  box-sizing: border-box; }

.signup-email-form .terms-block {
  padding: 10px 10px 0px;
  box-sizing: border-box; }
  .signup-email-form .terms-block .form-check {
    margin-bottom: 0; }

.signup-email-form .form-check-input {
  margin-left: -1.5rem; }

.signup-email-form .explore-info-text {
  padding: 10px 0 20px;
  font-size: 18px; }

.signup-email-form .btn {
  width: 100%;
  box-sizing: border-box; }
.confirm-info-form label {
  margin-bottom: 0;
  margin-left: 13px; }

.confirm-info-form .form-control {
  margin-botom: 8px; }

.confirm-info-form .form-group {
  margin-bottom: 5px; }
  .confirm-info-form .form-group.has-danger .form-control-feedback {
    position: static !important; }

.confirm-info-form .avatar {
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto;
  margin-bottom: 9px;
  background-size: cover;
  background-position: center; }

.confirm-info-form .btn {
  width: 100%;
  box-sizing: border-box;
  margin-top: 22px; }

.confirm-info-form .right-space .form-group {
  margin-right: 20px; }
  @media screen and (max-width: 685px) {
    .confirm-info-form .right-space .form-group {
      margin-right: 0; } }
.signup-modal .info {
  padding: 20px 50px; }
  @media screen and (max-width: 685px) {
    .signup-modal .info {
      padding: 20px; } }
  .signup-modal .info .signup-portrait {
    margin-left: 20px;
    margin-bottom: 35px; }
  .signup-modal .info .intro-text {
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 20px 20px; }
  .signup-modal .info .buttons-wrap {
    height: 108px; }
    @media screen and (max-width: 685px) {
      .signup-modal .info .buttons-wrap {
        height: auto; } }
    .signup-modal .info .buttons-wrap .signup-options, .signup-modal .info .buttons-wrap .email-button {
      flex: 0 0 50%;
      order: 1;
      flex-basis: auto;
      height: 50%;
      width: 185px;
      padding: 5px 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 685px) {
        .signup-modal .info .buttons-wrap .signup-options, .signup-modal .info .buttons-wrap .email-button {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
          flex: 1;
          width: 100%;
          order: initial;
          text-align: center; } }
    .signup-modal .info .buttons-wrap .social-buttons {
      flex: 0 0 100%;
      flex-basis: auto;
      width: 370px;
      padding: 13px 0 0; }
      @media screen and (max-width: 685px) {
        .signup-modal .info .buttons-wrap .social-buttons {
          width: 100%;
          text-align: center;
          padding: 10px 0; } }
      .signup-modal .info .buttons-wrap .social-buttons .social-buttons-inner-wrap .socialLogin-btn {
        display: inline-block;
        line-height: 28px;
        margin: 0 5px 10px; }
    .signup-modal .info .buttons-wrap .signup-options {
      font-size: 16px;
      color: #808080;
      text-transform: uppercase;
      line-height: 1.0em;
      padding-top: 20px;
      padding-bottom: 12px; }
    .signup-modal .info .buttons-wrap .email-button {
      padding: 10px 0 0 0; }
      .signup-modal .info .buttons-wrap .email-button .btn {
        /* Until we have the proper icon in icon font, use svg */
        background-image: url("data:image/svg+xml,%3Csvg width='128' height='128' style='enable-background:new 0 0 128 128;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpolygon points='20.97,50.92 20.97,95.94 107.03,95.94 107.03,50.92 64,72.31 ' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;'/%3E%3Cpolygon points='20.97,32.06 20.97,44.04 64,65.43 107.03,44.04 107.03,32.06 ' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-position-x: 5px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 175px;
        padding: 9px 30px; }
        @media screen and (max-width: 685px) {
          .signup-modal .info .buttons-wrap .email-button .btn {
            width: 100%; } }

.signup-modal-email .info {
  padding: 20px 13px; }
@media screen and (max-width: 685px) {
  .forgot-password-modal .btn {
    width: 100%; } }
.login-modal p .checkbox {
  width: 110px;
  float: left;
  margin: 31px 0 0 10px; }

.login-modal p .checkbox label {
  display: block;
  margin: 2px 0 0 19px; }

.login-modal .checkbox .checkbox-input {
  float: left;
  background: url(/dist/images/checkbox.png?1864580cfedeadda66e78ac87619b0f8) no-repeat;
  cursor: default;
  text-align: left;
  padding: 0;
  margin: 0 0 0 8px;
  height: 18px;
  width: 20px;
  clear: left; }

.login-modal form .checkbox .checkbox-input input {
  display: none; }

.login-modal form .checkbox .checkbox-input input.show {
  display: inline; }

.login-modal .checkbox .selected {
  background-position: 0 -18px; }

.form-control {
  box-sizing: border-box !important; }

.remember-me-wrap {
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px !important; }

.form-check {
  margin-bottom: 0; }
@media screen and (max-width: 685px) {
  .login-modal .info {
    flex-direction: column; } }

.login-modal .info .social-box {
  padding: 20px; }
  @media screen and (max-width: 685px) {
    .login-modal .info .social-box {
      text-align: center;
      padding-bottom: 0; } }

.login-modal .info .login-form {
  padding: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 685px) {
    .login-modal .info .login-form {
      flex-basis: auto; } }
  .login-modal .info .login-form label {
    color: #666666; }
  @media screen and (max-width: 685px) {
    .login-modal .info .login-form .submit-row {
      flex-direction: column-reverse; }
      .login-modal .info .login-form .submit-row .col {
        flex-basis: auto;
        padding: 10px 0;
        text-align: center; }
        .login-modal .info .login-form .submit-row .col .btn {
          width: 100%; } }
.signup-modal .info {
  padding: 20px 50px; }
  @media screen and (max-width: 685px) {
    .signup-modal .info {
      padding: 20px; } }
  .signup-modal .info .signup-portrait {
    margin-left: 20px;
    margin-bottom: 35px; }
  .signup-modal .info .intro-text {
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 20px 20px; }
  .signup-modal .info .buttons-wrap {
    height: 108px; }
    @media screen and (max-width: 685px) {
      .signup-modal .info .buttons-wrap {
        height: auto; } }
    .signup-modal .info .buttons-wrap .signup-options, .signup-modal .info .buttons-wrap .email-button {
      flex: 0 0 50%;
      order: 1;
      flex-basis: auto;
      height: 50%;
      width: 185px;
      padding: 5px 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 685px) {
        .signup-modal .info .buttons-wrap .signup-options, .signup-modal .info .buttons-wrap .email-button {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
          flex: 1;
          width: 100%;
          order: initial;
          text-align: center; } }
    .signup-modal .info .buttons-wrap .social-buttons {
      flex: 0 0 100%;
      flex-basis: auto;
      width: 370px;
      padding: 13px 0 0; }
      @media screen and (max-width: 685px) {
        .signup-modal .info .buttons-wrap .social-buttons {
          width: 100%;
          text-align: center;
          padding: 10px 0; } }
      .signup-modal .info .buttons-wrap .social-buttons .social-buttons-inner-wrap .socialLogin-btn {
        display: inline-block;
        line-height: 28px;
        margin: 0 5px 10px; }
    .signup-modal .info .buttons-wrap .signup-options {
      font-size: 16px;
      color: #808080;
      text-transform: uppercase;
      line-height: 1.0em;
      padding-top: 20px;
      padding-bottom: 12px; }
    .signup-modal .info .buttons-wrap .email-button {
      padding: 10px 0 0 0; }
      .signup-modal .info .buttons-wrap .email-button .btn {
        /* Until we have the proper icon in icon font, use svg */
        background-image: url("data:image/svg+xml,%3Csvg width='128' height='128' style='enable-background:new 0 0 128 128;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpolygon points='20.97,50.92 20.97,95.94 107.03,95.94 107.03,50.92 64,72.31 ' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;'/%3E%3Cpolygon points='20.97,32.06 20.97,44.04 64,65.43 107.03,44.04 107.03,32.06 ' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-position-x: 5px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 175px;
        padding: 9px 30px; }
        @media screen and (max-width: 685px) {
          .signup-modal .info .buttons-wrap .email-button .btn {
            width: 100%; } }

.signup-modal-email .info {
  padding: 20px 13px; }
.camgroupinfo-modal .info {
  padding: 20px 25px;
  min-height: 210px; }
  @media screen and (max-width: 685px) {
    .camgroupinfo-modal .info {
      padding: 20px; } }
  .camgroupinfo-modal .info .camgroupinfo-poster {
    margin-left: 35px;
    margin-bottom: 10px; }
  .camgroupinfo-modal .info .intro-text {
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 20px 20px; }

.camgroupinfo-modal .watch-now {
  margin-bottom: 20px; }

.camgroupinfo-modal .watch-now:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s; }
.caminfo-modal .info {
  padding: 20px 25px; }
  @media screen and (max-width: 685px) {
    .caminfo-modal .info {
      padding: 20px; } }
.partner-modal .info {
  padding: 20px 25px;
  min-height: 210px; }
  @media screen and (max-width: 685px) {
    .partner-modal .info {
      padding: 20px; } }
  .partner-modal .info .link-info-btn {
    width: 93%; }

.partner-modal .video-player-btn:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s; }
.pop-modal .info {
  padding: 20px 25px;
  min-height: 210px; }
  @media screen and (max-width: 685px) {
    .pop-modal .info {
      padding: 20px; } }
  .pop-modal .info .form-check label {
    font-size: 18px;
    padding-left: 10px;
    position: relative;
    top: 2px;
    color: red; }
  .pop-modal .info .form-check.dont-show {
    position: absolute;
    left: 26px;
    top: 76px; }
.partner-modal .info {
  padding: 20px 25px;
  min-height: 100px; }
  @media screen and (max-width: 685px) {
    .partner-modal .info {
      padding: 20px; } }
  .partner-modal .info .link-info-btn {
    width: 93%; }

.partner-modal .video-player-btn:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s; }
.partner-modal .info {
  padding: 20px 25px;
  min-height: 100px; }
  @media screen and (max-width: 685px) {
    .partner-modal .info {
      padding: 20px; } }
  .partner-modal .info .link-info-btn {
    width: 93%; }

.partner-modal .video-player-btn:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s; }
.link-account-modal {
  color: #666;
  font-size: 18px;
  font-family: 'foundation_sans_roman'; }
  .link-account-modal .info {
    padding: 20px 50px; }
    .link-account-modal .info .email {
      color: #0275d8; }
    .link-account-modal .info p {
      margin-bottom: 5px; }
    .link-account-modal .info .link-form {
      margin-top: 35px; }
      .link-account-modal .info .link-form .forgot-password-text {
        margin-left: 15px; }
        @media screen and (max-width: 685px) {
          .link-account-modal .info .link-form .forgot-password-text {
            margin-left: 0;
            display: block;
            text-align: center; } }
      .link-account-modal .info .link-form .button-wrap {
        text-align: right; }
        @media screen and (max-width: 685px) {
          .link-account-modal .info .link-form .button-wrap {
            text-align: center; } }
        @media screen and (max-width: 685px) {
          .link-account-modal .info .link-form .button-wrap .btn {
            margin-top: 10px;
            width: 100%; } }
.rrm-content.m-snapshot {
  background-color: transparent !important;
  width: 100%;
  border-radius: 8px !important;
  box-shadow: none !important;
  overflow: visible !important; }
  @media screen and (min-width: 450px) {
    .rrm-content.m-snapshot {
      width: 449px; } }
  .rrm-content.m-snapshot .modals-popup {
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.25); }
    .rrm-content.m-snapshot .modals-popup .modal-header {
      cursor: move; }

.takeSnapshot-modal {
  background-color: rgba(255, 255, 255, 0.7) !important; }
  .takeSnapshot-modal li {
    line-height: 0;
    align-items: center; }
  .takeSnapshot-modal a {
    display: inline-block; }
    .takeSnapshot-modal a.snapshot-slide-btn {
      display: inline; }
  .takeSnapshot-modal .form-control {
    border-radius: 0;
    border: 0;
    padding: 10px 15px; }
    .takeSnapshot-modal .form-control::-webkit-input-placeholder {
      padding: 0 70px; }
    .takeSnapshot-modal .form-control::-moz-placeholder {
      padding: 0 70px; }
    .takeSnapshot-modal .form-control:-ms-input-placeholder {
      padding: 0 70px; }
    .takeSnapshot-modal .form-control:-moz-placeholder {
      padding: 0 70px; }
    .takeSnapshot-modal .form-control.error::-webkit-input-placeholder {
      padding: 0 10px;
      color: #ff0000; }
    .takeSnapshot-modal .form-control.error::-moz-placeholder {
      padding: 0 10px;
      color: #ff0000; }
    .takeSnapshot-modal .form-control.error:-ms-input-placeholder {
      padding: 0 10px;
      color: #ff0000; }
    .takeSnapshot-modal .form-control.error:-moz-placeholder {
      padding: 0 10px;
      color: #ff0000; }
  .takeSnapshot-modal .modal-header {
    border-bottom: 0; }
  .takeSnapshot-modal textarea {
    height: 78px;
    resize: none; }
  .takeSnapshot-modal #success-dialog {
    text-align: center;
    padding-top: 10px; }
    .takeSnapshot-modal #success-dialog p {
      margin-bottom: 0; }
    .takeSnapshot-modal #success-dialog .btn {
      cursor: pointer; }

.social-share-text {
  color: rgba(0, 0, 0, 0.5); }

.snapshot-divider {
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
  width: 80px;
  max-width: 80px; }
  @media screen and (min-width: 450px) {
    .snapshot-divider {
      width: 130px;
      max-width: 130px; } }

.snapshot-social-share li {
  padding: 0 15px; }
  .snapshot-social-share li:first-of-type {
    padding-left: 0; }
  .snapshot-social-share li:last-of-type {
    padding-right: 0; }

.snapshot-btn {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  border: 7px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #000;
  font-size: 34px;
  padding-left: 1px;
  height: 60px;
  width: 60px;
  position: relative;
  opacity: 1;
  transition: .4s border-color, .4s color; }
  .snapshot-btn:hover {
    border-color: #e63a26;
    transition: .4s border-color; }
    .snapshot-btn:hover i {
      color: #e63a26;
      transition: .4s color; }
  .snapshot-btn i {
    position: relative; }

.snapshot-slide-btn {
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  transition: background .4s, color .4s, opacity .4s;
  font-size: 22px;
  line-height: 11px;
  text-decoration: none;
  position: relative; }
  .snapshot-slide-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    text-decoration: none;
    transition: background .4s, color .4s; }
    .snapshot-slide-btn:hover > i {
      text-decoration: none;
      color: #fff; }
  .snapshot-slide-btn:focus {
    text-decoration: none; }
  .snapshot-slide-btn.disabled {
    opacity: 0.4; }
    .snapshot-slide-btn.disabled:hover {
      border: solid 1px rgba(0, 0, 0, 0.4);
      background: rgba(255, 255, 255, 0.5);
      color: rgba(0, 0, 0, 0.9); }
      .snapshot-slide-btn.disabled:hover > i {
        color: #e63a26; }
  .snapshot-slide-btn.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 13px 15px 10px 11px; }
    .snapshot-slide-btn.left > i {
      position: relative;
      top: 3px;
      left: 1px; }
  .snapshot-slide-btn.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 13px 11px 10px 15px; }
    .snapshot-slide-btn.right > i {
      position: relative;
      top: 3px;
      left: -3px; }

.snapshot-action.pinterest:hover > i {
  background-position: -2px -560px; }

.snapshot-action.facebook:hover > i {
  background-position: -56px -430px; }

.snapshot-action.twitter:hover > i {
  background-position: -2px -610px; }

.snapshot-action.mail:hover > i {
  background-position: -2px -510px; }

.snapshot-action.post-comment:hover > i {
  background-position: -71px -322px; }

.snapshot-action.download:hover > i {
  background-position: -2px -337px; }

.snapshot-action.visit-gallery:hover > i {
  background-position: -2px -406px; }

/******************/
/* Snapshot Modal */
/******************/
.sprite {
  background: transparent url(/dist/images/spritesheet.png?23e9e13f158223cef581bd4d7e8db7f8); }

.overlay {
  position: fixed;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999; }

#preload-01 {
  background: url(/dist/images/X_White.png?2bd5ead64eaa2f34da62e439ff29b3b2) no-repeat -9999px -9999px; }

#preload-02 {
  background: url(/dist/images/X_RolloverYellow.png?690edafc4338f8f2ebb95aa06dd9d837) no-repeat -9999px -9999px; }

.takesnapshot-icon, .takesnapshot-icon-rollover, .download-icon, .download-icon-rollover, .comments-icon,
.comments-icon-rollover, .gallery-icon, .gallery-icon-rollover, .facebook-icon-rollover, .facebook-icon,
.mail-icon, .mail-icon-rollover, .st_pinterest_custom, .st_pinterest_custom-rollover, .twitter-icon,
.twitter-icon-rollover {
  display: inline-block;
  background: url(/dist/images/snapshot_modal_sprites.png?771d6d80c148d2c5ec51a9159c684019) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  cursor: pointer; }

.snapshot-modal {
  display: block;
  font-family: "foundation_sans_roman";
  width: 450px;
  border: 6px solid rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  border-radius: 0px 0px 26px 26px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: 110px; }
  .snapshot-modal .handle {
    cursor: move; }

.slide-number {
  position: absolute;
  border: 1px solid black;
  font-size: 14pt;
  margin-left: 403px;
  margin-top: 8px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 28px;
  padding-left: 9px;
  padding-top: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-style: none; }

.snapshot-modal div#top-bar {
  width: 100%;
  height: 50px;
  background-color: #000000;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: "foundation_sans_roman";
  text-transform: uppercase; }

.snapshot-modal div#top-bar #close-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 2px;
  right: 11px;
  background: transparent url(/dist/images/X_White.png?2bd5ead64eaa2f34da62e439ff29b3b2);
  cursor: pointer; }

.snapshot-modal div#top-bar #close-icon:hover {
  background: transparent url(/dist/images/X_RolloverYellow.png?690edafc4338f8f2ebb95aa06dd9d837);
  cursor: pointer; }

div.snapshot-modal div#top-bar p {
  position: relative;
  font-size: 24px;
  top: 9px;
  text-align: center; }

.snapshots-carousel {
  min-height: 254px; }

.snapshot-modal #loading {
  display: none;
  position: absolute;
  background: url(/dist/images/loader.gif?a51c5608d01acf32df728f299767f82b);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin: 0px auto;
  text-align: center;
  top: 156px;
  left: 206px; }

.snapshot-modal .snapshot-previous, .snapshot-modal .snapshot-next {
  width: 48px;
  height: 124px;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer; }

.snapshot-modal .snapshot-previous {
  top: 115px;
  left: -48px;
  cursor: pointer;
  background-position: -5px -5px; }

.snapshot-modal .snapshot-previous:hover {
  background-position: -63px -5px; }

.snapshot-modal .snapshot-next {
  top: 115px;
  right: -48px;
  cursor: pointer;
  background-position: -121px -5px; }

.snapshot-modal .snapshot-next:hover {
  background-position: -179px -5px; }

.snapshot-modal textarea {
  width: 100%;
  color: #000000;
  font-size: 16pt;
  box-shadow: none;
  background: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 25px 25px;
  line-height: 26px;
  box-sizing: border-box;
  resize: none;
  overflow: hidden; }

.snapshot-modal textarea::-webkit-input-placeholder {
  color: #737373; }

.snapshot-modal textarea::-moz-placeholder, .snapshot-modal textarea:-ms-input-placeholder {
  color: #737373; }

.snapshot-modal div#first-row-buttons {
  width: 100%; }

.snapshot-modal .button-row {
  float: left;
  font-size: 16px;
  color: #858585;
  margin: 0px auto;
  text-align: center;
  line-height: 16px;
  cursor: pointer; }

.comments-icon {
  background-position: -71px -268px;
  width: 52px;
  height: 52px; }

.button-row#comments:hover > .comments-icon {
  background-position: -71px -322px;
  width: 52px;
  height: 52px; }

.snapshot-modal .button-row#comments {
  position: relative;
  margin-left: 58px;
  margin-top: 25px;
  left: -4px; }

.snapshot-modal .button-row#comments .button-text {
  position: relative;
  top: 9px;
  width: 76px; }

.takesnapshot-icon {
  background-position: -2px -0px;
  width: 132px;
  height: 132px; }

.button-row#reshoot:hover > .takesnapshot-icon {
  background-position: -2px -134px;
  width: 132px;
  height: 132px;
  color: #FFFFFF; }

.snapshot-modal .button-row#reshoot {
  position: relative;
  margin-left: 24px;
  margin-top: 4px; }

.snapshot-modal .button-row#reshoot .button-text {
  position: relative;
  top: -43px; }

.gallery-icon {
  background-position: -71px -376px;
  width: 52px;
  height: 52px; }

.button-row#gallery:hover > .gallery-icon {
  background-position: -2px -406px;
  width: 52px;
  height: 52px; }

.snapshot-modal .button-row#gallery {
  position: relative;
  margin-top: 25px;
  margin-left: 8px; }

.snapshot-modal .button-row#gallery .button-text {
  position: relative;
  margin-top: 9px;
  width: 115px; }

.snapshot-modal div#snapshot-modal-divider {
  position: relative;
  display: block;
  top: -11px;
  margin: 0px auto;
  width: 390px;
  height: 1px;
  background: transparent url(/dist/images/snapshot_modal_divider.gif?ff7f1860662919bd0a128b818508baa1);
  clear: both; }

.snapshot-modal div#second-row-social-buttons {
  width: 100%;
  position: relative;
  top: -11px;
  left: 5px; }

div#second-row-social-buttons .button-row {
  margin-left: 18px;
  margin-top: 16px; }

.facebook-icon {
  background-position: -2px -460px;
  width: 48px;
  height: 48px; }

.button-row#facebook:hover > .facebook-icon {
  background-position: -56px -430px;
  width: 48px;
  height: 48px; }

.snapshot-modal .button-row#facebook .button-text {
  position: relative;
  margin-top: 17px;
  width: 64px; }

.twitter-icon {
  background-position: -52px -580px;
  width: 48px;
  height: 48px; }

.button-row#twitter:hover > .twitter-icon {
  background-position: -2px -610px;
  width: 48px;
  height: 48px; }

.snapshot-modal .button-row#twitter .button-text {
  position: relative;
  margin-top: 17px;
  width: 70px; }

.takeSnapshot-modal .download-icon {
  background-position: -2px -268px;
  width: 67px;
  height: 67px; }

.takeSnapshot-modal .button-row#download:hover > .download-icon {
  background-position: -2px -337px;
  width: 67px;
  height: 67px; }

.snapshot-modal .button-row#download {
  position: relative;
  margin-top: 6px;
  left: -1px; }

.snapshot-modal .button-row#download .button-text {
  position: relative;
  margin-top: 9px;
  width: 70px; }

.st_pinterest_custom {
  background-position: -52px -530px;
  width: 48px;
  height: 48px; }

.button-row#pinterest:hover > .st_pinterest_custom {
  background-position: -2px -560px;
  width: 48px;
  height: 48px; }

.snapshot-modal .button-row#pinterest .button-text {
  position: relative;
  margin-top: 17px;
  width: 70px; }

.mail-icon {
  background-position: -52px -480px;
  width: 48px;
  height: 48px; }

.button-row#mail:hover > .mail-icon {
  background-position: -2px -510px;
  width: 48px;
  height: 48px; }

.snapshot-modal .button-row#mail {
  position: relative;
  right: 10px; }

.snapshot-modal .button-row#mail .button-text {
  position: relative;
  margin-top: 17px;
  width: 70px; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  font-family: 'foundation_sans_bold' !important;
  letter-spacing: 2px !important;
  font-size: 17.8pt !important; }

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  font-family: "foundation_sans_bold" !important;
  font-size: 14pt !important;
  color: #4c4c4c !important; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #FFFFFF !important;
  border: 1px solid #cdcdcd !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  width: 56px !important; }

.jconfirm.jconfirm-light .jconfirm-box {
  left: 10px !important; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7 !important; }

.snapshot-modal #ajax-loader {
  display: none;
  position: relative;
  background: url(/dist/images/loader.gif?a51c5608d01acf32df728f299767f82b);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin: 0px auto;
  text-align: center;
  top: -40px; }

.snapshot-modal #success-dialog {
  height: 268px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  position: absolute;
  top: 0;
  background-color: #FFFFFF; }
  .snapshot-modal #success-dialog #top {
    width: 100%;
    height: 57px;
    background-color: #ffcb00;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    .snapshot-modal #success-dialog #top p {
      margin: 0px auto;
      font-family: 'foundation_sans_bold';
      letter-spacing: 2px;
      font-size: 17.8pt;
      position: relative;
      text-align: center;
      top: 14px; }
  .snapshot-modal #success-dialog #dialog-body p {
    font-family: "foundation_sans_roman";
    font-size: 14pt;
    color: #4c4c4c;
    padding: 20px; }
  .snapshot-modal #success-dialog #ok-button {
    border: 1px solid #cecece;
    border-radius: 13px;
    width: 45px;
    height: 34px;
    padding-left: 22px;
    padding-top: 13px;
    float: right;
    top: 40px;
    right: 25px;
    position: relative;
    font-size: 13pt;
    font-family: "foundation_sans_roman";
    cursor: pointer; }
    .snapshot-modal #success-dialog #ok-button:hover {
      background-color: #000000;
      color: #FFFFFF; }

.actions-wrap {
  position: relative; }

.community-science-btn {
  margin: 10px 0px; }
  .community-science-btn:hover {
    background-color: #000;
    opacity: .6;
    color: #FFF;
    transition: background .4s, color .4s, opacity .4s; }

.leave-comment, .leave-comment .input-group {
  z-index: 1; }

.btn-twitter {
  background-color: #00acee;
  color: #fff !important; }
  .btn-twitter:hover {
    background-color: #008fc5; }

.btn-facebook {
  background-color: #4267B2;
  color: #fff !important; }
  .btn-facebook:hover {
    background-color: #32528e; }
.snapshot-container {
  position: relative; }

.snapshot-viewer-wrapper {
  display: flex;
  position: relative;
  min-height: 180px; }
  @media screen and (min-width: 450px) {
    .snapshot-viewer-wrapper {
      min-height: 250px; } }
  .snapshot-viewer-wrapper .brainLoader-wrapper {
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .snapshot-viewer-wrapper .brainLoader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1; }

.snapshot-img {
  width: 100%;
  height: 180px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out; }
  @media screen and (min-width: 450px) {
    .snapshot-img {
      height: 250px; } }
  .snapshot-img.active {
    transition: opacity 1s ease-in-out;
    opacity: 1; }

.snapshot-counter-wrap {
  position: absolute;
  z-index: 2; }
  .snapshot-counter-wrap.right {
    top: 5px;
    right: 5px; }
  .snapshot-counter-wrap.left {
    top: 5px;
    left: 5px; }
  .snapshot-counter-wrap .snapshot-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    min-width: 1em;
    border-radius: 50%;
    vertical-align: middle;
    padding: 10px;
    line-height: 1.2em;
    font-size: 16px; }
    .snapshot-counter-wrap .snapshot-counter:before {
      content: '';
      float: left;
      width: auto;
      padding-bottom: 100%; }
.modals-popup.welcome-modal {
  height: 564px; }
.disqus-box-buttons {
  margin: 13px auto 0 auto; }
  .disqus-box-buttons a {
    display: inline-block;
    width: 100%; }
  .disqus-box-buttons .community-guidelines {
    width: 100%;
    line-height: 1em;
    height: 100%; }
  .disqus-box-buttons .disqus-pop {
    margin-right: 0px !important;
    width: 100%; }
.side-nav-brand:link, .side-nav-brand:visited, .side-nav-brand:active {
  text-decoration: none;
  color: #fff; }

.side-nav-brand:hover {
  color: inherit; }

.search-label-nav {
  margin-left: 12px;
  line-height: 28px;
  letter-spacing: 0.075em;
  opacity: 0.9; }

.side-nav-close {
  position: absolute;
  right: 15px;
  text-decoration: none; }
  .side-nav-close:hover {
    color: #fff;
    text-decoration: none; }

@media screen and (min-width: 645px) {
  .search-label-nav {
    font-size: 22px;
    margin-left: 20px; } }

/* Side Bar Nav */
.site-wrapper, .site-wrapper .nav-wrapper {
  transition: all .4s; }

.side-nav-wrapper {
  display: block;
  position: fixed;
  height: 100%;
  left: -405px;
  top: 0;
  width: 405px;
  overflow: hidden;
  background: #333;
  z-index: 9999;
  transform: translate3d(0, 0, 0);
  transition: transform .4s; }

.side-nav-wrapper.is-open {
  z-index: 9999;
  transform: translate3d(405px, 0, 0);
  transition: transform .4s; }

a.side-nav:link, a.side-nav:visited, a.side-nav:active {
  color: #fff;
  text-decoration: none; }

@media screen and (max-width: 644px) {
  .side-nav-wrapper {
    left: -100%;
    width: 100%; }
  .side-nav-wrapper.is-open {
    transform: translate3d(100%, 0, 0); } }

.side-nav-account-buttons {
  font-size: 24px;
  list-style: none outside;
  margin: 0;
  padding: 0; }

.side-nav-title {
  padding: 7px 25px;
  height: 50px; }

.side-nav-inside {
  padding: 10px;
  border: 0; }

.side-nav-account-buttons li a {
  padding: 7px 25px;
  display: block;
  color: #fff;
  font-family: foundation_sans_light;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .4s;
  line-height: 1.5em; }

.brand-wrapper.clearfix.livecams {
  position: relative;
  top: -2px; }

.side-nav-account-buttons li a.menu-logo {
  margin: 0 0 0 40px;
  padding: 0;
  border: 0; }

.side-nav-account-buttons li .snapshots a.menu-logo {
  margin: 0 0 0 15px; }

.side-nav-account-buttons li a.menu-logo:hover {
  background: transparent;
  color: transparent; }

.search-label.menu-title {
  margin-top: 8px; }

.side-nav-account-buttons li.current-menu-item {
  background: #000; }

.side-nav-account-buttons li.logged-in a {
  background: rgba(255, 255, 255, 0.2); }

.side-nav-account-buttons li a:hover {
  background: #fff;
  color: #333;
  transition: all .4s; }

.side-nav-account-buttons li.current-menu-item {
  background: #000; }

.side-nav-account-buttons .logged-in-user {
  padding-left: 22px;
  padding-top: 7px;
  padding-bottom: 7px; }

/* Side Nav Rules */
.side-nav-menu {
  padding-top: 50px;
  text-align: left;
  font-family: 'foundation_sans_roman'; }

.side-nav-menu li {
  /*display:block;*/ }

.side-nav-menu li a:link, .side-nav-menu li a:visited, .side-nav-menu li a:active {
  width: inherit;
  display: block;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding-left: 22px;
  transition: background .4s ease-out; }

.side-nav-menu li a:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: background .4s ease-in-out; }
.snapshot-background {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: 0;
  z-index: -1; }
  .snapshot-background .snapshot-background-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    overflow-x: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    pointer-events: none; }
    .snapshot-background .snapshot-background-canvas.top-canvas {
      z-index: 15; }
    .snapshot-background .snapshot-background-canvas.transparent {
      opacity: 0; }

.header-wrapper .snapshot-background {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .header-wrapper .snapshot-background .snapshot-background-canvas {
    width: 100%;
    height: auto; }
/* Bottom Cam Posters */
.poster-item div[data-headline].active {
  display: flex;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 20px;
  padding-right: 20px; }

.cam-group-item-bottom:hover div[data-headline] {
  display: block;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background .4s; }
  .cam-group-item-bottom:hover div[data-headline] .live-cam-label-separator {
    border-color: #000; }

.posters-title {
  line-height: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  padding: 18px 30px;
  font-size: 18px; }

.poster-item {
  width: calc(100% / 6);
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .poster-item {
      width: 169px; } }
  .poster-item .cam-group-item-wrapper {
    padding-right: 0; }
  .poster-item .cam-item-overlay {
    padding-right: 3px;
    padding-bottom: 6px; }

.text-upper {
  text-transform: uppercase; }
/** Search **/
.search-panel {
  width: 100%;
  position: absolute;
  z-index: 1000; }

.search-field {
  font-size: 20px;
  width: 100%;
  padding: 5px 0;
  line-height: 1.0em;
  border-radius: 0; }

.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: center;
  text-transform: uppercase;
  color: #cacaca;
  font-style: italic;
  font-weight: 200; }

.search-field::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  text-transform: uppercase;
  color: #cacaca;
  font-style: italic;
  font-weight: 200; }

.search-field:-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
  text-transform: uppercase;
  color: #cacaca;
  font-style: italic;
  font-weight: 200; }

.search-field:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  text-transform: uppercase;
  color: #cacaca;
  font-style: italic;
  font-weight: 200; }

@media screen and (min-width: 645px) {
  .search-field {
    font-size: 38px;
    width: 100%;
    line-height: 1.0em; } }
.full-channel-list {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: flex-start;
  padding: 0 40px 0 0;
  flex-wrap: wrap;
  font-size: 15.4px;
  height: 33px;
  overflow: hidden;
  position: relative; }
  .full-channel-list.open {
    height: auto;
    overflow: auto; }
  .full-channel-list .list-item {
    padding: 5px 10px;
    white-space: nowrap; }
    .full-channel-list .list-item.active {
      background-color: rgba(0, 0, 0, 0.7); }
      .full-channel-list .list-item.active a {
        color: #fff; }
    .full-channel-list .list-item a {
      color: #000;
      text-decoration: none; }
  .full-channel-list .toggle-icon {
    position: absolute;
    right: 4px;
    top: 1px;
    display: block;
    font-size: 20px;
    height: 30px;
    width: 30px;
    background-color: #ccc;
    text-align: center;
    color: #333;
    cursor: pointer;
    border-radius: 10px; }
  @media (min-width: 768px) {
    .full-channel-list {
      height: auto;
      overflow: auto;
      padding: 0 10px;
      position: static; }
      .full-channel-list .toggle-icon {
        display: none; } }

@media (min-width: 1200px) {
  .full-channel-list {
    justify-content: space-around;
    font-size: 16px; } }

.nav-group {
  padding-bottom: 10px;
  transition: top .8s; }

.nav-group.is-locked {
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transition: top .4s;
  position: fixed;
  left: 0;
  padding-top: 0;
  width: 100%;
  top: -413px; }

.nav-group.is-open {
  top: -413px;
  transition: top .4s; }
.cta-button {
  padding: 11px 46px;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(66, 183, 42, 0.8);
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 20px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  cursor: pointer; }
  .cta-button:hover {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8) !important; }
.scroller {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s; }
  .scroller.active {
    opacity: 1;
    pointer-events: initial; }
  .scroller svg {
    fill: #fff;
    width: 50%; }
  .scroller:hover {
    cursor: pointer; }
.social-modal .info {
  padding: 20px 25px;
  min-height: 100px; }
  @media screen and (max-width: 685px) {
    .social-modal .info {
      padding: 20px; } }
  .social-modal .info .collection-block .link-block {
    margin: 5px 0px; }
    .social-modal .info .collection-block .link-block a {
      margin-right: 10px; }
@media screen and (max-width: 685px) {
  .contact-us-modal .info {
    flex-direction: column; } }

.contact-us-modal .info .social-box {
  padding: 20px; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .social-box {
      text-align: center;
      padding-bottom: 0; } }

.contact-us-modal .info .login-form {
  padding: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .login-form {
      flex-basis: auto; } }
  .contact-us-modal .info .login-form label {
    color: #666666; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .login-form .submit-row {
      flex-direction: column-reverse; }
      .contact-us-modal .info .login-form .submit-row .col {
        flex-basis: auto;
        padding: 10px 0;
        text-align: center; }
        .contact-us-modal .info .login-form .submit-row .col .btn {
          width: 100%; } }
@media screen and (max-width: 685px) {
  .contact-us-modal .info {
    flex-direction: column; } }

.contact-us-modal .info .social-box {
  padding: 20px; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .social-box {
      text-align: center;
      padding-bottom: 0; } }

.contact-us-modal .info .login-form {
  padding: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .login-form {
      flex-basis: auto; } }
  .contact-us-modal .info .login-form label {
    color: #666666; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .login-form .submit-row {
      flex-direction: column-reverse; }
      .contact-us-modal .info .login-form .submit-row .col {
        flex-basis: auto;
        padding: 10px 0;
        text-align: center; }
        .contact-us-modal .info .login-form .submit-row .col .btn {
          width: 100%; } }
.upload-avatar-modal .info {
  padding: 20px; }

.upload-avatar-modal .avatar-upload {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-size: cover;
  border-radius: 6px;
  background-color: white;
  width: 164px;
  height: 164px;
  z-index: 118;
  color: #818181;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.2em;
  display: flex;
  align-items: center; }

.upload-avatar-modal .btn-primary {
  width: 100%;
  margin-top: 35px; }

.upload-avatar-modal .skip-text {
  cursor: pointer;
  color: #818181; }
.confirm-close-modal .info-text {
  padding: 0 20px 20px; }

.confirm-close-modal .btn {
  width: 100%; }
.newsletter-success-message {
  margin: 20px;
  height: 38px;
  line-height: 38px; }

.newsletter-form {
  padding-left: 45px; }
  .newsletter-form .form-group {
    position: relative;
    margin: 10px; }
    .newsletter-form .form-group.has-danger .form-control-feedback {
      position: absolute;
      top: 9px;
      right: 0;
      padding-right: 2.25rem;
      background-repeat: no-repeat;
      background-position: center right .5625rem;
      -webkit-background-size: 1.125rem 1.125rem;
      background-size: 1.125rem 1.125rem;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }
    .newsletter-form .form-group .form-control {
      padding: 9px 17px;
      border-color: #535251;
      width: 232px; }
      .newsletter-form .form-group .form-control::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        text-transform: uppercase; }
      .newsletter-form .form-group .form-control:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        text-transform: uppercase;
        opacity: 1; }
      .newsletter-form .form-group .form-control::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        text-transform: uppercase;
        opacity: 1; }
      .newsletter-form .form-group .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        text-transform: uppercase; }
      .newsletter-form .form-group .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        text-transform: uppercase; }
  .newsletter-form .btn {
    box-sizing: border-box; }
    .newsletter-form .btn.btn-primary {
      padding: 11px 15px;
      font-size: 15px;
      text-transform: uppercase;
      background-color: #3e98d0;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      letter-spacing: 0.05em; }
      .newsletter-form .btn.btn-primary:hover {
        background-color: #67aeda; }
.edit-profile-form .form-inner-wrap {
  max-width: 530px;
  margin: 0 auto; }

.edit-profile-form .row {
  box-sizing: border-box;
  margin-top: 10px; }
  .edit-profile-form .row.buttons-row {
    margin-top: 0; }

.edit-profile-form label {
  margin-bottom: 0;
  margin-left: 13px; }

.edit-profile-form .form-control {
  margin-botom: 8px; }

.edit-profile-form .form-group {
  margin-bottom: 5px; }
  .edit-profile-form .form-group.has-danger .form-control-feedback {
    position: static !important; }

.edit-profile-form .avatar {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto;
  margin-bottom: 9px;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 685px) {
    .edit-profile-form .avatar {
      width: 150px;
      height: 150px; } }

.edit-profile-form .btn {
  width: 100%;
  box-sizing: border-box; }
  @media screen and (max-width: 685px) {
    .edit-profile-form .btn.btn-secondary {
      line-height: 1.35em !important;
      white-space: normal;
      padding: 14px !important; } }
  @media screen and (max-width: 685px) {
    .edit-profile-form .btn.btn-primary {
      margin-top: 10px; } }

.edit-profile-form .right-space .form-group {
  margin-right: 20px; }
  @media screen and (max-width: 685px) {
    .edit-profile-form .right-space .form-group {
      margin-right: 0; } }

.edit-profile-form .livecams-order-wrap {
  max-width: 1040px;
  margin: 0 auto; }
  .edit-profile-form .livecams-order-wrap .livecams-order-title {
    font-size: 18px;
    margin: 20px; }
  .edit-profile-form .livecams-order-wrap .row {
    margin: 10px; }

.m-edit-profile {
  margin: 0 !important; }
.livecam-result:hover .result-info-box {
  background-color: rgba(0, 0, 0, 0.8) !important; }
  .livecam-result:hover .result-info-box .result-text-info {
    background: #F5F5F5; }

.livecam-result:hover .live-cam-label-wrap {
  display: block;
  z-index: 1; }
  .livecam-result:hover .live-cam-label-wrap .live-cam-label {
    line-height: 20px; }
    .livecam-result:hover .live-cam-label-wrap .live-cam-label .live-cam-label-separator {
      margin-bottom: 9px; }

.livecam-result .live-cam-label-wrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 2px 2px 0;
  padding-bottom: 56.25%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }

.livecam-result .feed-image-wrapper {
  padding-bottom: 56.25%; }
  .livecam-result .feed-image-wrapper .brainLoader-wrapper {
    position: absolute !important; }
  .livecam-result .feed-image-wrapper img {
    position: absolute;
    top: 0; }

.livecam-result .result-title {
  margin: 0px 0 5px;
  font-size: 24px;
  line-height: 19px; }

.livecam-result .result-text-info {
  margin: 5px 3px 3px; }
  .livecam-result .result-text-info p:last-child {
    margin-bottom: 0; }

.livecam-result .cam-item.is-offline:after,
.livecam-result .cam-item.is-meditation:after,
.livecam-result .cam-item.is-film:after,
.livecam-result .cam-item.is-off-season:after {
  margin-top: 56.25%;
  top: -28px; }
.livecam-video-result {
  color: #292b2c; }
  .livecam-video-result:hover {
    color: #292b2c;
    text-decoration: none; }
    .livecam-video-result:hover .result-info-box {
      background-color: rgba(0, 0, 0, 0.8) !important; }
      .livecam-video-result:hover .result-info-box .livecam-video-hover-info {
        display: block; }
      .livecam-video-result:hover .result-info-box .result-text-info {
        background: #F5F5F5; }
    .livecam-video-result:hover .video-result-image-wrapper:before {
      background-color: #fff;
      border: 4px solid #fff; }
    .livecam-video-result:hover .video-result-image-wrapper:after {
      border-left-color: rgba(0, 0, 0, 0.9); }
    .livecam-video-result:hover .video-result-image-wrapper .hover-text {
      display: inline-block;
      position: absolute;
      right: 100px;
      bottom: 45px; }
  .livecam-video-result .livecam-video-hover-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 3px;
    font-family: 'foundation_sans_light';
    text-transform: uppercase;
    z-index: 99;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'foundation_sans_bold'; }
  .livecam-video-result .video-result-image-wrapper {
    overflow: hidden;
    height: 388px;
    position: relative;
    z-index: 1; }
    .livecam-video-result .video-result-image-wrapper img {
      margin-top: -65px; }
    .livecam-video-result .video-result-image-wrapper.hide-title {
      height: 330px; }
      .livecam-video-result .video-result-image-wrapper.hide-title img {
        margin-top: -55px; }
    .livecam-video-result .video-result-image-wrapper:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 75px;
      height: 75px;
      margin: 15px;
      border-radius: 100%;
      transition: border-color 300ms;
      background-color: rgba(0, 0, 0, 0.6);
      border: 4px solid rgba(255, 255, 255, 0.6);
      z-index: 100; }
    .livecam-video-result .video-result-image-wrapper:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: 30px 32px;
      border-left: 30px solid rgba(255, 255, 255, 0.6);
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
      transition: border-color 300ms;
      z-index: 100; }
  .livecam-video-result .result-text-info {
    padding: 15px 20px 10px;
    margin: 5px 3px; }
    .livecam-video-result .result-text-info h2 {
      font-size: 24px;
      line-height: 19px; }
  .livecam-video-result .embed-responsive {
    height: 100%;
    z-index: 105; }
.blog-post-result:hover {
  text-decoration: none; }
  .blog-post-result:hover.result-info-box {
    background-color: rgba(0, 0, 0, 0.8) !important; }
    .blog-post-result:hover.result-info-box .result-text-info {
      background: #F5F5F5; }
      .blog-post-result:hover.result-info-box .result-text-info h2 {
        font-size: 24px;
        line-height: 19px; }
  .blog-post-result:hover .blog-post-hover-info {
    display: block;
    z-index: 1; }
    .blog-post-result:hover .blog-post-hover-info .hover-text {
      width: 125px;
      height: 35px; }

.blog-post-result .blog-image-wrap {
  max-height: 190px;
  overflow: hidden; }

.blog-post-result .blog-post-hover-info {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }

.blog-post-result .result-text-info {
  margin: 5px 3px 3px; }

.blog-post-result .blog-info {
  padding: 3px; }
  .blog-post-result .blog-info .result-text-info {
    padding: 18px 20px;
    background: #f5f5f5;
    height: 100%;
    margin: 0; }
    .blog-post-result .blog-info .result-text-info .blog-post-title {
      color: #000;
      font-size: 24px;
      line-height: 19px; }

.blog-post-result .image-load-wrapper {
  max-height: 190px;
  overflow: hidden; }
.snapshot-result:hover {
  text-decoration: none; }
  .snapshot-result:hover .snapshot-hover-info {
    display: block;
    z-index: 1; }
    .snapshot-result:hover .snapshot-hover-info .hover-text {
      width: 125px;
      height: 35px; }

.snapshot-result .snapshot-inner-wrap {
  position: relative;
  height: 100%; }

.snapshot-result .snapshot-hover-info {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }
.user-result {
  color: #292b2c; }
  .user-result:hover.result-info-box {
    background-color: #292b2c;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none; }
    .user-result:hover.result-info-box:hover {
      color: rgba(0, 0, 0, 0.8);
      text-decoration: none; }
    .user-result:hover.result-info-box .user-text-wrap {
      background: #F5F5F5; }
    .user-result:hover.result-info-box .user-hover-info {
      display: block;
      z-index: 1; }
      .user-result:hover.result-info-box .user-hover-info .hover-text {
        width: 125px;
        height: 35px; }
  .user-result .user-image {
    flex: 0 0 125px; }
  .user-result .user-hover-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 3px;
    font-family: 'foundation_sans_light';
    text-transform: uppercase;
    z-index: 99;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'foundation_sans_bold'; }
  .user-result .user-text-wrap {
    padding: 12px 17px;
    margin: 3px 3px 3px 5px; }
    .user-result .user-text-wrap h2 {
      font-size: 24px; }
    .user-result .user-text-wrap hr {
      margin-top: 10px;
      margin-bottom: 10px; }
    .user-result .user-text-wrap .label {
      color: #808080; }
.favorite-livecams-pagination > div {
  display: inline-block; }

.favorite-livecams-pagination .btn {
  margin: 0 20px;
  border-radius: 0 !important; }

.favorite-livecams-slider {
  width: 100%;
  margin-top: 10px; }
  .favorite-livecams-slider .favorite-cam-item-wrap {
    padding: 0 5px; }
    .favorite-livecams-slider .favorite-cam-item-wrap .live-cam-label {
      line-height: 25px; }
    .favorite-livecams-slider .favorite-cam-item-wrap img {
      border: none; }
.favorite-snapshots-slider {
  width: 100%;
  margin-top: 10px; }
  .favorite-snapshots-slider .favorite-snapshot-item-wrap {
    padding: 0 5px; }
    .favorite-snapshots-slider .favorite-snapshot-item-wrap img {
      border: none; }
.member-snapshots-slider {
  width: 100%;
  margin-top: 10px; }
  .member-snapshots-slider .member-snapshot-item-wrap .member-snapshot-item {
    padding: 5px; }
  .member-snapshots-slider .member-snapshot-item-wrap img {
    border: none; }

.snapshot-result:hover {
  text-decoration: none; }
  .snapshot-result:hover .snapshot-hover-info {
    display: block;
    z-index: 1; }
    .snapshot-result:hover .snapshot-hover-info .hover-text {
      width: 125px;
      height: 35px; }

.snapshot-result .snapshot-inner-wrap {
  position: relative;
  height: 100%; }

.snapshot-result .snapshot-hover-info {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }
.top-snapshots-group .light-grey {
  color: rgba(0, 0, 0, 0.7) !important; }

.top-snapshots-group .top-snapshots-slider {
  width: 100%;
  margin-top: 10px; }
  .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap {
    padding: 0 5px;
    color: #000; }
    .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap:hover {
      text-decoration: none; }
    .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap .top-snapshot {
      min-height: 330px;
      border-style: solid;
      border-width: 1px;
      border-color: rgba(0, 0, 0, 0.2);
      background-color: rgba(255, 255, 255, 0.5);
      padding: 3px; }
      .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap .top-snapshot .number-box {
        background-color: rgba(0, 0, 0, 0.7);
        width: 32px;
        height: 32px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        margin-right: 3px;
        margin-bottom: 3px; }
      .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap .top-snapshot .small-avatar {
        width: 32px;
        height: 32px;
        margin-left: 3px;
        margin-bottom: 3px; }
      .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap .top-snapshot .top-snapshot-img {
        width: 100%;
        height: auto; }
.favorite-cam-item-wrap.editing {
  padding: 5px !important;
  z-index: 9; }
  .favorite-cam-item-wrap.editing .cam-item {
    float: none;
    height: 100%; }
.edit-profile-modal.modals-popup {
  border-radius: 0; }

.edit-profile-modal .info {
  padding: 20px 50px;
  padding: 0; }
  @media screen and (max-width: 685px) {
    .edit-profile-modal .info {
      padding: 20px; } }
  .edit-profile-modal .info .intro-text {
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 20px 20px; }

.edit-profile-modal .edit-profile-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  border-radius: 0; }
.cam-container.is-online .cam-item:after {
  top: 10px;
  content: "LIVE";
  background: #323232;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  height: auto;
  width: 45px;
  padding: 1px 0px 0px 1px;
  border-radius: 10px;
  left: 9px;
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center; }

.cam-container.is-off-season .cam-item:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  bottom: 0px;
  content: "OFF SEASON";
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  border-top-right-radius: 10px;
  left: 0px;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-container.is-offline .cam-item:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  bottom: 0px;
  content: "HIGHLIGHT";
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  border-top-right-radius: 10px;
  left: 0px;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-container.is-meditation .cam-item:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  bottom: 0px;
  content: "MEDITATION";
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  right: 0px;
  left: auto;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-container.is-film .cam-item:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  bottom: 0px;
  content: "FILM";
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  right: 0px;
  left: auto;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-container.active .cam-item-separator {
  border-color: #fff; }

.cam-container.active:hover .cam-item-overlay {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.cam-container.active .cam-item-overlay {
  opacity: 1;
  transition: opacity .2s ease-in;
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.cam-container .info-btn {
  display: block;
  cursor: pointer;
  border-radius: 8px;
  padding: 5px 9px 4px 9px;
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF; }

.cam-container .info-btn:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #000 !important; }

.cam-item {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  color: #fff; }
  .cam-item:hover .cam-item-overlay {
    opacity: 1;
    transition: opacity .2s ease-in;
    color: #000;
    background: rgba(255, 255, 255, 0.8); }
  .cam-item .cam-item-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out; }
    .cam-item .cam-item-overlay .cam-item-inner {
      padding: 20px 30px 10px 30px;
      text-align: center;
      position: relative; }
  .cam-item img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto; }

.cam-item-separator {
  margin: 5px 0 10px 0;
  border-bottom: 1px solid #fff; }

.now-watching, .is-offline, .is-meditation {
  line-height: 16px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .now-watching, .is-offline, .is-meditation {
      line-height: 18px; } }
  .now-watching .cam-item-separator, .is-offline .cam-item-separator, .is-meditation .cam-item-separator {
    margin: 9px 0 6px 0; }

.now-watching {
  width: 100px; }

.not-watching {
  line-height: 15px;
  margin: 0 auto;
  letter-spacing: 0.5px; }
  @media screen and (min-width: 1024px) {
    .not-watching {
      line-height: 18px; } }
  .not-watching .cam-item-separator {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 6px;
    border-color: #000; }

.is-offline .cam-item-separator {
  border-color: #000; }

.is-meditation .cam-item-separator {
  border-color: #000; }
.favorite-modal {
  border-radius: 4px !important; }
.minimize-height {
  transition: height .15s linear;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.alert-success a {
  color: #155724 !important; }
#player-alert {
  float: left;
  display: block;
  position: absolute; }
  #player-alert.is-online .live-badge {
    display: block; }
  #player-alert.is-online .alert-message {
    border-radius: 0;
    padding-left: 70px;
    line-height: 1.0em; }
  #player-alert.has-alert {
    position: relative; }
    #player-alert.has-alert .live-badge {
      border-radius: 10px 0 0 10px; }
    #player-alert.has-alert .player-alert-content-wrap .content-holder {
      margin-left: 0; }
  #player-alert .player-alert-content-wrap {
    display: inline-block;
    overflow: hidden;
    margin-left: 10px; }
    #player-alert .player-alert-content-wrap .content-holder {
      transition: margin-left 0.5s;
      margin-left: -100%;
      display: block; }
  #player-alert .alert-message {
    text-transform: uppercase;
    padding-left: 14px;
    border-radius: 10px 0 0 10px; }
  #player-alert .close-button {
    background-color: #e6273a; }
.feed-image-wrapper {
  display: block; }
  .feed-image-wrapper .loaded-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .feed-image-wrapper .backup-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
.timezone-picker {
  display: inline-block;
  font: 13px sans-serif;
  position: relative
}

.timezone-picker-textfield input {
  width: 100%;
  padding: 9px 12px;
  font: inherit;
  box-sizing: border-box;
  outline: 0;
  background: #fff;
  border: 1px solid #e6ebec;
  border-radius: 2px
}

.timezone-picker-list {
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #e6ebec;
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  display: none
}

.timezone-picker-list-rel {
  position: relative;
}

.timezone-picker-list-abs {
  position: absolute;
  background-color: white;
  z-index: 2000;
  opacity: 0.99;
  min-width: 250px;
}

.timezone-picker-list-item {
  color: #444444;
  padding: 5px 12px
}

.timezone-picker-list-item-active {
  background: #ececec;
  cursor: pointer
}

.timezone-picker-open .timezone-picker-list {
  display: block
}
@charset "UTF-8";
@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; } }

@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; } }

/* From loading.io */
@-webkit-keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-cycle {
  -webkit-animation: ld-cycle 1s infinite linear;
  animation: ld-cycle 1s infinite linear; }

@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite; }

@-webkit-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-moz-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-webkit-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-o-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

.ld.ld-spin-fast {
  -webkit-animation: ld-spin-fast 1s infinite;
  animation: ld-spin-fast 1s infinite; }

@-webkit-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ld.ld-heartbeat {
  -webkit-animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@-moz-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@-webkit-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@-o-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

.ld.ld-squeeze {
  -webkit-animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-moz-keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-webkit-keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-o-keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

.ld.ld-blah {
  -webkit-animation: ld-blah 1s infinite linear;
  animation: ld-blah 1s infinite linear; }

.ld.ld-rp {
  -webkit-transform: scale(3);
  transform: scale(3);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  margin: 30px 0 30px 160px;
  overflow: hidden;
  position: relative; }

.ld.ld-rp:before {
  top: 0;
  left: 0;
  content: " ";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 5px solid;
  border-color: transparent transparent #f90 #f90; }

.ld.ld-rp:after {
  top: 0;
  left: 0;
  content: " ";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  border: 7px solid;
  border-color: transparent transparent #fff #fff;
  margin: -1px 0 0 -1px;
  -webkit-animation: ld-blah 1s infinite ease;
  animation: ld-blah 1s infinite ease; }

@-webkit-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-o-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.ld.ld-rubber {
  -webkit-animation: ld-rubber 1s ease-out infinite;
  animation: ld-rubber 1s ease-out infinite; }

@-webkit-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-moz-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-o-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.ld.ld-tick {
  -webkit-animation: ld-tick 1s ease-out infinite;
  animation: ld-tick 1s ease-out infinite; }

@-webkit-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@-moz-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@-o-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

.ld.ld-radio {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0; }

.ld.ld-radio:after {
  -webkit-animation: ld-radio 1s infinite;
  animation: ld-radio 1s infinite;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #000;
  border-radius: 50%;
  background: 0; }

.ld.ld-radio.square:after {
  border-radius: 0; }

@-webkit-keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes ld-clock {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes ld-clock {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-clock {
  -webkit-animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1);
  animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1); }

@-webkit-keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@-moz-keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@-webkit-keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@-o-keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

.ld.ld-skew {
  -webkit-animation: ld-skew 1s infinite;
  animation: ld-skew 1s infinite; }

@-webkit-keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@-moz-keyframes ld-tremble {
  0 {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@-webkit-keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@-o-keyframes ld-tremble {
  0 {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

.ld.ld-tremble {
  -webkit-animation: ld-tremble 1s infinite;
  animation: ld-tremble 1s infinite; }

@-webkit-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@-moz-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@-webkit-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@-o-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

.ld.ld-hit {
  -webkit-animation: ld-hit 2s infinite;
  animation: ld-hit 2s infinite; }

@-webkit-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@-moz-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@-webkit-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@-o-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

.ld.ld-wander-h {
  -webkit-animation: ld-wander-h 1s infinite ease-out;
  animation: ld-wander-h 1s infinite ease-out; }

@-webkit-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@-moz-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@-webkit-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@-o-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

.ld.ld-wander-v {
  -webkit-animation: ld-wander-v 1s infinite ease-out;
  animation: ld-wander-v 1s infinite ease-out; }

@-webkit-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

@-moz-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

@-webkit-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

@-o-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

@keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

.ld.ld-orbit {
  -webkit-animation: ld-orbit 1s infinite linear;
  animation: ld-orbit 1s infinite linear; }

@-webkit-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.ld.ld-fade {
  -webkit-animation: ld-fade 1s infinite linear;
  animation: ld-fade 1s infinite linear; }

@-webkit-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@-moz-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@-webkit-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@-o-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

.ld.ld-surprise {
  -webkit-animation: ld-surprise 1s infinite linear;
  animation: ld-surprise 1s infinite linear; }

@-webkit-keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-shake {
  -webkit-animation: ld-shake 1s infinite linear;
  animation: ld-shake 1s infinite linear; }

@-webkit-keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

@-moz-keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

@-webkit-keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

@-o-keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

@keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

.ld.ld-jelly {
  -webkit-animation: ld-jelly 1s infinite linear;
  animation: ld-jelly 1s infinite linear; }

@-webkit-keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-moz-keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-webkit-keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-o-keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

.ld.ld-float {
  -webkit-animation: ld-float 1s infinite;
  animation: ld-float 1s infinite; }

@-webkit-keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

@-moz-keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

@-webkit-keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

@-o-keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

@keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

.ld.ld-rotate {
  -webkit-animation: ld-rotate 1s infinite;
  animation: ld-rotate 1s infinite; }

@-webkit-keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

@-moz-keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

@-webkit-keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

@-o-keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

@keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

.ld.ld-blur {
  -webkit-animation: ld-blur 1s infinite;
  animation: ld-blur 1s infinite; }

@-webkit-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@-moz-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@-webkit-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@-o-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

.ld.ld-vortex-out {
  -webkit-animation: ld-vortex-out 2s infinite;
  animation: ld-vortex-out 2s infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }

@-webkit-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

.ld.ld-vortex-in {
  -webkit-animation: ld-vortex-in 2s infinite;
  animation: ld-vortex-in 2s infinite;
  animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7); }

@-webkit-keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-rtl {
  -webkit-animation: ld-slide-rtl 1s infinite;
  animation: ld-slide-rtl 1s infinite; }

@-webkit-keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-ltr {
  -webkit-animation: ld-slide-ltr 1s infinite;
  animation: ld-slide-ltr 1s infinite; }

@-webkit-keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-btt {
  -webkit-animation: ld-slide-btt 1s infinite;
  animation: ld-slide-btt 1s infinite; }

@-webkit-keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-ttb {
  -webkit-animation: ld-slide-ttb 1s infinite;
  animation: ld-slide-ttb 1s infinite; }

@-webkit-keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.ld.ld-jump {
  -webkit-animation: ld-jump 1.5s ease-in infinite;
  animation: ld-jump 1.5s ease-in infinite; }

@-webkit-keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

@-moz-keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

@-webkit-keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

@-o-keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

@keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

.ld.ld-bounce {
  -webkit-animation: ld-bounce 1s infinite;
  animation: ld-bounce 1s infinite; }

@-webkit-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@-moz-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@-webkit-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@-o-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

.ld.ld-bounce-rtl {
  -webkit-animation: ld-bounce-rtl 1s infinite linear;
  animation: ld-bounce-rtl 1s infinite linear; }

@-webkit-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@-moz-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@-webkit-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@-o-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

.ld.ld-bounce-ltr {
  -webkit-animation: ld-bounce-ltr 1s infinite linear;
  animation: ld-bounce-ltr 1s infinite linear; }

@-webkit-keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-bounce-a {
  -webkit-animation: ld-bounce-a 2s infinite;
  animation: ld-bounce-a 2s infinite; }

@-webkit-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@-moz-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@-webkit-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@-o-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

.ld.ld-rush-ltr {
  -webkit-animation: ld-rush-ltr 1.5s infinite linear;
  animation: ld-rush-ltr 1.5s infinite linear; }

@-webkit-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@-moz-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@-webkit-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@-o-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

.ld.ld-rush-rtl {
  -webkit-animation: ld-rush-rtl 1.5s infinite linear;
  animation: ld-rush-rtl 1.5s infinite linear; }

@-webkit-keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-moz-keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-webkit-keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-o-keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

.ld.ld-flip {
  -webkit-animation: ld-flip 2s infinite;
  animation: ld-flip 2s infinite; }

@-webkit-keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-moz-keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-webkit-keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-o-keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

.ld.ld-flip-h {
  -webkit-animation: ld-flip-h 1s infinite;
  animation: ld-flip-h 1s infinite; }

@-webkit-keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

@-moz-keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

@-webkit-keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

@-o-keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

@keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

.ld.ld-flip-v {
  -webkit-animation: ld-flip-v 1s infinite;
  animation: ld-flip-v 1s infinite; }

@-webkit-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@-moz-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@-webkit-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@-o-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

.ld.ld-coin-h {
  -webkit-animation: ld-coin-h 2s infinite;
  animation: ld-coin-h 2s infinite; }

@-webkit-keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@-moz-keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@-webkit-keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@-o-keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

.ld.ld-coin-v {
  -webkit-animation: ld-coin-v 2s infinite;
  animation: ld-coin-v 2s infinite; }

@-webkit-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-moz-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-o-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

.ld.ld-broadcast {
  -webkit-animation: ld-broadcast 1s infinite ease-out;
  animation: ld-broadcast 1s infinite ease-out;
  border-radius: 50%; }

@-webkit-keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-moz-keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-o-keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

.ld.ld-shadow {
  -webkit-animation: ld-shadow 1s infinite;
  animation: ld-shadow 1s infinite;
  border-radius: 50%; }

@-webkit-keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

@-moz-keyframes ld-shadow-a {
  0 {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

@-webkit-keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

@-o-keyframes ld-shadow-a {
  0 {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

@keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

.ld.ld-shadow-a {
  -webkit-animation: ld-shadow-a .5s infinite;
  animation: ld-shadow-a .5s infinite;
  box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 50%; }

.ld.reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.ld.xhalf {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.ld.x1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.ld.x2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.ld.x4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }

.ld.running {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.ld.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.ld.f00 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.ld.f01 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

.ld.f02 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ld.f03 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.ld.f04 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ld.f05 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.ld.f06 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.ld.f07 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.ld.f08 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.ld.f09 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.ld.f10 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.ld-ball, .ld-ring, .ld-hourglass, .ld-loader, .ld-cross, .ld-square, .ld-pie, .ld-spinner {
  width: 1em;
  height: 1em;
  position: relative;
  color: inherit;
  display: inline-block; }

.ld-ball:after, .ld-ring:after, .ld-hourglass:after, .ld-loader:after, .ld-cross:after, .ld-square:after, .ld-pie:after, .ld-spinner:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover; }

.ld-ball:after {
  border-radius: 50%;
  background: currentColor; }

.ld-pie:after {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: .5em solid;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent; }

.ld-ring:after {
  border-radius: 50%;
  border: .15em solid;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent; }

.ld-hourglass:after {
  width: 0;
  height: 0;
  background: 0;
  border-radius: 50%;
  border: .5em solid;
  border-color: currentColor transparent currentColor transparent; }

.ld-cross:after {
  width: 18%;
  height: 18%;
  background: currentColor;
  box-shadow: 0 .18em 0 1px currentColor,0 -0.18em 0 1px currentColor,0.18em 0 0 1px currentColor,-0.18em 0 0 1px currentColor,0 .36em 0 1px currentColor,0 -0.36em 0 1px currentColor,0.36em 0 0 1px currentColor,-0.36em 0 0 1px currentColor; }

.ld-square:after {
  width: 90%;
  height: 90%;
  background: currentColor; }

.ld-spinner:after {
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background: 0;
  box-shadow: 0 .5em 0 0 currentColor,0 -.5em 0 0 currentColor,.5em 0 0 0 currentColor,-.5em 0 0 0 currentColor,.35355339059327373em .35355339059327373em 0 0 currentColor,-.35355339059327373em .35355339059327373em 0 0 currentColor,.35355339059327373em -.35355339059327373em 0 0 currentColor,-.35355339059327373em -.35355339059327373em 0 0 currentColor; }

.ld-loader {
  background-size: cover; }

.ld-ext-right, .ld-ext-left, .ld-ext-bottom, .ld-ext-top, .ld-over, .ld-over-inverse, .ld-over-full, .ld-over-full-inverse {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  transition-timing-function: ease-in;
  overflow: hidden; }

.ld-ext-right > .ld, .ld-ext-left > .ld, .ld-ext-bottom > .ld, .ld-ext-top > .ld, .ld-over > .ld, .ld-over-inverse > .ld, .ld-over-full > .ld, .ld-over-full-inverse > .ld {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em;
  opacity: 0;
  z-index: -100;
  -webkit-transition: all .3s;
  transition: all .3s;
  transition-timing-function: ease-in; }

.ld-ext-right.running > .ld, .ld-ext-left.running > .ld, .ld-ext-bottom.running > .ld, .ld-ext-top.running > .ld, .ld-over.running > .ld, .ld-over-inverse.running > .ld, .ld-over-full.running > .ld, .ld-over-full-inverse.running > .ld {
  opacity: 1;
  z-index: auto; }

.ld-ext-right.running {
  padding-right: 2.5em !important; }

.ld-ext-right > .ld {
  top: 50%;
  left: auto;
  right: 1em; }

.ld-ext-left.running {
  padding-left: 2.5em !important; }

.ld-ext-left > .ld {
  top: 50%;
  right: auto;
  left: 1em; }

.ld-ext-bottom.running {
  padding-bottom: 2.5em !important; }

.ld-ext-bottom > .ld {
  top: auto;
  left: 50%;
  bottom: 1em; }

.ld-ext-top.running {
  padding-top: 2.5em !important; }

.ld-ext-top > .ld {
  bottom: auto;
  left: 50%;
  top: 1em; }

.ld-over, .ld-over-inverse, .ld-over-full, .ld-over-full-inverse {
  overflow: hidden; }

.ld-over.running > .ld, .ld-over-inverse.running > .ld, .ld-over-full.running > .ld, .ld-over-full-inverse.running > .ld {
  z-index: 99999; }

.ld-over:before, .ld-over-inverse:before, .ld-over-full:before, .ld-over-full-inverse:before {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  transition-timing-function: ease-in;
  background: rgba(240, 240, 240, 0.8); }

.ld-over-full > .ld, .ld-over-full-inverse > .ld {
  position: fixed; }

.ld-over-full > .ld {
  color: rgba(0, 0, 0, 0.8); }

.ld-over-full:before, .ld-over-full-inverse:before {
  z-index: -1;
  position: fixed;
  background: rgba(255, 255, 255, 0.8); }

.ld-over.running > .ld, .ld-over-inverse.running > .ld, .ld-over-full.running > .ld, .ld-over-full-inverse.running > .ld {
  z-index: 999999; }

.ld-over.running:before, .ld-over-inverse.running:before, .ld-over-full.running:before, .ld-over-full-inverse.running:before {
  opacity: 1;
  z-index: 999998;
  display: block; }

.ld-over-inverse > .ld {
  color: rgba(255, 255, 255, 0.8); }

.ld-over-inverse:before {
  background: rgba(0, 0, 0, 0.6); }

.ld-over-full-inverse > .ld {
  color: rgba(255, 255, 255, 0.8); }

.ld-over-full-inverse:before {
  background: rgba(0, 0, 0, 0.6); }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hidden {
  display: none !important; }

.main-content.transition-appear {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.main-content.transition-appear.transition-appear-active {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.main-content.transition-leave {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.main-content.transition-leave.transition-leave-active {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.smartbanner-on .header-wrapper {
  position: -webkit-sticky !important;
  position: sticky !important; }

.smartbanner-on .main-wrapper {
  margin-top: 0 !important; }

.branch-banner-is-active .header-wrapper {
  top: 75px !important;
  transition: top 0.5s; }

.site-wrapper .header-wrapper {
  position: fixed;
  height: 50px;
  z-index: 10;
  width: 100%;
  top: 0; }
  .site-wrapper .header-wrapper .background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1; }

.site-wrapper .main-wrapper {
  margin-top: 50px; }

.site-wrapper.has-channel-nav .header-wrapper {
  height: auto; }

.site-wrapper.has-channel-nav .main-wrapper {
  margin-top: 90px; }

.site-wrapper.has-channel-nav .feedback-tab {
  position: fixed;
  left: -41px;
  top: 500px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 18px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transform: rotate(270deg);
  font-size: 20px;
  cursor: pointer;
  z-index: 500; }

.site-wrapper .help-tab {
  position: fixed;
  left: -137px;
  top: 263px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 18px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transform: rotate(270deg);
  font-size: 20px;
  cursor: pointer;
  z-index: 2; }

.sm-gutters {
  margin-right: 0;
  margin-left: 0; }
  .sm-gutters > .col, .sm-gutters > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px; }

.widget.loading {
  min-height: 200px;
  position: relative; }

.clickable {
  cursor: pointer; }
  .clickable:focus {
    outline: none; }

.no-outline {
  outline: none; }

.plain-input {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: underline;
  display: inline-block; }
  .plain-input:focus {
    outline: none; }

.snapshot-thumb-wrap {
  position: relative; }
  .snapshot-thumb-wrap .hover-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    align-items: center; }
    .snapshot-thumb-wrap .hover-overlay .favorite-wrap {
      position: absolute;
      color: #fff;
      top: 0;
      left: 5px; }
  .snapshot-thumb-wrap:hover .hover-overlay {
    display: flex; }

.preview-notification {
  background-color: gold;
  padding: 10px 15px; }

.info-panels {
  flex-direction: column-reverse; }

@media (min-width: 768px) {
  .info-panels {
    flex-direction: row; } }

iframe#branch-banner-iframe {
  position: fixed; }

.small-alert {
  font-size: 0.9em !important;
  display: inline-block;
  padding: 5px 10px; }

.contest-button {
  background-color: #727475;
  padding: 18px;
  border-radius: 65px;
  color: #fff !important;
  font-size: 29px;
  cursor: pointer; }
  .contest-button:hover {
    background-color: #F0BA4F; }

.alert.contest-alert {
  font-size: 14px; }

svg.widget-svg {
  stroke: #636262;
  stroke-width: 20px; }

.hover-overlay svg.widget-svg {
  stroke: #ffffff;
  stroke-width: 40px; }

.blockDivider-name {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 17px 10px 20px;
  letter-spacing: .3em;
  color: #333;
  position: relative;
  background: #fff; }

a .blockDivider-name:active, a .blockDivider-name:hover {
  background: #333;
  color: #fff; }

.blockDivider {
  position: relative;
  text-align: center;
  line-height: 1.5;
  margin: 40px 0; }

.blockDivider:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  top: calc(50% - 1px);
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding-right: 0; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link,
.resp-sharing-button__link:hover {
  text-decoration: none;
  color: #fff;
  margin: 0.5em; }

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top; }

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--pinterest {
  background-color: #bd081c; }

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--tumblr {
  background-color: #35465C; }

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25D366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--hackernews {
  background-color: #FF6600; }

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200; }

.resp-sharing-button--vk {
  background-color: #507299; }

.resp-sharing-button--vk:hover {
  background-color: #43648c; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C; }

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c; }

@media (min-width: 768px) {
  .btn-sm-inline-block {
    display: inline-block;
    width: auto; } }

.uc-first {
  text-transform: lowercase; }

.uc-first::first-letter {
  text-transform: uppercase; }

time.live-now.text-primary::before {
  content: '\25CF';
  color: red;
  font-size: 16px;
  margin-right: 5px; }
#page-not-found {
  min-height: 400px; }
  #page-not-found .border-grey {
    border: 1px solid rgba(0, 0, 0, 0.25); }
  #page-not-found .content {
    padding-top: 50px; }
  #page-not-found .no-page {
    font-size: 24px;
    text-align: center;
    margin: 65px 0; }
/** Search Results page **/
#search-page {
  min-height: 400px; }
  #search-page .Collapsible {
    margin-top: 10px; }
    #search-page .Collapsible:first-child {
      margin-top: 0; }

.results-listing-page .search-box {
  position: fixed;
  width: 100%;
  z-index: 8; }

.results-listing-page .search-result-item {
  margin-bottom: 10px;
  cursor: pointer; }
  .results-listing-page .search-result-item img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.results-listing-page .snapshots-results {
  margin-left: -5px;
  margin-right: -5px; }
  .results-listing-page .snapshots-results .search-result-item {
    padding-left: 5px;
    padding-right: 5px; }

.results-listing-page .result-info-box-wrapper {
  padding-left: 10px; }

.results-listing-page .result-info-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 2px;
  color: #000; }

.results-listing-page .result-poster {
  max-width: 180px;
  padding: 0;
  margin-left: 15px; }
  .results-listing-page .result-poster.col-3 {
    padding-right: 0; }

.results-listing-page .result-location {
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-bottom: 5px; }

.results-listing-page .search-results-type {
  line-height: 16px;
  text-decoration: none;
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 0;
  color: rgba(0, 0, 0, 0.8);
  padding: 12px 20px; }
  .results-listing-page .search-results-type.category:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer; }

.results-listing-page .result-type-header, .results-listing-page .search-results-type.active {
  line-height: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: block;
  position: relative;
  border: none;
  padding: 12px 20px; }

.results-listing-page .result-type-header:after {
  font-family: 'icomoon';
  content: '\E904';
  position: absolute;
  right: 21px;
  top: 13px;
  display: block;
  transition: transform 300ms;
  font-size: 15px;
  color: #b8b8b8; }

.results-listing-page .result-type-header.is-open:after {
  transform: rotateZ(180deg); }

.results-listing-page .search-loading-container {
  text-align: center;
  width: 100px;
  vertical-align: middle;
  font-size: 60px;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.results-listing-page .results-wrapper {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.results-listing-page .load-snapshots-button {
  color: rgba(0, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin: 20px 5px;
  cursor: pointer; }
  .results-listing-page .load-snapshots-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff; }

.results-listing-page .members-search-alert {
  background-color: #e6273a;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  margin: 20px 0 35px; }

.no-opacity {
  opacity: 0 !important; }
#member-page {
  min-height: 400px;
  padding: 0 20px; }
  #member-page .border-grey {
    border: 1px solid rgba(0, 0, 0, 0.25); }
  #member-page .border-r-grey {
    border-right: 1px solid rgba(0, 0, 0, 0.25); }
  #member-page .border-l-grey {
    border-left: 1px solid rgba(0, 0, 0, 0.25); }
  #member-page .content {
    padding-top: 50px; }
  #member-page .no-user-info {
    font-size: 24px;
    text-align: center;
    margin: 65px 0; }
  #member-page .member-info {
    padding: 0; }
    #member-page .member-info .member-image {
      width: 100px;
      height: auto;
      display: inline-block;
      border-right: 1px solid rgba(0, 0, 0, 0.25); }
    #member-page .member-info .member-title {
      display: inline-block;
      font-size: 60px;
      vertical-align: middle;
      margin: 0 0 0 30px; }
    #member-page .member-info .header-button {
      display: inline-block;
      border: 1px solid #c3c3c3;
      border-radius: 10px;
      padding: 12px 18px;
      text-transform: uppercase;
      color: #717171;
      position: relative;
      right: 0;
      float: right;
      margin: 23px 20px;
      cursor: pointer; }
    @media screen and (max-width: 644px) {
      #member-page .member-info {
        text-align: center; }
        #member-page .member-info .member-image {
          margin: 10px;
          border-right-width: 0; }
        #member-page .member-info .member-title {
          font-size: 40px;
          margin: 0;
          display: block;
          margin-top: 10px; }
        #member-page .member-info .header-button {
          float: none; } }
  #member-page .vital-stats {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 12px 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  #member-page .member-slider-group {
    margin-bottom: 40px; }
    #member-page .member-slider-group .cam-item {
      width: 100%; }
  #member-page .section-header {
    color: #000;
    text-transform: uppercase;
    padding: 0; }
    #member-page .section-header .title-link, #member-page .section-header .title-block {
      padding: 10px 20px;
      color: #000;
      transition: background .4s; }
      #member-page .section-header .title-link.pagination-button, #member-page .section-header .title-block.pagination-button {
        font-size: 23px;
        padding: 10px !important;
        cursor: pointer;
        transition: background .4s;
        display: flex; }
        #member-page .section-header .title-link.pagination-button:hover, #member-page .section-header .title-block.pagination-button:hover {
          background-color: #000;
          color: #fff;
          transition: background .4s; }
        #member-page .section-header .title-link.pagination-button.disabled, #member-page .section-header .title-block.pagination-button.disabled {
          pointer-events: none;
          color: #aaa; }
    #member-page .section-header a.title-link {
      transition: background .4s; }
      #member-page .section-header a.title-link:hover {
        color: #fff;
        background-color: #000;
        transition: background .4s;
        text-decoration: none; }
    @media screen and (max-width: 644px) {
      #member-page .section-header .title-link {
        width: 100%;
        border-right-width: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        text-align: center; } }
  #member-page .favorite-cam-item {
    max-height: 195px; }
  #member-page .cam-item .is-online:after {
    position: absolute; }
#member-index {
  min-height: 400px; }
  #member-index .Collapsible {
    width: 100%; }
  #member-index .border-grey {
    border: 1px solid rgba(0, 0, 0, 0.25); }
  #member-index .border-r-grey {
    border-right: 1px solid rgba(0, 0, 0, 0.25); }
  #member-index .border-l-grey {
    border-left: 1px solid rgba(0, 0, 0, 0.25); }
  #member-index .content {
    padding-top: 50px; }
  #member-index .member-slider-group {
    margin-bottom: 40px; }
  #member-index .section-header {
    color: #000;
    text-transform: uppercase;
    padding: 0; }
    #member-index .section-header .title-link, #member-index .section-header .title-block {
      padding: 10px 20px;
      color: #000;
      transition: background .4s; }
      #member-index .section-header .title-link.pagination-button, #member-index .section-header .title-block.pagination-button {
        font-size: 23px;
        padding: 10px !important;
        cursor: pointer;
        transition: background .4s;
        display: flex; }
        #member-index .section-header .title-link.pagination-button:hover, #member-index .section-header .title-block.pagination-button:hover {
          background-color: #000;
          color: #fff;
          transition: background .4s; }
        #member-index .section-header .title-link.pagination-button.disabled, #member-index .section-header .title-block.pagination-button.disabled {
          pointer-events: none;
          color: #aaa; }
    #member-index .section-header a.title-link {
      transition: background .4s; }
      #member-index .section-header a.title-link:hover {
        color: #fff;
        background-color: #000;
        transition: background .4s;
        text-decoration: none; }
    @media screen and (max-width: 644px) {
      #member-index .section-header .title-link {
        width: 100%;
        border-right-width: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        text-align: center; } }
  #member-index .info-box-content {
    background: rgba(255, 255, 255, 0.6); }
  #member-index .result-type-header {
    background-color: rgba(255, 255, 255, 0.8); }
  #member-index .results-inner-wrapper {
    padding: 15px 20px 25px; }
  #member-index .user-name {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-top: 10px;
    margin-left: 6px;
    color: rgba(0, 0, 0, 0.9);
    font-family: 'foundation_sans_roman';
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 20px;
    border-radius: 30px;
    text-align: center;
    letter-spacing: 1px;
    transition: background .4s,color .4s,opacity .4s;
    border: 1px solid rgba(0, 0, 0, 0.4); }
    #member-index .user-name:hover {
      text-decoration: none;
      background-color: #000;
      opacity: .6;
      color: #fff;
      transition: background .4s,color .4s,opacity .4s; }
/** Static Results **/
.static-page {
  padding-top: 20px;
  min-height: 400px; }
  .static-page img {
    max-width: 100%;
    height: auto; }

.faq-letter {
  font-size: 40px;
  font-weight: normal; }

.row.faq-question {
  font-weight: bold;
  font-size: 22px;
  border-left: 5px solid;
  background-color: rgba(0, 0, 0, 0.05); }

.row.faq-answer {
  font-size: 1.1rem;
  border-left: 5px solid #ccc;
  background-color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.5rem; }

.faq-link {
  position: absolute;
  top: -55px; }

.faq-toc {
  border: 1px solid;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 10px; }
  .faq-toc ul {
    padding-inline-start: 30px;
    margin-bottom: 0; }
    .faq-toc ul a {
      color: #333; }
.faqs-page {
  padding-top: 20px; }

.faqs-info h1 {
  border-bottom: 1px solid black; }

.faqs-info p {
  margin: 0px 16px; }

a .faq-title {
  color: #000;
  text-decoration: none;
  font-weight: bold; }

.faq-details {
  margin-bottom: 15px; }
.grants-page {
  padding-top: 20px; }

.grants-info h1 {
  border-bottom: 1px solid black; }

.grants-info p {
  margin: 0px 16px; }

a .grant-title {
  color: #000;
  text-decoration: none;
  font-weight: bold; }

.grant-details {
  margin-bottom: 15px; }
#help-tutorials-page .Collapsible {
  margin-top: 10px; }

#help-tutorials-page .section-0 .Collapsible {
  margin-top: 0; }
#films-page .Collapsible {
  margin-top: 10px; }

#films-page .section-0 .Collapsible {
  margin-top: 0; }
.flex-center {
  justify-content: center; }

#newsletter-page {
  margin-bottom: 40px;
  min-height: 400px; }
  #newsletter-page .load-more {
    margin-top: 10px; }
    #newsletter-page .load-more span {
      font-size: 16px;
      font-family: 'foundation_sans_roman';
      text-transform: uppercase; }
  #newsletter-page .newsletter-info-block {
    margin-top: 25px;
    margin-bottom: 30px; }
    #newsletter-page .newsletter-info-block .daily-dose-logo {
      border-radius: 10px;
      background-color: #ae599c;
      padding: 18px;
      text-align: center; }
    #newsletter-page .newsletter-info-block .newsletter-header {
      border-radius: 5px;
      background-color: white;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.902);
      line-height: 1.333;
      text-align: center;
      font-family: "foundation_sans_roman";
      padding: 12px;
      margin-bottom: 10px; }
    #newsletter-page .newsletter-info-block .newsletter-body {
      font-size: 18px;
      font-family: "foundation_sans_roman";
      color: black;
      line-height: 1.35em;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 20px; }
      #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form {
        padding-left: 0;
        margin-top: 8px; }
        #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group {
          margin-left: 0;
          margin-right: 2%;
          width: 65%; }
          #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control {
            width: 100%;
            border-color: #ae599c;
            padding: 10px 17px;
            line-height: 1.0em; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control::-webkit-input-placeholder {
              /* WebKit, Blink, Edge */
              text-transform: uppercase;
              color: #ae599c; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control:-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              text-transform: uppercase;
              opacity: 1;
              color: #ae599c; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              text-transform: uppercase;
              opacity: 1;
              color: #ae599c; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control:-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              text-transform: uppercase;
              color: #ae599c; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control::-ms-input-placeholder {
              /* Microsoft Edge */
              text-transform: uppercase;
              color: #ae599c; }
          #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group.has-danger .form-control-feedback {
            top: 6px; }
        #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .btn.btn-primary {
          width: 30%;
          background-color: #ae599c;
          border-radius: 10px;
          font-size: 16px;
          line-height: 1.0em;
          padding: 12px 20px; }
  #newsletter-page .video-player-btn span {
    display: flex;
    justify-content: center;
    align-items: center; }
    #newsletter-page .video-player-btn span svg {
      width: 20px;
      height: auto;
      margin-left: 5px; }
  #newsletter-page .gfy-embed {
    margin: 5px; }
  #newsletter-page .gif-tile {
    box-sizing: border-box;
    padding: 5px; }
    #newsletter-page .gif-tile .gif-wrap {
      overflow: hidden; }
/*
    DEMO STYLE
*/
.snapshots-wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  /* ---------------------------------------------------
      SIDEBAR STYLE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      CONTENT STYLE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */ }
  .snapshots-wrapper a,
  .snapshots-wrapper a:hover,
  .snapshots-wrapper a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s; }
  .snapshots-wrapper .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
  .snapshots-wrapper .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none; }
  .snapshots-wrapper .snapshots-sidebar {
    min-width: 250px;
    max-width: 250px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    transition: all 0.3s; }
    .snapshots-wrapper .snapshots-sidebar.active {
      margin-left: -250px; }
    .snapshots-wrapper .snapshots-sidebar .sidebar-header {
      padding: 20px; }
    .snapshots-wrapper .snapshots-sidebar .sidebar-subheader {
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.05);
      font-size: 1.2em;
      cursor: default; }
    .snapshots-wrapper .snapshots-sidebar ul.components {
      padding: 20px 0; }
    .snapshots-wrapper .snapshots-sidebar ul p {
      color: #fff;
      padding: 10px; }
    .snapshots-wrapper .snapshots-sidebar ul li a {
      padding: 10px;
      font-size: 1.1em;
      display: block;
      padding-left: 30px !important; }
      .snapshots-wrapper .snapshots-sidebar ul li a:hover {
        color: #000;
        background: #fff; }
    .snapshots-wrapper .snapshots-sidebar ul li.active > a,
    .snapshots-wrapper .snapshots-sidebar a[aria-expanded="true"] {
      color: #fff;
      background: rgba(0, 0, 0, 0.35); }
  .snapshots-wrapper a[data-toggle="collapse"] {
    position: relative; }
  .snapshots-wrapper #content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s; }
  @media (max-width: 768px) {
    .snapshots-wrapper .snapshots-sidebar {
      margin-left: -250px; }
    .snapshots-wrapper .snapshots-sidebar.active {
      margin-left: 0; }
    .snapshots-wrapper #sidebarCollapse span {
      display: none; } }

.snapshot-has-video {
  position: absolute;
  right: 0;
  z-index: 10;
  font-size: 1.3em;
  text-shadow: 2px 1px 4px #fff; }

.snapshot-has-video-icon {
  line-height: 1.0em; }
.testimonial {
  max-width: 700px;
  padding: 30px;
  border-bottom: 1px solid #d1d1d1; }
  .testimonial .quote {
    padding: 20px 0 25px; }
  .testimonial .attribution {
    padding: 0 0 20px; }

@media (min-width: 768px) {
  .testimonial-video {
    min-width: 560px; } }
.photo-gallery .site-wrapper {
  height: 100% !important; }
  .photo-gallery .site-wrapper .main-wrapper {
    margin-top: 0 !important;
    padding-top: 50px;
    height: 100%; }
    .photo-gallery .site-wrapper .main-wrapper .main-content {
      height: 100% !important; }
      .photo-gallery .site-wrapper .main-wrapper .main-content iframe.gallery {
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        margin: 0; }

.photo-gallery .footer {
  display: none; }

.gallery-link {
  background-size: cover;
  background-position: center; }
  .gallery-link .gallery-thumbnail {
    max-width: 100.5%;
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%); }
  .gallery-link .gallery-title {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 5px 10px; }
* {
  min-height: 0;
  min-width: 0; }

/*TODO: MOVE THIS TO OWN FILE*/
@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; } }

@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; } }

body,
html {
  font-family: 'foundation_sans_roman', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%; }

/* STYLING FOR PUSHING FOOTER TO THE BOTTOM */
#root,
#root > div,
#root > div > div,
.app {
  height: 100%;
  min-height: 100%; }

.site-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.main-content {
  flex: 1;
  min-height: 500px;
  position: relative; }

/* END FOOTER PUSH STYLING */
body.main-grey-bkg {
  background: url("/images/Tile_Background2.jpg") repeat #C6C6C6; }
  body.main-grey-bkg .header-wrapper {
    background: url("/images/Tile_Background2.jpg") repeat #C6C6C6; }

body.main-white-bkg {
  background: #D9D9D9; }
  body.main-white-bkg .header-wrapper {
    background: #D9D9D9; }

button:focus {
  outline: 0; }

.svg-loader {
  background: url("/images/ring-alt-loader.svg") no-repeat;
  background-size: contain;
  width: 71px;
  height: 71px;
  display: block;
  position: relative;
  margin: 36px auto; }

/* Animations */
.fade-out-bck:after {
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
  -webkit-animation: fade-out-bck 1s ease-out alternate both;
  -moz-animation: fade-out-bck 1s ease-out alternate both;
  animation: fade-out-bck 1s ease-out alternate both; }

/* Container Overrides */
@media screen and (min-width: 645px) {
  .container-fluid.content {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 1200px) {
  .container-fluid.content {
    width: 1065px !important; } }

/* Button Overrides */
.btn.btn-secondary {
  border-radius: 10px;
  color: #333333;
  background: rgba(255, 255, 255, 0.8); }
  .btn.btn-secondary:disabled:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #333333; }
  .btn.btn-secondary:hover {
    background: black;
    color: #fff;
    cursor: pointer; }

.bg-fff {
  background-color: #fff; }

.bg-fff-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-fff-75 {
  background-color: rgba(255, 255, 255, 0.75); }

.bg-fff-65 {
  background-color: rgba(255, 255, 255, 0.65); }

.bg-fff-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-fff-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-448ccb {
  background-color: #448ccb; }

.bg-000 {
  background-color: black; }

.bg-000-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-000-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-eceae7 {
  background-color: #ECEAE7; }

.textColor-fff {
  color: #fff; }

.textColor-333 {
  color: #333; }

.textColor-000 {
  color: #000; }

.container-boxShadow {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35); }

.container-rounded {
  border-radius: 0; }

.container-top-rounded {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.container-bottom-rounded {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

@media screen and (min-width: 645px) {
  .container-rounded {
    border-radius: 5px; }
  .container-top-rounded {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .container-bottom-rounded {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; } }

.o-90 {
  opacity: 0.9; }

/* Test Utilities */
.comment-expander {
  height: 550px; }

/* Salvattore Grid*/
/* Configurate salvattore with media queries */
@media screen and (max-width: 480px) {
  #grid[data-columns]:before {
    content: '1 .column.size-1of1'; } }

#grid[data-columns]:before {
  content: '2 .column.size-1of2'; }

/* These are the classes that are going to be applied: */
/* Base styles */
.column {
  float: left; }

.size-1of4 {
  width: 25%; }

.size-1of3 {
  width: 33.333%; }

.size-1of2 {
  width: 50%; }

.size-1of1 {
  width: 100%; }

.column > .column {
  float: none; }

/* Typography */
.u-textSize-11 {
  font-size: 11px; }

.u-textSize-12 {
  font-size: 12px; }

.u-textSize-13 {
  font-size: 13px; }

.u-textSize-14 {
  font-size: 14px; }

.u-textSize-16 {
  font-size: 16px; }

.u-textSize-18 {
  font-size: 18px; }

.u-textSize-20 {
  font-size: 20px; }

.u-textSize-22 {
  font-size: 22px; }

.u-textSize-24 {
  font-size: 24px;
  line-height: 21px; }

.u-textSize-26 {
  font-size: 26px;
  letter-spacing: .2px; }

.u-textSize-32 {
  font-size: 32px;
  letter-spacing: .2px; }

.u-textSize-42 {
  font-size: 42px;
  letter-spacing: .3px; }

.u-font-foundation-roman {
  font-family: 'foundation_sans_roman'; }

.u-font-foundation-light {
  font-family: 'foundation_sans_light'; }

.u-font-foundation-ultralight {
  font-family: 'foundation_sans_ultra_light'; }

.u-font-foundation-bold {
  font-family: 'foundation_sans_bold'; }

.modal {
  width: inherit;
  height: inherit;
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  display: inherit; }

a.close-modal:link, a.close-modal:visited,
a.close-modal:active, a.close-modal:hover {
  cursor: pointer; }

figure {
  margin-bottom: 0 !important; }

/* Padding Helpers */
.pr-10 {
  padding-right: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-7 {
  padding-left: 7px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pl-50 {
  padding-left: 50px !important; }

.plr-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pr-5 {
  padding-right: 5px !important; }

.pr-7 {
  padding-right: 7px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pr-55 {
  padding-right: 55px !important; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-25 {
  padding: 25px; }

.pt-15 {
  padding-top: 15px !important; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 20px; }

.plr-10 {
  padding-left: 10px;
  padding-right: 10px; }

.plr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.plr-30 {
  padding-left: 30px;
  padding-right: 30px; }

.plr-40 {
  padding-left: 40px;
  padding-right: 40px; }

.pX-15 {
  padding-left: 15px;
  padding-right: 15px; }

.pY-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pY-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pY-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pt-10 {
  padding-top: 10px; }

.pt-90 {
  padding-top: 90px; }

.pt-120 {
  padding-top: 120px; }

.pt-350 {
  padding-top: 350px !important; }

@media screen and (min-width: 645px) {
  .pt-350 {
    padding-top: 305px !important; } }

/* Margin Helpers */
.mb-5 {
  margin-bottom: 5px; }

.mb-15 {
  margin-bottom: 15px; }

.mr-0 {
  margin-right: 0 !important; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-0 {
  margin: 0 !important; }

.mT-5 {
  margin-top: 5px !important; }

.mT-10 {
  margin-top: 10px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-60 {
  margin-top: 60px; }

.mt-100 {
  margin-top: 100px !important; }

.mL-10 {
  margin-left: 10px; }

.mL-20 {
  margin-left: 20px !important; }

.mL-35 {
  margin-left: 35px !important; }

.mL-65 {
  margin-left: 15px !important; }

.mY-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mY-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mX-10 {
  margin-left: 10px;
  margin-right: 10px; }

.mX-40 {
  margin-left: 40px;
  margin-right: 40px; }

.mX-4 {
  margin-left: 4px;
  margin-right: 4px; }

.mL-4 {
  margin-left: 4px; }

.mL-104 {
  margin-left: 104px; }

.mb-50 {
  margin-bottom: 50px; }

@media screen and (min-width: 645px) {
  .mL-65 {
    margin-left: 65px !important; } }

.is-hidden {
  display: none !important; }

.is-faved {
  background-color: #cc2dd3 !important;
  transition: background-color .4s; }

.site-wrapper.is-desktop .is-faved:hover i:before {
  content: "\E951" !important; }

.site-wrapper.is-desktop .heart:hover {
  background-color: #cc2dd3 !important;
  transition: background-color .4s; }

/* read more section */
#promo-read-more-text {
  overflow: hidden; }

.info-box {
  height: auto;
  transition: height 0.4s;
  line-height: 18px; }

.info-box.is-collapsed {
  height: 255px;
  overflow: hidden;
  transition: height 0.4s; }

a.read-more:active,
a.read-more:link,
a.read-more:visited {
  color: #000;
  text-decoration: none; }

a.read-more:before {
  display: inline-block;
  content: attr(data-read-more); }

.read-more:active > i:before,
.read-more:link > i:before,
.read-more:visited > i:before {
  display: inline-block;
  transform: rotateX(0);
  transition: transform 0.4s; }

.read-more.is-expanded:before {
  content: attr(data-read-less); }

.read-more.is-expanded:active > i:before,
.read-more.is-expanded:link > i:before,
.read-more.is-expanded:visited > i:before {
  display: inline-block;
  transform: rotateX(180deg);
  transition: transform 0.4s; }

/* Panel Styles */
.panel-label[data-panel-title]:before {
  content: attr(data-panel-title);
  display: inline-block; }

.panel-title {
  border-right: 1px solid #ccc; }

.carousel-controls-wrapper {
  display: inline-block;
  margin: 10px auto 0; }

.blog-slide a:hover {
  text-decoration: none; }

.inner-slide {
  display: block;
  position: relative; }

#facts-carousel {
  padding-bottom: 0; }

.fact-slide .inner-slide {
  min-height: 7.5em;
  padding: 0px 5px; }

.post-title {
  border: 1px solid #c0c0c0;
  border-top: 0;
  padding: 30px;
  color: #000;
  line-height: 21px; }

.post-title.overlay-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  text-align: center;
  font-size: 22px; }

/* jscroll styles */
.jscroll-loading {
  margin: 0 auto;
  position: relative;
  display: block;
  margin-bottom: 20px; }

.info-box-header {
  height: 40px;
  border-bottom: 1px solid #d0d0d0;
  padding: 9px 24px;
  background: rgba(255, 255, 255, 0.6); }

.info-header-logo {
  font-size: 26px;
  position: absolute; }

.right-of-logo {
  margin-left: 105px;
  position: relative;
  top: 3px; }

.info-box-content {
  line-height: 24px; }

.Collapsible__trigger {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 7px 24px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer; }

.Collapsible__trigger.weather-component {
  padding: 8px 24px; }

.Collapsible__trigger:after {
  font-family: 'icomoon';
  content: '\E904';
  position: absolute;
  right: 21px;
  top: 7px;
  display: block;
  transition: transform 300ms;
  font-size: 20px;
  color: #b8b8b8; }

.Collapsible__trigger.is-open:after {
  transform: rotateZ(180deg); }

.Collapsible__trigger.is-disabled {
  opacity: 0.5;
  background-color: grey; }

.Collapsible__trigger h2 {
  font-size: 18px;
  display: inline;
  line-height: 18px; }

/* The ReactResizeDetector is the first child of the dynamic height column. We want to make sure
that it doesn't show scollbars, but the component doesn't accept className, so for now, it just
targets it by using direct descendant first-child selector */
.dynamic-height-column > div:first-child,
.dynamic-height-column > div:first-child div {
  overflow: hidden !important; }

img.desaturate {
  filter: grayscale(100%);
  mix-blend-mode: multiply; }

.partner-separator {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  clear: both; }

.partner-logo-container {
  width: 40%;
  max-width: 160px;
  margin-right: 10px; }

.partner-logo img {
  max-height: 100%; }

.partner-details {
  width: calc(60% - 10px);
  float: right; }

.partner-website {
  margin-top: 28px; }

.partner-info-blurb {
  margin-bottom: 25px; }

.smaller-text {
  font-size: 0.8em; }

/** Cam Info Panel **/
.cam-established,
.prime-viewing-hours {
  flex: 1;
  text-align: center; }

/** Absolute center **/
.abs-center {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.has-danger a {
  color: #883633; }

.pagination-btn {
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  transition: background .4s, color .4s, opacity .4s;
  font-size: 23px;
  line-height: 11px;
  font-family: 'foundation_sans_roman';
  padding: 7px 10px 8px 9px;
  cursor: pointer; }
  .pagination-btn:focus {
    outline: 0 !important; }
  .pagination-btn.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .pagination-btn.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }

.site-wrapper.is-desktop .pagination-btn:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s;
  text-decoration: none; }
  .site-wrapper.is-desktop .pagination-btn:hover i {
    color: #FFF; }

.hidden-mobile {
  display: none; }
  @media screen and (min-width: 768px) {
    .hidden-mobile {
      display: block; } }

.hidden-tablet {
  display: none; }
  @media screen and (min-width: 1024px) {
    .hidden-tablet {
      display: block; } }

.video-carousel-paging {
  text-align: center;
  font-size: 20px;
  color: #595959;
  opacity: 0.8;
  width: 100px;
  background: none;
  box-shadow: none;
  border: none;
  letter-spacing: 2px;
  padding: 0; }

.factoids-paging {
  left: 6px;
  top: 9px; }

.cam-item.is-online:after {
  top: 10px;
  content: "LIVE";
  background: #323232;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  height: 25px;
  width: 45px;
  padding: 0;
  padding-left: 9px;
  border-radius: 10px;
  left: 10px;
  z-index: 2;
  position: absolute; }

.cam-item.is-offline:after,
.cam-item.is-meditation:after,
.cam-item.is-film:after,
.cam-item.is-off-season:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  top: 256px;
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-item.is-offline:after {
  left: 2px;
  content: "HIGHLIGHT";
  border-top-right-radius: 10px; }

.cam-item.is-off-season:after {
  left: 2px;
  content: "OFF SEASON";
  border-top-right-radius: 10px; }

.cam-item.is-meditation:after {
  right: 2px;
  content: "MEDITATION";
  border-top-left-radius: 10px; }

.cam-item.is-film:after {
  right: 2px;
  content: "FILM";
  border-top-left-radius: 10px; }

.text-btn {
  padding: 15px 20px 12px 20px;
  margin-right: 2px;
  letter-spacing: 0.05em;
  border-radius: 10px; }
  .text-btn.hide-cam-toggle {
    padding-left: 17px;
    padding-right: 15px; }
  .text-btn:last-of-type {
    margin-right: 0px; }

.inverse-btn {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important; }
  .inverse-btn:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    color: rgba(0, 0, 0, 0.9) !important; }

.green-btn {
  color: #fff !important;
  background-color: #5cb85c !important; }
  .green-btn:hover {
    background-color: #000 !important;
    opacity: .6 !important;
    color: #FFF !important;
    transition: background .4s, color .4s, opacity .4s !important; }

.weather-btn {
  color: #007a9e !important; }

.cam-item img {
  width: 100% !important; }

.list-style-none {
  list-style: none outside; }

/** Alerts */
.alert {
  border-radius: 0;
  border: none;
  font-size: 14px; }
  @media (min-width: 768px) {
    .alert {
      font-size: 18px; } }
  .alert.alert-dismissible .close {
    opacity: 1; }
    .alert.alert-dismissible .close:hover {
      color: #fff;
      opacity: 0.75; }
  .alert a {
    color: #fff;
    text-decoration: underline; }
  .alert.alert-info {
    background: rgba(31, 117, 162, 0.8);
    color: #fff; }
  .alert.alert-warning {
    background: rgba(0, 0, 0, 0.8);
    color: #fff; }
  .alert.alert-danger {
    background: rgba(230, 39, 58, 0.8);
    color: #fff; }
  .alert p {
    margin-bottom: 0; }

.follow-btn {
  color: #42b72a;
  border: 1px solid transparent;
  background-color: #FFF;
  border: 1px solid black;
  padding: 4px 10px;
  border-radius: 2px; }
  .follow-btn:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #36a420; }

.react-redux-modal {
  font-family: 'foundation_sans_roman';
  box-sizing: content-box; }
  .react-redux-modal button:focus {
    outline: 0; }
  .react-redux-modal .rrm-holder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; }
    .react-redux-modal .rrm-holder .scroll {
      width: 100%;
      height: 100%;
      position: relative;
      overflow-y: auto;
      z-index: 1; }
      .react-redux-modal .rrm-holder .scroll .rrm-content {
        z-index: 1;
        background-color: #fcfcfc;
        position: relative;
        border-radius: 8px;
        box-shadow: 0 0 20px #333;
        margin: 30px auto;
        overflow: hidden; }
        .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title {
          width: 100%;
          height: 60px;
          border-bottom: 1px solid #dbdbdb;
          position: relative;
          color: #444;
          box-sizing: content-box; }
          .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title h2 {
            height: 60px;
            padding: 0 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 1.4em;
            margin: 0;
            line-height: 60px;
            float: left;
            box-sizing: content-box; }
          .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions {
            width: 120px;
            height: 100%;
            text-align: center;
            float: left; }
            .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button {
              width: 40px;
              height: 40px;
              margin: 10px 8px;
              line-height: 40px;
              position: relative;
              border: 1px solid transparent;
              float: right;
              background-color: transparent;
              text-align: center;
              padding: 0;
              color: #666;
              font-size: 1.2em;
              border-radius: 50%; }
              .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button:hover {
                color: #4186bf;
                cursor: pointer;
                background-color: rgba(65, 134, 191, 0.1);
                border-color: rgba(65, 134, 191, 0.2);
                box-shadow: 2px 2px 3px #f0f0f0; }
        .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-body {
          width: 100%; }
        .react-redux-modal .rrm-holder .scroll .rrm-content.m-small {
          width: 300px; }
          .react-redux-modal .rrm-holder .scroll .rrm-content.m-small .rrm-title h2 {
            width: 140px; }
        .react-redux-modal .rrm-holder .scroll .rrm-content.m-medium {
          width: 675px;
          background-color: transparent;
          box-shadow: none;
          overflow: visible; }
          @media screen and (max-width: 685px) {
            .react-redux-modal .rrm-holder .scroll .rrm-content.m-medium {
              width: auto;
              margin: 15px 10px; } }
          .react-redux-modal .rrm-holder .scroll .rrm-content.m-medium .rrm-title h2 {
            width: 340px; }
        .react-redux-modal .rrm-holder .scroll .rrm-content.m-large {
          width: 800px; }
          .react-redux-modal .rrm-holder .scroll .rrm-content.m-large .rrm-title h2 {
            width: 640px; }
    .react-redux-modal .rrm-holder .rrm-shadow {
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }

.modals-popup {
  z-index: 20000;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f2f2f2;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25); }
  .modals-popup .modal-header {
    padding: 15px;
    background: #000000;
    font-size: 20px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    .modals-popup .modal-header > div {
      font-size: 20px;
      line-height: 19px; }
    .modals-popup .modal-header a:link, .modals-popup .modal-header a:visited, .modals-popup .modal-header a:active {
      color: #fff; }
    .modals-popup .modal-header a:hover {
      color: #3a3835; }
    .modals-popup .modal-header a.closer {
      -webkit-filter: grayscale(1);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: gray;
      filter: grayscale(100%); }
      .modals-popup .modal-header a.closer:link, .modals-popup .modal-header a.closer:visited, .modals-popup .modal-header a.closer:hover, .modals-popup .modal-header a.closer:active {
        position: relative;
        float: right;
        display: block;
        width: 15px;
        height: 15px;
        margin-right: 2px;
        background: transparent url(/images/arrow-sprite.png) 0 -175px; }
  .modals-popup .modal-footer {
    background: #fff;
    text-align: center;
    justify-content: center; }
  .modals-popup .btn {
    box-sizing: border-box; }
    .modals-popup .btn.whole-width {
      width: 100%; }
    .modals-popup .btn.btn-primary {
      padding: 10px 36px;
      text-transform: uppercase;
      background-color: #4d9fd2;
      border: none;
      border-radius: 10px;
      cursor: pointer; }
      .modals-popup .btn.btn-primary:hover {
        background-color: #76b5dc; }
    .modals-popup .btn.btn-cancel {
      padding: 10px 36px;
      text-transform: uppercase;
      background-color: #d9534f;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      color: #ffffff; }
      .modals-popup .btn.btn-cancel:hover {
        background-color: #e27c79; }
    .modals-popup .btn.btn-secondary {
      padding: 14px 36px;
      border-radius: 6px;
      cursor: pointer;
      position: relative;
      border: solid 1px rgba(0, 0, 0, 0.4);
      background: rgba(255, 255, 255, 0.5);
      color: rgba(89, 89, 89, 0.9);
      transition: background .4s, color .4s, opacity .4s;
      font-size: 16px;
      line-height: 11px;
      text-transform: uppercase;
      font-family: 'foundation_sans_roman'; }
      .modals-popup .btn.btn-secondary:hover {
        background-color: #000;
        opacity: .6;
        color: #FFF;
        transition: background .4s, color .4s, opacity .4s; }
  .modals-popup .form-group {
    position: relative;
    margin-bottom: 10px; }
    .modals-popup .form-group.has-danger .form-control-feedback {
      pointer-events: none;
      padding-left: 2.25rem;
      background-repeat: no-repeat;
      background-position: top left .5625rem;
      background-size: 1.125rem 1.125rem;
      line-height: 1.2em;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
      font-size: 0.9em; }
      .modals-popup .form-group.has-danger .form-control-feedback span {
        margin-top: 1px;
        display: inline-block; }
    .modals-popup .form-group.has-danger.show-label .form-control-feedback {
      position: static;
      padding-left: 2.25rem;
      padding-right: 0;
      background-position: center left .5625rem; }
  .modals-popup label {
    color: #666666; }
  .modals-popup .row {
    box-sizing: border-box; }

.video-player-btn {
  cursor: pointer;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  transition: background .4s, color .4s, opacity .4s;
  font-size: 16px;
  line-height: 15px;
  font-family: 'foundation_sans_roman';
  margin-right: 10px !important;
  text-decoration: none; }
  .video-player-btn:hover, .video-player-btn:visited, .video-player-btn:active, .video-player-btn:link {
    text-decoration: none; }
  .video-player-btn.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .video-player-btn.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .video-player-btn:focus {
    outline: 0 !important; }

.site-wrapper.is-desktop .video-player-btn:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s; }
  .site-wrapper.is-desktop .video-player-btn:hover i {
    color: #FFF; }

.cam-btn, .ig-btn, .blog-btn {
  font-size: 23px; }
  .cam-btn > i, .ig-btn > i, .blog-btn > i {
    position: relative;
    top: 7px; }
  .cam-btn:last-of-type, .ig-btn:last-of-type, .blog-btn:last-of-type {
    margin-left: 10px; }
  .cam-btn.right, .ig-btn.right, .blog-btn.right {
    padding: 0 6px 15px 9px; }
    .cam-btn.right > i, .ig-btn.right > i, .blog-btn.right > i {
      left: 0px; }
  .cam-btn.left, .ig-btn.left, .blog-btn.left {
    padding: 0 6px 15px 9px; }
    .cam-btn.left > i, .ig-btn.left > i, .blog-btn.left > i {
      left: -3px; }

ul.carousel-buttons {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0; }
  ul.carousel-buttons .video-player-btn {
    line-height: 1; }

/*# sourceMappingURL=app.css.map*/