@charset "UTF-8";
/* CSS Document */

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

}



body{

	font-family: "dinregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	
}



body,html{
	height: 100%;
}


.wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	min-height: 300px;
	overflow: hidden;
}
.content{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}




.container{
	z-index: 9;
	position: relative;
}


#footer{
	position: absolute;
	bottom: 5%;
	left: 0;
	padding-left: 5%;
}



.black{
	display: inline-block;
	background-color: black;
	color: white;
	padding: 5px 10px;
}


#message{
	font-size: 1.5em;
	padding-left: 5%;
}


.white::after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    margin-top: 21px;
    border-top: 1px solid #000;
    opacity: 1;
    margin-left: 20px;
}

#footer table td{
	padding: 0 5px;
	font-size: 0.85em;
}

#footer_logo{
	width: 70px;
}


#social{
	position: absolute;
	bottom: 5%;
	margin-right: 5%;
	right: 0;
	color: black;
	font-size: 1.5em;
	text-align: right;
}
#social table td{
	padding-left:40px;
}


a{
	color: black;
}

a:hover{
	color:#4a4a4a;
}


@media (max-width: 1199px){

	
	
	
}

@media (max-width: 992px){

	
	
	
}


@media (max-width: 767px){
	#message{
		font-size: 1em;
		padding-left: 10px;
	}
	#footer_logo{
		width: 40px;
	}
	#footer{
		position: absolute;
		bottom: 40px;
		left: 0;
		padding-left: 10px;
		width: 100%;
	}
	#footer table{   
		width: 100%;
		text-align: center;
		max-width: 400px;
		margin: 0 auto;
	}
	#footer table td{
		padding: 0 5px;
		font-size: 0.7em;
	}
	
	.white::after {
	    margin-top: 12px;
	    margin-left: 5px;
	}
	#social{
		position: absolute;
		bottom: 10px;
		margin-right: 0;
		right: auto;
		left: 0px;
		padding-left: 15px;
		color: black;
		font-size: 1.2em;
		width: 100%;
	}
	#social table{
		text-align: center;
		max-width: 300px;
		margin: 0 auto;
	}
	#social table td{
		padding-left:10px;
		padding-right: 10px;
	}
	

	
}


@media (max-width: 320px){
	#message{
		font-size: 0.8em;
		padding-left: 5px;
	}
	
	#footer table td{
		padding: 0 5px;
		font-size: 0.6em;
	}
}













