body {	
	background-color: #000000;
  	margin: 0px;
  	transition: .5s ease-in-out;
}

h1 {
	font-family: UbuntuBold, Arial, sans-serif;
	font-size: 4rem;
	color: #000000;
	line-height: 4.5rem;
}

h2 {
	font-family: UbuntuBold, Arial, sans-serif;
    font-size: 3rem;
	color: #000000;
}

h3 {
	font-family: UbuntuBold, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #000000;
	margin-bottom: 2vh;
}

@media screen and (min-width: 1000px) {
p {
	font-family: UbuntuLight, Arial, sans-serif;
	font-size: 1.1rem;
	line-height: 1.7rem;
	color: #000000;
}}

@media screen and (max-width: 1000px) {
p {
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: .9rem;
    line-height: 1.2rem;
    color: #000000;
}}

a {
	font-family: UbuntuLight, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000000;
	text-decoration: none!important;
	cursor: pointer;
	transition: .5s ease-in-out;
}

a:hover {
	color: #c02034;
	text-decoration: none;
	transition: .5s ease-in-out;
    cursor: pointer;
}

a:focus {
    color: #c02034;
    text-decoration: none;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.tickets {
    color: #c02034;
    text-decoration: none!important;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.tickets:hover {
    color: #ffffff;
    text-decoration: none;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.yellowLink {
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.yellowLink:hover {
    color: #c02034;
    text-decoration: none;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

@font-face {
    font-family: UbuntuBold;
    src: url("./fonts/Ubuntu-B.ttf") format("opentype");
}

@font-face {
    font-family: UbuntuLight;
    src: url("./fonts/Ubuntu-L.ttf") format("opentype");
}

@font-face {
    font-family: UbuntuRegular;
    src: url("./fonts/Ubuntu-R.ttf") format("opentype");
}

.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-left: 0px;
	padding-right: 0px;
}

.white {
    color: #ffffff!important;
}

.whiteHover {
    color: #ffffff!important;
}

.whiteHover:hover {
    color: #c02034!important;
}

.yellowHover {
    color: #c02034!important;
}

@media screen and (min-width: 1000px) {
.yellowHover:hover {
    color: #ffffff!important;
}}

.redHover {
    color: #c02034!important;
}

@media screen and (min-width: 1000px) {
.redHover:hover {
    color: #000000!important;
}}

.black {
    color: #000000!important;
    text-decoration: none;
}

.black:hover {
    color: #ffffff!important;
    text-decoration: none;
}

.green {
	color: #57e0c1!important;
}

.darkGreen {
    color: #428677!important;
}

.yellow {
    color: #c02034!important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

@media screen and (min-width: 1000px) {
    .displayNoneDesk {
        display: none!important;
    }
}

@media screen and (max-width: 1000px) {
    .displayNoneMob {
        display: none!important;
    }
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    transition: 2s ease-in-out;
    opacity: 0;
}

.blacks {
    z-index: 9;
    background-color: #000000;
}

.button15 {
    min-width: 15vw!important;
    margin-top: 4vh!important;
}

.buttonGreen {
    padding: .3vh 1vw .3vh;
    border: 1.5px solid #57e0c1;
    min-width: 14vw;
    display: inline-block;
    margin: .5vw;
    text-align: center;
    color: #ffffff!important;
    background-color: #57e0c1;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    cursor: pointer;
    transition: .2s ease-in-out;
    border-radius: 50px;
}

.buttonGreen:hover {
    background-color: transparent;
    color: #57e0c1!important;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.buttonGreen p {
    color: #ffffff!important;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    transition: .2s ease-in-out;
}

.buttonGreen:hover p {
    color: #57e0c1!important;
    transition: .2s ease-in-out;
}

.buttonWhite {
    padding: .3vh 1vw .3vh;
    border: 1.5px solid #ffffff;
    min-width: 11vw;
    display: inline-block;
    margin: .5vw;
    text-align: center;
    color: #ffffff;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.buttonWhite:hover {
    background-color: #ffffff;
    color: #57e0c1!important;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.buttonWhite > p {
    color: #ffffff!important;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    transition: .2s ease-in-out;
}

.buttonWhite > p:hover {
    color: #57e0c1!important;
    transition: .2s ease-in-out;
}

.buttonGrey {
    padding: .3vh 1vw .3vh;
    border: 1.5px solid #000000;
    min-width: 14vw;
    display: inline-block;
    margin: .5vw;
    text-align: center;
    color: #ffffff!important;
    background-color: #000000;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    cursor: pointer;
    transition: .2s ease-in-out;
    border-radius: 50px;
}

.buttonGrey:hover {
    border: 1.5px solid #57e0c1;
    background-color: transparent;
    color: #57e0c1!important;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.buttonGrey p {
    color: #ffffff!important;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    transition: .2s ease-in-out;
}

.buttonGrey:hover p {
    color: #57e0c1!important;
    transition: .2s ease-in-out;
}

.headerBody {
    margin-top: -10vh;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.main {
	display: none;
}

.menuTop {
    position: absolute;
    top: 65vh;
    width: 100%;
    z-index: 5;
    padding: 1vw;
    display: none;
    padding-left: 0;
    padding: 0vw 5vw;
}

.menuText {
    text-align: center;
    display: inline-block;
    font-size: 2rem;
    width: 19%;
    color: #ffffff;
}

@media screen and (min-width: 1000px) {
.mainTitle {
    position: absolute;
    text-align: center;
    width: 100%;
    transition: .2s ease-in-out;
    color: transparent;
    font-size: 18vw;
    line-height: 17vh;
    z-index: 5;
    top: 10vh;
    color: #fffFFF;
    line-height: auto;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #ffffff;
    display: none;
    z-index: 2;
}

.lineWork {
    color: transparent;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #ffffff;
    transition: .2s ease-in-out;
}}

@media screen and (max-width: 1000px) {
.mainTitle {
    position: absolute;
    text-align: center;
    width: 100%;
    transition: .2s ease-in-out;
    color: transparent;
    font-size: 20vw;
    line-height: 17vh;
    z-index: 5;
    top: 30vh;
    color: #fffFFF;
    line-height: auto;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #ffffff;
    display: none;
}

.lineWork {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    transition: 1s ease-in-out;
}}

.me {
    border-radius: 15vw;
    width: 15vw;
    height: 15vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./img/pmoney.jpg);
}

.filler {
	height: 50vh;
	width: 100%;
}

.height100 {
	height: 100vh;
}

.marginTop0 {
    margin-top: 0vh!important;
}

.marginTop10 {
    margin-top: 10vh!important;
}

.marginTop5 {
    margin-top: 5vh!important;
}

@media screen and (max-width: 1000px) {
.marginTop5Mob {
    margin-top: 5vh!important;
}}

.marginTop15 {
    margin-top: 15vh!important;
}

.paddingTop15 {
    padding-top: 15vh!important;
}

.marginTop7 {
    margin-top: 7.5vh!important;
}

.paddingTopBottom10 {
    padding: 50px 0vw;
}

.section-content{
    width: 80%;
    margin: 0 auto;
}

.inLine50 {
    display: inline-block;
    width: 49%;
    text-align: center;
}

#section1 {
    background-color: #000000; 
}

#section2 {
	background-color: #ffffff;
}

#section3 {
	background-color: #000000; 
}

#section4 {
    background-color: #ffffff;
    transition: .5s ease-in-out;
}

#section5 {
    background-color: #000000;
    overflow: hidden;
}

#section6 {
    background-color: #ffffff;
}

#section7 {
    background-color: #000000;
}

.slide{
	background-size:cover;
	background-position:center;
}

.carousel-inner > .item {
    margin:auto;
}

#fp-nav ul li a span {
    background-color: #57e0c1;
    color: transparent;
}

.fp-slidesNav ul li a span {
    background-color: #fff;
}

#fp-nav {
    right: 2vw;
    color: transparent;
}

.margin0 {
    margin: 0px;
}

.marginBottom5 {
    margin-bottom: 5vh;
}

.marginBottom10mob {
    margin-bottom: 30px;
}

#form div[data-role=form-footer] {
    display: none!important;
}

@media screen and (min-width: 1000px) {
.tourTitle {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c02034;
    transition: 1s ease-in-out;
    margin-top: 5vh;
}

#form div[data-role="form-footer"] {
    display: none!important;
}


.date{
    margin-top: 3vh;
}

.city {
    margin: 0;
    font-size: 5vw;
    text-transform: uppercase;
}

.location {
    margin-top: 3vh; 
}}

@media screen and (max-width: 1000px) {
.tourTitle {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    transition: 1s ease-in-out;
    font-size: 6.5vw;
    margin-top: 0vh;
}

.date{
    margin-top: 0vh;
    text-align: center!important;
}

.city {
    margin: 0;
    font-size: 5vw;
    text-transform: uppercase;
    text-align: center!important;
    line-height: 4vh;
}

.location {
    margin-top: 0vh; 
    text-align: center!important;
}}

.twentyPer {
    width: 20%!important;
}


.fp-slidesContainer {
    margin-top: 0px;
    overflow: visible;
}

.left {
    background-image: none!important;
    text-shadow: 0;
    opacity: 1;
    color: #ffffff;
    margin-top: -50vh;
}

.right {
    background-image: none!important;
    text-shadow: 0;
    opacity: 1;
    color: #ffffff;
    margin-top: -50vh;
}

.carousel-control:hover {
    color: #c02034;
}

.carousel-control:active {
    color: #c02034;
}

.carousel-inner {
    width: 100%;
    overflow: visible;
}

.greyBack {
    background: #000000!important;
}

.listenNow {
}

#myCarousel .fp-tableCell{
    vertical-align: top!important;
}

@media screen and (min-width: 1000px) {
.videoCarosuel {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5vh;
}}

@media screen and (max-width: 1000px) {
.videoCarosuel {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5vh;
    margin: 10vh 10% 10vh;
}}

@media screen and (min-width: 1000px) {
.gris {
    z-index: 1;
    background-color: rgba(0,0,0,.2);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
}}

@media screen and (max-width: 1000px) {
.gris {
    z-index: 1;
    background-color: rgba(0,0,0,.1);
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}}

.input:focus {
    border: 2px solid #c02034;
    outline: none!important;
}

@media screen and (min-width: 1000px) {
.input {
    margin: 1vw;
    width: 45%;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: .5vw;
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-family: UbuntuLight, Arial, sans-serif;
}

.input2 {
    height: 10vh;
    width: 93%;
}}

@media screen and (max-width: 1000px) {
.input {
    margin: 1vw;
    width: 78vw;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: .5vh;
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-family: UbuntuLight, Arial, sans-serif;
    border-radius: 0px;
}

.input2 {
    height: 10vh;
    width: 78vw;
}}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}

/* S H O P P I N G */

body {  
    background-color: #000000;
    margin: 0px;
    transition: .5s ease-in-out;
}

h1 {
    font-family: UbuntuBold, Arial, sans-serif;
    font-size: 4rem;
    color: #000000;
    line-height: 4.5rem;
}

h2 {
    font-family: UbuntuBold, Arial, sans-serif;
    font-size: 3rem;
    color: #000000;
}

h3 {
    font-family: UbuntuBold, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #000000;
    margin-bottom: 2vh;
}

p {
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #000000;
}

a {
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000000;
    text-decoration: none!important;
    cursor: pointer;
    transition: .5s ease-in-out;
}

a:hover {
    color: #c02034;
    text-decoration: none;
    transition: .5s ease-in-out;
    cursor: pointer;
}

a:focus {
    color: #c02034;
    text-decoration: none;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.tickets {
    color: #c02034;
    text-decoration: none!important;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.tickets:hover {
    color: #ffffff;
    text-decoration: none;
    transition: .5s ease-in-out;
    cursor: pointer;
}


.yellowLink {
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.yellowLink:hover {
    color: #c02034;
    text-decoration: none;
    transition: .5s ease-in-out;
    cursor: pointer;
}

@font-face {
    font-family: UbuntuBold;
    src: url("./fonts/Ubuntu-B.ttf") format("opentype");
}

@font-face {
    font-family: UbuntuLight;
    src: url("./fonts/Ubuntu-L.ttf") format("opentype");
}

@font-face {
    font-family: UbuntuRegular;
    src: url("./fonts/Ubuntu-R.ttf") format("opentype");
}

.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-left: 0px;
    padding-right: 0px;
}

.white {
    color: #ffffff!important;
}

.whiteHover {
    color: #ffffff!important;
}

.whiteHover:hover {
    color: #c02034!important;
}

.black {
    color: #000000!important;
    text-decoration: none;
}

.black:hover {
    color: #ffffff!important;
    text-decoration: none;
}

.green {
    color: #57e0c1!important;
}

.darkGreen {
    color: #428677!important;
}

.yellow {
    color: #c02034!important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    transition: 2s ease-in-out;
    opacity: 0;
}

@media screen and (min-width: 1000px) {
.moe {
    display: none;
    background-color: #000000;
    z-index: 9;
    position: absolute;
    bottom: 0vh;
    padding: .5vw;
    width: 100%;
}

.maverick {
    position: absolute;
    top: 2.5vh;
    width: 100%;
    z-index: 5;
    display: none;
}

.maverick:hover {
    color: #ffffff;
}}

@media screen and (max-width: 1000px) {
.moe {
    z-index: 9;
    width: 100%;
    position: absolute;
    bottom: 5vw;
    padding: 5vw;
}
.maverick {
    position: absolute;
    text-align: center;
    width: 100%;
    display: none;
    top: 2.5vh;
    z-index: 8;
}}

.blacks {
    z-index: 9;
    background-color: #000000;
}

@media screen and (min-width: 1000px) {
.button15 {
    min-width: 15vw!important;
    margin-top: 4vh!important;
}

.buttonyellow {
    margin-top: 5vh;
    padding: .3vh 2vw .3vh;
    border: 1.5px solid #c02034;
    min-width: 10vw;
    display: inline-block;
    margin: .5vw;
    text-align: center;
    color: #000000!important;
    background-color: #c02034;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    cursor: pointer;
    transition: .2s ease-in-out;
    border-radius: 50px;
}}

@media screen and (max-width: 1000px) {
.buttonyellow {
    padding: .3vh 1vw .3vh;
    border: 1.5px solid #c02034;
    min-width: 90vw;
    display: inline-block;
    margin: .5vw;
    text-align: center;
    color: #000000!important;
    background-color: #c02034;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    cursor: pointer;
    transition: .2s ease-in-out;
    border-radius: 50px;
    margin-top: 2.5vh!important;
}

.button15 {
    min-width: 80vw!important;
    margin-top: 5vh!important;
}}

.buttonyellow:hover {
    border: 1.5px solid #ffffff;
    background-color: #ffffff;
    color: #000000!important;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.buttonyellow p {
    color: #000000!important;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    transition: .2s ease-in-out;
}

.buttonyellow:hover p {
    color: #000000!important;
    transition: .2s ease-in-out;
}

@media screen and (min-width: 1000px) {
#form button[data-role=submit] {
    margin-top: 5vh!important;
    padding: .3vh 1vw .3vh!important;
    border: 1.5px solid #c02034!important;
    min-width: 10vw!important;
    display: inline-block!important;
    margin: .5vw!important;
    text-align: center!important;
    color: #000000!important;
    background-color: #c02034!important;
    font-family: UbuntuLight, Arial, sans-serif!important;
    font-size: 1.2rem!important;
    line-height: 2rem!important;
    cursor: pointer!important;
    transition: .2s ease-in-out!important;
    border-radius: 50px!important;
    min-width: 40vw!important;
}}

@media screen and (max-width: 1000px) {
#form button[data-role=submit] {
    margin-top: 5vh!important;
    padding: .3vh 1vw .3vh!important;
    border: 1.5px solid #c02034!important;
    min-width: 10vw!important;
    display: inline-block!important;
    margin: .5vw!important;
    text-align: center!important;
    color: #000000!important;
    background-color: #c02034!important;
    font-family: UbuntuLight, Arial, sans-serif!important;
    font-size: 1.2rem!important;
    line-height: 2rem!important;
    cursor: pointer!important;
    transition: .2s ease-in-out!important;
    border-radius: 50px!important;
    min-width: 85vw!important;
}}

#form button[data-role=submit]:hover {
    border: 1.5px solid #ffffff!important;
    background-color: #ffffff!important;
    color: #000000!important;
    cursor: pointer!important;
    transition: .2s ease-in-out!important;
} 

#form button[data-role=submit] p {
    color: #000000!important;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    transition: .2s ease-in-out;
}

#form button[data-role=submit]:hover p {
    color: #000000!important;
    transition: .2s ease-in-out;
}

#form[data-layout-type=mobile] div[data-role=form-footer] {
    text-align: center;
    display: none!important;
}

.buttonWhite {
    padding: .3vh 1vw .3vh;
    border: 1.5px solid #ffffff;
    min-width: 11vw;
    display: inline-block;
    margin: .5vw;
    text-align: center;
    color: #ffffff;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.buttonWhite:hover {
    background-color: #ffffff;
    color: #57e0c1!important;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.buttonWhite > p {
    color: #ffffff!important;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    transition: .2s ease-in-out;
}

.buttonWhite > p:hover {
    color: #57e0c1!important;
    transition: .2s ease-in-out;
}

.buttonGrey {
    padding: .3vh 1vw .3vh;
    border: 1.5px solid #000000;
    min-width: 14vw;
    display: inline-block;
    margin: .5vw;
    text-align: center;
    color: #ffffff!important;
    background-color: #000000;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    cursor: pointer;
    transition: .2s ease-in-out;
    border-radius: 50px;
}

.buttonGrey:hover {
    border: 1.5px solid #57e0c1;
    background-color: transparent;
    color: #57e0c1!important;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.buttonGrey p {
    color: #ffffff!important;
    font-family: UbuntuLight, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    transition: .2s ease-in-out;
}

.buttonGrey:hover p {
    color: #57e0c1!important;
    transition: .2s ease-in-out;
}

.headerBody {
    margin-top: -10vh;
}

.main {
    display: none;
}

@media screen and (min-width: 1000px) {
.menuTop {
    position: absolute;
    top: 60vh;
    width: 100%;
    z-index: 5;
    padding: 1vw;
    display: none;
    padding-left: 0;
    padding: 0vw 0vw;
}}

@media screen and (max-width: 1000px) {
.menuTop {
    position: absolute;
    top: 65vh;
    width: 100%;
    z-index: 5;
    padding: 1vw;
    display: none;
    padding-left: 0;
    padding: 0vw 5vw;
}}

.menuText {
    text-align: center;
    display: inline-block;
    font-size: 2rem;
    width: 24%;
    color: #ffffff;
}

.filler {
    height: 50vh;
    width: 100%;
}

.height100 {
    height: 100vh;
}

.marginTop10 {
    margin-top: 10vh!important;
}

.marginTop5 {
    margin-top: 5vh!important;
}

.marginTop15 {
    margin-top: 15vh!important;
}

.marginTop7 {
    margin-top: 7.5vh!important;
}

.section-content{
    width: 80%;
    margin: 0 auto;
}

#section1 {
    background-color: #000000; 
}

#section2 {
    background-color: #ffffff;
}

#section3 {
    background-color: #000000; 
}

#section4 {
    background-color: #ffffff; 
}

#section5 {
    background-color: #000000;
    overflow: hidden;
}

#section6 {
    background-color: #ffffff;
}

#section7 {
    background-color: #000000;
}

.slide{
    background-size:cover;
    background-position:center;
}

.carousel-inner > .item {
    margin:auto;
}

#fp-nav ul li a span {
    background-color: #57e0c1;
    color: transparent;
}

.fp-slidesNav ul li a span {
    background-color: #fff;
}

#fp-nav {
    right: 2vw;
    color: transparent;
}

.margin0 {
    margin: 0px;
}

.marginBottom5 {
    margin-bottom: 5vh;
}

@media screen and (min-width: 1000px) {
.clothing {
    height: 36.5vh;
    background-size: cover;
    transition: .5s ease-in-out;
    background-repeat: no-repeat;
    background-position: top;
    cursor: pointer;
}

.clothing1 {
    background-image: url(./img/model2.jpg);
}

.clothing2 {
    height: 75vh;
    background-image: url(./img/model1.jpg);
    border: 1vw solid #ffffff;
    border-bottom: 0px;
    border-top: 0px;
    background-position: center;
}

.clothing3 {
    background-image: url(./img/model3.jpg);
}

.clothing4 {
    background-image: url(./img/model4.jpg);
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.clothing5 {
    background-image: url(./img/model5.jpg);
    position: absolute;
    left: 0px;
    bottom: 0px;
}}

@media screen and (max-width: 1000px) {
.clothing {
    height: 25vh;
    background-size: cover;
    transition: .5s ease-in-out;
    background-repeat: no-repeat;
    background-position: top;
    cursor: pointer;
    width: 49%;
    display: inline-block;
    border: 1vw solid #ffffff;
}

.clothing1 {
    background-image: url(./img/model2.jpg);
}

.clothing2 {
    height: 25vh;
    background-image: url(./img/model1.jpg);
    width: 99.5%;
}

.clothing3 {
    background-image: url(./img/model3.jpg);
}

.clothing4 {
    background-image: url(./img/model4.jpg);
}

.clothing5 {
    background-image: url(./img/model5.jpg);
}

.merchText {
    font-size: 2.5rem;
}}

.clothing:hover {
    cursor: pointer;
    background-image: url(./img/black.jpg);
}

.addTo {
    position: absolute;
    top: 38%;
    opacity: 0;
    width: 100%;
    text-align: center;
}

.added {
    opacity: 1;
}

.price {
    position: absolute;
    padding: 1vh 1vh 1vh 2vw;
    left: 0px;
    bottom: 1vh;
    font-size: 2rem;
    background-color: #c02034;
}

.priceOfCoke {
    background-color: transparent;
    color: #ffffff!important;
}

.twentyPer {
    width: 20%!important;
}

.fp-slidesContainer {
    margin-top: 0px;
    overflow: visible;
}

.left {
    background-image: none!important;
    text-shadow: 0;
    opacity: 1;
    color: #ffffff;
    margin-top: -50vh;
}

.right {
    background-image: none!important;
    text-shadow: 0;
    opacity: 1;
    color: #ffffff;
    margin-top: -50vh;
}

.carousel-control:hover {
    color: #c02034;
}

.carousel-control:active {
    color: #c02034;
}

.carousel-inner {
    width: 100%;
    overflow: visible;
}

.greyBack {
    background: #000000!important;
}

.width80 {
    padding: 0vh 10vw;
}

@media screen and (max-width: 1000px) {
.width110Mob {
    width: 110%;
    margin-left: -5%;
}}

@media screen and (max-width: 1000px) {
.width33 {  
    width: 32%;
}}

@media screen and (min-width: 1000px) {
.width80Desk {
    padding: 0vh 9vw;
}}

@media screen and (max-width: 1000px) {
.width80mob {
    padding: 0vh 9vw;
}}

.listenNow {
}

#myCarousel .fp-tableCell{
    vertical-align: top!important;
}

@media screen and (min-width: 1000px) {
.popUp {
    display: none;
    padding: 7.5vw;
    width: 34vw;
    background-color: #000000;
    transition: .7s ease-in-out;
    position: absolute;
    top: 13vw;
    left: 31vw;
    z-index: 999999;
}

.popUp2 {
    display: none;
    padding: 7.5vw;
    width: 34vw;
    background-color: #000000;
    transition: .7s ease-in-out;
    position: absolute;
    top: 13vw;
    left: 31vw;
    z-index: 999999;
}

.xgongiveit2ya {
    position: absolute;
    right: 5vw;
    top: 5vw;
    margin-top: -4vw;
    width: 0px;
    margin-right: -3vw;
}}

@media screen and (max-width: 1000px) {
.popUp {
    display: none;
    padding: 10vh;
    padding-top: 25vh;
    width: 100vw;
    height: 100%;
    background-color: #000000;
    transition: .7s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999;
}

.popUp2 {
    display: none;
    padding-top: 50%;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transition: .7s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999;
}

.xgongiveit2ya {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 0px;
    margin-right: 20px;
}

.apples {
    padding: 50px;
}}

@media screen and (min-width: 1000px) {
.wannaBookMe {
    font-size: 2.1rem;
    margin-bottom: 5vh;
}}

@media screen and (max-width: 1000px) {
.wannaBookMe {
    font-size: 2.1rem;
    margin-bottom: 2vh;
}}

.sidePannel {
    padding: 5vh 1vw;
    z-index: 9;
    display: none;
}

.sidePannel1 {
    position: fixed;
    right: 0px;
}

.sidePannel2 {
    position: fixed;
    left: 0px;
}

.displayNone {
    display: none!important;
}

.verText {
    writing-mode: tb-rl;
}

@media screen and (min-width: 1000px) {
.album {
    width: 40vh;
    height: 40vh;
    object-fit: cover;
}}

@media screen and (max-width: 1000px) {
.album {
    width: 30vh;
    height: 30vh;
    object-fit: cover;
}}

@media screen and (min-width: 1000px) {
.arrowLeft {
    background-image: url(./img/arrow2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 3vh;
    margin-top: 75vh;
    transition: .3s ease-in-out;
}

.arrowRight {
    background-image: url(./img/arrow1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 3vh;
    margin-top: 75vh;
    transition: .3s ease-in-out;
}}

@media screen and (max-width: 1000px) {
.arrowLeft {
    background-image: url(./img/arrow2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 3vh;
    margin-top: 65vh;
    transition: .3s ease-in-out;
}

.arrowRight {
    background-image: url(./img/arrow1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 3vh;
    margin-top: 65vh;
    transition: .3s ease-in-out;
}}

.arrowLeft:hover {
    background-image: url(./img/arrow2y.png);
    transition: .3s ease-in-out;
}

.arrowRight:hover {
    background-image: url(./img/arrow1y.png);
    transition: .3s ease-in-out;
}

.whiteArrow1 {
    background-image: url(./img/arrow2w.png);
    transition: .3s ease-in-out;
}

.whiteArrow2 {
    background-image: url(./img/arrow1w.png);
    transition: .3s ease-in-out;
}

.clickMenu {
    z-index: 99999;
    background-color: #c02034;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10vh 5vw;
}

.Xwb  {
    background-image: url(./img/xB.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 4vh;
    width: 4vh;
    transition: .3s ease-in-out;
    position: absolute;
    right: 2.5vw;
    top: 5vh;
    cursor: pointer;
}

.Xwb:hover {
    background-image: url(./img/xW.png);
    transition: .3s ease-in-out;
    cursor: pointer;
}

.hamText {

}

.hamText:hover {
    color: #ffffff!important;
    transition: .3s ease-in-out;
}

.hamburg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 4vh;
    width: 4vh;
    transition: .3s ease-in-out;
    position: absolute;
    right: 2.5vw;
    top: 5vh;
    cursor: pointer;
    z-index: 999999999999;
    display: none;
}

.hamburg:hover {
    transition: .3s ease-in-out;
    cursor: pointer;
}

.bookerBooker {
    display: none;
    transition: .3s ease-in-out;
}

.fp-viewing-about .hamburg {
    display: block;
    background-image: url(./img/hamburgB.png);
}

.fp-viewing-about .hamburg:hover {
    display: block;
    background-image: url(./img/hamburgY.png);
}

.fp-viewing-about .hamText2 {
    text-decoration: line-through!important;
}

.fp-viewing-music-0 .hamburg {
    display: block;
    background-image: url(./img/hamburgB.png);
}

.fp-viewing-music-0 .hamburg:hover {
    display: block;
    background-image: url(./img/hamburgY.png);
}

.fp-viewing-music-0 .hamText4 {
    text-decoration: line-through!important;
}

.fp-viewing-contact .hamburg {
    display: block;
    background-image: url(./img/hamburgW.png);
}

.fp-viewing-contact .hamburg:hover {
    display: block;
    background-image: url(./img/hamburgY.png);
}

.fp-viewing-contact .hamText5 {
    text-decoration: line-through!important;
}

.fp-viewing-shop .hamburg {
    display: block;
    background-image: url(./img/hamburgB.png);
}

.fp-viewing-shop .hamburg:hover {
    display: block;
    background-image: url(./img/hamburgY.png);
}

.fp-viewing-shop .hamText6 {
    text-decoration: line-through!important;
}

.fp-viewing-contact .bookerBooker {
    display: block;
}

@media screen and (max-width: 1000px) {
.fp-viewing-contact .videoCarosuel {
    height: 60vh;
}}

* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}

.footage {
    z-index: 0;
    position: relative;
    height: 0;
    height: 100%;
    width: 100vw;
}

@media screen and (min-width: 1000px) {
.footage video {
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    height: 100%;
    margin-left: -20%;
}}

@media screen and (max-width: 1000px) {
.footage video {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    margin-left: -200%;
}}

.footageOut {
    position: absolute;
    top: 0px;
    margin-top: -5vh;
}

@media screen and (min-width: 1000px) {
.volume {
    position: absolute;
    right: 5vw;
    top: 2.5vh;
    z-index: 9;
}}

@media screen and (max-width: 1000px) {
.volume2 {
    position: absolute;
    top: 2.5vh;
    z-index: 9;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease-out;
}}

@media screen and (min-width: 1000px) {
.play {
    position: absolute;
    left: 5vw;
    top: 2.5vh;
    z-index: 2;
    z-index: 9;
}}

@media screen and (max-width: 1000px) {
.play2 {
    position: absolute;
    left: 8vw;
    top: 2.5vh;
    z-index: 2;
    display: none;
    z-index: 9;
}}

@media screen and (min-width: 1000px) {
.streamButtons {
    padding-top: 7.5vh;
    margin-left: 15vw;
}

.listenNow {
    padding-top: 7.5vh;
}}

@media screen and (max-width: 1000px) {
.streamButtons {
    padding-top: 10vh;
}

.listenNow {
}}

.shows1 {
    display: block;
}

.shows2 {
    display: none;
}

.shows3 {
    display: none;
}

.shows1m {
    display: block;
}

.shows2m {
    display: none;
}

.shows3m {
    display: none;
}

/* F U L L   P A G E */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    transition: .5s ease-in-out;
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    opacity: 0;
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #c02034;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* F U L L   P A G E */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    transition: .5s ease-in-out;
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    opacity: 0;
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #c02034;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}