html, body {
    font-family: 'Exo', sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 200;
}

a, a:hover{
	 color: #fff;
}
.enviarMsn{
	color: #888;
	}
	
	.enviarMsn:hover{
	color: #fff;
	}

/* -----------------------------------------
   HOME
----------------------------------------- */

#loading { position: fixed; top: 0; width:100%; height:100%; background: #000; z-index: 999999; display: block !important; }

#loading img { position: fixed; top: 50%; left: 50%; margin: -25px 0 0 -25px; }

.slideshow-pattern {
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	
	z-index:0;
}

#home{
	text-align: center;
	position: absolute;
	z-index: 10;
	color: #888;
}


h1 {
	font-weight:600;
	font-size:50px;
	color: #888;
	line-height:70px;
}

h2 {
	font-weight:400;
	font-size:28px;
	line-height:30px;
	padding:0;
	margin: 20px 0 30px 0;
}

h3 {
	font-weight:200;
	font-size:22px;
	line-height:30px;
	padding:0;
	margin: 20px 0 30px 0;
	color: #E33915;
}

h4 {
	font-weight:200;
	font-size:18px;
	line-height:20px;
	padding:0;
	margin-bottom: 20px;
}

.a-rounded{
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 80px;
	background: #005364;
	-moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -webkit-transition: all 0.35s ease-in-out;
   	-moz-transition: all 0.35s ease-in-out;
   	-o-transition: all 0.35s ease-in-out;
   	-ms-transition: all 0.35s ease-in-out;
   	transition: all 0.35s ease-in-out;
   	border: 2px solid #FFF;
}

.a-rounded:hover{
	background: rgba(18, 194, 138, 1);
	border: 2px solid #fff
}

.timer{
	font-size: 30px;
    font-weight: 200;
    line-height: 40px;
}

.days, .hours, .minutes, .seconds{
    font-size: 40px;
    font-weight: 400;
}

.timer .separate{
	font-size: 45px;
    font-weight: 100;
}

.links{
	margin-top: 20px; 
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	text-shadow: 0px 0px 6px #333;
}

.links a{
	padding: 10px;
	background: #005364;
	border: 1px solid #706E6C;
	color: #fff;
	
	display: block;
	margin: 20px auto;
	-webkit-transition: all 0.35s ease-in-out;
   	-moz-transition: all 0.35s ease-in-out;
   	-o-transition: all 0.35s ease-in-out;
   	-ms-transition: all 0.35s ease-in-out;
   	transition: all 0.35s ease-in-out;
}

.links a:hover{
	background: #E33915;
	border: 1px solid #E33915;
	color: #fff;
}


.singup{
	margin-top: 40px;
	color: #888888;
}

textarea, input[type="text"], input[type="text"]:hover, input[type="text"]:active,input[type="text"]:focus{
	font-family: 'Exo', sans-serif;
	background: none;
	border: 1px solid #FFF;
	border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #FFF;
	padding: 10px;
	width: 300px;
	margin-right: 0px;
}

.btn{
	font-family: 'Exo', sans-serif;
	background: #FFFFFF;
	border: 1px solid #FFF;
	border-radius: 0px !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #333;
	padding: 10px;
	margin-left: -10px;
	-webkit-transition: all 0.35s ease-in-out;
   	-moz-transition: all 0.35s ease-in-out;
   	-o-transition: all 0.35s ease-in-out;
   	-ms-transition: all 0.35s ease-in-out;
   	transition: all 0.35s ease-in-out;
   	text-shadow: none;
   	position: relative;
	height: 42px;
	width: 60px;
	overflow: hidden;
}

.btn:hover {
	background: #12c28a;
	border: 1px solid #12c28a;
	color: #FFF;
}


.singup-text, .singup-image{
	position: absolute;
	z-index: 10;
	top: 12px;
	left: 12px;
	-webkit-transition: all 0.25s ease-in-out;
   	-moz-transition: all 0.25s ease-in-out;
   	-o-transition: all 0.25s ease-in-out;
   	-ms-transition: all 0.25s ease-in-out;
   	transition: all 0.25s ease-in-out;
}

.singup-text{
	top: 12px;
	left: 12px;
}

.singup-image{
	top: 3;
	left: -50px;
}

.btn:hover .singup-text{
	left: 70px;
}

.btn:hover .singup-image{
	left: 15px;
}

/* -----------------------------------------
   MEET US
----------------------------------------- */

.meet-us{
	background: rgba(256,256,256,0.75);
	color: #333;
	border-radius: 0px;
	text-align: center;
	padding: 20px;
}

.modal-header, .modal-body, .modal-footer{
	border: none;
	border-radius: none;
	background: none;
	box-shadow: none;
	padding: 0px;
	max-height: none;
	text-align: center;
}

.modal-body {
	margin-top: 20px;
}

.close{
	display: block;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	position: absolute;
	text-align:center;
	background: #FFF;
	opacity: 0.8;
	border:1px #FFF solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.close:hover{
	opacity: 0.8;
	background: #12c28a;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.close img {
	margin:0 auto;
	-webkit-transition: all 0.25s ease-in-out;
   	-moz-transition: all 0.25s ease-in-out;
   	-o-transition: all 0.25s ease-in-out;
   	-ms-transition: all 0.25s ease-in-out;
   	transition: all 0.25s ease-in-out;
}

.close-1{
	position: absolute;
	z-index: 10;
	left: 0;
}

.close-2{
	position: absolute;
	z-index: 11;
	transform: scale(0,0);
	-ms-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	left: -15px;
}

.close:hover .close-1{
	transform: scale(0,0);
	-ms-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	left: 15px;
}

.close:hover .close-2{
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	left: 0px;
}

.meet-us-title{
	margin-bottom: 0px;
}

.team{
	position: relative;
	display: block; 
	float: left; 
	width: 46%;
	color: #FFF;
	text-align: center;
	height: 250px;
	overflow: hidden;
}

.first{
	margin: 0 10px;
}

.team img{
	width: 100%;
}

.team-social{
	text-align: center;
	height: 60px;
	background: #12c28a;
	position: absolute;
	z-index: 15;
	width: 100%;
	-webkit-transition: all 0.25s ease-in-out;
   	-moz-transition: all 0.25s ease-in-out;
   	-o-transition: all 0.25s ease-in-out;
   	-ms-transition: all 0.25s ease-in-out;
   	transition: all 0.25s ease-in-out;
   	padding-top: 8px;
   	bottom: -35px;
}

.team-social ul{
	list-style: none;
	text-align: center;
	width: 100%;
	margin: 0;
	padding:0;
}

.team-social ul li{
	display: inline-block;
	margin-right: 10px;
}

.team-social ul li a img{
	width: 16px;
	-webkit-transition: all 0.25s ease-in-out;
   	-moz-transition: all 0.25s ease-in-out;
   	-o-transition: all 0.25s ease-in-out;
   	-ms-transition: all 0.25s ease-in-out;
   	transition: all 0.25s ease-in-out;
   	opacity: 0.5;
}

.team-social ul li a:hover img{
	opacity: 1;
}

.team:hover .team-social{
	bottom: 0px;
}

.team-member{
	font-size: 15px;
	font-weight: 400;
}

ul.list-tweets{
	margin: 20px 0px 0px -10px;
	padding-top: 60px;
	background: url(../img/team/tweets.png) no-repeat top;
	list-style: none;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

ul.list-tweets li{
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
}

ul.list-tweets li a{
	color: #12c28a;
	font-weight: 600;
}

/* -----------------------------------------
   MAP
----------------------------------------- */

.map-content{
	width: 100%;
	height:100%;
	position: relative;
}

#map{
	width: 100%;
	height: 100%;
}

.slideshow-pattern-map{
	width:100%;
	height:100%;
	position:absolute;
	background:url(../img/pattern2.png) repeat;
	z-index:30;
}

/* -----------------------------------------
   CONTACT
----------------------------------------- */

.contact{
	text-align: center;
	position: absolute;
	z-index: 50;
	text-shadow: 0px 0px 6px #333;
}

.contact-container{
	position: absolute;
}

#contactform input, textarea{
	font-family: 'Exo', sans-serif;
	background: none;
	border: 1px solid #FFF !important;
	border-radius: 0px;
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #FFF;
	padding: 10px;
	width: 95%;
}

#contactform .button{
	font-family: 'Exo', sans-serif;
	background: #FFF;
	border: 1px solid #FFF;
	color: #333;
	width: 100%;
	height: 42px;
	-webkit-transition: all 0.25s ease-in-out;
   	-moz-transition: all 0.25s ease-in-out;
   	-o-transition: all 0.25s ease-in-out;
   	-ms-transition: all 0.25s ease-in-out;
   	transition: all 0.25s ease-in-out;
   	position: relative;
   	overflow: hidden;
}

#contactform .button:hover{
	background: #12c28a;
	border: 1px solid #12c28a !important;
	color: #FFF;
}

.contact h2{
	margin-bottom: 15px;
}

#contactform .button .singup-text{
	top: 12px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
}

#contactform .button .singup-image{
	top: -25px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
}

#contactform .button:hover .singup-text{
	top: 50px;
}

#contactform .button:hover .singup-image{
	top: 12px;
}

.success, .success-message{
	margin-bottom: 15px;
	color: #12c28a;
	font-weight: 600;
}

.success-message{
	font-size: 18px;
	margin-top: 30px;
}

.error, .error-message{
	margin-bottom: 15px;
	color: #f32626;
	font-weight: 600;
}

/* -----------------------------------------
   FOOTER
----------------------------------------- */

.footer {
	width: 100% !important;
	background: none;
	border-top: 1px solid #FFF;
	position:absolute;
	bottom: 0;
	z-index:40;
}

.back-to-top{
	margin: 0 auto;
	-webkit-transition: all 0.15s ease-in-out;
   	-moz-transition: all 0.15s ease-in-out;
   	-o-transition: all 0.15s ease-in-out;
   	-ms-transition: all 0.15s ease-in-out;
   	transition: all 0.15s ease-in-out;
}

.back-to-top a{
	display: block;
	margin:-20px auto 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align:center;
	background: rgba(256,256,256,1);
	border:1px #FFF solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.back-to-top a:hover{
	background: #12c28a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.back-to-top img {
	margin:0 auto;
	-webkit-transition: all 0.25s ease-in-out;
   	-moz-transition: all 0.25s ease-in-out;
   	-o-transition: all 0.25s ease-in-out;
   	-ms-transition: all 0.25s ease-in-out;
   	transition: all 0.25s ease-in-out;
}

.back-to-top-1{
	position: absolute;
	z-index: 10;
	left: 0;
}

.back-to-top-2{
	position: absolute;
	z-index: 11;
	transform: scale(0,0);
	-ms-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	left: -30px;
}

.back-to-top a:hover .back-to-top-1{
	transform: scale(0,0);
	-ms-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	left: 30px;
}

.back-to-top a:hover .back-to-top-2{
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	left: 0px;
}

p.footer-social {
	width:100%;
	text-align:center;
	padding-top:4px;
	margin-bottom: 5px;
}

p.footer-social a {
    display: inline-block;
    margin: 3px;
    overflow: hidden;
	position: relative;
}

p.footer-social a img{
	width: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transform: all 0.3s ease-in-out;
	-o-transform: all 0.3s ease-in-out;
}

.image1{
	float: left;
}

.image2{
	position: absolute;
    top: 0;
    left: 0;
	-webkit-transform: translateY(-48px);
	-moz-transform: translateY(-48px);
	-ms-transform: translateY(-48px);
	-o-transform: translateY(-48px);
}

p.footer-social a:hover .image1{
	-webkit-transform: translateY(48px);
	-moz-transform: translateY(48px);
	-ms-transform: translateY(48px);
	-o-transform: translateY(48px);
}

p.footer-social a:hover .image2{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

/* -----------------------------------------
   TEXT EFFECTS 1
----------------------------------------- */

#part1, #part2, #part2_1, #part2_2, #part3{
	
}

.fadeout_1{
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.fadein_1{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.fadeout_2{
	opacity: 0;
}

.fadein_2{
	opacity: 1;
}

.fadeout_2_1{
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-o-transform: translateX(-15px);
}

.fadein_2_1{
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}

.fadeout_2_2{
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-o-transform: translateX(15px);
}

.fadein_2_2{
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}

.fadeout_3{
	opacity: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
}

.fadein_3{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

/* -----------------------------------------
   TEXT EFFECTS 1
----------------------------------------- */

#part4, #part5_1, #part5_2,  .fadein_5_3, .fadein_5_4, #part6{
	-webkit-transition: all 0.85s ease-in-out;
   	-moz-transition: all 0.85s ease-in-out;
   	-o-transition: all 0.85s ease-in-out;
   	-ms-transition: all 0.85s ease-in-out;
   	transition: all 0.85s ease-in-out;
}

.fadeout_4{
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.fadeout_5_1{
	opacity: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
}

.fadeout_5_2{
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
}

.fadeout_5_3{
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
}

.fadeout_5_4{
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
}

.fadein_4, .fadein_5_1, .fadein_5_2, .fadein_5_3, .fadein_5_4{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.fadeout_6{
	opacity: 0;
}

.fadein_6{
	opacity: 1;
}

/* -----------------------------------------
   MEDIA QUERIES
----------------------------------------- */
 
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#home, .contact{
		padding: 20px;
	}
	h3{
		font-size:18px;
		line-height:26px;
		margin-bottom: 20px;
		
	}
	.timer{
		font-size: 25px;
	    font-weight: 200;
	    line-height: 35px;
	}
	.days, .hours, .minutes, .seconds{
	    font-size: 35px;
	    font-weight: 400;
	}
	.timer .separate{
		font-size: 40px;
	    font-weight: 100;
	}
	.team{
		height: 200px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.team{
		height: 200px;
		width: 100%;
		overflow: hidden;
	}
	.team img{
		margin-top: -30px;
	}
	.first{
		margin: 20px 0px;
		float: left;
	}
	.team-social{
		height: 55px;
		bottom: -30px;	
	}
	.team-social ul{
	   	margin-top: 20px;
	}
	.modal-header .close{
		padding: 0px;
		margin: 0px;
	}
	.modal-body{
		margin-top: 10px;
	}
	.modal-body h4{
		display: none;
	}
	ul.list-tweets{
		height: 60px;
	}	
	textarea, input[type="text"], input[type="text"]:hover, input[type="text"]:active,input[type="text"]:focus{
		width: 94%;
	}	
	.btn{
		font-family: 'Exo', sans-serif;
		background: #FFF;
		border: 1px solid #FFF;
		color: #005364;
		width: 100%;
		margin-left: 0px;
		height: 42px;
		-webkit-transition: all 0.25s ease-in-out;
	   	-moz-transition: all 0.25s ease-in-out;
	   	-o-transition: all 0.25s ease-in-out;
	   	-ms-transition: all 0.25s ease-in-out;
	   	transition: all 0.25s ease-in-out;
	   	position: relative;
	   	overflow: hidden;
	}	
	.btn:hover{
		background: #12c28a;
		border: 1px solid #12c28a !important;
		color: #FFF;
	}	
	.btn .singup-text{
		top: 12px;
		left: 0;
		width: 100%;
		margin: 0 auto;
	}	
	.btn .singup-image{
		top: -25px;
		left: 0;
		width: 100%;
		margin: 0 auto;
	}	
	.btn:hover .singup-text{
		left: 0;
		top: 50px;
	}
	.btn:hover .singup-image{
		left: 0;
		top: 12px;
	}

}
