h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

p {
  margin-bottom: 10px;
}

em {
  font-style: italic;
}

.olj-header {
  min-height: 384px;
  background-image: url('../images/outlaw-jam-logo.png');
  background-position: 50% 0px;
  background-repeat: repeat-x;
}

.flex-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-section.olj-header {
  position: relative;
  z-index: 100;
  min-height: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
}

.flex-section.bkg-tiles {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-section.oj-prior {
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-blocks {
  height: 350px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.img-blocks.bkgimg-01 {
  background-image: url('../images/oj2010-027-lrg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-blocks.bkgimg-02 {
  background-image: url('../images/oj1-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-blocks.bkgimg-03 {
  background-image: url('../images/oj1-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-blocks.bkgimg-04 {
  background-image: url('../images/oj2010-035-lrg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-blocks.bkgimg-05 {
  background-image: url('../images/oj2010-010-lrg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-blocks.bkgimg-06 {
  background-image: url('../images/oj2010-001-lrg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-blocks.oj2bkg01 {
  background-image: url('../images/oj2-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-blocks.oj2bkg02 {
  background-image: url('../images/oj2-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-blocks.oj2bkg03 {
  background-image: url('../images/oj2-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-blocks.oj2bkg04 {
  background-image: url('../images/oj2-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-wrap {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.section-wrap.border-top {
  margin-top: 22px;
  border-top: 1px solid rgba(51, 51, 51, .39);
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row.top-row {
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.flex-row.space-top {
  padding-top: 31px;
}

.logo {
  width: 500px;
}

.flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.flex-child.hdr-sidebar {
  padding-top: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Droid Serif', serif;
  text-align: center;
}

.flex-child.full-width {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.flex-child.band-wrap {
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

.flex-child.band-wrap._50-50 {
  padding-right: 29px;
  padding-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-child.logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.flex-child.btn-wrap {
  margin-top: -50px;
}

.flex-child._100 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.flex-child.back-link {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.org-date {
  margin-top: 133px;
  font-family: 'Droid Serif', serif;
  color: #a70000;
  font-size: 47px;
  line-height: 53px;
  text-align: center;
}

.org-date.hdr {
  margin-top: 42px;
  padding-right: 16px;
  padding-left: 16px;
}

.org-date.pad-btm {
  padding-bottom: 10px;
}

.details {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.details.center-text {
  margin-bottom: 24px;
  color: #a70000;
  text-align: center;
}

.body {
  font-family: 'Droid Serif', serif;
}

.contact {
  text-align: center;
}

.lrg-heading {
  margin-bottom: 69px;
  font-family: Anton, sans-serif;
  color: #ffc300;
  font-size: 49px;
  font-weight: 400;
}

.sm-hdr {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.heading {
  color: #333;
}

.red-text {
  color: #a70000;
}

.band-img {
  border: 6px solid #ffc300;
}

.med-header {
  line-height: 38px;
}

.name-subtitle {
  font-style: italic;
  font-weight: 400;
}

.star-title {
  font-size: 16px;
}

.video-wrap {
  padding-right: 120px;
  padding-left: 120px;
}

.testimonials {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.testimonials h4 {
  margin-bottom: 5px;
  line-height: 22px;
  font-weight: 700;
}

.testimonials p {
  margin-bottom: 20px;
  margin-left: 12px;
  font-size: 15px;
  font-style: italic;
}

.testimonials.center-text {
  text-align: center;
}

.testimonials.pad {
  padding-top: 20px;
}

.concert-images {
  margin-bottom: 20px;
}

.oj2-link {
  display: block;
  height: 100%;
}

.oj1-link {
  display: block;
  height: 100%;
}

.oj-button {
  padding: 20px 25px;
  background-color: #a70000;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, .53);
  font-size: 17px;
  font-weight: 700;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-text {
  padding-right: 16px;
  padding-left: 16px;
  color: #ffc300;
  font-size: 17px;
}

.nav-text.tickets {
  margin-left: 10px;
  background-color: #a70000;
}

.link-text {
  display: block;
  padding-top: 12px;
  color: #a70000;
}

.link-text.right-align {
  margin-top: 0px;
  padding-bottom: 20px;
  text-align: right;
}

@media (max-width: 991px) {
  .img-blocks {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-row.top-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo {
    width: 100%;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    text-align: center;
  }
  .flex-child.hdr-sidebar {
    margin-bottom: 30px;
    padding-top: 15px;
  }
  .flex-child.band-wrap {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-child.logo-wrap {
    margin-left: -25px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-child._100 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .video-wrap {
    padding-right: 80px;
    padding-left: 80px;
  }
  .container {
    margin-top: -6px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-text.tickets {
    margin-left: 0px;
  }
  .icon {
    color: #fff;
  }
  .nav-menu {
    background-color: #000;
  }
  .menu-button {
    background-color: #000;
  }
}

@media (max-width: 767px) {
  .img-blocks {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-row.top-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .flex-child.hdr-sidebar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-child.logo-wrap {
    margin-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .flex-child.testimonial-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .org-date {
    margin-top: 22px;
  }
  .lrg-heading {
    margin-bottom: 30px;
  }
  .med-header {
    line-height: 28px;
  }
  .video-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
  }
  .link-text.right-align {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .flex-row.top-row {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
  }
  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .flex-child.hdr-sidebar {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .flex-child.band-wrap {
    margin-bottom: 18px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .flex-child.band-wrap._50-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .org-date {
    font-size: 32px;
    line-height: 35px;
  }
  .org-date.black {
    color: #333;
  }
  .logo-img {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .video-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
}

