﻿.theme-bg {
  background: url(img/bg.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.white-color {
  color: white;
}
.color-bar {
  background-color: #333333;
  background: #333333;
  color: white;
}
.color-bar-light {
  background-color: #bfbfbf;
  background-color: rgba(191, 191, 191, 0.7);
  background: rgba(191, 191, 191, 0.7);
}
.inverse-bar,
.dark-col {
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.white-bar {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
}
.white-30 {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
}
.white-70 {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
}
.brand-60 {
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.6);
  background: rgba(51, 51, 51, 0.6);
}
.brand-70 {
  background-color: #333333;
  background: #333333;
}
.brand-30 {
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.3);
  background: rgba(51, 51, 51, 0.3);
}
.brand-lighter-70 {
  background-color: #bfbfbf;
  background-color: rgba(191, 191, 191, 0.7);
  background: rgba(191, 191, 191, 0.7);
}
.darkbrand-70 {
  background-color: #555555;
  background-color: rgba(85, 85, 85, 0.7);
  background: rgba(85, 85, 85, 0.7);
}
.black-70 {
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
}
.black-90 {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.9);
}
.black-100 {
  background-color: black;
  background: black;
  border: 0px;
}
.btn.black-100:hover {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
}
.orange-100 {
  background-color: #ff6900;
  background: #ff6900;
  border: 0;
}
.btn.orange-100:hover {
  background-color: #d75600;
}
.turquoise-100 {
  background-color: #2de7c7;
  background: #2de7c7;
}
.carbon {
  background: url(img/subtle_carbon.png) repeat;
}
.stripe {
  background: url(img/dvsup.png) repeat;
}
.article-content {
  padding: 20px 30px;
}
.solid.light-gray {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
}
.solid .article-content {
  padding: 20px 30px 0px 30px;
}
@media (max-width: 767px) {
  .solid .article-content {
    padding: 0px 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .solid .article-image {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.solid .item-text {
  padding-bottom: 20px;
}
.solid .gray {
  background: #666666;
  color: white;
}
.solid .gray .article-content {
  padding: 20px 30px;
}
.solid .gray a {
  color: white;
  text-decoration: none;
}
.solid .orange {
  background: #ff6900;
  color: white;
}
.solid .orange .article-content {
  padding: 20px 30px;
}
.solid .orange a {
  color: white;
  text-decoration: none;
}
.solid .turquoise {
  background: #2de7c7;
}
.solid .turquoise .article-content {
  padding: 20px 30px;
}
.solid .turquoise a {
  color: white;
  text-decoration: none;
}
.solid.brand {
  background-color: #333333;
  background: #333333;
  color: white;
}
.solid.brand .article-content {
  padding: 20px 30px;
}
.solid.brand .action-links {
  color: #333333;
}
.solid.inverse-bar .article-content {
  padding: 20px 30px;
}
.solid.color-bar .article-content {
  padding: 20px 30px;
}
.solid .item-img {
  margin: -20px -30px 0px -30px;
}
.filmgrain {
  -webkit-animation: grain 5s steps(10) infinite;
  -moz-animation: grain 5s steps(10) infinite;
  -ms-animation: grain 5s steps(10) infinite;
  animation: grain 5s steps(10) infinite;
  background: url(img/noise.png);
  content: "";
  display: block;
  height: 300%;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 300%;
  z-index: 1;
}
.dot-overlay {
  background: url(img/dot.png) repeat;
  background-size: 2px 2px;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  float: left;
}
body {
  background: url(img/bg.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 14px;
  line-height: 22px;
}
.uppercase {
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto !important;
}
.not-responsive {
  max-width: none  !important;
}
a.nocolor {
  color: #333333;
  text-decoration: none;
}
.rwdVideo {
  width: 100%    !important;
  height: auto   !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qr-list .contactInfo {
  padding: 85px 0px 0px 0px;
}
@media (max-width: 768px) {
  .qr-list .contactInfo {
    padding: 0;
  }
}
#page {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 0px;
  margin: 0px auto;
}
@media (max-width: 768px) {
  #page {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  #page {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  iframe {
    width: 100%    !important;
    height: auto   !important;
  }
}
.toTop {
  display: none;
  position: fixed;
  margin: 0px 0px 0px -80px;
  bottom: 20px;
  z-index: 99999;
  background: #2de7c7;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  width: 80px;
}
.toTop a {
  color: #333333;
  text-decoration: none;
}
.toTop i {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .toTop {
    display: none !important;
  }
}
.footerFace {
  line-height: 45px;
  margin-top: 10px;
}
.footerFace .faceIcon {
  font-size: 45px;
  float: left;
  padding-right: 15px;
}
#features {
  background: #fafafa;
}
#features .row {
  padding: 0px;
  margin: 0px;
}
#features .row img {
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  width: 100%;
  position: relative;
  z-index: 0;
}
#features .row img:hover {
  opacity: 0.8;
}
#features .row .features-col {
  padding: 0px;
  margin: 0px;
}
#features .row .features-col .ytubeHome {
  max-height: 200px;
  background: black;
}
@media (max-width: 1199px) {
  #features .row .features-col .ytubeHome {
    max-height: 166px;
  }
  #features .row .features-col .ytubeHome iframe {
    max-height: 166px;
  }
}
@media (max-width: 767px) {
  #features .row .features-col .ytubeHome {
    max-height: auto;
  }
  #features .row .features-col .ytubeHome iframe {
    max-height: auto;
  }
}
#features .row .features-col .feature-content {
  padding: 25px 30px 15px 30px;
  min-height: 150px;
}
@media (max-width: 1199px) {
  #features .row .features-col .feature-content {
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  #features .row .features-col .feature-content {
    min-height: initial;
  }
}
#features .row .features-col .btn {
  float: right;
  font-style: italic;
}
#features .row .features-col .feature-title {
  background-color: #333333;
  background: #333333;
  padding: 25px 30px;
  min-height: 80px;
  color: white;
}
#features .row .features-col .feature-title h3 {
  text-transform: uppercase;
  word-wrap: break-word;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
}
#features .row .features-col .feature-title .by-line {
  font-style: italic;
  font-size: 0.9em;
  margin: 10px 0 0 0;
}
.programOverview {
  color: white;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .programOverview {
    font-size: 14px;
  }
}
.programOverview a {
  text-decoration: none;
  color: white;
}
.programOverview .dato {
  padding: 20px 30px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .programOverview .dato {
    font-size: 14px;
  }
}
.programOverview .scene {
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  .programOverview .scene {
    padding: 10px 30px;
  }
}
.programOverview .uppercase {
  text-transform: uppercase;
}
.programOverview .day-2 {
  color: #2de7c7;
}
.programOverview .day-2 a {
  color: #2de7c7;
}
.programOverview .day-4 {
  color: #ff6900;
}
.programOverview .day-4 a {
  color: #ff6900;
}
.programOverview .clock {
  text-transform: capitalize;
  width: 70px;
}
.programOverview .table {
  display: table;
  margin-bottom: 5px;
}
.programOverview .cell {
  display: table-cell;
}
#page-content .row {
  padding: 0px;
  margin: 0px;
}
#page-content .row .content-col {
  padding: 0px;
}
#page-content .page-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  padding: 0;
}
#page-content .page-title a {
  color: #333333;
  text-decoration: none;
}
#page-content .page-title.langSelector a {
  color: white;
}
#page-content .page-title.langSelector a.active {
  color: #ff6900;
}
#page-content .well {
  margin-bottom: 0px;
}
#page-content .content {
  padding: 20px 30px;
  min-height: 450px;
}
@media (max-width: 768px) {
  #page-content .content {
    padding: 15px;
  }
}
#page-content .pageHeader {
  padding: 15px 30px;
  color: white;
}
#page-content .contact-page .pageHeader {
  background: #ff6900;
}
#page-content .galleryHeader .pageHeader {
  color: #333333;
}
#page-content .galleryHeader .pageHeader h1 {
  font-weight: 800;
  line-height: 40px;
}
#page-content .ezsearch-results .page-title {
  margin-bottom: 10px;
}
#page-content .orange {
  color: #ff6900;
}
#page-content .artistDatoer {
  font-weight: 400;
}
.inlineblock {
  display: inline-block;
}
.nopage {
  line-height: 44px;
}
.dotted-line {
  background: url(img/3dot.png) repeat-x;
  height: 3px;
  margin-bottom: 20px;
}
.tuborgLogo {
  padding: 26px 0px 10px 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tuborgLogo {
    padding-top: 16px;
  }
}
/* Artist social */

.artistSocial {
  background: black;
  line-height: 32px;
}
.artistSocial a {
  color: white;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.artistSocial span {
  margin: 0;
  padding: 0;
}
.artistSocial .youtube {
  background: #ff6900;
  padding: 15px 0px;
  font-size: 25px;
}
.artistSocial .www a {
  display: inline-block;
  background: white;
  width: 30px;
  text-align: center;
  height: 28px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 25px;
}
.artistSocial .padding {
  padding: 15px 30px;
}
@media (max-width: 1199px) {
  .artistSocial .padding {
    padding: 15px 15px;
  }
}
.artistSocial .share {
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
}
.artistSocial .share i {
  font-size: 25px;
}
.artistSocial .social {
  font-size: 30px;
  vertical-align: top;
}
.artistSocial .social .www {
  padding-top: 2px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  float: left;
  font-size: 20px;
}
/* BG */

.grayBg {
  background: #333333;
}
.lightGrayBg {
  background: #555555;
}
.dottedBg {
  background-image: url(img/dot-dot.png);
}
.whiteBg {
  background: white;
}
.turquoiseBg {
  background: #2de7c7;
}
.tubeVideo {
  position: relative;
  padding: 0;
  margin: 0;
  max-height: 660px;
}
.tubeVideo.mobile .dottedOverlay {
  position: relative;
}
.tubeVideo.mobile .videoHeader {
  position: relative;
  top: 0;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .tubeVideo {
    max-height: initial;
  }
  .tubeVideo frame {
    max-height: initial;
  }
}
@media (max-width: 1199px) {
  .tubeVideo iframe {
    max-height: 550px;
  }
}
.tubeVideo .dottedOverlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgba(255, 102, 1, 0.2);
  background-image: url(img/dot-dot.png);
}
@media (max-width: 991px) {
  .tubeVideo .dottedOverlay {
    position: relative;
  }
}
.tubeVideo .videoHeader {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  text-align: center;
  color: white;
  z-index: 999;
}
@media (max-width: 991px) {
  .tubeVideo .videoHeader {
    position: relative;
    top: 0;
    padding-bottom: 30px;
  }
}
.tubeVideo h1 {
  font-weight: bold;
  font-size: 50px;
}
.tubeVideo .intro {
  font-size: 24px;
}
#signup {
  padding: 0px;
}
#signup .row {
  margin: 0px;
}
#signup .section-title {
  padding: 0px 30px;
  margin: 0;
  color: white;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3em;
}
@media (max-width: 1199px) {
  #signup .section-title {
    font-size: 14px;
  }
}
#signup .section-title h3 {
  margin: 0px;
  padding: 0px;
  line-height: 33px;
}
#signup .form-control {
  background-color: #ff6900;
  background: #ff6900;
  border: 0;
}
#signup input::-webkit-input-placeholder {
  color: white;
}
#signup input:-moz-placeholder {
  color: white;
}
#signup input::-moz-placeholder {
  color: white;
}
#signup input:-ms-input-placeholder {
  color: white;
}
#signup input {
  color: white;
  font-style: italic;
}
#signup .btn-block {
  color: white;
  font-style: italic;
}
#signup .form-col-1 {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#signup .form-col-2 {
  border-right: 1px solid white;
}
.comments {
  clear: both;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 200;
}
@media (min-width: 1200px) {
  .comments {
    top: -1px;
  }
}
.comments .comments-container {
  padding: 20px 30px;
  max-height: 300px;
  overflow-y: scroll;
  border-bottom: 10px #333333 solid;
  color: #333333;
}
.comments .comments-container .media h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1em;
}
.comments .comments-container .media p {
  font-size: 0.9em;
}
.comments .comments-container .media img {
  padding: 3px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
}
.comments .comments-container .media .comment-actions {
  font-size: 0.9em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px #999999 dotted;
}
.comments .comments-container .media .comment-actions a {
  color: #333333;
}
#gallery {
  color: white;
  padding: 30px 30px;
}
@media (max-width: 767px) {
  #gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#gallery .section-title {
  padding-bottom: 0px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
#gallery .footerInsta {
  font-size: 50px;
  display: inline-block;
  float: left;
  padding-right: 15px;
}
#gallery h3 {
  padding: 0;
  margin: 0;
}
#gallery .row .gallery-wrapper {
  margin-top: 10px;
  width: 100%;
  float: left;
}
#gallery .row .gallery-wrapper .gallery-image {
  max-width: 150px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
}
@media (max-width: 767px) {
  #gallery .row .gallery-wrapper .gallery-image {
    max-width: 135px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
#gallery .row .gallery-wrapper .gallery-image.last {
  margin-right: 0%;
}
@media (max-width: 768px) {
  #gallery .row .gallery-wrapper .gallery-image {
    padding: 3px;
  }
}
@media (max-width: 480px) {
  #gallery .row .gallery-wrapper .gallery-image {
    padding: 1px;
  }
}
#gallery .row .gallery-wrapper .gallery-image img {
  width: 100%;
}
#gallery-page {
  width: 100%;
  overflow: hidden !important;
}
ul.nav.nav-tabs {
  border: 0;
}
ul.nav.nav-tabs li {
  margin: 0;
  padding: 0;
  border: 0;
}
ul.nav.nav-tabs li.active {
  background: black;
  color: white;
}
ul.nav.nav-tabs li a {
  color: white;
  padding: 10px 15px;
  margin: 0;
  border: 0;
}
ul.nav.nav-tabs li.active a,
ul.nav.nav-tabs li a:hover,
ul.nav.nav-tabs li a:focus {
  background: black;
  border: 0;
  padding: 10px 15px;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
}
.tab-content .comment-actions a {
  color: white !important;
}
a.tag {
  font-size: 1.3em;
  line-height: 1.6em;
}
a.tag:hover {
  text-decoration: none;
}
.label-default {
  background: #555555;
}
ul.pagination {
  margin: 10px 0;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li {
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.pagination li:last-child > a:hover,
ul.pagination li:first-child > a:hover,
ul.pagination li:hover,
ul.pagination li:last-child > a.active > a,
ul.pagination li:first-child > a.active > a,
ul.pagination li.active > a {
  background: transparent;
}
ul.pagination li:last-child > a a,
ul.pagination li:first-child > a a,
ul.pagination li a {
  border: 0;
  background: transparent;
}
ul.pagination li:last-child > a a:hover,
ul.pagination li:first-child > a a:hover,
ul.pagination li a:hover,
ul.pagination li:last-child > a a:focus,
ul.pagination li:first-child > a a:focus,
ul.pagination li a:focus {
  background: transparent;
  color: white;
}
.form-col {
  padding: 0px;
  min-height: 33px;
}
.form-col input {
  border-radius: 0px;
  border: 0px;
}
.form-col input:focus {
  box-shadow: none;
}
.form-col .btn {
  border-radius: 0px;
  border: 0px;
  height: 34px;
  width: 100%;
}
.video-box {
  color: white;
}
.video-box p {
  margin-top: 30px;
}
#weather {
  height: 200px;
  text-align: center;
}
#weather h2 {
  font-size: 8em !important;
  font-weight: 100 !important;
}
#weather ul {
  margin: 0px;
  padding: 0px;
}
#weather ul li {
  list-style: none;
  list-style-type: none;
  display: inline;
  margin: 0 5px;
  font-size: 1.4em;
  font-weight: 100;
}
.twitter-tweet {
  border: 0 !important;
  border-radius: 0 !important;
}
.twitter-tweet .standalone-tweet {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
#map {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-image {
  min-height: 100px;
  background: url(../images/history-long.jpg) no-repeat center top;
}
.banner-image img {
  width: 100%;
}
.history {
  padding: 35px 30px 20px 30px;
}
@media (max-width: 1199px) {
  .history {
    padding: 20px 30px 20px 30px;
  }
}
.history ul a {
  color: white;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}
.history ul a:hover {
  color: #333333;
}
.history a {
  color: white;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}
.history .all a {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 900;
}
.quote-row {
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.stars {
  padding: 10px 0;
}
.stars i {
  margin-right: 5px;
}
/* Artist list*/

.programSorting {
  background: #333333;
}
.artistlist a {
  color: #333333;
  text-decoration: none;
}
.artistlist .artistname {
  background: white;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 20px;
  min-height: 70px;
}
/* Top afsnits */

.topafsnits {
  border-bottom: 2px #2de7c7 solid;
}
.topafsnits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topafsnits ul li {
  -webkit-box-shadow: -5px 0px 5px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 0px 5px -3px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0px 5px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 0;
  text-indent: 0;
  height: auto;
  border-radius: 0;
  text-align: left;
  left: 0px;
  top: 0px;
  margin: 0px;
  background: transparent;
  border: 0;
  padding: 0;
}
.topafsnits ul li a {
  color: white;
  text-decoration: none;
}
.topafsnits ul li img {
  float: left;
  position: relative;
  top: 0px;
  z-index: 0;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .topafsnits ul li img {
    height: 83.5px;
    width: 125px;
    margin-right: 10px;
  }
}
.topafsnits ul li .slide-preview {
  padding: 20px 30px;
  postition: relative;
}
.topafsnits ul li .slide-preview.first-child {
  border-top: 0;
}
@media (max-width: 1199px) {
  .topafsnits ul li .slide-preview {
    padding: 15px 20px;
  }
}
.topafsnits ul li .slide-preview p {
  word-wrap: break-word;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 0px;
}
.topafsnits ul li .slide-preview p.by-line {
  font-style: italic;
  text-transform: capitalize;
  font-size: 0.8em;
  padding: 5px 10px;
  background: #333333;
  color: white;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 1199px) {
  .topafsnits ul li .slide-preview p {
    font-size: 0.9em;
    line-height: 1.4em;
  }
}
.topafsnits ul li .slide-preview a {
  color: #555555;
  text-decoration: none;
}
.isotope .isotope-item {
  /* multiple -vendor declarations omited for brevity */
  transition-property: left, top, opacity;
}
.isotope .isotope-item {
  transition-delay: 0s, 0.8s, 0s;
}
.printBtn {
  padding: 10px 0px;
  text-transform: uppercase;
}
.counterBox b {
  font-size: 35px;
}
.counterBox #countToFest {
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
#page header {
  background: #333333;
  padding: 0px;
}
#page header .row {
  margin: 0px;
}
@media (max-width: 767px) {
  #page header .row {
    background-color: #333333;
    background: #333333;
  }
}
#page header .row .header-col {
  min-height: 30px;
}
@media (max-width: 991px) {
  #page header .row .header-col {
    min-height: 80px;
  }
}
#page header .row .brand-col {
  /*min-height: 84px;*/
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1199px) {
  #page header .row .brand-col {
    min-height: initial;
  }
  #page header .row .brand-col img {
    width: 140px;
  }
}
@media (max-width: 991px) {
  #page header .row .brand-col {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
#page header .row .menu-col {
  padding: 0px;
}
@media (max-width: 767px) {
  #page header .row .menu-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.title-header {
  padding: 10px 30px;
  text-align: right;
}
.container .jumbotron {
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar-default {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.navbar-default .dropdown-menu {
  min-width: 250px;
}
.navbar-default .navbar-collapse {
  padding-left: 0px;
}
@media (max-width: 991px) {
  .navbar-default .navbar-collapse {
    padding-left: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .navbar-default .dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    background: #555555;
  }
}
.navbar-default .navbar-nav a {
  padding: 32px 15px;
  margin: 0px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav a {
    border-bottom: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-default .navbar-nav a {
    padding: 23px 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav a {
    padding: 17px 10px;
  }
}
.navbar-default .navbar-nav .dropdown-menu a {
  padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a {
  color: white !important;
  background: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > .active > a {
  color: white !important;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li.open > a:focus,
  .navbar-default .navbar-nav > .active > a {
    background: transparent;
  }
}
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a {
  background-color: #ff6900;
  background: #ff6900;
  border: 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li.active > a:hover,
  .navbar-default .navbar-nav > li.active > a {
    background: transparent;
  }
}
.navbar-default .navbar-nav > li:hover .dropdown-menu {
  display: block;
}
/* Nav level 2 */

.navHeader {
  color: #2de7c7;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 20px;
}
ul.textpageNav {
  padding: 0 0px;
  list-style-type: disc;
  margin: 0px 20px;
}
ul.textpageNav li {
  display: block;
  margin-right: 0px;
  padding-bottom: 2px;
  /*background: url(img/navArrow.png) no-repeat 0px 10px;*/
  padding-left: 0px;
  text-transform: uppercase;
  display: table;
}
ul.textpageNav li:before {
  content: "·";
  font-size: 15px;
  vertical-align: top;
  padding-top: 7px;
  line-height: 10px;
  color: white;
  display: table-cell;
}
ul.textpageNav li:after {
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  ul.textpageNav li {
    display: block;
  }
}
ul.textpageNav li a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: table-cell;
  padding-left: 5px;
}
ul.textpageNav li a:hover {
  color: #ff6a00;
}
.pageNavBtn {
  width: 100%;
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pageNavBtn {
    display: block;
  }
}
.navHolder {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .navHolder {
    display: none;
  }
  .navHolder.in {
    display: block;
  }
}
/* Gallery navigation */

.galleryNav li {
  float: left;
  text-align: center;
}
@media (max-width: 1199px) {
  .galleryNav li {
    width: 20%;
  }
}
.galleryNav.nav > li > a {
  text-align: center;
  display: inline-block;
}
.galleryNav.navbar-nav {
  margin: 0;
}
.galleryNav li.active {
  background: white;
}
@media (max-width: 1199px) {
  
}
/* Dropdown menu */

.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-top: 0px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
}
.dropdown-menu li a:focus {
  color: #333333;
}
.dropdown-menu li.active a {
  background: none;
  color: #333333;
  border-bottom: 3px #cccccc solid;
}
.navbar-toggle {
  margin-right: -5px;
  background: transparent;
  border: 0;
}
@media (max-width: 1199px) {
  .navbar-toggle {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .navbar-toggle {
    margin-right: 0px;
  }
}
.navbar-collapse {
  border: 0;
  box-shadow: none;
  max-height: initial;
}
.navbar-collapse.in .dropdown-menu a {
  color: white !important;
}
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav a:hover {
  background: none;
}
.navbar-default .navbar-nav .dropdown-menu a {
  border-bottom: 0px;
}
.navbar-default .navbar-nav .dropdown-menu a:hover {
  color: #555555;
}
.brand-col {
  text-align: center;
}
@media (max-width: 767px) {
  .brand-col {
    background: transparent;
  }
}
.brand-col a.navbar-brand {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  float: none;
  letter-spacing: 2px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  font-weight: 900;
  font-size: 1.3em;
  color: white;
}
@media (min-width: 1200px) {
  .brand-col a.navbar-brand {
    font-size: 1.7em;
    letter-spacing: 4px;
  }
}
@media (max-width: 991px) {
  .brand-col a.navbar-brand {
    font-size: 1em;
  }
}
.date-col {
  text-transform: uppercase;
  text-align: center;
  line-height: 34px;
  min-height: 34px;
  color: white;
}
@media (max-width: 1199px) {
  .date-col {
    font-size: 0.7em;
  }
}
.ticker-col {
  min-height: 34px;
}
.ticker-col #ticker {
  width: 100%;
  height: 34px;
  overflow: hidden;
  float: left;
  margin-left: 0px;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*@media (max-width: @screen-xs-max) { display: none; }*/

}
.ticker-col #ticker ul li {
  line-height: 34px;
  font-weight: 100;
  white-space: nowrap;
}
.ticker-col #ticker ul li a {
  color: #333333;
}
.ticker-col #ticker ul li a:hover {
  text-decoration: none;
}
.ticker-col #ticker ul li strong {
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .ticker-col #ticker {
    font-size: 10px;
  }
}
.search-col {
  padding: 0px;
  background: #cccccc;
}
.search-col input {
  border-radius: 0px;
  border: 0px;
  font-style: italic;
}
.search-col input:focus {
  box-shadow: none;
}
.search-col .btn {
  border-radius: 0px;
  border: 0px;
  height: 34px;
  width: 100%;
  color: black;
}
.search-col .form-control {
  background: #cccccc;
}
.search-col .col-xs-3 {
  position: relative;
  border: 0;
}
.search-col .turquoise-100:hover {
  background-color: #2de7c7;
  background: #2de7c7;
}
@media (min-width: 992px) {
  .search-bar {
    float: right !important;
  }
}
.jumbotron {
  text-align: right;
}
#jumbotron {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner--clone {
  /* Required styles */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  /* Additional styles */
  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.banner--clone .container {
  background: #333333;
  padding: 0px 15px !important;
}
/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */

.banner--stick {
  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */

#footer {
  background: #333333;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer .footer-columns {
  padding: 30px;
}
@media (max-width: 767px) {
  #footer .footer-columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#footer .footer-columns ul {
  padding-left: 15px;
}
#footer .footer-columns h3 {
  padding-bottom: 10px;
  color: #2de7c7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
#footer .footer-columns .thumbnail {
  max-width: 60px;
  padding: 2px;
}
#footer .footer-columns .footer-list-discussion .media {
  padding-right: 20px;
}
#footer .footer-columns .footer-list-discussion .media-heading {
  font-weight: 300;
  line-height: 22px;
}
#footer .footer-columns .footer-list-discussion ul {
  margin: 0;
  padding: 0;
}
#footer .footer-columns .footer-list-discussion ul li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#footer .footer-columns .footer-list-discussion ul li a {
  color: white;
}
#footer .footer-columns .footer-list-discussion ul li a:hover {
  text-decoration: none;
}
#footer .footer-columns .footer-list-categories ul li {
  margin-bottom: 10px;
}
#footer .footer-columns .footer-list-categories ul li a {
  color: white;
}
#footer .footer-columns .footer-list-categories ul li a:hover {
  text-decoration: none;
}
#footer .footer-last {
  padding: 30px 15px 20px 15px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.9);
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #footer .footer-last {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#footer ul.footer-links {
  margin: 0;
  padding: 0;
  float: left;
}
#footer ul.footer-links li {
  list-style: none;
  list-style-type: none;
  margin-left: 0px;
  padding: 0;
  float: left;
  margin-right: 20px;
}
#footer hr {
  border-color: #2a2a2a;
}
#footer .footerService {
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px 15px 15px 15px;
  border-top: 1px solid black;
}
/********* COOKIE BOKS ************/

.topCookies {
  position: fixed;
  z-index: 99991;
  bottom: 0px;
  width: 100%;
  /*background: #201e5d;*/
  display: none;
  font-size: 11px;
  color: white;
}
.topCookies a {
  color: white;
  text-decoration: none;
}
.topCookies a.luk {
  float: right;
  border-bottom: 1px dashed #cccccc;
}
.topCookies .container {
  background: #555555;
}
.topCookies button {
  float: right;
}
.topCookies .alert {
  padding: 0px;
  margin: 10px 0px;
}
.topCookies .alert a {
  border-bottom: 1px solid #cccccc;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:link {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
h1.page-title {
  font-weight: 900;
  text-transform: uppercase;
}
h1.article-title {
  font-weight: 900;
  text-transform: uppercase;
}
h3.comments-title {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  box-shadow: none;
}
h1.nopage {
  font-size: 12em;
  font-weight: 900;
  color: white;
  text-align: right;
}
h2.nopage {
  font-size: 3em;
  font-weight: 900;
  text-align: right;
}
h3.nopage {
  font-size: 2.5em;
  font-weight: 100;
  text-align: right;
}
.btn {
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-right {
  float: right;
  margin-right: 0px;
}
.btn-brand-dark {
  background-color: #555555;
  background-color: rgba(85, 85, 85, 0.7);
  background: rgba(85, 85, 85, 0.7);
  color: white;
}
.btn-brand-dark:hover {
  color: white;
}
.btn-inverse {
  background-color: black;
  border-color: black;
  color: white;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  background-color: #222222;
  border-color: #222222;
  color: white;
}
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
  background-color: #222222;
  border-color: #222222;
  color: white;
}
.btn-brand-dark {
  background-color: #555555;
  border-color: #555555;
  color: white;
}
.btn-brand-dark:hover,
.btn-brand-dark:focus,
.btn-brand-dark:active,
.btn-brand-dark.active {
  background-color: #333333;
  border-color: #333333;
  color: white;
}
.btn-brand-dark.disabled:hover,
.btn-brand-dark.disabled:focus,
.btn-brand-dark.disabled:active,
.btn-brand-dark.disabled.active,
.btn-brand-dark[disabled]:hover,
.btn-brand-dark[disabled]:focus,
.btn-brand-dark[disabled]:active,
.btn-brand-dark[disabled].active,
fieldset[disabled] .btn-brand-dark:hover,
fieldset[disabled] .btn-brand-dark:focus,
fieldset[disabled] .btn-brand-dark:active,
fieldset[disabled] .btn-brand-dark.active {
  background-color: #333333;
  border-color: #333333;
  color: white;
}
@media (max-width: 767px) {
  h1 {
    font-size: 19px;
  }
}
.introText {
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .introText {
    font-size: 16px;
    line-height: 22px;
  }
}
.profile .contact-info {
  margin-top: 20px;
}
ul.social {
  margin: 20px 0;
  padding: 0;
}
ul.social li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 6px;
}
ul.social li .roundall {
  background: #333333;
  padding: 8px 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.social li .roundall a {
  color: white;
}
#grid {
  padding: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #grid .col-md-8 {
    max-width: 646px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #grid .col-sm-6 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #grid .col-sm-6 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #grid .col-sm-12 {
    width: 100%;
  }
}
#grid .spacer {
  width: 0%;
}
#grid .item {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#grid .item .title-overlay {
  position: absolute;
  top: 0px;
  padding: 30px;
  color: white !important;
  z-index: 10;
}
#grid .item img {
  width: 100%;
}
#grid .item h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 1.7em;
}
#grid .item .by-line {
  font-style: italic;
  font-size: 0.9em;
  text-align: center;
}
.action-links {
  background: #333333;
  width: 100%;
  float: left;
  text-align: right;
  font-style: italic;
}
.action-links.inverse {
  background: #222222;
}
.action-links.inverse .article-info {
  color: white;
}
.author-ident {
  padding: 20px 30px;
  background: #999999;
  color: white;
}
.author-ident.inverse {
  background: black;
}
.author-ident h5 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1em;
  margin-top: 0px;
}
.author-ident p {
  font-size: 0.8em;
}
.article-info {
  padding-left: 15px;
  font-size: 0.8em;
  margin: 0;
  line-height: 33px;
  float: left;
}
.article-info span {
  position: relative;
  top: 2px;
}
.item-img {
  position: relative;
}
.item-img.left {
  float: left;
  position: relative;
  margin-right: 30px;
  margin-bottom: 15px;
  width: 390px;
  height: 390px;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-img.left {
    width: 323px;
    height: 323px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-img.left {
    width: 375px;
    height: 375px;
  }
}
@media (max-width: 767px) {
  .item-img.left {
    width: 190px;
    height: 190px;
  }
}
.item-img.right {
  float: right;
  position: relative;
  margin-left: 30px;
  margin-bottom: 15px;
  width: 390px;
  height: 390px;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-img.right {
    width: 323px;
    height: 323px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-img.right {
    width: 375px;
    height: 375px;
  }
}
@media (max-width: 767px) {
  .item-img.right {
    width: 190px;
    height: 190px;
  }
}
/* JUMP BLOCKS */

#jump-blocks .row {
  padding: 30px;
}
#jump-blocks .row .jump-block figure {
  margin: 0;
  position: relative;
  z-index: 300;
  width: 100%;
}
#jump-blocks .row .jump-block figure:hover img,
#jump-blocks .row .jump-block figure.jump-block figure.jump-hover img {
  -webkit-transform: translateY(-89px);
  -moz-transform: translateY(-89px);
  -ms-transform: translateY(-89px);
  transform: translateY(-89px);
}
#jump-blocks .row .jump-block figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  color: #333333;
  height: 90px;
  width: 100%;
  top: auto;
  bottom: 0;
}
#jump-blocks .row .jump-block figure figcaption a {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#jump-blocks .row .jump-block figure figcaption span:before {
  content: 'by ';
}
#jump-blocks .row .jump-block figure figcaption h3 {
  text-transform: uppercase;
  word-wrap: break-word;
  font-weight: 900;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  color: white;
}
#jump-blocks .row .jump-block figure img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.jump-block figure {
  margin: 0;
  position: relative;
  z-index: 300;
  width: 100%;
}
.jump-block figure:hover img,
.jump-block figure.jump-block figure.jump-hover img {
  -webkit-transform: translateY(-89px);
  -moz-transform: translateY(-89px);
  -ms-transform: translateY(-89px);
  transform: translateY(-89px);
}
.jump-block figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  color: #333333;
  height: 90px;
  width: 100%;
  top: auto;
  bottom: 0;
}
.jump-block figure figcaption a {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.jump-block figure figcaption span:before {
  content: 'by ';
}
.jump-block figure figcaption h3 {
  text-transform: uppercase;
  word-wrap: break-word;
  font-weight: 900;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  color: white;
}
.jump-block figure img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item .by-line {
  font-style: italic;
}
.carousel-fade .carousel-inner .item .carousel-caption {
  opacity: 0;
  left: 0px;
  width: 100%;
  min-height: 100px;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 30px;
  bottom: 0px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
  .carousel-fade .carousel-inner .item .carousel-caption {
    padding: 1px 15px;
    position: relative;
  }
}
.carousel-fade .carousel-inner .item .carousel-caption h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  margin: 25px 0px;
}
@media (max-width: 991px) {
  .carousel-fade .carousel-inner .item .carousel-caption h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .carousel-fade .carousel-inner .item .carousel-caption h3 {
    font-size: 1.2em;
  }
}
.carousel-fade .carousel-inner .item .carousel-caption p {
  font-size: 20px;
}
@media (max-width: 991px) {
  
}
.carousel-fade .carousel-inner .item.active .carousel-caption {
  opacity: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInDown;
  animation-name: fadeInLeftBig;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel-control [class^="icon-"]:before,
.carousel-fade .carousel-control [class*=" icon-"]:before {
  display: block;
}
.carousel-fade .carousel-control .icon-prev {
  left: 15px;
  top: 45%;
  margin: 0px;
  padding: 7px 10px 12px 6px;
  display: block;
  color: white;
  font-size: 0.8em;
  font-weight: 900;
  line-height: 20px;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .carousel-fade .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
  }
}
.carousel-fade .carousel-control .icon-prev:before {
  content: '';
}
.carousel-fade .carousel-control .icon-prev span {
  display: block;
  position: relative;
}
.carousel-fade .carousel-control .icon-next {
  right: 5px;
  top: 45%;
  margin: 0px;
  padding: 7px 10px 12px 6px;
  display: block;
  color: white;
  font-size: 0.8em;
  font-weight: 900;
  line-height: 20px;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  .carousel-fade .carousel-control .icon-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .carousel-fade .carousel-control .icon-next {
    width: 30px;
    height: 30px;
  }
}
.carousel-fade .carousel-control .icon-next:before {
  content: '';
}
.carousel.slide.bottomBorder {
  border-bottom: 2px solid #2de7c7;
  padding-bottom: 2px;
}
.carousel.slide.bottomBorder .carousel-indicators li.side-item.first-child img {
  top: 0;
}
.carousel-indicators {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0px;
  width: 100%;
}
.carousel-indicators li {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  text-indent: 0;
  height: auto;
  border-radius: 0;
  text-align: left;
  float: left;
  clear: left;
  left: 0px;
  top: 0px;
  margin: 0px;
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}
.carousel-indicators li img {
  float: left;
  position: relative;
  top: 0px;
  z-index: 0;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .carousel-indicators li img {
    height: 83.5px;
    width: 125px;
    margin-right: 10px;
  }
}
.carousel-indicators li.side-item img {
  top: 2px;
}
.carousel-indicators li a {
  color: white;
  text-decoration: none;
}
.carousel-indicators li .slide-preview {
  padding: 10px 20px;
  postition: relative;
  border-top: 2px #2de7c7 solid;
}
.carousel-indicators li .slide-preview.first-child {
  border-top: 0;
}
@media (max-width: 1199px) {
  .carousel-indicators li .slide-preview {
    padding: 8px 8px 0px 8px;
  }
}
.carousel-indicators li .slide-preview p {
  word-wrap: break-word;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.carousel-indicators li .slide-preview p.by-line {
  font-style: italic;
  text-transform: capitalize;
  font-size: 0.8em;
  padding: 5px 10px;
  background: #333333;
  color: white;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 1199px) {
  .carousel-indicators li .slide-preview p {
    font-size: 0.9em;
    line-height: 1.4em;
  }
}
.carousel-indicators li .slide-preview a {
  color: #555555;
  text-decoration: none;
}
.carousel-indicators li.active a,
.carousel-indicators li.active {
  background: #333333;
  color: white;
  width: 100%;
  text-indent: 0;
  height: auto;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
}
.carousel-indicators li.active a p.by-line,
.carousel-indicators li.active p.by-line {
  background: black;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
ul.carousel-preview {
  padding: 0px;
  margin: 0px;
}
ul.carousel-preview li {
  width: 100%;
  list-style: none;
  list-style-type: none;
  padding: 30px;
}
ul.carousel-preview li.active {
  background: #333333;
  color: white;
}
.slide-col-1 {
  padding-right: 0px;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .slide-col-1 {
    padding-right: 20px;
  }
}
.slide-col-2 {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 10px;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -o-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -o-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -o-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -o-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -o-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -o-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -o-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 35%);
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -o-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -o-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
@-moz-keyframes grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -o-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -o-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -o-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -o-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -o-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -o-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -o-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 35%);
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -o-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -o-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
@-ms-keyframes grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -o-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -o-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -o-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -o-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -o-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -o-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -o-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 35%);
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -o-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -o-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
@keyframes grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -o-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -o-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -o-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -o-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -o-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -o-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -o-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 35%);
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -o-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -o-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
@font-face {
  font-family: "hopkirk";
  src: url("fonts/hopkirk.eot");
  src: url("fonts/hopkirk.eot?#iefix") format("embedded-opentype"), url("fonts/hopkirk.woff") format("woff"), url("fonts/hopkirk.ttf") format("truetype"), url("fonts/hopkirk.svg#hopkirk") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "hopkirk" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hopkirk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
  content: "a";
}
.icon-facebook:before {
  content: "b";
}
.icon-vimeo:before {
  content: "c";
}
.icon-youtube:before {
  content: "d";
}
.icon-twitter:before {
  content: "e";
}
.icon-path:before {
  content: "f";
}
.icon-quote-left:before {
  content: "h";
}
.icon-quote-right:before {
  content: "i";
}
.icon-tag:before {
  content: "j";
}
.icon-camera:before {
  content: "k";
}
.icon-fontawesome-webfont-4:before {
  content: "l";
}
.icon-mail:before {
  content: "o";
}
.icon-link:before {
  content: "p";
}
.icon-gplus:before {
  content: "m";
}
.icon-comments:before {
  content: "g";
}
.icon-comment:before {
  content: "n";
}
.icon-tick:before {
  content: "q";
}
.icon-twitter-bird:before {
  content: "s";
}
.icon-up-arrow:before {
  content: "t";
}
.icon-right-arrow:before {
  content: "r";
}
.icon-star:before {
  content: "u";
}
.icon-facebook-places:before {
  content: "v";
}
.icon-vcard:before {
  content: "w";
}
.icon-flag:before {
  content: "x";
}
.icon-map:before {
  content: "y";
}
.icon-megaphone:before {
  content: "z";
}
.icon-ticket:before {
  content: "A";
}
.icon-suitcase:before {
  content: "B";
}
.icon-mobile:before {
  content: "C";
}
.icon-megaphone-1:before {
  content: "D";
}
.icon-bag:before {
  content: "E";
}
.icon-basket:before {
  content: "F";
}
.icon-phone:before {
  content: "G";
}
.icon-paypal:before {
  content: "H";
}
.icon-widget:before {
  content: "I";
}
.icon-instagram:before {
  content: "J";
}
.icon-home:before {
  content: "K";
}
.icon-left-arrow:before {
  content: "L";
}
.icon-calendar:before {
  content: "M";
}
.icon-cc:before {
  content: "N";
}
.icon-clock:before {
  content: "O";
}
.callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eeeeee;
}
.callout h4 {
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: white;
}
.callout-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: white;
}
.callout-danger a {
  color: white;
  text-decoration: underline;
}
.callout-warning {
  background-color: #e5b879;
  border-color: #e1ad64;
}
.callout-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.price-panel-1 {
  background: #333333 !important;
}
.price-title-1 {
  color: #333333;
}
.price-panel-2 {
  background: #333333 !important;
}
.price-title-2 {
  color: #333333;
}
.price-panel-3 {
  background: #555555 !important;
}
.price-title-3 {
  color: #555555 !important;
}
.price-panel-4 {
  background: #333333 !important;
}
.price-title-4 {
  color: #333333;
}
.front,
.back {
  float: left;
  width: 220px;
  height: 220px;
  background: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-circles {
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.price-circles i {
  padding-right: 25px;
}
.price-circles > li {
  width: 220px;
  height: 220px;
  display: inline-block;
  margin: 20px;
}
.front > div {
  text-align: center;
  color: #60bad7;
}
.price-title {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  padding: 30px 10px 0px;
}
.price span {
  font-weight: 900;
  margin-top: -30px;
  display: inline-block;
}
.price .total {
  font-size: 4em;
  margin: 0 10px;
}
.currency,
.end {
  font-size: 2em;
}
.price-description {
  text-align: center;
}
.front .price-description {
  font-size: 1em;
  font-weight: 100;
  padding: 4px 45px 0;
}
.back .price-title {
  color: white;
}
.back ul {
  width: 100%;
  margin: auto;
  padding-top: 20px;
}
.back ul li {
  color: white !important;
  text-align: left;
  list-style: none;
  line-height: 1.4;
}
.popular {
  font-size: 2.2em;
  color: #333333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.circle {
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
}
.info {
  position: absolute;
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  opacity: 0;
  -moz-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-backface-visibility: hidden;
}
.circle:hover .front {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.circle:hover .info {
  -moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  opacity: 1;
}
.circle:hover .front-popular {
  border-radius: 10% 50% 50% 50%!important;
}
.circle:hover .popular {
  opacity: 1;
  animation: popularAnim 1s 1;
  -webkit-animation: popularAnim 1s 1;
}
@keyframes popularAnim {
  from {
    opacity: 0;
    left: 40px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes popularAnim /* Safari and Chrome */ {
  from {
    opacity: 0;
    left: 40px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes popularAnim {
  from {
    opacity: 0;
    left: 40px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-ms-keyframes popularAnim {
  from {
    opacity: 0;
    left: 40px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
.box > li {
  *float: left;
}
.circle .back {
  *display: none;
}
.circle .back {
  z-index: 0;
}
.circle .front {
  position: relative;
  z-index: 1;
}
.circle:hover .back {
  z-index: 1;
}
.circle:hover .front {
  position: relative;
  z-index: 0;
}
.circle:hover .back {
  *display: inline;
}
.circle:hover .front {
  *display: none;
}
.price-table .price-title {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 100 !important;
  text-align: center;
  padding: 10px;
}
.price-table li {
  list-style: none;
}
.price-table li i {
  padding-right: 20px;
}
.section-header .section-preview {
  height: 200px;
  position: relative;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.section-header .section-preview .section-preview-title {
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  max-width: 70%;
  padding: 5px 30px;
  color: white;
  position: absolute;
  top: -200px;
  z-index: 10;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.section-header .section-preview .section-preview-title h2 {
  text-transform: uppercase;
  text-align: left;
  font-weight: 900;
  font-size: 1.7em;
}
@media (max-width: 1199px) {
  .section-header .section-preview .section-preview-title h2 {
    font-size: 1.3em;
  }
}
.section-header .section-preview .section-preview-title h2 a {
  color: white;
}
.section-header .section-preview .section-preview-title h2 a:hover {
  text-decoration: none;
}
.section-header .section-preview .section-preview-title .by-line {
  font-style: italic;
  font-size: 0.9em;
  text-align: left;
}
.section-header img {
  height: 400px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.section-article h2 {
  text-align: left;
  font-weight: 900;
  font-size: 1.7em;
}
@media (max-width: 1199px) {
  .section-article h2 {
    font-size: 1.3em;
  }
}
.section-article h2 a {
  color: #333333;
}
.section-article h2 a:hover {
  text-decoration: none;
}
.section-article .by-line {
  font-style: italic;
  font-size: 0.9em;
  text-align: left;
}
.section-article .action-links {
  background: #bfbfbf;
}
.newsHeader {
  padding: 30px;
}
.newsHeader .dato {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .newsImage {
    padding-top: 60px;
  }
}
.section-header .section-preview:hover .section-preview-title {
  top: 0px;
}
.section-header .section-preview:hover img {
  height: 450px;
}
.row.login {
  margin-top: 50px;
}
.row.login hr {
  border-color: rgba(191, 191, 191, 0.2);
}
.row.login .article-content {
  padding-bottom: 20px;
}
.fluidForm {
  margin-bottom: 40px;
}
.fluidForm .btn {
  float: right;
  background: #555555;
  color: white;
  padding: 10px 30px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .fluidForm .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.fluidForm .col-md-12 {
  padding: 0;
}
.fluidForm h2 {
  font-size: 16px;
}
.fluidForm .checkbox div {
  display: inline;
  float: left;
}
.fluidForm .checkbox input {
  float: left;
  margin-top: -18px;
}
.fluidForm select {
  width: 100%;
  background: #cccccc;
  padding: 6px 5px;
}
@media print {
  .printBtn,
  #pAfsnits,
  #footer,
  #gallery,
  .history,
  .artistlist,
  .programSorting,
  header,
  #topVideo {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  .scene {
    height: auto !important;
  }
  .day-4,
  .day-3,
  .day-2,
  .day-1 {
    width: 45%;
    height: 960px;
    float: left;
    font-size: 12px;
    line-height: 18px;
  }
  .programOverview .table {
    margin-bottom: 0;
  }
  .programOverview .dato {
    padding: 5px 30px;
    font-size: 14px;
  }
}
#grid.gallery-overview {
  margin: 10px;
}
#grid.gallery-overview .item {
  padding: 15px 15px 15px 15px;
}
#grid.gallery-overview a {
  color: white;
}
#grid.gallery-overview .relative {
  position: relative;
}
#grid.gallery-overview .item-caption {
  position: absolute;
  top: 53%;
  width: 100px;
  text-align: center;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.6);
  left: 50%;
  margin-left: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
.modal {
  overflow-y: scroll;
}