/* animation */
@font-face {
  font-family: 'bignoodletitling';
  src: url('../fonts/BigNoodleTitling.eot');
  src: url('../fonts/BigNoodleTitling.eot?#iefix') format('embedded-opentype'), url('../fonts/BigNoodleTitling.woff') format('woff'), url('../fonts/BigNoodleTitling.ttf') format('truetype'), url('../fonts/BigNoodleTitling.svg#bignoodletitling') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bignoodletitling {
  font-family: 'bignoodletitling';
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
h2 {
  font-size: 50px;
  color: #392221;
}
a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
/* animation */
.page-wrapper {
  overflow: hidden;
}
.container {
  max-width: 1600px;
}
.container-fluid {
  margin-right: 45px;
  margin-left: 45px;
}
.container-fluid.no-left {
  margin-left: 0;
}
header {
  background: #ca7613;
  position: relative;
  z-index: 9;  
}
header .top-header {
  padding: 4px 0;
}

/* MENU SECTION */
#menu {
  background: #f8e9af;
  padding-top: 30px;
  padding-bottom: 30px;
}
#menu ul {
  margin-left: -5px;
  margin-right: -5px;
}
#menu ul li {
  width: 25%;
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}
#menu ul li a img {
  width: 100%;
}
#menu ul li a span {
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
  top: 50%;
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 100; 
  line-height: 1;
  margin-top: -20px;
}

/* ALBUM SECTION */
#album {
  background: #503541;
  padding: 45px 0 40px;
}
#album p {
  margin-bottom: 45px;
}
#album p:last-child {
  margin-bottom: 0;
}
#album ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
#album ul li {
  float: left;
  display: inline-block;
  width: 20%;
  padding: 0;
}
#album ul li a img {
  width: 100%;
}

/* TWO SECTION */
#two-section .left-section,
#two-section .right-section {
  padding: 0;
}
#two-section .left-section:after,
#two-section .right-section:after {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 25%;
  background: #e2aa42;
  content: '';
  left: -45px;
  z-index: 0;
}
#two-section .right-section:after {
  background: #c16b19;
  left: auto;
  right: -45px;
}
#two-section h2 {
  font-size: 30px;
  margin: 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
#about {
  background: #e2aa42;
  padding: 40px 50px 40px 0;
  position: relative;
  z-index: 1;
}
#media {
  background: #c16b19;
  padding: 40px 0 40px 50px;
  position: relative;
  z-index: 1;
}


/* CONNECT */
#connect {
  background: #5f323d;
  padding-top: 75px;
}
#connect .title {
  color: #e9c442;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.6px;
  top: -55px;
  position: relative;
}
#connect .title h3 {
  padding-left: 10px;
}
#connect .col-sm-4:nth-child(2) .title {
  top: -47px;
}
#connect .content-holder {
  background: #4f2a33;
  padding-bottom: 30px;
}
#connect .upcoming {
  background: #45252d;
  margin-top: -35px;
  margin-bottom: 20px;
  padding: 30px;
  color: #fff;
  font-size: 20px;
}

/* CONTACT */
#contact {
  background: #5f323d;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.6px;
  line-height: 1.1;
  padding: 25px 0 20px;
}
#contact a {
  color: #fff;
}

/* ABOUT */
#about {
  position: relative;
}
#aobut h2 {
  z-index: 1;
}
#about:before {
  background: url('../img/about-bg.png') no-repeat;
  width: 382px;
  height: 712px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 0;
  content: '';
  z-index: 0;
}
#about #about-text {
  height: 580px;
  background: rgba(255, 199, 0, 0.3);
  z-index: 1;
}
#about #about-text .nano-content {
  margin: 15px 30px 15px 15px;
  color: white;
  font-size: 20px;
}
#about h2,
#about #about-text,
#about .action {
  z-index: 1;
  position: relative;
}
#about .action > a {
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  display: block;
  margin-top: 20px;
  margin-bottom: -20px;
}
#about #about-text > .nano-pane {
  background: #b07d19;
}
#about #about-text > .nano-pane > .nano-slider {
  background: #dd9b1b;
}

#media {
  text-align: center;
}
#media h2 {
  text-align: left;
}
#media .gallery-holder {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#media .gallery-holder:before,
#media .gallery-holder:after {
  content: '';
  display: table;
  clear: both;
}
#media .gallery-holder > a {
  display: inline-block;
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
#media .gallery-holder > a > img {
  width: 100%;
}


#upcoming {
  position: relative;
}
#upcoming #upcoming-text {
  height: 390px;
  background: #45252d;
  z-index: 1;
  margin-top: -20px;
  margin-bottom: 40px;
}
#upcoming #upcoming-text .nano-content {
  margin: 15px 30px 15px 15px;
  color: white;
  font-size: 20px;
}
#upcoming #upcoming-text .nano-content p {
  margin-bottom: 30px;
}
#upcoming #upcoming-text > .nano-pane {
  background: #3f2229;
}
#upcoming #upcoming-text > .nano-pane > .nano-slider {
  background: #4b2831;
}


.nano > .nano-pane {
  width: 20px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.nano > .nano-pane > .nano-slider {
  margin: 0 0px;
  width: 20px; 
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.nano > .nano-pane {
  background : rgba(0,0,0,0);
}

.instagram-feed {
  margin-top: -30px;
}

.instagram-feed > iframe {
  width: 100% !important;
  max-width: 540px !important;
}

footer {
  background: #e2aa42;
  padding: 7px 0;
}
footer .copy {
  text-transform: uppercase;
  color: #182128;
  font-size: 24px;
  letter-spacing: 3px;
  margin-top: 55px;
}
footer .copy a {
  color: #182128;
}

@media (max-width: 1199px) {
  #menu ul li a span {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  #menu ul li a span {
    font-size: 28px;
  }
  .container-fluid {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    margin-right: 0px;
    margin-left: 0px;
  }
  #menu ul li a span {
    font-size: 25px;
    margin-top: -10px;
  }
  #menu ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  #album .text-center p,
  #album .text-center p:last-child {
    margin-bottom: 15px !important;
  }
  #album .list-inline {} {
    margin-left: 0;
    margin-right: 0;
  }
  #album .list-inline {
    text-align: center;
  }
  #album .list-inline li {
    width: 33.33333%;
  }
  #two-section .left-section:after, 
  #two-section .right-section:after {
    display: none;
  }
  #two-section .left-section, 
  #two-section .right-section {
    margin-left: -45px;
    margin-right: -45px;
  }
  #about {
    padding-left: 40px;
  }
  #media {
    padding-right: 40px;
  }
  .twitter-feed {
    margin-bottom: 100px;
  }
  #media .gallery-holder > a {
    width: 50%;
  }
  footer .row > .col-sm-2 {
    text-align: center;
  }
  footer .row > .col-sm-2 img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  #menu ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #album .list-inline li {
    width: 100%;
    margin-bottom: 10px;
  }
  #media .gallery-holder > a {
    float: none;
    width: 100%;
  }
  .socials li {
    width: 60px;
  }
  .socials li img {
    max-width: 100%;
  }

  #contact {
    font-size: 20px;
  }  
}

@media (min-width: 768px) {
  
}

@media (min-width: 768px) and (max-width: 991px) {
  #media .gallery-holder {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
  }
  #media .gallery-holder > a {
    display: inline-block;
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  #media .gallery-holder {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
  }
  #media .gallery-holder > a {
    display: inline-block;
    float: left;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1500px) {
  .instagram-feed > iframe {
    height: 540px !important;
  }
}


/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
