html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('fonts/opensans-regular-webfont.eot');
	src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanslight';
	src: url('fonts/opensans-light-webfont.eot');
	src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype'), url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'code_lightregular';
	src: url('fonts/code_light-webfont.eot');
	src: url('fonts/code_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/code_light-webfont.woff') format('woff'), url('fonts/code_light-webfont.ttf') format('truetype'), url('fonts/code_light-webfont.svg#code_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'code_boldregular';
	src: url('fonts/code_bold-webfont.eot');
	src: url('fonts/code_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/code_bold-webfont.woff') format('woff'), url('fonts/code_bold-webfont.ttf') format('truetype'), url('fonts/code_bold-webfont.svg#code_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

img, fieldset {
	border: none;
}
::-ms-clear {
	display: none;
}
a {
	text-decoration: none;
	outline: 0;
	color: inherit;
}
input::-ms-clear {
	display: none !important;
	visibility: hidden;
}
input::-ms-reveal {
	display: none !important;
}
input, *:focus, textarea, button {
	outline: none !important;
	border: none;
	resize: none;
}
.clear, .clearfix {
	clear: both
}
* {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 15px;
	font-family: 'code_lightregular', Helvetica, Sans-Serif; 
	overflow: hidden;
}

body>.bg-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../images/bg.jpg) no-repeat center center;
}

header {
	width: 100%;
	height: 60px;
	background-color: black;
	display: table;
	position: relative;
	z-index: 200;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	 -moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

header .hbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/header_cover.png) no-repeat 45% center;
}

header ol {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	z-index: 101;
	top: 0;
	left: 100%;
}

header ol li {
	font-family: 'open_sansregular';
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	line-height: 2em;
	cursor: pointer;
	color: #8d8d8d;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

header ol li:first-child {
	margin-top: 100px;
}

header ol li.m-close-btn {
	position: absolute;
	top: 13px;
	right: 16px;
	background: url(../images/m-close-btn.png) no-repeat;
	width: 46px;
	height: 57px;
	cursor: pointer;
}

header li.menu-btn:hover, 
header li.menu-btn.selected {
	color: white;
}

header .inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

header .inner .m-menu-btn {
	width: 28px;
	height: 24px;
	margin-right: 20px;
	background: url(../images/m-menu.png) no-repeat;
	float: right;
	margin-top: 3px;
	cursor: pointer;
}

header .inner .logo {
	width: 136px;
	height: 32px;
	float: left;
	cursor: pointer;
	margin: 7px 0 0 1.2em;
	background: url(../images/logo.png) no-repeat;
	background-size: contain;   
}

header .hover-line {
	width: 1px;
	height: 0px;
	border-bottom: 5px solid white;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	bottom: 0;
	opacity: 0;
	display: none;
}

.site {
	max-width: 1920px;
	margin: 0 auto;
}

.site>.inner {
	visibility: hidden;
}

.page-wrap {
	position: relative;
	max-width: 1920px;
	visibility: hidden;
}

.page-wrap.show {
	display: block !important;
	visibility: visible;
}

.page-wrap>div {
	width: 100%;
	position: relative;
	max-width: 1920px;
	 -moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.home-page .img-wrapper {
	margin: 0 auto;
}

.home-page h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 30px auto;
	font-size: 2.1em;
	color: #666666;
}

.home-page .img-wrapper svg,
.home-page img {
	display: block;
	margin: 25px auto;
	width: 250px;
	height: 250px;
	cursor: pointer;
	border-radius: 50%;
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.7));
}

.services-page .eclipse {
	font-family: 'open_sansregular';
	top: 0;
	position: fixed;
	color: white;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: black;
	opacity: 0.9;
	display: none;
	 -moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.services-page .eclipse.show {
	display: block;
}

.services-page .eclipse .back-arrow {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	padding: 0 18px;
	cursor: pointer;
	float: right;
}

.services-page .eclipse .text {
	width: 96%;
	margin: 100px auto;
}

.services-page .eclipse h1,
.services-page .eclipse h2,
.services-page .eclipse p {
	margin: 32px auto;
	text-align: left;
}

.services-page .eclipse h1 {
	text-transform: uppercase;
	font-size: 2em;
}

.services-page .eclipse h2 {
	font-size: 1.4em;
}

.services-page .eclipse p {
	line-height: 20px;
}

.services-page .services-box h1 {
	text-transform: uppercase;
	font-size: 0.7em;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}

.services-page .services-box h2 {
	margin-bottom: 20px;
}

.services-page .services-box h2 {
	font-size: 0.8em;
}

.services-page .services-box p {
	text-transform: none;
	font-size: 0.5em;
}


.services-page .campaigns .services-box p {
	font-size: 0.4em;
}

.services-page .services-box .inf-box {
	float: left;
	margin-top: 25px;
	text-align: left;
	display: none;
}

.services-page .services-box .inf-box img {
	width: 25%;
	margin-left: 5%;
}

.services-page .services-box .item {
	width: 50%;
	float: left;
	text-align: left;
	margin: 25px 0 0 3%;
	display: none;
}

.services-page ol li {
	width: 100%;
	text-align: left;
	font-size: 2.5em;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: height 250ms;
	 -moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.services-page ol li .cat-box {
	display: table;
	width: 100%;
	height: 100%;
	margin-left: 60px;
}

.services-page ol li .services-box {
	height: 100%;
	background: black;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	font-family: 'open_sansregular';
	font-size: 0.4em;
}

.services-page .services-box .item.show,
.services-page ol li .services-box .inf-box.show,
.services-page ol li .services-box .add-inf.show,
.services-page ol li .services-box.show {
	display: block;
}

.services-page ol li .logo.show {
	display: inline;
}

.services-page ol li .title {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	font-size: .75em;
	text-align: left;
}

.services-page ol li .services-box .add-inf {
	display: none;
	height: 72px;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 8px;
}

.services-page ol li .services-box .add-inf img {
	vertical-align: middle;
	margin: 22px 5px;
}

.services-page ol li .services-box .add-inf span {
	font-size: .9em;
	vertical-align: middle;
	margin: 0 8px;
	text-transform: uppercase;
	font-family: 'code_lightregular';
}

.services-page ol li .services-box .add-inf span:hover {
	text-decoration: underline;
}

.services-page ol li.select {
	width: 100%;
	height: 157px;
	color: white;
	margin: 0;
	text-align: center;
	cursor: auto;
}

.services-page ol li.select .title {
	text-indent: .75em;
}

.services-page ol li .bg {
	transition: all 500ms;
	height: 100%;
	width: 100%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.services-page ol li.select .bg {
	visibility: visible;
	opacity: 1;
}

.services-page ol li.campaigns .bg {
	background: url(../images/campaigns.png) no-repeat;
	background-position: 73% 8%;
}

.services-page ol li.websites .bg {
	background: url(../images/websites.png) no-repeat;
	background-position: 15% 84%;
}

.services-page ol li.social .bg {
	background: url(../images/social_media.png) no-repeat center;
	background-position: 70% 32%;
}

.services-page ol li.mobile .bg {
	background: url(../images/mobile.png) no-repeat;
	background-position: 33% 19%;
}

.services-page ol li.beyond-games .bg {
	background: url(../images/beyond_games.png) no-repeat;
	background-position: 25% 74%;
}

.services-page ol li.photo-and-video .bg {
	background: url(../images/photo_and_video.png) no-repeat;
	background-position: 50% 98%;
}

.services-page ol li .logo {
	width: .7em;
	height: .7em;
	margin-top: .1em;
	display: none;
	position: absolute;
}

.services-page ol li.websites .logo {
	margin-left: 4.5em;
}

.services-page ol li.social .logo {
	margin-left: .55em;
}

.services-page ol li.mobile .logo {
	margin-left: .72em;
	margin-top: .08em;
}

.services-page ol li.beyond-games .logo {
	margin-left: 1.55em;
}

.services-page ol li.photo-and-video .logo {
	margin-left: 1.15em;
}

footer {
	font-size: 0.8em;
	font-family: 'open_sansregular';
	position: relative;
	color: white;
	overflow: hidden;
	width: 100%;
	height: 67px;
	pointer-events: none;
}

footer .slide-down {
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	bottom: -100%;
	pointer-events: auto;
}

footer .slide-down .inner {
	margin: 0 auto;
	text-align: center;
	font-family: arial;
}

footer .slide-down .inner p {
	width: 90%;
	margin: 10px auto;
	text-align: center;
}

footer ol {
	display: table;
	margin: 10px auto;
}

footer ol li {
	display: inline-block;
	float: left;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	cursor: pointer;
}

footer ol li.fb-btn {
	visibility: hidden;
	float: right;
}

footer ol li:nth-child(5) img {
	width: 13px;
}

footer ol li.separator {
	width: 1px;
	background: url(../images/separator.png) no-repeat;
	margin: 0 20px;
	display: none;
}

footer ol li.down-btn {
	background: url(../images/arrow-down.png) no-repeat;
	display: none;
}

footer .up-btn {
	background: url(../images/arrow-contacts.png) no-repeat;
	cursor: pointer;
	pointer-events: auto;
}

.loading-line {
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #FFFFFF url(../images/line.png) no-repeat top center;
}

.breaking {
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	display: none;
	z-index: 10001;
}

.breaking.show {
	display: block;
}

#map_page.page-wrap {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
}

#gmap {
	width: 100%;
	height: 100%;
}

.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	transition: filter ease 1s;
	-webkit-transition: -webkit-filter ease 1s;
	-moz-transition: filter ease 1s;
	-ms-transition: filter ease 1s;
	-o-transition: filter ease 1s;
}

.grayscale:hover, .selected {
	filter: none;
	-webkit-filter: grayscale(0);
}

#cookies_banner {
	position: fixed;
	bottom: -200%;
	padding: 20px;
	z-index: 25;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	max-height: 380px;
	overflow-y: auto;
	font-family: 'open_sanslight';
	width: calc(100% - 40px);
}

#cookies_banner .title {
	text-align: center;
	font-family: 'open_sansregular';
	font-size: 1.5em;
	margin: 5px 0 20px;
	padding: 0 20px;
}

#cookies_banner .text {
	font-size: 1em;
}

#cookies_banner a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

#cookies_banner a:hover, #cookies_banner a:focus {
	color: #efc628;
}

#cookies_banner .buttons {
	text-align: center;
	margin-top: 20px;
}

#cookies_banner .btn {
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	color: #2b2b2c;
	background: #fff;
	cursor: pointer;
	border: 0;
	text-decoration: none !important;
	padding: 15px;
	width: 200px;
	font-family: 'open_sansregular';
}

#cookies_banner a.btn {
	padding: 18px;
	width: 164px;
}

#cookies_banner .close_btn, #cookies .close_btn {
	position: absolute;
	cursor: pointer;
	top: 20px;
	right: 20px;
}

#cookies_banner .close_btn img, #cookies .close_btn img {
	transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	-ms-transition: -ms-transform .5s ease-in-out;
}

#cookies_banner .close_btn:hover img, #cookies .close_btn:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

#cookies_banner .btn:hover, #cookies_banner .btn:focus, #cookies .btn:hover, #cookies .btn:focus {
	color: #000 !important;
}

#cookies_banner input[type=checkbox] {
	display: none;
}

#cookies_banner input[type=checkbox]+label {
	cursor: pointer;
	position: relative;
	display: table;
	width: 95%;
	margin: 20px auto;
	text-align: left;
}

#cookies_banner input[type=checkbox]+label p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-family: 'open_sansregular';
	text-align: left;
	padding: 0 10px;
}

#cookies_banner input[type=checkbox]+label p a {
	text-decoration: underline;
}

#cookies_banner input[type=checkbox]+label p a:hover, #cookies_banner input[type=checkbox]+label p a:focus {
	color: #2b2b2c;
	text-decoration: none;
}

#cookies_banner input[type=checkbox]+label i {
	display: table-cell;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	outline: 0;
	position: relative;
	border: 1px solid #fff;
	border-radius: 50%;
}

#cookies_banner input[type=checkbox]:checked+label i {
	background: #fff;
}

#cookies_banner .lang a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

#cookies_banner .lang a.selected {
	text-decoration: underline;
}

#cookies {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	color: #fff;
	z-index: 10000;
	font-family: 'open_sansregular';
	overflow-y: auto;
	line-height: 1.2em;
}

#cookies > div {
	display: none;
	padding: 40px 20px;
}

#cookies > div.selected {
	display: block;
}

#cookies a {
	text-decoration: underline;
}

#cookies .title {
	text-align: center;
	display: block;
	font-size: 2em;
}

#cookies p {
	padding: 10px 0;
}

#cookies ol {
	list-style: decimal;
	padding-left: 17px;
}

#cookies ul {
	list-style: disc;
	padding-left: 17px;
}

@media all and (min-width: 409px) {
	.services-page ol li {
		font-size: 3.4em;
	}

	.services-page .eclipse .text {
		width: 90%;
	}

	.services-page .eclipse .back-arrow {
		padding-bottom: 3px;
	}
}

@media all and (min-width: 565px) {
	.services-page ol li {
		font-size: 4.5em;
	}
	.services-page ol li.select {
		margin-left: 0;
	}
	.services-page .eclipse h1 {
		font-size: 2.4em;
	}
}

@media all and (min-width: 800px) {

	.page-wrap {
		top: 60px;
		width: 100%;
		position: absolute;
		visibility: hidden;
		/*display: block !important;*/
	}

	header .inner .m-menu-btn {
		display: none;
	}

	header ol {
		float: right;
		position: static;
		width: 344px;
		height: auto;
		background: none;
		overflow: hidden;
		margin-right: 15px;
	}

	header ol li {
		float: left;
		font-size: 1.2em;
		margin-right: 20px;
	}

	header ol li.m-close-btn {
		display: none;
	}

	header ol li:first-child {
		margin: 0 20px 0 0;
	}
	
	header li.menu-btn.selected {
		color: #8d8d8d;
	}

	.home-page {
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
		max-width: 1250px !important;
	}

	.home-page .img-wrapper {
		float: left;
		width: 32%;
		margin: 13% 2% 0 0;
	}

	.home-page .img-wrapper:last-child {
		margin: 13% 0 0 0;
	}

	.home-page .img-wrapper svg,
	.home-page .img-wrapper img {
		display: block;
		width: 300px;
		height: 300px;
	}

	.home-page .img-wrapper svg:hover,
	.home-page .img-wrapper img:hover {
		transition: transform .5s;
		ms-transform: translate(0,-30px);
		-webkit-transform: translate(0,-30px);
		transform: translate(0,-30px);
	}

	.services-page ol li .title {
		font-size: 1.2em;
	}

	.services-page ol li .cat-box {
		margin-left: 100px;
	}

	footer {
		font-size: 1em;
		position: fixed;
		bottom: 0;
	}

	footer .slide-down .inner {
		overflow: hidden;
		padding: 22px;
	}

	footer .slide-down .inner p {
		display: inline-block;
		width: auto;
		margin: 0;
		text-align: center;
		float: left;
	}

	footer  ol {
		margin: 0;
		float: right;
	}

	footer ol li.separator {
		display: block;
	}

	footer  ol li.down-btn {
		display: block;
		margin: 0;
		width: 26px;
		height: 13px;
	}

	footer .up-btn {
		position: absolute;
		bottom: 30px;
		right: 23px;
		width: 26px;
		height: 13px;
	}
	
	.services-page .eclipse {
		display: none !important;
	}
	
	.closed-hand-cursor {
		cursor: url(../images/closedhand.png), default;
	}
	.open-hand-cursor {
		cursor: url(../images/drag.png) 5 5, default;
	}
	
	header .hover-line {
		display: block;
	}

}

@media all and (min-width: 1024px) {

	header ol {
		width: 390px;
	}

	header ol li {
		font-size: 1.3em;
	}

	.services-page ol li .title {
		font-size: 1.4em;
	}

	.services-page ol li .cat-box {
		margin-left: 220px;
	}

	.services-page ol li .services-box {
		font-size: 0.5em;
	}
	.services-page .services-box .item {
		margin-left: 10%;
	}

}

@media all and (min-width: 1200px) {
	 .services-page ol li .cat-box {
		margin-left: 20%;
	}
}

@media all and (min-width: 1333px) {
	 .services-page ol li .cat-box {
		margin-left: 27%;
	}
}

@media all and (max-width: 799px) {

	footer .slide-down {
		bottom: 0 !important;
	}
	.services-page ol li.select .services-box .inf-box, 
	.services-page ol li.select .services-box .item {
		display: none !important;
	}

	.services-page ol li .services-box .add-inf span {
		display: none;
	}

}
@media all and (orientation:landscape) and (max-width:799px) {
	header ol li:first-child {
	  margin-top: 45px;
	}
}
@media all and (orientation:landscape) and (max-width:799px) and (max-height:349px) {
	header ol li {
		font-size: 1em;
	}
}
@media all and (orientation:landscape) and (max-width:799px) and (max-height:499px) {
	header ol li {
		font-size: 1.5em;
	}
}
