

body {
	background-size: 11px 11px;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	outline:0;
	color: #3bb3ff;
}

html, body {
    margin: 0;
    padding: 0;
	overflow:hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

div:focus, button:focus {
	outline:0;
}



div.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 24px;
    height: 29px;
    margin-top: -14px;
}

div.controlArrow.hide {
    display: none;
}

div.controlArrow.prev {
    left: 10px;
}

div.controlArrow.next {
    right: 10px;
}

.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.easingInOutExpo {
    -webkit-transition: all 700ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 700ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 700ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 700ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
}

.bottom_section .easingInOutExpo {
    -webkit-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
}

.easingBounce {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
	text-align: center;
	left: 0;
	right: 0;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}

#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav ul {
	background-color: #3bb3ff;
}

#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    height: 13px;
    margin: 6px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px white;
	-webkit-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
}
#fullPage-nav li .active,
.fullPage-slidesNav .active {
    box-shadow: inset 0 0 0 8px white;
}

#fullPage-nav span,
.fullPage-slidesNav span {
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 1;
}

.fullPage-slidesNav.hop span {
	opacity: 0;
	transform-origin: -50% -7%;
	transform: rotate(-130deg);
	transition: transform 0.3s , opacity 0.3s ease;
}

.fullPage-slidesNav.hop .active span {
	transform: rotate(0deg);
	opacity: 1;
	transition: transform 0.3s , opacity 0.3s ease;	
}

.fullPage-slidesNav .hopleft span {
	-webkit-transition: none;
	transition: none;
	transform-origin: 140% -7%;
	transform: rotate(130deg);
}

.fullPage-slidesNav span, .fullPage-slidesNav li a{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
}

.fullPage-slidesNav svg.progress-circle {
	position: absolute;
	top: -3px;
	left: -3px;
}

.fullPage-slidesNav svg.progress-circle path {
	fill: none;
	stroke: #3bb3ff;
	stroke-width: 3px;
}


.fullPage-tooltip {
    position: absolute;
    color: #aaa;
    font-size: 14px;
    font-family: OpenSans, arial, helvetica, sans-serif;
    top: -4px;
}

.no-touch .fullPage-tooltip:hover {
   color: #3bb3ff;
}

.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}

#fullPage-nav  a.active div.fullPage-tooltip{
	color: #3bb3ff;
	font-size: 16px;
}

#fullPage-nav img.nav-top {
    width: 27px;
	position: absolute;	
}
#fullPage-nav img.nav-bottom {
    width: 27px;
	position: absolute;
	bottom:0px;	
}

.link-scaleup a {
	position: relative;
}

.no-touch .link-scaleup a:hover{
	color: #fff;
}

.link-scaleup a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #3bb3ff;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}

.no-touch .link-scaleup a:hover::before, .no-touch .link-scaleup a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.tutorial_popup, .old_browser_screen {
	position: fixed;
	/* margin: auto; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	visibility: hidden;
	opacity: 0;
	/* display: table; */
	background-color: rgba(55, 58, 71, 0.9);
	/* border-radius: 25px; */
	-webkit-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}

.tutorial_popup.touch {
	min-width: 100px;
}

.old_browser_screen {
	display: none;
}

.tutorial_popup.show, .old_browser_screen.show {
	visibility: visible;
	opacity: 1;
}

.old_browser_screen.show {
	display: block;
}

.tutorial_popup_mouse, .tutorial_popup_kb, .tutorial_popup_touch {
	display: inline-block;
	text-align: center;
}

.tutorial_popup_mouse {
	width: 40%;
}

.tutorial_popup_kb {
	width: 53%;
	min-width: 192px;
}

.tutorial_popup_touch {
	width: 100%;
}

.tutorial_popup_mouse_img {
	width: 100%;
	height: 68px;
	position: relative;
}
.tutorial_popup_mouse_img svg {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tutorial_popup_content svg, .tutorial_popup_touch_img svg path { 
	fill: #CBCBCB;
	-webkit-transition: fill 0.4s;
	transition: fill 0.4s;
}

.tutorial_popup_content .active svg, .tutorial_popup_touch_img svg path.arrow.active {
	fill: #3BB3FF;
}

.tutorial_popup_kb_key {
	position: relative;
	width: 60px;
	height: 32px;
	margin: 0 auto;
	display: inline-block;
}

.tutorial_popup_kb_key.arrow_up{
	width: 100%;
}

.tutorial_popup_kb_key svg {
	width: 60px;
	height: 32px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tutorial_popup_kb_img {
	width: 100%;
	height: 68px;
	position: relative;
}

.tutorial_popup_touch_img {
	width: 100%;
	height: 85px;
	position: relative;
}

.tutorial_popup_touch_img svg {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	/*z-index: 2;*/
	/*opacity: 0;*/
}

.tutorial_popup_content, .old_browser_screen_content {
	color: #818181;
	position: absolute;
	background-color: #FFFFFF;
	border-radius: 30px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* display: table-cell; */
	/* vertical-align: bottom; */
	font-family: 'Nexa';
	font-weight: 300;
	font-size: 15px;
	opacity: 0;
	width: 97%;
	height: 100%;
	max-width: 470px;
	max-height: 300px;
}

.old_browser_screen_content {
	opacity: 1;
	max-width: none;
	width: 100%;
	height: 250px;
	border-radius: 0;
	font-family: 'Open Sans';
	min-width: 800px;
}

.old_browser_screen_content_inner{
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	padding: 55px 0px;
}

.old_browser_screen_content_inner div.oops {
  font-size: 96px;
  font-weight: bold;
  color: #FF5858;
  display: inline-block;
  padding-right: 50px;
  vertical-align: top;
}

.old_browser_screen_text {
	display: inline-block;
	width: 53%;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	padding-top: 20px;
}

.old_browser_screen_text p.links {
	font-style: normal;
	margin-top: 25px;
}

.old_browser_screen_text p.links a {
	color: #3bb3ff;
}


.tutorial_popup.show .tutorial_popup_content {
	-webkit-animation: tutorial_open 0.4s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: tutorial_open 0.4s cubic-bezier(0.7,0,0.3,1) forwards;	
}

.tutorial_popup.show .tutorial_popup_content > div h,
	.tutorial_popup.show .tutorial_popup_content > div button, 
		.tutorial_popup.show .tutorial_popup_middle  {
	-webkit-animation: tutorial_elem 0.6s both;
	animation: tutorial_elem 0.6s both;
	opacity: 0;
}

.tutorial_popup.show .tutorial_popup_content > div h {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;	
}

.tutorial_popup.show .tutorial_popup_middle {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;	
}

.tutorial_popup.show .tutorial_popup_content > div button {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;	
}

.tutorial_popup.closed {
	opacity: 0;
}

.tutorial_popup.closed .tutorial_popup_content {
	-webkit-animation: tutorial_close 0.4s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: tutorial_close 0.4s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes tutorial_open {
	0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}

@keyframes tutorial_open {
	0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); transform: translate3d(0, -400px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@-webkit-keyframes tutorial_close {
	0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
	100% { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); }
}

@keyframes tutorial_close {
	0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	100% { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
}

@-webkit-keyframes tutorial_elem {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}

@keyframes tutorial_elem {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

.tutorial_popup_middle {
	max-width: 360px;
	margin: 0 auto;
} 

.tutorial_popup_content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.tutorial_popup_content > div {
	padding: 40px 20px 20px;
	margin: 0;
	font-weight: 300;
	font-size: 19px;
	/*opacity: 0;*/
}

.tutorial_popup_content > div p {
	margin: 0;
	padding: 15px 0;
	text-align: center;
}

.tutorial_popup_content > div h {
	font-size: 24px;
	text-align: center;
	display: block;
	padding-bottom: 28px;
}

.tutorial_popup_content button {
	display: block;
	/*visibility: hidden;*/
	/*opacity: 0;*/
	margin: 0 auto;
	font-size: 20px;
	background-color: #FFF;
	border-radius: 25px;
	border: 3px solid #3bb3ff;
	font-family: 'Nexa';
	color: #3bb3ff;
	font-weight: bold;
	padding: 6px 22px;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.no-touch .tutorial_popup_content button:hover, .tutorial_popup_content button:active {
	background-color: #3bb3ff;
	color: #FFF;
}

		
#heroki_logo, .middle_container, #gameplay_container, #powerups_container, #Heroki_Worlds_Container, #story_container, #trailer_container {
	margin-top: 45px;
}

#top_menu_bar {
	position: fixed;
	top: 0;
	height: 45px;
	width: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.95);
	opacity: 0;
	box-shadow: 0px 2px 5px 0px rgba(112, 112, 112, 0.34);
	-webkit-transition: 0.3s ease;
    transition: 0.3s ease;
	-webkit-transition-property: opacity, height;
	transition-property: opacity, height;
}

#top_menu_bar.show {
	opacity: 1;
}

#top_menu_bar .picomy_logo{
	position: absolute;
	top: 2px;
	left: 20px;
	cursor: pointer;
}

#top_menu_bar .picomy_logo svg {
	width: 30px;
	height: 30px;
	fill: #D1D1D1;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

#top_menu_bar .picomy_logo:hover svg, #top_menu_bar .picomy_logo.active svg {
	fill: #3bb3ff;
}

#top_menu_bar .picomy_logo svg.picomy_logo_text {
	width: 100px; 
	height: 19px;
	margin-bottom: 5px;
	margin-left: 5px;
}

@media all and (max-width: 700px) {
	#top_menu_bar .picomy_logo svg.picomy_logo_text {
		display: none;
	}
}

@media all and (max-width: 560px) {
	#top_menu_bar {
		overflow: hidden;
	}
	
	#top_menu_bar.expanded {
		height: 165px;
	}
	
	#top_menu_bar.expanded #top_menu_button img {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

#top_menu_bar_container {
	width: 100%;
	max-width: 1200px;
    height: 35px;
    margin: 5px auto;
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
}

#top_menu_bar_container ul {
	list-style: none;
    margin: 0 auto;
	padding: 0;
    height: 100%;
	width: 340px;
}

#top_menu_bar_container ul li {
	float: left;
    height: 100%;
    display: table;
	margin: 0 17px;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	position: relative;
}

#top_menu_bar_container ul li.small_p_logo{
	margin-right: 30px;
	display:none;
}

#top_menu_bar_container ul li.heroki{
	opacity: 1;
}

#top_menu_bar_container .picomy_logo p {
	font-family: 'Nexa';
	font-weight: bold;
	font-size: 10px;
	display: block;
	margin-top: 15px;
	float: right;
	color: #D1D1D1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

/*
#top_menu_bar_container ul li.move_right {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

#top_menu_bar_container ul li.heroki.show ~ li.move_right, #top_menu_bar_container ul li.heroki.active ~ li.move_right {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

#top_menu_bar_container ul li.heroki.show, #top_menu_bar_container ul li.heroki.active {
	opacity: 1;
}
*/

#top_menu_bar_container ul li.games::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #7F7F7F;
	border-width: 5px 8px 5px 0;
	margin-top: -7px;
	margin-left: 2px;
	border-radius: 2px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

#top_menu_bar_container ul li.games.active::after, #top_menu_bar_container ul li.games.show::after {
	border-right-color: #3bb3ff;
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#top_menu_bar_container ul li a {
	display: table-cell;
    vertical-align: middle;
	text-decoration: none;
	font-family: 'Nexa';
	font-weight: bold;
	color: #7F7F7F;
	font-size: 17px;
	padding-top: 1px;
	-webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

#top_menu_bar_container ul li.active a, 
	.no-touch #top_menu_bar_container ul li:hover a, 
		#top_menu_bar_container ul li.games.show a, 
			#top_menu_bar_container .picomy_logo.active p {
	color: #3bb3ff;
}

#top_menu_button, #top_menu_page_name, #top_menu_p_logo {
	position: absolute;
	display: none;
	cursor: pointer;
}

#top_menu_button {
	right: 5px;
	margin-right: 20px;
	margin-top: 7px;
}

#top_menu_button img {
	-webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

#top_menu_page_name {
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
}

#top_menu_page_name span {
	display: table-cell;
	font-family: 'Nexa';
	font-weight: bold;
	color: #3bb3ff;
	padding-top: 4px;
}

#top_menu_page_name ul li {
	line-height: 1.5;
	float: none;
	margin-right: 0;
}

#top_menu_page_name span, #top_menu_page_name ul li a {
	font-size: 24px;
	text-align: center;
}

#top_menu_page_name, #top_menu_page_name ul li {
	width: 200px;
}


#top_menu_p_logo {
	left: -5px;
}

@media all and (max-width: 560px) {
  #top_menu_bar_container ul {
	display: none;
  }
  
  #top_menu_page_name ul li {
	margin: 0;
  }
  
  #top_menu_button, #top_menu_p_logo {
	display: block;
  }
  
  #top_menu_page_name {
	display: table;
  }
  
  #top_menu_bar.expanded #top_menu_page_name ul {
	display: block;
  }
  
  #top_menu_bar.expanded #top_menu_page_name span{
	display: none;
  }
}

.top_menu_bar_game_tooltip {
	display: none;
	opacity: 0;
	position: absolute;
	left: 35px;
	color: #FFF;
	background-color: #3bb3ff;
	border-radius: 38px;
	padding: 11px;
	-webkit-transform: translateX(-50%) translateY(25%);
	transform: translateX(-50%) translateY(25%);
	top: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	pointer-events: none;
	
}

.top_menu_bar_game_tooltip, .top_menu_bar_game_tooltip img{
	width: 116px;
	height: 116px;
}

.top_menu_bar_game_tooltip::after {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-color: transparent;
	border-bottom-color: #3bb3ff;
	content: '';
	pointer-events: none;
	bottom: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.no-touch  .top_menu_bar_game_tooltip, .no-touch  .top_menu_bar_game_tooltip img {
	display: block;
}

.no-touch  #top_menu_bar_container ul li.game:hover .top_menu_bar_game_tooltip {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
}

#socialmedia_icon_bar svg {
	margin-top: 4px;
}

#socialmedia_icon_bar svg path {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 100ms linear;
	transition: transform 100ms linear;
	-webkit-transform-origin: 150px;
	transform-origin: 150px;
}

.no-touch #socialmedia_icon_bar svg:hover path {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

@media all and (max-width: 635px) {
  #socialmedia_icon_bar {
	display: none;
  }
}

#socialmedia_wrapper .socialmedia_content {
	width: 30%;
	margin: 0 0.5%;
	height: 155px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	/*font-family: Nunito;*/
	font-family: 'Open Sans';
	position: relative;
	border-radius: 30px;
	background-color: #545454;
	text-align: left;
	cursor: pointer;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.no-touch #socialmedia_wrapper .socialmedia_content:hover {
	background-color: #808080;
}

#socialmedia_wrapper .socialmedia_img,
	#socialmedia_wrapper .socialmedia_text,
		#socialmedia_wrapper .socialmedia_div,
			#socialmedia_wrapper .socialmedia_titledate { 

	display: inline-block;
}

#socialmedia_wrapper .socialmedia_titledate {
	width: 82%;
}

#socialmedia_wrapper .socialmedia_div {
	position: absolute;
	right: -7px;
	opacity: 0.5;
}
#socialmedia_wrapper .socialmedia_img {
	margin-top: 14px;
	margin-right: 5px;
	vertical-align: top;
}

#socialmedia_wrapper .socialmedia_img img{
	width: 33px;
	height: 33px;
}

#socialmedia_wrapper .socialmedia_text {
	/*width: 341px;*/
	width: 87%;
	padding-left: 6%;
	vertical-align: top;
}
#socialmedia_wrapper .socialmedia_content p.title{
	color: #FF9600;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	margin-top: 2.5%;
}

#socialmedia_wrapper .socialmedia_content p.title a{
	color: #FF9600;
}

#socialmedia_wrapper .socialmedia_content p.date{
	color: #BEBEBE;
	margin-top: 0;
	margin-bottom: 7px;	
	font-size: 12px;
}

#socialmedia_wrapper .socialmedia_content p.text{
	color: #FFF;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	margin-top: 0;
}

#socialmedia_wrapper .socialmedia_content p.comments{
	color: #3BB3FF;
}

#socialmedia_icon_bar  {
	position:absolute; 
	top: -5px;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	width: 145px;
	height: 35px;
	z-index: 9;
}
@media all and (max-width: 700px) {
	#socialmedia_icon_bar {
		display: none;
	}
}
#bottom_ribbon {
	position:fixed;
	bottom:0px;
	background-image: url(../img/home/bottomchevron.svg);
	background-size: 30px 272px;
	background-repeat:repeat-x; 
	/* height: 35%; */
	width: 100%;
	z-index: 1;
	/* min-height: 150px; */
	/* max-height: 271px; */
	height: 100%;
	max-height: 270px;
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
}

#bottom_ribbon.small {
	/*height: 50px;
	min-height: 50px;*/
	-webkit-transform: translateY(81%);
	transform: translateY(81%);
	-ms-transform: translateY(81%);
}

#bottom_ribbon.small .nav-roundslide a.down {
	display: none;
}

#bottom_ribbon .bottom_section_bg {
	display: none;
}

#bottom_ribbon_tab {
	position: absolute;
	top: -53px; 
	background: url(../img/home/bluelabel.svg);
	background-size: 240px 64px; /* 208px 64px */
	width: 240px;
	height: 64px;
	left: 15px; /* 10px */
}

#bottom_ribbon_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

#bottom_ribbon_tab.fadeOut #bottom_ribbon_tab_img, #bottom_ribbon_tab.fadeOut #bottom_ribbon_tab_title {
	-webkit-animation: fadeOut 0.5s forwards;
	animation: fadeOut 0.5s forwards;
}

#bottom_ribbon_tab.fadeIn #bottom_ribbon_tab_img, #bottom_ribbon_tab.fadeIn #bottom_ribbon_tab_title{
	-webkit-animation: fadeIn 0.5s forwards;
	animation: fadeIn 0.5s forwards;
}

@media all and (max-width: 890px) {
	#bottom_ribbon_tab {
		display: none;
	}
}

@media all and (max-width: 560px) {
	
	#bottom_ribbon.easing {
		-webkit-transition: all 1s cubic-bezier(0.860, 0.000, 0.070, 1.000);
		transition: all 1s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	}
	
	#bottom_ribbon.full {
		min-height: 105%;
	}
	
	#bottom_ribbon.easingBounce {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#bottom_ribbon .bottom_section_bg {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(25, 25, 25, 0.852);
		z-index: -1;
		margin-top: 272px;
	}
}


@media all and (max-height: 705px) {
	#bottom_ribbon {
		max-height: 245px;
	}
	
	.bottom_section .slides {
		margin-top: 42px;
	}
}

#bottom_ribbon_tab_img {
	margin: 8px 0 0 8px;
	width: 40px;
	height: 40px;
}

#bottom_ribbon_tab_title{ 
	position: absolute;
	font-family: 'Nexa';
	color: #FFF;
	font-weight: bold;
	font-size: 23px;
	height: 50px;
	width: 100%; 
	top: 0; 
	text-align: center;
	margin: 12px 0 0 20px;
}

.bottom_section {
	display: none;
	height: 100%;
	margin-top: 15px;
}

.bottom_section .slide {
	position: relative;
}

.bottom_section .bottom_slide_wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.bottom_section .slide .bottom_image {
	height: 100%;
	width: 20%;
	position: absolute;
	top: 6px;
}

.bottom_section .slide .bottom_image.left {
	left: 4px;
}

.bottom_slide_wrapper.intro .bottom_image.left {
	left: 30px;
}

.bottom_section .slide .bottom_image.right {
	right: 4px;
}

.bottom_slide_wrapper.intro .bottom_image.right {
	right: 30px;
}

.bottom_slide_wrapper.intro .bottom_image {
	top: 25px;
	width: 200px;
}

.bottom_section .slide .bottom_image img {
	width: 100%;
	height: auto;
}

.bottom_slide_wrapper.intro .bottom_image svg {
	width: 200px;
	height: auto;
}

#download_on_appstore {
	fill: #FF6D60;
	transition: fill 0.3s;
}

#published_by_sega {
	fill: #545454;
	cursor: pointer;
	transition: fill 0.3s;
}

.no-touch #download_on_appstore:hover {
	fill: #FF422A;
}

.no-touch #published_by_sega:hover {
	fill: #009EFF;
}

.bottom_section .slide .bottom_image .bottom_emerix {
	max-width: 148px;
}

.bottom_section .slide .bottom_image .bottom_heroki {
	max-width: 205px;
}

.bottom_section .slide .bottom_image .bottom_heroki_house {
	max-width: 160px;
}

.bottom_section .slide .bottom_image .bottom_teacher {
	max-width: 168px;
}

.bottom_section .slide .bottom_image .bottom_handgraphic {
	max-width: 188px;
}

.bottom_section .slide .bottom_image .bottom_heroki {
	max-width: 220px;
}

.bottom_section .slide .bottom_image .bottom_compass {
	max-width: 174px;
}

.bottom_section .slide .bottom_image .bottom_world_map {
	max-width: 174px;
}

.bottom_section .slide .bottom_image .bottom_parachute {
	max-width: 136px;
}

.bottom_section .slide .bottom_image .bottom_boulder {
	max-width: 232px;
}

.bottom_section .slide .bottom_text_wrapper {
	height: 70%;
	width: 58%;
	/*position: absolute;*/
	margin: 0 auto;
	/*left: 0;*/
	/*right: 0;*/
	display: table;
}

.bottom_section .slide .bottom_text {
	display: table-cell;
	vertical-align: middle;
}

.bottom_section .slide .bottom_text p {
	color: #FFF;
	font-weight: 400;
	font-family: 'Open Sans';
	font-size: 16px;
	font-style: italic;
	text-align: justify;
	line-height: 2.4;
}

.bottom_section .slide .bottom_text.intro p {
	/*line-height: normal;*/
	 margin-top: 5px;
}

.bottom_section .slide .bottom_text h2 {
	color: #FFF;
	margin: 0;
	font-size: 25px;
	font-family: 'Nexa';
	font-weight: bold;
	text-align: center;
}
@media all and (max-width: 1190px) {
	.bottom_section .slide .bottom_image, .bottom_section .slide .bottom_image img {
		display: none;
	}
	
	
	
	.bottom_section .slide .bottom_text_wrapper {
		width: 80%;
		max-width: 700px;
	}
	
	.bottom_slide_wrapper.intro .bottom_text_wrapper {
		max-width: 500px;
	}
}

@media all and (min-width: 1000px) {
	.bottom_slide_wrapper.intro .bottom_image, .bottom_slide_wrapper.intro .bottom_image img {
		display: block;
	}
}

@media all and (max-width: 1190px) {
	.bottom_section .slide .bottom_text.intro p span {
		display: none;
	}
}

@media all and (max-width: 860px) {
	.bottom_section .slide .bottom_text.story p span {
		display: none;
	}
}

@media all and (max-width: 805px) {
	.bottom_section .slide .bottom_text.characters p span {
		display: none;
	}
}

@media all and (max-width: 845px) {
	.bottom_section .slide .bottom_text.gameplay p span {
		display: none;
	}
}

@media all and (max-width: 810px) {
	.bottom_section .slide .bottom_text.worlds p span {
		display: none;
	}
}

@media all and (max-width: 805px) {
	.bottom_section .slide .bottom_text.powerups p span {
		display: none;
	}
}

@media all and (max-width: 680px) {
	.bottom_section .slide .bottom_text.gallery p span {
		display: none;
	}
}

@media all and (max-width: 870px) {
	.bottom_section .slide .bottom_text.company p span {
		display: none;
	}
}

@media all and (max-width: 820px) {
	.bottom_section .slide .bottom_text.team p span {
		display: none;
	}
}

@media all and (max-width: 720px) {
	.bottom_section .slide .bottom_text.picon p span {
		display: none;
	}
}

@media all and (max-height: 660px), all and (max-width: 505px) {
	#bottom_ribbon {
		min-height: 50px;
		max-height: 50px;
	}
	
	#bottom_ribbon.small {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	#bottom_ribbon_tab {
		display: none;
	}

	#bottom_section0 .fullPage-slidesNav {
		display: none;
	}
	
	.nav-roundslide a.controlArrow  {
		display: none;
	}
	
	.nav-roundslide a.prev, .nav-roundslide a.next {
		top: 60%;
	}
	
	#bottom_section0 .controlArrow.down {
		display: block;
	}
	
}

@media all and (min-height: 661px) {
	.no-touch #bottom_ribbon.trailer {
		-webkit-transform: translateY(81%);
		transform: translateY(81%);
	}
	
	.no-touch #bottom_ribbon.trailer:hover, .no-touch #bottom_ribbon.trailer.hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media all and (max-width: 1200px) and (max-height: 700px) {
	.bottom_section .slide .bottom_text p {
		line-height: 2;
	}
}

#bottom_section0 {
	height: 70%;
}

#socialmedia_container .slide {
	display: table;
}

.picomy_background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}

#heroki_trailer_bg {
	background-image: url('../img/heroki/Heroki_Trailer_BG.jpg');
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

div.controlArrow {
    background: url(../img/home/Navigation_Arrow.png);
	background-size: 19px 29px;
	background-repeat: no-repeat;
}

#AllRightsReserved {
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	width: 100%;
}

#AllRightsReserved p {
	margin: 0;
	color: #CCC;
	font-size: 11px;
	font-family: 'Open Sans';
}

#AllRightsReserved  img {
	width: 186px; 
	height: 11px;
}

#Navigation_Tutorial {
	position: absolute;
	bottom: 0px;
	right: 10px;
}

#Navigation_Tutorial  img {
	display: none;
	width: 224px; 
	height: 25px;
}

@media all and (max-width: 560px) {
	#AllRightsReserved, #Navigation_Tutorial {
		display: none;
	}
}

.easing200 {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

#heroki_vapor_container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	background-color: #FADF46;
	background: -webkit-radial-gradient(#FFEED3,#FADF46, #EC2400);
	background: radial-gradient(#FFEED3, #FADF46, #EC2400);
}

#heroki_vapor_container.show {
	opacity: 1;
}

#heroki_vapor_container > img {
	position: absolute;
	/* opacity: 1; */
	bottom: 0;
	margin: auto 0;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
}

#heroki_vapor_container img.heroki {
	left: -10%;
	/*height: 85%;*/
	width: 775px;
	height: 626px;
	top: -40%;
	-webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0);
}

#heroki_vapor_container  img.vapor {
	right: -30%;
	/*height: 170%;*/
	width: 1045px;
	height: 1252px;
	top: -60%;
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}

#heroki_vapor_container.show > img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.heroki_quotes {
	max-width: 400px;
	position: absolute;
	margin: auto;
	margin-top: 45px;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

.heroki_quotes > img {
	width: 273px;
	height: 127px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
}

.heroki_quotes.big > img {
	width: 400px;
	height: 186px;
}

.heroki_quotes svg.quote {
	margin-top: 5px;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

.heroki_quotes svg.quote.two {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.heroki_quotes svg.quote.sega {
	width: 283px;
	height: 51px;
}

.heroki_quotes svg.quote.appstore {
	width: 283px;
	height: 79px;
}

.heroki_quotes.big svg.quote.sega {
	width: 388px;
	height: 70px;
}
 
.heroki_quotes.big svg.quote.appstore {
	width: 388px;
	height: 108px;
}
 
.heroki_quotes .learn_more {
	position: relative;
	width: 154px;
	height: 70px;
	border: 3px solid #3bb3ff;
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 20px;
	font-family: 'Nexa';
	font-weight: bold;
	color: #3bb3ff;
	line-height: 50px;
	pointer-events: none;
}

.heroki_quotes .learn_more > svg{
	fill: #3bb3ff;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.no-touch .heroki_quotes .learn_more:hover {
	background-color: #3bb3ff;
	color: #FFF;
}

.no-touch .heroki_quotes .learn_more:hover svg {
	fill: #FFF;
}

#heroki_vapor_container.show .heroki_quotes svg.quote {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#heroki_vapor_container.show .heroki_quotes .learn_more {
	pointer-events: auto;
}

@media all and (max-height: 320px) {
	.heroki_quotes .learn_more {
		margin-top: 0px;
	}
	
	.heroki_quotes > img {
		width: 180px;
		height: 84px;
	}
}

#heroki_logo {
	width: 100%;
	height: 100%;
	position: relative;
}

#heroki_logo  img {
	height: 0;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
/*	top: 15px;*/
}

#heroki_logo  img.down {
	top: 15px;
}

#trailer_play_button {
	margin: auto;
	top: 0;
	bottom: 10%;
	left: 0;
	right: 0;
}

#trailer_play_button img {
	width: 100%;
}

#trailer_read_more_button {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 10%;
	right: 20px;
	width: 100px;
	height: 60px;
	/*border: 3px solid #3bb3ff;*/
	/*background-color: #3bb3ff;*/
	/*border-radius: 15px;*/
	z-index: 5;
	cursor: pointer;
}

#trailer_read_more_button.animate {
	-webkit-animation: bounce_to_left 1.2s infinite ease-in-out;
	animation: bounce_to_left 1.2s infinite ease-in-out;
}

#trailer_read_more_button svg {
	width: 100px;
	height: 60px;
}

@media all and (max-width: 405px) {
	#trailer_read_more_button  {
		right: 2px;
	}
}

#heroki_hover {
	position: fixed;
	width: 100%;
	height: 100%;
	max-height: 270px;
	bottom: 0;
	left: 0;
}


.fullPage-slide-tooltip {
	opacity: 0;
	position: absolute;
	left: 50%;
	color: #FFF;
	background-color: #3bb3ff;
	font-family: 'Nexa';
	font-weight: bold;
	font-size: 16px;
	border-radius: 15px;
	padding: 2px 7px 2px 7px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	bottom: 200%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fullPage-slide-tooltip::after {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-color: transparent;
	border-top-color: #3bb3ff;
	content: '';
	pointer-events: none;
	top: 99%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.no-touch .fullPage-slidesNav li:hover .fullPage-slide-tooltip {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
}

@media all and (max-height: 660px), all and (max-width: 505px) {
	.bottom_section .slides {
		display: none;
	}
	
	.fullPage-slidesNav a.active .fullPage-slide-tooltip {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(0%);
		transform: translateX(-50%) translateY(0%);
		-moz-transform: translateX(-50%) translateY(0%);
		-o-transform: translateX(-50%) translateY(0%);
	}
	
}

.character {
	width: 6.60%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	opacity: 0;
}

.character.badguy {
	width: 9.89%;
}

.character.hidden {
	display: none;
}

.gameplay {
	position: relative;
	cursor: pointer;
}

.gameplay_moves_inner_container.active .gameplay {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.gameplay.moves, .gameplay.collectables, .gameplay.powerups {
	float: left;
	height: 100%;
	top: 0;
	width: 20%;
	display: table;
}

.gameplay.powerups {
	width: 25%;
}

.gameplay.moves, .gameplay.collectables {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}

.gameplay_img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.gameplay_img_inner {
	position: relative;
}

#gameplay_inner_wrapper .gameplay_img_inner {
	height: 91%;
}

.gameplay.moves img, .gameplay.collectables img {
	/*width: 0;
	bottom: 0;
	left: 0;
	position:absolute;
	
	width: 195px;
	height: 175px;
	*/
	width: auto;
	height: 80%;
}

.middle_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.valign_helper {
	height: 50%;
	width: 1px;
	display: inline-block;
}

#character_outer_container {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#character_container {
	position: relative;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	/*padding-top: 10px;*/
}

.character_inner_container {
	position: absolute;
	height: 100%;
	width: 200%;
}


.character_inner_container.active .character {
	-webkit-transform: none;
	transform: none;
}

#character_container.ipad  .character {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

/*@media all and (min-width: 569px) {*/
	.character_inner_container.active .character {
		opacity: 1;
	}
/*}*/

#slide_characters .blue_ripple_top  p {
	text-align: center;
	font-family: 'Nexa';
	font-weight: bold;
	color: #FFF;
	font-size: 24px;
	margin: 3px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 1;
}

#slide_characters .blue_ripple_top  p.character_name {
	display: none;
}

#CharacterArrowLeft {
	left: 0;
}

#CharacterArrowRight {
	right: 0;
}

#CharacterArrowLeft, #CharacterArrowRight {
	z-index: 12;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.switch_button {
	height: 134px;
	width: 154px;
	position: absolute;
	border: 3px solid #FF731E;
	background-color: #FFF;
	border-radius: 32px;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.switch_button .switch_arrows {
	position: absolute;
	top: 37px;
	left: 33px;
}

.switch_button .switch_text {
	position: absolute;
	font-family: 'Nexa';
	font-weight: bold;
	color: #FF731E;
	font-size: 24px;
	text-align: center;
	/*line-height: 27px;*/
	left: 0;
	right: 0;
	margin: 0 auto;
}

.switch_button .switch_text.top {
	top: 5px;
}

.switch_button .switch_text.bottom {
	bottom: 5px;
}

.switch_button svg {
  width: 80px;
  height: 63px;
  fill: #FF731E;
  margin-left: 4px;
}

/*
.switch_button svg {
	width: 26px;
	height: 26px;
	fill: #FF731E;
	margin-right: -5px;
}*/

.switch_button:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.no-touch .switch_button:hover {
	background-color: #FF731E;
}

.no-touch .switch_button:hover svg {
	fill: #FFF;
}

.no-touch .switch_button:hover .switch_text {
	color: #FFF;
}

.switch_button.goodguys {
	border: 3px solid #3bb3ff;
}

.switch_button.goodguys .switch_text {
	color: #3bb3ff;
}

.switch_button.goodguys svg {
	fill: #3bb3ff;
}

.no-touch .switch_button.goodguys:hover {
	background-color: #3bb3ff;
}

.powerups_container {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.character_img {
	/*width: 100%;*/
	/*height: 100%;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	text-align: center;
}

.character_inner_container, .character_img img, .character_bottom {
	transition: transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
}

#character_container.no_transition .character_inner_container, #character_container.no_transition .character_img img, #character_container.no_transition  .character_bottom {
	transition: none;
	-webkit-transition: none;
}

.character_bottom {
	-webkit-transform: none;
	transform: none;
}

.character.big .character_img img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.no-touch .gameplay_img:hover  img {
/*
	-webkit-animation: mouseover 2000ms linear both;
	animation: mouseover 2000ms linear both;
	*/
}

.character_desc {
	opacity: 1;
	font-family: 'Nexa';
	font-size: 16px;
	text-align: center;
	/*-webkit-transition: all 200ms linear;*/
    /*transition: all 200ms linear;*/
	width: 65%;
	margin: 0 auto;
	max-width: 250px;
}

#character_container .character_desc {
	opacity: 0;
	position: absolute;
	bottom: 15px;
	width: 100%;
	max-width: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 50%;
	left: 0;
	right: 0;
	font-size: 18px;
}

#character_container .character_desc.active {
	opacity: 1;
}

.character_desc_container  {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.character_desc_container.active {
	opacity: 1;
}

.character_bottom .character_desc {
	display: none;
}

.character .character_img img {
	width: 340px;
	height: 300px;
}

@media all and (max-width: 568px) {
	
	.character_blue_ripple_top  p.character_name {
		display: block;
	}
	
	.character_blue_ripple_top  p.character_type {
		display: none;
	}
	
	#CharacterArrowLeft, #CharacterArrowRight {
		top: 7px;
		margin: 0;
	}
	
	#CharacterArrowLeft {
		left: 13px;
	}
	
	#CharacterArrowRight {
		right: 13px;
	}
	
	.character_desc {
		width: 100%;
	}
	
}

@media all and (max-width: 760px) {
	.switch_button {
		display: none;
	}
	
	#character_container .character_desc {
		width: 100%;
	}
}



#gameplay_moves_container, #story_sketches_container, #powerups_moves_container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25%;
}

#gameplay_moves_wrapper, #powerups_moves_wrapper {
	height: 100%;
	position: relative;
	left: 0;
	right: 0;
}

#gameplay_moves_wrapper {
	width: 85%;
}

#powerups_moves_wrapper {
	width: 100%;
}

#gameplay_inner_wrapper, #powerups_inner_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}

.gameplay_moves_inner_container, .powerups_moves_inner_container {
	width: 1200px;
	height: 100%;
	position: absolute;
	transition: transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
	z-index: 0;
}

.powerups_moves_inner_container {
	width: 1500px;
}

.gameplay.powerups img {
	width: 300px;
	height: 186px;
}

#moves_fly img {
	width: 219px;
	height: 175px;
}

#moves_run img {
	width: 150px;
	height: 175px;
}

#moves_freefall img  {
	width: 191px;
	height: 175px;
}

#moves_throw img {
	width: 204px;
	height: 175px;
}

#moves_powers img {
	width: 179px;
	height: 175px;
}

#collectable_orpi img {
	width: 129px;
	height: 175px;
}

#collectable_letters img {
	width: 191px;
	height: 175px;
}

#collectable_emiral img {
	width: 151px;
	height: 175px;
}

#collectable_giftbox img {
	width: 121px;
	height: 175px;
}

#collectable_heliup img {
	width: 168px;
	height: 175px;
}

#story_sketches_container {
	margin: 0 auto;
	left: 0;
	right: 0;
	background-image: url(../img/heroki/Heroki_Story_BG_02.jpg);
	background-size: 200px 200px;
	overflow: hidden;
}

#story_sketches_container .blue_ripple_top {
	display: none;
}

#StoryArrowLeft, #StoryArrowRight  {
	display: none;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

#StoryArrowLeft {
	left: 10px;
}

#StoryArrowRight {
	right: 10px;
}

#story_sketches_inner {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#story_bg_center  {
	position: absolute;
	width: 238px;
	height: 210px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.story_sketch {
	display: table;
	max-width: 500px;
	width: 80%;
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.story_sketch_wrapper {
	width: 50%;
	height: 100%;
	float: left;
}

.story_sketch_text {
	display: table-cell;
	vertical-align: middle;
	text-align: justify;
}

.story_sketch_text p {
	font-size: 18px;
	color: #555555;
/*	font-family: 'Josefin Slab','Open Sans';*/
	font-family: 'Nexa';
	font-weight: 400;
	font-style: italic;
}

.story_sketch_img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.heroki .story_sketch_img {
	float: left;
	padding-right: 10px;
}

.vapor .story_sketch_img {
	float: right;
	padding-left: 10px;
}

.heroki .story_sketch_img img{
	width: 137px;
	height: 175px;
}

.vapor .story_sketch_img img{
	width: 164px;
	height: 175px;
}

@media all and (max-width: 1100px) {
	#story_sketches_inner {
		width: 200%;
		max-width: initial;
	}
	
	.story_sketch_wrapper {
		transition: 0.5s ease;
	}
	
	#story_bg_center {
		display: none;
	}
	
	#StoryArrowLeft.active , #StoryArrowRight.active {
		display: block;
	}
}

#Heroki_Worlds_Container, #gameplay_container, #story_container, #powerups_container, #trailer_container {
	width: 100%;
	height: 100%;
	position: relative;
}

#Heroki_Worlds_WorldBG, #gameplay_movie_container, #story_movie_container, #powerups_movie_container, #trailer_movie_container{
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
	background-color: black;
	-webkit-transition: height 0.8s, -webkit-transform 0.8s;
	-moz-transition: height 0.8s, transform 0.8s;
	-o-transition: height 0.8s, transform 0.8s;
	transition: height 0.8s, transform 0.8s;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
	/*z-index: 2;*/
}

#trailer_movie_container {
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

#trailer_movie_container.full {
	opacity: 1;
}

#Heroki_Worlds_Container.full #Heroki_Worlds_WorldBG, 
	#gameplay_container.full  #gameplay_movie_container,
		#story_container.full #story_movie_container,
			#powerups_container.full #powerups_movie_container,
				#trailer_movie_container {
	/* height: 100%;*/
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#trailer_movie_container.full {
	z-index: 10;		
}

#Heroki_World {
	width: 60%;
	height: 100%;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}

#Heroki_World_Image {
	width: 576px;
	height: 576px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.3s ease;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease;
}

#Heroki_World .circle_arrow {
	-webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#Heroki_World_Image, #Heroki_World .circle_arrow {
	opacity: 0.5;
}

#Heroki_World.active #Heroki_World_Image, #Heroki_World.active .circle_arrow  {
	opacity: 1;
}

#Heroki_World_Image.hidden {
	display: none;
}

.blue_ripple_top {
	background-image: url(../img/heroki/TopBlueChevron.svg);
	background-size: 30px 51px;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 53px;
	top: 0;
	z-index: 11;
}

.blue_ripple_top.orange {
	background-image: url(../img/heroki/TopOrangeChevron.svg);
}

.world_title, .world_title_levantia, .gameplay_title, .story_title, .gallery_title, .trailer_title {
	text-align: center;	
	position: absolute;
	width: 100%;
	height: 100%;
}

.world_title span, .world_title_levantia span, .gameplay_title span, .story_title span, .gallery_title span, .trailer_title span{
	font-family: 'Nexa';
	font-weight: bold;
	color: #FFF;
	font-size: 24px;
	position: relative;
	top: 5px;
	opacity: 0;
	-webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.world_title.active span, .world_title_levantia.active span, .gameplay_title.active span, .story_title.active span, .gallery_title.active span, .trailer_title.active span {
	opacity: 1;
}

#Heroki_World_House {
	width: 13%;
	position: absolute;
	top: 0;
	left: 4%;
	max-width: 225px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#Heroki_World_House:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

#Heroki_World_House.active {
	opacity: 1;
}

#Heroki_World_House img {
	width: 145px;
	height: 157px;
}

#Heroki_World_House.animate img {
	-webkit-animation: floating 3s ease-in-out infinite alternate-reverse;
	animation: floating 3s ease-in-out infinite alternate-reverse;
}

#WorldArrowLeft, #GameplayArrowLeft, #PowerupsArrowLeft {
	left: 30px;
}

#WorldArrowRight, #GameplayArrowRight, #PowerupsArrowRight {
	right: 10px;
}

#WorldArrowX, #GameplayArrowX, #StoryArrowX , #PowerupsArrowX, #TrailerArrowX{
	right: 15px;
	z-index: 12;
	display: none;
}

#GameplayArrowLeft, #GameplayArrowRight, #PowerupsArrowLeft, #PowerupsArrowRight {
	top: 40%;
}

#Heroki_Worlds_Container.full #WorldArrowX, 
	#gameplay_container.full #GameplayArrowX,
		#story_container.full #StoryArrowX,
			#powerups_container.full #PowerupsArrowX,
				#trailer_movie_container.full #TrailerArrowX{
	display: block;
}

#Heroki_Worlds_Container.full #WorldArrowLeft, 
	#Heroki_Worlds_Container.full #WorldArrowRight, 
	#WorldArrowX, #GameplayArrowX, #StoryArrowX, #PowerupsArrowX, #TrailerArrowX {
	top: 7px;
}

#Heroki_Worlds_Movies, #gameplay_movies, #powerups_movies {
	width: 100%;
	height: 100%;	
}

.video_wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
}

.circle_arrow {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 10%;
	cursor: pointer;
	border: 3px solid #3bb3ff;
	background-color: #FFF;
	border-radius: 50%;
	/*z-index: 5;*/
	-webkit-transition: background-color 0.2s, top 0.5s ease-in-out;
	transition: background-color 0.2s, top 0.5s ease-in-out;
}

.circle_arrow.hide {
	display: none;
}

.no-touch .circle_arrow:hover, .circle_arrow:active {
	background-color: #3bb3ff;
}

.circle_arrow svg {
	width: 30px;
	height: 30px;
	/* margin: 12px 0 0 12px; */
	position: absolute;
	top: 13px;
	fill: #3bb3ff;
}

.circle_arrow.left svg {
	left: 11px;
}

.circle_arrow.right svg {
	right: 11px;
}

.circle_arrow.close svg {
	left: 14px;
	top: 15px;
	width: 26px;
	height: 26px;
}

.no-touch .circle_arrow:hover svg, .circle_arrow:active svg {
	fill: #FFFFFF;
}

.worldmovie, .levantiamovie, .gameplaymovie, .storymovie, .powerupsmovie, .trailermovie {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.worldmovie.hidden, .levantiamovie.hidden, .gameplaymovie.hidden, .powerupsmovie.hidden {
	display: none;
}

.worldmovie.active, .levantiamovie.active, .gameplaymovie.active, .storymovie.active, .powerupsmovie.active , .trailermovie.active {
	opacity: 1;
	z-index: 10;
}

.play_button {
	margin: 0 auto;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	width: 90px;
	height: 90px;
	z-index: 100;
	cursor: pointer;
	border: 3px solid #3bb3ff;
	background-color: rgba(0, 0, 0, 0.86);
	border-radius: 50%;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
	opacity: 1;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
 
.play_button svg {
	width: 50px;
	height: 50px;
	fill: #3bb3ff;
	position: absolute;
	top: 20px;
	left: 24px;
	-webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.play_button {
	-webkit-transition: background-color 0.3s, opacity 0.5s, -webkit-transform 0.5s;
    transition: background-color 0.3s, opacity 0.5s, transform 0.5s;
}

.no-touch .play_button:hover, .play_button:active  {
	background-color: #3bb3ff;
}

.no-touch .play_button:hover svg, .no-touch .play_button:active svg  {
	fill: #000000;
}

.play_button.hidden {
	/*opacity: 0;
	z-index: 0;
	display: none;*/
	opacity: 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.full .play_button {
	bottom: 20%;
	margin: auto;
}

@media all and (max-width: 1080px) {
	#WorldArrowLeft {
		left: 60px;
	}
	
	#WorldArrowRight {
		right: 60px;
	}
}

@media all and (max-width: 960px) {
	#Heroki_World_Image, #Heroki_World_House {
		display: none
	}
	
	#Heroki_Worlds_WorldBG {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	#Heroki_Worlds_WorldBG {
		height: 100%;
	}
	
	#WorldArrowLeft, #WorldArrowRight {
		top: 7px;
		z-index: 3;
	}
	
	#WorldArrowLeft {
		left: 4px;
	}
	
	#WorldArrowRight {
		right: 4px;
	}
	
	#Heroki_World .circle_arrow {
		opacity: 1;
	}
}

@media all and (max-height: 658px) {
	#Heroki_World_Image, #Heroki_World_House, #Heroki_World_House img {
		display: none
	}
	
	#Heroki_World .circle_arrow {
		opacity: 1;
	}
	
  	#gameplay_moves_container .gameplay,
	#gameplay_switch_button,		
	#powerups_moves_container .gameplay,
		#Heroki_Worlds_Container.full #WorldArrowX,
		#gameplay_container.full #GameplayArrowX ,
		#powerups_container.full #PowerupsArrowX {
		display: none;
	}
	
	#story_sketches_container {
		height: 100%;
	}
	
	#story_sketches_container .blue_ripple_top {
		display: block;
		z-index: inherit;
	}
	
	.story_sketch {
		height: 90%;
		width: 93%;
	}
	
	.story_sketch_text p {
		font-size: 22px;
	}
	
	.story_sketch_img img {
		margin-top: 25px;
	}
	
	#story_bg_center {
		display: none;
	}
	
	#gameplay_movie_container, #Heroki_Worlds_WorldBG , #powerups_movie_container {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	#story_movie_container {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	#StoryArrowRight {
		display: block;
	}
	
	#StoryArrowLeft, #StoryArrowRight {
		top: 7px;
		bottom: inherit;
		z-index: inherit;
	}
	
	.gameplay_play_button, .play_button, .powerups_play_button {
		bottom: 5%;
		top: 0;
		margin: auto;
	}
	
	#GameplayArrowLeft, #GameplayArrowRight, #PowerupsArrowLeft, #PowerupsArrowRight{
		top: 7px;
		display: block;
	}
	
	#WorldArrowLeft, #GameplayArrowLeft, #PowerupsArrowLeft {
		left: 10px;
	}
	
	#WorldArrowRight, #GameplayArrowRight, #PowerupsArrowRight {
		right: 10px;
	}
	
	.circle_arrow {
		z-index: 3;
	}
}

.blue_button , .orange_button{
	width: 135px;
	background-color: #3bb3ff;
	border-radius: 25px;
	border: 3px solid #3bb3ff;
	margin: 0 auto;
}

.blue_button span, .orange_button span{
	vertical-align: middle;
	text-align: center;
	font-family: 'Nexa';
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

.orange_button {
	background-color: #FF731E;
	border: 3px solid #FF731E;
}

.gameplay_description {
	/*display: table;*/
	width: 142px;
	height: 33px;
	position: absolute;
	background-color: #FFF;
	border-radius: 25px;
	border: 3px solid #3bb3ff;
	left: 50px;
	bottom: 30px;
	-webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
	line-height: 33px;
	text-align: center;
	/*opacity: 0*/
}

.gameplay.powerups .gameplay_description {
	/* left: initial; */
	/* right: 31px; */
	/* bottom: 14px; */
	bottom: 0;
	left: 0;
}

.gameplay.moves .gameplay_description, .gameplay.collectables .gameplay_description {
	/* position: static; */
	/* margin: 0 auto; */
	/* margin-top: -20px; */
	bottom: 0;
}

.gameplay.collectables .gameplay_description  {
	border: 3px solid #FF731E;
}

.no-touch .gameplay:hover .gameplay_description, .no-touch .team_character:hover .gameplay_description{
	background-color: #3bb3ff;
}

.no-touch .gameplay.collectables:hover .gameplay_description {
	background-color: #FF731E;
}

.gameplay_description span {
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	/*text-align: center;*/
	font-family: 'Nexa';
	color: #3bb3ff;
	font-size: 22px;
	font-weight: bold;
}

.gameplay.collectables  .gameplay_description span {
	color: #FF731E;
}

.no-touch .gameplay:hover .gameplay_description  span, .no-touch .team_character:hover .gameplay_description span {
	color: #FFF;
}

.gameplay_circle, .powerups_circle {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	z-index: -1;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.powerups_circle {
	max-width: 190px;
	max-height: 190px;
	margin: 0;
	left: 25px;
}

#moves_fly .gameplay_circle {
	background-color: #ffcfca;
}

#moves_run .gameplay_circle {
	background-color: #fffdb6;
}

#moves_freefall .gameplay_circle {
	background-color: #d2ffbd;
}

#moves_throw .gameplay_circle {
	background-color: #bafdff;
}

#moves_powers .gameplay_circle {
	background-color: #ddcdff;
}

#collectable_orpi .gameplay_circle {
	background-color: #ffcfca;
}

#collectable_letters .gameplay_circle {
	background-color: #fffdb6;
}

#collectable_emiral .gameplay_circle {
	background-color: #d2ffbd;
}

#collectable_giftbox .gameplay_circle {
	background-color: #bafdff;
}

#collectable_heliup .gameplay_circle {
	background-color: #ddcdff;
}

#powerup_pies .powerups_circle {
	background-color: #ffcfca;
}

#powerup_hourglass .powerups_circle {
	background-color: #fffdb6;
}

#powerup_aeroblade .powerups_circle {
	background-color: #d2ffbd;
}

#powerup_shield .powerups_circle {
	background-color: #bafdff;
}

.team_character .gameplay_description {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#gallery_images_container {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#gallery_images_container ul {
	width:100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0px;
}

#gallery_images_container ul li {
	position: relative;
	display: inline-block;
	margin: 4px;
	width: 250px;
	height: 188px;
}

#gallery_images_container ul li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	border-radius: 25px;
	z-index: 1;
}

#gallery_images_container ul li a img{
	width: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	box-shadow: 1px 1px 4px #797979;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.no-touch #gallery_images_container ul li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#gallery_menu {
	width: 577px;
	height: 48px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
}

#slide_gallery .blue_ripple_top {
	display: none;
}

.gallery_menu_item {
	display: table;
	width: 210px;
	height: 42px;
	position: relative;
	background-color: #FFF;
	border-radius: 25px;
	border: 3px solid #ff7e1f;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	float: left;
	margin-left: -40px;
	cursor: pointer;
}



.gallery_menu_item:first-child {
    z-index: 3;
	margin-left: 0px;
}

.gallery_menu_item:nth-child(2) {
	z-index: 2;
}

.gallery_menu_item:nth-child(3) {
	z-index: 1;
}

.no-touch .gallery_menu_item:hover, .gallery_menu_item.active {
	background-color: #ff7e1f;
}

.gallery_menu_item span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'Nexa';
	color: #ff7e1f;
	font-size: 21px;
	font-weight: bold;
}

.no-touch .gallery_menu_item:hover span, .gallery_menu_item.active span{
	color: #FFF;
}

.gallery_menu_item.soon {
	cursor: default;
}

.gallery_menu_item.soon , .no-touch .gallery_menu_item.soon:hover {
	background-color: #FFF;
}

.gallery_menu_item.soon span, .no-touch .gallery_menu_item.soon:hover span {
	color: #FFE0CA;
}

#GalleryArrowLeft {
	left: 0;
}

#GalleryArrowRight {
	right: 0;
}

#GalleryArrowLeft, #GalleryArrowRight {
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 12;
}

@media all and (max-width: 580px) {
	#slide_gallery .blue_ripple_top {
		display: block;
	}
	
	#gallery_menu {
		display: none;
	}
	
	#GalleryArrowLeft, #GalleryArrowRight {
		top: 7px;
		margin: 0;
	}
}

#home_cube_container {
	width: 470px;
	height: 330px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#home_cube_container.hide {
	opacity: 0;
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}

#home_cube_wrapper {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}

#home_cube_wrapper img {
	height: 100%;
}

.home_cube_cover, .home_cube_transition {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.home_cube_cover.hide, .home_cube_transition, .home_cube_images {
	display: none; 
}

.home_cube_transition.active { 
	display: block; 
}

.home_cube_front, .home_cube_right, .home_cube_left {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.home_cube_front{
	-webkit-transform: translate3d(0,0,164px);
	transform: translate3d(0,0,164px);
	z-index: 2;
}

.home_cube_right{
	-webkit-transform: rotate3d(0,1,0,90deg) translate3d(0,0,164px);
	transform: rotate3d(0,1,0,90deg) translate3d(0,0,164px);
	z-index: 1;
}

.home_cube_transition.active{
	-webkit-animation: cube 0.6s ease-out;
	animation: cube 0.6s ease-out;
}

#home_picomy_text_logo {
	text-align: center;
    margin: 0 auto;
	margin-top: 3%;
	width: 80%;
}

#home_picomy_text_logo p {
	margin-top: 1%;
	font-size: 18px;
	color: #555555;
	font-family: 'Nexa';
	font-weight: 300;
	font-style: normal;
}

/*
@media all and (max-width: 568px) {
	#home_picomy_text_logo p {
		display: none;
	}
}
*/

@media all and (max-height: 500px) {
	#home_picomy_text_logo p {
		display: none;
	}
}

.gallery_images li a:nth-child(2) {
	z-index: 1;
	visibility: hidden;
}

.gallery_images li.empty a {
	opacity: 0;
}

.bringback_effect li {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.bringback_effect li a {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bringback_effect.active li:not(.empty) a:first-child {
	-webkit-animation: hideLeft 0.8s forwards;
	animation: hideLeft 0.8s forwards;
}

.bringback_effect.active li a:nth-child(2) {
	z-index: -1;
	-webkit-animation: showRight 0.8s forwards;
	animation: showRight 0.8s forwards;
}

.bringback_effect.active li:not(.empty) a:only-child {
	-webkit-animation: fadeOut 0.8s forwards;
	animation: fadeOut 0.8s forwards;
}

.bringback_effect.active li.empty a {
	opacity: 0;
	-webkit-animation: fadeIn 0.8s forwards;
	animation: fadeIn 0.8s forwards;
}

.fall_effect.active li:not(.empty) a:first-child {
	-webkit-animation: fallDown 0.6s forwards;
	animation: fallDown 0.6s forwards;
}

.fall_effect.active li a:nth-child(2),
.fall_effect.active li.empty a {
	opacity: 0;
	-webkit-animation: scaleUpFadeIn 0.6s forwards;
	animation: scaleUpFadeIn 0.6s forwards;
}

/* Front row */
.frontrow_effect li {
	overflow: hidden;
}

.frontrow_effect.active li:not(.empty) a:first-child {
	-webkit-animation: moveToBack 0.5s forwards;
	animation: moveToBack 0.5s forwards;
}

.frontrow_effect.active li a:nth-child(2),
.frontrow_effect.active li.empty a {
	-webkit-animation: moveToFront 0.5s forwards;
	animation: moveToFront 0.5s forwards;
}

.frontrow_effect.active li.empty a {
	opacity: 0;
}

.frontrow_effect.active li:not(.empty) a:only-child {
	-webkit-animation: fadeOut 0.5s forwards;
	animation: fadeOut 0.5s forwards;
}

/* Animation delays */
#gallery_images_container .animation_delay.active li:nth-child(2) a {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#gallery_images_container  .animation_delay.active li:nth-child(3) a {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#gallery_images_container  .animation_delay.active li:nth-child(4) a {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#gallery_images_container .animation_delay.active li:nth-child(5) a {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#gallery_images_container  .animation_delay.active li:nth-child(6) a {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}




#map-canvas {
	width: 100%;
	height: 100%;
}

#map-canvas .gmnoprint {
	top: 47px;
	bottom: initial !important;
	right: 66px !important;
}

#map-canvas .gmnoprint.gm-style-cc {
	right: 0px !important;
}

/*--------------------*/
/* Rounded slide */
/*--------------------*/

.nav-roundslide a {
	margin: 0 5px;
	padding: 6px;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	/*background: #34495e;*/
	-webkit-transition: width 0.3s, height 0.3s, background-color 0.3s;
	transition: width 0.3s, height 0.3s, background-color 0.3s;
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-roundslide a.down, .nav-roundslide a.up {
	margin: 0 auto;
	left: 0;
	right: 0;
	top: auto;
	padding: 0;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.nav-roundslide a.down .icon-wrap, .nav-roundslide a.up .icon-wrap {
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

.nav-roundslide a.down {
	bottom: 5px;
}

.nav-roundslide a.up {
	top: 5px;
}


.nav-roundslide a.prev {
	left: 0;
}

.nav-roundslide a.next {
	right: 0;
}

.nav-roundslide a.prev, .nav-roundslide a.next {
	display: none;
}

.no-touch .nav-roundslide a.prev, .no-touch .nav-roundslide a.next {
	display: block;
}

.no-touch .nav-roundslide a.hide {
	display: none;
}

.nav-roundslide .icon-wrap {
	position: absolute;
	width: 20px;
}

.nav-roundslide a.prev .icon-wrap {
	left: 0;
}

.nav-roundslide a.next .icon-wrap {
	right: 9px;
}

.nav-roundslide a.down .icon-wrap {
	bottom: 0;
}

.nav-roundslide a.up .icon-wrap {
	top: 0;
}

.nav-roundslide span img, .nav-roundslide span svg {
	width: 30px;
	height: 30px;
}

.nav-roundslide span svg {
	fill: #808080;
	-webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}


.nav-roundslide h3 {
	position: absolute;
	top: 0;
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 2.55;
	font-family: 'Nexa';
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.nav-roundslide a.prev h3 {
	right: 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.nav-roundslide a.next h3 {
	left: 20px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav-roundslide a.down h3 {
	top: -28px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}

.no-touch .nav-roundslide a.title:hover {
	width: 171px;
	/* background: #ff7e1f;	*/
	background: #3bb3ff;
}

.no-touch .nav-roundslide a.title:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.no-touch .nav-roundslide a:hover svg {
	fill: #FFFFFF;
}

.no-touch .nav-roundslide a.title.down:hover, .no-touch .nav-roundslide a.title.up:hover {
	height: 59px;
	background: #3bb3ff;
}

.no-touch .nav-roundslide a.title.down:hover h3, .no-touch .nav-roundslide a.title.up:hover h3 {
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
}

#gallery_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#gallery_overlay img {
	position: absolute;
}

#gallery_overlay.show {
	z-index: 10000;
	opacity: 1;
}

#gallery_overlay img.animate { 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#gallery_x_button {
	right: 10px;
	top: 10px;
}


#bottom_contact_container {
	width: 100%;
	height: 100%;
	margin-top: -15px;
}

.bottom_contact_content {
	float: left;
    width: 50%;
    height: 94%;
    text-align: center;
    color: #FFF;  font-weight: 300;  
    font-size: 17px;
    font-family: 'Open Sans';
	display: table;
}

.bottom_contact_content p {
	font-style: italic;
}

.bottom_contact_content .route_button {
	display: none;
	width: 110px;
	height: 30px;
	border-radius: 25px;
	border: 2px solid #FFFFFF;
	margin: 30px auto;
	cursor: pointer;
}

.bottom_contact_content .route_button span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'Nexa';
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
}
.bottom_contact_content .route_button a {
	color: inherit;
}

.bottom_contact_content .bottom_social_icons {
	display: none;
}

.bottom_contact_content .bottom_social_icons img {
	width: 50px;
	height: 50px;
	padding: 0 6px;
}

@media all and (max-width: 568px) {
	.bottom_contact_content {
		width: 100%;
	}
	
	.full .bottom_contact_content .route_button {
		display: table;
	}
	
	.full .bottom_contact_content .bottom_social_icons {
		display: block;
	}
}

.bottom_contact_address, .bottom_contact_support {
	display: table-cell;
	vertical-align: middle;
}

.bottom_contact_content h2 {
	margin-top: 0;
	margin-bottom: 17px;
	font-family: 'Nexa';
	font-weight: bold;
}

a.email {
	color: #3bb3ff;
	text-decoration: underline;
}

.bottom_contact_address span.phone {
	color: #F9910B;
}

.contact_form {
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 860px;
	width: 50%;
	text-align: left;
	font-size: 15px;
}

.contact_form .submit {
	display: none;
}

/* Question list style */
.contact_form ol {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
}

/*
.contact_form ol:before {
	content: '';
	background-color: #707070;
	border-radius: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
}
*/

.contact_form .questions li {
	display: none;
	z-index: 100;
	/*position: relative;*/
	visibility: hidden;
	height: 0;
	-webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
	transition: visibility 0s 0.4s, height 0s 0.4s;
}

.contact_form  .questions li.current {
	display: block;
	visibility: visible;
	height: auto;
	-webkit-transition: none;
	transition: none;
	height: 40px;
	background-color: #707070;
	border-radius: 20px;
}

/* Labels */
.contact_form .questions li > span {
	display: block;
	overflow: hidden;
	position: absolute;
	line-height: 40px;
	left: 18px;
	font-family: 'Nexa';
	font-weight: bold;
	font-size: 18px;
	color: #D5D4D4;
}

.contact_form .questions li > span label {
	display: block;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	/*-webkit-transform: translateY(-100%);*/
	/*transform: translateY(-100%);*/
}

.contact_form .questions li.current > span label {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.contact_form.show-next .questions li.current > span label {
	-webkit-animation: moveUpFromDown 0.4s both;
	animation: moveUpFromDown 0.4s both;
}

@-webkit-keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); }
	to { -webkit-transform: translateY(0); }
}

@keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); transform: translateY(100%); }
	to { -webkit-transform: translateY(0); transform: translateY(0); }
}

/* Input field */
.contact_form .questions input {
	display: block;
	margin: 0.3em 0 0 0;
	padding: 0.5em 1em 0.5em 1.1em;
	width: calc(95% - 2em);
	border: none;
	background: transparent;
	color: #FFF;
	font-size: 16px;
	font-family: 'Open Sans';
	line-height: 22px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.contact_form  .questions .current input,
.contact_form .no-js .questions input {
	opacity: 1;
}

.contact_form .questions input:focus,
.contact_form button:focus {
	outline: none;
}

/* Next question button */
.contact_form .next {
	position: absolute;
	right: 5px;
	bottom: 7px;
	display: block;
	padding: 0;
	width: 27px;
	height: 27px;
	border: none;
	background: url(../img/home/Navigation_Arrow.png);
	background-size: 27px 27px;
	color: rgba(0,0,0,0.4);
	text-align: center;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-40%) rotate(180deg);
	transform: translateX(-40%) rotate(180deg);
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-touch .contact_form .next:hover {
	color: rgba(0,0,0,0.5);
}

.contact_form .next.show {
	opacity: 1;
	-webkit-transform: translateX(0) rotate(180deg);
	transform: translateX(0) rotate(180deg);
	pointer-events: auto;
}

/* Progress bar */
.contact_form .progress {
	width: 0%;
	height: 0.15em;
	background: rgba(0,0,0,0.3);
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.contact_form .progress::before {
	position: absolute;
	top: auto;
	width: 100%;
	height: inherit;
	background: rgba(0,0,0,0.05);
	content: '';
}

/* Number indicator */
.contact_form .number {
	position: absolute;
	right: -30px;
	bottom: 15px;
	overflow: hidden;
	width: 3em;
	font-weight: 700;
	font-size: 10px;
}

.contact_form .number:after {
	position: absolute;
	left: 50%;
	content: '/';
	opacity: 0.4;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contact_form .number span {
	float: right;
	width: 40%;
	text-align: center;
}

.contact_form .number .number-current {
	float: left;
}

.contact_form .number-next {
	position: absolute;
	left: 0;
}

/* Error and final message */
.contact_form .error-message,
.contact_form .final-message {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.contact_form .error-message {
	padding: 0.4em 3.5em 0 0;
	width: 100%;
	color: rgba(0,0,0,0.7);
	font-style: italic;
	font-size: 0.4em;
}

.contact_form .final-message {
	top: 50%;
	left: 0;
	padding: 0.5em;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contact_form .error-message.show,
.contact_form .final-message.show {
	visibility: visible;
	opacity: 1;
}

.contact_form .final-message.show {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* Final hiding of form / showing message */
.contact_form .form_inner.hide {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

/*
.bubblingG {
	text-align: center;
	width:80px;
	height:50px;
	margin: auto;
	margin-top: 9%;
}*/

.bounce_spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.bounce_spinner > div {
  width: 18px;
  height: 18px;
  background-color: #545454;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncespinnerdelay 1.4s infinite ease-in-out;
  animation: bouncespinnerdelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bounce_spinner .bounce1 {
  -webkit-animation-delay: -0.33s;
  animation-delay: -0.32s;
}

.bounce_spinner .bounce2 {
  -webkit-animation-delay: -0.17s;
  animation-delay: -0.16s;
}

.bounce_spinner .bounce3 {
  -webkit-animation-delay: -0.01s;
  animation-delay: -0.01s;
}

@-webkit-keyframes bouncespinnerdelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncespinnerdelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@-webkit-keyframes fallDown { 
	from {}
	to { opacity: 0; -webkit-transform: translateY(70%); }
}

@keyframes fallDown {
	from {}
	to { opacity: 0; -webkit-transform: translateY(70%); transform: translateY(70%); }
}

@-webkit-keyframes scaleUpFadeIn { 
	from { opacity: 0; -webkit-transform: scale(0.8); }
	to { visibility: visible; opacity: 1; -webkit-transform: scale(1); }
}

@keyframes scaleUpFadeIn { 
	from { opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); }
	to { visibility: visible; opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@-webkit-keyframes hideLeft { 
	0% { -webkit-transform: translateZ(0px); }
	40% { -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg); }
	100% { opacity: 1; -webkit-transform: translateZ(-400px); }
}

@keyframes hideLeft { 
	0% { -webkit-transform: translateZ(0px); transform: translateZ(0px); }
	40% { -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg); transform: translate(-40%, 0) scale(0.8) rotateY(20deg); }
	100% { -webkit-transform: translateZ(-400px); transform: translateZ(-400px); }
}

@-webkit-keyframes showRight { 
	0% { -webkit-transform: translateZ(-400px); }
	40% {  z-index: -1; -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg); }
	41% {  z-index: 1; }
	100% { z-index: 1; visibility: visible; -webkit-transform: translateZ(0px); }
}

@keyframes showRight { 
	0% { -webkit-transform: translateZ(-400px); transform: translateZ(-400px); }
	40% {  z-index: -1; -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg); transform: translate(40%, 0) scale(0.8) rotateY(-20deg); }
	41% {  z-index: 1; }
	100% { z-index: 1; visibility: visible; -webkit-transform: translateZ(0px); transform: translateZ(0px); }
}

@-webkit-keyframes fadeOut { 
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes fadeOut { 
	from { opacity: 1; }
	to { opacity: 0; }
}

@-webkit-keyframes fadeIn { 
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fadeIn { 
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes cube{
	0% { -webkit-transform: rotate3d(0,1,0,0); }
	100% { -webkit-transform: rotate3d(0,1,0,-90deg); }
}

@keyframes cube{
	0% { transform: rotate3d(0,1,0,0); }
	100% { transform: rotate3d(0,1,0,-90deg); }
}

@-webkit-keyframes heroki_vapor_move_in_from_left {
	0% { opacity: 0; -webkit-transform: translate3d(-100px,0,0);  }
	100% { opacity: 1; -webkit-transform: translate3d(0,0,0); }
}

@keyframes heroki_vapor_move_in_from_left {
	0% { opacity: 0; transform: translate3d(-100px,0,0); }
	100% { opacity: 1; transform: translate3d(0,0,0); }
}

@-webkit-keyframes characters_fade_out {
	0% { opacity: 0; -webkit-transform: translate3d(0,0,0);  }
	100% { opacity: 1; -webkit-transform: translate3d(0,-100px,0); }
}

@keyframes characters_fade_out {
	0% { opacity: 0; transform: translate3d(0,0,0); }
	100% { opacity: 1; transform: translate3d(0,-100px,0); }
}

@keyframes bounce_to_left {
	0% { transform: translate3d(0,0,0); }
	15% { transform: translate3d(-10px,0,0); }
	25% { transform: translate3d(5px,0,0); }
	35% { transform: translate3d(-2px,0,0); }
	50% { transform: translate3d(2px,0,0); }
	70% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(0,0,0); }
}

@-webkit-keyframes bounce_to_left {
	0% { -webkit-transform: translate3d(0,0,0); }
	15% { -webkit-transform: translate3d(-10px,0,0); }
	25% { -webkit-transform: translate3d(5px,0,0); }
	35% { -webkit-transform: translate3d(-2px,0,0); }
	50% { -webkit-transform: translate3d(2px,0,0); }
	70% { -webkit-transform: translate3d(0,0,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@-webkit-keyframes moveToBack { 
	0% {}
	100% { -webkit-transform: translateX(-60%) scale(.8); }
}

@keyframes moveToBack { 
	0% {}
	100% { -webkit-transform: translateX(-60%) scale(.8); transform: translateX(-60%) scale(.8); }
}

@-webkit-keyframes moveToFront { 
	0% { -webkit-transform: translateX(100%) scale(.8); }
	100% { visibility: visible; opacity: 1; -webkit-transform: translateX(0%) scale(1); }
}

@keyframes moveToFront { 
	0% { -webkit-transform: translateX(100%) scale(.8); transform: translateX(100%) scale(.8); }
	100% { visibility: visible; opacity: 1; -webkit-transform: translateX(0%) scale(1); transform: translateX(0%) scale(1); }
}


/*VideoJS */

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('../fonts/vjs.eot');
  src: url('../fonts/vjs.eot?#iefix') format('embedded-opentype'), url('../fonts/vjs.woff') format('woff'), url('../fonts/vjs.ttf') format('truetype'), url('../fonts/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.vjs-sublime-skin {
  color: white; }
  .vjs-sublime-skin .vjs-big-play-button {
	display: none;
  }
  /*
  .vjs-sublime-skin .vjs-big-play-button {
    cursor: pointer;
    line-height: 50px;
    margin: -25px;
    opacity: 1;
    position: absolute;
    top: 35%;
    left: 50%;
    height: 50px;
    width: 50px;
    -webkit-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 2; }
    .vjs-sublime-skin .vjs-big-play-button:before {
      border-color: transparent transparent transparent white;
      border-style: solid;
      border-width: 25px 0 25px 50px;
      content: "";
      display: block; }
	 */
  .vjs-sublime-skin.vjs-controls-disabled .vjs-big-play-button, .vjs-sublime-skin.vjs-has-started .vjs-big-play-button, .vjs-sublime-skin.vjs-using-native-controls .vjs-big-play-button {
    opacity: 0; }
  .vjs-sublime-skin .vjs-control-bar {
    height: 50px;
    opacity: 0;
    position: absolute;
    right: 20%;
    bottom: 160px;
    left: 20%;
    z-index: 2s; }
  .vjs-sublime-skin.vjs-has-started .vjs-control-bar {
    opacity: 1;
    -webkit-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .vjs-sublime-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .vjs-sublime-skin.vjs-paused .vjs-control-bar {
	opacity: 0;
  }
  .vjs-sublime-skin.vjs-using-native-controls .vjs-control-bar, .vjs-sublime-skin.vjs-controls-disabled .vjs-control-bar {
    display: none; }
  .vjs-sublime-skin .vjs-progress-control {
    position: absolute;
    top: 0;
    right: 95px;
    bottom: 0;
    left: 50px; }
    .vjs-sublime-skin .vjs-progress-control .vjs-progress-holder {
      cursor: pointer;
      height: 20px;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0; }
      .vjs-sublime-skin .vjs-progress-control .vjs-progress-holder:after {
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 2px;
        content: "";
        display: block;
        height: 4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0; }
    .vjs-sublime-skin .vjs-progress-control .vjs-play-progress {
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 2px;
      height: 4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0; }
  .vjs-sublime-skin .vjs-play-control {
    cursor: pointer;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 16px;
    width: 15px; }
    .vjs-sublime-skin .vjs-play-control:before {
      border-color: transparent transparent transparent white;
      border-style: solid;
      border-width: 8px 0 8px 15px;
      content: "";
      display: block; }
  .vjs-sublime-skin.vjs-playing .vjs-play-control:before, .vjs-sublime-skin.vjs-playing .vjs-play-control:after {
    background-color: white;
    border: none;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px; }
  .vjs-sublime-skin.vjs-playing .vjs-play-control:after {
    left: auto;
    right: 0; }
  .vjs-sublime-skin .vjs-fullscreen-control {
    border: 3px solid white;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 14px;
    width: 22px; }
  .vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control {
    background: white; }
    .vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control:after {
      background: black;
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 5px; }
  .vjs-sublime-skin .vjs-volume-control {
    cursor: pointer;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 55px;
    height: 14px;
    width: 22px; }
  .vjs-sublime-skin .vjs-volume-bar {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAQAAACw95UnAAAAMElEQVRIx2NgoBL4n4YKGUYNHkEG4zJg1OCRYDCpBowaPJwMppbLRg0eNXjUYBLEAXWNUA6QNm1lAAAAAElFTkSuQmCC);
    background-size: 22px 14px;
    height: 100%;
    width: 100%; }
  .vjs-sublime-skin .vjs-volume-level {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcAQAAAAAyhWABAAAAAnRSTlMAAHaTzTgAAAAZSURBVHgBYwAB/g9EUv+JokCqiaT+U4MCAPKPS7WUUOc1AAAAAElFTkSuQmCC);
    background-size: 22px 14px;
    height: 100%; }
  .vjs-sublime-skin .vjs-current-time,
  .vjs-sublime-skin .vjs-time-divider,
  .vjs-sublime-skin .vjs-duration,
  .vjs-sublime-skin .vjs-remaining-time,
  .vjs-sublime-skin .vjs-load-progress,
  .vjs-sublime-skin .vjs-play-progress .vjs-control-text,
  .vjs-sublime-skin .vjs-play-control .vjs-control-content,
  .vjs-sublime-skin .vjs-fullscreen-control .vjs-control-text,
  .vjs-sublime-skin .vjs-slider-handle,
  .vjs-sublime-skin .vjs-volume-handle,
  .vjs-sublime-skin .vjs-live-controls,
  .vjs-sublime-skin .vjs-playback-rate,
  .vjs-sublime-skin .vjs-subtitles-button,
  .vjs-sublime-skin .vjs-captions-button,
  .vjs-sublime-skin .vjs-mute-control,
  .vjs-sublime-skin .vjs-quality-button  {
    display: none; }

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
	right: 0;
	margin: auto;
	width: 128px;
	height: 128px;
  /*
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  */
}

/*
.vjs-loading-spinner .circularG .dot {
  -webkit-animation: none;
  animation: none;
}
*/


/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  /*
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
  */
}

.vjs-waiting .circularG .dot,
.vjs-seeking .circularG .dot {
/*	-webkit-animation: bounce_circularG 0.72s infinite linear;
	animation: bounce_circularG 0.72s infinite linear;*/
	-webkit-animation-name:bounce_circularG;
	-webkit-animation-duration:0.72s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	animation-name:bounce_circularG;
	animation-duration:0.72s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  /*
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  */
}

.circularG {
	position:relative;
	width:128px;
	height:128px;
	margin: 0;
}

.circularG .dot{
position:absolute;
background-color:#3bb3ff;
width:29px;
height:29px;
-webkit-border-radius:19px;
border-radius:19px;
/*
-webkit-animation: bounce_circularG 0.72s infinite linear;
animation: bounce_circularG 0.72s infinite linear;
*/
}

.circularG .circularG_1{
left:0;
top:50px;
-webkit-animation-delay:-0.9s;
animation-delay:0.9s;
}

.circularG .circularG_2{
left:14px;
top:14px;
-webkit-animation-delay:-0.81s;
animation-delay:0.81s;
}

.circularG .circularG_3{
top:0;
left:50px;
-webkit-animation-delay:-0.72s;
animation-delay:0.72s;
}

.circularG .circularG_4{
right:14px;
top:14px;
-webkit-animation-delay:-0.63s;
animation-delay:0.63s;
}

.circularG .circularG_5{
right:0;
top:50px;
-webkit-animation-delay:-0.54s;
animation-delay:0.54s;
}

.circularG .circularG_6{
right:14px;
bottom:14px;
-webkit-animation-delay:-0.45s;
animation-delay:0.45s;
}

.circularG .circularG_7{
left:50px;
bottom:0;

-webkit-animation-delay:-0.36s;
animation-delay:0.36s;
}

.circularG .circularG_8{
left:14px;
bottom:14px;

-webkit-animation-delay:-0.27s;
animation-delay:0.27s;
}

@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}

}
/*
.vjs-sublime-skin .vjs-loading-spinner:before {
  content: "\e00a";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: #3bb3ff;
}


@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
*/

.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  pointer-events: none;  }
  .video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
    height: 100%;
    width: 100%; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }
  .video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none; }

body.vjs-full-window {
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 0; }

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  .vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%; }
  .video-js.vjs-has-started .vjs-poster, .video-js.vjs-using-native-controls .vjs-poster {
  display: none;}
  .video-js.vjs-using-native-controls .vjs-poster {
    display: none; }
	
.video-js.vjs-playing {
	pointer-events: auto;
}

.fss-container {
	position: absolute;
	height: 100%;
	width: 100%;
}

#img_picomy_balloon {
	height: 86%;
	position: absolute;
	top: 5px;
	left: 0px;
	right: 0px;
	margin: auto;
}

#img_picomy_balloon.animate {
	-webkit-animation: floating 3s ease-in-out infinite alternate-reverse;
	animation: floating 3s ease-in-out infinite alternate-reverse;
}

#picomy_balloon_shadow {
    position: absolute;
    width: 100%;
	height: 100%;
	max-width: 155px;
	max-height: 45px;
    background-color: #F2C7BC;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    z-index: -1;
}

#picomy_balloon_shadow.animate {
	-webkit-animation: floating_shadow 3s ease-in-out infinite alternate-reverse;
	animation: floating_shadow 3s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes floating {
	from {-webkit-transform: translateY(0); transform: translateY(0);}
	to { -webkit-transform: translateY(10%); transform: translateY(10%); }
}

@keyframes floating {
	from {-webkit-transform: translateY(0); transform: translateY(0);}
	to { -webkit-transform: translateY(10%); transform: translateY(10%); }
}

@-webkit-keyframes floating_shadow {
	from {-webkit-transform: scale(0.7); transform: scale(0.7);}
	to { -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes floating_shadow {
	from {-webkit-transform: scale(0.7); transform: scale(0.7);}
	to { -webkit-transform: scale(1); transform: scale(1); }
}

/*
#slide_company .middle_container::after{
	content: '';
  width: 1000px;
  height: 50px;
  position: absolute;
  background-color: #CCC;
  bottom: 0;
  border: 2px solid #CCC;
}
*/

#team_character_container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 920px;
	max-height: 270px;
	margin: auto;
}

.team_character {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 270px;
	overflow: hidden;
	float: left;
	margin: 0 14px;
	cursor: pointer;
}

.team_character img.team_head{
	width: auto;
	height: 133%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.team_character.down img.team_head {
	-webkit-transform: translateY(70%);
	transform: translateY(70%);
}

.team_character.bob img.team_head {
	animation-delay: 0.125s;
}

.team_character.jeff img.team_head {
	animation-delay: 0.25s;
}

.team_character.jim img.team_head {
	animation-delay: 0.375s;
}

.team_character img.ramp {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.team_character_ramp {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 37.038%;
	overflow: hidden;
}

.team_character_ramp::after {
	content: '.';
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 200%;
	box-shadow: 0 0 0 100px #fff;
	border-radius: 50%;
	bottom: 0;
	left: 0;
	right: 0;
}

.team_character_circle {
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	/*margin: auto;*/
	width: 100%;
	height: 83.3334%;
	height: 74.0741%;
	border-radius: 50%;
}

.team_character.mike .team_character_circle {
	background-color: #0c88d6;
}

.team_character.bob .team_character_circle {
	background-color: #ff8a00;
}

.team_character.jeff .team_character_circle {
	background-color: #9e3884;
}

.team_character.jim .team_character_circle {
	background-color: #6db12e;
}
/* mike #0084d8*/
/* bob #ee7b00*/
/* jeffrey #a1045d*/
/* jimmy #008b00*/

#team_character_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0c88d6;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	pointer-events: none;
}

#team_character_bg.show {
	opacity: 0.9;
	pointer-events: auto;
}

.team_character_cards_container {
	width: 100%;
	height: 100%;
}

.team_character_card {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 98%;
	height: 100%;
	max-width: 600px;
	max-height: 375px;
	background-color: #FFF;
	border-radius: 50px;
	z-index: 5;
	opacity: 0;
	display: none;
}

.team_character_card.show {
	display: block;
	-webkit-animation: tutorial_open 0.4s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: tutorial_open 0.4s cubic-bezier(0.7,0,0.3,1) forwards;
}

.team_character_card.closed {
	opacity: 0;
}

.team_character_card.closed {
	-webkit-animation: tutorial_close 0.4s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: tutorial_close 0.4s cubic-bezier(0.7,0,0.3,1) forwards;
}

.team_character_card.show .team_character_image > img,
	.team_character_card.show .team_character_text * {
	-webkit-animation: tutorial_elem 0.5s both;
	animation: tutorial_elem 0.5s both;
	opacity: 0;
}

.team_character_card.show .team_character_image > img{
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;	
}

.team_character_card.show .team_character_text > img{
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;	
}

.team_character_card.show .team_character_text p.fan {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;	
}

.team_character_card.show .team_character_text p.excel {
	-webkit-animation-delay: 0.40s;
	animation-delay: 0.40s;	
}

.team_character_card.show .team_character_text p.title, 
	.team_character_card.show .team_character_text > h2 {
	-webkit-animation-delay: 0.50s;
	animation-delay: 0.50s;	
}

.team_character_card.show .tutorial_popup_middle {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;	
}

.team_character_card .circle_arrow {
	top: 15px;
	right: 15px;
}

.team_character_card_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 5% 8%;
	box-sizing: border-box;
}

.team_character_image {
	width: 34%;
	height: 100%;
	float: left;
	/* display: inline-block; */
	/*border: 1px solid black;*/
	position: relative;
}

.team_character_image img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.team_character_text {
	width: 60%;
	height: 100%;
	float: left;
	/* display: inline-block; */
	/* border: 1px solid black; */
	font-family: 'Nexa';
	font-size: 18px;
	color: #646464;
	padding-left: 3%;
}

.team_character_text h2 {
	font-size: 32px;
	margin-bottom: 0;
}

.team_character_text p.title {
	margin-top: 0;
}

.team_character_text img {
	width: auto;
	height: 100px;
	float: right;
}

@media all and (max-width: 470px) {
	.team_character_text {
		font-size: 17px;
	}
}

@media all and (max-width: 410px) {
	.team_character_text {
		font-size: 16px;
	}
	
	.team_character_card .circle_arrow {
		right: initial;
		left: 15px;
	}
}

/*
@media all and (max-width: 590px) {
	.team_character_text img {
		display:none;
	}
}
*/


#picon_logo_container {
	/*
	position: absolute;
	width: 417px;
	height: 129px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	*/
	width: 100%;
	height: 100%;
	display: table;
}

#picon_logo_cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#picon_logo_cell img {
	width: 95%;
	max-width: 417px;
}

#cssloadcheck {
	width: 66px;
}