@charset "UTF-8";

@font-face {
  font-family: entypo;
  src: url(fonts/entypo.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

.profimg {
  width: 100%
}

.container {
  width: 100%;
  height: auto;
  margin: 1em 0 0 0
}

.fc-slideshow {
  position: relative;
  max-width: 600px;
  max-height: 600px;
  height:600px;
  width:600px;
  margin: 0 auto;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 1), 0 0 0 6px #d4a669;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 100;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px
}

.fc-slideshow nav {
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10000
}

.fc-slideshow nav>div {
  position: absolute;
  height: 100%;
  top: 0;
  width: 50%
}

.fc-slideshow nav .fc-left {
  left: 0
}

.fc-slideshow nav .fc-right {
  right: 0
}

.fc-slideshow nav>div span {
  height: 33%;
  width: 100%;
  position: absolute;
  left: 0;
  cursor: pointer
}

.fc-slideshow nav>div span:first-child {
  top: 0
}

.fc-slideshow nav>div span:nth-child(2) {
  top: 33%
}

.fc-slideshow nav>div span:nth-child(3) {
  top: 66%
}

.fc-slideshow nav i, .no-csstransforms3d .fc-slideshow nav>div span {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  pointer-events: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .2s ease;
  -moz-backface-visibility: hidden;
  -moz-transition: all .2s ease;
  backface-visibility: hidden;
  transition: all .2s ease
}

.no-csstransforms3d .fc-slideshow nav>div span {
  z-index: 1000;
  width: 40px;
  background: rgba(0, 0, 0, 0)
}

.no-csstransforms3d .fc-slideshow nav .fc-left span {
  left: -80px
}

.no-csstransforms3d .fc-slideshow nav .fc-right span {
  right: -80px;
  left: auto
}

.no-csstransforms3d .fc-slideshow nav i {
  width: 40px;
  cursor: pointer
}

.fc-slideshow nav .fc-left i {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  text-align: left
}

.fc-slideshow nav .fc-right i {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%;
  text-align: right
}

.fc-slideshow nav i.icon-arrow-left {
  left: 0
}

.fc-slideshow nav i.icon-arrow-right {
  right: 0
}

.no-csstransforms3d .fc-slideshow nav i.icon-arrow-right {
  right: -60px
}

.icon-arrow-left:before, .icon-arrow-right:before {
  font-family: entypo;
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5em;
  color: #fbd8c5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
  border-radius: 20% 10% 50% 5%/25% 10% 30% 75%;
  -webkit-font-smoothing: antialiased
}

.icon-arrow-left:before {
  content: "\e002"
}

.icon-arrow-right:before {
  content: "\e003"
}

.csstransforms3d .fc-slideshow nav>div span:hover~i, .no-csstransforms3d .fc-slideshow nav i, .no-csstransforms3d .fc-slideshow nav>div span {
  opacity: 1
}

.csstransforms3d .fc-slideshow nav>div span:nth-child(2):hover~i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0)
}

ul.fc-slides {
  list-style: none;
  margin: 0;
  padding: 0
}

ul.fc-slides li {
  display: none
}

.no-js ul.fc-slides li {
  display: block
}

.fc-flip {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.fc-flip div {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.fc-flip .fc-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg)
}

.fc-slideshow img {
  border-radius: 50%
}

.fc-slideshow h3 {
  position: absolute;
  color: #fbd8c5;
  top: 50%;
  margin-top: 30px;
  line-height: 50px;
  height: 50px;
  left: 80px;
  right: 80px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 20% 10% 50% 5%/25% 10% 30% 75%
}

.fc-overlay-dark, .fc-overlay-light {
  opacity: 0;
  position: relative;
  max-width: 600px;
  max-height: 600px;
  width: 100%
}

.no-js .fc-slideshow {
  height: auto;
  box-shadow: none
}

.no-js .fc-slideshow h3 {
  position: relative;
  width: auto;
  height: auto;
  left: auto;
  right: auto;
  top: auto;
  margin: 5px
}

@media (max-width:800px) {
  .fc-slideshow {
    max-width: 330px;
    max-height: 330px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .4), 0 0 0 4px #d4a669
  }
  .fc-overlay-dark .fc-overlay-light {
    width: 330px;
    height: 330px
  }
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden
}

@media screen and (max-width:600px) {
  ul.topnav {
    position: relative
  }
}

ul.topnav li {
  float: left
}

@media screen and (max-width:600px) {
  ul.topnav li {
    float: none
  }
}

ul.topnav li.right {
  float: right
}

ul.topnav li a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 2rem;
  text-decoration: none
}

@media screen and (max-width:900px) {
  ul.topnav li a {
    padding: .5rem 2rem
  }
}

td.description {
  vertical-align: top
}

input, select, textarea {
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  text-align: justify;
  outline: 0;
  margin-bottom: 3px;
  margin-top: 3px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  max-width: 360px;
  font-size: 1em;
  resize: none;
  line-height: 1em
}

input[type=text], textarea {
  background-color: rgba(255, 255, 255, .8);
  color: #000
}

input[type=submit] {
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0 1px 5px #484848;
  text-transform: uppercase;
  color:white;
  font-size: 1.5em;
  font-weight: 700;
  display: inline;
  text-align: center;
  margin-top: 1em;
}
.submitcolor {
  background: linear-gradient(#01d9fa, #4657ff) !important;
}
input[type=submit]:hover {

}
input[type=submit2]:hover {
  border-bottom-left-radius: 8%80px;
  border-top-left-radius: 8%80px;
  border-bottom-right-radius: 8%90px;
  border-top-right-radius: 8%90px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 350px;
  background-size:1px 100px;
}

html, html a {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .010);
  text-rendering: optimizeLegibility!important
}

a:link, a:visited {
  text-decoration: none
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer
}
body {
  background-image: url("images/bg.jpg");
  background-color:rgb(14, 14, 14);
  background-attachment:fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper, body {
  margin: 0 auto
}

.wrapper {
  z-index: -5;
  width: 100%;
  max-width:1920px;
  box-shadow: 0px 0px 100px;
}

header {
  z-index: 100;
  background-image: url("images/hero.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  top: 0;
  left: 0;
}
.header2 {
  z-index: 100;
  background-image: url("images/hero2.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  top: 0;
  left: 0;
}
.header3 {
  background-position: top right;
  background-image: url("images/hero3.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  top: 0;
  left: 0;
}
.container1, .container2, .container3, .container4, .container5, .container6, .container7, .item1_box, .item1_box2, .containerdex {
  display: -webkit-flex;
  background-size: cover;
  background-position: bottom center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
}

.container1, .container2, .container3, .container3_alt, .container4, .container5, .container7, .containerdex {
  padding: 5% 15% 5% 15%;
}

.container1 {
  padding-top: 13em;
  background-image: url(images/bg.jpg);
}

.container2 {
  background-image: url(images/bg2.jpg);
}

.container4 {
  background-image: url(images/bg3.jpg);
  background-position: 0 10%
}

.container_gallery {
  background-image: url(images/bg.jpg);
  padding: 5% 15% 7.5% 15%;
  background-size:cover;
  margin: 0 auto
}

.container5 {
  background-image: url(images/bg4.jpg);
}
.container6 {
  background-color: #000;
  padding: 5% 15% 0% 15%;
}
.container7 {
  background-image: url(images/bg5.jpg)
}

.item1 {
  min-width: 300px;
  width: 48%;
  margin: 0 1% 0 1%;
}
.item1_alt {
  min-width: 300px;
  width: 100%;
  margin: 0 1% 0 1%;
}
.item1_alt2 {
  min-width: 300px;
  width: 100%;
}
.item1_box2 {
  background-color: rgba(0,0,0,0.5);
  padding:3em;
}
.item1_content {
  background-color: rgba(0,0,0,0.5);
  padding:1em 1em 0.5em 1em;
  margin-bottom:0.5em;

}
.item1_content2 {
  background-color: rgba(0,0,0,0.5);
    padding:0em 1em 1em 1em;
}
.item1_img {
  padding-bottom:1em;
  Width:100%;
  display:block;
}
.item1_contact {
  background-color: rgba(0,0,0,0.5);
  margin:1em 0.5em 1em 0.5em;
  padding:1em;
  max-width:100%;
  text-align: center;
}
.item2 {
  min-width: 350px;
  width: 70%;
  padding: 1em;
  margin: .5em;
  background-color: rgba(0, 0, 0, .5);
  display: table-row;
}
.item_artists {
  background-color: rgba(0, 0, 0, .5);
  padding:3em;
  margin:1em 0 2em 0;
}
.item3 {
  min-width: 300px;
  text-align: left;
  width: 50%
}

.button {
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin-bottom:2.5em;
}

.btn1, .btn2 {
  border-radius: 50px;
  position: relative;
  margin: 0 auto;
  max-width: 360px;
  height: 80px;
  background-size:1px 80px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  filter:brightness(100%);
}
.btn1:hover, .btn2:hover {
  filter: brightness(115%);
  
}
.btn1 {
  background: linear-gradient(#f2d98b, #c28637);
}
.btn2 {
  background: linear-gradient(#01d9fa, #4657ff);
  height: 80px;
}

.logodiv {
  position: absolute;
  width: 100%;
  top: 81%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center
}
.logo {
  border-radius: 10px;
  width: 50%;
  max-width: 300px
}
.coloring {
  border: solid 5px #f6f6f6 !important;
}
.smlpic {
  width: 100%
}

.formstyle {
  background-color: rgba(0, 0, 0, .5);
  padding: 1.5em;
  max-width:365px;
  margin:1em 0.5em 1em 0.5em;
}

.heading, .heading2 {
  width: 100%;
  padding-bottom: 1em;
  text-align: left;
}

.heading2 {
  margin: 0 0 1.5em 0;
}

.heading3 {
  margin: 1.5em 0 2.75em 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact {
  margin: 0;
  text-align: center;
  width: 100%;
  height: auto
}

.lang {
  background-color: #000;
  max-width: 550px;
  margin:0 auto;
  text-align: center;
  padding: .3em .75em .75em .75em;
  border-radius: 0 0 80% 80%/0 0 60% 60%
}
.lang2 {
  background-color: #000;
  width: 360px;
  float: right;
  margin-right: 20%;
  padding: .3em .75em .75em .75em;
  border-radius: 0 0 80% 80%/0 0 60% 60%
}

.smicon {
  margin: 0 .25em 0 .25em
}

.hidden {
  display: none
}

.hidden2 {
  visibility: hidden;
  font-size: 1em;
}

.imgcont {
  float: left;
  width: 15%;
  display: table-cell;
  margin-right: 1em
}

.banner {
  border: solid 5px #d4a669;
  width: 100%;
  margin: 2em 0 2em 0
}

.textcont {
  width: 65%;
  display: table-cell
}

.aplayer {
  width: 50%;
  background-color: rgba(0, 0, 0, .15);
  color: #fff
}
.line {
  background-color: #d4a669;
  width:100%;
  margin:1.25em 0 0.75em 0;
  height:1px;
}
footer {
  width: 100%;
  padding: 1.5em 0 3em 0;
  margin: 0 auto;
  background-color: #000;
  text-align: center;
}

@media screen and (max-width:1100px) {
  .item1, .item2, .item3 {
      width: 100%;
  }
}
@media screen and (max-width:768px) {

  .container2, .container3, .container3_alt, .container4, .container5, .container6, .container7, .container_gallery {
    padding: 10% 5% 10% 5%;
  }
  .container1 {
    padding: 10em 5% 10% 5%;
  }
  .youtubeholder {
  }
  .aplayer {
    width: 100%;
  }
  .lang, .lang2 {
    margin: 0 auto;
    float: none;
  }
  .hidden2 {
    visibility: visible;
  }
  .banner {
    border: solid 3px #d4a669
  }
}

h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-size: 3em;
  display: inline;
  text-align: left;
  background: -webkit-linear-gradient(90deg, #c08232, #fbd8c5, #c08232);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.h1alt {
  background: -webkit-linear-gradient(90deg, #a9a9a9, #f6f6f6, #a9a9a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

h2 {
  color: #dbab6c;
  font-family: Sacramento, cursive;
  font-weight: 400;
  display: inline;
  font-size: 3em;
  padding-left: .2em;
  line-height: .98em
}

.h2alt {
  margin: 0;
  padding: 0;
  font-size: 2em;
  padding-left: .4em
}
.h2alt2 {
  color:#24aaff;
  margin-right:0.5em;
}

h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: inline;
  text-align: left
}

.h3alt {
  color: #fbd8c5;
  padding-left: 2.5%
}

.h3alt2 {
  font-size: 1.2em
}

.h3alt3 {
  color: #dbab6c;
  transition: all .2s
}
.h3alt4 {
  color:#24aaff;
  transition: all .2s
}
.h3alt5 {
  color: #f2d98b;
  transition: all .2s
}
.h3alt3:hover {
  color: #fbd8c5
}
.h3alt4:hover {
  color: #62bef9
}
h4 {
  padding: 0.25em .75em 0em .6em;
  margin: 0;
  color: #dbab6c;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  text-align: left
}
.h4_alt {
  color:#24aaff
}

h5 {
  margin: 0;
  color: #dbab6c;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25em;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .5)
}

p {
  color: #e7e7e7;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-size: 1.4em;
  font-weight: 400;
}

.p_padding {
  padding: 0 2.5% 0 2.5%;
}

.p_padding2 {
  padding: 0 2.5% 0 2.5%;
  margin:0.5em;
  line-height: 1.3em;
}
.p_alt {
  font-weight: 400;
  font-size: .75em;
  margin-top: 5px;
  text-align: center;
  color: #949494
}

.p_alt2 {
  font-weight: 700;
  font-size: 1em;
  letter-spacing: .1em;
  text-align: left;
}

.p_alt3 {
  padding: 0 5% 0 5%;
      font-family: 'Exo 2', sans-serif;
}

.p_alt3, .p_alt7 {
  font-weight: 400;
  font-size: .95em;
  text-align: left;
  color: #e8e8e8
}

.p_alt4 {
  padding: .75em .75em 1.75em .75em;
  margin: 0;
  color: #e8e8e8;
  line-height: 1.25em;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: -.01
}

.p_alt5 {
  line-height: 1.75em
}

.p_alt6 {
  margin-top:2em;
  line-height: 0;
  font-size: 1.5em;
  text-align: center
}

.p_alt7 {
  padding: 0;
  margin: 0;
  letter-spacing: -.05em;
  font-size: 1.25em;
  font-weight: 400
}

.p_alt8 {
  margin: 0;
  padding: 0;
  text-align: center
}

.p_alt9 {
  margin: .3em 0 0 .1em;
  font-size: .8em;
  line-height: 1em;
  text-align: center
}

.p_alt10 {
  margin: 0;
  line-height: 1.2em;
  font-size: .75em
}
.p_alt11 {
  padding: .75em .75em 0 .75em;
  margin: 0;
  color: #e8e8e8;
  line-height: 1.25em;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: -.01
}
.p_alt12 {
  padding: .75em .75em .75em .75em;
  margin: 0;
  color: #e8e8e8;
  line-height: 1.25em;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: -.01
}

.alt1 {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-style: italic;
  color: #bcbcbc;
  font-family: 'Exo 2', sans-serif;
}

.alt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  text-shadow: 0 1px 5px #484848;
  letter-spacing: 0.02em;
  font-weight: 700;
  transform: translate(-50%, -50%)
}

.ion {
  font-size: 18px;
  position: relative;
  padding: 0 .6em 0 0;
}

.ion2 {
  font-size: 18px;
  position: relative;
  padding: 0 0 0 .6em;
}

.light {
  font-weight: 300
}

.youtube {
  width: 100%;
  padding-bottom:2em;
}
.youtubeholder {
  position:relative;
  height:0;
  width:100%;
  padding-bottom:57.22%;
  border: solid 5px #d4a669;
}
.logodex {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  padding: 1em 0 1em 0;
}
.festival {
  font-size: 1em;
  padding-top:5px;
  color:#f2d98b;
}
.festival2 {
  font-size: 1.5em;
}
.festival-margin {
  margin-right:15px;
}
.festivalheading {
  padding-top: 1em;
}
