/* Fonts */
/* Fonts */
@font-face {
    font-family: 'ITC Garamond';
    src: url('/fonts/ITCGaramondStd-LtCond.woff2') format('woff2'),
    url('/fonts/ITCGaramondStd-LtCond.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Garamond';
    src: url('/fonts/ITCGaramondStd-BkCond.woff2') format('woff2'),
    url('/fonts/ITCGaramondStd-BkCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Garamond';
    src: url('/fonts/ITCGaramondStd-BdCond.woff2') format('woff2'),
    url('/fonts/ITCGaramondStd-BdCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC GaramondZ';
    src: url('/fonts/ITCGaramondStd-BkCondIta.woff2') format('woff2'),
    url('/fonts/ITCGaramondStd-BkCondIta.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

h1 {
    font-weight: normal;
    font-size: 50px;
    color: white;
    margin-bottom: 20px;
}

body {
    text-align: center;
    font-size: 19px;
    color: white;
    font-family: 'ITC Garamond', serif;
    overflow: auto;
}

a {
    color: #deff95;
    cursor: pointer;
}

a:hover {
    color: #b5d179;
}

form.show-errors .error {
    display: block;
}

form .error {
    display: none;
    color: red;
    font-size: 0.9em;
    margin-top: 3px;
}

.relative {
    position: relative;
}

.wrapper {
    overflow: auto;
}

.main-background {
    width: 100%;
    background-image: url("/img/bg2.jpg");
    background-size: cover;
    height: 60vh;
    min-height: 400px;
    background-position: 70% 70%;
    z-index: -1;
    text-align: left;
}

.main-background h1 {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    margin-bottom: 20px;
}

.container {
    max-width: 900px;
    margin-bottom: 70px;
}

.container.wide {
    max-width: 1400px;
    width: 100%;
}

.dark-section {
    background-color: #000000;
}

.container.logos {
    max-width: 1170px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}

.row {
    overflow: visible;
}


.past-events {
  background-color: black;
}
.bg-black {
    background-color: black;
}
.full-width {
    padding: 20px;
}

.swiper-control {
    position: absolute;
    top: 40px;
    right: 0;
}
.swiper-control > div {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-control > div:hover {
    opacity: 1;
}

.swiper-control .next {
    background-image: url("/img/all-photos-left.png");
}
.swiper-control .prev {
    background-image: url("/img/all-photos-right.png");
}

hr { border-color: #191919; border-width: 2px;}

swiper-container {
    margin-bottom:50px;
}

.video-container, .video-container video {
    width: 100%;
}

.past-events swiper-slide {
    border-radius: 8px;
    background-size: 280px;
    background-position: center;
    width: 280px;
    transition: background-size 0.6s;
}
.past-events swiper-slide .content {
  height: 200px;
  padding: 15px;
  color: white;
  background: #00000070;

  font-size: 34px;
  line-height: 36px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.past-events swiper-slide:hover {
  text-decoration: none;
  background-size: 290px;
}
.past-events swiper-slide .content:hover {
  text-decoration: none;
}

.testimonials {
    background-color: #191919;
    padding-bottom:20px;
}

.testimonials-control {
    padding-bottom: 10px;
    & .prev, & .next { display: none; }
}
.testimonials swiper-slide {
    width: 350px;
    padding:20px;
}
.testimonials .image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 250px;
    height: 130px;
}
.testimonials .image img {
    max-height: 50px;
    max-width: 150px;
}

.testimonials .from {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    white-space: pre-line;
}

.logos {
    padding-top:110px;
    padding-bottom: 30px;
}
.logos swiper-slide {
    max-width: 180px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logos .image {
}

.event-form.container {
    width: 100%;
    margin: 0 32%;
    display: table;
    font-size: 1.3em;
    height: 100%;
    z-index: 20;
}

.event-form.container .form-cell {
    display: table-cell;
    vertical-align: middle;
}

.event-form.container .row {
    max-width: 800px;
    margin: 0 auto 0 auto;
}

.event-form.container h1 {
    color: white;
    font-size: 3.5em;
}

.event-form.container .col-sm-6 {
    margin-bottom: 20px;
}

.event-form.container select, .event-form.container input[type='email'], .event-form.container input[type='text'] {
    width: 100%;
    display: block;
    padding: 10px;
    border: 0;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 8px;
    background: transparent;
    color: white;
}

.select-holder:hover, .event-form.container input[type='email']:hover {
    color: black;
    background-color: #e9e9e9;
}

.select-holder:hover select {
    color: black;
}

.select-holder:hover input[type='submit'] {
    filter: invert(1);
}

.select-holder:hover input[type='text'] {
    color: black;
}

.select-holder {
    transition: background-color 0.3s;
}

.event-form.container input[type='email']::placeholder, .event-form.container input[type='text']::placeholder {
    color: white;
    transition: color 0.3s;
}

.event-form.container .select-holder:hover input[type='text']::placeholder {
    color: black;
}


.event-form.container input[type='email']:disabled::placeholder, .event-form.container input[type='text']:disabled::placeholder {
    color: grey;
}

.event-form.container select {
    transition: color 0.3s;
    background: transparent;
    cursor: pointer;
    padding-top: 13px;
    padding-bottom: 13px;
}

.event-form.container input[type='submit'] {
    position: absolute;
    width: 45px;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    background: url(../img/search.png) no-repeat 0px center transparent;
    background-size: 25px;
    transition: background-size 0.3s;
}

.select-holder {
    padding-right: 10px;
    background-color: black;
    border-radius: 8px;
}

.event-form.container input[type='submit']:hover {
    background-size: 30px;
}

.event-form.container select.hasError {
    /*-webkit-box-shadow: 0px 0px 4px 2px #ff0200;*/
    /*-moz-box-shadow: 0px 0px 4px 2px #ff0200;*/
    /*box-shadow: 0px 0px 4px 2px #ff0200; }*/
}

/* Event field highlight effect */
.select-holder.highlight {
    background-color: white !important;
    
    animation: highlightFade 1s ease-in-out;
}
.select-holder.highlight input {
    color: black !important;
}

@keyframes highlightFade {
    0% { background-color: black !important; }
    10% { background-color: white !important; }
    90% { background-color: white !important; }
    100% { background-color: black !important; }
}
.event-form.container .error {
    position: absolute;
    background-color: #e4e4e4;
    border-radius: 4px;
    padding: 5px 10px;
    width: 60%;
    z-index: 2;
    text-align: center;
    left: 15%;
    margin-top: 10px;
    color: #333333;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.34);
}

.event-form.container .error.show {
    opacity: 1;
}

.cover-image {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 600px;
    display: table;
    width: 100%;
    color: #fafafa;
    margin-bottom: 60px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.cover-image .container {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.cover-image .row {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cover-image h1 {
    color: white;
}

.hover-logo {
    padding: 15px;
    display: inline-block;
    width: 15%;
}

.hover-logo .inner {
    position: relative;
}

.hover-logo img {
    width: 100%;
    color: black;
}

.hover-logo .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

.hover-logo .hover:hover {
    opacity: 1;
}

.scroll-more {
    width: 60px;
    height: 60px;
    background-image: url("/img/scroll-more.png");
    background-repeat: no-repeat;
    background-size: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 30px;
    opacity: 0.7;
    cursor: pointer;
    display: block;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

.scroll-more:hover {
    opacity: 1;
}

/* Fancybox */

.fancybox-overlay {
    z-index: 11 !important;
}

.fancybox-overlay.hide-behind {
    z-index: 4 !important;
}

.fancybox-wrap {
    z-index: 12;
}

.fancybox-wrap.hide-behind {
    z-index: 4 !important;
}

.fancybox-prev span, .fancybox-next span {
    visibility: visible;
    opacity: 0.7;
}

.fancybox-prev:hover span, .fancybox-next:hover span {
    opacity: 1;
}

.fancybox-prev {
    left: -5px;
}

.fancybox-next {
    right: -5px;
}

.fancybox-close {
    top: 0;
    right: 0;
    height: 35px;
}

.fancybox-lock .fancybox-overlay {
    overflow-y: visible;
}

.fancybox-skin {
    border-radius: 0;
    color: white;
    background-color: #deff95;
}

.fancybox-skin .share-icons {
    text-align: center;
}

.fancybox-skin .share-icons a {
    color: white;
    background-size: 44px;
    width: 70px;
    background-position: 50% 2px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    opacity: 0.9;
    padding-top: 46px;
    text-align: center;
    font-weight: 400;
}

.fancybox-skin .share-icons a:hover {
    opacity: 1;
    background-position: 50% 0;
}

.fancybox-skin .share-icons .social-download {
    background-image: url("/img/share/download.png");
}

.fancybox-skin .share-icons .facebook {
    background-image: url("/img/share/facebook.png");
}

.fancybox-skin .share-icons .twitter {
    background-image: url("/img/share/twitter.png");
}

.fancybox-skin .share-icons .email {
    background-image: url("/img/share/email.png");
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/img/fancybox_sprite.png");
}

.fancybox-title.fancybox-title-inside-wrap {
    min-width: 350px;
    background-color: #deff95;
    left: 0;
    bottom: 0;
}

.fancybox-title-inside-wrap {
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}

.fancy-link {
    display: block;
    background-color: #EBEBEB;
    color: #313131;
    padding: 8px;
    width: 200px;
    border-radius: 1px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none !important;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.fancy-link:hover {
    color: white;
    background-color: #b5d179;
}

.close-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.options {
    float: left;
    font-size: 1.4em;
    color: #a8a8a8;
    cursor: pointer;
    z-index: 3;
    width: 30px;
    height: 30px;
    overflow: visible;
}

.options .arrow {
    background-image: url("/img/sm-arrow.png");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    height: 100%;
}

.options .options-menu {
    display: none;
    font-size: 0.7em;
    margin-left: -143px;
    width: 180px;
    background-color: white;
    position: relative;
    z-index: 6;
    border-top: 3px solid #deff95;
    margin-top: -5px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}

.options .options-menu a {
    border-bottom: 1px solid #d4d4d4;
    color: #333;
}

.options.click .options-menu {
    display: block;
}

.options:hover .arrow {
    background-image: url("/img/sm-arrow-red.png");
    opacity: 1;
}

.options a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 5px 20px;
}

.options a:hover {
    background-color: #b5d179;
    color: white;
    text-decoration: none;
}
.event-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    color: #333;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    font-size: 16px;
}
.event-option {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.event-option:hover {
    background-color: #f5f5f5;
}
.select-holder {
    position: relative;
}

.select-holder input[type="text"]#event {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 16px;
}

.popup-form {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    z-index: 14;
    font-size: 0.9em;
    pointer-events: none;
}

.popup-form label {
    font-weight: bold;
}

.popup-form .small-form input[type='button'], .popup-form .small-form input[type='submit'] {
    width: 100%;
    max-width: none;
}

.popup-form .inner {
    pointer-events: all;
    display: inline-block;
    background-color: white;
    border-radius: 2px;
    padding: 20px;
    text-align: left;
    max-width: 570px;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.12);
}

.popup-form .bottom-30 {
    margin-bottom: 30px;
}

.popup-form h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.popup-form input {
    height: 38px;
}

.popup-form input[type='email'], .popup-form input[type='text'] {
    background-color: #e9e9e9;
    border: 0;
    padding: 5px 10px;
    width: 100%;
    min-width: 200px;
}

.popup-form input[type='email']:hover, .popup-form input[type='text']:hover {
    background-color: #dddddd;
}

.popup-form .button {
    display: inline-block;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
}

.popup-form .button:hover {
    text-decoration: none;
}

.popup-form input[type='button'], .popup-form .button, .popup-form input[type='submit'] {
    background-color: #deff95;
    border: 0;
    color: white;
    width: 60px;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
}

.popup-form input[type='button']:hover, .popup-form .button:hover, .popup-form input[type='submit']:hover {
    background-color: #b5d179;
}

.popup-form .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.popup-form .close:hover {
    color: #deff95;
}

.popup-form input[type='button'].grey {
    background-color: #676565;
}

.popup-form .hide {
    display: none;
}


@media (min-width: 768px) {
    .popup-form {
        top: 40% !important;
    }
}

@media(max-width: 1300px) {
    .main-background {     background-position: 30%; min-height: 0;}
    .event-form.container {
        margin-left: 25%;
        margin-right: 25%;
    }
    .event-form.container {
        font-size: 1.1em;
    }
}

@media(max-width: 1024px) {
    .testimonials-control {
        & .prev, & .next { display: inline-block; }
    }

    .event-form.container {
        margin-left: auto;
        margin-right: auto;
    }
    .testimonials swiper-slide {
        width: 90%;
    }
}
@media (max-width: 1024px) {

    .event-form.container h1 {
        font-size: 2em;
    }
    .hover-logo {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .event-form.container .row {
        max-width: 400px;
    }
}
@media (max-width: 640px) {
    .swiper-control {
        top: 20px;
    }
    .main-background {             
        background-position: 20% 100%;
        background-size: auto 120%; height: 310px;}
    .logos img {
        max-width: 100%;
    }

    h1 {
        font-size: 1.5em;
    }

    .logo {
        margin: 15px 15px;
    }

    .event-form.container {
        position: static;
        font-size: 1em;
        display: block;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }

    .event-form.container .col-sm-6 {
        margin-bottom: 10px;
    }

    .event-form.container .form-cell {
        display: block;
        margin: 0 auto;
        max-width: 500px;
    }

    .event-form.container {
        transform: translateY(-50%);
        top: 190px;
        position: absolute;
    }
}

/*# sourceMappingURL=photos.css.map */
