body {
	margin:0;
	padding:0;
	font-size:14px;
	font-family:'Roboto', sans-serif;
	color:#263238;
	background-color:#fafaf9;
	overflow-x: hidden;
}
a {
	text-decoration:none;
	color: #0091ea;
	/* color: inherit; */
}
a:hover{
	color:#03a9f4;
}


ul{
	color:#455a64;
}
/*************************header**********************************/
#header{
	background-color: #fff;
	width: 100vw;
	height: 70px;
	position:fixed;
	z-index: 10000;
}
#logo {
	position: absolute;
  left: -1px;
  width: 150px;
  height: 50px;
  background-image: url("../images/logo.png");
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10px;
  z-index: 9999;
}
.nav{
	overflow:hidden;
	z-index: 9999;
	color:#546e7a;
}

#ul1{}

.nav ul{
	position: absolute;
	width: 100%;
	text-align:right;
	right:0;
	padding:0;
	margin:0;
}
.nav li{
	display:inline-block;
	height: 70px;
	line-height: 70px;
	margin-right: 5%;
	cursor:pointer;
	text-transform:uppercase;
	transition: color 0.15s, transform 0.2s;
	vertical-align:middle;
}

.nav li:hover {
	color:#00b0ff;
	transform: translateY(-5px);
}
.nav li.active{
	color:#00b0ff;
}

.nav li a{
	display:inline-block;
	width: 100%;
	height: 100%;
	color: inherit;
}
/*responsive menu*/
.menu-btn {
	position: absolute;
	width: 70px;
	height: 70px;
	right:0;
	cursor:pointer;
}
.menu-btn:before{
	content:'';
	display: none;
	position: fixed;
	margin: 19px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	background-image: url("/images/svg/icon-sprites.svg");
	background-size:512px;
	background-position: -128px -64px;
}
.menu-btn:hover:before{
	background-position: -128px -96px;
}
/*****************************Main******************************/
#main-container {
	position: absolute;
	/* height: calc(100% - 70px); */
	min-height: calc(100% - 70px);
	width: 100vw;
	top:70px;
	-webkit-animation-duration: 0.5s;

	height: auto;
}
div#inner-content {
    top: 480px;
    position: relative;
    z-index: 9999;
    background: #fafafa;
    padding-top: 20px;
    /*padding-bottom: 480px;*/

}

div#inner-content2 {
    top: 50vh;
    position: relative;
    z-index: 9999;
    background: #fafafa;
    padding-top: 20px;
}
h1 {
	font-size:48px;
	font-weight:400;
	padding:0;
	margin:0;
}
h2 {
	font-size: 34px;
	font-weight:400;
	padding:0;
	margin:0;
	color:#546e7a;
}
h3 {
	font-size:24px;
	font-weight:400;
	padding:0;
	margin:0;
}
p{
	font-size:16px;
	font-weight:300;
	padding:0;
	margin:0;
	line-height: 20px;
	font-family:sans-serif;
	color:#455a64;
}
/*****************************Home******************************/
video {
	/*width: auto;
	height: auto;
	margin-left:calc(50% - 960px);*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
.main-video-box{
	display:block;
	position: fixed;
	top:0;
	margin-left: -9999px;
	margin-right: -9999px;
	left: 9999px;
	right: 9999px;
	bottom: 0;
	z-index: 7777;
	overflow: hidden;
}
.home-title-1{
	/* display:none; */
	position: absolute;
	width: 90%;
	margin-left: 5%;
	z-index:9999;
	top: 48%;
	font-family:'Roboto';
	font-weight:bold;
	text-align:center;
	font-size: 4em;
	color:#fafafa;
	text-shadow:rgba(0,0,0,0.3) 1px 1px;
}
.scroll-arrow-box{
	position: fixed;
	/* display: none; */
	/* top: calc(50% - 140px); */
	bottom: 20px;
	left: calc(50% - 32px);
	width:64px;
	height:64px;
	border-radius:100px;
	background-color:#fafafa;
	opacity: 0.5;
	z-index: 8888;
	transition:opacity 0.2s;
	cursor: pointer;
}
.scroll-arrow-box:hover{
	opacity:1;
}
.scroll-arrow-box p{
	font-size:12px;
	text-align:center;
	padding-top: calc(50% - 12px);
}
.scroll-arrow-box:before{
	content:'';
	position:absolute;
	bottom: 0;
	left: calc(50% - 16px);
	width:32px;
	height:32px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size: 512px;
	background-position: -192px -32px;
}
.home-box {
	display:none;
	position:absolute;
	width:100%;
	height: 50%;
	min-height: 300px;
	max-height:1080px;
	z-index:9999;
	background-color: #fafafa;
	top: calc(25% - 70px);
	text-align:center;
}
#home-box-1{}
.home-box h1{
	font-size:36px;
	color:#546e7a;
}
.home-box-title{
	position:relative;
	padding-top: 2%;
	width:90%;
	left:5%;
}
.home-box-services-box{
	position:relative;
	width: 90%;
	left: 5%;
	top: 10%;
}
.home-service-box{
	position:relative;
	top:0;
	margin: 0 40px;
	width:128px;
	height:200px;
	display:inline-block;
	opacity:1;
	transition:top 0.2s, opacity 0.2s;
	cursor:pointer;
}
.home-service-box:hover{
	top:-10px;
	opacity:0.8;
}
.home-service-box:before{
	content:'';
	position:absolute;
	left: 0;
	width:128px;
	height:128px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:2048px;
}
#home-service-graphics:before{
	background-position: -256px -128px;
}
#home-service-games:before{
	background-position:-384px -128px;
}
#home-service-web:before{
	background-position:-512px -128px;
}
#home-service-apps:before{
	background-position:-640px -128px;
}
.home-service-box h3{
	margin-top:148px;
	color:#546e7a;
}

.home-service-box a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
/*****************************Services******************************/
.service-box {
	position:relative;
	display:inline-block;
	background-color:none;
	float: left;
	width:50%;
	min-width: 600px;
	height: calc(50vh - 35px);
	color:#455a64;
	overflow: hidden;
	transition:background-color 0.2s;
}
.service-box a{
		color:#455a64;
}
.service-box:hover {
	background-color:#fff;
	transition: background-color 0.2s;
}
.service-icon-box{
	position: absolute;
	width:30%;
	min-width:192px;
	height:100%;
}
/*service icons*/
.service-icon-ring{
	position: absolute;
	left: calc(50% - 64px);
	top: calc(50% - 64px);
	z-index: 9999;
	width: 128px;
	height: 128px;
	background-image: url("/images/svg/icon-sprites.svg");
	background-size: 2048px;
	-webkit-animation-duration:0.5s;
	-webkit-animation-name: service-icon-slidein;
	animation-duration:0.5s;
	animation-name: service-icon-slidein;
}
#icon-violet{
	background-position: -1152px -256px;
}
#icon-blue{
	background-position: -1024px -256px;
}
#icon-green{
	background-position: -1280px -256px;
}
#icon-orange{
	background-position: -1408px -256px;
}
#icon-violet-2{
	background-position: -1152px -256px;
}
#icon-blue-2{
		background-position: -1024px -256px;
}
#icon-green-2{
		background-position: -1280px -256px;
}
#icon-orange-2{
		background-position: -1408px -256px;
}
.service-icon{
	position: absolute;
	margin-left: calc(50% - 32px);
	margin-top: calc(50% - 32px);
	z-index: 9999;
	width: 64px;
	height: 64px;
	background-image: url("/images/svg/icon-sprites.svg");
	background-size: 1024px;
}
#service-web{
	background-position: -128px -128px;
}
#service-games{
	background-position: -64px -128px;
}
#service-apps{
	background-position: -192px -128px;
}
#service-graphics{
	background-position: 0px -128px;
}
/*service icons end*/
.service-txt{
	position: absolute;
	width: 70%;
	height: 100%;
	right: 0;
	overflow:hidden;
	/* color: inherit; */
}
.service-title{
	position: absolute;
	top: 16vh;
	left:0;
	padding-right: 5%;
	cursor:pointer;
	transition: transform 0.2s;
}
.service-title:hover{
	transform: translateX(10px);
}
.service-bunf{
	position: absolute;
	top: 24vh;
	padding-right: 5%;

}
/*****************************Service****************************/
.header-box {
	position: fixed;
	background-image:url("/images/svg/bg-scaling.svg");
	background-size:1920px;
	background-position: center bottom;
	width:100%;
	height: 480px;
	z-index: 9998;

	-webkit-backface-visibility: hidden; -webkit-transform: translateZ(0);
}
#header-color-orange{
	background-color:#ff9800;
}
#header-color-blue{
	background-color:#03a9f4;
}
#header-color-violet{
	background-color:#e91e63;
}
#header-color-green{
	background-color:#009688;
}

#header-box-apps{
	background-image: url("/images/bgs/apps-panorama.jpg");
}
#vfx-panorama{
	background-image: url("/images/bgs/vfx-panorama.jpg");
	background-color:#111;
	background-repeat: no-repeat;
}
#game-panorama{
	background-image: url("/images/bgs/games-panorama.jpg");
	background-color:#111;
	background-repeat: no-repeat;
}
#web-panorama{
	background-image: url("/images/bgs/web-panorama.jpg");
	/*background-color:#03a9f4;
  background-repeat: no-repeat;*/
}
.service-icon-ring-2{
	position: absolute;
	left: 5%;
	top: -64px;
	z-index: 9999;
	width: 128px;
	height: 128px;
	background-image: url("/images/svg/icon-sprites.svg");
	background-size: 2048px;
	-webkit-animation-duration:0.5s;
	-webkit-animation-name: service-icon-slidein;
	animation-duration:0.5s;
	animation-name: service-icon-slidein;
}
#service-title-box{
	position:relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	max-width: 1280px;
	height: 120px;
	border-bottom: 1px solid #b0bec5;
}
#service-title-static{
	position:relative;
	color:#455a64;
}
#service-bunf-static{
	position:relative;
	color:#78909c;
}
#service-text-box{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	max-width:960px;
	margin-bottom: 100px;
}
.service-text-2{
	position:relative;
	margin:20px;
}
.service-text-2 h3{
	margin: 20px 0;
}
.external-link {
    font-size: 24px;
    padding: 0px;
    font-weight: 500;
    margin: 40px 20px 10px;
    display: inline-block;
}

.external-link:before{
    content:'';
    display: inline-block;
    background-image: url("/images/svg/icon-sprites.svg");
    background-size: 512px;
    background-position: -448px 0px;
    height: 32px;
    width: 32px;
    vertical-align: bottom;
    margin-right: 12px;
}

.external-link a{
    color:#455a64;
}

.external-link:hover a{
    color:#0091ea;
}
.external-link:hover:before{
    background-position: -480px 0px;
}
.tech-used-icons-box{
	position:relative;
	width: 100%;
}
.tech-used-icon-box{
	position:relative;
	display:inline-block;
	width: 24%;
	min-width:170px;
	margin-top: 60px;
	margin-bottom: 60px;
	transition:transform 0.2s;
	top:0;
}
.tech-used-icon-box:hover{
	transform: translateY(-20px);
}
.tech-used-icon{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:128px;
	height:128px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:2048px;
}
.tech-used-icon-title{
	position:relative;
	text-align:center;
	margin-top: 20px;
	color:#546e7a;
}
#icon-html5{
	background-position:-1536px -384px;
}
#icon-css3{
	background-position: -1664px -384px;
}
#icon-js{
	background-position: -1792px -384px;
}
#icon-jquery-s{
	background-position: -1150px -0px;
}
#icon-php-s{
	background-position: -1408px 0px;
}
#icon-node-s{
	background-position: -1278px -0px;
}
#icon-chrome{
	background-position: -770px -0px;
}
#icon-firefox{
	background-position: -1024px -0px;
}
#icon-ie{
	background-position: -896px 0px;
}
#icon-safari{
	background-position: -640px 0px;
}
#icon-unity-s{
	background-position: -0px -384px;
}
#icon-ionic-s{
	background-position: -512px -512px;
}
#icon-photoshop-s{
	background-position: -896px -512px;
}
#icon-illustrator-s{
	background-position: -1024px -512px;
}
#icon-after-effects-s{
	background-position: -1152px -512px;
}
#icon-windows{
	background-position: -390px 0px;
}
#icon-linux{
	background-position: -512px 0px;
}
#icon-osx{
	background-position: -128px 0px;
}
#icon-mysql-s{
	background-position: -1920px -512px;
}
#icon-mongodb-s{
	background-position: -1792px -512px;
}
.image-carousel-box{
	position:relative;
	width:100%;
	margin: 60px 0 60px 0;
}
.image-carousel-main-pic{
/*	position:relative;
	width:100%;
	height:100%;
	max-width:960px;
	max-height:600px;
*/
	position: relative;
	/* max-width: 100%; */
	/* height: 100%; */
	max-width: 960px;
	max-height: 600px;
	margin: auto;
	display: block;
}
.image-carousel-image-selector{
	position:relative;
	width:100%;
	height: 108px;
	max-width:960px;
	overflow: hidden;
	white-space: nowrap;
	margin-top:20px;
}
.image-carousel-small-pic{
/*	position:relative;
	width: 192px;
	height: 108px;
	cursor: pointer;
	transform: translate3d(0, 0, 0);*/

	position: relative;
	max-width: 192px;
	max-height: 108px;
	cursor: pointer;
	/* float: left; */
	transform: translate3d(0, 0, 0);
}
.image-carousel-small-pic:hover{

}
.image-carousel-image-selector-arrows{
	position: absolute;
	z-index: 9999;
	width:32px;
	height: 108px;
	cursor:pointer;
	opacity:0.3;
	transition:opacity 0.2s;
}
.image-carousel-image-selector-arrows:hover{
	opacity:1;
	transition:opacity 0.2s;
}
.image-carousel-image-selector-arrows:before{
	content:'';
	position:absolute;
	top: calc(50% - 16px);
	width:32px;
	height:32px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:512px;
}
#image-carousel-arrow-left{
	left:0;
}
#image-carousel-arrow-left:before{
	background-position: 0px -32px;
}
#image-carousel-arrow-right{
	right:0;
}
#image-carousel-arrow-right:before{

	background-position:-32px -32px;
}
/*****************************Projects****************************/
.header-box-no-bg{
	position: fixed;
	width:100vw;
	height: 480px;
	z-index: 9998;
	-webkit-backface-visibility: hidden; -webkit-transform: translateZ(0);
}
.header-img{
	background-size:1920px;
	background-position: center;
}
#company{
	background-image: url("/images/bgs/company-panorama.jpg");
}
#robos-world{
	background-image:url("/images/projects/robos-world/robo-panorama.png");
}
#snaplas{
	background-image:url("/images/projects/snaplas/snaplas-panorama.jpg");
}
#bitgraffiti{
	background-image: url("/images/projects/bitgraffiti/bitgraffiti-panorama.jpg");
}
#cat-damon{
	background-image: url("/images/projects/cat-damon/cat-damon-panorama.png");
}
#toronto-sound{
	background-image:url("/images/projects/toronto-sound/ts-panorama.jpg");
}
#arena{
	background-image:url("/images/projects/arena/arena-panorama.jpg");
}
#infinite-dreamer{
	background-image:url("/images/projects/infinite-dreamer/infinite-dreamer-panorama.jpg");
}
#pixq{
	background-image:url("/images/projects/pixq/pixq-panorama.jpg");
}
#domo{
	background-image:url("/images/projects/domo/domo-panorama.jpg");
}
#amd-link{
	background-image:url("/images/projects/amd-link/AMD-Link-App-Pano.png");
}
#everworld{
	background-image:url("/images/projects/everworld/EverWorld-Pano.png");
}
.projects-align{
	position:relative;
	text-align: center;
	width:100%;
	height: 100%;
}
.project-slab {
	position:relative;
	display:inline-block;
	margin: 20px;
	width: calc(24.8% - 40px);
	height: calc(49% - 40px);
	min-width:300px;
	min-height: 416px;
	background-color:#fff;
	border-radius:2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	overflow:hidden;
}

.project-panorama {
	position:absolute;
	display:block;
	width:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
}
.project-panorama img{
	position:absolute;
	top:0;
	bottom:0;
	left:-9999px;
	right:-9999px;
	margin:0 auto;
	height: 60%;
}
.project-icon-box{
	position: absolute;
	top: calc(60% - 32px);
	left: 20px;
	width:64px;
	height:64px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:1024px;
}
.project-icon-box-color-orange {
	background-position: -704px -128px;
}
.project-icon-box-color-blue {
	background-position: -512px -128px;
}
.project-icon-box-color-violet {
	background-position: -576px -128px;
}
.project-icon-box-color-green {
	background-position: -640px -128px;
}
.project-icon-box-color-orange:before{
	content:'';
	position: absolute;
	left: calc(50% - 17px);
	top: calc(50% - 17px);
	width:32px;
	height:32px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:512px;
	background-position: -32px -64px;
}
.project-icon-box-color-blue:before{
	content:'';
	position: absolute;
	left: calc(50% - 17px);
	top: calc(50% - 17px);
	width:32px;
	height:32px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:512px;
	background-position: 0px -64px;
}
.project-icon-box-color-violet:before{
	content:'';
	position: absolute;
	left: calc(50% - 17px);
	top: calc(50% - 16px);
	width:32px;
	height:32px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:512px;
	background-position: -96px -64px;
}
.project-icon-box-color-green:before{
	content:'';
	position: absolute;
	left: calc(50% - 16px);
	top: calc(50% - 16px);
	width:32px;
	height:32px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:512px;
	background-position: -64px -64px;
}

.project-text {
	position: absolute;
	width: calc(90% - 104px);
	top: 60%;
	left: 104px;
	height: 35%;
	min-height: 90px;
	text-align: left;
}
.project-text h2 {
	font-size: 28px;
	color:#546e7a;
	margin-top: 10px;
	transition: transform 0.2s;
}

.project-text h2 a{
	color:inherit;
}

.project-text h2:hover {
	color:#03a9f4;
	transform:translateX(10px);
	cursor:pointer;
}
.project-text p {
	color:#78909c;
	margin-top: 10px;
}

.project-share-icon{
	position: absolute;
	top: 0;
	right: 0;
	display:inline-block;
	width:32px;
	height:32px;
	margin: 14px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:512px;
	background-position: -416px -32px;
	cursor:pointer;
	opacity:0.5;
	transition:opacity 0.2s;
}
.project-share-icon:hover{
	opacity:1;
	transition:opacity 0.2s;
}
.project-status-icon-development, .project-status-icon-complete, .project-status-icon-hold, .project-status-icon-calceled{
	position: absolute;
	top: 0;
	right: 60px;
	display:inline-block;
	width:32px;
	height:32px;
	margin: 14px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:512px;
}

.project-status-icon-development{
		background-position: -416px -32px;
}

.project-status-icon-development, .project-status-icon-complete{
	background-position: -416px -64px;
}

.project-status-icon-hold{
	background-position: -416px 0px;
}

.project-status-icon-calceled{
	background-position: -416px -32px;
}

.project-social-icon{
	position: relative;
	display:inline-block;
	width:32px;
	height:32px;
	margin: 15px 5px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:512px;
	top:0px;
	opacity:1;
	transition:opacity 0.2s, top 0.2s;
}
.project-social-icon:hover{
	opacity:0.8;
	top:-5px;
	transition:opacity 0.2s, top 0.2s;
}
#project-social-icon-facebook{
	background-position: -192px -96px;
}
#project-social-icon-twitter{
	background-position: -224px -96px;
}
#project-social-icon-deviantart{
	background-position: -256px -96px;
}
#project-social-icon-google{
	background-position: -288px -96px;
}
#project-social-icon-linkedin{
	background-position: -320px -96px;
}
#project-social-icon-tumblr{
	background-position: -352px -96px;
}
/*****************************team****************************/
/*.team-center-align{
	position:relative;
	height: calc(100% - 70px);
	width:50%;
	margin-left:auto;
	margin-right:auto;
	min-width: 700px;
}*/
.team-slab {
	position: absolute;
	margin:20px;
	/*display:inline-block;*/
	width: calc(50% - 40px);
	height: calc(100% - 40px);
	min-width:300px;
	min-height:340px;
	background-color:#fff;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	overflow:hidden;
}
#team-slab-left{
	left:0;
}
#team-slab-right{
	right:0;
}
.team-member-panorama {
	position: relative;
	display:block;
	width:100%;
	height: 40%;
	overflow: hidden;
	background-position:center;
	background-size: 960px;
	background-repeat: no-repeat;
	background-color: #000;
}
#panorama-will{
 background-image:url("/images/pics/robos-world-spalsh.jpg");
}
#panorama-adam{
 background-image:url("/images/pics/robos-world-spalsh.jpg");
}
.team-member-img{
	position: relative;
	top:  -96px;
	left: calc(50% - 96px);
	width:192px;
	height:192px;
	background-size:192px;
	border-radius:192px;
	border: 6px solid #fff;
}
#team-member-img-will{
background-image:url("/images/team/will.jpg");
}
#team-member-img-adam{
background-image:url("/images/team/adam.jpg");
}
.team-member-text-box{
	position:relative;
	width:90%;
	top: -70px;
	left: 5%;
	height: 20%;
	min-height: 160px;
	text-align:center;
	border-bottom: 1px solid #cfd8dc;
}
.team-member-text-box h1{
	font-size: 48px;
	color:#546e7a;
	transition:color 0.2s;
	cursor:pointer;
}
.team-member-text-box h1:hover{
	color:#03a9f4;
	transition:color 0.2s;
}
.team-member-text-box h2 {
	font-size: 34px;
	color:#03a9f4;
	margin-top: 10px;
}
.team-member-text-box p {
	font-size: 14px;
	color:#90a4ae;
	margin-top: 10px;
	cursor:pointer;
}
.team-member-text-box p:hover{
	color:#03a9f4;
	transition:color 0.2s;
}
.team-social-box{
	position:relative;
	height:20%;
	width: 90%;
	top: -70px;
	left: 5%;
}
#team-social-box-align-will{
	left:calc(50% - 148px);
}
#team-social-box-align-adam{
	left:calc(50% - 111px);
}
.team-social-icon{
	position: relative;
	display:inline-block;
	width:64px;
	height:64px;
	margin: 20px 5px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:1024px;
	top:0px;
	opacity:1;
	transition:opacity 0.2s, top 0.2s;
}
.team-social-icon:hover{
	opacity:0.8;
	top:-5px;
	transition:opacity 0.2s, top 0.2s;
}
#team-social-icon-facebook{
	background-position: -384px -192px;
}
#team-social-icon-twitter{
	background-position: -448px -192px;
}
#team-social-icon-deviantart{
	background-position: -512px -192px;
}
#team-social-icon-google{
	background-position: -576px -192px;
}
#team-social-icon-linkedin{
	background-position: -640px -192px;
}
#team-social-icon-tumblr{
	background-position: -704px -192px;
}
/*****************************Connect******************************/
#connect-img-box{
	position: fixed;
	top: 70px;
	width:100%;
	height: calc(50% - 35px);
	background-image: url("/images/bgs/connect-panorama.png");
	background-position:center;
	-webkit-backface-visibility: hidden; -webkit-transform: translateZ(0);
	background-size: cover;
}
#connect-title-icon {
	position:relative;
	width: 160px;
	height: 160px;
	left: calc(50% - 80px);
	top: -110px;
	background-color: #fafafa;
	border: 10px solid #fafafa;
	border-radius: 100px;
}
#connect-title-icon:before{
	content:'';
	position: absolute;
	left: 8px;
	top: 16px;
	width:128px;
	height:128px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:2048px;
	background-position: -1536px 0px;
}
.connect-box {
	position:relative;
	text-align:center;
	width: 90%;
	left: 5%;
	top: -100px;
	border-bottom: 1px solid #cfd8dc;
}
.connect-box h1 {
	font-size: 48px;
	color:#546e7a;
}
.connect-box  p{
	margin: 20px 0;
}
.connect-social-box{
	position:relative;
	/*height: 104px;*/
	/*width: 308px;*/
	top: -100px;
	/*left: calc(50% - 154px);*/
	text-align:center;
}
.connect-social-icon{
	position: relative;
	display:inline-block;
	width:64px;
	height:64px;
	margin: 20px 5px;
	background-image:url("/images/svg/icon-sprites.svg");
	background-size:1024px;
	top:0px;
	opacity:1;
	transition:opacity 0.2s, top 0.2s;
}
.connect-social-icon:hover{
	opacity:0.8;
	top:-5px;
	transition:opacity 0.2s, top 0.2s;
}
#connect-social-icon-facebook{
	background-position: -384px -192px;
}
#connect-social-icon-twitter{
	background-position: -448px -192px;
}
#connect-social-icon-discord {
	background-image: url("/images/Discord-Logo+Wordmark-Black.png");
	width: 188px;
	background-size: 100% 100%;
}
#connect-social-icon-deviantart{
	background-position: -512px -192px;
}
#connect-social-icon-google{
	background-position: -576px -192px;
}
#connect-social-icon-linkedin{
	background-position: -640px -192px;
}
#connect-social-icon-tumblr{
	background-position: -704px -192px;
}
#connect-social-icon-email{
	background-position: -960px -192px;
}
/*****************************MEDIA******************************/
@media screen and (max-width: 1280px){
	video{
		max-height:100vh;
	}

	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 20px;
	}
	p{
		font-size:14px;
	}
}
@media screen and (max-width: 1220px){
	.service-box {
		width:100%;
		height: 25vh;
		color:#455a64;
		overflow: hidden;
	}
	.service-icon-box{
		position: absolute;
		width:30%;
		min-width:192px;
		height:100%;
	}
	.service-txt{
		position: absolute;
		width: 70%;
		height: 100%;
		min-width: 200px;
		right: 0;
		overflow:hidden;
	}
	.service-title{
		position: absolute;
		top: calc(13%);
		left:0;
		padding-right: 5%;
		cursor:pointer;
		transition: left 0.2s;

	}
	.service-title:hover{
		left: 10px;
		transition: left 0.2s;
	}
	.service-bunf{
		position: absolute;
		top: calc(50% - 12px);
		padding-right: 5%;

	}
}
@media screen and (max-width: 960px){

	.menu-btn:before{
		display: inline-block;
	}
	.nav{
		position:fixed;
		height: 100%;
		right:0;
		width: 0px;
		top: 70px;
		overflow:hidden;
		background-color:#fff;
		z-index: 9998;
		transition: width 0.2s;

	}
	.nav-open{
		width: 300px;
		transition: width 0.2s ease-in;

		top: 70px;
	}
	.nav ul{
		position:relative;
		text-align:left;
		padding:0;
	}
	.nav li{
		display:inline-block;
		width: 100%;
		height:60px;
		line-height: 60px;
		margin-left: 32px;
		cursor:pointer;
		text-transform:uppercase;
		transition: color 0.15s, padding-left 0.2s;
		vertical-align:middle;
	}
	.nav li:hover {
		color:#00b0ff;
		line-height: 60px;
		width: 100%;
		padding-left: 10px;
		transition: color 0.15s, padding-left 0.2s;
	}

	.home-service-box{
		top:0;
		margin: 40px 40px;
		width: 64px;
		height: 100px;
	}
	.home-service-box:before{
		width: 64px;
		height: 64px;
		background-size: 1024px;
	}
	#home-service-graphics:before{
		background-position: -128px -64px;
	}
	#home-service-games:before{
		background-position:-192px -64px;
	}
	#home-service-web:before{
		background-position:-256px -64px;
	}
	#home-service-apps:before{
		background-position:-320px -64px;
	}
	.home-service-box h3{
		margin-top:72px;
	}

}
/*@media screen and (max-width: 649px){*/
@media screen and (max-width: 900px){
	.main-video-box
	{
		top: 70px;
		bottom: 30px;
	}

	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 16px;

		max-width: 90%;
		margin: auto;
}
	.header-box {
		position: fixed;
		background-image:url("/images/svg/bg-scaling.svg");
		background-size:1920px;
		background-position: center bottom;
		width:100%;
		height: 280px;
		z-index: 9998;
	}
	#header-color-orange{
		background-color:#ff9800;
	}
	#header-color-blue{
		background-color:#03a9f4;
	}
	#header-color-violet{
		background-color:#e91e63;
	}
	#header-color-green{
		background-color:#009688;
	}
	.header-box-no-bg{
		height: 280px;
	}
	.header-img{
		background-size: 1190px;
		background-position: center;
	}

	#main-container {
		overflow-y:auto;
		overflow-x: hidden;
		/*padding-bottom:60px;*/
	}
	.copyright{
		background: white;
		width: 100%;
		text-align: center;
		padding: 10px 0px 9px;
		font-size: 10px;
	}

	div#inner-content
	{
		top: 280px;
		/*padding-bottom:280px;*/
		padding-bottom:30px;
	}
	div#inner-content2
	{
    		top: calc(50vh - 55px);

	}
	.scroll-arrow-box{
		position: absolute;
		/* display: none; */
		top: calc(100% - 124px);
	}
	.home-title-1{
		/* display:none; */
		top: calc(50% - 2em);
		font-size: 2em;
	}
	.home-box {
		height: 100vh;
		min-height: 0;
		max-height: none;
		top: 0;
	}
	.home-box-title{
		padding-top: 10%;
	}
	.home-box-services-box{
		left: 5%;
		top: 5%;
	}
	.home-service-box{
		top:0;
		margin: 40px 40px;
		width: 64px;
		height: 100px;
	}
	.home-service-box:before{
		width: 64px;
		height: 64px;
		background-size: 1024px;
	}
	#home-service-graphics:before{
		background-position: -128px -64px;
	}
	#home-service-games:before{
		background-position:-192px -64px;
	}
	#home-service-web:before{
		background-position:-256px -64px;
	}
	#home-service-apps:before{
		background-position:-320px -64px;
	}
	.home-service-box h3{
		margin-top:72px;
	}
	.service-box {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		min-width: 320px;
		height: calc(25vh - 25px);
		color: #455a64;
		overflow: hidden;
	}
	.service-icon-box {
		position: absolute;
		width: 30%;
		min-width: 100px;
		height: 100%;
	}
	.service-icon-ring {
		position: absolute;
		left: calc(50% - 32px);
		top: calc(50% - 32px);
		width: 64px;
		height: 64px;
		background-size: 1024px;
	}
	#icon-blue{
	background-position: -512px -128px;
	}
	#icon-violet{
		background-position: -576px -128px;
	}
	#icon-green{
		background-position: -640px -128px;
	}
	#icon-orange{
		background-position: -704px -128px;
	}
	.service-icon {
		position: absolute;
		margin-left: calc(50% - 16px);
		margin-top: calc(50% - 16px);
		z-index: 9999;
		width: 32px;
		height: 32px;
		background-image: url("/images/svg/icon-sprites.svg");
		background-size: 512px;
	}
	#service-web{
	background-position: -64px -64px;
	}
	#service-games{
		background-position: -32px -64px;
	}
	#service-apps{
		background-position: -96px -64px;
	}
	#service-graphics{
		background-position: 0px -64px;
	}
	.service-icon-ring-2{
		left: calc(50% - 64px);
		top: calc(0px - 64px);
	}
	.projects-align{
		padding-bottom:30px;
	}

	#icon-violet-2{
	background-position: -1152px -256px;
	}
	#icon-blue-2{
		background-position: -1024px -256px;
	}
	#icon-green-2{
		background-position: -1280px -256px;
	}
	#icon-orange-2{
		background-position: -1408px -256px;
	}
	#service-title-box{
		position:relative;
		text-align: center;
		margin-top: 50px;
		width: 100%;
		max-width: 1280px;
		height: 130px;
		border-bottom: 1px solid #b0bec5;
	}
	#service-title-static{
		position:relative;
		color:#455a64;
	}
	#service-title-static h1{
		margin: 0 5%;
	}
	#service-bunf-static{
		position:relative;
		color:#78909c;
	}
	#service-bunf-static h3{
		margin:10px auto;
	}
	#service-text-box{
		position:relative;

		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width:960px;
		margin-bottom: 100px;
	}
	.service-text-2{
		position:relative;
		margin: 40px;
		padding-bottom: 50px;
	}
	.service-text-2 h3{
		margin-bottom:20px;
	}
	.external-link{
		  display: block;
		  text-align: center;
	}
	.tech-used-icon-box{
		position:relative;
		display:inline-block;
		width: 100%;
		min-width:170px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.image-carousel-small-pic{
		width: 178px;
		height: 100px;
	}
	.project-slab {
		margin: 5px 10px;
		width: calc(100% - 20px);
		height: calc(49% - 40px);
		min-width: 300px;
		min-height: 416px;
	}
	.project-text h2 {
		font-size: 28px;
		margin-top: 0;
		color: #03a9f4;
	}
	.project-text h2:hover {
		margin-left: 0px;
		color:#4fc3f7;
	}
	.project-icon-box {
		left: calc(50% - 32px);
	}
	.project-text {
		position: absolute;
		width: calc(100% - 40px);
		top: 70%;
		left: 20px;
		height: 25%;
		min-height: 90px;
		text-align:center;
	}
	.team-slab {
		position: relative;
		margin:20px;
		/*display:inline-block;*/
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		min-width:300px;
		min-height:340px;
	}
	.team-member-panorama {
		background-size:480px;
	}
	.team-member-img{
		top:  -64px;
		left: calc(50% - 64px);
		width:128px;
		height:128px;
		background-size:128px;
		border-radius:128px;
	}
	.team-member-text-box{
		top: -60px;
		height: 20%;
		min-height: 120px;
	}
	.team-member-text-box h1{
		font-size: 28px;
	}
	.team-member-text-box h2 {
		font-size: 20px;
	}
	.team-social-box{
		position:relative;
		height:20%;
		width: 90%;
		top: -60px;
		left: 5%;
	}
	#team-social-box-align-will{
		left: calc(50% - 141px);
	}
	#team-social-box-align-adam{
		left: calc(50% - 105px);
	}
	.team-social-icon{
		margin: 20px 2px;
	}
	#connect-img-box {
		height: calc(50% - 70px);
		background-size: 1190px;
	}
	#connect-title-icon {
		width: 80px;
		height: 80px;
		left: calc(50% - 50px);
		top: -70px;
	}
	#connect-title-icon:before{
		left: 4px;
		top: 8px;
		width: 64px;
		height: 64px;
		background-size: 1024px;
		background-position: -768px 0px;
	}
	.connect-box {
		top: -50px;
	}
	.connect-box h1 {
		font-size: 28px;
	}
	.connect-social-box{
		top: -50px;
	}
}
@media screen and (max-width: 320px){
	.home-service-box{
		margin: 26px 38px;
	}
	.home-box h1{
		font-size: 24px;
	}
	.home-box-services-box {
		left: 5%;
		top: 10%;
	}
	.scroll-arrow-box{
		/* display: none; */
		top: calc(100% - 66px);
	}
}
@media screen and (max-height: 568px){
	.connect-box h1 {
		font-size: 22px;
	}
	.connect-box p {
		margin: 10px 0;
	}
}
@media screen and (max-height: 480px){
	.home-box-title {
		padding-top: 5%;
	}
	.home-box-services-box {
		top: 5%;
	}
	#connect-img-box {
		height: 39%;
	}
}

.copyright {
    position: fixed;
    bottom: 0px;
    z-index: 99999;
    padding: 10px;
    color: rgba(0,0,0,0.5);
}
