#bottom-wrapper,
#main-wrapper {
  width: 100%;
  padding-top: 10px;
  z-index: 1;
  color: #fff;
}
.m-title,
.p-text,
.size1,
.size1Date,
.size2 {
  font-weight: 700;
}
.m-label,
.gap-5 {
  margin-top: 0 !important;
}
.m-label1 {
  max-width: 211px;
}
#event,
.scroll,
.viking-logo {
  position: absolute;
}
body,
html {
  overflow-x: hidden;
}
#main-wrapper {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.footer-links {
  color: #fff;
}

#bottom-wrapper {
  background: url(https://flamboroughfirefestival.org/images/image1-n.jpg);
}
.navbar-default {
  background: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #e8ad00;
  border-bottom: 2px solid #e8ad00;
  background: rgba(0, 0, 0, 0) !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:focus {
  background: rgba(0, 0, 0, 0) !important;
  color: #e8ad00 !important;
}
.navbar-default .navbar-nav > li > a:active {
  background: rgba(0, 0, 0, 0) !important;
}
.navbar-default .navbar-nav > .active > a {
  border-bottom: 2px solid #e8ad00;
}
.navbar-default .navbar-toggle {
  border-color: #000;
}
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
  border-color: #e8ad00;
  color: #e8ad00;
}
.strip,
.white {
  color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-toggle {
  background-color: #fff;
}
.navbar-nav > li > a {
  padding-bottom: 10px;
}
.viking-logo {
  left: 5%;
  bottom: 30%;
}
.strip {
  background: red;
  font-size: 2.2em;
  padding: 16px 5px 5px;
}
.gap-2 {
  margin-top: 33px;
  margin-bottom: 50px;
}
#primary_nav_wrap ul,
#primary_nav_wrap ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
.size1Date {
  font-size: 33px;
}
.size1 {
  font-size: 24px;
}
.yellow {
  color: #fff200;
}
.size2 {
  font-size: 72px;
}
.p-text {
  font-size: 18px;
}
.m-text,
.m-title {
  font-size: 17px;
}
#panel-set {
  margin-top: 40px;
}
.m-label {
  background: url(https://flamboroughfirefestival.org/images/m-logo.png) -52px -24px no-repeat #ed1c24;
  padding: 8px 2px 2px;
  min-height: 64px;
}
.m-title {
  color: #fff;
  padding-right: 10px;
}
.m-add,
.m-text-red {
  color: #ed1c24;
  font-weight: 700;
}
.m-add {
  font-size: 34px;
}
.m-text-red {
  font-size: 17px;
}
.scroll,
.top-m,
a#link {
  color: #fff;
}
.top-m {
  background: #000;
  padding: 7px;
  font-size: 1.8em;
  text-align: center;
}
div#offset-w {
  margin-top: -61px;
}
.nav > li > a {
  padding: 12px 7px;
  font-size: 15px;
}
.scroll {
  z-index: 999;
  font-size: 4em;
  left: 45%;
  bottom: 3%;
}
.p-text a {
  color: #000;
  text-decoration: none;
}
.f-vol a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
}
#logo {
  position: relative;
}
.time {
  color: #000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e8ad00;
  outline: 0;
}
#primary_nav_wrap {
  margin-top: 15px;
}
#primary_nav_wrap ul {
  list-style: none;
  float: left;
}
#primary_nav_wrap ul a,
#primary_nav_wrap ul li:hover > ul {
  display: block;
}
#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #e8ad00;
  padding: 0;
  z-index: 111;
  width: 176px;
}
#primary_nav_wrap ul ul li {
  float: none;
  width: 200px;
  text-decoration: none;
}
#primary_nav_wrap ul ul a {
  line-height: 120%;
  padding: 11px 10px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px #000 solid;
  width: 176px;
}
#primary_nav_wrap ul ul ul {
  top: 0;
  left: 100%;
}
.panel-default {
  min-height: 115px;
}
.panel-body {
  padding: 15px 7px;
}
.gap-y {
  margin-top: 10px;
}
.gap-b {
  margin-bottom: 30px;
}
ul.height-li > li {
  line-height: 31px;
}
#primary_nav_wrap ul ul:hover {
  padding-top: 2px;
}
.element-animation {
  animation: animationFrames ease-in-out 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0%,
  100% {
    transform: translate(0, 10px);
  }
  50% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes animationFrames {
  0%,
  100% {
    -webkit-transform: translate(0, 10px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
@media (max-width: 1212px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-nav,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 19px;
  }
}
@media (max-width: 955px) {
  #slide1,
  #slide2 {
    background-size: cover;
  }
  #image-1,
  #image-2,
  #slide-2-2,
  .scroll {
    display: none;
  }
  #slide1 {
    background-image: url(https://flamboroughfirefestival.org/images/image1-n.jpg);
  }
  .social {
    padding-top: 15px;
  }
  #slide2 {
    background-image: url(https://flamboroughfirefestival.org/images/image2-n.jpg);
  }
  .body-2-1 {
    position: absolute;
    bottom: 1.4%;
    left: 17.3%;
    z-index: 10;
  }
  .body-2 {
    z-index: 11;
  }
}
@media (max-width: 760px) {
  .panel-default {
    min-height: 57px;
  }
}

@media (max-width: 500px) {
  .panel-default {
    min-height: 57px;
  }

  .body-2 {
    position: absolute;
    bottom: 3%;
    left: 11.5%;
    width: 450px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
  }
  .body-2-1 {
    display: none;
  }

  .pull-right {
    float: left !important;
    margin-left: 7px;
  }
}

h2.mod {
  font-size: 18px;
  font-weight: bold;
}
.gallery {
  margin-right: 107px;
}

.red {
  color: red;
  font-weight: bold;
}

.listSi {
  font-size: 17px !important;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mrg {
  margin-left: 15px;
  margin-right: 15px;
}
/* Anushka */
.gap-b {
  min-height: 405px;
}
@media (max-width: 1199px) {
  .gap-b {
    min-height: 330px;
  }
}
@media (max-width: 991px) {
  .gap-b {
    min-height: 245px;
  }
}
@media (max-width: 767px) {
  .gap-b {
    min-height: 480px;
  }
}
@media (max-width: 638px) {
  .gap-b {
    min-height: 430px;
  }
}
@media (max-width: 579px) {
  .gap-b {
    min-height: 385px;
  }
}
@media (max-width: 579px) {
  .gap-b {
    min-height: 355px;
  }
}
@media (max-width: 499px) {
  .gap-b {
    min-height: 324px;
  }
}

.size1-5 {
  font-size: 57px;
  font-weight: 700;
}

.size1-3 {
  font-size: 40px;
  font-weight: 700;
}

.size0-5 {
  font-size: 16px;
}

.size0-5.white a {
  color: white;
}

.panel-yellow {
  background: #fff200;
}

.panel-small {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}

.panel-small .panel-body {
  padding: 10px 7px;
}

.panel-small .panel-body h2 {
  margin: 0px;
}

.further_btn-wrap {
  padding: 0 10px;
}
.further_btn-wrap h2.mod {
  font-size: 15px;
}
@media (min-width: 991px) {
  .further_btn-wrap {
    width: 20%;
  }
}

p.red-cancel-box {
  border: 2px solid red;
  border-radius: 10px;
  color: red;
  max-width: 600px;
  font-size: 22px;
  margin: auto;
  font-weight: bold;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.size43 {
  font-size: 57px;
  font-weight: bold;
}

.size18 {
  font-size: 18px;
  font-weight: bold;
}

.size22 {
  font-size: 22px;
  font-weight: bold;
}

.yellow.size27 {
  text-transform: uppercase;
}

.size27 {
  font-size: 27px;
  font-weight: bold;
}

p.red.size27 {
  text-transform: uppercase;
}

p.red.size27 small {
  text-transform: lowercase;
  font-size: 18px;
}

@media (min-width: 767px) and (max-width: 995px) {
  .gallery {
    margin-right: 0;
  }
}

.size41 {
  font-size: 41px;
}

.size25 {
  font-size: 25px;
}

.size35 {
  font-size: 35px;
}

p.yellow.size25 {
  margin-bottom: -6px;
}

.white.size31 {
  margin-bottom: 15px;
}

.red.size43 {
  line-height: 57px;
  margin: 30px 0 40px 0;
}

.col-lg-3.col-md-3.col-sm-3.col-xs-12.m-label {
  text-transform: uppercase;
}

.tickets-link,
.tickets-link:active,
.tickets-link:hover {
  text-decoration: none;
  border: 1px #fff200 solid;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10px;
  color: red;
}

.sizeN27 {
  font-size: 60px;
  font-weight: bold;
}

.sizeN20 {
  font-size: 46px;
  font-weight: bold;
}

.sizeN15 {
  font-size: 35px;
  font-weight: bold;
}

.sizeN10 {
  font-size: 23px;
  font-weight: bold;
}

input.number {
  width: 30px !important;
  height: 30px;
  text-align: center;
}
