/* -----------------------------------------
   GENERAL
----------------------------------------- */

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{
	text-decoration: none;
}

h1 {
	font-weight:600;
	font-size:50px;
	color: #FFF;
	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;
}

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

ul, ol{
	margin: 0 !important; 
	padding: 0 !important;
}

textarea,
input,
input:hover,
input:focus,
input:active,
input[type="text"], 
input[type="text"]:focus, 
input[type="text"]:hover, 
input[type="text"]:active, 
input[type="email"],
input[type="email"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
button,
button[type="submit"]{
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
	outline:0px !important;
}

.poster-image {
	background:url('../img/poster-image.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	z-index:0 !important;
	backface-visibility:hidden;
	background-position:center center;
}

/* -----------------------------------------
   LOADER
----------------------------------------- */

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

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

/* -----------------------------------------
   BACKGROUND, HEADER AND COUNTDOWN
----------------------------------------- */

#supersized img{
	max-width: none !important;
}

.slideshow-pattern {
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	background:url(../img/pattern.png) repeat;
	z-index:9;
}

#home{
	text-align: center;
	position: absolute;
	z-index: 10;
	text-shadow: 0px 0px 6px #333;
}

.a-rounded{
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(18, 194, 138, 0);
	-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 #94ca50
}

.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: 40px; 
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	text-shadow: 0px 0px 6px #333;
}

.links a{
	padding: 10px;
	color: #FFF;
	border: 1px solid #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: #94ca50;
	border: 1px solid #94ca50;
}

.canvas {
	position: absolute;
	height: 100%;
	width: 100%;
}

/* -----------------------------------------
   SUBSCRIPTION FORM
----------------------------------------- */

.singup{
	margin-top: 40px;
}

textarea, input[type="text"], input[type="text"]:hover, input[type="text"]:active, input[type="email"]: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;
}

input[type="email"], input[type="email"]:focus, input[type="email"]:hover, input[type="email"]:active, #mce-EMAIL{
	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: 0;	
}

.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: #94ca50;
	border: 1px solid #94ca50;
	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;
}

.success-message{
	margin-top: 50px;
	color: #94ca50;
	font-weight: 600;
}

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

/* -----------------------------------------
   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: #94ca50;
	-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: #94ca50;
	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 !important;
	padding-top: 60px !important;
	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: #94ca50;
	font-weight: 600;
}

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

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

#map{
	width: 100%;
	height: 100%;
	position:absolute;
	z-index:20;
}

.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;
}

#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 input:hover{
	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: #94ca50;
	border: 1px solid #94ca50 !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-message-2{
	margin-top: 40px;
	color: #94ca50;
	font-weight: 600;
}

.error-message-2{
	margin: 10px 0 15px 0;
	color: #f32626;
	font-weight: 600;
}

/* -----------------------------------------
   FOOTER AND SOCIAL ICONS
----------------------------------------- */

.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: #94ca50;
	-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);
}


/* -----------------------------------------
   MEDIA QUERIES
----------------------------------------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
	ul, ol { 
		margin: 0 0 10px; 
		padding: 0;
	}
}

@media (max-width: 767px) {
	#home, .contact{
		padding: 0 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;
	}
}

@media (max-width: 480px) {
	h3{
		font-size:18px;
		line-height:26px;
		margin: 10px 0px;
	}
	h4{
		font-size: 15px;
	}
	p{
		font-size: 15px;
	}
	.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;
	}
	.meet-us{
		overflow-y: scroll !important;
	}
	ul.list-tweets{
		height: 60px;
	}	
	textarea, input[type="text"], input[type="text"]:hover, input[type="text"]:active,input[type="text"]:focus{
		width: 94%;
		margin: 0px;
	}	
	.btn{
		font-family: 'Exo', sans-serif;
		background: #FFF;
		border: 1px solid #FFF;
		color: #333;
		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: #94ca50;
		border: 1px solid #94ca50 !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;
	}
	.links, .singup{
		margin-top: 15px;
	}
	.links a{
		margin: 10px 0;
	}

}
