/* -----------------------------------------
   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;
}

#SG_widget_email_1 {
background-color: white !important;
border-radius: 2px !important;
margin-right: 15px !important;
color: black !important;
font-size: 12px !important;
}

#SG_widget_email_2 {
background-color: white !important;
border-radius: 2px !important;
margin-right: 15px !important;
color: black !important;
font-size: 12px !important;
}

.SG_widget_form_submit {
font-family: 'Raleway', sans-serif;
background: #ff3366;
border-radius: 3px !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
color: white;
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: 55px;
overflow: hidden;
text-align: center;
}


/* -----------------------------------------
   loading
----------------------------------------- */

#home {
margin-top: 100px !important;
}

.allnight-text {
text-align: left;
font-family: 'Raleway', sans-serif;
font-weight: 300;
}

.allnight-text h2{
font-family: 'Raleway', sans-serif;
font-weight: 200;
font-size: 36px;
line-height: 40px;
}

.red {
color: #fc3a51;
}

.singup {
margin-top: 40px;
text-align: left;
}

.singup p {
margin: 16px 0 0 0px;
font-family: 'Raleway', sans-serif;
letter-spacing: 2px;
font-size: 18px;
font-weight: 400;
}

.email {
background-color: white !important;
border-radius: 2px !important;
margin-right: 15px !important;
color:black !important;
font-size: 12px !important;
}

#part3 {
margin-top: 100PX;
}

/* === Frames === */
 .frame-1 {
    -webkit-animation: blurFadeIn 1s linear 28s backwards;
    -moz-animation: blurFadeIn 1s linear 28s backwards;
    -ms-animation: blurFadeIn 1s linear 28s backwards;
    animation: blurFadeIn 1s linear 28  s backwards;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}



#share h3 {
font-size: 53px;
font-family: 'Raleway', sans-serif;
font-weight: 200;
letter-spacing: 2px;
}

#share h4 {
font-size: 22PX;
font-family: 'Raleway', sans-serif;
font-weight: 600;
letter-spacing: 2px;
margin-top: 34px;
margin-bottom: 17px;
}

.facebook-share  {
	float:left;
}

.twitter-share  {
	float:right;
}

.share-box {
width: 320px;
margin: 0 auto;
padding-top: 17px;
}

.facebook-share button {
background-color: #3e66a0;
color: white;
font-size: 14px;
text-align: center;
border: none;
padding: 12px;
border-radius: 4px;
width: 150px;
letter-spacing: 2PX;
font-weight: bold;
}

.twitter-share button {
	background-color: #55d3f8;
	color: white;
	font-size: 14px;
	text-align: center;
	border: none;
	padding: 12px;
	border-radius: 4px;
	width: 150px;
	letter-spacing: 2PX;
	font-weight: bold;
}

	.gm-style {
display: none;
}

#map {
position: relative !important;
overflow: hidden !important;;
-webkit-transform: translateZ(0);
background: url(./assets/bg2.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.contact {
text-align: center;
position: absolute;
z-index: 50;
text-shadow: 0px 0px 6px #333;
margin-left: 245px;
width: 727px;
text-shadow: none !important;
}


#mc_embed_signup .button {
clear: both;
background-color: #fc3a51 !important;
border: 0 none;
border-radius: 3px !important;
color: #FFFFFF;
cursor: pointer;
display: inline-block !important;
font-size: 15px;
font-weight: bold;
height: 38px !important;
line-height: 32px !important;
margin: 0 4px 4px 0 !important;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
width: auto !important;
min-width: 50px!important;
font-family: 'Raleway', sans-serif;
font-weight: 400 !important;
}

#EMAIL {
-moz-box-shadow: none;
background-color: white !important;
border-radius: 2px !important;
margin-right: 7px !important;
color: black !important;
font-size: 12px !important;
width: 330px !important;
border-radius: 3px !important;
border: none !important;
}

#mc_embed_signup form {
padding: 30px 0 10px 0% !important;
}

#mc_embed_signup input.email {
width: 200px;
display: inline-block;
padding: 9px !important;
}


/* -----------------------------------------
   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;
	z-index:0;
}

#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 #12c28a
}

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

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

.singup{
	margin-top: 40px;
}

textarea, input[type="text"], input[type="text"]:hover, input[type="text"]:active,input[type="text"]:focus{
	font-family: 'Raleway', 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: 'Raleway', sans-serif;
	background: #ff3366;
	border-radius: 3px !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: white;
	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: 55px;
	overflow: hidden;
	text-align: center;
}

.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: 17px;
}

.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(./assets/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(./assets/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: #199bc3;
	font-weight: 600;
	font-family: 'Raleway';
}

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

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

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

.footer {
	width: 100% !important;
	background: none;
	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;
	margin-bottom: 40px;
}

.back-to-top a:hover{
	background: #fc3a51;
	-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 - PART 1
----------------------------------------- */

#part1, #part2, #part2_1, #part2_2, #part3{
	-webkit-transition: all 0.65s ease-in-out;
   	-moz-transition: all 0.65s ease-in-out;
   	-o-transition: all 0.65s ease-in-out;
   	-ms-transition: all 0.65s ease-in-out;
   	transition: all 0.65s ease-in-out;
}

.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 - PART 2
----------------------------------------- */

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

.SG_widget_form_label {
display: none;
}

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

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

@media (max-width: 767px) {
	#home, .contact{
		padding: 20px;
		margin-top: 10px !important;
	}


#part1, #part2, #part2_1, #part2_2, #part3 {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}

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

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

body {
  background: url(./assets/images/img/bg.jpg) no-repeat center center fixed; 	
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#supersized {
display: none;
}

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


#part3 {
margin-top: 10PX !important;
}

.allnight-text h2 {
font-family: 'Raleway', sans-serif;
font-weight: 200;
font-size: 36px;
line-height: 40px;
margin-bottom: 4px !important;
}

.contact {
text-align: center;
position: absolute;
z-index: 50;
text-shadow: 0px 0px 6px #333;
margin-left: 15px;
width: 92%;
text-shadow: none !important;
}

#share h3 {
font-size: 31px;
font-family: 'Raleway', sans-serif;
font-weight: 200;
letter-spacing: 2px;
line-height: 42px;
}

.span6.offset3.contact {
margin-top: -80px !important;
}

#share h4 {
font-size: 15PX;
letter-spacing: 2px;
margin-top: 34px;
margin-bottom: 17px;
}

.share-box {
width: 270px;
}

.facebook-share button {
width: 130px;
}

.twitter-share button {
width: 130px;
}

#EMAIL {
width: 91% !important;
}

input[type="text"], input[type="password"], input[type="phone"],  textarea {	
        font-size:16px;	
}




	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) {
	.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: 'Raleway', sans-serif;
		background: #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: #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;
	}

}

/*
     FILE ARCHIVED ON 16:19:52 Oct 06, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:18:35 Jun 29, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.585
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.013
  esindex: 0.011
  cdx.remote: 13.51
  LoadShardBlock: 81.511 (3)
  PetaboxLoader3.datanode: 95.602 (4)
  load_resource: 52.579
*/