body {
  font-family: 'Montserrat', sans-serif;
  background: #f0f0f0;
  width: 100vw;
  overflow-x: hidden;
  color: #fff;
}
body, html {
  height: 100%;
}
header {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  z-index: 999;
  text-shadow: 2px 2px #000;
}
a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  color: #FFF200;
  text-decoration: none;
}

h1 {
  font-size: 3rem;
  color: #FFF200;
  font-weight: 700;
  margin: 2.4rem 0;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

p {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 1.8rem;
}

img {width: 100%;}
.bg {
 background: #b9146a url("../img/bg.png") no-repeat top;
 -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
 }
#main {
    height: 100%;
}
.wrapper {
  background: url("../img/bg_2ndlayer.png") repeat-y top;
}
section {
  padding: 30px 0;
  height: 100%;
}
#dot-nav{
	right: 15px;
	top: 50%;
	margin-top: -100px;
	height: 100px;
	z-index: 999;
  position: fixed;
}

#dot-nav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#dot-nav li {
	position: relative;
	background-color: #b9146a;
	border:3px solid #fff;
	border-radius: 15px 15px 15px 15px;
	cursor: pointer;
	padding: 5px;
	height: 10px;
  margin: 15px 15px 0px 0px;
	width: 10px;
  vertical-align:bottom;
  box-shadow: 0 0 11px rgba(33,33,33,0.5);
}
#dot-nav li.active, #dot-nav li:hover {
	background-color: #fff;
}
#dot-nav li:after {
  content: "";
  height: 21px;
  border-left: 2px solid #fff;
  position: absolute;
  top: 13px;
  left: 35%;
  box-shadow: 0 0 11px rgba(33,33,33,0.5);
}

#dot-nav li:last-of-type:after {
  border-left: none;
}

#dot-nav {
  cursor: pointer;
}

#dot-nav a {
	outline: 0;
	vertical-align:top;
	margin: 0px 0px 0px 15px;
	position: relative;
  top:-5px;
  white-space: nowrap;
}

.awesome-tooltip + .tooltip {
  pointer-events: none;
}

.awesome-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #8e44ad;
    border-radius: 12px;
    padding: 5px 15px;
    margin-right: 5px;
    font-weight: 700;
    white-space: nowrap;
    max-width: none;
}
.awesome-tooltip + .tooltip.left > .tooltip-arrow{
    border-top: none;
    border-bottom: none;
    border-left: none;
}

#arrow {
  background: url(../img/back_arrow2x.png ) no-repeat;
  display: block;
  height:25px;
  width: 20px;
  float: left;
  position: relative;
  top:9px;
}
.back {
  float: left; 
  position: relative; 
  top: 20px;
  font-size: 1rem;
  line-height: 2.5rem;
}
.back:hover #arrow{
  background: url(../img/back_arrow_hover2x.png ) no-repeat;
  display: block;
  height:25px;
  width: 20px;
  float: left;
  position: relative;
  top:9px;
}
.social{
  right: 10px;
  top:20px;
  position: fixed;
  color: #fff;
  font-size: 1rem;
  line-height: 2.5rem;
}

#fb{
  background: url(../img/icon-facebook.png ) no-repeat;
  display: block;
  height:25px;
  width: 25px;
  position: relative;
  float: right;
  margin:0 6px 0 15px;;
  background-size: cover;
}
#fb:hover {
  background: url(../img/icon-facebook_hover.png ) no-repeat;
  background-size: cover;
}
#ins{
  background: url(../img/icon-insta.png ) no-repeat;
  display: block;
  height:25px;
  width: 25px;
  position: relative;
  float: right;
  margin:0 6px;
  background-size: cover;
}
#ins:hover {
  background: url(../img/icon-insta_hover.png ) no-repeat;
  background-size: cover;
}

.logo {
  position: absolute;
  top: -60px;
  margin-left: 50px;
}
.download {
  text-align: center;
  background: url(../img/hex.png ) no-repeat;
  display: block;
  width: 220px;
  height: 220px;
  -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  position: absolute;
  top: 60%;
}
.download-text {
  position: relative;
  color:#B31A6E;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.download .btn {
   -webkit-border-radius: 60px;
   -moz-border-radius: 60px;
   border-radius: 60px;
   padding: 5px 15px;
   background-color: #B31A6E;
   text-decoration: none;
   display: inline-block;
   font-weight: 700;
   cursor: pointer;
   margin-top: 5px;
}
.download .btn:hover {
  background-color: #4D4D9E;
  color:#fff;
}

.text-intro {
  font-size: 1.8rem;
}

/* #scene {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 25%;
} */

.keyvisual img {
  height: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

#mobile-bg {
  display: none;
}

@media only screen and (min-width: 1600px) {
  .keyvisual img {
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
    width: 100%;
  }
}


@media only screen and (max-width: 991px) {
  #scene {
    display: none;
  }
  .ffg_logo {
    display: none;
  }
  #mobile-bg {
    margin-top: 30px;
    display: block;
  }
  #mobile-bg img {
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .download {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 480px) {
  #dot-nav {
    right: 0;
  }
}


@media only screen and (min-width: 1600px) {
  #scene {
    margin: 0 auto;
  }
}

/* about us section */

.explore-title-hexagon.hexagon {
  background: transparent;
  width: 150px;
  height: 173px;
  display: block;
  margin: -40px auto;
  position: relative;
}

.explore-title-hexagon.hexagon h2 {
  margin: 50% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.explore-title-hexagon:after {
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/hex_faded.png'); 
  width: 100%;
  height: 100%;
  opacity : 0.2;
  z-index: -1;
}

.explore-hexagon { 
  position: relative;
  cursor: pointer;
}

.explore-hexagon > img {
  width: 275px;
  height: 300px;
  z-index: 5;
}

.explore-hexagon:hover::before {
  content: '';
  background: url('../img/hex-hover.png') no-repeat;
  background-size: cover;
  width: 260px;
  height: 300px;
  position: absolute;
  top: 0px;
  left: 8px;
  z-index: -1;
}
.explore-hexagon:after {
  content: "";
  clear: both;
}

.explore-hexagon > .text-content {
  position: absolute;
  width: 110px;
  right: 20px;
  top: 75px;
  color: #B31A6E;
  font-size: 1.4rem;
  text-align: left;
}

@media only screen and (max-width: 1300px) {
  .explore-hexagon > .text-content {
    right: -35px;
  }
}

@media only screen and (max-width: 991px) {
  .explore-hexagon:hover::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .explore-hexagon > .text-content {
    right: 5px;
  }
  .explore-hexagon > .text-content {
    right: 0;
    left: 64%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 600px) {
  .explore-hexagon > img {
    width: 190px;
    height: 210px;
  }
  .explore-hexagon:hover::before {
    display: none;
    width: 168px;
    height: 194px;
    left: 53%;
  }
  .explore-hexagon > .text-content {
    top: 50px;
    left: 93px;
    transform: none;
    font-size: 1rem;
    width: 85px;
  }
}

/* meet */

/* whats happening section */

#what .download {
  top: 5px;
  right: 5px;
}

#what .lips {
  position: absolute;
  top: 175px;
  /* top: 50px; */
  right: 130px;
  width: 250px;
  height: 256px;
}

.time-day {
  font-weight: 700;
}

.time-day:before {
  content: "";
  background: url('../img/calendar_icon2x.png') no-repeat;
  background-size: cover;
  margin-left: -30px;
  width: 20px;
  height: 22px;
  display: block;
  position: absolute;
}

.mobile-table {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.mobile-table p {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.mobile-table p span {
  display: inline-block;
  vertical-align: top;
}

.mobile-table p span:first-child {
  width: 25%;
  font-weight: 700;
}

.mobile-table p span:nth-child(2) {
  width: 65%;
  margin-left: 20px;
}

.mobile-table .btn.text-right {
  margin-right: 20px;
}

.workshop-wrapper {
  border-bottom: 1px solid #fff;
  margin-top: 25px;
  padding-bottom: 25px;
}

.workshop-wrapper:last-child {
  border-bottom: none;
}

.workshop-wrapper .workshop-title,
.workshop-wrapper .workshop-desc {
  display: inline-block;
  vertical-align: top;
}

.workshop-wrapper .workshop-title {
  width: 25%;
}

.workshop-wrapper .workshop-desc {
  width: 72%;
}

.btn-overview {
  width: 90%;
  display: block;
  margin: 20px auto;
  background: #000;
  background-color: rgba(0,0,0,0.3);
  text-align: left;
  border: none;
  border-radius: 0;
  font-weight: 700;
}
.btn-overview:before {
  font-family: 'Glyphicons Halflings';
  content: "\e259";
  float: left;
  color: #fff;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
  margin-left: 0px;
  margin-top: 3px;
  font-size: 1rem;
  margin-right: 10px;
}

.btn-overview.collapsed:before {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in;
}

.btn-primary.btn-overview:hover,
.btn-primary.btn-overview:focus,
.btn-primary.btn-overview.active,
.btn-primary.btn-overview:active {
  background-color: #000;
}

@media only screen and (max-width: 1199px) {
  .time-day {
    text-align: center;
    padding-top: 30px;
  }
  .time-day:before {
    position: relative;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 700px) {
  #what .lips {
    top: 185px;
    left: 42%;
    right: 0;
    transform: translateX(-50%);
  }
}
/* table */

table {
  color: #fff;
  font-size: 1.3rem;
}

/* partners section */

#partners .container-fluid {
  background: #fff;
  overflow: hidden;
  width: 102vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
  padding-right: 0;
}

.logo-wrapper {
  padding-top: 40px;
  text-align: center;
}

.logo-wrapper:last-child {
  padding-bottom: 40px;
}

p.logo-text {
  color: #000;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 50px;
}

.logo-partner {
  display: inline-block;
  width: 300px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}

.logo-partner p {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

/* navpills */

.nav-stacked>li {
  color: #fff;
}

.nav-stacked>li.title {
  margin-left: 15px;
  margin-bottom: 15px;
}

.nav-stacked>li>a {
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  width: none;
}

.nav-pills>li>a:hover {
  color: #8e44ad;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #8e44ad;
  background-color: #acdce5;
}

.nav>li>a:focus, .nav>li>a:hover {
  color: #8e44ad;
}

.back-to-category {
  margin-top: 20px;
  display: none;
}

@media only screen and (max-width: 800px) {
  .back-to-category {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .nav-stacked>li {
    text-align: center;
  }
  .hexagon.hexagon-se {
    width: 150px;
    height: 170px;
  }
}

/* experince capsules */

.experience-capsule-link {
  display: none;    
  margin-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  padding-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
}

.experience-capsule-link li {
  background: #000;
  background-color: rgba(0,0,0,0.3);
  margin: 1px 30px;
  text-align: center;
  padding: 10px;
  list-style-type: none;
}

@media only screen and (max-width: 991px) {
  .experience-capsule-link {
    display: block;
  }
  img.capsules {
    padding-top: 30px;
  }
}


/* accordion */

.accordion-text_header {
  margin-left: 15px;
  margin-right: 15px;
}

.accordion-text_header .accordion-text {
  font-weight: 700;
}


.accordion-text {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
}

.accordion-text.time {
  width: 15%;
}
.accordion-text.name {
  width: 20%;
}
.accordion-text.title {
  width: 40%;
}
/* .accordion-text.special-offer {
  width: 30%;
} */
.accordion-text.cost {
  width: 10%;
}
.accordion-text.register {
  width: 10%;
  text-align: center;
}

.accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  background-color: transparent;
  box-shadow: none;
}

.accordion .panel-title { 
  position: relative;
}
.accordion .panel-heading a.btn.btn-default {
  color: #b8146a;
  background-color: #fff;
  width: 100px;
  position: absolute;
  right: 50px;
  top: 5px;
  padding: 5px;
}

.accordion .panel-heading a.btn.btn-default:before {
  display: none;
}

.accordion a {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #fff;
  border-bottom: none;
  text-decoration: none;
  color: #fff;
}

.accordion .panel-heading a.collapsed:hover,
.accordion .panel-heading a.collapsed:focus {
  background-color: transparent;
  color: #fff;
  transition: all 0.2s ease-in;
}
.accordion .panel-heading a.collapsed:hover::before,
.accordion .panel-heading a.collapsed:focus::before {
  color: #fff;
}
.accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
}
.accordion .panel-default>.panel-heading {
  background-color: transparent;
}


.accordion .panel-heading a:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  transition: all 0.2s ease-in;
}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  color: #fff;
}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body p {
  font-size: 1.4rem;
}

/* Add Indicator fontawesome icon to the left */

.accordion .panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e259";
  float: left;
  color: #fff;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
  margin-left: -15px;
  font-size: 1rem;
}
.accordion .panel-heading a.collapsed:before {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 991px) {
  /* .accordion .panel-title {
    min-width: 991px;
    overflow-x: scroll;
  } */
}

/* hexagon */

.hexagon-wrapper {
  text-align: center;
}

.hexagon {
  position: relative;  
  width: 182px;
  height: 210px;
  background: url('../img/hex.png') no-repeat;
  background-size: cover;
  display: inline-block;
  text-align: center;
  margin: 2px;
  vertical-align: top;
}

.hexagon.hexagon-se {
  background: transparent;
  cursor: pointer;
}

.hexagon.hexagon-se > .text-wrapper {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
}

.break-hex {
  margin-bottom: -48px;
}

.hexagon.hexagon-se > .text-wrapper > h1,
.hexagon.hexagon-se > .text-wrapper > h2,
.hexagon.hexagon-se > .text-wrapper > p {
  color: #fff;  
}

.hexagon.hexagon-se > .text-wrapper > h1 {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.hexagon.hexagon-se > .text-wrapper > h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 2rem;
}

.hexagon.hexagon-se > .text-wrapper > p {
  display: none;
  font-size: 1rem;
  font-weight: 700;
}

.hexagon.hexagon-se:hover,
.hexagon.hexagon-se:hover img {
  width: 250px;
  z-index: 5;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hexagon.hexagon-se:hover > .text-wrapper {
  top: 50px;
  width: 95%;
}

.hexagon.hexagon-se:hover > .text-wrapper > p {
  display: inline-block;
}

.hexagon.grab > .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 70px;
  margin-left: 0;
}

.hexagon.grab > .text-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  text-align: center;
}

.hexagon.grab > .text-wrapper > h1,
.hexagon.grab > .text-wrapper > p {
  color: #1aae48;
}

.hexagon.grab > .text-wrapper > h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}

.hexagon.grab > .text-wrapper > p {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

@media only screen and (max-width: 1199px) {
  .break-hex {
    margin-bottom: 0;
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .hexagon.hexagon-se {
    width: 100%;
    padding: 0 40px;
    height: 100%;
  }  
  .hexagon.hexagon-se:hover, .hexagon.hexagon-se:hover img {
    width: 100%;
  }
  .hexagon.hexagon-se:hover > .text-wrapper {
    top: 30px;
    width: 180px;
  }
  .hexagon.hexagon-se > .text-wrapper > p {
    display: inline-block;
  }
  .hexagon.hexagon-se > .text-wrapper > h1,
  .hexagon.hexagon-se > .text-wrapper > h2,
  .hexagon.hexagon-se > .text-wrapper > p {
    font-size: 1.2rem;
  }
}


/* transport */

.transport-content {
  margin-bottom: 50px;
}

.transport-content .icon {
  width: 32px;
  margin-bottom: 8px;
}

#map {
  width: 100%;
  height: 800px;
}

@media only screen and (max-width: 991px) {
  #map {
    height:auto;
  }
}

/* footer */

footer {
  background: linear-gradient(to top, rgba(79,74,158,1), rgba(79,74,158,0));
  text-align: center;
  padding: 30px 0;
}

/* button */

.btn.btn-default {
  color: #b8146a;
  background: #fff;
  border-radius: 20px;
  font-weight: 700;
  transition: box-shadow .3s;
}

.btn.btn-default:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.copyright {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
}

/* go to top */

#toTop{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #b8146a;
  background-color: #fff;
  border: none;
}

#toTop span {
  vertical-align: middle;
}


/* helpers */

.text-yellow {
  color: #FFF200;
}

.text-right {
  text-align: right;
  float: right;
}

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

.float-right {
  float: right;
}

.no-pointer {
  pointer-events: none;
}

.ma-20 {
  margin: 20px;
}

.pa-left20 {
  padding-left: 20px!important;
}

.row-no-padding {
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .row-sm-no-padding [class*="col-"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .hexagon-se.no-pointer {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-center {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

/* bootstrap mobile */

@media only screen and (max-width: 500px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
}