.c { clear:both;height:0; }
html, body { margin:0; padding:0; vertical-align:top; background-color:rgba(255,255,255,1.00); font-family: 'Raleway', sans-serif; }
strong { font-weight:bold; }
.left, .right, .center{ display:inline-block; }
.left { float:left; }
.right { float:right; }
.center { margin: 0 auto; }
#site { width:100%; }
.content {
	display:block;
	width:1024px;
	margin:0 auto;
}

header {
	padding: 25px 0;
background-image: url("head.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	border-bottom:2px solid #23399f;
}
header .menu,
footer .menu {
	display: block;
	float: right;
	text-align: right;
}
header #languages a, 
header .menu a {
	font-weight: bold;
	font-size: 14px;
	color:#1b267f;
	text-decoration: none;
}
header #languages li,
header .menu li {
	padding-right: 10px;
	border-right: 1px solid #1b267f;
}


footer .menu a {
	font-weight: bold;
	font-size: 14px;
	color:rgba(255, 255, 255, 1);
	text-decoration: none;
}

footer .menu li {
	padding-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, 1);
}




header .menu li,
footer .menu li {
	padding-left: 15px;
	padding-right: 15px;
}
header #languages li:last-child,
header .menu li:last-child,
footer .menu li:last-child {
	padding-left: 5px;
	padding-right: 0;
	border-right: none;
}
header .menu li:last-child,
footer .menu li:last-child {
	padding-left: 15px;
}
header #languages a:hover,
header #languages .current a,
header .menu a:hover,
header .menu .current a,
footer .menu a:hover,
footer .menu .current a {
	color:rgba(181, 128, 79, 1);
}
header #languages {
}
header #languages li {
	display:inline-block;
	padding-left: 5px;
}
#logo {
	display:block;
}
#logo img {
	height:100px;
	width:191px;
	
	
}

section h1 {
	font-size: 28px;
	font-weight: 400;
	font-family: 'Lora', serif;
	line-height: 30px;
	margin-bottom: 20px;
	color:#23399f;
}

#slider {
	border-bottom:6px solid #23399f;
}
#slider img {
	display:block;
	width: 100%;
}

#about {
	padding:30px 0;
	border-top:2px solid #23399f;
	border-bottom:2px solid #23399f;
}
#about .left,
#about .right {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}
#about .left {
	padding-right: 35px;
}
#about span {
	display: block;
	font-style: italic;
	font-size: 18px;
	font-family: 'Lora', serif;
	line-height: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
}
#about em {
	display: block;
	text-align: right;
	margin-bottom: 30px;
}
#about p {
	display: block;
	text-align: left;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
}
#about .right img {
	display: block;
	float: left;
	width: 100%;
}
#about .right img:nth-child(2) {
	margin: 0 1%;
}
#about .right img:nth-child(4) {
	display: block;
	white-space: normal;
	clear: both;
	margin-top: 1%;
	width: 100%;
}

#products {
	padding:30px 0;
	border-bottom:2px solid #23399f;
}
#products h2 {
	font-size: 16px;
	font-weight: 600;
	color: rgba(99, 101, 106, 1);
}
#products article {
	display: block;
	float: left;
	width: 17.65%;
	margin: 20px 15px;
	text-align: center;
}
#products article a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: rgba(99, 101, 106, 1);
	font-size: 14px;
	line-height: 20px;
}
#products article img {
	display: block;
	width: 180px;
	height: 180px;
	margin-bottom: 10px;
	background-color: rgba(99, 101, 106, 1);
}
#products article span {
	display: block;
}

#references {
	padding:30px 0;
	border-bottom:2px solid #23399f;
}

#references article {
	display: block;
	float: left;
	box-sizing: border-box;
	padding-right: 30px;
	width: 20%;
	text-align: left;
	margin-bottom: 15px;
}
#references article a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: rgba(99, 101, 106, 1);
	font-size: 14px;
	line-height: 20px;
}
#references article a img {
	display: block;
	width: 100%;
	min-height: 31px;
}


#photo_video {
	padding:30px 0;
	border-bottom:2px solid #23399f;
}

#photo_video article {
	display: block;
	float: left;
	box-sizing: border-box;
	padding-right: 30px;
	width: 20%;
	text-align: left;
	margin-bottom: 15px;
}
#photo_video article a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: rgba(99, 101, 106, 1);
	font-size: 14px;
	line-height: 20px;
}
#photo_video article a img {
	display: block;
	width: 100%;
	min-height: 31px;
}



#contact {
	padding:30px 0 60px 0;
	border-bottom:2px solid #23399f;
	min-height: 0px;
}
#contact strong {
	color:#23399f;
}
#contact p {
	color: rgba(99, 101, 106, 1);
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
#contact a {
	color: rgba(99, 101, 106, 1);
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}
#contact .left,
#contact .right {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}
#contact .left {
	width: 40%;
}
#contact .right {
	padding-left: 15px;
	width: 60%;
}
#contact iframe {
	width: 100%;
	height: 375px;
}
#contact form {
	margin-top: 30px;
	text-align: center;
}
#contact form label {
	display: inline-block;
	width: 90px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	color: rgba(99, 101, 106, 1);
}
#contact form input[type=text],
#contact form input[type=tel],
#contact form input[type=email],
#contact form textarea {
	display: inline-block;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(99, 101, 106, 0.6);
	padding: 5px;
	width: 280px;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: rgba(99, 101, 106, 1);
	vertical-align: top;
	margin-bottom: 10px;
}
#contact form textarea {
	height: 60px;
}
#contact form input[type=submit] {
	display: inline-block;
	margin: 1px auto 0 auto;
	border: none;
	padding: 5px 30px;
	margin-left: 65px;
	background-color: rgba(181, 128, 79, 1);
	color: rgba(255,255,255,1.00);
	font-weight: 600;
}

footer {
	padding: 10px 0;
	background-color: rgba(42, 48, 67, 1);
}
footer .menu {
}
footer .menu li {
	display: inline-block;
}
footer .menu li a {
	font-size: 13px;
}
footer .right a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
footer .right a:hover {
	text-decoration:underline;
}

@media only screen and (max-width: 1024px) {
	.content {
		width: 100%;
		height: auto !important;
		box-sizing: border-box;
		padding: 0 10px;
	}
	section {
		min-height: auto;
	}
	#products article img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 985px) {
	#contact form input[type=submit] {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 940px) {
	#about .left {
		padding-right: 20px;
	}
	#products article {
		width: 22%;
	}
}
@media only screen and (max-width: 870px) {
	header .menu {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 785px) {
	#products article {
		width: 25%;
	}
	#products article:nth-child(6) {
		margin-left: 0;
	}
}
@media only screen and (max-width: 735px) {
	#about .left,
	#about .right,
	#contact .left,
	#contact .right {
		float: none;
		width: 100%;
	}
	#products article {
		width: 46%;
	}
	#products article:nth-child(5),
	#products article:nth-child(11) {
		margin-left: 0;
	}
	#products article:nth-child(6) {
		margin-left: 15px;
	}
	#products article:nth-child(4),
	#products article:nth-child(10) {
		margin-right: 0;
	}
	#contact .right {
		margin-top: 20px;
		padding-left: 0;
	}
	#contact form {
		text-align: left;
	}
}
@media only screen and (max-width: 590px) {
	header {
		padding: 25px 0 10px 0;
	}
	header .menu li {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 520px) {
	#references article {
		width: 50%;
	}
}
@media only screen and (max-width: 410px) {
	#products article {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#contact form input[type=text], 
	#contact form input[type=tel], 
	#contact form input[type=email], 
	#contact form textarea {
		width: 200px;
	}
}