/*##############################################################################
## Import                                                                      #
##############################################################################*/
/*##############################################################################
## Colors                                                                      #
##############################################################################*/
/*##############################################################################
## Fonts                                                                       #
##############################################################################*/
.lato {
  font-family: "lato",sans-serif; }

.playfair {
  font-family: 'Playfair Display', serif; }

.prox {
  font-family: "proxima-nova", sans-serif; }

/*##############################################################################
## Media Queries                                                               #
##############################################################################*/
/*##############################################################################
## Animations                                                                  #
##############################################################################*/
/*##############################################################################
## Transitions                                                                 #
##############################################################################*/
/*##############################################################################
## Absolute Position                                                           #
##############################################################################*/
.absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

/*##############################################################################
## Absolute Shaders                                                            #
##############################################################################*/
.dd_scrollbar {
  -webkit-overflow-scrolling: touch; }
  .dd_scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .dd_scrollbar::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .dd_scrollbar::-webkit-scrollbar-thumb {
    background: #333;
    border: 100px none #333;
    border-radius: 0px; }
  .dd_scrollbar::-webkit-scrollbar-thumb:hover {
    background: #333; }
  .dd_scrollbar::-webkit-scrollbar-thumb:active {
    background: #333; }
  .dd_scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border: 100px none #333;
    border-radius: 0px; }
  .dd_scrollbar::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0); }
  .dd_scrollbar::-webkit-scrollbar-track:active {
    background: rgba(0, 0, 0, 0); }
  .dd_scrollbar::-webkit-scrollbar-corner {
    background: transparent; }

.switch_toggle {
  /* Rounded sliders */ }
  .switch_toggle label span.form_label {
    position: relative;
    top: -20px; }
  .switch_toggle .switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 24px; }
  .switch_toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch_toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch_toggle .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch_toggle input:checked + .slider {
    background-color: rgba(0, 0, 0, 0.05); }
  .switch_toggle input:focus + .slider {
    box-shadow: 0 0 0px #0000; }
  .switch_toggle input:checked + .slider:before {
    left: calc(100% - 20px); }
  .switch_toggle .slider.round {
    border-radius: 34px; }
  .switch_toggle .slider.round:before {
    border-radius: 50%; }

#homepage_slider .slide {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important; }

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