/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #414141; color: #fff; text-shadow: none; }
::selection { background: #414141; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body {
	/*background: #f4f4f4;*/
	background: url(../img/bg.jpg) repeat;
	margin: 0 !important;
}
.print {
	display: none;
}
.clear {
	clear: both;
}
#container {
	margin: 18px auto 0;
	width: 980px;
}
.shadow .shadow-top {
	background: url(../img/bg_shadow_top.jpg) no-repeat;
	float: left;
	height: 8px;
	width: 980px;
}
.shadow {
	background: url(../img/bg_shadow.jpg) repeat-y;
	float: left;
	width: 980px;
}
.shadow .shadow-bottom {
	background: url(../img/bg_shadow_bottom.jpg) no-repeat;
	float: left;
	height: 8px;
	width: 980px;
}
/***

	HEADER
	
***/
header {
	float: left;
	margin: 0 10px;
	width: 960px;
}
#header-top .left {
	float: left;
	width: 225px;
}
#header-top .left figure a img {
	border: none;
}
#header-top .right {
	float: left;
	width: 735px;
}
#header-top .right .top, #header-top .right .bottom {
	float: left;
	width: 735px;
}
#header-top .right .top .contact {
	float: right;
	margin: 15px 29px 25px 0;
}
#header-top .right .top .contact .phone {
	float: left;
	margin: 5px 10px 0;
}
#header-top .right .top .contact .info {
	color: #5c5c5c;
	float: left;
	font-family:'DIN Next W01 Regular', arial !important;
	font-size: 11px;
}
#header-top .right .top .contact .info a {
	color: #5c5c5c;
	text-decoration: none;
}
.header-notice {
	color: #FFF;
	background: rgb(142,143,146); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(142,143,146,1) 0%, rgba(180,181,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,143,146,1)), color-stop(100%,rgba(180,181,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(142,143,146,1) 0%,rgba(180,181,184,1) 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top,  rgba(142,143,146,1) 0%,rgba(180,181,184,1) 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top,  rgba(142,143,146,1) 0%,rgba(180,181,184,1) 100%); /* IE10+ */  
	background: linear-gradient(to bottom,  rgba(142,143,146,1) 0%,rgba(180,181,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8f92', endColorstr='#b4b5b8',GradientType=0 ); /* IE6-9 */
	padding: 10px 0;
	text-align: center;
}
.header-notice span {
	display: block;
	font-family:'DIN Next W01 Regular', arial !important;
}
.header-notice span span {
	text-decoration: underline;
	display: inline-block;
}
.header-notice .lead {
	font-size: 17px;
}
.header-notice .note {
	font-size: 14px;
}
/***	 MENU HEADER 	***/
#menu-main {
	float: left;
}
#menu-header {
	float: right;
	margin: 0 29px 0 0;
}
#menu-main ul, #menu-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-main ul {
	float: left;
}
#menu-main li {
	border-right: 1px solid #f1f1f1;
	float: left;
	padding: 4px 15px 19px 15px;
}
#menu-main li.last {
	border-right: none;
	padding: 4px 0 0 15px;
}
#menu-main li a {
	color: #5c5c5c;
	cursor: pointer;
	display: block;
	font-family:'DIN Next W01 Regular', arial !important;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-header ul, #menu-header li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-header ul {
	float: right;
	margin: 7px 0 0 0;
}
#menu-header li {
	border-right: 1px solid #f1f1f1;
	float: left;
	padding: 0 15px 0 15px;
}
#menu-header li.last {
	border-right: none;
	padding: 0 0 0 15px;
}
#menu-header li a {
	color: #5c5c5c;
	display: block;
	font-weight: normal;
	font-family:'DIN Next W01 Regular', arial !important;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-header li a:hover, #menu-header li a.active {
	cursor: pointer;	
}
/***	EIND MENU HEADER 	***/
#header-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
#header-bottom .left {
	float: left;
	position: relative;
	width: 640px;
}
#header-bottom .left .txt-overlay {
	color: #e70082;
	font-size: 24px;
	font-weight: normal;
	font-family:'DIN Next W01 Medium', arial !important;
	margin: 35px 0 0 320px;
	position: absolute;
	width: 270px;
}
#header-bottom .right {
	float: left;
	width: 320px;
}
#header-bottom.detail {
	position: relative;
	width: 960px;
}
#header-bottom.detail #slider-detail {
	height: 179px;
	overflow: hidden;
}
#header-bottom.detail #slider-detail.map {
	height: 350px;	
}
#header-bottom.detail .txt-overlay {
	color: #e70082;
	font-size: 24px;
	font-weight: bold;
	margin: 35px 0 0 320px;
	position: absolute;
	width: 275px;
}
/***

	TWITTER

***/
#twitter {
	color: #fff;
	height: 305px;
	line-height: 150%;
	margin: 15px 18px 0;
	overflow: hidden;
}
#twitter .larry {
	float: left;
	margin: 0 0 5px 0;
	width: 31px;
}
#twitter .moretweets {
	float: right;
	margin: 0;
}
#twitter .moretweets a {
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	margin: 5px 0 0 0;
	padding: 0;
	text-decoration: none;
}
#twitter ul, #twitter li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#twitter ul.twittertweets  {
	float: left;
	height: 255px;
	overflow: auto;
	width: 100%;
}
#twitter ul.twittertweets a {
	display: inline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#twitter ul.twittertweets a:hover {
	color: #fff;
}
#twitter li.tweet {
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px;
	width: 100%;
}
#twitter li.tweet .tweet_time a {
	display: inline;
	font-size: 10px;
	margin: 0;
	text-decoration: none;
}
#twitter li.tweet .tweet_text a {
	display: inline;
	text-decoration: none;
}
#twitter li.tweet a:hover {
	text-decoration: underline;
}
/***

	BLOCKEN HOMEPAGINA
	
***/
#blocks {
	float: left;
	margin: 0 10px;
	width: 960px;
}
#blocks .item {
	border-right: 1px solid #f0f0f0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 319px;
}
#blocks .item.last, #blocks .item.news {
	border-right: none;
	width: 320px;
}
#blocks .item .top {
	background: #F5F5F5;
	color: #5c5c5c;
	font-size: 12px;
	height: 188px;
	line-height: 150%;
	padding: 21px 15px 0 25px;
	position: relative;
	overflow: hidden;
}
#blocks .item.center .top {
	display: block;
	height: 209px;
	padding: 0;
	position: relative;
	text-decoration: none;
}
#blocks .item.center .top a {
	cursor: pointer;
	display: block;
	text-decoration: none;
}
#blocks .item.center .top a .wrap {
	bottom: 15px;
	left: 10px;
	position: absolute;
}
#blocks .item.center .top a .wrap h2 {
	color: #fff;
	font-size: 14px;
	font-family:'DIN Next W01 Regular', arial !important;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
#blocks .item.center .top a .wrap p {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 5px 0 0 0;
	line-height: 150%;
	text-decoration: none;
}
#blocks .item.center .top a .wrap span {
	background: #00ACEC;
}
#blocks .item.center .top a .wrap h2 span {
	padding: 2px 8px 2px;
}
#blocks .item.center .top a .wrap p span {
	float: left;
	padding: 2px 8px 1px;
}
#blocks .item.last .top {
	padding: 0;
	height: 259px;
}
#blocks .item .top .img {
	float: left;
	margin: 1px 5px 0 0;
}
#blocks .item .top h2 {
	font-size: 17px;
	font-family:'DIN Next W01 Bold', arial !important;
	font-weight: normal;
	line-height: 110%;
	margin: 0;
	text-transform: uppercase;
}
#blocks .item .top p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin: 10px 0 0 0;
}
#blocks .item .top.pink p {
	margin: 17px 0 0 0;
}
#blocks .item .bottom {
	background: #fff;
	color: #5c5c5c;
	height: 50px;
}
#blocks .item.last .bottom {
	text-align: center;
}
#blocks .item .bottom a {
	border: 1px solid #f0f0f0;
	color: #5c5c5c;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 13px 0 0 24px;
	padding: 3px 8px;
	text-decoration: none;
}
#blocks .item .bottom a:hover {
	background: #f0f0f0;
}
#blocks .item .bottom .info {
	text-transform: uppercase;
}
#blocks .item .top.coda {
	background: url(../img/bg_slider.jpg) repeat-x;
	height: 238px;
	overflow: visible;
}
#blocks .item .top.coda .bottom {
	top: 200px;
	position: absolute;
}
#blocks .item .top.coda .bottom a {
	margin: 0;
}
/***

	MAIN
	
***/
#main {
	background: url(../img/bg_content.jpg) repeat-x bottom;
	float: left;
	margin: 0 10px;
	min-height: 142px;
	width: 960px;
}
#main .wrapper {
	float: left;
}
#main .left {
	float: left;
	min-height: 1px;
	padding: 117px 0 0 0;
	width: 200px;
}
#main .left #menu-sub {
	margin: 0 0 35px 0;
}
#main .left #menu-sub ul, #main .left #menu-sub li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main .left #menu-sub li {
	border-bottom: 1px solid #F1F1F1;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
#main .left #menu-sub li.first {
	padding: 0 0 4px 0;
}
#main .left #menu-sub li a {
	color: #5C5C5C;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 150%;
	padding: 0 0 0 35px;
	text-decoration: none;
}
#main .left #menu-sub li a:hover, #main .left #menu-sub li a.active {
	cursor: pointer;
}
#main .left #menu-sub li ul {
	margin: 0 0 0 15px;
}
#main .left #menu-sub li ul li {
	border: none;
	margin: 0;
	padding: 0;
}
#main .left #menu-sub li ul li a {
	font-size: 12px;
	padding: 3px 0 3px 35px;
}
#main .right {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 45px;
	width: 715px;
}
#main .right .breadcrumbs {
	color: #5C5C5C;
	display: block;
	font-size: 11px;
	margin: 29px 0 38px 0;
}
#main .right .breadcrumbs a {
	color: #5C5C5C;
	text-decoration: none;
	padding: 0 4px;
}
#main .right .content {
	color: #5C5C5C;
	font-size: 12px;
	float: left;
	margin: 0 0 25px 0;
}
#main .right .content div {
	margin: 0;
}
#main .right .content .text {
	padding: 0 125px 0 0;
	width: 590px;
}
#main .right .content .text h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	font-family:'DIN Next W01 Medium', arial !important;
	margin: 0 0 23px;
}
#main .right .content .text p {
	color: #5C5C5C;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 150%;
	margin: 0 0 1em 0;
}
#main .right .content .more {
	margin: 23px 0 0 0;
}
#main .right .content ul li, #main .right .content td {
	color: #5C5C5C;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 150%;
}
#main .right .content a:hover {
	text-decoration: underline;
}
/***

	NEWS
	
***/
#main .right .content article {
	display: block;
	float: left;
	margin: 0 0 25px 0;
	width: 590px;
}
#main .right .content article .img {
	float: left;
	margin: 0 25px 0 0;
	width: 125px;
}
#main .right .content article .text {
	float: left;
	padding: 0;
	width: 440px;
}
#main .right .content article  .text h1 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	font-family:'DIN Next W01 Medium', arial !important;
	margin: 0;
}
#main .right .content article  .text p {
	color: #5C5C5C;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 150%;
	margin: 0;
}
/***	TEAM - START	***/
#main .right .content .employees {
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
	width: 200px;
}
#main .right .content .employees.last {
	margin: 0 0 30px;
}
#main .right .content .employees a {
	cursor: pointer;
	display: block;
	position: relative;
	text-decoration: none;
}
#main .right .content .employees a .polaroid {
	display: block;
	height: 238px;
	position: relative;
	width: 200px;
	z-index: 8;
}
#main .right .content .employees a .person {
	margin: 15px 0 0 15px;
	position: absolute;
	z-index: 7;
}
#main .right .content .employees a .name {
	bottom: 15px;
	position: absolute;
	text-align: center;
	width: 200px;
	z-index: 9;
}
#main .right .content .employees a .name h2 {
	color: #005C80;
	font-size: 16px;
	font-weight: normal;
	font-family:'Coral W00 Regular', arial !important;
	margin: 0;
	text-decoration: none;
}
#main .right .content .employees .social {
	margin: 5px 0 0 6px;
}
#main .right .content .employees .social ul, #main .right .content .employee .social li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main .right .content .employees .social li {
	margin: 0;
}
#main .right .content .employees .social li.linked a {
	background: url(../img/icon_sm_li.jpg) no-repeat left center;
	padding: 0 0 0 25px;
}
#main .right .content .employees .social li.email a {
	background: url(../img/icon_sm_em.jpg) no-repeat left center;
	padding: 0 0 0 25px;
}
#main .right .content .employees .social li a {
	color: #005C80;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	display: block;
}
/***	TEAM - END	***/
/***	QUOTE - START	***/
#main .right .content .testimonial {
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	display: block;
	min-height: 370px;
	margin: 20px 0 20px;
	padding: 20px 0 20px;
	text-decoration: none;
	width: 590px;
}
#main .right .content .testimonial .lft {
	float: left;
	margin: 7px 15px 0 0;
	position: relative;
	width: 260px;
}
#main .right .content .testimonial .lft .cloud {
	position: absolute;
}
#main .right .content .testimonial .lft .photo {
	margin: 6px 0 0 10px;
	width: 250px;
}
#main .right .content .testimonial .lft .logo {
	float: left;
	margin: 12px 0 0 18px;
	width: 205px;
}
#main .right .content .testimonial .rght {
	float: left;
	width: 315px;
}
#main .right .content .testimonial .rght .name h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family:'Gill Sans W01 Book', arial !important;
	margin: 0;
	padding: 0;
}
#main .right .content .testimonial .rght .function {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#main .right .content .testimonial .rght .quote {
	color: #ff0000;
	font-size: 18px;
	font-weight: normal;
	font-family:'Gill Sans W01 Book', arial !important;
	margin: 5px 0;
	padding: 0;
}
#main .right .content .testimonial .rght .text {
	width: 305px;
	padding: 0;
}
#main .right .content .testimonial .rght .text p {
	color: #5C5C5C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
/***	QUOTE - END	***/
.main-bottom {
	float: left;
	background: #fff;
	padding: 13px 0 12px;
	margin-top: 10px;
	width: 960px;
}
.main-bottom .contact {
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 0 60px 0 245px;
}
.main-bottom .contact a {
	border: 1px solid #f0f0f0;
	color: #5c5c5c;
	padding: 3px 8px;
	text-decoration: none;
}
#portfolio .main-bottom .contact {
	margin: 0 0 0 20px;
}
.main-bottom .contact a:hover {
	background: #f0f0f0;
}
.main-bottom .addthis {
	float: right;
	margin: 0 20px 0 0;
}
/***

	PORTFOLIO
	
***/
#portfolio {
	background: url(../img/bg_content.jpg) repeat-x bottom;
	float: left;
	margin: 0 10px;
	min-height: 142px;
	width: 960px;
}
#portfolio .overzicht{
	margin: 17px 0 0 17px;	
}
#portfolio a.item {
	border-left: 1px solid #fff;
	cursor: pointer;
	display: block;	
	text-align: center;
	text-decoration: none !important;
	width: 310px;
	float: left;
	margin: 0 0 30px 0;
}

#portfolio a.item .img{
	display: block;
	width: 300px;
	height: 170px;
	overflow: hidden;
	border: 1px solid #ddd;
}
#portfolio a.item .img img{
	width: 300px;
	height: 170px;
	border: none;	
}
#portfolio a.item .title {
	color: #5C5C5C;
	display: block;
	font-family: 'DIN Next W01 Regular',arial !important;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 0 0;
	text-decoration: none;
	text-align: left;
}
#portfolio a.item .txt {
	color: #5C5C5C;
	display: block;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 11px;
	margin: 10px 20px 0 0;
	text-decoration: none;
	text-align: left;
}
#portfolio a.item:hover .title { 
	display: block;	
	text-decoration: none;
}
#portfolio a.item:hover .txt { 
	display: block;	
	text-decoration: none;
}
/*** 	PORTFOLIO DETAIL	***/
#portfolio-header{
}
#portfolio-header h1{
	font-family: 'DIN Next W01 Regular',arial !important;
	font-size: 36px;
	margin: 20px 20px 20px 40px;
}
#portfolio-header a{
	display: block;
	font-family: 'DIN Next W01 Regular',arial !important;
	padding: 3px 10px;
	font-size: 24px;
	float: right;
	background: #f90;
	color: #fff;
	margin: 22px 30px 0 0;
	width: 275px;
	text-align: center;
}
#portfolio .left {
	float: left;
	width: 625px;
}
#sliderportfolio{
	height: 340px;	
	overflow: hidden;

	margin: 0;
	padding: 0;	
}
#sliderportfolio{
	margin: 0;
	padding: 0;	
}
#portfolio {
	position: relative;
}
#portfolio .buttons {
	bottom: 54px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	left: 645px;
	margin: 0;
	position: absolute;
}
#portfolio .buttons ul, #portfolio .right .buttons li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#portfolio .buttons li {
	float: left;
	margin: 0 45px 0 0;
}
#portfolio .buttons li.last {
	margin: 0;
}
#portfolio .buttons li a {
	border: 1px solid #CCCCCC;
	color: #666666;
	display: block;
	padding: 3px 8px;
	text-decoration: none;
}
#portfolio .buttons li a:hover {
	background: #f0f0f0;
}
#portfolio .right {
	float: left;
	padding: 20px 0 45px 20px ;
	width: 280px;
}
#portfolio .right h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	font-family:'DIN Next W01 Medium', arial !important;
	margin: 23px 0;
}
#portfolio .right .introduction {
	float: left;
	color: #5C5C5C;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 150%;
}
#portfolio .right .introduction p {
	margin: 0 0 1em 0;
}
#portfolio .right .introduction a:hover {
	text-decoration: underline;
}
#portfolio .right .services {
	float: left;
	margin: 5px 0 0 0;
	width: 280px;
}
#portfolio .right .services h3 {
	color: #5C5C5C;
	font-family:'DIN Next W01 Bold', arial !important;
	font-weight: normal;
	font-size: 15px;
	margin: 15px 0 6px 0;
	text-transform: uppercase;
}
#portfolio .right .services ul, #portfolio .right .services li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#portfolio .right .services ul {
	color: #5C5C5C;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 150%;
	margin: 0 0 15px 0;
}
#portfolio .right .services li {
	border-bottom: 1px solid #ccc;
	margin: 4px 0 0;
	padding: 0 0 5px 10px;
}
#portfolio .right .services li a {
	color: #5C5C5C;
	text-decoration: none;
}
#portfolio .right .link {
	float: left;
}
#portfolio .right .link a {
	display: block;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#portfolio .right .link a:hover {
	text-decoration: underline;
}
#portfolio .actions {
	display: block;
	float: left;
	width: 960px;
}
#portfolio .actions .prev {
	float: left;
}
#portfolio .actions .next {
	float: right;
}
#portfolio .actions .prev a, #portfolio .actions .next a {
	border: 1px solid #f0f0f0;
	color: #5c5c5c;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 15px 20px;
	padding: 3px 8px;
	text-decoration: none;
}
#portfolio .actions .prev a:hover, #portfolio .actions .next a:hover {
	background: #f0f0f0;
}

/***
	
	FOOTER
	
***/
#footer-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 150%;
	margin: 0 10px;
	width: 960px;
}
#footer-top .left {
	background: url(../img/bg_footer.jpg) no-repeat;
	float: left;
	height: 308px;
	padding: 0;
	width: 640px;
}
#footer-top .left .item {
	border-right: 1px solid #6b6b6b;
	float: left;
	height: 308px;
	margin: 0 0 0 25px;
	padding: 0 10px 0 0;
	width: 222px;
}
#footer-top .left .item.first {
	width: 160px;
}
#footer-top .left .item.last {
	border-right: none;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
	width: 166px;
}
#footer-top .left .item.last .route {
	bottom: 28px;
	position: absolute;
}
#footer-top .left .item.last .route .img {
	float: left;
	margin: 0 10px 0 0;
}
#footer-top .left .item.last .route a {
	color: #fff;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: 5px 0 0 0;
	text-decoration: none;
	text-shadow: 1px 1px #1d1d1d;
}
#footer-top .left .item h3 {
	margin: 20px 0 6px 0;
}
#footer-top .left .item h3 a {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family:'Gill Sans W01 Book', arial !important;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer-top .left .item h3 a:hover, #footer-top .left .item h3 a.active {
	color: #ff0000;
}
#footer-top .left ul, #footer-top .left li {
	color: #fff;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#footer-top .left .item ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
#footer-top .left .item li {
	background: url(../img/list-style.jpg) no-repeat 3px center;
	line-height: 150%;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
}
#footer-top .left .item li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px #1d1d1d;
}
#footer-top .right {
	float: left;
	width: 320px;
}
#footer-top .right .top {
	background: #fcfcfc;
	color: #5c5c5c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 208px;
	padding: 30px 0 0 35px;
}
#footer-top .right .top h3 {
	font-family:'DIN Next W01 Bold', arial !important;
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
#footer-top .right .top a {
	color: #5c5c5c;
	text-decoration: none;
}
#footer-top .right .bottom {
	background: #fff;
	height: 70px;
	padding: 0;
}
#footer-top .right .bottom ul, #footer-top .right .bottom li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-top .right .bottom ul {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 168px;
}
#footer-top .right .bottom li {
	float: left;
	margin: 0 10px 0 0;
}
#footer-top .right .bottom li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#footer-top .right .bottom li a img {
	border: none;
}
#footer-bottom .top {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-bottom .top .info {
	color: #000;
	font-size: 14px;
	float: left;
	font-family:'DIN Next W01 Bold', arial !important;
	font-weight: normal;
	margin: 35px 0 18px 35px;
	text-transform: uppercase;
}
#footer-bottom .top .portal {
	float: right;
	margin: 28px 67px 0 0;
	width: 200px;
}
#footer-bottom .top .portal .img {
	float: left;
}
#footer-bottom .top .portal h4 {
	font-size: 16px;
	font-weight: bold;
	float: left;
	font-family:'DIN Next W01 Bold', arial !important;
	font-weight: normal;
	margin: 3px 0 0 10px;
	text-transform: uppercase;
}
#footer-bottom .top .portal h4 a {
	color: #000;
	text-decoration: none;
}
#footer-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 150%;
	margin: 0 10px;
	width: 960px;
}
#footer-bottom .bottom {
	background: #fdfdfd;
}
#footer-bottom .bottom .blocks {
	border-right: 1px solid #ececec;
	float: left;
	width: 319px;
}
#footer-bottom .bottom .blocks.last {
	border-right: none;
	width: 320px;
}
#footer-bottom .bottom .blocks a{
	background-position: 0 0;
	border: none;
	display: block;
	height: 118px;
	width: 319px;
}
#footer-bottom .bottom .blocks.mcs a {
	background: url(../img/arc-c-s.jpg) no-repeat;
}
#footer-bottom .bottom .blocks.mo a {
	background: url(../img/arc-m-o.jpg) no-repeat;
}
#footer-bottom .bottom .blocks.nettt a {
	background: url(../img/nettt.jpg) no-repeat;
}
#footer-bottom .bottom .blocks a:hover {
	background-position: 0 -118px;
}
#copyright {
	color: #a5a5a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin: 10px 0 15px;
	width: 960px;
	text-align: center;
}
#copyright a {
	color: #a5a5a5;
	text-decoration: none;
}





@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: 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; }
}
