* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

@font-face 
{
    font-family: "Roboto-Black";
    src:local("Roboto-Black"),
	local("Roboto-Black"), 
	url("../fonts/Roboto-Black.ttf");
}
@font-face 
{
    font-family: "Marmelad-Regular";
    src:local("Marmelad-Regular"),
	local("Marmelad-Regular"), 
	url("../fonts/Marmelad-Regular.ttf");
}
body {
	color: #4b4b4b;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	font-family: "Marmelad-Regular" sans-serif;
}

#home_back {
	width: 1000px;
	opacity: .35;
	z-index: -9;
	height: 100%;
	position: fixed;
	margin: 200px 0 0 -70px;
	background: url(../images/products_back.png) no-repeat;
}

#about_back {
	width: 960px;
	opacity: .3;
	z-index: -9;
	height: 100%;
	position: fixed;
	margin-top:10px;
	background: url(../images/about_back.jpg) no-repeat right;
}

#partners_back {
	width: 967px;
	z-index: -9;
	opacity: .17;
	height: 100%;
	position: fixed;
	background: url(../images/contact_back.png) no-repeat right;
}

#contact_back {
	width: 960px;
	z-index: -9;
	opacity: .17;
	height: 100%;
	position: fixed;
	margin: 20px 0 0 -20px;
	background: url(../images/partners_back.jpg) no-repeat right;
}

#products_back {
	width: 960px;
	z-index: -9;
	opacity: .3;
	height: 100%;
	position: fixed;
	margin-top:30px;
	background: url(../images/home_back.png) no-repeat right;
}
/*---------------------------------------------------------------------------------------------------------------------------
						  						HEADER 
----------------------------------------------------------------------------------------------------------------------------*/
.wrapper {
	margin: 20px auto;
	vertical-align: center;
	width: 1000px;
	padding: 0 25px;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: #444 0px 0px 7px;
	-moz-box-shadow: #444 0px 0px 7px;
	box-shadow: #444 0px 0px 7px;
}

header {
	margin: 20px 0 0 0;
}

#logo {
	width: 210px;
	height: 100px;
	display: inline-block;
	margin: 0 0 0 10px;
}

#lang {
	width: 700px;
	height: 55px;
	display: inline-block;
	text-align: right;
	margin: 0 10px;
}

	#lang li{
		display: inline-block;
}

.language {
	width: 130px;
	height: 40px;
	background: url(../images/tooltip.png) no-repeat;
	font-size: 18px;
	margin: -35px 0 0 -41px;
	position: absolute;
	display: none;
	color: #666;
}

.language p {
	text-align: center;
	margin: 3px 0 0 0;
}

#welcome {
	width: 430px;
	vertical-align: middle;
	height: auto;
	float: left;
}
#home #welcome #intro {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px; 
	text-align: center;
	font-family: 'Roboto-Black', sans-serif;
	color: #2C85F1 
}

#slider {
	margin: 40px 0 0 450px;
}

#home #welcome h1 {
	font-size: 20px;
	color: #2C85F1;
	margin: 20px 0 10px 0; 
	text-align: center;
	font-family: 'Roboto-Black', sans-serif;
}

#home #welcome p {
	font-size: 15px;
	display: block;
	margin-top: 15px;
	color: #403D3A; 
	font-family: "Marmelad-Regular" sans-serif;
}
/*---------------------------------------------------------------------------------------------------------------------------
						  						NAVIGATION 
----------------------------------------------------------------------------------------------------------------------------*/
.nav-container {
	margin-bottom: 10px;
	width: 100%;
	margin-right: -2em;
}
#nav {
	z-index: 42;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 1000px;
	padding: 1em 3em;
	margin-left: -26px; 
	background: #2C85F1;
	position: relative;
}

#nav li {
	display: inline;
	list-style: none;
}
#nav li a {
	text-decoration: none;
	color: #F5F5F5;
	font: 20px/20px 'Roboto-Black', sans-serif;
	width: 5em;
	text-align: center;
	padding: .5em .7em;
	margin-left: -2px;
}
#nav li a:hover, nav li a.selected {
	background: #36638a;
	text-decoration: none;
}
/*---------------------------------------------------------------------------------------------------------------------------
						  						ABOUT US 
----------------------------------------------------------------------------------------------------------------------------*/
#about_us {
	padding: 15px 0 15px 50px;
	text-align: justify;
	color: #777;
}

#about_pic {
	width: 1000px;
	display: inline-block;
}

#about_pic a{
	margin: 0 5px 0 15px;
}

/*---------------------------------------------------------------------------------------------------------------------------
						  						PARTNERS 
----------------------------------------------------------------------------------------------------------------------------*/
#partners h4 {
	font-size: 20px;
	margin-top: 30px;
}

#partners_info {
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px 10px 10px 30px;
	margin: 10px 0 10px 30px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #555;
}
/*---------------------------------------------------------------------------------------------------------------------------
						  						ADDITIONAL STUFF 
----------------------------------------------------------------------------------------------------------------------------*/
#about_us, #products, #partners, #contact {
	font-family: "Marmelad-Regular" sans-serif;
	z-index: 9999;
}

.title {
	padding: 20px 0 0 0;
	color: #2C85F1;
	font-size: 50px;
	font-family: 'Roboto-Black', sans-serif;
}

#separator {
	min-height: 150px;
}

hr {
	width: 100%;
	display: block;
	height: 1px;
	border: none;
	outline: none;
	clear: both;
	background: #5593ca;
	margin: 2em 0;
}
.gallery {
	height: auto;
}
#contact {
	margin: 0;
}
/*---------------------------------------------------------------------------------------------------------------------------
						  						PRODUCTS
----------------------------------------------------------------------------------------------------------------------------*/
#products h2 {
	font-size: 30px;
	margin-top: 20px;
	color: ;
	line-height: normal;
	font-variant: small-caps;
}
.image, #product ul.product a img {
	opacity: 1;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: #999 0px 0px 5px;
	-moz-box-shadow: #999 0px 0px 5px;
	box-shadow: #999 0px 0px 5px;
}
.image:hover, #product .product a img:hover {
	opacity: 0.50;
}
#product ul.product li {
	display: inline-block;
	margin: 10px 0px 10px 25px;
}
#product h4 {
	font-size: 14px;
	width: 200px;
	color: #4b4b4b;
	margin: 0 0 5px 0;
}

#product #product_info {
	display: block;
	margin:0;
}

#product #made_in {
	width: 80px;
	height: 60px;
	position: absolute;
	margin: 0px 0 0 -20px;
	background: url(../images/made_in.png) no-repeat;
}

#product #packing {
	width: 60px;
	height: 60px;
	position: absolute;
	margin: -5px 0 0 0px;
	background: url(../images/packing.png) no-repeat;
}
/*---------------------------------------------------------------------------------------------------------------------------
						  						CONTACT
----------------------------------------------------------------------------------------------------------------------------*/
#contact #contact_form {
	color: #555;
	width: 600px;
	display: inline-block;
	vertical-align: top;
}

	#contact h4 {
		font-size: 25px;
		margin: 5px 0 10px 0;
		font-weight: bold;
	}

	#contact #contact_form p {
		width: 600px;
		font-size: 14px;
	}

	#contact #contact_form form {
		margin-top: 20px;
		width: 500px;
	}

	#contact #contact_form #send , .loading, .error{
		display: none;
	}

	#contact #contact_form form .loading{
		width: 45px;
		height: 45px;
		background: url(../images/loading.gif);

	}

	#contact #contact_form form .error {
		font-size: 18px;
		color: red;
		margin:10px 0 0 100px;
	}

	#contact #contact_form form label {
		width: 80px;
		font-size: 18px;
		display: inline-block;
		margin-bottom: 10px;
	}

	#contact #contact_form form input[type=text], textarea {
		width: 350px;
		font-size: 12px;
		padding: 3px;
		background: #fff;
		vertical-align: top;
		border: 1px solid  #aaa;
		border-radius: 2px;
		-o-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		box-shadow: 0 1px 1px #aaa;
		-o-box-shadow: 0 1px 1px #aaa;
		-moz-box-shadow: 0 1px 1px #aaa;
		-webkit-box-shadow: 0 1px 1px #aaa;
		font-family: "Marmelad-Regular" sans-serif;
	}

	#contact #contact_form form input:focus,textarea:focus {
		border-color: #5593ca;
	}

	#contact #contact_form form input[type=submit]{
		padding: 5px;
		font-size: 16px;
		cursor: pointer; 
		background: #fff;
		margin-left:80px;
		letter-spacing: 2px;
		display: inline-block;
		-o-border-radius: 2px;
		border: 1px solid #aaa;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		box-shadow: 0 1px 1px #aaa;
		-o-box-shadow: 0 1px 1px #aaa;
		-moz-box-shadow: 0 1px 1px #aaa;
		-webkit-box-shadow: 0 1px 1px #aaa;
		font-family: 'Roboto-Black', sans-serif;
	}

	#contact #contact_right {
		width: 300px;
		color: #777;
		display: inline-block;
	}
/* Footer */
#footer {
	width: 1000px; 
	height: 50px;
	margin: -20px 0 10px 0;
}
	#footer #left {
		width: 500px;
		font-size: 12px;
		display: inline-block;
	}

	#footer #right {
		width: 450px;
		text-align: right;
		margin: 0 -20px 0 0;
		display: inline-block;
		vertical-align: middle;
	}