@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,700,900);

body {
	font-family: 'Raleway', sans-serif !important;
}
header {
	background: rgba(65, 51, 117, 0.9);
	padding: 20px 0 28px;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
footer {
	background: #323232;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 45px 0 45px;
	border-top: 1px solid #4a4a4a;
}
	footer p {
		font-size: 13px;
		color: #aaaaaa;
		margin: 18px 0 0 !important;
	}
	footer nav {
	}
		footer nav ul {
			margin: 20px 0 0;
		}
		footer nav li {
			border-left: 1px solid #666666;
			margin: 0;
		}
			footer nav li:first-child {
				border-left: 0 none;
			}
		footer nav a {
			font-size: 13px;
			color: #aaaaaa;
			padding: 0 20px;
			font-weight: 400;
		}
			footer nav a::before {
				background: #666666;
			}
	footer.home {
		background: url(../img/bg/bg_footer.jpg) left top no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		padding: 75px 0 65px;
	}
		footer.home h4 {
			margin: 0 0 30px;
		}
		footer.home p {
			font-size: 13px;
			color: #aaaaaa;
			margin: 18px 0 0 !important;
		}
		footer.home nav {
		}
			footer.home nav ul {
				margin: 20px 0 0;
			}
			footer.home nav li {
				border-left: 1px solid #666666;
				margin: 0;
			}
				footer.home nav li:first-child {
					border-left: 0 none;
				}
			footer.home nav a {
				font-size: 13px;
				color: #aaaaaa;
				padding: 0 20px;
			}
				footer.home nav a::before {
					background: #666666;
				}
nav {
}
	nav ul {
		float: right;
		margin: 26px 0 0;
	}
	nav li {
		list-style: none;
		float: left;
		line-height: 1;
		margin: 0 0 0 30px;
	}
	nav a {
		font-size: 15px;
		color: #ffffff;
		line-height: 1;
		position: relative;
		font-weight: 700;
	}
		nav a::before {
			content: "";
			display: block;
			background: #fff;
			height: 1px;
			width: 0%;
			position: absolute;
			top: 18px;
			opacity: 0;
			transition: all 0.3s ease-in-out;
			-webkit-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
		}
		nav a:hover::before,
		nav a.active::before {
			width: 100%;
			opacity: 1;
		}
aside {
	overflow: hidden;
	float: right;
	margin: 14px 0 0;
}
	aside ul {
		margin: 0;
	}
	aside li {
		float: left;
		list-style: none;
		margin: 0 0 0 10px;
	}
	aside a {
	}
h1 {
}
h2 {
	font-size: 23px;
	color: #ffffff;
	font-weight: 700 !important;
	line-height: 1;
	margin: 65px 0 35px !important;
}
h3 {
	font-size: 16px;
	color: #5a5f98;
	text-align: center;
	text-transform: uppercase;
	background: #323232;
	float: left;
	border-top: 1px solid #5a5f98;
	border-left: 1px solid #5a5f98;
	border-right: 1px solid #5a5f98;
	position: relative;
	padding: 15px 70px !important;
	min-width: 210px;
}
	h3::after {
		content:"";
		width: 0;
	    height: 0;
	    border-top: 60px solid #5a5f98; 
	    border-right: 211px solid transparent;
	    position: absolute;
	    left: -1px;
	    top: 45px;
	    z-index: 5;     
	}
	h3::before {
		content:"";
		width: 0;
	    height: 0;
	    border-top: 59px solid #323232; 
	    border-right: 207px solid transparent;
	    position: absolute;
	    left: 0;
	    top: 45px;
	    z-index: 10;     
	}
	h3.big {
		font-size: 16px;
		color: #5a5f98;
		text-align: center;
		text-transform: uppercase;
		background: #323232;
		float: left;
		border-top: 1px solid #5a5f98;
		border-left: 1px solid #5a5f98;
		border-right: 1px solid #5a5f98;
		position: relative;
		padding: 15px 58px !important;
		min-width: 285px;
	}
		h3.big::after {
			content:"";
			width: 0;
		    height: 0;
		    border-top: 60px solid #5a5f98; 
		    border-right: 286px solid transparent;
		    position: absolute;
		    left: -1px;
		    top: 45px;
		    z-index: 5;     
		}
		h3.big::before {
			content:"";
			width: 0;
		    height: 0;
		    border-top: 59px solid #323232; 
		    border-right: 281px solid transparent;
		    position: absolute;
		    left: 0;
		    top: 45px;
		    z-index: 10;     
		}
h4 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 300 !important;
	line-height: 1.5;
}
h5 {
}
h6 {
}
p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 300 !important;
	line-height: 1.5;
	margin: 0 0 40px !important;
}
label {
	font-size: 15px;
	color: #666666;
	font-weight: 400 !important;
	margin: 0 0 10px;
}
input {
	background: #323232;
	width: 100%;
	font-size: 15px;
	color: #929292;
	border: 1px solid #929292;
	padding: 10px;
	margin: 0 0 24px;
}
	input:focus,
	textarea:focus {
		background: rgba(90, 95, 152, 0.5) !important;
		box-shadow: none !important;
	}
textarea {
	background: #323232;
	width: 100%;
	font-size: 15px;
	color: #929292;
	border: 1px solid #929292;
	padding: 10px;
	margin: 0 0 24px;
	height: 219px !important;
}
/* BEGIN REUTILIZABLE */
.nav-up {
    top: -110px;
}
.trickLogo {
	display: block;
	float: left;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	max-width: 220px;
}
	.trickLogo:hover {
		opacity: 0.5;
	}
.imageHolder {
	height: 790px !important;
}
.headerBanner {
	position: relative;
	overflow: hidden;
	height: 700px;
}
	.headerBanner .absolute {
		position: absolute;
		top: 53%;
		z-index: 50;
		left: 50%;
		margin: -90px 0 0 -36.75rem;
	}
	.headerBanner .absolute h1 {
		font-size: 68px;
		color: #fff;
		font-weight: 800;
		margin: 0 0 30px;
		line-height: 1;
	}
	.headerBanner .absolute h4 {
		font-size: 31px;
		color: #fff;
		margin: 0 0 40px;
		line-height: 1.1;
		font-weight: 300;
		text-align: left;
	}
.bannerImg {
	background: none;
	position: fixed;
	z-index: -1;
	top: 0;
	width: 100%;
	left: 0;
}
	.bannerImg img {
		width: 100%;
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
	}
.btn {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	display: block;
	float: left;
	clear: both;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 20px 40px;
	background: rgba(255, 255, 255, 0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
	.btn:hover {
		background: rgba(255, 255, 255, 1);		
		color: #000;
	}
	.btn.center {
		margin: auto;
		float: none;
		width: 230px;
	}
.line{
	width: 100%;
	height: 1px;
	background: #505050;
	float: left;
	clear: both;
	margin: 80px 0 30px;
}
.btnFacebook{
	background: url(../img/icon/social.png) left top no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.btnTwitter{
	background: url(../img/icon/social.png) -36px top no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.btnLinkedin{
	background: url(../img/icon/social.png) -71px top no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
	.btnFacebook:hover,
	.btnTwitter:hover,
	.btnLinkedin:hover {
		opacity: 0.5;
	}
.separador {
	height: 1px;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.noPadding {
	padding: 0 !important;
}
/* END REUTILIZABLE */
/* BEGIN HOME */
.grayBg {
	background: url(../img/bg/bg_gray.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 65px 0;
}
.iso {
	background: url(../img/logos/iso.png) left top no-repeat;
	width: 50px;
	height: 57px;
	margin: auto auto 40px;
}
.boxBg_A {
	background: url(../img/bg/bg_001.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	overflow: hidden;
}
.boxBg_B {
	background: url(../img/bg/bg_002.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	overflow: hidden;
}
	.boxBg_A img ,
	.boxBg_B img {
		width: 100%;
	}
/* END HOME */
/* BEGIN ABOUT */
.separadorTrick {
	background: url(../img/bg/bg_separador.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 100px 0;
}
	.separadorTrick .iso {
		margin: auto;
	}
.boxServices {
	background: url(../img/bg/bg_services.jpg) bottom center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 90px 0 40px;
}
	.boxServices h2 {
		text-align: center;
		color: #5a5f98;
		margin: 0 0 45px !important;
	}
	.boxServices p {
		text-align: center;
		line-height: 2;
	}
.icon {
	overflow: hidden;
	margin: auto;
	text-align: center;
}
	.icon img {
		margin: auto auto 12px;
		display: block;
	}
.separadorBig {
	height: 80px;
	width: 100%;
	float: left;
	clear: both;
}
.whiteBg {
	background: #fff;
	padding: 25px 0;
}
.serviceTech {
	width: 20%;
	float: left;
	text-align: center;
}
.boxTeam {
	background: url(../img/bg/bg_team.jpg) top center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 110px 0;
}
	.boxTeam h2 {
		margin: 0 !important;
		text-align: center;
		color: #5a5f98;
	}
.teamCEO {
	padding: 0 !important;
	position: relative;
}
	.teamCEO img {
		width: 100%;
	}
	.teamCEO .right {
		position: absolute;
		top: 10%;
		right: 5%;
		text-align: right;
	}
	.teamCEO .left {
		position: absolute;
		top: 10%;
		left: 5%;
		text-align: left;
	}
	.teamCEO p {
		font-size: 13px;
		color: #000000;
		font-weight: 400 !important;
		line-height: 1.7;
		margin: 0 0 30px !important;
	}
	.teamCEO strong {
		font-size: 13px;
		font-weight: 700;
	}
.team {
	width: 100%;
}
.boxGalery {
	background: #323232;
	padding: 0 0 90px;
}
	.boxGalery img {
		width: 100%;
	}
	.boxGalery h4 {
	margin: 75px 0 35px;
	}
	.boxGalery .btn {
	margin: auto;
	float: none;
	width: 200px;
	}
.orbit-slide-number,
.orbit-timer.paused,
.orbit-slide-number,
.orbit-prev,
.orbit-next {
	display: none !important;
}
/* END ABOUT */
/* BEGIN PORTFOLIO */
#boxBtnGaming,
#boxBtnMobile {
	background: #323232;
}
	#boxBtnGaming.active,
	#boxBtnMobile.active {
		background: #5a5f98;
	}
.boxPortfolio {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	background: url(../img/bg/bg_line.jpg) center top repeat;
}
	.boxPortfolio h2 {
		font-size: 23px;
		color: #5a5f98;
		text-align: center;
	}
	.boxPortfolio .boxGalery {
		padding: 0;
	}
	.subNav {
		margin: auto;
		overflow: hidden;
		display: inline-block;
	}
		.subNav li {
			list-style: none;
			float: left;
			background: #323232;
			border: 1px solid #5a5f98;
			transition: all 0.5s ease-in-out;
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
		}
			.subNav li:first-child {
				border-top-left-radius: 50px;
				border-bottom-left-radius: 50px;
			}
				.subNav li:first-child a {
					padding: 24px 30px 24px 44px;
				}
			.subNav li:last-child {
				border-top-right-radius: 50px;
				border-bottom-right-radius: 50px;
			}
				.subNav li:last-child a {
					padding: 24px 44px 24px 30px;
				}
			.subNav li.active {
				background: #5a5f98;
			}
				.subNav li.active a {
					color: #fff;
				}
		.subNav a {
			display: block;
			font-size: 16px;
			color: #5a5f98;
			font-weight: 300;
			text-align: center;
			line-height: 1;
			float: left;
		}
			.subNav li:hover {
				opacity: 0.25;
			}
			.subNav li.active:hover {
				opacity: 1;
			}
.separadorPortfolio {
	height: 160px;
	float: left;
	clear: both;
	width: 100%;
}
.linePortfolio {
	width: 100%;
	height: 1px;
	background: #6e6e6e;
	float: left;
	clear: both;
	overflow: hidden;
	margin: 100px 0;
}
.infoPortfolio {
}
	.infoPortfolio h2 {
		text-align: left;
		color: #888888;
		margin: 0 0 35px !important;
		clear: both;
	}
	.infoPortfolio h2 span {
		color: #575757;
	}
	.infoPortfolio p {
		text-align: left;
		color: #888888;
		margin: 0 0 50px !important;
	}
.iconPortfolio {
	overflow: hidden;
	margin: 0 0 70px;
}
.noneIcon {
	width: 65px;
	height: 65px;
	float: left;
}
.ipadIcon {
	background: url(../img/icon/icon_ipad.png) left top no-repeat;
	width: 46px;
	height: 65px;
	display: block;
	float: left;
	margin: 0 50px 0 0;
}
.iphoneIcon {
	background: url(../img/icon/icon_iphone.png) left top no-repeat;
	width: 30px;
	height: 65px;
	display: block;
	float: left;
}
.iconAndroid {
	background: url(../img/icon/icon_android.png) left top no-repeat;
	width: 66px;
	height: 77px;
	float: left;
	margin: 0 0 45px 50px;
}
.iconIOS {
	background: url(../img/icon/icon_ios.png) left top no-repeat;
	width: 94px;
	height: 60px;
	float: left;
	margin: 8px 0 45px 50px;
}
.iconApple {
	background: url(../img/icon/icon_osx.png) left top no-repeat;
	width: 61px;
	height: 74px;
	float: left;
	margin: 0 0 45px 50px;
}
.iconWindows8 {
	background: url(../img/icon/icon_windows8.png) left top no-repeat;
	width: 232px;
	height: 34px;
	margin: 0 50px 45px 0;
	float: left;
	clear: both;
}
.iconMac {
	background: url(../img/icon/icon_mac.png) left top no-repeat;
	width: 88px;
	height: 70px;
	float: left;
	margin: 0 40px 0 0;
}
.iconWindows {
	background: url(../img/icon/icon_windows.png) left top no-repeat;
	width: 89px;
	height: 70px;
	float: left;
	margin: 0 40px 0 0;
}
.iconWii {
	background: url(../img/icon/icon_wii.png) left top no-repeat;
	width: 70px;
	height: 72px;
	float: left;
	margin: 0 40px 0 0;
}
.iconGameboy {
	background: url(../img/icon/icon_gameboy.png) left top no-repeat;
	width: 49px;
	height: 72px;
	float: left;
}
.iconWin8 {
	background: url(../img/icon/icon_win8.png) left top no-repeat;
	width: 160px;
	height: 33px;
	float: left;
}
.iconUnity {
	background: url(../img/icon/icon_unity.png) left top no-repeat;
	width: 127px;
	height: 49px;
	float: left;
	margin: 6px 45px 0 0;
}
.iconPhoton {
	background: url(../img/icon/icon_photon.png) left top no-repeat;
	width: 181px;
	height: 59px;
	float: left;
	margin: 6px 45px 45px 0;	
}
.iconMicrosoft {
	background: url(../img/icon/icon_microsoft.png) left top no-repeat;
	width: 117px;
	height: 63px;
	float: left;
	margin: 0 0 45px;
}
.iconC {
	background: url(../img/icon/icon_c.png) left top no-repeat;
	width: 55px;
	height: 36px;
	float: left;
	margin: 0 45px 0 0;
}
.iconCPlus {
	background: url(../img/icon/icon_cplus.png) left top no-repeat;
	width: 43px;
	height: 36px;
	float: left;
	margin: 0 45px 0 0;
}
.iconWindowsPhone {
	background: url(../img/icon/icon_windowsphone.png) left top no-repeat;
	width: 186px;
	height: 36px;
	float: left;
	margin: 0 45px 0 0;
}
.iconDirectX {
	background: url(../img/icon/icon_directx.png) left top no-repeat;
	width: 93px;
	height: 36px;
	float: left;
	margin: 10px 45px 0 0;
}
.iconOpenGl {
	background: url(../img/icon/icon_opengl.png) left top no-repeat;
	width: 90px;
	height: 50px;
	float: left;
	margin: 0 45px 0 0;
}
.iconObjectiveC {
	background: url(../img/icon/icon_objectivec.png) left top no-repeat;
	width: 149px;
	height: 50px;
	float: left;
	margin: 0 0 45px;
}
.cracycart {
	background: url(../img/photo/img_crazycart.png) left top no-repeat;
	width: 817px;
	height: 688px;
	margin: 10px 0 0 -100px;
}
.kitty {
	background: url(../img/photo/img_kitty.png) left top no-repeat;
	width: 770px;
	height: 550px;
	margin: 70px 0 100px -130px;
}
.poker {
	background: url(../img/photo/img_poker.png) left top no-repeat;
	width: 817px;
	height: 550px;
	margin: 70px 0 100px -130px;
}
.warheads {
	background: url(../img/photo/img_warheads.png) left top no-repeat;
	width: 833px;
	height: 523px;
	margin: 100px 0 100px -130px;
}
.coindozer {
	background: url(../img/photo/img_coindozer.png) left top no-repeat;
	width: 842px;
	height: 663px;
	margin: 60px 0 100px -150px;
}
.bestbuy {
	background: url(../img/photo/img_bestbuy.png) left top no-repeat;
	width: 842px;
	height: 537px;
	margin: 100px 0 100px -150px;
}
.dancefanatik {
	background: url(../img/photo/img_dancefanatik.png) left top no-repeat;
	width: 797px;
	height: 811px;
	margin: 70px 0 100px -120px;
}
.meegenius {
	background: url(../img/photo/img_meegenius.png) left top no-repeat;
	width: 806px;
	height: 525px;
	margin: 130px 0 100px -120px;
}
.rockspace {
	background: url(../img/photo/img_rockspace.png) left top no-repeat;
	width: 796px;
	height: 521px;
	margin: 130px 0 100px -120px;
}
.fodors {
	background: url(../img/photo/img_fodors.png) left top no-repeat;
	width: 796px;
	height: 521px;
	margin: 130px 0 100px -120px;
}
.port1 {
	min-height: 450px;
}
.port2 {
	min-height: 322px;
}
.port3 {
	min-height: 404px;
}
.port4 {
	min-height: 322px;
}
.port5 {
	min-height: 460px;
}
.port6 {
	min-height: 321px;
}
.port7 {
	min-height: 595px;
}
.port8 {
	min-height: 321px;
}
.port9 {
	min-height: 321px;
}
.port10 {
	min-height: 321px;
}
/* END PORTFOLIO */
/* BEGIN CONTACTO */
.boxContact {
	background: url(../img/bg/bg_contact.jpg) center bottom no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 250px 0 0;
}
	.boxContact h1 {
		text-align: center;
		font-size: 45px;
		color: #fff;
		font-weight: 300;
		line-height: 1.5;
		margin: 0 0 190px;
	}
	.boxContact h2 {
		color: #5a5f98;
		margin: 0 0 40px !important;
	}
	.boxContact p {
		clear: both;
	}
	.boxContact aside {
		margin: 0 0 300px;
		float: left;
	}
	.boxContact aside li {
		margin: 0 10px 0 0;
	}
.separadorChico {
	background: #ffffff;
	width: 33.33%;
	height: 1px;
	float: left;
	clear: both;
	margin: 0 0 40px;
}
.btnContact{
	font-size: 15px;
	color: #fefefe;
	text-transform: uppercase;
	font-weight: 400 !important;
	border: 0 none;
	background: #161616;
	padding: 20px 65px;
	float: right;
	width: initial;
	border-radius: 3px !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
	.btnContact:hover {
		background: #929292;
		color: #fff;
		opacity: 0.5;
	}
/* END CONTACTO */