@charset "utf-8";

@import url('normalize.min.css');
@import url('fonts.css');
@import url('colorbox.css');

html,
button,
input,
select,
textarea {
	color: #666;
}

html {
	font-size: 13px;
	line-height: 1.4;
}
body {
	margin: 0;
	background: #fff url('../images/colors-top.png') 50% 0 repeat-x;
	padding: 10px 0 0 0;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #243a3b;
	font-weight: 400;
}	

a,
a:link,
a:active,
a:visited {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

textarea {
	resize: vertical;
}

.justify {
	text-align: justify;
}

/* <wrapper */
#wrapper {
	margin: 0 auto;
	max-width: 1490px;
}
/* wrapper> */

/* <header */
#header-wrapper {
	position: relative;
	max-width: 1490px;
	height: 110px;
}
#header {
	position: relative;
	margin: 0 auto;
	background: url('../images/header-bg.jpg') 100% 0 no-repeat;
	width: 970px;
	height: 110px;
}
#header h1 {
	position: absolute;
	top: 10px;
	right: auto;
	bottom: auto;
	left: 10px;
	z-index: 11;
	display: block;
	width: 231px;
	height: 90px;
}
#header h1 a {
	display: block;
	background: url('../images/sprites.png') 0 0 no-repeat;
	width: 231px;
	height: 90px;
	text-indent: -9999px;
}

#header p {
	position: absolute;
	top: 15px;
	right: 10px;
	bottom: auto;
	left: auto;
	z-index: 8;
	margin: 0;
	display: block;
	background: url('../images/sprites.png') 0 -98px no-repeat;
	width: auto;
	height: 20px;
	padding: 0 0 0 25px;
	color: #8e8e8e;
	line-height: 20px;
}
#header p strong {
	color: #374d5b;
	font-weight: 600;
}

	/* <responsive menu */
	.menu-toggle-button {
		background-color: #89c607;
		width: 40px;
		height: 40px;
		padding: 0;
		color: #fff;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}
	.menu-toggle-button {
		display: none;
	}
	.menu-toggle-button.active {
		background-color: #008c91;
	}
	#header ul.menu {
		position: absolute;
		top: 50px;
		right: 10px;
		bottom: auto;
		left: auto;
		z-index: 9999;
		margin: 0;
		list-style-type: none;
		height: 10px;
		padding: 0;
	}
	#header ul.menu li {
		float: left;
		position: relative;
		margin-left: 15px;
		display: inline;
		height: 10px;
		font-size: 11px;
		line-height: 10px;
		text-transform: uppercase;
	}
	
	#header ul.menu li a {
		color: #8e8e8e;
	}
	#header ul.menu li a#selected, 
	#header ul.menu li a:hover {
		color: #374d5b;
	}
	#header ul.menu li > ul {
		display: none;
	}
	
	/* submenu */
	#header ul.menu ul {
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 700;
		display: none;
		padding: 0;
		list-style-type: none;
	}
	
	#header ul.menu ul li {
		position: relative;
		float: none;
		margin: 0;
		padding: 0;
	}
	
	#header ul.menu ul ul {
		position: absolute;
		top: 0%;
		left: 100%;
		z-index: 700;
	}
	
	#header ul.menu li:hover > ul {
		display: inline-block;
	}
	
	#header ul.menu li:hover > ul {
		background: #fff!ie;
	} /* fix for IE7 */
	
	/* submenu Expand Icon */
	#header ul.menu li.has-submenu > a > span.menu-expand {
	} /* all levels */
	#header ul.menu li.has-submenu > a > span.menu-expand {
		float: none\9;
	} /* fix for IE9 and below */
	#header ul.menu>li.has-submenu>a>span.menu-expand {
	} /* level 1 */
	#header ul.menu>li.has-submenu>a>span.menu-expand:after {
		content: '\25BC';
	} /* level 1 */
	#header ul.menu li li.has-submenu>a>span.menu-expand {
	} /* level 2 */
	#header ul.menu li li.has-submenu>a>span.menu-expand:after {
		content: '\25BA';
	} /* level 2 */
	
	#header ul.menu li a {
	} /* all levels */
	#header ul.menu li > a {
	} /* level 1 */
	#header ul.menu li li > a {
	} /* level 2 */
	#header ul.menu li li li > a {
	} /* level 3 */
	
	/* first level */
	#header ul.menu > li {
	}
	#header ul.menu > li > a {
	}
	#header ul.menu > li:hover {
	}
	#header ul.menu > li:hover > a {
	}
	#header ul.menu > li > a:hover {
	}
	
	/* second level */
	#header ul.menu > li > ul {}
	#header ul.menu > li > ul > li {}
	#header ul.menu > li > ul > li > a {}
	#header ul.menu > li > ul > li:hover {}
	#header ul.menu > li > ul > li:hover > a {}
	#header ul.menu > li > ul > li > a:hover {}

	/* third Level */
	#header ul.menu > li > ul > li > ul {}	
	#header ul.menu > li > ul > li > ul > li {}
	#header ul.menu > li > ul > li > ul > li > a {}
	#header ul.menu > li > ul > li > ul > li:hover {}
	#header ul.menu > li > ul > li > ul > li:hover > a {}
	#header ul.menu > li > ul > li > ul > li > a:hover {}

	@media screen and (min-width: 1px) and (max-width: 989px) {

		body {
		}
		#wrapper,
		#header-wrapper,
		#header {
			width: 100%;
		}
		.menu-toggle-button {
			float: right;
			margin: 40px 20px 0 0;
			display: block;
			font-size: 24px;
		}
		.show-for-devices {
			display: block!important;
		}
		#header ul.menu {
			margin: 30px 0 0 10px;
			display: none;
			background-color: #fff;
			width: auto;
			height: auto;
			padding: 10px 30px;
			border: 1px solid #ddd;
			-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
				box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
		}
		#header ul.menu li {
			clear: both;
			float: none;
			display: block;
			width: 100%;
			padding: 10px 0;
			text-align: right;
		}
		
		/* submenu */
		#header ul.menu ul {
			display: none;
			position: relative;
		}
		#header ul.menu ul li {
		}
		#header ul.menu ul ul {
			position: relative;
			top: 100%;
			left: 0%;
		}
		#header ul.menu li:hover > ul {
			display: none;
		}
		#header ul.menu li:hover > ul {
			background: #fff!ie;
		} /* fix for IE7 */
	
	/* submenu expand icon */
		#header ul.menu li.has-submenu > a > span.menu-expand {
			font-size: 0.6em;
			padding: 0.8em;
			line-height: 1em;
			position: absolute;
			right: 0;
			z-index: 700;
		} /* all levels */
		#header ul.menu > li.has-submenu > a > span.menu-expand {
		} /* level 1 */
		#header ul.menu li li.has-submenu > a > span.menu-expand {
		} /* level 2 */
		#header ul.menu li li.has-submenu > a > span.menu-expand:after {
			content: '\25BC';
		} /* level 2 */
	
		#header ul.menu li a {
			position: relative;
		} /* all levels */
		#header ul.menu li > a {
		} /* level 1 */
		#header ul.menu li li > a {
		} /* level 2 */
		#header ul.menu li li li > a {
		} /* level 3 */
	
		/* first level*/
		#header ul.menu > li {}
		#header ul.menu > li > a {}
		#header ul.menu > li:hover {}
		#header ul.menu > li:hover > a {}
		#header ul.menu > li > a:hover {}

		/* second level*/
		#header ul.menu > li > ul {}
		#header ul.menu > li > ul > li {}
		#header ul.menu > li > ul > li > a {}
		#header ul.menu > li > ul > li:hover {}
		#header ul.menu > li > ul > li:hover > a {}
		#header ul.menu > li > ul > li > a:hover {}

		/* third level*/
		#header ul.menu > li > ul > li > ul {}
		#header ul.menu > li > ul > li > ul > li {}
		#header ul.menu > li > ul > li > ul> li > a {}
		#header ul.menu > li > ul > li > ul > li:hover {}
		#header ul.menu > li > ul > li > ul > li:hover > a {}
		#header ul.menu > li > ul > li > ul > li > a:hover {}

	}
	/* responsive menu> */
/* header> */

/* <banner */
#banner {
	clear: both;
	position: relative;
	margin: 0 auto;
	max-width: 1490px;
}
.banner-home {
	height: 520px;
}
.banner {
	height: 350px;
}
.banner-1 {
	background: url('../images/saarcolor-lacktec-1.jpg') 50% 0 no-repeat;
}
.banner-2 {
	background: url('../images/saarcolor-lacktec-2.jpg') 50% 0 no-repeat;
}
.banner-3 {
	background: url('../images/saarcolor-lacktec-3.jpg') 50% 0 no-repeat;
}
.banner-4 {
	background: url('../images/saarcolor-lacktec-4.jpg') 50% 0 no-repeat;
}
.banner-5 {
	background: url('../images/saarcolor-lacktec-5.jpg') 50% 0 no-repeat;
}

/* <path */
.banner div {
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 350px;
}
#path {
	position: absolute;
	top: 310px;
	right: 10px;
	bottom: auto;
	left: auto;
	z-index: 99;
	margin: 0;
	list-style-type: none;
	background-color: #fff;
	height: 30px;
	padding: 0 10px;
}
#path li {
	float: left;
	margin-left: 5px;
	display: inline-block;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}
#path li:first-child {
	margin-left: 0;
}
#path li a {
	color: #243b3b;
}
#path li a:hover {
	border-bottom: 1px solid #ddd;
	color: #111;
}
/* path> */

	/* <slider */
	.slider {
		overflow: hidden;
		position: relative;
		z-index: 1;
		margin: 0 auto;
		list-style-type: none;
		max-width: 1490px !important;
		width: 100%;
		height: 520px;
		padding: 0;
	}
	.slider li {
		display: none;
		-webkit-backface-visibility: hidden;
		position: absolute;
		top: 0;
		right: auto;
		bottom: auto;
		left: 0;
		z-index: 2;
		max-width: 1490px !important;
		width: 100%;
		height: 520px;
	}
	.slider li.slide-1 {
		background: url('../images/slides/saarcolor-lacktec-1.jpg') 50% 100% no-repeat;
	}
	.slider li.slide-2 {
		background: url('../images/slides/saarcolor-lacktec-2.jpg') 50% 100% no-repeat;
	}
	.slider li.slide-3 {
		background: url('../images/slides/saarcolor-lacktec-3.jpg') 50% 100% no-repeat;
	}
	.slider li:first-child {
		float: left;
		display: block;
		position: relative;
	}
	.slider .box {
		position: relative;
		margin: 100px auto 0;
		width: 970px;
		height: 420px;
		z-index: 12;
	}
	.slider .box div {
		position: absolute;
		top: 20px;
		right: auto;
		bottom: auto;
		left: 0;
		z-index: 99;
		display: block;
		width: auto;
		height: auto;
		padding: 20px;
	}
	.slider .box div h1 {
		margin: 0;
		font-family: 'Museo-Slab-100', Arial, Helvetica, sans-serif;
		font-size: 75px;
		color: #fff;
		font-weight: normal;
		line-height: 60px;
	}
	.slider .box div h1 span {
		font-size: 50px;
		color: #fff;
	}
	.slider .slide-2 .box div h1, 
	.slider .slide-2 .box div h1 span {
		color: #111;
	}
	.slider .slide-3 .box div h1, 
	.slider .slide-3 .box div h1 span {
		color: #fc0;
	}
	.slider .box div a {
		position: absolute;
		top: 120px;
		right: auto;
		bottom: auto;
		left: 20px;
		z-index: 98;
		display: block;
		background-color: none;
		width: 148px;
		height: 48px;
		border: 1px solid #111;
		-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
				border-radius: 4px;
		color: #fff;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		line-height: 48px;
	}
	.slider .slide-2 .box div a, 
	.slider .slide-3 .box div a {
		color: #111;
	}
	.slider .box div a:hover {
		background-color: rgba(255, 255, 255, 0.3) !important;
		background-color: rgb(255, 255, 255);
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.235, 0.840);
			-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.235, 0.840);
				-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.235, 0.840);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.235, 0.840);
		-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.235, 0.840);
			-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.235, 0.840);
				-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.235, 0.840);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.235, 0.840);
	}

	.slider_tabs {
		position: absolute;
		top: 525px;
		right: auto;
		bottom: auto;
		left: 0;
		z-index: 99;
		margin: 0;
		list-style-type: none;
		width: 100%;
		height: 20px;
		padding: 0;
		text-align: center;
		z-index: 99;
	}
	.slider_tabs li {
		float: none;
		display: inline-block;
	}
	.slider_tabs li a {
		display: block;
		margin: 7px;
		background-color: #fff;
		-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
				border-radius: 100px;
		width: 20px;
		height: 3px;
		text-indent: -9999px;
	}
	.slider_tabs .slider_here a {
		background-color: #000;
	}
	/* slider> */
/* banner> */

/* <categories */
#categories-wrapper {
	clear: both;
	background-color: #fc0;
	max-width: 1490px !important;
	width: 100%;
	height: 170px;
	padding-top: 50px;
}
#categories {
	margin: 0 auto;
	overflow: hidden;
	width: 970px;
	height: 170px;
}
#categories .category {
	position: relative;
	float: left;
	margin-left: 30px;
	display: block;
	width: 470px;
	height: 170px;
}
#categories .category:first-child {
	margin-left: 0;
}
#categories .category img {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 1;
	background-color: #fff;
	width: 80px;
	height: 80px;
	border: 10px solid #fff;
	-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
			border-radius: 100px;
}
#categories .category h2 {
	position: absolute;
	top: 20px;
	right: auto;
	bottom: auto;
	left: 120px;
	z-index: 1;
	display: block;
	width: 340px;
	height: 70px;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}
#categories .category p {
	position: absolute;
	top: 50px;
	right: auto;
	bottom: auto;
	left: 120px;
	z-index: 2;
	margin: 0;
	display: block;
	width: 330px;
	height: 270px;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
}
#categories .category a {
	position: absolute;
	top: 100px;
	right: auto;
	bottom: auto;
	left: 120px;
	z-index: 2;
	margin: 0;
	display: block;
	background-color: #none;
	width: auto;
	height: 28px;
	padding: 0 10px;
	border: 1px solid #000;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
	font-size: 12px;
	color: #243A3B;
	font-weight: 400;
	line-height: 28px;
}
#categories .category a:hover {
	background-color: #000;
	color: #fff;
}
/* categories> */

/* <content */
#content-wrapper {
	background-color: #eee;
	max-width: 1490px !important;
	width: 100%;
	min-height: 400px;
	height: auto;
	padding: 0 0 30px 0;
}
#content-wrapper-2 {
	background-color: #008c91;
	max-width: 1490px !important;
	width: 100%;
	min-height: 400px;
	height: auto;
	padding: 0 0 30px 0;
}
#content-wrapper-3 {
	background-color: #89c607;
	max-width: 1490px !important;
	width: 100%;
	min-height: 400px;
	height: auto;
	padding: 0 0 30px 0;
}
#content {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 970px;
	height: auto;
}
#content h1 {
	display: block;
	height: 40px;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
}
#content-wrapper-2 #content h1, 
#content-wrapper-3 #content h1 {
	color: #fff;
}
#content .col-1 {
	float: left;
	margin: 60px 50px 0 10px;
	width: 490px;
}
#content .col-2 {
	float: left;
	margin: 60px 0 0 0;
	width: 420px;
}
#content .gallery-1 a {
	float: left;
	display: block;
	margin: 0 0 20px 20px;
	width: 90px;
	height: 90px;
}
#content .gallery-1 a.first {
	margin-left: 0;
}
#content .gallery-1 a img {
	width: 70px;
	height: 70px;
	border: 8px solid #fff;
	-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
			border-radius: 100px;
}
#content .gallery-1 a:hover img {
	border-color: #fc0;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.235, 0.840);
		-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.235, 0.840);
			-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.235, 0.840);
				transition: all 500ms cubic-bezier(0.250, 0.250, 0.235, 0.840);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.235, 0.840);
		-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.235, 0.840);
			-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.235, 0.840);
				transition-timing-function: cubic-bezier(0.250, 0.250, 0.235, 0.840);
}

#content .col {
	float: left;
	margin: 40px 20px 0 10px;
	width: 465px;
}
#content .text {
	margin: 30px 10px 0 10px;
}
h1.title {
	padding: 50px 0 0 10px;
}
#content h2 {
	padding-bottom: 10px;
	border-bottom: 10px solid #fc0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.li-1 {
	margin: 0 0 30px 5px;
	list-style-type: none;
	padding: 0;
}
.li-1 li {
	margin-bottom: 10px;
	background: url('../images/sprites.png') 0 -134px no-repeat;
	padding-left: 20px;
	font-style: italic;
}
#content .contact a {
	color: #243a3b;
}
#content .contact a:hover {
	border-bottom: 1px solid #ddd;
	color: #111;
}
#content .first {
}
#content .first h2 {
	border-color: #fc0;
}
#content .second {
	margin-left: 10px;
	margin-right: 0;
}
#content .second h2 {
	border-color: #abd600;
}
#content .third {
}
#content .third h2 {
	border-color: #00cfe7;
}
#content .fourth {
	margin-left: 10px;
	margin-right: 0;
}
#content .fourth h2 {
	border-color: #c000ff;
}
#content .fifth {
}
#content .fifth h2 {
	border-color: #ff6c00;
}

.certificates {
}
.certificates a {
	float: left;
	margin: 20px 0 0 70px;
	display: block;
	background-color: #006063;
	width: 200px;
	height: 200px;
	-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
			border-radius: 200px;
}
.certificates a + a {
	margin-left: 75px;
}
.certificates a img {
	display: block;
	width: 180px;
	height: 180px;
	border: 10px solid #006063;
	-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
			border-radius: 200px;
}
.certificates a:hover {
	background-color: #fc0;
}
.certificates a:hover img {
	border-color: #fc0;
}

.brochures {
}
.brochures a {
	float: left;
	position: relative;
	margin: 20px 0 0 170px;
	display: block;
	background-color: #fff;
	width: 200px;
	height: 200px;
	-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
			border-radius: 200px;
	color: #111;
}
.brochures a + a {
	margin-left: 170px;
}
.brochures a img {
	display: block;
	width: 180px;
	height: 180px;
	border: 10px solid #fff;
	-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
			border-radius: 200px;
}
.brochures a:hover {
	background-color: #006063;
}
.brochures a:hover img {
	border-color: #006063;
}
.brochures a span {
	display: block;
	position: absolute;
	top: 150px;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 99;
	background-color: #fff;
	width: auto;
	height: 28px;
	border: 1px solid #006063;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	padding: 0 10px;
	text-align: center;
	line-height: 28px;
	
}

div.img {
	margin-left: 10px;
}
div.img img {
	padding-top: 40px;
	padding-bottom: 20px;
}

	/* <form */
	form {
		padding-bottom: 40px;
	}
	form p {
		margin: 0 0 10px 0;
		height: 30px;
		padding: 0;
	}
	form p label {
		float: left;
		display: block;
		width: 100px;
		height: 30px;
		line-height: 30px;
	}
	form p input {
		background-color: #fff;
		width: 300px;
		height: 30px;
		border: none;
		padding: 0 20px;
		font-size: 12px;
		line-height: 30px;
	}
	form p.textarea {
		height: 100px;
	}
	form p textarea {
		background-color: #fff;
		width: 300px;
		height: 60px;
		border: none;
		padding: 20px;
		resize: none;
		font-size: 12px;
		line-height: 15px;
	}
	form p input[type=submit] {
		background-color: #000;
		width: auto;
		height: 40px;
		border: 1px solid #000;
		font-size: 11px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 40px;
	}
	form p input[type=submit]:hover {
		background: none;
		color: #000;
	}
	/* form> */
/* content> */

/* <history */
#history-wrapper {
	background: #00779b url('../images/history-bg.jpg') 0 0 no-repeat;
	max-width: 1490px !important;
	width: 100%;
	height: 610px;
	padding: 0 0 30px 0;
	border-bottom: 5px solid #fc0;
}
#history {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 970px;
	height: auto;
	padding: 40px 0;
	color: #fff;
}
#history h2 {
	display: block;
	height: 40px;
	padding-left: 10px;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
}
#history .col-1 {
	float: left;
	margin: 20px 0 0 10px;
	width: 200px;
	height: auto;
	font-style: italic;
}
#history .col-2 {
	float: left;
	margin: 20px 0 0 50px;
	width: 710px;
	height: auto;
}
#history .col-2 ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#history .col-2 ul li {
	padding-bottom: 7px;
}
/* history> */

/* <team */
#team-wrapper {
	background-color: #fc0;
	max-width: 1490px !important;
	width: 100%;
	height: auto;
	padding: 0 0 30px 0;
	border-bottom: 5px solid #fc0;
}
#team {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: url('../images/team-icon.png') 510px 225px no-repeat;
	width: 970px;
	height: 400px;
	padding: 40px 0;
}
#team h2 {
	display: block;
	height: 40px;
	padding-left: 10px;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
}
#team ul {
	margin: 100px 0 0 10px;
	list-style-type: none;
	padding: 0;
}
#team ul li {
	float: left;
	display: inline-block;
	margin: 0 30px 20px 0;
	width: 170px;
	height: 70px;
}
#team ul li h4 {
	font-weight: 700;
}
/* team> */

/* <map */
#map {
	background-color: #fc0;
	max-width: 1490px !important;
	width: 100%;
	height: 400px;
	padding: 0;
}
/* map> */

/* <footer */
#footer-wrapper {
	overflow: hidden;
	clear: both;
	background: url('../images/colors-bottom.png') 50% 100% repeat-x;
	width: 100%;
	height: 240px;
}
#footer {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 970px;
	height: 210px;
	font-size: 13px;
	line-height: 20px;}
#footer p {
	position: absolute;
	top: 30px;
	right: auto;
	bottom: auto;
	left: 10px;
	z-index: 5;
	margin: 0;
	width: 300px;
	padding: 0;
}
#footer p strong {
	font-weight: 700;
}
#footer p a {
	color: #243a3b;
}
#footer p a:hover {
	border-bottom: 1px solid #ddd;
	color: #000;
}
#footer nav {
	position: absolute;
	top: 70px;
	right: 10px;
	bottom: auto;
	left: auto;
	z-index: 6;
	width: auto;
	height: 10px;
}
#footer nav ul {
	margin: 0;
	display: block;
	list-style-type: none;
	width: auto;
	height: 10px;
	padding: 0;
}
#footer nav ul li {
	float: left;
	margin-left: 15px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 10px;
}
#footer nav ul li a {
	color: #8c8c8c;
}
#footer nav ul li a.selected, 
#footer nav ul li a:hover {
	color: #243a3b;
}
/* footer> */

@media only screen and (min-width: 990px) {

}

@media only screen and (max-width: 989px) {
	body {
		
	}
	#header p {
		top: 10px;
		right: 20px;
	}

	/* <slider */
	.slider li.slide-1,
	.slider li.slide-2,
	.slider li.slide-3 {
		background-position: 100% 0;
	}
	.slider .box div {
		top: 200px;
	}
	.slider .slide-1 .box div h1,
	.slider .slide-2 .box div h1,
	.slider .slide-3 .box div h1 {
		background-color: #fff;
		padding: 0 10px;
		font-size: 35px;
		color: #000;
	}
	.slider .box div a {
		display: none;
	}
	/* slider> */
	#banner div {
		width: 100%;
	}
	#content {
		width: 100%;
	}
	#content .img {
		padding-right: 10px;
	}
	#content .img img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	#content .col {
		float: none;
		width: auto;
		margin-right: 10px;
	}
	#content .col h2 {
		margin-right: 10px;
	}
	#content .col-1 {
		width: auto;
	}
	#categories-wrapper,
	#categories {
		width: auto;
		height: auto;
	}
	#categories {
		padding-right: 10px;
	}
	#categories .category {
		float: none;
		margin: 0;
		width: auto;
	}
	#categories .category p {
		width: auto;
	}
	#history-wrapper,
	#history {
		background-image: none;
		width: auto;
		height: auto;
	}
	#history {
		padding-right: 10px;
		padding-bottom: 0;
	}
	#history .col-2 {
		margin: 20px 10px;
		width: 100%;
	}
	#team-wrapper,
	#team {
		background-image: none;
		width: auto;
		height: auto;
		padding-right: 10px;
		padding-bottom: 0;
	}
	#team ul {
		overflow: hidden;
		margin: 20px 10px 0 10px;
	}
	.brochures a {
		float: none;
		margin: 0 auto;
		display: block;
	}
	.brochures a + a {
		margin: 50px auto 0;
	}
	.certificates a {
		float: none;
		margin: 0 auto;
		display: block;
	}
	.certificates a + a {
		margin: 50px auto 0;
	}
	#footer-wrapper,
	#footer {
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	#footer {
		padding-bottom: 60px;
	}
	#footer p {
		position: static;
		margin: 20px;
	}
	#footer nav {
		position: static;
		margin: 20px 20px 20px 5px;
		text-align: left;
	}
}

#underconstruction {
	display: none;
}

/* print */
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}

.ir {
	overflow: hidden;
	background-color: transparent;
	border: 0;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	position: absolute;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	border: 0;
	padding: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	position: static;
	margin: 0;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* <print classes */
@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

a,
a:visited {
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
}

tr,
img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

@	page {
	margin: 0.5cm;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
};
}
/* print classes> */