/*
	fonts
*/
@font-face {
	font-family: 'avenir';
	src: url('../fonts/AvenirNextW1G-Regular.eot');
	src: local('☺'), url('../fonts/AvenirNextW1G-Regular.woff') format('woff'), url('../fonts/AvenirNextW1G-Regular.ttf') format('truetype'), url('../fonts/AvenirNextW1G-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'avenir';
	src: url('../fonts/AvenirNextW1G-Medium.eot');
	src: local('☺'), url('../fonts/AvenirNextW1G-Medium.woff') format('woff'), url('../fonts/AvenirNextW1G-Medium.ttf') format('truetype'), url('../fonts/AvenirNextW1G-Medium.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'avenir';
	src: url('../fonts/AvenirNextW1G-Bold.eot');
	src: local('☺'), url('../fonts/AvenirNextW1G-Bold.woff') format('woff'), url('../fonts/AvenirNextW1G-Bold.ttf') format('truetype'), url('../fonts/AvenirNextW1G-Bold.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'avenir';
	src: url('../fonts/AvenirNextW1G-Demi.eot');
	src: local('☺'), url('../fonts/AvenirNextW1G-Demi.woff') format('woff'), url('../fonts/AvenirNextW1G-Demi.ttf') format('truetype'), url('../fonts/AvenirNextW1G-Demi.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}





/*
	buttons
*/
.btn{
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: #181818;
}
.btn-reg{
	height: 47px;
	padding: 0 15px;
	border: 2px solid transparent;
	line-height: 43px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;


}
.btn-gd{
	background: none;border-color: #e6e6e6;
}
.btn-fairy{background: none;}


.btn+.btn{
	margin-left: 16px;
}
.btn{
	text-decoration: none;
	display: inline-block;
	letter-spacing: 1.5px;
}
.btn-giant{
	height: 79px;
	line-height: 79px;
	font-size: 27px;
	font-weight: bold;
	padding: 0 90px;
	position: relative;
	text-transform: uppercase;
}
.btn-bigger{
	height: 53px;
	line-height: 53px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px;
	position: relative;
	text-transform: uppercase;
}
.btn-mid{
	height: 45px;
	line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px;
	position: relative;
}
.btn-gd{
	background: none;border-color:transparent;
	overflow: hidden;
	position: relative;
}
.btn-gd:after{
	width: 100%;
	height: 100%;
	border: 2px solid;
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	z-index: 1;
	border-color: rgba(255,255,255,0.12);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-gd:hover:after{
	border-color: rgba(255,255,255,1);
}
.btn-gd:before{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/rainbow-button.png) repeat-y left top;
	-webkit-background-size: 100% 100%;
	background-size:  100% 100%;
	z-index: -1;
}
.btn-gd:hover{
	color: #fff;
}
.btn-gd:hover:before{
	/*right: 0;*/
}


.btn-cl{
	text-transform: uppercase;
	border: 2px solid currentColor;
	-webkit-backface-visibility: hidden;
	 -webkit-perspective: 1000;
	 -webkit-transform: translate3d(0,0,0);
	 /* or */
	 -webkit-transform: translateZ(0);
}
.btn-cl span{
	position: relative;
}
.btn-cl span{
	color: #fff;
}
.btn-cl:before{
	width: 0%;
	left: 0;
	top: 0;
	height: 100%;
	content: '';
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	background: currentColor;
}
.btn-cl:hover:before{
	/*width: 100%;*/
}

.btn-cl strong {
    position: absolute;
    display: block;
    font-weight: inherit;
    left: 0%;
    top: 0;
    width: 0%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    background: currentColor;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-bigger.btn-gd-sides{line-height: 57px;}

.galaxy-navi .partners-cell .btn-cl strong {
    /*width: 100%;*/
    box-sizing: content-box;
    padding: 0 1px;
    left: -1px;
}


.btn-cl:hover strong{
	width: 100%;
}


.btn-cl strong span {
    color: black;
    display: block;
    height: 100%;
    text-align: center;
    font-weight: bold;
}
.btn-cl.btn-gd-sides strong,
.btn-cl.btn-gd-sides strong span{
	background: url(../images/rainbow-button-side.png) repeat-y left top;
	-webkit-background-size: 100% 2px;
	background-size: 100% 2px;
	background-color: transparent;
}
.btn-cl.btn-gd-sides:before{
	display: none;
}
.btn-cl em{
	font-style: normal;
}

.btn-gd-sides{
	z-index: 1;
	vertical-align: top;
	border-left: 2px solid #53bffc;
	border-right: 2px solid #67be54;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	background: url(../images/rainbow-button-side.png) no-repeat left top, url(../images/rainbow-button-side.png) no-repeat left bottom;
	-webkit-background-size: 100% 2px, 100% 2px;
	background-size: 100% 2px, 100% 2px;
	color: #fff;
	position: relative;
	/*overflow: hidden;*/	
}
.btn-gd-sides:hover em{
	width: 100%;
	/* padding: 0 2px 0 2px; */
}
.btn-glow{
	border: 2px solid rgba(255,255,255,0.3);
	background:rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color:#fff;
}
.btn-glow:hover{
	border-color:rgba(255,255,255,1);
	background:rgba(0,0,0,1);
	
}


/*
	icons
*/
.icn{
	display: inline-block;
	position: relative;
}

/*
	helpers
*/
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.width{
	margin-left: auto;
	margin-right: auto;
}
.clearfix{}
.clearfix:after{
	display: block;
	content: '';
	clear: both;
}
.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}
.taj{text-align: justify;}
.wide{
	width: 100%;
}
.show-mobile{display: none;}

/*
	typography
*/
body{
	font-family: avenir;
	line-height: 1.4;
}
input, button, textarea{font-family: avenir;}
input[type="text"], textarea {background: #fff;}
h1, .h1{font-size: 32px;font-weight: 900;text-transform: uppercase;letter-spacing: 2px;}
h2, .h2{font-size: 30px;font-weight: 900;}
h3, .h3{font-size: 24px;font-weight: 900;}
a{color: #0e98e0;}


/*
	colors
*/
.bg-grey{background: #f6f6f6;}


/*
	form elements
*/
.form-row{
	margin-bottom: 14px;
}
.form-row.justified {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.input-text{
	background: #fff;
	border: 1px solid  #eaeaea;
	padding: 0 20px;
	height: 48px;
	font-size: 18px;
}
.textarea{
	height: 128px;
	padding-top: 20px;
	padding-bottom: 20px;
	resize: vertical;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus{
	outline: 1px solid #00bae9;
}
button, input[type="submit"], input[type="button"] {
	outline:none;
}
form .result,
form.validation {
	display: none;
}
form [name="comment"] {
	display: none !important;
}
form button,
form button:-moz-focusring,
form [type="button"]:-moz-focusring,
form [type="reset"]:-moz-focusring,
form [type="submit"]:-moz-focusring {
  outline: none;
}

/*
	page states
*/
.navi-called{
	overflow: hidden;
}



/*
	header
*/
.header{
	padding: 35px 0 40px;
	-webkit-background-size: 100% 2px;
	background-size: 100% 2px;
}
.header-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
	      justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	  -ms-flex-align: center;
	      align-items: center;
}
.logo a{text-decoration: none;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;}
.logo-logo{width: 199px;}
.logo-title{width: 199px;
    margin-left: 20px;
    padding-left: 18px;
    border-left: 2px solid #b9b9b9;
    padding: 6px 0 6px 16px;
    position: relative;
    top: 1px;}
.header-nav{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	text-align: center;
}
.header-nav ul{
	letter-spacing: normal;
	padding: 0;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1.5px;
}
.header-nav li{
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 16px;
}
.header-nav ul a{
	text-decoration: none;
	display: block;
	position: relative;
}
.navi-close{
	display: none;
}

.header-nav li a:after{
	content: '';
	width: 0%;
	height: 2px;
	background: currentColor;
	position: absolute;
	left: 0;
	bottom: -10px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.header-nav li a:hover:after{
	width: 100%;
}
.header-nav li.active a:after{
	content: '';
	width: 100%;
	height: 2px;
	background: currentColor;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.header-btnplace{}
.icn-galaxies.icn-galaxies{
	width: 24px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 8px;
}
.icn-galaxies.icn-galaxies:before{
	content: '';
	width: 8px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
	background: #a641a1;
	box-shadow: 8px 0 #fddd0b, 16px 0 #62bd57, 0 6px #dd5851, 8px 6px #f6785c, 16px 6px #298cbe;
}

@media (max-width:1360px) and (min-width:960px){
	.header-nav li{margin: 0 6px;}
}	
@media (max-width:1240px) and (min-width:960px){
	.logo-logo{width: 150px;}
	.header-nav li{font-size: 13px;letter-spacing: 1.1px;}
	.width{padding-left: 20px;padding-right: 20px;}
}


/*
	footer
*/
.footer a{
	color: #fff;
}
.footer small{
	font-size: 12px;
}
.footer-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	        -webkit-box-align: end;
	        -webkit-align-items: flex-end;
	            -ms-flex-align: end;
	                align-items: flex-end;
}
.footer-l{}
.copyright{text-transform: uppercase;}
.footer-r{text-align: right;}
.footer .link a{display: inline-block; margin-left: 24px; font-weight: bold; text-decoration: none; text-transform: uppercase;}
.footer .link.done-by a{display: block;}

.insta-link{display:inline-block;width:18px;height:18px;background:url(../images/instagram-logo.svg) no-repeat center;background-size:contain;    position: relative;
    bottom: -4px;}


/*
	guidebook sidenavi
*/
.guidebook-sidenavi{list-style-type: none;padding: 0;margin: 0;position: fixed;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);right: 45px;z-index: 101;width: 33px;display: none;}
.guidebook-sidenavi li{margin-bottom: 32px;}
.guidebook-sidenavi a{text-decoration: none;color: #181818;font-size: 13px;position: relative;display: block;height: 33px;}
.guidebook-sidenavi a:after{content: '';width: 1px;height: 22px;background: rgba(0,0,0,0.1);left: 0;right: 0;margin: auto;position: absolute;top: 37px;}
.guidebook-sidenavi li:last-child{margin-bottom: 0;}
.guidebook-sidenavi li:last-child a:after{display: none;}
.guidebook-sidenavi a span{position: absolute;right: 100%;text-align: right;margin-right: 14px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);line-height: 17px;opacity: 0;-webkit-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;padding: 2px;color: grey;}
.planet-navi{display: inline-block;position: relative;background: url(../images/planet-navi.png) no-repeat;-webkit-background-size: 65px 285px;background-size: 65px 285px;opacity: 0.4;-webkit-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;}
.guidebook-sidenavi a:hover .planet-navi{opacity: 1;}
.guidebook-sidenavi a:hover span{opacity: 1;}

.planet-navi-01 { background-position: -2px -145px; width: 33px; height: 33px; }
.planet-navi-02 { background-position: -2px -180px; width: 33px; height: 33px; }
.planet-navi-03 { background-position: -2px -215px; width: 33px; height: 33px; }
.planet-navi-04 { background-position: -2px -110px; width: 34px; height: 33px; }
.planet-navi-05 { background-position: -2px -35px; width: 41px; height: 38px;left: -6px;top: -5px;}
.planet-navi-06 { background-position: -2px -75px; width: 38px; height: 33px; top: -1px;}
.planet-navi-07 { background-position: -2px -0px; width: 61px; height: 33px; left: -13px;}
.planet-navi-08 { background-position: -2px -250px; width: 33px; height: 33px; left: 1px;}


/*
	partners layout
*/

.partners-page .header,
.partners-page .footer{display: none;}
.partners-section{width: 100%;height: 100%;position: fixed;left: 100%;top: 0;background: #fff;z-index: 1001;}
.partners-list{list-style-type: none;padding: 0;margin: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;width: 100%;height: 100%;}
.partners-list li{width: 25%;height: 50%;}


.partners-list li svg,
.partners-list li img{max-width: 56%;max-height: 30%;position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;}
.partners-cell{display: block;width: 100%;height: 100%;position: relative;border: 1px solid  #dfdfdf;border-left: 0;border-top: 0;text-decoration: none; outline: none;}
.partners-list li:nth-child(4n) a{border-right: 0;}
.partners-cell .btn{color: #fff;position: absolute;z-index: 2;right: 50%;-webkit-transform: translate(-50%, -40px);-ms-transform: translate(-50%, -40px);-o-transform: translate(-50%, -40px);transform: translate(-50%, -40px);white-space: nowrap;top: 70%;-webkit-transition: 	all 0.25s ease-in;-o-transition:all 0.25s ease-in;transition:all 0.25s ease-in;opacity: 0;}
.partners-cell .btn{border:2px solid #fff;}
.partners-cell.go-back-link .btn,
.partners-cell:hover .btn{-webkit-transform: translate(50%, 0px);-ms-transform: translate(50%, 0px);-o-transform: translate(50%, 0px);transform: translate(50%, 0px);opacity: 1;	}
.partners-cell:not(.go-back-link):after{
	background: #4c4c4c;
	width: 100%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.partners-cell:not(.go-back-link):hover:after{
	opacity: 0.6;
}


.go-back-link{position: relative;background: #000;border-bottom: 0;}
.go-back-link:before{position: absolute;width: 100%;
height: 100%;content: '';left: 0;
top: 0;
background: url(../images/back_to_galaxy.png) no-repeat left top;-webkit-background-size: cover;
background-size: cover;opacity: 0.6;-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;}
.go-back-link:hover:before{opacity: 1;}
.go-back-link:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/back_to_galaxy_logo.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.hide-navi.go-back-link:after{
	display: none;
}
.hide-navi.go-back-link .btn{
	    top: 50%;
    margin-top: -23px;
}


.galaxy-navi{
	background: #000;
}
.galaxy-navi .partners-cell{
	overflow: hidden;
	background-color: #000;
}
.galaxy-navi .partners-cell:before{
	-webkit-background-size:142% auto;
	background-size:142% auto;	
	background-position: right 35%;
	-webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.6;
	width: 100%;	
	height: 100%;	
}

.galaxy-cell-01:before{
	background-image:url(../images/galaxy_navi/01.jpg)
}
.galaxy-cell-02:before{
	background-image:url(../images/galaxy_navi/02.jpg)
}
.galaxy-cell-03:before{
	background-image:url(../images/galaxy_navi/03.jpg)
}
.galaxy-cell-04:before{
	background-image:url(../images/galaxy_navi/04.jpg)
}
.galaxy-cell-05:before{
	background-image:url(../images/galaxy_navi/05.jpg)
}
.galaxy-navi .galaxy-cell-06:before{
	background-image:url(../images/galaxy_navi/06.jpg);
	background-position:right 27%;
}
.galaxy-cell-07:before{
	background-image:url(../images/galaxy_navi/07.jpg)
}

.galaxy-navi .partners-cell:hover:before{
	-webkit-background-size:  110% auto;
	background-size: 110% auto;
	background-position: right 35%;
	opacity: 1;
}
.galaxy-navi .partners-cell:not(.go-back-link):after{
		display: none;	
}
.galaxy-navi .partners-cell{
		border: 0;	
}
.galaxy-navi .cell-h{
	font-size: 3vh;	
	color: #fff;
	text-transform: uppercase;	
	font-weight: bold;	
	font-family: avenir;
	text-align: center;	
	width: 100%;	
	padding: 0 25%;	
	position: absolute;	
	top: 50%;	
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.galaxy-navi .partners-cell:hover .cell-h{
	margin-top: -80px;
}

/* partners link */
.partners-link, .back-link{
	position: fixed;
	right: 0;
	top: 50%;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 30px;
	height: 44px;
	line-height: 44px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 30;
}
.back-link{
	right: auto;
	left: 0;
	    padding-left: 50px;
    padding-right: 30px;
	    margin-top: -44px;
    top: 100%;
}

@media (max-height:700px){
	.back-link{
	 top: auto;
	}
}

.back-link:before,
.partners-link:before{
	background: rgba(255,255,255,0.1);
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	width: 0%;
	position: absolute;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.back-link:hover:before,
.partners-link:hover:before{
	width: 100%;
}
.back-link:hover,
.partners-link:hover{
	color: #ffe264;
}

.back-link .icn,
.partners-link .icn{
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.icn-go-right.icn-go-right { background: url('../images/index-sprite.png') no-repeat;background-position: -1px -68px; width: 8px; height: 13px; -webkit-background-size: 22px auto;
background-size: 22px auto;}
.back-link .icn{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-left: 0;
	margin-right: 10px;
}


/* media */

@media (max-width:1024px){
	main{padding-top: 0;}
}
@media (max-width:960px){
	h1,.h1{
		font-size: 25px;
	}
	h3,.h3{
		font-size: 18px;
	}
	.mob-hide{display: none;}

	.header-nav{
		position: fixed;
		width: 100%;
		height: 100%;
		background: url(../images/mob-navi-bg.jpg) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		left: 0;
		top: 0;
		z-index: 1001;
		display: none;
	}
	.header-nav-fix{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		height: 100%;

	}
	.navi-called .header-nav{
		display: block;
	}

	.header-nav ul{
		margin-top: auto;
		margin-bottom: auto;
		padding-left: 30px;
	}
	.header-nav li{
		display: block;
		margin: 0 0 40px;
		text-align: left;

	}
	.header-nav li:last-child{
		margin-bottom: 0;
	}
	.header-nav ul a{
		color: #fff;
		display: inline-block;
		position: relative;
	}
	.header-nav li.active a:after{
		content: '';
		width: 100%;
		height: 2px;
		background: currentColor;
		position: absolute;
		left: 0;
		bottom: -7px;
	}
	.header-nav-fg{
		position: absolute;
		width: 100%;
		height: 80%;
		left: 50%;
		top: 0;
		bottom: 0;
		margin: auto;
		background: url(../images/mob-navi-fg.png) no-repeat;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-animation: mob-navi 40s linear infinite;
		-o-animation: mob-navi 40s linear infinite;
		animation: mob-navi 40s linear infinite;
	}

	@-webkit-keyframes mob-navi{
		0%{
			-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
			-o-transform: scale(1.2);
			transform: scale(1.2);
		}
		50%{
			-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
		100%{
			-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
			-o-transform: scale(1.2);
			transform: scale(1.2);
			
		}
		
	}

	@keyframes mob-navi{
		0%{
			-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
			-o-transform: scale(1.2);
			transform: scale(1.2);
		}
		50%{
			-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
		100%{
			-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
			-o-transform: scale(1.2);
			transform: scale(1.2);
			
		}
		
	}


	.navi-called-anm .header-nav-fg{
	}
	.navi-close{
		position: absolute;
		top: 24px;
		right: 18px;
		z-index: 30;
		display: block;
	}
	.icn-navi-close.icn-navi-close{
		width: 21px;
		height: 21px;
		background: url(../images/icons/mob-navi-close.svg);
		-webkit-background-size: cover;
		background-size: cover;

	}
	

	.toggle-navi{
		width: 55px;
		height: 55px;
		position: fixed;
		right: 0;
		top: 15px;
		z-index: 100;
	}
	.toggle-navi:before{
		width: 100%;
		height: 100%;
		background: url(../images/fixed-navi-bg.png);
		-webkit-background-size: cover;
		background-size: cover;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;

	}
	.scrolled .toggle-navi:before{
		opacity: 0.6;
	}
	.show-mobile{display: inline-block;}
	.navi-call{}
	.navi-call{
		width: 28px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.navi-call span{
		width: 100%;
		height: 2px;
		background: #2f2f2f;
		display: block;
		position: absolute;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.navi-call span:nth-child(2){
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.navi-call span:first-child{
		left: 0;
		top: 0;
	}
	.navi-call span:last-child{
		left: 0;
		bottom: 0;
	}

	.logo-logo{width: 160px;}


	/* helpers */
	.mob-pb0.mob-pb0{
		padding-bottom: 0;
	}
}
@media (max-width: 480px) {
	.footer .link a {
		display: block;
		margin-left: 0;
	}
}

@media print {

	header.header,
	.article-header small,
	[data-print-button],
	.footer {
		display: none;
	}

	html, body {
		-webkit-print-color-adjust: exact;
	}

	body {
		margin: 0.5cm 1cm 0;
	}

	p {
		widows: 3;
		orphans: 3;
	}

	header.article-header h1 {
		font-size: 16pt;
	}

	.fx-content.col-big-4.col-mob-12 {
		width: 33.3333%;
	}

	.fx-content .feature-box {
		padding-right: 10%;
	}

	.fx-content .col:nth-child(4) .feature-box,
	.fx-content .col:nth-child(5) .feature-box {
		margin-bottom: 0;
	}

	.feature-h.h3 {
		font-size: 14pt;
	}

	.feature-box .marked-ul li {
		margin-bottom: 0;
		font-size: 12pt;
	}

	@page {
		margin-top: 20mm;
		margin-bottom: 25mm;
		margin-left: 20mm;
	}

	.content-part {
		padding-top: 0;
	}
}
