body {
	position:absolute;
	margin:0 auto;

}
body {
	background: #000;
	overflow: hidden;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	height:100% !important;
}
html {
	height:100% !important;
	}
.home {
  height:98% !important;
}
.about {
    height: 90% !important;
}
.wrapper {
    height: 100% !important;
 
}
html, body{
    /* any div up to fullscreen-cont must have this
    in this case html and body */
    height:100%;
    min-height:100%;
    margin:0;
	 position: relative;
}

.fullscreen-cont {
    display: block;
    margin-bottom: 2px;
    margin-top: -55px;
    min-height: 618px;
    min-width: 100%;
    position: relative;
}
.fullscreen-img {
    display:block;position:absolute;z-index:-1;
    min-width:100%;
    min-height:100%;
    background:transparent url('../images/about.jpg') center center no-repeat;
    background-size:cover;
}

#back {
	/*position: fixed;
	width: 100%;
	height: 1920px;
	z-index: 1;
	top: -430px; */
	/*left: -20%;*/
/*	margin:0 auto !important;
	animation-name: rotate;
	animation-duration:100s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	-webkit-animation-name: rotate;
	-webkit-animation-duration:700s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-name: rotate;
	-moz-animation-duration:100s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
	
	background:url('../images/bg.jpg') center center fixed no-repeat; */

    background:                 url("../images/bg.jpg") no-repeat scroll 0% 0% transparent;
    height:                     1920px;
    left:                       50%;
    margin:                     -960px 0px 0px -960px;
    position:                   absolute;
    width:                      1920px;
    animation:                  500s ease 0s normal none infinite rotate;
    -webkit-animation:          500s ease 0s normal none infinite rotate;
    transform-origin:           50% 50% 0px;
    -moz-transform-origin:      50% 50% 0px;
    -webkit-transform-origin:   50% 50% 0px;
    -o-transform-origin:        50% 50% 0px;
    z-index:                    1;
    top:                        60%;
}


.fullscreen-img-work {
    display:block;position:absolute;z-index:-1;
    min-width:100%;
    min-height:100%;
    background:transparent url('../images/work.jpg') center center no-repeat;
    background-size:cover;
}
div.texto-about {
    color: #000000 !important;
    font-family: Lato;
    padding-left: 160px;
    padding-top: 145px;
    text-align: justify;
    width: 941px;
	  padding-bottom: 150px !important;
}
div.texto-work {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 266px;
    padding-top: 39px;
    width: 900px;
}

div.container-about {
    min-height: 90px !important;
}
/*.about { 
background: url("../images/about.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
*/
.carousel-control {
	 top: 50% !important;}

div#myCarousel {
    margin: 0 auto;
    width: 900px;
}

/*@-moz-document url-prefix() { 
  .home {
     height:auto !important;
  }
}*/
div.slogan {
    position: relative;
    z-index: 999;
}

 html>/**/body div.slogan-abajo, x:-moz-any-link, x:default {
  bottom: 0;
}
html>/**/body .wrapper, x:-moz-any-link, x:default {
 height: 85% !important;
}
div.slogan-abajo {
    background-color: #070709;
    bottom: 0;
    height: 250px;
    position: absolute;
    width: 100%;
    z-index: 999999;
}
div.slogan-aboutus {
    background-color: #070709;
    bottom: 0;
    height: 250px;
    position: absolute;
    width: 100%;
    z-index: 999999;
}
div.weare {
    background: url("../images/weare.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    width: 100%;
}
div.music {
    background: url("../images/music.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    width: 100%;
}
div.logo-grande {
    background: url("../images/logo2.png") no-repeat scroll 0 0 transparent;
    height: 175px;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 800px;
}
@-webkit-keyframes pulse {
	from {
		background: #000;
	}
	25% {
		background-color: #003;
	}
	50% {
		background-color: #030;
	}
	to {
		background: #000;
	}
}

p {
	z-index: 0;
	color: rgba(0, 0, 0, 0);
}

#fog,
#fog-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2000px;
	height: 2000px;
	margin-top: -1000px;
	margin-left: -1000px;
	opacity: .5;
	background: url(../images/fog.png) repeat-x 0 center;
	-webkit-animation-name: fogAnimation;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

#fog-2 {
	opacity: 1;
	-webkit-animation-duration: 120s;
}

@-webkit-keyframes fogAnimation {
	from {
		-webkit-transform: rotate(0deg);
		background-position: 0 center;
	}
	to {
		-webkit-transform: rotate(360deg);
		background-position: 1000px center;
	}
}

#glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 800px;
	margin: -400px 0 0 -400px;
	background: url(../images/glow.png) repeat-x 0 0;
	-webkit-animation-name: glowAnimation;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes glowAnimation {
	from {
		opacity: 1;
	}
	50% {
		opacity: .75;
	}
	to {
		opacity: 1;
	}
}

#light {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 800px;
	margin: -400px 0 0 -400px;
	background: url(../images/light.png) no-repeat center center;
	-webkit-animation-name: lightAnimation;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes lightAnimation {
	from {
		opacity: .25;
	}
	50% {
		opacity: .5;
	}
	to {
		opacity: .25;
	}
}

#stars,
#stars-2,
#small-stars,
#small-stars-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	margin: -300px 0 0 -300px;
	background: url(../images/stars-large.png) no-repeat center center;
	-webkit-animation-name: starsLarge;
	-webkit-animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes starsLarge {
	from {
		-webkit-transform: rotate(0deg) scale(3);
		opacity: .1;
	}
	to {
		-webkit-transform: rotate(360deg) scale(.5);
		opacity: 0;
	}
}

#stars-2 {
	-webkit-animation-name: starsLargeAlt;
	-webkit-animation-duration: 45s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes starsLargeAlt {
	from {
		-webkit-transform: rotate(180deg) scale(3);
		opacity: .25;
	}
	to {
		-webkit-transform: rotate(360deg) scale(.5);
		opacity: 0;
	}
}

#small-stars,
#small-stars-2 {
	background: url(../images/stars-small.png) no-repeat center center;
	-webkit-animation-duration: 15s;
	-webkit-animation-name: starsSmall;
}

#small-stars-2 {
	-webkit-animation-name: starsSmallAlt;
	-webkit-animation-duration: 30s;
}

@-webkit-keyframes starsSmall {
	from {
		-webkit-transform: rotate(360deg) scale(3);
		opacity: .25;
	}
	to {
		-webkit-transform: rotate(0deg) scale(.5);
		opacity: 0;
	}
}

@-webkit-keyframes starsSmallAlt {
	from {
		-webkit-transform: rotate(0deg) scale(3);
		opacity: .1;
	}
	to {
		-webkit-transform: rotate(360deg) scale(.5);
		opacity: 0;
	}
}
/* Css */
/* ======================================================================== */
/* ! Font
/* ======================================================================== */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova';
	src: url('../font/ProximaNova-Regular.eot');
	src: url('../font/ProximaNova-Regular.eot?#iefix') format('eot'), 
	     url('../font/ProximaNova-Regular.woff') format('woff'), 
	     url('../font/ProximaNova-Regular.ttf') format('truetype'), 
	     url('../font/ProximaNova-Regular.svg') format('svg');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Semibold';
	src: url('../font/ProximaNova-Semibold.eot');
	src: url('../font/ProximaNova-Semibold.eot?#iefix') format('eot'), 
		 url('../font/ProximaNova-Semibold.woff') format('woff'), 
		 url('../font/ProximaNova-Semibold.ttf') format('truetype'), 
		 url('../font/ProximaNova-Semibold.svg') format('svg');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Bold';
	src: url('../font/ProximaNova-Bold.eot');
	src: url('../font/ProximaNova-Bold.eot?#iefix') format('eot'), 
		 url('../font/ProximaNova-Bold.woff') format('woff'), 
		 url('../font/ProximaNova-Bold.ttf') format('truetype'), 
		 url('../font/ProximaNova-Bold.svg') format('svg');
}
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../font/proximanova-light-webfont.eot');
    src: url('../font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-light-webfont.woff') format('woff'),
         url('../font/proximanova-light-webfont.ttf') format('truetype'),
         url('../font/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* aca */
div.home-concept span.cloud {
	background: transparent url("../images/home-concept-icons.png") no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 57%;
	top: 35px;
	
}

div.home-concept span.sun {
	background: transparent url("../images/home-concept-icons.png") no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10%;
	top: 35px;
}

div.home-concept {
    background: url("../images/home-concept.png") no-repeat scroll center 0 transparent;
    overflow: hidden;
    width: 100%;
}
/* ======================================================================== */
/* ! Buttons
/* ======================================================================== */
 .btn {
 	border: none;
	font-size: 16px;
 	display: inline-block;
 	text-align: center;
 	font-family: 'ProximaNova-Semibold';
 	text-shadow: none;
 	-webkit-box-shadow: none;
	box-shadow: none;
 }
.btn:hover,
.btn:active {
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #fff;
}
.btn-large,
.btn-small,
.btn-mini {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-large {
	padding: 15px 50px;
}
.btn-tomato,
.btn-tomato:focus, 
.btn-tomato:active,
.btn-tomato.active, 
.btn-tomato.disabled, 
.btn-tomato[disabled] {
	background: #fd6740 none;
	color: #fff;
}
.btn-tomato:hover,
.btn-tomato-dark:hover {
	background: #ff805f none;
}
.btn-turquoise,
.btn-turquoise:focus, 
.btn-turquoise:active,
.btn-turquoise.active, 
.btn-turquoise.disabled, 
.btn-turquoise[disabled] {
	background: #24afaa none;
	color: #fff;
}
.btn-turquoise:hover {
	background: #3EC9C4 none;
}
.btn-transparent,
.btn-transparent:focus, 
.btn-transparent:active,
.btn-transparent.active, 
.btn-transparent.disabled, 
.btn-transparent[disabled] {
	background: rgba(255,255,255,.2) none;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff;
	color: #fff;
}
.btn-transparent:hover {
	background: rgba(255,255,255,.5) none;
}
/* ======================================================================== */
/* ! Margins
/* ======================================================================== */
.mar-t10 { margin-top: 10px; }
.mar-t20 { margin-top: 20px; }
.mar-t30 { margin-top: 30px; }
.mar-t40 { margin-top: 40px; }
.mar-t50 { margin-top: 50px; }
.mar-t60 { margin-top: 60px; }
.mar-b10 { margin-bottom: 10px; }
.mar-b20 { margin-bottom: 20px; }
.mar-b30 { margin-bottom: 30px; }
.mar-b40 { margin-bottom: 40px; }
.mar-b50 { margin-bottom: 50px; }
.mar-b60 { margin-bottom: 60px; }
/* ======================================================================== */
/* ! General
/* ======================================================================== */
body {
	font: 15px/20px "ProximaNova", Arial, Helvetica, Geneva, sans-serif;
	background: #000;
	color: #222a31;
	padding-top: 80px;
}
a {
	color: #24afaa;
}
a:hover {
	color: #50bfbb;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.colored a {
	color: #fff;
}
.colored a:hover {
	color: rgba(255,255,255,.5);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.bold,
strong {
	font-family: 'ProximaNova-Semibold';
}
.light {
	font-family: 'ProximaNova-Light';
}
.uppercase {
	text-transform: uppercase;
}
.wrapper {
	/*min-height: 630px;*/
	box-sizing: border-box;
	position: relative;
	padding: 60px 0;
}
.mini-wrapper {
	min-height: 310px;
	position: relative;
	padding: 60px 0 90px;
}
.anchor {
	position: absolute;
	top: -80px;
}
.bordered {
	border: 5px solid #fff;
	display: inline-block;
}
.full-rounded {
	border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-ms-border-radius: 1000px;
}
header,
section,
footer {
	z-index: 2;
}
/* ======================================================================== */
/* ! Typography
/* ======================================================================== */
h1, h2, h3, h4, h5, h6, p { margin: 0 0 20px; letter-spacing: 0; }
h2 { font: 100 52px/52px "ProximaNova-Light", Arial, Helvetica, Geneva, sans-serif; }
h3 { font: 100 24px/30px "ProximaNova-Light", Arial, Helvetica, Geneva, sans-serif; }
h3 { font: 100 24px/30px "ProximaNova-Light", Arial, Helvetica, Geneva, sans-serif; }
h4 { font: 100 30px/36px "ProximaNova-Light", Arial, Helvetica, Geneva, sans-serif; }
h5 { font: 100 18px/24px "ProximaNova-Light", Arial, Helvetica, Geneva, sans-serif; }
h6 { font: 100 14px/20px "ProximaNova-Light", Arial, Helvetica, Geneva, sans-serif; }
.colored p, .colored ul { color: rgba(255,255,255,.7); }
p, ul { color: rgba(34,42,49,.7); }
/* ======================================================================== */
/* ! Nav
/* ======================================================================== */
.navbar .brand {
	color: #222a31;
	padding: 24px 15px 0;
	font-size: 30px;
}
.nav {
	/*font: normal 16px/16px "ProximaNova-Semibold", Arial, Helvetica, Geneva, sans-serif;*/
	text-shadow: none;	
}
.navbar-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid #929292 !important;
}

.navbar .nav > li > a {
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    padding: 30px 20px;
    text-transform: uppercase;
}
.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover {
	text-shadow: none;
}
.navbar-fixed-top .navbar-inner, 
.navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

.logo {
    background: url("../images/logo.png") no-repeat scroll 0 22px rgba(0, 0, 0, 0);
    height: 70px;
    margin: 0 auto -70px;
    width: 1140px;
}
.aviones {
    background-image: url("../images/aviones.png");
    height: 300px;
    margin: 0 auto !important;
    position: fixed;
    width: 940px;
    z-index: 999999;
	animation:mymove 5s infinite;
-webkit-animation:mymove 5s infinite; /* Safari and Chrome */
}

@keyframes mymove
{
from {top:0px;}
to {bottom:100px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
from {top:0px;}
to {bottom:100px;}
}
	
}
/* ======================================================================== */
/* ! Row1
/* ======================================================================== */
.main-title {
	margin: 20px auto 40px;
}
.main-title h2 {
	font-size: 48px;
	margin: 0 0 10px;
}
.main-title h3 {
	font-size: 30px;
}
/* ======================================================================== */
/* ! Pricing table
/* ======================================================================== */
.pricing-table {
	-webkit-box-shadow: inset 0 0 0 1px #ebebeb;
	-moz-box-shadow: inset 0 0 0 1px #ebebeb;
	box-shadow: inset 0 0 0 1px #ebebeb;
	padding: 30px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.pricing-table:hover {
	top: -10px;
	position: relative;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}
.pricing-table h4 {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ebebeb;
}
.pricing-action .bg-tomato {
	font-family: 'ProximaNova-Bold', Arial, sans-serif;
	display: block;
	padding: 20px 0;
	font-size: 16px;
}
.pricing-action .bg-tomato:hover {
	background: #ff805f none;
	color: #fff;
	text-decoration: none;
}
.price {
	font-size: 88px;
	font-family: 'ProximaNova-Bold', Arial, sans-serif;
}
.decimal {
	font-family: 'ProximaNova-Bold', Arial, sans-serif;
	font-size: 44px;
}
.pricing-price {
	padding: 40px 0;
	position: relative;
}
.pricing-features {
	padding: 0 10px 40px;
}
.focus {
	margin-top: -30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.focus .pricing-price {
	padding: 70px 0;
}
.focus .bg-tomato {
	background: rgba(255,255,255,.2);
}
.focus .pricing-features {
	color: #fff;
}
/* ======================================================================== */
/* ! Tabs
/* ======================================================================== */
.colored .nav-tabs.nav-stacked > li > a {
	border: 1px solid #fff;
	font: 100 18px/36px "ProximaNova-Light", Arial, Helvetica, Geneva, sans-serif !important;
	padding: 10px 20px;
}
.colored .nav-tabs > .active > a, 
.colored .nav-tabs > .active > a:hover, 
.colored .nav-tabs > .active > a:focus {
	background: rgba(255,255,255,.2);
	color: #fff;
}
.colored .nav-tabs.nav-stacked > li > a:hover, 
.colored .nav-tabs.nav-stacked > li > a:focus {
	border: 1px solid #fff;
	background: rgba(255,255,255,.5);
	color: #fff;
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px; 
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.tab-pane h4 { 
	font: 100 24px/30px "ProximaNova-Light", Arial, Helvetica, Geneva, sans-serif; 
}
/* ======================================================================== */
/* ! Testimonial
/* ======================================================================== */
#testimonial-slider .thumbnail {
	display: inline-block;
	margin: 0 auto 10px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	box-shadow: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
}
/*.carousel-indicators {
	position: relative;
	right: auto;
	left: auto;
	top: 0;
	text-align: center;
}
.carousel-indicators li {
	text-indent: 0;
	height: auto;
	cursor: pointer;
	background: none;
	opacity: 0.5;
}
.carousel-indicators li.active,
.carousel-indicators li:hover {
	background: none;
	opacity: 1;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner .item blockquote {
	clear: both;
	border: none;
	position: relative;
	padding: 30px 30px 30px 90px;
	border-radius: 5px;
	background: rgba(255,255,255,.2) url('../images/blockquote.png') no-repeat 22px 35px;
	font-size: 20px;
	font-style: italic;
	line-height: 25px;
}
.carousel-indicators li.active .arrow,
.carousel-indicators li.active:hover .arrow {
	width: 0;
	height: 0;
	margin: 10px auto 0;
	display: block;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom-color: rgba(255,255,255,.2);
}
.carousel-indicators li .arrow,
.carousel-indicators li:hover .arrow {
	border-bottom-color: transparent;
	width: 0;
	height: 0;
	margin: 10px auto 0;
	display: block;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}
.carousel-control {
	border: none;
	background: none;
	font-size: 30px;
	top: 80px;
}
.carousel-control.left {
	left: -10px;
}
.carousel-control.right {
	right: -10px;
}*/

/* ======================================================================== */
/* ! Footer
/* ======================================================================== */
footer * {
	margin: 0;
	padding: 0;
}
footer {
	background: #222a31;
	color: #fff;
	padding: 20px 0;
}
footer a {
	color: #fff;
}
/* ======================================================================== */
/* ! Slideshow
/* ======================================================================== */
.bannercontainer {
	position:relative;
}
.banner {
	height:520px;
	position:relative;
	overflow:hidden;
}
.tp-leftarrow.round-old,
.tp-rightarrow.round-old,
.tp-bullets.simplebullets.round-old .bullet {
	background: none;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 0 10px 0 0;
}
.tp-bullets.simplebullets.round-old .bullet.selected {
	background: #fff;
}
.tparrows {
	display: none;
}
/* ======================================================================== */
/* ! Animations
/* ======================================================================== */
@keyframes animatedBackground {
	from { background-position: center 550px; }
	to { background-position: center bottom; }
}
@-webkit-keyframes animatedBackground {
	from { background-position: center 550px; }
	to { background-position: center bottom; }
}
@-ms-keyframes animatedBackground {
	from { background-position: center 550px; }
	to { background-position: center bottom; }
}
@-moz-keyframes animatedBackground {
	from { background-position: center 550px; }
	to { background-position: center bottom; }
}

.home {
	/*background-image: url('../images/mac.png');
	background-position: center bottom;
	background-repeat: no-repeat;

	animation: animatedBackground 1s ease-in-out;
	-ms-animation: animatedBackground 1s ease-in-out;
	-moz-animation: animatedBackground 1s ease-in-out;
	-webkit-animation: animatedBackground 1s ease-in-out;*/
}

@keyframes animatedBody {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes animatedBody {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-ms-keyframes animatedBody {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes animatedBody {
	from { opacity: 0; }
	to { opacity: 1; }
}
body {
	animation: animatedBody 1s linear;
	-ms-animation: animatedBody 1s linear;
	-moz-animation: animatedBody 1s linear;
	-webkit-animation: animatedBody 1s linear;
}

@-webkit-keyframes rotate {
  from { -webkit-transform:rotate(-180deg);}
  to {  -webkit-transform:rotate(180deg);}
}

@-moz-keyframes rotate {
  from { -moz-transform:rotate(0deg); }
  to { -moz-transform:rotate(360deg); }
}


@-moz-keyframes rotate {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}
/* ======================================================================== */
/* ! Bootstrap resetting elements for flat design
/* ======================================================================== */
.btn {
	background-image: none;
}
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
/*contacto*/
/*contact form*/
.formContainer{
	width: 100%;
	margin: 20px 0px;
}
.inputField{
	width: 200px;
	float: left;
	margin-right: 30px;	
}
.inputTextArea{
	max-width: 433px;
}
.contactForm input{
	font-family: 'Open Sans', sans-serif;
	max-width: 200px;
	width: 100%;	
}
.contactForm textarea{
	max-width: 380px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.formThankYou{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #c1c1c1;	
}
.formGroup{
	float: left;
	width: 50%;
	display: block;
	min-width: 250px;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
/*end contact form*/