

@-webkit-keyframes spinner {
	0%{-webkit-transform: rotate(0deg);}
	100%{-webkit-transform: rotate(360deg);}
}
@keyframes spinner {
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}

html {
	overflow: auto;
}

body {
	overflow: hidden;
}


/* ==== Intro ==== */

#intro {
	position: relative;
	background: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzVlNWY2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJkYzAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(94,95,96,0) 50%, rgba(187,189,192,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(94,95,96,0)), color-stop(100%,rgba(187,189,192,0.1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1abbbdc0',GradientType=0 );
}

#intro h2 {
	font-size: 56px;
	text-align: center;
	font-weight: 300;
	color: #bbbdc0;
	letter-spacing: -3px;
	line-height: 1;
	white-space: nowrap;
}

#intro canvas {
	position: absolute;
	left: 10px;
	bottom: 10px;
	cursor: pointer;
	background: rgba(255,255,255,.3);
	border-radius: 50%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

#intro #intro_slider {
	background: #FFF;
	width: 100%;
	height: 100%;
}

#intro #intro_slider ul.mSPages {
	left: 50%;
	right: auto;
	bottom: 100px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*top: 50%;*/
	height: auto;
	margin-right: 0;
	padding: 0;
}

#intro #intro_slider ul.mSPages li {
	display: block;
	margin: 10px 0;
	width: 14px;
	height: 14px;
	border-width: 2px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
}

#intro #intro_slider.black ul.mSPages li {
	box-shadow: 0 0 1px 0 #FFF;
}

#intro #intro_slider.isTouch .mSPages li {
	width: 20px;
	height: 20px;
}

#intro #intro_slider .frame {
	width: 100%;
	height: 100%;
}

#intro #intro_slider .slide_element {
	width: 100%;
}

#intro #intro_slider .slide_element .slide {
	width: 100%;
}

#intro #intro_slider .slide_element .slide.parallaxSlide {
	background: #CCC url(../img/home_bg.jpg);
}

#intro #intro_slider .transparent {
	opacity: 0;
}

#intro #intro_slider .relative {
	position: relative;
}

#intro #intro_slider .preserve3d {
	-webkit-perspective: 200px;
			perspective: 200px;
	-webkit-perspective-origin: 50% 50%;
			perspective-origin: 50% 50%;
}

#intro #intro_slider .preserve3d1000 {
	-webkit-perspective: 1000px;
			perspective: 1000px;
	-webkit-perspective-origin: 50% 50%;
			perspective-origin: 50% 50%;
}

#intro #intro_slider .centralize {
	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-transform: translateZ(0px) translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#intro #intro_slider .centralizeX {
	position: absolute;
	left: 50%;

	-webkit-transform: translateZ(0px) translateX(-50%);
	transform: translateX(-50%);
}

#intro #intro_slider .centralizeY {
	position: absolute;
	top: 50%;

	-webkit-transform: translateZ(0px) translateY(-50%);
	transform: translateY(-50%);
}

#intro #intro_slider .scaler {
	position: absolute;
}

#intro #intro_slider .mSCaption {
	text-shadow: none;
	white-space: nowrap;
	text-rendering: optimizespeed;
	-webkit-font-smoothing: antialiased;
}

#intro #intro_slider .mSCaption.logo {
	margin-top: -40px;
	margin-left: -50px;
	width: 300px;
	height: 194px;
}

#intro #intro_slider .mSCaption.headers {
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	margin-top: 100px;
}

#intro #intro_slider .mountainParent {
	width: 1600px;
	height: 660px;
}

#intro #intro_slider .mSCaption.mountain {
	width: 100%;
	height: 100%;
	background: #CCC url(../img/captions/home_cont_bg.jpg);
}

#intro #intro_slider .mSCaption.spn {
	width: 476px;
	height: 373px;
	left: 3%;
	top: 7%;
	z-index: 10;
}

#intro #intro_slider .mSCaption.spn > div.mSCaption {
	width: 100%;
	height: 100%;
	background: url(../img/captions/sp2.png);
}

#intro #intro_slider .mSCaption.cloud1 {
	width: 140px;
	height: 90px;
	left: 3%;
	top: 42%;
	background: url(../img/captions/cloud.png);
	z-index: 5;
}

#intro #intro_slider .mSCaption.cloud2 {
	width: 110px;
	height: 67px;
	left: 22%;
	top: 10%;
	background: url(../img/captions/cloud2.png);
	z-index: 5;
}

#intro #intro_slider .mSCaption.cloud3 {
	width: 110px;
	height: 74px;
	left: 34%;
	top: 47%;
	background: url(../img/captions/cloud3.png);
	z-index: 5;
}

#intro #intro_slider .layers_presentation .mSCaption.first {
	font-size: 68px;
	font-weight: 300;
	color: #FFF;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#intro #intro_slider .layers_presentation .mSCaption.first .mSCaption {
	color: #000;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	font-size: 18px;
	text-transform: uppercase;
	margin-top: -10px;
}

#intro #intro_slider .layers_presentation .mSCaption.second {
	padding-right: 44px;
	height: 128px;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin-left: -14%;
}

#intro #intro_slider .layers_presentation .mSCaption.second div .layer1 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	font-size: 18px;
	font-weight: 300;
	margin-right: -50px;
	right: 0;
	top: -10px;
	color: #000;
}

#intro #intro_slider .layers_presentation .mSCaption.second div .layer2 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	font-family: Lato;
	font-size: 98px;
	font-weight: 100;
	margin-right: -50px;
	right: -25px;
	top: -50px;
	color: #777;
}

#intro #intro_slider .layers_presentation .mSCaption.second div .layer3 {
	font-size: 28px;
	font-weight: 300;
	margin-top: -30px;
	right: 0;
	top: 65px;
	color: #FFF;
	background: #000;
	padding: 5px 10px;
}

#intro #intro_slider .layers_presentation .mSCaption.second div .layer4 {
	font-size: 28px;
	font-weight: 300;
	margin-top: -30px;
	right: 0;
	top: 115px;
	color: #FFF;
	background: #C00;
	padding: 5px 10px;
}

#intro #intro_slider .layers_presentation .mSCaption.third {
	font-size: 48px;
	font-weight: 300;
	color: #000;
	margin-left: -14%;
	height: 145px;
}

#intro #intro_slider .layers_presentation .mSCaption.third span {
	display: inline-block;
	color: #FFF;
	background: rgba(0,0,0,0.6);
	padding: 0 30px;
	padding-bottom: 10px;

	-webkit-border-radius: 50px 0 50px 0;
	border-radius: 50px 20px 50px 20px;
}

#intro #intro_slider .layers_presentation .mSCaption.third div .layer1 {
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	font-family: Lato;
	font-weight: 100;
	font-size: 68px;
	top: 70px;
	text-align: center;
}

#intro #intro_slider .layers_presentation .mSCaption.fourth {
	height: 200px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
	font-family: Lato;
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-top: -20%
}

#intro #intro_slider .layers_presentation .mSCaption.fourth em {
	position: static !important;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
	display: block;
	font-size: 78px;
	font-style: normal;
	line-height: 44px;;
}

#intro #intro_slider .layers_presentation .mSCaption.fourth .layer1 {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	width: 100%;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 500;
	white-space: normal;
	text-align: justify;
	margin-left: -50%;
	color: #FFF;
}

#intro #intro_slider .layers_presentation .scaler1 {
	width: 426px;
	height: 200px;
}

#intro #intro_slider .layers_presentation .scaler2 {
	width: 426px;
	height: 200px;
}

#intro #intro_slider .layers_presentation .scaler3 {
	width: 880px;
	height: 200px;
}

#intro #intro_slider .layers_presentation .scaler4 {
	width: 526px;
	height: 240px;
}

#intro #intro_slider .responsive_presentation .blur {
	background: url('../img/52a9920595942_blur.jpg') no-repeat 50%;
	background-size: cover;
	width: 100%;
	height: 100%;
}

#intro #intro_slider .responsive_presentation .first {
	width: 604px;
	height: 354px;
}

#intro #intro_slider .responsive_presentation .first .relative {
	width: 100%;
	height: 100%;
}

#intro #intro_slider .responsive_presentation .first div.origami {
	background: url('../img/30plus.png') no-repeat;
	background-size: 604px 354px;
	width: 302px;
	height: 177px;
}

#intro #intro_slider .responsive_presentation .first div.origami.toprow {
	top: 0;
}

#intro #intro_slider .responsive_presentation .first div.origami.bottomrow {
	top: 177px;
}

#intro #intro_slider .responsive_presentation .first div.origami.bottomrow.layer1 {
	left: 0;
	background-position: 0 -177px;
}

#intro #intro_slider .responsive_presentation .first div.origami.bottomrow.layer2 {
	left: 302px;
	background-position: -302px -177px;
}

#intro #intro_slider .responsive_presentation .first div.origami.toprow.layer1 {
	left: 302px;
	background-position: -302px 0;
}

#intro #intro_slider .responsive_presentation .first div.origami.toprow.layer2 {
	left: 0;
	background-position: 0 0;
}

#intro #intro_slider .responsive_presentation .first div.plus {
	right: 27px;
	bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}

#intro #intro_slider .responsive_presentation .first div.morecomming {
	right: 27px;
	bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}

#intro #intro_slider .responsive_presentation .second {
	width: 1120px;
	height: 466px;
}

#intro #intro_slider .responsive_presentation .second .layer1 {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .9);
	margin-top: -20%;
	width: 800px;
	height: 449px;
	left: 0;
}

#intro #intro_slider .responsive_presentation .second .layer2,
#intro #intro_slider .responsive_presentation .second .layer3,
#intro #intro_slider .responsive_presentation .second .layer4,
#intro #intro_slider .responsive_presentation .second .layer5,
#intro #intro_slider .responsive_presentation .second .layer6,
#intro #intro_slider .responsive_presentation .second .layer7,
#intro #intro_slider .responsive_presentation .second .layer8 {
	left: 800px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: black 0px 1px;
	height: 42px;
	padding: 10px 25px;
}

#intro #intro_slider .responsive_presentation .second .layer2 {
	top: 28px;
	left: 800px;
	height: 114px;
	color: #000;
	background: #FFF;
	padding: 20px 30px;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

#intro #intro_slider .responsive_presentation .second .layer2 span {
	display: block;
	font-weight: 100;
	text-align: center;
}

#intro #intro_slider .responsive_presentation .second .layer3 {
	top: 142px;
	height: 52px;
	background: rgb(34, 34, 34);
	padding: 15px 30px;
}

#intro #intro_slider .responsive_presentation .second .layer4 {
	top: 194px;
	height: auto;
	background: #F06625;
	text-align: center;
	line-height: 22px;
}

#intro #intro_slider .responsive_presentation .second .layer4 span {
	display: block;
	font-weight: 700;
}

#intro #intro_slider .responsive_presentation .second .layer5 {
	top: 258px;
	background: rgb(223, 25, 42);
}

#intro #intro_slider .responsive_presentation .second .layer6 {
	top: 300px;
	background: rgb(27, 182, 236);
}

#intro #intro_slider .responsive_presentation .second .layer7 {
	top: 342px;
	background: rgb(116, 17, 19);
}

#intro #intro_slider .responsive_presentation .second .layer8 {
	top: 384px;
	background: rgb(116, 117, 19);
}

#intro #intro_slider .responsive_presentation .scaler1 {
	width: 644px;
	height: 394px;
}

#intro #intro_slider .responsive_presentation .scaler2 {
	width: 1160px;
	height: 506px;
}

#intro #intro_slider .present_mightyslider .scaler {
	width: 900px;
	height: 500px;
}

#intro #intro_slider .parallaxSlide .scaler {
	width: 1200px;
	height: 400px;
}

#intro #intro_slider .parallaxSlide .scaler .relative {
	width: 100%;
	height: 100%;
}

#intro #intro_slider .parallaxSlide .layer1 {
	font-family: Lato;
	font-size: 38px;
	font-weight: 300;
	color: #FFF;
	z-index: 11;
	left: 1000px;
	top: 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#intro #intro_slider .parallaxSlide .layer2 {
	font-family: Lato;
	font-size: 48px;
	font-weight: 300;
	color: #FFF;
	z-index: 11;
	left: 460px;
	top: 80px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#intro #intro_slider .parallaxSlide .layer3 {
	font-family: Lato;
	font-size: 22px;
	font-weight: 300;
	color: #FFF;
	z-index: 11;
	left: 747px;
	top: 150px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	word-spacing: 5px;
}

#intro #intro_slider .parallaxSlide .layer4 {
	width: 280px;
	font-family: Lato;
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	z-index: 11;
	left: 600px;
	top: 200px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	padding-top: 120px;
	white-space: normal;
	word-spacing: 5px;
}

#intro #intro_slider .parallaxSlide .layer5 {
	width: 280px;
	font-family: Lato;
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	z-index: 11;
	left: 900px;
	top: 200px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	padding-top: 120px;
	white-space: normal;
	word-spacing: 5px;
}

#intro #intro_slider .parallaxSlide .layer4 img {
	height: 40px;
	top: -90px;
}

#intro #intro_slider .parallaxSlide .layer5 img {
	height: 100px;
	top: -120px;
}

#intro #intro_slider .videoBackground .slide_pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../img/pattern.png');
	z-index: 5;
}

#intro #intro_slider .videoBackground .scaler {
	width: 820px;
	height: 141px;
	z-index: 11;
}

#intro #intro_slider .videoBackground .scaler > .relative {
	width: 100%;
	height: 100%;
}

#intro #intro_slider .videoBackground .layer1 {
	font-family: Arial, 'Open Sans', sans-serif;
	font-size: 52px;
	font-weight: 600;
	color: #FFF;
	border: 4px solid #FFF;
	background: rgba(0, 0, 0, 0.7);
	font-weight: 600;
	text-align: center;
	padding: 12px 30px;
}

#intro #intro_slider .videoBackground .layer2 {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	top: 116px;
}

#intro #intro_slider .buy_now .scaler {
	width: 980px;
	height: 406px;
}

#intro #intro_slider .buy_now .scaler .ticker_top,
#intro #intro_slider .buy_now .scaler .ticker_bottom {
	width: 100%;
	height: 140px;
	overflow: hidden;
	text-align: center;
}

#intro #intro_slider .buy_now .scaler .ticker_bottom {
	border-top: #404041 2px solid;
	height: 140px;
	margin-top: -1px;
}

#intro #intro_slider .buy_now .scaler .ticker_top .mSCaption,
#intro #intro_slider .buy_now .scaler .ticker_bottom .mSCaption {
	width: 100%;
	height: 140px;
	font-family: "Chingolo Pro";
	font-size: 200px;
	font-weight: 100;
	color: #000;
	text-transform: uppercase;
	line-height: 220px;
	color: #ed1c24;
}

#intro #intro_slider .buy_now .scaler .ticker_bottom .mSCaption {
	height: auto;
	line-height: 140px;
	color: #404041;
}

#intro #intro_slider .buy_now .scaler .ticker_bottom .mSCaption span {
	display: block;
	height: 240px;
	line-height: normal;
}

#intro #intro_slider .buy_now .scaler .call-to-action {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 60px;
	text-align: center;
}

#intro #intro_slider .buy_now .scaler .call-to-action li {
	display: inline-block;
	margin-right: 55px;
}

#intro #intro_slider .buy_now .scaler .call-to-action li:last-of-type {
	margin-right: 0px;
}

#intro #intro_slider .buy_now .scaler .call-to-action li a {
	display: inline-block;
	padding: 20px 55px;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	letter-spacing: 0.20em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#intro #intro_slider .buy_now .scaler .call-to-action li a i {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: -8px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url('../img/right.png') no-repeat 50% 0%;
}

#intro #intro_slider .buy_now .scaler .call-to-action li a:hover {
	background: #F2F2F2;
}

#intro #intro_slider .buy_now .scaler .call-to-action li a.no-border {
	background: transparent;
	border: none;
	padding: 20px 0px;
}

#intro #intro_slider .buy_now .scaler .call-to-action li a.no-border:hover {
	opacity: .7;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
	#intro #intro_slider .responsive_presentation .first div.origami {
		background-image: url('../img/30plus@2x.png');
	}

	#intro #intro_slider .buy_now .scaler .call-to-action li a i {
		background-image: url('../img/right@2x.png');
		background-size: 24px 24px;
	}
}

@media (max-width: 767px) {
	
}

/* ==== Page Header ==== */

h1.header {
	font-size: 90px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: -2px;
}

h2.header {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
	h1.header {
		font-size: 42px;
	}
}

p.header {
	font-size: 26px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	line-height: 1;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#header-top-desktop h1.header,
#header-top-mobile h1.header {
	font-weight: 600;
}

#header-top-desktop h1.header,
#header-top-mobile h1.header,
#header-top-desktop p.header,
#header-top-mobile p.header {
	color: #000;
	text-shadow: none;
}

#header-top-desktop p.header,
#header-top-mobile p.header {
	line-height: 1.5;
	margin: 30px 10%;
}

@media (max-width: 767px) {
	p.header {
		font-size: 18px;
	}

	#header-top-desktop p.header {
		margin: 15px 3%;
	}
}

/* ==== Section Headers ==== */

section h2.header {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	line-height: 26px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

section h2.header:after {
	display: block;
	content: "";
	height: 1px;
	width: 40px;
	background-color: #ccc;
	margin: 20px auto 30px;
}

#introducing-top-desktop {
	background: #000;
}

#introducing-top-mobile {
	background: #000;
}

#works-top-desktop {
	background: #000;
}

#works-top-mobile {
	background: #000;
}

#examples-top-desktop {
	background: #000;
}

#examples-top-mobile {
	background: #000;
}

#testimonial-top-desktop {
	background: #000;
}

#testimonial-top-mobile {
	background: #000;
}

#become-developer-top-desktop {
	background: #000;
}

#become-developer-top-mobile {
	background: #000;
}

#affilates-top-desktop {
	background: #000;
}

#affilates-top-mobile {
	background: #000;
}

#header-top-desktop,
#introducing-top-desktop,
#works-top-desktop,
#examples-top-desktop,
#become-developer-top-desktop,
#affilates-top-desktop,
#header-top-mobile,
#introducing-top-mobile,
#works-top-mobile,
#examples-top-mobile,
#become-developer-top-mobile,
#affilates-top-mobile {
	padding: 150px 0;
}

#testimonial-top-desktop,
#testimonial-top-mobile {
	padding: 60px 0;
}

#examples-top-desktop .inner,
#examples-top-mobile .inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 476px;
	margin-bottom: -476px;
	top: -150px;
}

@media (max-width: 767px) {
	#examples-top-desktop .inner,
	#examples-top-mobile .inner {
		display: none;
	}
}

#examples-top-desktop .inner i,
#examples-top-mobile .inner i {
	position: absolute;
	display: block;
	width: 929px;
	height: 929px;
}

#examples-top-mobile .inner i {
	opacity: 0.5;
}

#examples-top-desktop .inner i#black,
#examples-top-mobile .inner i#black {
	background: url(../img/flat-iphone-mockup.png);
	right: -500px;
	top: -200px;
}

#examples-top-desktop .inner i#white,
#examples-top-mobile .inner i#white {
	background: url(../img/flat-iphone-mockup-white.png);
	left: -500px;
	top: -400px;
}

#examples-top-desktop .header,
#examples-top-mobile .header {
	position: relative;
	z-index: 10;
}

@media (max-width: 1024px) {
	#header-top-desktop,
	#introducing-top-desktop,
	#works-top-desktop,
	#examples-top-desktop,
	#testimonial-top-desktop {
		background-size: auto;
	}
}

/* ==== Sections ==== */

#introducing,
#examples  {
	padding-right: 20px;
	padding-left: 20px;
	background: #f4f5f6;
}

#hint1  {
	background: #4d90fe;
	padding: 15px;
	text-align: center;
}

#hint2  {
	background: #4d90fe;
	padding: 15px;
	text-align: center;
}

#hint3  {
	background: #4d90fe;
	padding: 15px;
	text-align: center;
}

#hint1 a, #hint2 a, #hint3  a {
	color: #fff;
}

/* ==== Contact ==== */

input[type="text"], select, textarea {
	border: 1px solid #EEE;
	background: #f4f5f6;
	border-radius: 0;
	box-shadow: none;
}

#address {
	text-align: center;
}

.honeypot {
	display: none;
}

.message {
	display: none;
}

.alert {
    padding: 5px 15px 5px 15px;
	margin: 8px 0 0 0;
}

/* ==== Footer ==== */


@media (max-width: 767px) {
	#footer li {
		padding-bottom: 5px;
		text-align: center;
	}
}




/* ==== Preloader ==== */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

#status {
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -32px 0 0 -32px;
}

#preloader .timer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 64px;
	height: 64px;
	margin: auto;
	border-width: 5px;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	border-radius: 32px;
	text-indent: -9999px;
	-webkit-animation: spinner 1s linear infinite;
	animation: spinner 1s linear infinite;
}

/* ==== Intro more button ==== */

#more {
	text-align: center;
	position: absolute;
	height: 62px;
	right: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
}

#more a {
	pointer-events: all;
}

.delay {
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
}

.animated {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY();
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}



