body {
	font-family: "aktiv-grotesk";
	color: black;
}

.menu-block,
header {
	padding: 28px 110px 0 110px;
}

.logo-icon {
	width: 148px;
	height: 42px;
	fill: black;
}

.splash .logo-icon {
	fill: white;
}

nav {
	float: right;
}

nav li {
	font-size: 14px;
	font-weight: 600;
	float: left;
	padding-left: 0 15px 0 15px;
	list-style-type: none;
}

nav .menu li a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 20px;
}

nav .menu li li a {
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 20px;
}


.menu-burger {
	margin-top: 10px;
	float: right;
}

.menu-burger-icon:hover {
	fill: #00b6de;
}

.menu-burger-icon {
	width: 22px;
	height: 13px;
	fill: black;
}

.splash .menu-burger-icon {
	fill: white;
}

.menu-cross {
	float: right;
}

.menu-cross-icon {
	width: 20px;
	height: 40px;
	fill: black;
}

.menu-cross-icon:hover {
	fill: #00b6de;
}

.menu-block {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	z-index: 999;
	color:black;
}

.menu-block ul {
	text-align: center;
	list-style-type: none;
	font-size: 3.75rem;
	font-weight: 900;
	margin-top: 80px;
}

.menu-block ul li{
	float:none;
}

.menu-block ul a {
	color: black;
	font-size: 60px;
}

.menu-block ul a:hover {
	color: #00b6de;
}

.menu-block .menu-cross,
.menu-block .logo {
	display:block;
	position:relative;
}

.menu-block .menu-cross{
	text-align: right;
}

.menu-block .logo {
	text-align: left;
}

.logo-icon:hover {
	fill: #00b6de;
}


.lang {
	border-left: 1px solid white;
}

.lang-arrow {
	float: right;
	width: 15px;
	height: 20px !important;
	margin-left: 5px;
	fill: black;
}

.splash .lang-arrow {
	fill: white;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border: none !important;
}

.is-dropdown-submenu {
	background: none !important;
	border: none !important;
}

a, a:active {
	color: black;
}

.splash a, .splash a:active {
	color: white;
}

a:hover {
	color: #00b6de;
	text-decoration: none;
}

.splash {
	height: 600px;
	background-image: url('images/splash9.png');
    background-size:cover;
    background-position: center center;
    position: relative;
}

.company-info {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
}

.company-info h1 {
	margin: 0 auto 15px auto;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	color: #ffffff;
}

.company-info p {
	margin: 0 auto 15px auto;
	color: #ffffff;
	width: 45%;
	font-size: 30px;
}

h1 {
	font-size: 60px;
	font-weight: 900;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	font-family: "aktiv-grotesk";
}

h2 {
	font-size: 40px;
	font-weight: 800;
	margin: 150px 0 50px 0;
	border-bottom: 1px solid white;
}

h3 {
	font-size: 35px;
	font-weight: 500;
	margin: 80px 0 50px 0;
	border-bottom: 1px solid white;
}

.company-info p {
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 24px;
	display: block;
}
.arrow {
	height: 22px;
	width: 44px;
}

.content
{
	padding: 0 110px 0 110px;
}

.projects {
	padding: 0 110px 0 110px;
	text-align: center;
}

.all-projects {
	text-align: left;
}

.all-projects h2 {
	margin-top: 80px;
}

.all-projects h2 a{
	float: right;
	margin-top: 10px;
	display:block;
	font-size: 1rem;
}
.all-projects h2 .menu-cross-icon{
	height: 10px;
}
.all-projects h2 a:hover .menu-cross-icon{
	fill: #00b6de;
}

.projects .col {
	padding-right: 10px;
	padding-bottom: 10px;
	height: 280px;
}

.projects .col-half {
	padding-right: 10px;
	padding-bottom: 10px;
	height: 140px;
}

.projects .col .col-half {
	padding-right: 5px;
}

.col-half.move-up {
	margin-top: -140px;
}

.projects .project {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: left;
	position: relative;
	z-index: 0;
	display: block;
}

.project .cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, transparent); /* Standard syntax */

    z-index:-1;
}

a[class^="project project-"]:hover {
    opacity: 0.8;
}

.project h2 {
	font-size: 18px;
	font-weight: 800;
	margin: 13px 0 0 18px;
	border: none;
    z-index:100;
    position: relative;
}

.project p {
	font-size: 15px;
	font-weight: 300;
	margin: -5px 0 0 18px;
    z-index:100;
}

.projects .project.more {
	text-align: center;
}

.projects .project.more p {
	margin: 20px 0 10px 0;
	font-size: 20px;
	font-weight: 700;
}

.projects .project.more a {
	border: 1px solid #00b6de;
	color: #00b6de;
	border-radius: 0;
	padding: 5px 10px 5px 10px;
	display:inline-block;
}

.projects.all-projects .project.more a {
	margin-top: 80px;
}

.text-white {
	color: white !important;
}

.text-black {
	color: black !important;
}

/*
@keyframes example {
    0%   {margin-top: 0; }
    100% {margin-top: -200px; display:none;}
}*/
/*
.projects .project:hover h2,
.projects .project:hover p{
    animation-name: example;
    animation-duration: 1s;
    margin-top: -200px;
}
*/
.projects .project:hover .cover {
	display:none;
}

.projects .project-2x1 {
	background-image: url('/cdn/images/project_2x1.png');
}
.projects .project-sudoku-2x1 {
	background-image: url('/cdn/images/project_sudoku_2x1.png');
}
.projects .project-magicka-2x1 {
	background-image: url('/cdn/images/project_magicka_2x1.png');
}
.projects .project-ckc-2x1 {
	background-image: url('/cdn/images/project_ckc_2x1.png');
}

.projects .project-2x2 {
	background-image: url('/cdn/images/project_2x2.png');
}
.projects .project-vampire-2x2 {
	background-image: url('/cdn/images/project_vampire_2x2.png');
}
.projects .project-stardoll-2x2 {
	background-image: url('/cdn/images/project_stardoll_2x2.png');
}
.projects .project-etihad-2x2 {
	background-image: url('/cdn/images/project_etihad_2x2.png');
}
.projects .project-hoi-2x2 {
	background-image: url('/cdn/images/project_hoi_2x2.png');
}
.projects .project-linds-2x2 {
	background-image: url('/cdn/images/project_linds_2x2.png');
}
.projects .project-tom-tits-2x2 {
	background-image: url('/cdn/images/project_tom_tits_2x2.png');
}
.projects .project-magicka-2x2 {
	background-image: url('/cdn/images/project_magicka_2x2.png');
}
.projects .project-sudoku-2x2 {
	background-image: url('/cdn/images/project_sudoku_2x2.png');
}
.projects .project-love-2x2 {
	background-image: url('/cdn/images/project_love_2x2.png');
}
.projects .project-fantasy-2x2 {
	background-image: url('/cdn/images/project_fantasy_2x2.png');
}
.projects .project-dragrace-2x2 {
	background-image: url('/cdn/images/project_dragrace_2x2.jpg');
}
.projects .project-curling-2x2 {
	background-image: url('/cdn/images/project_curling_2x2.png');
}

.projects .project-4x1 {
	background-image: url('/cdn/images/project_4x1.png');
}
.projects .project-planet-rescuers-4x1 {
	background-image: url('/cdn/images/project_planet_rescuers_4x1.png');
}

.projects .project-4x2 {
	background-image: url('/cdn/images/project_4x2.png');
}
.projects .project-un-4x2 {
	background-image: url('/cdn/images/project_un_4x2.png');
}
.projects .project-mage-4x2 {
	background-image: url('/cdn/images/project_mage_4x2.png');
}
.projects .project-cave-4x2 {
	background-image: url('/cdn/images/project_cave_4x2.png');
}
.projects .project-balloon-4x2 {
	background-image: url('/cdn/images/project_balloon_4x2.png');
}
.projects .project-astroflux-4x2 {
	background-image: url('/cdn/images/project_astroflux_4x4.png');
}
.projects .project-astroflux-2x2 {
	background-image: url('/cdn/images/project_astroflux_2x2.png');
}
.projects .project-planet-rescuers-4x2 {
	background-image: url('/cdn/images/project_planet_rescuers_4x2.png');
}
.projects .project-sjohistoriska-4x2 {
	background-image: url('/cdn/images/project_sjohistoriska_4x2.png');
}

/*Temporary*/
.projects .project-fact-temp {
	background-image: url('/cdn/images/fact.png');
}

.projects .project-fact {
	background-color: #f8f9fa;
	opacity: 1;
}

.projects .project.more:hover h2,
.projects .project.more:hover p{
	animation-name: none !important;
    animation-duration: 0s;
	margin: 20px 0 10px 0;
}

.projects .project-fact p.quote{
	animation-name: none !important;
    animation-duration: 0s;
	margin: 10px 0 10px 0;
	line-height: 22px;
}

.projects .project.more:hover h2,
.projects .project.more:hover p{
	animation-name: none !important;
    animation-duration: 0s;
}

.projects .quote {
	font-size: 18px;
	font-weight: 900;
	font-style: italic;
	line-height: 1.5rem;
	color: #00b6de;
	text-align: center;
	margin-left: 5px !important;
	padding-right: 10px;
}


.projects .project.project-video-4x2 {
	text-align: center;
}

.projects .project.project-video-4x2 .cover {
	z-index: 1;
}
.projects .project.project-video-4x2 .cover:hover {
	display: none;
}

.projects .project.project-video-4x2 video {
	margin: 0 -50% 0 -50%;
	z-index: 0;
}

.play-button {
	position: absolute;
	top:32%;
	left: 40%;
	width: 90px;
	height: 90px;
	padding-left: 10px;
	fill: white;
	background: black none repeat scroll 0% 0%;
	z-index: 999;
	margin: auto;
	opacity: 0.8;
}

.small-social-icon {
	width: 30px;
	height: 30px;
	margin: 2px;
}

.single .category {
	font-size: 1rem;
	font-weight: 300;
	margin-top: 70px;
}

.single h1.title {
	font-size: 2.5rem;
	font-weight: 800;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -5px;
}

.single .client {
	font-size: 2.1875rem;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: -5px;
}

.single h2 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0;
}

.single p {
	font-size: 1rem;
	margin-bottom: 0;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.single .block {
	margin-bottom: 60px;
}

.single .single-image {
	margin-bottom: 70px;
}

.single .quote {
	margin-bottom: 0;
	width: auto;
	font-size: 1.875rem;
	font-weight: 800;
	padding-left: 30px;
	border-left: 10px solid black;
	line-height: 2.3125rem;
}

.single h3 {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin: 0;
}

.single .info {
	font-size: 0.875rem;
	margin-bottom: 10px;
}

.single .line {
	margin-top: 120px;
}

.single .projects {
	margin-bottom: 100px;
}


.big-block {
	margin-top: 160px;
}

.anim {
	width: 135px;
	height: 135px;
}

#about {
	max-width: 660px;
	text-align: center;
}

#about h2 {
	margin-bottom: 20px;
}

.small-contact {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

.small-contact .line {
	width: 140px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#what-we-can {
	padding: 0 110px 0 110px;
	text-align: center;
}

#what-we-can p {
	margin-top: 20px;

}

#clients {
	padding: 0 110px 0 110px;
	margin-top: 80px;
	text-align: center;
}

#clients .columns {
	margin-bottom: 40px;
    opacity: 0.8;
}

.line {
	border-top: 1px solid #e5e5e5;
}

footer {
	margin-top: 45px;
	padding-top: 60px;
	text-align: center;
}

footer .logo-icon {
	width: 197px;
	height: 57px;
}

.row.social-container {
	margin-top: 40px;
}

.social-container .columns {
	max-width: 300px;
	margin-bottom: 10px;
}

.social {
	width: 286px;
	height: 286px;
	font-size: 60px;
	color: white;
	display: table-cell;
	margin: 0;
	padding: 0;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	background-size: cover;
	position:relative;
}

.social p {
	position:absolute;
	bottom: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	width: 100%;
}

.social-fb {
	background-image: url('/cdn/images/social_fb_bgr.png');
}
.social-twitter {
	background-image: url('/cdn/images/social_twitter_bgr.png');
}
.social-fish {
	background-image: url('/cdn/images/fish.png');
}

footer .contact {
	margin: 30px 0 80px 0;
	font-size: 15px;
}

.game_frame {
	height:600px; 
	border:none;
}


/* Small Only*/
@media screen and (max-width: 39.9375em) {
	.menu-block,
	#about,
	header,
	footer,
	#what-we-can,
	#clients,
	.projects,
	.content {
		padding: 0 20px 0 20px;
	}

	header {
		padding-top: 20px;
	}

	footer {
		margin-top: 20px;
		padding-top: 65px;
	}

	#about {
		max-width: 470px;
	}

	#about p {
		font-size: 14px;
	}

	#clients img {
		max-width: 90%;
	}

	.projects .col {
		height: 112px;
	}

	.projects .col-half {
		height: 112px;
	}

	.project h2 {
		font-size: 11px;
		font-weight: 800;
		margin: 5px 0 0 10px;
		border: none;
	}

	.project p {
		font-size: 9px;
		font-weight: 300;
		margin: -5px 0 0 10px;
	}

	.company-info h1{
		margin: 0 auto 15px auto;
	}

	.company-info p {
		margin: 0 auto 0 auto;
	}

	.splash {
		/*height: 450px !important;*/
	}

	.company-info h1 {
		font-size: 22px;
	} 
	.company-info p {
		width: 60%;
		font-size: 11px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
		font-weight: 800;
		margin: 70px 0 30px 0;
	}

	h3 {
		font-size: 18px;
		font-weight: 700;
		margin: 40px 0 30px 0;
	}

	.menu-burger {
		margin-top: 10px;
	}

	.menu-block .menu-cross {
		margin: 25px 2px 0 0;
	}
	.menu-block .logo {
		margin-top: 20px;
	}

	.menu-block ul {
		margin: 30px 0 0 0;
		padding: 0;
		text-align: left;
	}

	.menu-block ul a {
		font-size: 50px;
	}

	.logo-icon {
		width: 100px;
		height: 40px;
	}

	.projects .project-fact.more p {
		font-size: 18px;
	}

	.anim {
		padding: 10px 5px 10px 5px;
	}

	.small-text-left {
		text-align: left;
	}

	.small-text-right {
		text-align: right;
	}

	p.contact {
		font-size: 12px;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.game_frame {
		float:right;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.menu-block,
	#about,
	header,
	footer,
	#what-we-can,
	#clients,
	.projects,
	.content {
		padding: 0 40px 0 40px;
	}

	header {
		padding-top: 28px;
	}

	#about h2 {
		margin-top: 30px;
	}

	footer {
		margin-top: 20px;
		padding-top: 65px;
	}

	#what-we-can {
		max-width: 600px;
	}

	.menu-block .menu-cross {
		margin-top: 34px;

	}
	.menu-block .logo {
		margin-top: 28px;
	}

	.projects .col {
		height: 228px;
	}

	.projects .col-half {
		height: 228px;
	}

	.company-info h1 {
		font-size: 40px;
	} 
	.company-info p {
		width: 50%;
		font-size: 18px;
	}

	.projects .project.more:hover p,
	.projects .project-fact.more p {
		margin-top: 40px;
		font-size: 20px;
		font-weight: 800;
	}

	#clients img {
		max-width: 90%;
	}


	.social {
		width: 200px;
		height: 200px;
	}

	.social p {
		font-size: 12px;
		font-weight: 900;
	}

}

/* Medium and down */
@media only screen and (max-width: 64em) {
	.hide-for-medium-down {
		display: none !important;
	}

	.projects .project-fact.more {
		background-color: white;
	}

	.projects .project .cover {
		display:none;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.show-for-medium-down {
		display: none !important;
	}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}

/* Large and down */
@media only screen and (max-width: 75em) { 
	.hide-for-large-down {
		display: none !important;
	}
}

/* Above Large */
@media screen and (min-width: 75em) {
	.show-for-large-down {
		display: none !important;
	}
}

