body
{
	background		: #FFF;
	margin			: 0;
	padding			: 0;
}
.head-holder
{
	width			: 100%;
	height			: 220px;
	border-bottom	: 1px solid #EEE;
}
.logo-tools,
.navigation
{
	max-width		: 70%;
	min-width		: 900px;
	height			: 140px;
	margin			: 0 auto;
	position		: relative;
	list-style		: none;
	padding			: 0;
	border-bottom	: 1px solid #EEE;
}

.head-logo
{
	width			: 240px;
	height			: 60px;
	background		: transparent url(/img/Ponart-Logo.jpg) no-repeat center center; 
	position		: absolute;
	display			: block;
	left			: 0;
	top				: 30px;
	background-size	: contain;
}

.head-tools
{
	width			: 700px;
	height			: 60px;
	position		: absolute;
	right			: 0;
	top				: 40px;
}

.langs a
{
	width			: 25px;
	height			: 25px;
	border-radius	: 100%;
	display			: inline-block;
	background-repeat	: no-repeat;
	background-position	: center center;
	background-size		: 160%;
	margin				: 0 10px;
}
.head-tools div
{
 	text-align		: left;
	float			: right;
	padding-left	: 50px;
	padding-right	: 20px;
	margin-right	: 20px;
	border-right	: 1px solid #CCC;
}
.head-tools div span.small
{
	font-family		: "Open Sans", arial;
	color			: #999;
	display			: block;
	font-size		: .8em;
}
.head-tools div span.large
{
	font-family		: "Open Sans", arial;
	color			: #555;
	display			: block;
	font-size		: 1em;
}
.head-tools div.place
{
	background		: transparent url(/img/head-tools.png) no-repeat left bottom;
	background-size	: 40px;
}
.head-tools div.times
{
	background		: transparent url(/img/head-tools.png) no-repeat left top;
	background-size	: 40px;
}
.head-tools div.phone
{
	background		: transparent url(/img/head-tools.png) no-repeat left center;
	background-size	: 45px;
}
.head-tools div.langs
{
	padding			: 5px 0px;
	padding-right	: 10px;
}

.head-tools div span
{
	display			: block;
}
.navigation
{
	margin			: 0px auto;
	margin-top		: 20px;
	border			: none;
	height			: 40px;
}
.navigation li
{
	display			: inline-block;
	padding			: 10px 50px 10px 0;
}

.navigation li a
{
	font-family		: "Open Sans", arial;
	color			: #000;
	display			: block;
	font-size		: .8em;
	letter-spacing	: 1px;
	text-decoration	: none;
	-moz-transition		: 0.3s;
	-o-transition		: 0.3s;
	-webkit-transition	: 0.3s;
	transition			: 0.3s;
}
.navigation li a:hover
{
	color			: rgb(233,34,47);
}
*
{
	outline			: none;
}
.navigation li input
{
	font-family		: "Open Sans", arial;
	color			: #333;
	display			: block;
	font-size		: .8em;
	letter-spacing	: 1px;
	text-decoration	: none;
	padding			: 7px 10px;
	border-radius	: 2px;
	border			: 1px solid #CCC;
	width			: 85%;
}

.navigation li:last-child
{
	margin			: 0px;
	padding			: 10px 0;
	position		: absolute;
	right			: 0;
}
.navigation li:last-child a
{
	display			: inline-block;
	padding-right	: 10px;
}
.main-content
{
	width			: 100%;
	position		: relative;
}
.main-promo
{
	width			: 100%;
	height			: 0px;
	padding-top		: 35%;
	background		: #EEE url(/img/main-promo.jpg) no-repeat center bottom;
	background-size	: 100%;
}
.about-promo
{
	width			: 100%;
	height			: 0px;
	padding-top		: 30%;
	background		: #EEE url(/img/about-promo.jpg) no-repeat center bottom;
	background-size	: 100%;
}
.main-categories
{
	max-width		: 70%;
	min-width		: 1000px;
	margin			: 0px auto;
	margin-top		: -5%;
	display			: flex;
	flex-direction	: row;
	justify-content	: center;
	flex-wrap		: wrap;
}
.main-category
{
	flex			: 1;
	max-width		: calc(25% - 70px);
	min-width		: calc(25% - 70px);
	width			: calc(25% - 70px);
	margin			: 15px;
	margin-bottom	: 30px;
	height			: 220px;
	box-shadow		: 0px 0px 20px rgba(0,0,0,.1);
	-moz-transition		: 0.3s;
	-o-transition		: 0.3s;
	-webkit-transition	: 0.3s;
	transition			: 0.3s;
	border			: 20px solid #FFF;
}
.main-category:hover
{
	box-shadow		: 0px 0px 20px rgba(0,0,0,.2);
}
.main-category-media
{
	width			: 100%;
	padding-top		: 80%;
	overflow		: hidden;
	position		: relative;
	overflow		: hidden;
	background-color	: #FFF;
	background-repeat	: no-repeat;
	background-position	: center top;
	background-size		: 100%;
}

.main-category-link
{
	font-family		: "Open Sans", arial;
	color			: #000;
	display			: block;
	font-size		: .9em;
	letter-spacing	: 1px;
	text-decoration	: none;
	text-align		: center;
	padding-top		: 15px;
}
.main-category-media a
{
	display			: block;
	position		: absolute;
	top				: 0;
	left			: 0;
	right			: 0;
	bottom			: 0;
}

.content
{
	width			: 70%;
 	background-color: #EEE;
	margin-top		: 100px;
	padding			: 3% 15%;
	position		: relative;
	height			: 450px;
}
.about
{
	max-width		: 70%;
	min-width		: 1000px;
	margin			: 0px auto;
	background-color: #FFF;
	padding			: 40px;
}

.contact-form
{
	width			: 60%;
	position		: absolute;
}

.form-control
{
	font-family		: "Open Sans", arial;
	color			: #333;
	display			: block;
	font-size		: .8em;
	text-decoration	: none;
	padding			: 13px 15px;
	border-radius	: 2px;
	border			: 1px solid #CCC;
	width			: calc(100% - 32px)
}
.btn_submit
{
	font-family		: "Open Sans", arial;
	color			: #FFF;
	display			: block;
	font-size		: .75em;
	text-decoration	: none;
	border-radius	: 25px;
	width			: 150px;
	background-color: rgb(162,203,77);
	border			: none;
	height			: 40px;
	letter-spacing	: 0.05em;
	font-weight		: bold;
	margin			: 10px 0;
}
.btn_submit_big
{
	font-family		: "Open Sans", arial;
	color			: rgb(162,203,77);
	display			: block;
	font-size		: .9em;
	text-decoration	: none;
	border-radius	: 40px;
	width			: 240px;
	background-color: #FFF;
	border			: 2px solid rgb(162,203,77);
	line-height		: 40px;
	text-align		: center;
	letter-spacing	: 0.05em;
	font-weight		: bold;
	margin			: 30px auto;
	-moz-transition		: 0.3s;
	-o-transition		: 0.3s;
	-webkit-transition	: 0.3s;
	transition			: 0.3s;
}
.btn_submit_big:hover
{
	background-color: rgb(162,203,77);
	color			: #FFF;
	border			: 2px solid #FFF;
}


.contact-info
{
	width			: 30%;
	position		: absolute;
	left			: 54%;
	padding-top		: 70px;
}

.contact-info a
{
	font-family		: "Open Sans", arial;
	color			: rgb(162,203,77);
	font-size		: 1em;
	margin			: 0px;
	font-weight		: 400;
	text-decoration	: none;

}
h2
{
	font-family		: "Open Sans", arial;
	color			: #333;
	display			: block;
	font-size		: 1.7em;
	margin			: 0px;
	padding			: 15px 0px;
	font-weight		: 300;
}

h4
{
	font-family		: "Open Sans", arial;
	color			: #333;
	display			: block;
	font-size		: 1.1em;
	margin			: 0px;
	padding			: 15px 0px;
	font-weight		: 300;
}
h5
{
	font-family		: "Open Sans", arial;
	color			: #333;
	display			: block;
	font-size		: .9em;
	margin			: 0px;
	padding			: 10px 0px;
	font-weight		: 300;
}
span.green
{
	font-family		: "Open Sans", arial;
	color			: rgb(162,203,77);
	display			: block;
	font-size		: .9em;
	margin			: 0px;
	font-weight		: 400;
}

p
{
	font-family		: "Open Sans", arial;
	color			: #333;
	display			: block;
	font-size		: .8em;
	margin			: 0px;
	font-weight		: 400;
	padding			: 20px 0;
	line-height		: 30px;
}
.contact-info a.messe-frankfurt
{
	display			: block;
	width			: 200px;
	height			: 50px;
	background		: transparent url(/img/messe-frankfurt-logo.svg) no-repeat center center;
	background-size	: cover;
	margin-top		: 40px;
}

.footer-holder
{
	width			: 70%;
	padding			: 5% 15%;
	background-color: #FFF;
	display			: flex;
	flex-direction	: row;
	align-items		: flex-start;
}

.footer-holder div
{
	flex			: 1;
	max-width		: 33%;
	text-align		: center;
}
.footer-holder a.messe-frankfurt
{
	display			: block;
	width			: 150px;
	height			: 30px;
	background		: transparent url(/img/messe-frankfurt-logo.svg) no-repeat center left;
	background-size	: cover;
	margin			: 0px auto;
	margin-top		: 20px;
}

.site-footer-links
{
	margin			: 0px;
	padding			: 0px;
	list-style		: none;
}
.site-footer-links li
{
	margin			: 5px;
	padding			: 0px;
	list-style		: none;
}
.site-footer-links li a
{
	font-family		: "Open Sans", arial;
	color			: #333;
	display			: block;
	font-size		: .9em;
	text-decoration	: none;
	font-weight		: 300;
}

.site-footer-links li a span
{
	color			: rgb(233,34,47);
}
.footer-holder a.footer-logo
{
	display			: block;
	width			: 170px;
	height			: 25px;
	background		: transparent url(/img/Ponart-Logo.jpg) no-repeat center left;
	background-size	: contain;
	margin			: 0px auto;
	margin-top		: 20px;
	margin-bottom	: 30px;
}
.copyright
{
	font-family		: "Open Sans", arial;
	color			: #666;
	display			: block;
	font-size		: .8em;
	text-align		: center;
	padding			: 20px 0;
	border-top		: 1px solid #EEE;
}
