
#contact_wrapper {
	width: 100%;
	height: auto;
	margin: 100px 0px 0px 0px;
}

#contact_header_wrapper {
	width: 100%;
	height: 550px;
	
	line-height: 550px;
	
	background: url(../Images/contact_background.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contact_content_wrapper div {
	padding: 20px 20px;
}

#contact_wrapper h2 {
	margin: 60px 0px 60px 0px;
	
	text-align: center;
	font-weight: normal;
	font-size: 24px;
}

#contact_wrapper input, textarea, button {
	width: 100%;
	height: 40px;
	display: inline-block;
	padding: 10px 10px;
	margin: 10px 0px 10px 0px;
	
	font-weight: normal;
	font-size: 15px;
	
	border: 1px solid #9E9E9E;
	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

#contact_wrapper input:hover, textarea:hover {
	border: 1px solid #757575;
	
	-webkit-transition: border 150ms ease-out;
    -moz-transition: border 150ms ease-out;
    -o-transition: border 150ms ease-out;
    -ms-transition: border 150ms ease-out;
    transition: border 150ms ease-out;
}

#contact_wrapper input:focus, textarea:focus {
	border: 1px solid #757575;
	
	-webkit-transition: border 150ms ease-out;
    -moz-transition: border 150ms ease-out;
    -o-transition: border 150ms ease-out;
    -ms-transition: border 150ms ease-out;
    transition: border 150ms ease-out;
}

#contact_wrapper button {
	height: 45px;
	padding: 0px 0px;
	
	background: #212121;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 45px;
	text-shadow: 1px 1px 1px #1a1a1a;
	
	border: 1px solid #1a1a1a;
}

#contact_wrapper button:hover {
	cursor: pointer;
	
	-webkit-box-shadow: 0px 3px 5px #9E9E9E;
	-moz-box-shadow: 0px 3px 5px #9E9E9E;
	box-shadow: 0px 3px 5px #9E9E9E;
	
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#contact_wrapper button:focus {
	height: 44px;
	margin-top: 11px;
	
	-webkit-box-shadow: 0px 1px 1px #9E9E9E;
	-moz-box-shadow: 0px 1px 1px #9E9E9E;
	box-shadow: 0px 1px 1px #9E9E9E;
}

#contact_wrapper textarea {
	height: 150px;
	overflow: hidden;
	
	overflow: hidden;
	
	-moz-resize: none;
	resize: none;
}

#contact_wrapper span {
	max-width: 250px;
	height: 40px;
	display: block;
	margin: 5px auto 5px auto;
	clear: both;
	
	line-height: 40px;
	text-align: center;
}

#contact_wrapper span p, span i {
	width: auto;
	margin: 0;
	height: 100%;
	display: block;
	float: left;
	
	font-weight: normal;
	font-size: 18px;
	color: #424242;
}

#contact_wrapper span i {
	width: 40px;
	margin-right: 40px;
	
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

#contact_wrapper p {
	display: block;
	margin: 25px 0px 25px 0px;
	
	text-align: center;
	font-size: 18px;
}

#contact_wrapper a {
	width: 40px;
	height: 40px;
	display: inline-block;
}

#contact_wrapper a i {
	font-size: 32px;
}

#contact_wrapper a:hover {
	cursor: pointer;
	background: #BDBDBD;
	
	-webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

#contact_wrapper a:hover i {
	color: #1a1a1a;
}

#contact_info_wrapper {
	background: #EEEEEE;
}

#contact_popout * {
	display: inline;
	
	font-size: 16px;
	color: #FFFFFF;
}

#contact_popout {
	width: 100%;
	min-height: 100px;
	max-height: 300px;
	padding: 50px 20px;
	display: block;
	position: fixed;
	bottom: -300px;
	z-index: 15;
	
	text-align: center;
	background: #131313;
	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	
	-webkit-transition: all 450ms linear;
    -moz-transition: all 450ms linear;
    -o-transition: all 450ms linear;
    -ms-transition: all 450ms linear;
    transition: all 450ms linear;
}

#contact_popout button {
	width: auto;
	height: auto;
	padding: 7px 15px;
	margin-left: 15px;
	
	background: #d85c41;
	
	border: none;
}

#contact_popout button:hover {
	cursor: pointer;
	background: #d44a2b;
	
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

@media only screen and (max-width: 976px) {
	#contact_wrapper {
		margin-top: 0px;
	}
	
	#contact_send {
		padding-bottom: 0px;
	}
	
	#contact_info {
		padding-top: 0px;
	}
}
