/**
 * Variables
 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1}
h1{font-size: 25px;}h2{font-size: 21px;}h3{font-size: 18px;}h4{font-size: 16px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
 /**
 * Base
*/
{
	box-sizing: border-box;
} 

html {
	color: #fff;
	font-family: sans-serif;
}

body {
	font-size: 100%;
	margin: 0;
	background: #000000;
}

h1, h2, h3, h4, h5, h6, a {
  	font: normal normal Luckiest Guy;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
}
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 32px;
	}
	h3{
		font-size: 26px;
	}
	h4{
		font-size: 24px;
		text-align:left;
	}
	h5{
		color: #000;
		font-size: 24px;
		text-shadow: 0px 4px 3px rgba(255,255,255,0.4),0px 8px 13px rgba(255,255,255,0.1),0px 18px 23px rgba(255,255,255,0.1);
	}	
	p{
		color: #fff;
		text-shadow: 0px 4px 3px rgba(0,0,0,0.6),0px 8px 13px rgba(0,0,0,0.3),0px 18px 23px rgba(0,0,0,0.4);
		font-size: 18px;
	}
	a{
		text-decoration: none;
	}	
.center-img {
	text-align:center;
    margin-left: auto;
    margin-right: auto;
	display:block;
}
#footer {
	bottom:0px;
	padding: 8px 0 0 0;
	background: rgba(0,0,0,0.5);
	position:fixed;
	height: 30px;
	display:block;
	width: 100%;
	z-index:9;
	font-size: 18px;
	text-align:center;
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
}
/**
 * Pace page load progress
 */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/**
 * audio player
 */
#audioplayer {
	top: 8px;
	right: 8px;
	margin: auto;
	position:  fixed;
	z-index: 100;
}
/**
 * SoundManager2
 */
.sm2-bar-ui .sm2-main-controls,
.sm2-bar-ui .sm2-playlist-drawer {
	color: #000;
	background-color: #ffffff; /* non-RGBA fallback */
	background-color: rgba(255, 255, 255, 0.5);
}
.sm2-bar-ui .sm2-inline-texture {
	background: transparent;
}
/**
 * Cover overlay
 */
 .noscript {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	top: 2px;
	left: 0;
	background: #000;
	z-index:9999; 
    font-size: 1.5em;
	color: #fff;
	text-shadow: 0px 4px 3px rgba(255,255,255,0.4),0px 8px 13px rgba(255,255,255,0.1),0px 18px 23px rgba(255,255,255,0.1);
}
#cover {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	height: 100%;
	width: 100%;
	top:2px;
	left: 0;
	background: #000;
	z-index:9999; 
    font-size: 1.5em;
	color: #fff;
	text-shadow: 0px 4px 3px rgba(255,255,255,0.4),0px 8px 13px rgba(255,255,255,0.1),0px 18px 23px rgba(255,255,255,0.1);
}
#cover2 {
	display: none;
}
#cover3 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #ff0000;
	z-index:9999; 
    font-size: 1.5em;
	color: #000;
	text-shadow: 0px 4px 3px rgba(255,255,255,0.4),0px 8px 13px rgba(255,255,255,0.1),0px 18px 23px rgba(255,255,255,0.1);
}

/**
 * Canvas
 */
.canvas {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
}

.fp-viewing-oursongs-happiness .instruction-label,
.fp-viewing-oursongs-ourdream .instruction-label,
.fp-viewing-aboutus-aboutus .instruction-label,
.fp-viewing-aboutus-contactus .instruction-label {
	opacity: 1;
	-webkit-transition-delay: 1s;
		  transition-delay: 1s;
}
.fp-viewing-oursongs-happiness .instruction-label::after,
.fp-viewing-oursongs-ourdream .instruction-label::after,
.fp-viewing-aboutus-aboutus .instruction-label::after,
.fp-viewing-aboutus-contactus .instruction-label::after {
	-webkit-transform: none;
		  transform: none;
	-webkit-transition-delay: 1s;
		  transition-delay: 1s;
}

/**
 * Menu
 */
#fullpage__menu {
	font-size: 1.3em;
	line-height: 2;
	color: #fff;
	position:fixed;
	display: flex;
	top:4px;
	width: 100%;
	padding: 0;
	margin:0;
	margin-left: 4px;
	list-style: none;
	z-index: 3;
}

/* Menu item */
.fullpage__menu__item {
	display:inline-block;
	margin: 4px;
	background:#fff;
	background: rgba(255,255,255, 1);
	-webkit-border-radius: 5px;
            border-radius: 5px;
  /** Link **/
  /*** Tooltip ***/
}
.fullpage__menu__item a {
	text-decoration: none;
	padding: 9px 18px;
	color: #000;
}
.fullpage__menu__item a:hover {
	color: #00f;
}
 .fullpage__menu__item.active {
	background: rgba(0,0,0, 0.5);
}
 .fullpage__menu__item.active a {
	color: #fff;
}
  @-webkit-keyframes menu-animation {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      opacity: 1;
    }
  }
  @keyframes menu-animation {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      opacity: 1;
    }
  }
  .fp-enabled .fullpage__menu__item {
    -webkit-animation: menu-animation .5s 2s both;
            animation: menu-animation .5s 2s both;
  }
  .fp-enabled .fullpage__menu__item:nth-child(1) {
    -webkit-animation-delay: 1.75s;
            animation-delay: 1.75s;
  }
  .fp-enabled .fullpage__menu__item:nth-child(2) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .fp-enabled .fullpage__menu__item:nth-child(3) {
    -webkit-animation-delay: 2.25s;
            animation-delay: 2.25s;
  }
  .fp-enabled .fullpage__menu__item:nth-child(4) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  .fp-enabled .fullpage__menu__item:nth-child(5) {
    -webkit-animation-delay: 2.75s;
            animation-delay: 2.75s;
  }
  .fp-enabled .fullpage__menu__item:nth-child(6) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .fp-enabled .fullpage__menu__item:nth-child(7) {
	-webkit-animation-delay: 3.25s;
			animation-delay: 3.25s;
  }
/**
 * Fullpage
 */
/**
 * Slide
 */
.slide {
	position: relative;
}

/* Navigation */
.fp-slidesNav.bottom {
	bottom: 40px;
}
.fp-slidesNav ul li a span {
	background: #000;
}
/* Arrows */
.fp-controlArrow.fp-prev {
	border-color: transparent #000 transparent transparent;
	opacity: 0.5;
	-webkit-animation: bounceleft 3s ease-out;
	-webkit-animation-iteration-count: infinite; 
}
.fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #000;
	opacity: 0.5;
	-webkit-animation: bounceright 3s ease-out;
	-webkit-animation-iteration-count: infinite;
}
/**
 * Section
 */
/* Title */
.section__title {
	width: 100%; 
	margin: 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	position: absolute;
	top: 80px;
	padding-top: inherit;
	z-index: 1;
}

/* Grid */
.section__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
	height: 100%;
	position: relative;
}

/** Cell **/
.section__grid__cell {
	-webkit-perspective: 1000px;
		  perspective: 1000px;
	-webkit-box-flex: 0;
	  -ms-flex: 0 1 auto;
		  flex: 0 1 auto;
}

.section__grid__cell--sm {
	-ms-flex-preferred-size: 340px;
	  flex-basis: 340px;
}

.section__grid__cell--md {
	-ms-flex-preferred-size: 420px;
	  flex-basis: 420px;
}

/**
 * Cards
 */
.card > *:first-child {
	margin-top: 0;
}
.card > *:last-child {
	margin-bottom: 0;
}

/* Card's options */
.card--image {
	max-width: 100%;
	height: auto;
	z-index: 1;
}
.card--text,
.card--text-transparent {
	z-index: 2;
	position: relative;
}
.card--text::after,
.card--text-transparent::after {
	content: "";
	display: table;
	clear: both;
}

.card--text {
	padding: 15% 20%;
	background-size: cover;
}

.card--text-transparent {
	padding: 0 15%;
	text-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.card--text-transparent,
.card--text-transparent .card__title,
.card--text-transparent .card__cta {
	color: #fff;
}

/* Card's components */
/** Title **/
.card__title_home {
	color: #ff9;
	text-shadow: 0px 5px 10px #000, 0 25px 50px #000, 0px 50px 100px #000;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1;
}
.song__title {
	font-size: 1.6em;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 0 3px #000, 0 0 50px #ff0, 0 0 100px #000;
 }
 .song__title:hover {
	text-shadow: 0 0 3px #00f, 0 0 50px #00f, 0 0 100px #00f;
 }
.card__title {
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1;
}
.card__lead {
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8),0px 8px 13px rgba(0,0,0,0.6),0px 18px 23px rgba(0,0,0,0.4);
	font-size: 1.2em;
	line-height: 1;
}
a .card__title:hover {
	color: #00f;
}
a .card__lead:hover {
	color: #00f;
}
/** Lead **/
.lyric {
	overflow:hidden;
}

/** News **/
.card__news {
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2;
}
a.neon:hover {
	color: #00f;
}
.buy_title {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	margin-top: 4%;
	margin-left: 8%;
	margin-right:  auto;
	background: rgba(0,0,0,0.5);
	text-align: center;
	width: 38%;
}
.buy_links {
	color: #000;
	text-shadow: 0px 4px 3px rgba(255,255,255,0.6),0px 8px 13px rgba(255,255,255,0.3),0px 18px 23px rgba(255,255,255,0.4);
	font-size: 1em;
	margin-top: 4px;;
	margin-left: 8%;
	margin-right: auto;
	width: 38%;
	display: block;
	background: rgba(0,0,0,0);
	text-align: center;
	line-height: 2;
	text-decoration: none;
}
.buy_links:hover {
	color: #00f;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.5),0px 8px 13px rgba(0,0,0,0.2),0px 18px 23px rgba(0,0,0,0.3);
}
/** Call to action **/
.card__cta {
	color: #18181e;
	text-shadow: 0px 4px 3px rgba(255,255,255,0.6),0px 8px 13px rgba(255,255,255,0.4),0px 18px 23px rgba(255,255,255,0.4);
	float: right;
	margin-top: 15%;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
	/*** Back ***/
}
.card__cta:hover {
	color: #00f;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.5),0px 8px 13px rgba(0,0,0,0.2),0px 18px 23px rgba(0,0,0,0.3);
}
.card__cta::after {
	content: '';
	position: absolute;
	bottom: -0.5em;
	left: 0;
	height: 1px;
	width: 100%;
	background: currentColor;
}
.card__cta.card__cta--back {
	float: none;
}
.card__cta.card__cta--back::after {
	left: auto;
	right: 0;
	width: 100%;
}

/**
 * Section appearing animation
 */
@-webkit-keyframes animate--fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes animate--fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes animate--slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes animate--slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes animate--slideInRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes animate--slideInRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes animate--slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes animate--slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes animate--slideInLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes animate--slideInLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.section.active:not(.section-has-slide) .animate--fadeSlideInUp,
.section.active:not(.section-has-slide) .animate--fadeSlideInRight,
.section.active:not(.section-has-slide) .animate--fadeSlideInDown,
.section.active:not(.section-has-slide) .animate--fadeSlideInLeft,
.section.active.section-has-slide .slide.active .animate--fadeSlideInUp,
.section.active.section-has-slide .slide.active .animate--fadeSlideInRight,
.section.active.section-has-slide .slide.active .animate--fadeSlideInDown,
.section.active.section-has-slide .slide.active .animate--fadeSlideInLeft {
	-webkit-animation-duration: 1.5s;
		  animation-duration: 1.5s;
	-webkit-animation-delay: 0.7s;
		  animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
}
.section.active:not(.section-has-slide) .animate--fadeSlideInUp,
.section.active.section-has-slide .slide.active .animate--fadeSlideInUp {
	-webkit-animation-name: animate--fadeIn, animate--slideInUp;
		  animation-name: animate--fadeIn, animate--slideInUp;
}
.section.active:not(.section-has-slide) .animate--fadeSlideInRight,
.section.active.section-has-slide .slide.active .animate--fadeSlideInRight {
	-webkit-animation-name: animate--fadeIn, animate--slideInRight;
		  animation-name: animate--fadeIn, animate--slideInRight;
}
.section.active:not(.section-has-slide) .animate--fadeSlideInDown,
.section.active.section-has-slide .slide.active .animate--fadeSlideInDown {
	-webkit-animation-name: animate--fadeIn, animate--slideInDown;
		  animation-name: animate--fadeIn, animate--slideInDown;
}
.section.active:not(.section-has-slide) .animate--fadeSlideInLeft,
.section.active.section-has-slide .slide.active .animate--fadeSlideInLeft {
	-webkit-animation-name: animate--fadeIn, animate--slideInLeft;
		  animation-name: animate--fadeIn, animate--slideInLeft;
}
/**
 * Views
 */
 /* Section 0 */
#section-0__card-1 {
}
#section-0__card-2 {
}
/* Section 1 */
/** Slide 1 **/
#section-1__slide-1__card-1 {
	border-radius: 1%;
	-webkit-transform-origin: 100% 50%;
		  transform-origin: 100% 50%;
	-webkit-transform: translateX(5%) rotateY(20deg);
		  transform: translateX(5%) rotateY(20deg);
}
#section-1__slide-1__card-1:hover {
	border-radius: 1%;
	-webkit-transform-origin: 100% 50%;
		  transform-origin: 100% 50%;
	-webkit-transform: translateX(5%) rotateY(0deg);
		  transform: translateX(5%) rotateY(0deg);
}
#section-1__slide-1__card-2 {
}
/** Slide 2 **/
#section-1__slide-2__card-1 {
}
/* Section 2 */
#section-2__slide-1-card-1 a {
	text-decoration: none;
}
#section-2__slide-1-card-2 {
	border-radius: 1%;
}
#section-2__slide-2__card-1 {
}
#section-2__slide-2-card-2 {
}
/**
* MagnificPopup fade effect */
 */
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* pulsate text */
.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
	opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
/* bounce left - right */
.bounceleft {
    -webkit-animation: bounceleft 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.8;
}
@-webkit-keyframes bounceleft {
	0%, 20%, 50%, 80%, 100% {
    transform translateX(0);
	-webkit-transform: translateX(0);
  }
	40% {
    transform translateX(-15px);
	-webkit-transform: translateX(-15px);
  }
	60% {
    transform translateX(-8px);
	-webkit-transform: translateX(-8px);
  }
}
.bounceright {
    -webkit-animation: bounceright 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.8;
}
@-webkit-keyframes bounceright {
	0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
	-webkit-transform: translateX(0);
  }
	40% {
    transform: translateX(15px);
	-webkit-transform: translateX(15px);
  }
	60% {
    transform: translateX(8px);
	-webkit-transform: translateX(8px);
  }
}
.loopani {
	text-align: right;
	color: #fff;
	font-size: 2em;
	opacity: 0;
	-webkit-animation: loopani 3s 3;
	-webkit-animation-delay: 5s;
}

@-webkit-keyframes loopani {
	0% {top: 40px;opacity: 0;}
    50% {top: 68px;opacity: 0.68;}
	100% {top: 40px;opacity: 0;}
}

.popup {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	padding: 8px;
	width: auto;
	max-width: 340px;
	margin: auto auto;
	text-align: center;
}
.open-popup-link {
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	background: rgba(0,0,0,0.3);
	text-decoration: none;
}
.open-popup-link:hover {
	color: #00f;
}
/* phone rotation landscape */
.phone {
	margin-top: 0.5em;
	-webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
	animation-delay: 1.5s;
	opacity: 0;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0 deg);
		opacity: 0;
    }
	25% {
        -webkit-transform: rotate(0deg);
		opacity: 1;
    }	
    50% , 90% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
		opacity: 1;
    }
	100% {
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;} 
} 
.fadeIn {
	-webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@keyframes fadeIn {
   0% {opacity: 1;}
   100% {opacity: 0;} 
}
.neon {
    font-weight: 100;
    color: #fff;
    text-shadow:
    0 0 5px #000,
    0 0 10px #000,
    0 0 20px #000,
    0 0 40px #00f,
    0 0 80px #00f,
    0 0 90px #00f,
    0 0 100px #00f;
}
.awesome {
	padding: 8px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	text-shadow: 0px 4px 3px rgba(255,255,255,0.4),0px 8px 13px rgba(255,255,255,0.1),0px 18px 23px rgba(255,255,255,0.1);
	-webkit-border-radius: 5px;
            border-radius: 5px;
			padding-left: 10px;
			padding-right: 10px;
			-webkit-animation:colorchange 10s 3s infinite reverse;
    }
@-webkit-keyframes colorchange {
from, 0% {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	text-shadow: 0px 4px 3px rgba(255,255,255,0.4),0px 8px 13px rgba(255,255,255,0.1),0px 18px 23px rgba(255,255,255,0.1);
}
25% {
	color: #000;
	background-color: rgba(255,255,255,0.5);
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	
}
50% {
	color: #ff3333;
	background-color: rgba(0,0,255,0.5);
	text-shadow: 0px 4px 3px rgba(255,255,255,0.4),0px 8px 13px rgba(255,255,255,0.1),0px 18px 23px rgba(255,255,255,0.1);
}
75% {
	color: #3333ff;
	background-color: rgba(255,255,0,0.5);
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
}
100% {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	text-shadow: 0px 4px 3px rgba(255,255,255,0.4),0px 8px 13px rgba(255,255,255,0.1),0px 18px 23px rgba(255,255,255,0.1);
}
}

/**
 * magnific popup max-width desktop
 */
.mfp-iframe-holder .mfp-content {
	max-width: 1024px;
}

/* Tablet and above */
@media screen and (max-width: 599px) and (orientation:portrait){
#cover2 {
	display: block;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index:9999;
	font-size: 1.5em;
	line-height: 1.5;
	color: #fff;
}
}

@media screen and (max-width: 767px) {
.sm2-bar-ui {
	display: none;
}
.loopani {
	display: none;
}
#footer {
	padding: 2px 0 0 0;
	height: 16px;
	font-size: 0.7em;
}
#fullpage__menu {
	font-size: 1em;
	line-height: 1.6;
}
/**
 * magnific popup max-width phone
 */
.mfp-iframe-holder .mfp-content {
	max-width: 440px;
}
.fullpage__menu__item a {
    padding: 12px;
}	
.fp-slidesNav.bottom {
    bottom: 20px;
}
.instruction-label {
    bottom: -30px;
}
.section__title {
	top: 46px;
	font-size: 1.2em;
}
.card__title {
	font-size: 1.2em;
}
.card__title_home {
	font-size: 1.2em;
}
.card__news {
  font-size: 0.6em;
}
.card__cta {
	font-size: 1.1em;
	margin-top: 8px;
}
.card__cta2 {
	font-size: 1.1em;
	margin-top: 35%;
}
.card--text {
	font-size: 0.9em;
	margin: 60px;
	padding: 8%;
}
.card--image {
    max-width: 80%;
}
.buy_title {
  font-size: 0.9em;
}
.buy_links {
  font-size: 0.8em;
  margin-top: 3px;
  line-height: 1;
}
}