/************************************************************************************************  
    File:       wwr.css
    Author:     Dominik Prause
    Copyright:  Dominik Prause
*************************************************************************************************/

html,
body {
  /*css for full size background image*/
  /* background: url(../img/wwr-2016-bg.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  height: 100%;
  background-color: #000000;
  color: #f6ebd1;
  text-align: center;

  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

h2 a:link {
  text-decoration: none;
  color: #f6ebd1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

h2 a:visited {
  text-decoration: none;
  color: #f6ebd1;
}

h2 a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #090909;
}

h2 a:active {
  text-decoration: none;
  background-color: #ffffff;
  color: #090909;
}

.wrapper {
  box-sizing: content-box;
  margin-inline: auto;
  max-inline-size: 1024px;
  padding-inline-start: 1em;
  padding-inline-end: 1em;
}

.no-margins {
  margin: 0px;
}

.no-paddings {
  padding: 0px;
}

.social-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 2px;

  font-size: 20px;
  color: #090909;
  text-align: center;
  line-height: 35px;
}

.social-icon-row {
  padding-bottom: 40px;
  padding-top: 10px;
}

.social-icon-row a {
  color: #090909;
  background-color: #ffffff;
}

.section-btn {
  margin-top: 30px;
  margin-bottom: 60px;
}

/* Navigation bar */
.navbar-custom {
  margin-bottom: 0;
  /*border-bottom: 1px solid rgba(255,255,255,.3);*/
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*background-color: #d40055;*/
  background-color: "transparent";
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #f6ebd1;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.navbar-custom a {
  color: #f6ebd1;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(238, 126, 51, 0.9);
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 800;
}

.navbar-custom .nav li.active a:hover {
  color: #f6ebd1;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 1;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0;
    /*background: #d40055;*/
    background: #000000;
  }
}

/* Intro Page */
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #f6ebd1;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/wwr-bg.jpg) no-repeat bottom center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro-body {
  padding-top: 20px;
}

.intro-content-wrap {
  padding-top: 0px;
  padding-bottom: 20px;
}

.countdown {
  font-size: 1.5em;
  font-weight: 800;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }

  .intro-body {
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 80px;
  }

  .intro-content-wrap {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .countdown {
    font-size: 2em;
    font-weight: 800;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 30px;
  padding: 7px 16px;
  border: 2px solid #f6ebd1;
  border-radius: 100% !important;
  font-size: 40px;
  color: #f6ebd1;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #f6ebd1;
  background: rgba(255, 204, 0, 0.1);
}

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* Sections */
.event-section-wrap {
  background-color: #000000;
}

.date-section-wrap {
  background-color: #000000;
}

.venue-section-wrap {
  background-color: #000000;
}

.tickets-section-wrap {
  background-color: #000000;
}

.act1-section-wrap {
  background-color: #000000;
}

.act2-section-wrap {
  background-color: #000000;
}

.act3-section-wrap {
  background-color: #000000;
}

.history-content-wrap {
  background-color: #000000;
}

/* Video frame */
.vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-color: #000000;
}

.vid iframe,
.vid object,
.vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Footer */
.footer-distributed {
  /*background-color: #40021B;*/
  background-color: #000000;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 45px 50px;
  color: #555555;
}

.footer-distributed p a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: #f6ebd1;
}

/* OUTLINE BUTTONS */
.btn.outline {
  background: none;
  padding: 12px 22px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-primary.outline {
  border: 2px solid #f6ebd1;
  color: #f6ebd1;
}
.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open > .dropdown-toggle.btn-primary {
  color: #090909;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-primary.outline:active,
.btn-primary.outline.active {
  border-color: #007299;
  color: #007299;
  box-shadow: none;
}
.btn-success.outline {
  border: 2px solid #00bf6f;
  color: #00bf6f;
}
.btn-success.outline:hover,
.btn-success.outline:focus,
.btn-success.outline:active,
.btn-success.outline.active,
.open > .dropdown-toggle.btn-success {
  border-color: #39bf87;
  color: #39bf87;
}
.btn-success.outline:active,
.btn-success.outline.active {
  border-color: #008c52;
  color: #008c52;
  box-shadow: none;
}
.btn-info.outline {
  border: 2px solid #31cde8;
  color: #31cde8;
}
.btn-info.outline:hover,
.btn-info.outline:focus,
.btn-info.outline:active,
.btn-info.outline.active,
.open > .dropdown-toggle.btn-info {
  border-color: #5fd4e8;
  color: #5fd4e8;
}
.btn-info.outline:active,
.btn-info.outline.active {
  border-color: #35a2b5;
  color: #35a2b5;
  box-shadow: none;
}
.btn-warning.outline {
  border: 2px solid #eb8f34;
  color: #eb8f34;
}
.btn-warning.outline:hover,
.btn-warning.outline:focus,
.btn-warning.outline:active,
.btn-warning.outline.active,
.open > .dropdown-toggle.btn-warning {
  border-color: #eba259;
  color: #eba259;
}
.btn-warning.outline:active,
.btn-warning.outline.active {
  border-color: #b87430;
  color: #b87430;
  box-shadow: none;
}
.btn-danger.outline {
  border: 2px solid #f25454;
  color: #f25454;
}
.btn-danger.outline:hover,
.btn-danger.outline:focus,
.btn-danger.outline:active,
.btn-danger.outline.active,
.open > .dropdown-toggle.btn-danger {
  border-color: #f26d6d;
  color: #f26d6d;
}
.btn-danger.outline:active,
.btn-danger.outline.active {
  border-color: #bf4343;
  color: #bf4343;
  box-shadow: none;
}

.carousel-control {
  background: none !important;
  filter: none !important;
  progid: none !important;
}

.img-responsive {
  width: 100%;
}

.content-section {
  padding-bottom: 0px;
  padding-top: 40px;
}

.image {
  border-radius: 2em;
}

.map {
  overflow: hidden;
}

.map img {
  transform: scale(2);
  -ms-transform: scale(2); /* IE 9 */
  -moz-transform: scale(2); /* Firefox */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}

@media (min-width: 767px) {
  .content-section {
    padding-bottom: 0px;
    padding-top: 50px;
  }

  .map img {
    transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    -moz-transform: scale(1); /* Firefox */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
  }
}
