html, body {
	height: 100%;
}
body {
	background-image: url('../images/background.jpg');
	text-align: center;
	
	/*
	 * text-shadow: 1px 1px 0px black;
	 * box-shadow: inset 0 0 100px rgba(0,0,0,.5);
	 */
}
.site-wrapper{
	height: 100%;
}
.site-wrapper-inner{
	height: 100%;
}
.site-wrapper-inner .header{
	background-color: black;
	height: 100px;
}
.site-wrapper-inner .header img{
	height: 90%;
}
.site-wrapper-inner > .img-container{
	margin: 25px auto 15px;
	background-size: 100%;
	background-image: url('../images/photo800.jpg');
	width: 800px;
	height: 496px;
	
}
.site-wrapper-inner > .floating-content{
	font-family: 'Roboto', sans-serif;
	color: #fc8e00;
	font-weight: 300;
	width: 800px;
	font-size: 2.4em;
}
.social-links{
	height: 30px;
}
.social-links a{
	display: inline-block;
	margin: 0 5px;
	height: inherit;
}
.social-links a img{
	position: relative;
	top: -15px;
	height: 100%;
}
.email-frm{
	position: relative;
	top: 15px;
	right: 30px;
}
.email-frm input{
	display: inline-block;
}
.email-txt{
	display: inline-block;
	background-image: url('../images/emailspace.png');
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 5px 30px;
}
.email-txt input{
	color: white;
	vertical-align: top;
	font-size: .5em;
	outline: 0;
	border: 0;
	background-color: transparent;
}
.frm-submit{
	position: absolute;
	height: 37px;
	right: -35px;
	top: 3px;
}
.oferta-arrow{
	width: 130px;
	position: absolute;
	top: 80px;
	right: 10px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	    color:    white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color:    white;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color:    white;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	    color:    white;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
