@charset "utf-8";

body {
  background: #333;
  text-align: center;
  font-family: Sans-Serif;
  color: #fff;
}

a { text-decoration: none; }

h1 {
    font-family: 'Vollkorn', Sans-Serif;
    color: #fff;
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 80px 0 40px;
    margin: 20px 0;
    letter-spacing: 2px;
    font-weight: 700;
}

.small { font-size: 10px; display: block; line-height: 20px; }

.col_2 { 
    width: 42%;
    padding: 2%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.col_2:first-child { padding-left: 4%; }
.col_2:last-child  { padding-right: 4%; }

.bg_img {
    background: url(../img/photo_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.headline {
    max-height: 40px;
}
.headline img {
    padding-top: 60px;
    height: 60px;
}


.slideshow { max-width: 1920px; padding: 0 10%; }
.slideshow img {
    width: 94%;
    border: 20px solid #fff;
    border-radius: 12px;
}
.slick-prev { display: none !important; opacity: 0; }
.slick-next {
    background: #333;
    color: #fff;
    border: 3px solid #333;
    padding: 1% 4%;
    text-transform: uppercase;
    margin-top: 30px;
    position: absolute;
    bottom: 45%;
    right: 5%;
    letter-spacing: 5px;
    border-bottom: 1px solid #fff;
}

.meeting_info {
    width: 70%;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 10px;
    padding: 30px;
    background: #3a3a3a;
    margin-left: 5%;
}
.meeting_info h2 {
    font-family: 'Vollkorn', Sans-Serif;
}
.info_section ul { margin: 0; }
.itenerary_section { margin-bottom: 60px; line-height: 21px; }

.details { 
    background: #333;
    border-bottom: 1px solid #fff;
    max-width: 900px; 
    margin: 0 auto 50px auto;
}
.details li { 
    margin: 10px 0;
    list-style-type: circle;
}
.details h3 {
    font-family: 'Vollkorn', Sans-Serif;
    font-size: 35px;
    letter-spacing: 3px;
}

.details .book { text-align: center; }

.map { text-align: center; padding: 10px 0; }
.map a { color: #fff; padding: 10px 0; border-bottom: 1px solid #fff; }

.book a {
    font-family: 'Vollkorn', Sans-Serif;
    color: #fff;
    padding-bottom: 5px;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    font-size: 40px;
    display: inline-block;
    margin-top: 20px;
}

.price-tag {
    top: 176px;
    right: 130px;
    border-radius: 12px;
    padding: 0px 70px;
    font-family: 'Vollkorn', Sans-Serif;
    font-weight: 700;
}

.price-tag h2 {
    font-weight: 800;
    font-size: 30px;
    margin: 10px 0 0 0;
    color: #fff;
}
.price-tag h3 {
    font-size: 10px;
    font-style: italic;
    color: #fff;
}

video { width: auto; height: 100%; position: fixed; top:0; left:0;}

iframe {
 border: 15px solid #fff !important;
 border-radius: 30px;
}

footer { margin-top: 50px; color: #888; font-size: 10px; }
footer .legal { margin-top: 5px; margin-bottom: 35px; }
footer ul { margin: 0; padding: 0; }
footer ul li { list-style: none; margin: 0; padding: 5px 20px; display: inline-block; }
footer ul li a { color: #fff; }

.sponsors {
    display: inline-block;
    min-height: 240px;
    text-align: center;
    width: 100%;
}

.sponsors ul li.wide {
    padding: 5px 30px;
    width: 180px;
}

.sponsors ul li a img {
    min-height: 200px;
    width: 100%;
    height: auto;
}



@media only screen and (max-width: 768px) {
    .price-tag { display: none; }
    .details .book { display: none; }
    .col_2 { width: 80%; }
    .details { margin-top: 40px; }
    .meeting_info { margin-bottom: 90px; }
    .slideshow { padding: 0 5%; }
    video { display: none; }
}
