/*
Author: Engine Interactive
Site: Oiseaux
OISEAUX BLUE : A6DCE1
gray / links : 8f8e8f
border / lines : a5a5a5
footer gray : 484748
*/
@import "reset.css";

*{
	outline: none;
}

body, html{
	height: 100%;
	min-width: 320px;
	min-height: 460px;
}

body{
	font-family: 'gill sans', helvetica, arial, sans-serif;
	padding: 0;
	margin: 0;
	background: #000;
	color: #8f8e8f;
	font-size: 12px;
	line-height: 16px;
}
	::-webkit-input-placeholder {
	   color: #404040;
	}
	:-moz-placeholder { /* Firefox 18- */
	   color: #404040;  
	}
	::-moz-placeholder {  /* Firefox 19+ */
	   color: #404040;  
	}
	:-ms-input-placeholder {  
	   color: #404040;  
	}
a{
	color: #8f8e8f;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: #A6DCE1;
}

.logo{
	background-image: url("/images/oiseaux-logo-white.png");
	background-image: url("/images/oiseaux-logo-white.svg"), none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 375px;
	height: 80px;
	margin: auto;
}

h2{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin: 28px 0 75px 0;
}

form{
	display: block;
	overflow: hidden;
	position: relative;
}

form input{
	font-size: 10px;
	line-height: 16px;	
	color: #a5a5a5;
	background: #000;
	box-sizing: border-box;
	width: 150px;
	height: 24px;
	padding: 4px 10px;	
	margin: 0 10px 0 0;
	border: 1px solid #a5a5a5;
	float: left;
	border-radius: 0;
	-webkit-appearance: none;
}
form label{
	font-size: 10px;
	line-height: 16px;	
	text-transform: uppercase;
	color: #a5a5a5;
	display: block;
	text-align: left;
}

form fieldset{
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0;
}

form input.submit{
	padding: 0 10px;
	line-height: 24px;
	color: #000;
	background: #fff;
	width: auto;
	border: 1px solid #fff;
	cursor: pointer;
	margin: 0;
}
form input.submit:hover{
	background: #A6DCE1;
	border: 1px solid #A6DCE1;
}

/* Header */
.header{
}
.header .content{
}

/* Stage Content */
.stage{
	text-align: center;
}
.stage .content{
	padding-top: 280px;
}
.email-form{
	background-image: url("/images/flowers-01.png");
	background-position: top right;
	background-repeat: no-repeat;
	min-width: 163px;
	min-height: 110px;
	width: 480px;
	padding-top: 100px;
	margin: 0 auto;
}
.message{
	padding: 10px;
	margin: 38px 0;
	box-sizing: border-box;
}
.message.errors{
	margin: 0;
	height: 40px;
	box-sizing: border-box;
}
.message h2{
	margin: 0;
	padding: 0;
}


/* Footer */
.footer{
	color: #484748;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.footer .content{
	overflow: hidden;
	position: relative;
	padding: 0 40px;
}
.footer a{
	color: #484748;
}
.footer .left span{
	float: left;
	margin: 0 10px 0 0;
}
.footer .contact-link{
	font-weight: bold;
}

.icon{
	text-indent: -500px;
	display: block;
	overflow: hidden;
	position: relative;	
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 8px 0 0;
	background: url('/images/sprite-icons.png');
	background: url('/images/sprite-icons.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
}
	.icon:hover{
		background-position: 0 -40px;
	}
	.icon.social{
		margin: 10px 0 0 14px;
		opacity: .3;
	}
	.icon.social:first-child{
		margin: 10px 0 0 0;
	}
	.icon.social:last-child{
		margin: 10px 0 0 14px;
	}	
	.icon.instagram{
		background-position: 0 0;
	}
	.icon.instagram:hover{
		background-position: 0 -40px;
	}	
	.icon.twitter{
		background-position: -20px 0;
	}
	.icon.twitter:hover{
		background-position: -20px -40px;
	}	
	.icon.facebook{
		background-position: -40px 0;	
	}
	.icon.facebook:hover{
		background-position: -40px -40px;	
	}

/* Push */
.footer{
	height: 40px;
	line-height: 40px;
}
.container{
	z-index: 1;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	display: block;
	position: relative;
}
.push{
	clear: both;
	height: 40px;
}

/* utility */
.left{
	float: left;
}
.right{
	float: right;
}

@media only screen and (max-width: 500px) {
  .email-form{
	  width: 100%;
	  padding-top: 150px;
	  background-position: 95% 0;
  }
  .footer{
	  height: 120px;
	  line-height: 30px;
	  text-align: center;
  }
  .container{
	  margin: 0 0 -120px 0;
  }
  .footer .content{
	  position: absolute;
	  padding: 0;
	  margin: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
  }
  .footer .social-bar{
	  display: block;
	  float: none;
	  position: relative;
	  overflow: hidden;
	  text-align: center;
  }
  .footer .icon{
	  display: inline-block;
	  float: none;
  }
  .footer .left span{
	  display: block;
	  float: none;
	  margin: 0;
  }
  .footer .left span.social{
	  display: inline-block;
  }
  .footer .left,
  .footer .right{
	  float: none;
	  display: block;
  }
}

@media only screen and (max-width: 380px) {
	.logo{
		width: 300px;
		background-size: 300px;
		background-repeat: no-repeat;
	}
}
@media only screen and (max-height: 700px) {
	.stage .content {
	  padding-top: 120px;
	}	
}
@media only screen and (max-height: 540px) {
	.stage .content {
	  padding-top: 30px;
	}	
}