/****************************************************************************************************
*
* FONTS 
*
****************************************************************************************************/
@font-face {
    font-family: 'baufrabold';
    src: url('../fonts/Baufra Bold-webfont.eot');
    src: url('../fonts/Baufra Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Baufra Bold-webfont.woff2') format('woff2'),
         url('../fonts/Baufra Bold-webfont.woff') format('woff'),
         url('../fonts/Baufra Bold-webfont.ttf') format('truetype'),
         url('../fonts/Baufra Bold-webfont.svg#baufrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bauframedium';
    src: url('../fonts/Baufra Medium-webfont.eot');
    src: url('../fonts/Baufra Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Baufra Medium-webfont.woff2') format('woff2'),
         url('../fonts/Baufra Medium-webfont.woff') format('woff'),
         url('../fonts/Baufra Medium-webfont.ttf') format('truetype'),
         url('../fonts/Baufra Medium-webfont.svg#bauframedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/****************************************************************************************************
*
* RESET 
*
****************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],a{
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
/****************************************************************************************************
*
* MAIN 
*
****************************************************************************************************/
html,body{
	font-size: 22px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.fl {
    float: left;
}
:focus {
	outline: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666666;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666666;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #666666;
}
.container{
	clear:both;
}
.container section{
	margin: 0 auto;
	vertical-align: middle;
	width: 700px; 
	height: auto;
}

.container section h1{ 
	font: 200px/1 "baufrabold",arial;
	color:#fff;
	letter-spacing:-15px;
	clear:both;
	text-align: center;
	padding-bottom: 30px;
	/*opacity: 0.85;
	filter: alpha(opacity=85);*/
}

.container section h1 span{
	font:150px/1 "bauframedium", arial;
} 
.container section > p{
	font:60px/1 "open_sanssemibold",arial;
	color:#eaeaea;
	text-align: center;
	letter-spacing: -5px;
}
.form-holder{
	width: 565px;
	margin: 50px auto 0;
}
.form-holder input[type="text"]{
	float: left;
	font-family: 'open_sansregular';
	width: 390px;
	height: 60px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background-color: rgba(255,255,255,.9);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.16);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.16);
	box-shadow: 1px 2px 2px rgba(0,0,0,.16);
	font-size: 22px;
	border:0;
	text-indent: 20px;
}
.form-holder .button{
	float: left;
	font-family: 'open_sansregular';
	border:0;
	text-align: center;
	width: 170px;
	height: 60px;
	line-height: 60px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background-color:rgba(0,116,228,0.9);
	font-size: 22px;
	color:#fff;
	cursor:pointer;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.16);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.16);
	box-shadow: 1px 2px 2px rgba(0,0,0,.16);
	/*-webkit-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;*/
}
.form-holder .button:hover{
	background-color:rgba(1,96,188,0.9);
}
.message-wrapper{
	
}
.message-wrapper .message{
	/*opacity: 0.85;
	filter: alpha(opacity=85);*/
	background-color: #ff5b5c;
	margin: 20px auto;
	height: 62px;
	width: 560px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
	position: relative;
	color:#fff;
	text-align: center;
	font:24px/62px "open_sansregular",Arial;
}
.message-wrapper .message.success{
	background-color: #0468c7; 
}
.message-wrapper .message.success .arrow{
	border-color: transparent transparent #0468c7 transparent;
}
.message-wrapper .message .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #ff5b5c transparent;
	position: absolute;
	left:100px;
	top:-15px;
}

footer{
	 position: fixed;
	 height: 55px;
     bottom: 0px;
     width: 100%;
     overflow: visible;
     z-index: 99;
     border-top: solid rgba(0,0,0,0.1) 1px;
     background-color: rgba(255,255,255,0.05);
     text-align: right;
}
footer .social{
	margin-top: 15px;
	margin-right: 40px;
}
footer .social li{
	float: right;
	margin-left: 7px;
}
footer .social li a{
	border:0;
	text-decoration: none;
	width: 28px;
	height: 28px;
	display: block;
	background: url("../images/landing/social.png") no-repeat 0 0 scroll transparent;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}
footer .social li a.fb{
	background-position: 0 0;
}
footer .social li a.fb:hover{
	background-position: 0 -28px;
}
footer .social li a.tw{
	background-position: -35px 0;
}
footer .social li a.tw:hover{
	background-position: -35px -28px;
}
footer .social li a.gp{
	background-position: -69px 0;
}
footer .social li a.gp:hover{
	background-position: -69px -28px;
}
/****************************************************************************************************
*
*  TABLET  
*
****************************************************************************************************/
@media (max-width:767px ) {
	.container section { 
		width: 90%;
		padding: 5%;
	}
	.container section h1{ 
		font: 200px/1 "baufrabold",arial;
		font-size:120px;
		letter-spacing:-5px;
	}
	.container section h1 span{
		font-size:70px;
	}
	.container section > p{
		font-size:45px;
		letter-spacing: -4px;
	}
	.form-holder{
		width: 100%;
		margin: 100px auto 50px;
	}
	.form-holder input[type="text"]{
		width: 100%;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin: auto -1px;
	}
	.form-holder .button{
		width: 100%;
		margin-top: 20px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.message-wrapper{
		margin-top: -275px;
	}
	.message-wrapper .message{
		width: 100%;
	}
	.message-wrapper .message .arrow{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 0 15px;
		border-color: #ff5b5c transparent transparent transparent;
		position: absolute;
		left: 100px;
		top: 60px;
	}
	.message-wrapper .message.success .arrow{
		border-color:#0468c7 transparent transparent transparent;
	}
	.message-wrapper .message p{
		font-size: 20px;
	}

}

/****************************************************************************************************
*
*  MOBIL 
*
****************************************************************************************************/
@media (max-width:480px ) {
	.container section h1{ 
		font: 200px/1 "baufrabold",arial;
		font-size:90px;
		letter-spacing:-5px;
	}
	.container section h1 span{
		font-size:40px;
	}
	.container section > p{
		font-size:30px;
		letter-spacing: -1px;
	}
	.message-wrapper .message p{
		font-size: 16px;
	}
	.message-wrapper .message.success p{
		font-size: 14px;
	}
	.message-wrapper .message .arrow{
		left:50px;
	}
	
}