/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */

::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

/* Basics */

html, body {
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	background: #FFFFFF;
}


#image {
	position: fixed;
	width: 100%;
    height: 100%;
	margin: 0 auto;
    padding-top: 10px;
	text-align: left;
	-webkit-animation-name: bounceInUp;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceInUp;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1.2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceInUp;
	animation-fill-mode: both;
	animation-duration: 1.2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

#image img{
      display:none;
      position:fixed;
      padding-top: 10px;
      
}

#image img.active{
      display:block;
}
    
#image1 {
	width: 869px;
	height: 73px;
	margin: 0 auto;
    padding-top: 30px;
	text-align: left;
	-webkit-animation-name: bounceInUp;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceInUp;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceInUp;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

#container {
	width: 550px;
	height: 300px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 300px;
    text-align: left;
	-webkit-animation-name: bounceInDown;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceInDown;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceInDown;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 4px #000;
	margin-top: 20px;
}

p {
	width: 100%;
	font-size:18px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;

	line-height: 0.4em;
	color: #fff;
	margin: 0.4em auto;
	text-align: left;
}

p a {
	color: #36A9E1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #fff;
	/* border-bottom: 2px solid #fff;*/ 
} 

p.title {
	width: 100%;
	font-size: 12px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, sans-serif;

	line-height: 0.4em;
	color: #36A9E1;
	margin: 0.4em auto;
	text-align: left;
}

p.title1 {
	width: 100%;
	font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;

	line-height: 0.6em;
	color: #fff;
	margin: 0.6em auto;
	text-align: left;
}

p.footer {
	width: 100%;
	font-size: 11px;
        font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, sans-serif;

	line-height: 0.6em;
	color: #fff;
	margin: 0.1 em auto;
	text-align: left;
}

p.footer1 {
	width: 100%;
	font-size: 10px;
        font-family: "Helvetica Neue", Helvetica, sans-serif;

	line-height: 0.5em;
	color: #36A9E1;
	margin: 0.1em auto;
	text-align: left;
}

#subscribe {
	margin: 0 auto;
	text-align: left;
}

::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0);
}

::-moz-input-placeholder {
   color: rgba(0, 0, 0, 0);
}

input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
    color: #5B5B5B;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


input[type=email] {
	outline: none;
	width:45%;
	padding: 2px;
	margin: 0 auto;
	color: #000000;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.9);
	-o-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.9);
}

input[type=email]:hover {
	background: rgba(255, 255, 255, 1);
}

input[type=email]:focus {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 1), 0 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 1), 0 0 0 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 0 2px rgba(0, 0, 0, 1), 0 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 1), 0 0 0 2px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 1);
}

input[type=submit] {
	position: absolute;
	margin-left: 2px;
	margin-top: 0px;
	font-size: 12px;
            font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	width:70px;
	height: 20px;
	border: none;
	background: #36A9E1;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
}

input[type=submit]:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);	
}

input[type=submit]:active {
	background: #c3d7ff;
	background: -moz-linear-gradient(top,  #c3d7ff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d7ff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #c3d7ff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #c3d7ff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #c3d7ff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #c3d7ff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d7ff', endColorstr='#f0f0f0',GradientType=0 );
	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 4px #000;
	margin-top: 10px;
}

/* Media Queries */

@media screen and (max-width: 480px) {

	#container {
		width: 460px;
		margin-left: -230px;
	}
	
	
}

@media screen and (max-width: 320px) {

	#container {
		width: 300px;
		margin-left: -150px;
}
	
	input {
		font-size: 20px;
		padding: 5px;
	}
	
	input[type=submit] {
		margin: 0;
		font-size: 20px;
		width: 80px;
		height: 40px;
		padding: 5px;
		margin-left: 217px;
		margin-top: -43px;
	}
	
}


