.paper-common{
	height: 1000px;
}

#icons-subtitle a:link {
	text-decoration: none;
	float: left;
}

#icons-subtitle ul {
	list-style-type:none;
	margin-left: 180px;	

}

#title {
	width: 400px;
	margin-left: 40px;
	height: 40px;
	font-size: 20px;
	margin-top: 10px;
}

#icons-subtitle{

	width: 500px;
	height: 30px;
	margin-top: 60px;
	margin-bottom: 0px;
}

.icon-social{
	font-family: FontAwesome;
	font-size: 30px;
	color: pink;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
}

#text{
	margin-bottom: 30px;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}

.form-item-wrap{

	width: 800px;
}
.form-group{
	margin-top: 40px; 
	text-align: center;
}
.form-label{
	text-align: right;
	float: left;
	width: 150px;
	margin-left: 35px;
	font-size: 17px;

}

.form-item{
	background-color:#f3f3f3;
	width: 520px;
	height: 40px; 
	border-color: transparent;
	margin: 0 auto; 

}

textarea.form-item {
	height: 150px;
}

.form-item-wrap{
	margin-top: 30px;

}

.button{
	margin-left: 200px;
	padding: 15px;
	height: 60px;
	width: 300px; 
	font-size: 20px;
	font-family: Quicksand;
	font-weight: 700;
	background-color: antiquewhite;
	border-radius: 30px;
	border-color: transparent;

}

#animation-container{
	height: 200px;
	width: 200px;
	margin-left: auto;
	margin-top: 10px;
	margin-left: 400px;
	margin-right:800px;
	

}

.envelope{
	background-color: #d74443;
	height: 100px;
	width: 200px;
	position: relative;
	left: 0px;
	top: 100px;

}

.paper{
	background-color: navajowhite;
	height: 90px;
	width: 180px;
	position:relative;
	left: 10px;

}

.inner1{
	height: 0px;
	width:0px;
	border-bottom: 100px solid #e15349;
	border-right:200px solid transparent;
	position:relative;
	bottom: 100px;

}

.inner2{
	height: 0px;
	width: 0px;
	border-bottom: 100px solid #e95e55;
	border-left:200px solid transparent;
	position:relative;
	bottom: 200px;

}

.cover{
	height: 0px;
	width: 0px;
	border-top: 50px solid #d74443;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	bottom: 300px;
	position:relative;
	transform-origin: top;
}

.envelope:hover .cover{
	transform: rotateX(180deg);
	z-index:-1;
}

.envelope:hover .paper{
	transform: translateY(-50px);
}

#message{
	position: absolute;
	margin-left: 70px;
	margin-right: 70px;
	text-align: center;
}