@charset "UTF-8";
/* === GLOBAL === */
body .customify-container, body .layout-contained {
  max-width: 1248px;
}

.main-layout-content #site-content > .customify-container .customify-grid #main {
  padding-top: 0;
}

h2, h3 {
  color: #00518b;
}

.page-template-default.main-layout-content #site-content > .customify-container {
  max-width: 100%;
  padding: 0;
}

#site-content > .customify-container > .customify-grid {
  margin: 0;
}

body #main {
  padding: 0;
  margin-bottom: 30px;
}

.btn-orange {
  font-size: 16px;
  font-weight: 700;
  display: table;
  padding: 3px;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #fdb813;
  background-color: #fdb813;
  color: #4d4840;
}
.btn-orange div {
  outline: 2px solid #fff4d9;
  width: 100%;
  padding: 3px 20px;
}

@media (min-width: 400px) {
  .btn-orange {
    width: auto;
  }
}
.btn-orange:hover, .btn-orange:focus {
  background-color: #ffd87a;
}

.entry-content .block-admin {
  display: none;
}

#main {
  padding-bottom: 0;
}

.wp-block-image {
  margin-top: 0;
}

b, strong {
  font-weight: bold;
}

#page-breadcrumb {
  border-bottom: none;
}

.home #page-breadcrumb {
  display: none;
}

.entry-content .wp-block-columns {
  margin-bottom: 0;
}

.txt-white {
  color: #fff;
}

.entry-content.lw-1140 p, .entry-content.lw-1140 h1, .entry-content.lw-1140 h2, .entry-content.lw-1140 h3, .entry-content.lw-1140 h4, .entry-content.lw-1140 h5, .entry-content.lw-1140 h6, .entry-content.lw-1140 hr, .entry-content.lw-1140 blockquote, .entry-content.lw-1140 img, .entry-content.lw-1140 ul, .entry-content.lw-1140 form {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry-content.lw-1000 p, .entry-content.lw-1000 h1, .entry-content.lw-1000 h2, .entry-content.lw-1000 h3, .entry-content.lw-1000 h4, .entry-content.lw-1000 h5, .entry-content.lw-1000 h6, .entry-content.lw-1000 hr, .entry-content.lw-1000 blockquote, .entry-content.lw-1000 img, .entry-content.lw-1000 ul, .entry-content.lw-1000 form {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fa-file-pdf {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.fa-file-pdf::before {
  content: "";
  color: #b90000;
}

.blue-banner {
  margin: 0;
}

@media (min-width: 1000px) {
  .blue-banner {
    font-size: 24px;
  }
}
.entry-content .txt-lblue {
  color: #0096d6;
}
.entry-content .txt-dblue {
  color: #00518b;
}
.entry-content .txt-yellow {
  color: #fdb813;
}

.country-selector.weglot-default {
  bottom: 5px;
}

.customify-has-cookie-bar .customify_cookie_notice {
  z-index: 15000;
}

/* === HEADER === */
.primary-menu-mobile ul#menu-primary-menu .current-menu-item {
  background-color: #00518b;
}

.mobile-item--menu.builder-item-sidebar .primary-menu-sidebar .primary-menu-ul > li > a {
  font-size: 16px;
  font-weight: bold;
}

.nav-menu-mobile .menu li .nav-toggle-icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}

.site-content {
  margin-top: 30px;
}

.page-titlebar .titlebar-title {
  color: #00518b;
}

@media (min-width: 600px) {
  .page-titlebar .titlebar-title {
    font-size: 30px;
  }
}
#page-cover .page-cover-inner {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#page-cover .page-cover-inner .page-cover-tagline, #page-cover .page-cover-inner .page-cover-title {
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

header .builder-item--html_3 p {
  display: none;
}
header .builder-item--html_3 .btn-orange {
  font-size: 12px;
}

/* === FOOTER === */
footer {
  color: white;
}
footer h4.widget-title {
  color: #fdb813;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1;
  text-transform: none;
}
footer a {
  color: white !important;
}
footer a:hover {
  color: #fdb813 !important;
}

.footer-top-inner {
  background: #404040 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.footer-top-inner .g-horizontalmenu {
  text-align: center;
}
.footer-top-inner .g-horizontalmenu li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  border-right: solid 2px #ff6b0b;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: white;
}
.footer-top-inner .g-horizontalmenu li a {
  color: white;
}
.footer-top-inner .g-horizontalmenu li a:hover {
  color: #fdb813;
}
.footer-top-inner .g-horizontalmenu li:first-child {
  padding-left: 0px;
}
.footer-top-inner .g-horizontalmenu li:last-child {
  padding-right: 0px;
  border-right: none;
}

.builder-first--footer_contact .builder-contact--item {
  display: table;
  margin: auto !important;
}

ul#footer_contact li {
  margin-bottom: 10px;
}
ul#footer_contact li:first-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  ul#footer_contact li:first-child span {
    margin: auto;
  }
}

@media (max-width: 600px) {
  .builder-first--footer-1 {
    text-align: center;
  }
}
footer form input.submit {
  line-height: 20px !important;
  letter-spacing: 1px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fdb813 !important;
  min-height: auto !important;
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.05) !important;
  padding: 8px !important;
  text-transform: none !important;
  font-family: arial !important;
  font-weight: normal !important;
  transform: translateY(1px) !important;
}
footer form input.submit:hover {
  box-shadow: none !important;
}

.g-social.social a {
  padding-right: 10px;
}

.swa-travels {
  display: -webkit-flex;
  display: flex;
  max-width: 250px;
}
.swa-travels .swa-logo {
  background-color: white;
  padding: 5px;
  padding-bottom: 0;
  border-radius: 5px;
  min-width: 100px;
  max-width: 100px;
}
.swa-travels .swa-text {
  text-align: left;
  padding-left: 7px;
  line-height: 1.3;
  font-size: 14px;
}

@media (max-width: 570px) {
  .swa-travels {
    margin: 0 auto;
  }
}
.lx-badges {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.lx-badges div {
  margin-bottom: 25px;
}
.lx-badges div img {
  width: 100%;
  max-width: 140px;
}

.footer-bottom .footer--row-inner {
  font-size: 13px;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 600px) {
  .footer-bottom .footer--row-inner nav#site-navigation-bottom-desktop {
    text-align: center;
  }
}

/* === HOME === */
/* === BLOCKS === */
.nb-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.nb-container .nb-box {
  width: 100%;
  padding: 25px;
  margin-bottom: 30px;
}
.nb-container .nb-box .nb-img {
  width: 100%;
  padding-top: 66.66%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  position: relative;
}
.nb-container .nb-box .nb-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nb-container .nb-box .nb-title h2 {
  color: #ff6b0b;
  font-size: 30px;
  margin-bottom: 10px;
}
.nb-container .nb-box .nb-excerpt {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
}
.nb-container .nb-box .nb-additional {
  color: #00518b;
  border-left: solid 1px #cfc4a6;
  border-right: solid 1px #cfc4a6;
  padding-left: 30px;
  padding-right: 30px;
}

.bg-gradient {
  background: url("img/bg-gradient.png") no-repeat center top;
  background-size: cover;
}

@media (min-width: 850px) {
  .nb-container .nb-box {
    padding: 0;
    width: 29%;
  }
}
.banner-random {
  position: relative;
}
.banner-random a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-random img {
  width: 100%;
  margin-bottom: -10px;
}
.banner-random .br-desktop {
  display: none;
}
@media (min-width: 767px) {
  .banner-random .br-desktop {
    display: block;
  }
  .banner-random .br-mobile {
    display: none;
  }
}

.collaborators {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  justify-content: space-evenly;
  margin-bottom: 70px;
}
.collaborators .box-logo-container {
  padding: 15px;
}
.collaborators .box-logo-container .box-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  height: 160px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}
.collaborators .box-logo-container .box-logo .logo-img {
  width: 100%;
  text-align: center;
}
.collaborators .box-logo-container .box-logo .logo-img img {
  width: auto;
  max-height: 100px;
}
.collaborators .box-logo-container .box-logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.collaborators .box-logo-container .box-logo.hover-darken:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

@media (max-width: 800px) {
  .collaborators .box-logo-container {
    width: 100% !important;
  }
}
.heading-branded {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.heading-branded .hb-title h2 {
  padding-right: 30px;
  margin: 0;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  font-size: 28px;
}
.heading-branded .hb-line {
  height: 2px;
  width: 100%;
  background-color: #fdb813;
}

.laz-timeline {
  max-width: 1000px;
  margin: 0 auto;
}
.laz-timeline .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.laz-timeline .active, .laz-timeline .accordion:hover {
  background-color: #0096d6;
  color: white;
}
.laz-timeline .accordion:after {
  content: "+";
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.laz-timeline .active:after {
  content: "−";
}
.laz-timeline .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.laz-timeline .panel .lt-excerpt {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
}
.laz-timeline .panel .lt-excerpt .lte-box1 {
  width: 40%;
  text-align: center;
  padding: 10px;
}
.laz-timeline .panel .lt-excerpt .lte-box1 .lte-img {
  width: 100%;
  padding-top: 66%;
  background-position: center;
  background-size: cover;
}
.laz-timeline .panel .lt-excerpt .lte-box2 {
  width: 60%;
  padding-left: 25px;
}
.laz-timeline .panel .lt-excerpt .lte-box2 .lte-date {
  margin-bottom: 15px;
  font-weight: bold;
}
.laz-timeline .panel .lt-excerpt .lte-box2 .lte-text {
  margin-bottom: 25px;
}
.laz-timeline .panel .lt-excerpt .lte-box2 .lte-btn {
  position: relative;
  background-color: #0096d6;
  color: white;
  padding: 8px 20px;
  display: inline-block;
  text-transform: uppercase;
}
.laz-timeline .panel .lt-excerpt .lte-box2 .lte-btn :hover {
  box-shadow: inset 0 0 0 120px rgba(255, 255, 255, 0.18);
}
.laz-timeline .panel .lt-excerpt .lte-box2 .lte-btn a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 600px) {
  .laz-timeline .panel .lt-excerpt {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .laz-timeline .panel .lt-excerpt .lte-box1 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .laz-timeline .panel .lt-excerpt .lte-box2 {
    width: 100%;
    padding: 0;
  }
}
.wp-admin .flipcause-iframe {
  position: relative;
  min-height: 250px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-admin .flipcause-iframe:before {
  content: "Flipcause Iframe";
}

/* === BLOG === */
.blog.main-layout-content:not(.search):not(.archive):not(.archive):not(.error404) #site-content > .customify-container {
  max-width: 1248px;
  padding-left: 2em;
  padding-right: 2em;
}

.entry-single .entry-post-navigation {
  margin-bottom: 50px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .posts-layout .entry-inner {
    display: block;
  }
}
_:-ms-fullscreen, :root .posts-layout .entry-inner {
  display: block;
}

/* === SIDEBARS === */
#sidebar-primary {
  padding-top: 0;
}
#sidebar-primary .sidebar-inner .widget-title {
  text-transform: none;
  font-size: 20px;
  line-height: 1.2;
  color: #00518b;
  text-align: center;
}
#sidebar-primary .sidebar-inner .widget_media_image {
  text-align: center;
}
#sidebar-primary .sidebar-inner #media_image-2 {
  margin-bottom: 10px;
}
#sidebar-primary .sidebar-inner #media_image-3 {
  margin-bottom: 10px;
}
#sidebar-primary #text-4, #sidebar-primary #text-5, #sidebar-primary #text-6, #sidebar-primary #media_image-6, #sidebar-primary #media_image-7, #sidebar-primary #media_image-8 {
  display: none;
}

/* === POPUPS === */
.pum .pum-content + .pum-close {
  min-height: initial;
}

.pum .pum-container {
  padding: 0 !important;
  min-width: auto !important;
}

.pu-modal {
  display: -webkit-flex;
  display: flex;
}
.pu-modal .pu-image {
  width: 50%;
  background-size: cover;
  background-position: center;
}
.pu-modal .pu-content {
  width: 50%;
  min-height: 450px;
  padding: 25px;
  background: #fee0a4;
  background: linear-gradient(0deg, rgba(254, 224, 164, 0.7) 0%, rgba(254, 230, 182, 0.3) 27%, white 100%);
}
.pu-modal .pu-content .pu-logo {
  text-align: center;
  margin-bottom: 15px;
}
.pu-modal .pu-content .pu-logo img {
  width: 100%;
  max-width: 75px;
}
.pu-modal .pu-content h2 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.pu-modal .pu-content .pu-body {
  margin-bottom: 20px;
  font-size: 15px;
}
.pu-modal .pu-content .pu-blurb {
  margin-top: 25px;
  color: #00518b;
  font-weight: 700;
}
.pu-modal .pu-content .pu-button2 {
  margin-top: 10px;
}
.pu-modal .pu-content .btn-orange {
  margin: 0 auto;
  text-transform: uppercase;
  width: auto !important;
}

@media (max-width: 650px) {
  .pu-modal .pu-image {
    display: none;
  }
  .pu-modal .pu-content {
    width: 100%;
  }
  .pu-modal .pu-content .pu-body {
    text-align: center;
  }
}
/* Flipcause Integration Styling */
/* ** March 2021 */
#fc-direct-embed-loader-out {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eee;
  z-index: 9;
}

#fc-direct-embed-loader-out .fc-direct-embed-loader {
  top: 40%;
}

.fc-black_overlay {
  display: none;
  position: fixed;
  z-index: 1000001;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  filter: alpha(opacity=50);
  cursor: pointer;
  opacity: 0.5;
}

.fc-white_content {
  opacity: 1;
  display: none;
  margin-top: -320px;
  margin-left: -485px;
  width: 970px;
  height: 640px;
  position: fixed;
  top: 50%;
  left: 50%;
  border: none;
  z-index: 1000002;
  overflow: auto;
}

.fc-main-box {
  opacity: 1;
  display: none;
  margin: 15px auto 0 auto;
  width: 930px;
  position: relative;
  z-index: 1000003;
}

.fc-widget_close {
  opacity: 1;
  background: url(https://www.flipcause.com/assets/close-icon.png);
  position: absolute;
  z-index: 1000004;
  right: -16px;
  top: -16px;
  display: block;
  cursor: pointer;
  width: 49px;
  height: 49px;
}

.floating_button {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 999999;
  overflow: auto;
}

@keyframes backfadesin {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@-moz-keyframes backfadesin {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes backfadesin {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@-o-keyframes backfadesin {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@-ms-keyframes backfadesin {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes fadesin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadesin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes fadesin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-o-keyframes fadesin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@-ms-keyframes fadesin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
/*css for small size screns like Iphone 5s/SE */
@media screen and (max-width: 414px) {
  .overlay-card {
    left: 0px !important;
  }
}
@media screen and (max-width: 320px) {
  .overlay-card {
    left: 0px !important;
  }

  #fc-embed-frame {
    width: 270px !important;
  }
}
.fc-lightbox-loader {
  color: #EEEEEE;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  float: right;
  right: 45.5%;
  top: 35%;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
  -moz-animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
  -webkit-animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
  -o-animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
  -ms-animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
}

.fc-direct-embed-loader {
  color: #777777;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 0 auto;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
  -moz-animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
  -webkit-animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
  -o-animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
  -ms-animation: fcload6 1.7s infinite ease, fcround 1.7s infinite ease;
  z-index: 1;
  display: none;
}

.fc-embed-main-box {
  opacity: 1;
  display: none;
  margin: 0 auto 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
  top: 0px;
}

@keyframes fcload6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-moz-keyframes fcload6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes fcload6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-o-keyframes fcload6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-ms-keyframes fcload6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes fcround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes fcround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fcround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes fcround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes fcround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style1.css.map */
