/** Generated by FG **/
@font-face {
	font-family: 'Conv_LetteraTextStd-Bold';
	src: url('../fonts/LetteraTextStd-Bold.eot');
	src: local('☺'), url('../fonts/LetteraTextStd-Bold.woff') format('woff'), url('../fonts/LetteraTextStd-Bold.ttf') format('truetype'), url('../fonts/LetteraTextStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	font-family: 'Conv_LetteraTextStd-Bold';
	font-size: 15px;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	padding-top: 40px;
	border-sizing: border-box;
}

.wrapper {
	height: 100%;
	width: 100%;
}

h1 {
	background: url('../img/logo.svg') no-repeat 0 0;
	display: block;
	width: 166px;
	height: 66px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto 35px;
}

div.content {
	height: 70%;
	text-align: center;
}

div.content img {
	width: auto;
	height: 100%;
}

.footer {
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding: 0 40px;
	overflow: hidden;
}

.footer a br {
	display: none;
}
.footer div.col {
	float: left;
	width: 33.33333%;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #b9b9b9;
}

.about {
	display: none;
}
.contact {
	display: none;
}


/* ABOUT PAGE
------------------------------------------------------------------------------------------------*/
.about-page {
	background: #fefaf2;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.18);
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.18);
	width: 405px;
	height: 530px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.about-page img {
	display: none;
}

.about-page .about {
	display: block;
}

.about-page .about a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.about-page .about p span {
	float: left;
	display: block;
	margin-top: 10px;
}
.about-page .about p {
	text-indent: 40px;
	text-align: left;
	line-height: 20px;
}
.about-page .about img.sign {
	display: inline-block;
	width: 140px;
	height: 35px;
	margin-left: -15px;
}

/* CONTACT PAGE
------------------------------------------------------------------------------------------------*/
.contact-page {

}

.contact-page .contact {
	display: block;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.contact-page .contact p {
	margin-bottom: 20px;
}

.contact-page img {
	display: none;
}