@media only screen and (min-width: 960px) {
  .no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media only screen and (max-width: 480px) {
  .no-padding-top {
    padding-top: 30px !important; } }
@media only screen and (min-width: 960px) {
  .no-padding-top {
    padding-top: 0 !important; } }

@media only screen and (max-width: 768px) {
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important; } }

@media only screen and (min-width: 960px) {
  .no-padding-bottom {
    padding-bottom: 0 !important; } }

*:focus {
  outline: none !important; }

@font-face {
  font-family: 'CrimsonText-Bold';
  src: url("../fonts/Crimson/CrimsonText-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CrimsonText-Regular';
  src: url("../fonts/Crimson/CrimsonText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Aristotelica-Bold';
  src: url("../fonts/Aristotelica/Aristotelica-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Aristotelica-Light';
  src: url("../fonts/Aristotelica/Aristotelica-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
h2 {
  font-family: "Aristotelica-Bold" !important; }

.center {
  text-align: center; }

a {
  outline: 0; }

.bordered {
  border-bottom: 1px solid transparent; }

p {
  font-family: 'CrimsonText-Regular'; }

.title {
  font-family: 'CrimsonText-Regular'; }

footer {
  font-family: 'Montserrat-Regular'; }
  footer p {
    color: #010101; }
  footer a {
    color: #FFF; }
  @media only screen and (max-width: 480px) {
    footer .container {
      font-size: 14px !important; } }

.navbar-menu a {
  color: #3C2415;
  padding: 20px 20px; }
  @media only screen and (max-width: 480px) {
    .navbar-menu a {
      color: #FFF; } }
.navbar-menu a.navbar-item.is-active span {
  font-weight: bold;
  color: #FFA564;
  border-bottom: 2px solid; }

section.section.home {
  color: #124783 !important; }
  section.section.home a {
    font-family: 'Aristotelica-Light'; }

section.section.about {
  color: #124783 !important; }

section.section.statistik {
  color: #FFF !important;
  text-align: center; }
  section.section.statistik div.counter-value {
    font-size: 50px;
    font-family: 'CrimsonText-Bold'; }
  section.section.statistik p.data-name {
    font-family: 'Aristotelica-Bold';
    font-size: 16px; }

section.section.features {
  color: #FFF !important; }
  section.section.features .title.is-1 {
    color: #124783 !important; }
  section.section.features .title.is-6 {
    color: #FFF !important;
    font-family: 'Aristotelica-Bold' !important; }
  section.section.features .subtitle {
    color: #FFF !important; }
  section.section.features .card-content p {
    font-size: 20px; }
  section.section.features .card-content p.title.is-6.sub-bold {
    font-weight: bold; }

section.section.testimoni {
  color: #124783 !important; }
  section.section.testimoni .card {
    color: #124783 !important; }
  section.section.testimoni .title {
    color: #124783 !important; }
  section.section.testimoni .card-content p {
    font-size: 20px; }
  section.section.testimoni .card-content p.subtitle.is-6.sub-bold {
    font-weight: bold; }

section.section.talent {
  color: #124783 !important; }
  section.section.talent .subtitle.is-5 {
    color: #124783 !important;
    font-size: 23px;
    font-weight: bold; }
  section.section.talent .title {
    color: #FFF !important; }
  section.section.talent #card-talent-popup {
    color: #FFF !important; }
    section.section.talent #card-talent-popup .subtitle.is-6 {
      color: #FFF !important;
      text-align: justify; }
    section.section.talent #card-talent-popup .subtitle.is-5.mt-4 {
      text-align: center;
      font-weight: bold;
      color: #FFF !important;
      font-size: 20px; }
  @media only screen and (max-width: 480px) {
    section.section.talent #card-talent-popup .subtitle.is-5.mt-4 {
      font-size: 17px; }
    section.section.talent #card-talent-popup .subtitle.is-6 {
      font-size: 14px; } }

section.section.faq .title {
  color: #124783 !important; }
section.section.faq .togglefaq {
  text-decoration: none;
  color: #124783 !important;
  font-family: 'CrimsonText-Bold';
  font-size: 20px; }
section.section.faq .faqanswer p {
  color: #124783 !important;
  font-family: 'CrimsonText-Regular';
  font-size: 20px; }

.subtitle {
  color: #124783; }

.title.is-1 {
  margin: 0; }

.header-section {
  width: 100%;
  position: absolute;
  z-index: 10;
  padding: 0; }

.navbar-item img {
  max-height: 5rem !important; }
  @media only screen and (max-width: 480px) {
    .navbar-item img {
      max-height: 3rem !important; } }

div.navbar-brand {
  padding-top: 0.5rem;
  padding-bottom: 1.3rem;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    div.navbar-brand {
      padding-left: 1rem;
      padding-right: 1rem; }
      div.navbar-brand .container.navbur {
        background-color: #987F6A; } }

@media only screen and (max-width: 480px) {
  div#navbarBasicExample.navbar-menu.is-active {
    background-color: #987F6A; } }

.navbar-end.is-hidden-desktop.has-text-centered {
  height: 100vh;
  align-items: center;
  justify-content: space-around; }
  .navbar-end.is-hidden-desktop.has-text-centered .navbar-item {
    font-size: 1.5rem; }

a.navbar-item:hover {
  background-color: transparent;
  color: #FFA564;
  font-weight: bold; }
  a.navbar-item:hover span {
    border-bottom: 2px solid #FFA564; }

.clearHeader {
  background-color: transparent; }

.darkHeader {
  background-color: #EBE3DC; }

body {
  overflow: hidden; }

section {
  width: 100%;
  overflow: hidden;
  padding: 4.5rem 1.5rem; }

h2 {
  position: relative; }

.section.home {
  background-color: #124783;
  height: 100vh; }
  .section.home .container {
    z-index: 5; }
  .section.home div.absolute {
    display: flex;
    height: 100vh;
    align-items: center;
    padding-top: 5rem; }
  .section.home .column.is-10 {
    text-decoration: none; }
    @media only screen and (max-width: 480px) {
      .section.home .column.is-10 {
        font-size: 1rem;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .section.home .column.is-10 {
        font-size: 20px; } }
  .section.home .button {
    background-color: #124783;
    border: none;
    border-radius: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 2; }
    @media only screen and (min-width: 768px) {
      .section.home .button {
        font-size: 20px;
        margin-right: 1rem; } }
  @media only screen and (max-width: 480px) {
    .section.home {
      height: 28.8rem; } }

.content-banner p {
  color: #124783; }
.content-banner .button {
  background-color: #124783;
  border: none;
  border-radius: 10px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .content-banner .button {
      font-size: 20px;
      margin-right: 1rem; } }

section.section.about#about {
  background-color: #FFF; }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  @media only screen and (max-width: 480px) {
    section.section.about#about div.rotate-kompas {
      display: none; }
    section.section.about#about .column.is-11-mobile.is-8-tablet.is-offset-4-tablet {
      padding-left: 33px; }
      section.section.about#about .column.is-11-mobile.is-8-tablet.is-offset-4-tablet h2 {
        font-size: 1.8rem; }
      section.section.about#about .column.is-11-mobile.is-8-tablet.is-offset-4-tablet p {
        font-size: 1rem; } }
  @media only screen and (min-width: 768px) {
    section.section.about#about .column.is-11-mobile.is-8-tablet.is-offset-4-tablet p {
      font-size: 20px; } }
  section.section.about#about a {
    display: inline;
    position: relative;
    border-radius: 12px;
    transition: .4s all; }
  section.section.about#about img.button-download {
    height: auto;
    width: 35%;
    margin-top: 4rem; }
    @media only screen and (max-width: 480px) {
      section.section.about#about img.button-download {
        width: 49%;
        margin-top: 2rem; } }

.rotate-kompas img.rotate-kompas2 {
  animation: rotate 3s infinite linear;
  width: 30rem;
  position: absolute;
  height: auto;
  top: 0rem;
  left: -7.9rem; }
  @media only screen and (max-width: 480px) {
    .rotate-kompas img.rotate-kompas2 {
      width: 11rem;
      top: unset;
      left: -3.9rem;
      z-index: 6;
      bottom: 0; } }

section.section.statistik {
  background-color: #124783; }
  section.section.statistik img {
    height: auto;
    width: 7rem; }

section.section.features .card-content {
  background-color: #124783; }

section.section.testimoni {
  color: #124783 !important;
  background-color: #FFF;
  height: auto; }
  section.section.testimoni .card {
    background-color: #E6E6E6; }
    section.section.testimoni .card .subtitle {
      color: #124783 !important; }
    section.section.testimoni .card .title {
      color: #124783 !important; }
  section.section.testimoni .card.bg-transparent {
    background-color: #FFF; }
  section.section.testimoni figure.image {
    padding-top: 2.5rem; }
  section.section.testimoni img {
    object-fit: cover;
    width: 40% !important;
    margin-left: 1.5rem; }
    @media only screen and (max-width: 480px) {
      section.section.testimoni img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60% !important; } }
  section.section.testimoni div.container.grid p {
    padding-bottom: 1.5rem; }

section.section.talent {
  background-color: #124783;
  height: auto; }
  section.section.talent div.card {
    background-color: #FFF;
    padding: 2rem; }
    @media only screen and (max-width: 480px) {
      section.section.talent div.card {
        padding: 1rem; } }
  section.section.talent img {
    object-fit: contain; }
  section.section.talent .columns.is-multiline.is-mobile {
    text-align: -webkit-center; }
  section.section.talent figure {
    margin-bottom: -3rem; }
  section.section.talent .image.is-square img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80% !important;
    height: 80% !important; }
  section.section.talent .card-talent-popup div.card {
    background-color: #124783;
    padding: 2rem; }
  section.section.talent .card-talent-popup figure {
    margin-bottom: -25rem; }
  section.section.talent .card-talent-popup .image.is-square img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30% !important;
    height: 30% !important; }
  section.section.talent .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 20; }
  section.section.talent .overlay:target {
    visibility: visible;
    opacity: 1; }
  section.section.talent .popup {
    margin: 60px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 45%;
    position: relative;
    transition: all 5s ease-in-out; }
  section.section.talent .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF; }
  section.section.talent .popup .close:hover {
    color: #06D85F; }
  section.section.talent .popup .content {
    max-height: 30%;
    overflow: auto; }
  @media only screen and (max-width: 480px) {
    section.section.talent .card-talent-popup figure {
      margin-bottom: -10rem; }
    section.section.talent .card-talent-popup .image.is-square img {
      margin-left: auto;
      margin-right: auto;
      width: 45% !important;
      height: 45% !important; }
    section.section.talent .popup {
      margin: 50px auto;
      width: 90%; } }

section.section.faq .faqanswer {
  display: none;
  padding: 10px 30px; }
  @media only screen and (max-width: 480px) {
    section.section.faq .faqanswer {
      padding: 10px 0px; } }
section.section.faq .togglefaq {
  padding: 10px 30px;
  display: block; }
  @media only screen and (max-width: 480px) {
    section.section.faq .togglefaq {
      padding: 10px 0px; } }
section.section.faq .fas.fa-angle-up {
  color: #124783;
  margin-right: 20px;
  font-size: 20px;
  float: right; }
  @media only screen and (max-width: 480px) {
    section.section.faq .fas.fa-angle-up {
      margin-top: 5px; } }
section.section.faq .fas.fa-angle-down {
  color: #124783;
  margin-right: 20px;
  font-size: 20px;
  float: right; }
  @media only screen and (max-width: 480px) {
    section.section.faq .fas.fa-angle-down {
      margin-top: 5px; } }
section.section.faq .col-faq::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  z-index: 1;
  border-top: solid 1px #E6E6E6; }
section.section.faq img {
  border-radius: 5px;
  width: 100%; }

footer.footer {
  color: #FFF;
  background-color: #124783;
  padding: 1.5rem 1.5rem;
  height: auto; }
  footer.footer img {
    height: 32%; }
    @media only screen and (max-width: 480px) {
      footer.footer img {
        height: 25%; } }
  @media only screen and (max-width: 480px) {
    footer.footer .columns {
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    footer.footer div.column.is-full-mobile.is-4-tablet.right {
      margin-top: 14rem;
      text-align: right; } }
  footer.footer div.link {
    margin-top: 2rem; }
  @media only screen and (min-width: 768px) {
    footer.footer a.link-footer {
      margin-right: 3rem; } }
  @media only screen and (max-width: 480px) {
    footer.footer a.link-footer {
      margin: 0rem 0.5rem; } }
  footer.footer a.btn-to-top {
    margin: 20px 0px;
    font-size: 3rem; }
    @media only screen and (min-width: 768px) {
      footer.footer a.btn-to-top {
        float: right; } }
    @media only screen and (max-width: 480px) {
      footer.footer a.btn-to-top {
        margin: 20px 4px;
        font-size: 2rem; } }

.splide__slide img {
  width: 100%;
  height: auto; }

.splide__pagination {
  bottom: -2em !important; }

.display-block {
  display: block !important; }

.display-none {
  display: none; }

.navbar-brand-bg-mobile {
  background-color: #987F6A; }

.img-wave {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: fill;
  object-position: top;
  z-index: 2; }
  @media only screen and (max-width: 480px) {
    .img-wave {
      height: 22rem;
      top: 7rem; } }

.content-slide {
  position: absolute;
  width: 100%;
  right: -8rem;
  height: auto;
  top: 50%;
  transform: translateY(-50%); }
  @media only screen and (max-width: 480px) {
    .content-slide {
      right: -1rem;
      width: 105%;
      top: 17rem; } }

.mySwiper .swiper-wrapper .swiper-slide img {
  width: 20rem; }

.img-compas {
  position: absolute;
  left: -8rem;
  width: 30rem;
  top: 0; }
  @media only screen and (max-width: 480px) {
    .img-compas {
      left: -4rem;
      width: 11rem;
      top: unset;
      z-index: 6;
      bottom: 0px; } }

.card-featured {
  border-radius: 1.25rem;
  overflow: hidden; }

@media only screen and (max-width: 480px) {
  .img-slide {
    width: 9rem !important;
    display: block;
    margin: 0 auto; } }

.section-talent .container .content .title {
  color: #124783; }
.section-talent div.card {
  background-color: #124783;
  padding: 2rem; }
  @media only screen and (max-width: 480px) {
    .section-talent div.card {
      padding: 1rem; } }
.section-talent img {
  object-fit: contain; }
.section-talent .columns.is-multiline.is-mobile {
  text-align: -webkit-center; }
.section-talent figure {
  margin-bottom: -3rem; }
.section-talent .image.is-square img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80% !important;
  height: 80% !important; }
.section-talent .card-talent-popup div.card {
  background-color: #124783;
  padding: 2rem; }
.section-talent .card-talent-popup figure {
  margin-bottom: -25rem; }
.section-talent .card-talent-popup .image.is-square img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30% !important;
  height: 30% !important; }
.section-talent .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 20; }
.section-talent .overlay:target {
  visibility: visible;
  opacity: 1; }
.section-talent .popup {
  margin: 60px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 45%;
  position: relative;
  transition: all 5s ease-in-out; }
.section-talent .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF; }
.section-talent .popup .close:hover {
  color: #06D85F; }
.section-talent .popup .content {
  max-height: 30%;
  overflow: auto; }
@media only screen and (max-width: 480px) {
  .section-talent .card-talent-popup figure {
    margin-bottom: -10rem; }
  .section-talent .card-talent-popup .image.is-square img {
    margin-left: auto;
    margin-right: auto;
    width: 45% !important;
    height: 45% !important; }
  .section-talent .popup {
    margin: 50px auto;
    width: 90%; } }

.delete {
  position: absolute;
  top: 1rem;
  right: 1rem; }

.modal-talent .modal-card {
  border-radius: 1rem; }
  .modal-talent .modal-card .modal-card-body {
    background-color: #124783;
    color: #fff; }
    .modal-talent .modal-card .modal-card-body .wrap-content img {
      width: 10rem;
      height: 10rem;
      object-fit: cover;
      border-radius: 100%;
      margin: 0 auto;
      display: block; }
    .modal-talent .modal-card .modal-card-body::-webkit-scrollbar {
      display: none;
      /* Safari and Chrome */ }

.blurry-text {
  color: transparent !important;
  text-shadow: 0 0 15px white; }

.card-talent {
  border-radius: 1rem;
  min-height: 28rem; }
  @media only screen and (max-width: 480px) {
    .card-talent {
      min-height: 45vh; } }
  .card-talent img {
    width: 15rem;
    height: 15rem;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
    display: block; }
    @media only screen and (max-width: 480px) {
      .card-talent img {
        width: 7rem;
        height: 7rem; } }

.input-search {
  box-shadow: unset;
  border-style: none;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  transition: all .5s ease-in-out;
  padding-right: 40px;
  width: 100%;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 2px solid #000; }
  .input-search:focus {
    box-shadow: unset;
    border-color: #000; }

.wrap-img-comp {
  width: 5rem;
  height: 5rem;
  background: #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  border-radius: 10px; }
  .wrap-img-comp i {
    font-size: 2.5rem; }

.border-bottom4 {
  border-bottom: 4px solid #bdbdbd57;
  margin-bottom: 1rem; }

.text-notfound {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #919191; }
  @media only screen and (max-width: 480px) {
    .text-notfound {
      font-size: 1rem; } }

@media only screen and (max-width: 480px) {
  .section-talent {
    margin-top: 6rem; } }

.proimg {
  background-image: url(assets/img/garnish-40.png); }

/* RESPONSIVE SLIDES JS */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }

.rslides_tabs {
  display: none; }

.rslides_nav {
  display: block; }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%; }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px; }

.centered-btns_nav:active {
  opacity: 1.0; }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 20%;
  text-indent: -9999px;
  overflow: hidden;
  height: 100px; }

.transparent-btns_nav.next {
  left: auto;
  right: 0; }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px; }

.large-btns_nav:active {
  opacity: 1.0; }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0; }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none; }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  margin-left: 0px; }
  @media only screen and (max-width: 480px) {
    .centered-btns_tabs,
    .transparent-btns_tabs,
    .large-btns_tabs {
      margin-left: 5px; } }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px; }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px; }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8); }

.rslides1_nav.prev {
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 22.5%;
  margin-left: 1rem;
  transform: translateY(-50%);
  background-image: url(../img/icons/garnish-30.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  background-color: #b7b7b7;
  width: 30px;
  height: 30px;
  color: transparent;
  -webkit-animation: prevbtn 1.5s linear 1s infinite alternate;
  /* Safari 4.0 - 8.0 */
  animation: prevbtn 1.5s linear 1s infinite alternate; }
  @media only screen and (max-width: 480px) {
    .rslides1_nav.prev {
      left: 0;
      margin-left: 1rem;
      margin-top: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .rslides1_nav.prev {
      margin-left: 0;
      margin-top: 37.5%; } }

.rslides1_nav.prev:hover {
  background-image: url("../img/icons/garnish-32.png");
  background-color: #7e7e7e; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes prevbtn {
  0% {
    margin-left: 1rem; }
  25% {
    margin-left: 0.75rem; }
  50% {
    margin-left: 0.5rem; }
  75% {
    margin-left: 0.75rem; }
  100% {
    margin-left: 1rem; } }
/* Standard syntax */
@keyframes prevbtn {
  0% {
    margin-left: 1rem; }
  25% {
    margin-left: 0.75rem; }
  50% {
    margin-left: 0.5rem; }
  75% {
    margin-left: 0.75rem; }
  100% {
    margin-left: 1rem; } }
.rslides1_nav.next {
  z-index: 7;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 22%;
  margin-right: 1rem;
  transform: translateY(-50%);
  background-image: url("../img/icons/garnish-31.png");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  background-color: #b7b7b7;
  width: 30px;
  height: 30px;
  color: transparent;
  -webkit-animation: nextbtn 1.5s linear 1s infinite alternate;
  /* Safari 4.0 - 8.0 */
  animation: nextbtn 1.5s linear 1s infinite alternate; }
  @media only screen and (max-width: 480px) {
    .rslides1_nav.next {
      margin-left: 96%;
      margin-top: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .rslides1_nav.next {
      margin-left: 96%;
      margin-top: 37.5%; } }

.rslides1_nav.next:hover {
  background-image: url("../img/icons/garnish-33.png");
  background-color: #7e7e7e; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes nextbtn {
  0% {
    margin-right: 1rem; }
  25% {
    margin-right: 0.75rem; }
  50% {
    margin-right: 0.5rem; }
  75% {
    margin-right: 0.75rem; }
  100% {
    margin-right: 1rem; } }
/* Standard syntax */
@keyframes nextbtn {
  0% {
    margin-right: 1rem; }
  25% {
    margin-right: 0.75rem; }
  50% {
    margin-right: 0.5rem; }
  75% {
    margin-right: 0.75rem; }
  100% {
    margin-right: 1rem; } }
.rslides2_nav.prev {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 21%;
  margin-left: 1rem;
  background-image: url("../img/icons/garnish-30.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  color: transparent; }
  @media only screen and (max-width: 480px) {
    .rslides2_nav.prev {
      margin-top: 66%;
      left: 0;
      margin-left: 0.75rem; } }

.rslides2_nav.prev:hover {
  background-image: url("../img/icons/garnish-32.png"); }

.rslides2_nav.next {
  z-index: 6;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 21%;
  margin-right: 0.5rem;
  background-image: url("../img/icons/garnish-31.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  color: transparent; }
  @media only screen and (max-width: 480px) {
    .rslides2_nav.next {
      margin-top: 66%;
      margin-right: 0.25rem;
      right: 0; } }

.rslides2_nav.next:hover {
  background-image: url("../img/icons/garnish-33.png"); }

.rslides_tabs {
  text-align: center;
  display: block; }
  .rslides_tabs li {
    display: inline-block;
    margin-left: 10px; }
    .rslides_tabs li a {
      font-size: 1.25rem; }

/* VIDEO JS */
.vjs-fluid {
  overflow: hidden; }

.vjs-control-bar {
  display: block; }

.vjs-control {
  position: absolute; }

.vjs-progress-control {
  bottom: 28px;
  left: 0;
  height: 10px;
  width: 100%; }

.vjs-progress-holder {
  position: absolute;
  left: 0;
  margin: 0;
  height: 8px;
  width: 100%; }

.vjs-play-progress,
.vjs-load-progress {
  height: 8px; }

.vjs-play-progress:before {
  font-size: 12px;
  top: -2px;
  text-shadow: 0 0 2px black; }

.vjs-current-time {
  display: block;
  left: 35px; }

.vjs-time-divider {
  position: absolute;
  display: block;
  left: 70px; }

.vjs-remaining-time {
  display: none; }

.vjs-duration {
  display: block;
  left: 70px; }

.vjs-volume-menu-button {
  position: absolute;
  bottom: 0;
  right: 55px; }

.vjs-playback-rate {
  position: absolute;
  bottom: 0;
  right: 28px; }

.vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 0; }

.vjs-big-play-button {
  display: block; }

@media only screen and (max-width: 480px) {
  .video-js.vjs-fluid {
    max-width: 95% !important;
    margin-left: 2% !important; } }

.video-js {
  position: relative !important;
  width: 100% !important;
  height: auto !important; }

.vjs-poster {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

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