@import url('https://fonts.googleapis.com/css?family=Maven+Pro&display=swap');

body
{
	background-color: #d8d8d8;
	font-family: 'Maven Pro';
	color: #000000;
	
	width: 100%;
	height: 100%;
	position: absolute;
	
	overflow-y: scroll;

	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;

	background-image: url(/css/img/home_bg3.png);
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #202830;
}

[contenteditable]
{
    -webkit-user-select: text;
    user-select: text;
}

div.Strip
{
	width: 100%;
	text-align: center;
}

div.Strip > div
{
	width: 1600px;
	margin: auto;
	max-width: 90%;
}



div#SitesBar
{
	background-color: #303030;
	color: #ffffff;
	text-align: left;
	position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 10;
	height: 50px;
}

div#SitesBar > div
{
	display: block;
	width: 100%;
	height: 100%;
}

div#SitesBar ul,
div#Header ul
{
	list-style-type: none;
	display: inline-table;
	height: 100%;
	vertical-align: middle;
}

div#SitesBar ul li,
div#Header ul li
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

div#SitesBar ul.Sites
{
	text-align: left;
}

div#SitesBar ul.Links
{
	font-size:0;
}

ul.Sites
{
	text-align: left;
}

ul.Sites li
{
	opacity: 0.5;
	transition: all 0.5s;
}

ul.Sites li.Selected,
ul.Sites li:hover
{
	
}

ul.Sites li a
{
	background-image: url(img/logo_white.png);
	display: inline-block;
	width: auto;
	height: 50px;
	background-position: center 5px;
	background-size: 30px;
	background-repeat: no-repeat;
	margin: 0px;
	line-height: 15px;
	font-size: 12px;
	padding: 30px 10px 5px 10px;
	white-space: nowrap;
}

ul.Sites li.Selected,
ul.Sites li:hover
{
	opacity: 1.0;
}

ul.Sites li.Selected a,
ul.Sites li:hover a
{
	background-image: url(img/logo_white2.png);
}

ul.Sites li.Selected a.Belgium,
ul.Sites li:hover a.Belgium
{
	background-color: #4080e0;
}

ul.Sites li.Selected a.HealthAndSafety,
ul.Sites li:hover a.HealthAndSafety
{
	background-color: #e08040;
}

ul.Sites li.Selected a.Pharma,
ul.Sites li:hover a.Pharma
{
	background-color: #40c040;
}

ul.Sites li.Selected a.Processes,
ul.Sites li:hover a.Processes
{
	background-color: #40a0a0;
}

ul.Sites li.Selected a.Sensors,
ul.Sites li:hover a.Sensors
{
	background-color: #f0d040;
}

ul.Sites li.Selected a.Telemetry,
ul.Sites li:hover a.Telemetry
{
	background-color: #a06080;
}

ul.Search,
ul.Languages
{
	text-align: right;
	float: right;
}

ul.Languages li a
{
	opacity: 0.5;
	transition: all 0.5s;
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 0px;
	border-radius: 4px;
}

ul.Languages li:hover a
{
	opacity: 1.0;
	background-color: rgba(255, 255, 255, 0.4);
}

ul.Languages li.Selected a
{
	opacity: 1.0;
/*	background-color: rgba(255, 255, 255, 0.4);*/
	background-color: #4080e0;
}

div#Footer a.Twitter,
div#Footer a.Linkedin,
div#Footer a.Facebook,
div#Footer a.Instagram,
div#Footer a.Contact
{
	position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: none;
    font-size: 0;
    color: transparent;
    background-color: #606060;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin: 5px 5px;
	cursor: pointer;
	line-height:0;
	transition: all 0.5s;
}

div#Footer a.Twitter
{
	background-image: url(/css/img/twitter.svg);
}

div#Footer a.Twitter:hover
{
	background-color: #00acee;
}

div#Footer a.Linkedin
{
	background-image: url(/css/img/linkedin.svg);
}

div#Footer a.Linkedin:hover
{
	background-color: #0072b1;
}

div#Footer a.Facebook
{
	background-image: url(/css/img/facebook.svg);
	background-size: 38%;
}

div#Footer a.Facebook:hover
{
	background-color: #4267B2;
}

div#Footer a.Instagram
{
	background-image: url(/css/img/instagram.svg);
}

div#Footer a.Instagram:hover
{
	background-color: #8a3ab9;
}

div#Footer a.Contact
{
	background-image: url(/css/img/email.svg);
}

div#Footer a.Contact:hover
{
	background-color: #4080e0;
}

div#Main
{
	min-height: calc(100% - 314px);
	padding-top: 200px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	padding-bottom: 25%;
}

div#Footer
{
	background-color: #101010;
	color: #ffffff;
	padding: 60px 20px;
	font-size: 14px;
}

div#Header
{
	background-color: #ffffff;
	margin-top: 50px;
	position: fixed;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

	text-align: left;
	z-index: 9;
	height: 150px;
	transition: all ease 1.0s;
}

div#Header > div
{
	display: block;
	height: 100%;
}

body.Maximized div#Header
{
	height: 50px;
}

ul.Logo
{
	width: 150px;
}

div#Header ul.Logo li
{
	width: 100%;
	height: 100%;
	display: block;
}

ul.Logo li a
{
	display: block;
	background-image: url(img/logo.png);
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	font-size: 0;
	line-height: 0;
	border: solid 10px #ffffff;
}


div#Header ul.Menu
{
	font-size: 25px;
	padding-left: 40px;
	color: #000000;
	transition: all 0.5s;
}

ul.Menu li a
{
	opacity: 0.5;
	display: block;
	line-height: 50px;
	margin-left: 0px;
	border-radius: 0px;
	padding: 0 15px;
	transition: all 0.5s;
	margin-right: 5px;
}

ul.Menu li:hover a,
ul.Menu li.Selected a
{
	background-color: #4080e0;
	color: #ffffff;
/*	border-radius: 6px;*/
}

ul.Menu li.Selected a
{
	opacity: 1.0;
}

div#Header ul.Menu ul
{
	display: none;
}

div#Footer ul
{
	list-style-type: none;
	padding: 0 20px;
	text-align: center;
	margin: auto;
}

div#Footer ul li
{
	display: inline-block;
}

div#FooterContent
{
	display: table;
	padding-bottom: 20px;
	width: 100%;
}

div#FooterContent > div
{
	display: table-cell;
	vertical-align: top;
	width: 33%;
}

div#FooterCopyright
{
	opacity: 0.5;
	line-height: 18px;
}

div.Address img
{
	max-width: 150px;
}

div.Sites ul
{
/*	max-width: 600px;*/
}

div.Sites ul li
{
	display: inline-block;
	width: 100px;
	margin-bottom: 5px;
}

div#FooterContent ul.Sites li a
{
	background-image: url(img/logo_white.png);
	display: inline-block;
	width: 100px;
	height: 50px;
	background-position: center 5px;
	background-size: 30px;
	background-repeat: no-repeat;
	margin: 0px;
	line-height: 15px;
	font-size: 12px;
	padding: 30px 10px 5px 10px;
	white-space: nowrap;
	text-align: center;
	border-radius: 8px;
}

div#FooterContent ul.Sites li.Selected,
div#FooterContent ul.Sites li:hover
{
	background-color: transparent;
	opacity: 1.0;
	
}

ul.ItemsList
{
	list-style-type: none;
	text-align: center;
}

ul.ItemsList li
{
    display: inline-block;
    vertical-align: middle;
 /*   box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);*/
    transition: all 0.5s;
    cursor: pointer;
    background-color: #f0f0f0;
    width: 200px;
    height: 200px;
    margin: 20px 10px 70px 10px;
    font-size: 16px;
    /* border-radius: 8px; */
    position: relative;
    color: #404040;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    background-image: none;
    background-blend-mode: luminosity;
}

ul.ItemsList li:hover
{
	background-color: #a0d0ff;
	color: #ffffff;
	background-blend-mode: normal;

	
}

ul.ItemsList li.Zoom
{
	background-size: 100%;
/*	background-blend-mode: normal;*/
}

ul.ItemsList li.Zoom:hover
{
	background-size: 120%;
}

ul.ItemsList li.Zoom2
{
	background-size: 100%;
/*	background-color: #ffffff;*/
/*	background-blend-mode: normal;*/
/*	margin: 20px 20px 70px 20px;*/
}

ul.ItemsList li.Zoom2:hover
{
	background-size: 120%;
	background-color: transparent;
}

ul.ItemsList li.Zoom3
{
	background-size: 80%;
	background-color: #ffffff;
/*	background-blend-mode: normal;*/
}

ul.ItemsList li.Zoom3:hover
{
	background-size: 100%;
}

ul.ItemsList li span.Overlay
{
	display: block;
	width: 100%;
	height: 100%;
}

ul.ItemsList li span.Label
{
    /* display: table-cell; */
    /* vertical-align: middle; */
    /* text-align: center; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* height: 100%; */
    /* padding: 20px; */
    display: block;
    text-align: left;
    border-top: solid 4px #204070;
    margin-top: 200px;
    color: #204070;
    letter-spacing: 1px;
    padding-top: 5px;

	transition: all 0.5s;
}

ul.ItemsList li span.Label
{
	padding-left: 10px;
	padding-bottom: 10px;
}

ul.ItemsList li:hover span.Label
{
	background-color: #204070;
	color: #ffffff;
	
}

ul.ItemsList li span.Overlay + span.Label
{
	margin-top: 0;
}

ul.ItemsList li span.Description
{
	display: none;
}


div.ItemsList div.Item
{
	text-align: left;
	margin-bottom: 20px;
}

div.ItemsList div.Item + div.Item
{
	border-top: solid 1px rgba(0, 0, 0, 0.3);
	padding-top: 20px;
}

div.ItemsList div.Item img
{
	width: 50%;
	max-width: 200px;
	float: left;
	margin: 0 20px 10px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

div.ItemsList div.Item a.More
{
	display: block;
    text-align: right;
    padding-right: 40px;
}

div.ItemsList div.Item a.More:hover
{
	text-decoration: underline;
}

div.ItemsList div.Item h4
{
	font-size: 20px;
}

div#MainContent ul.Keywords
{
	padding: 0 0 0px 0;
	list-style-type: none;
	display: inline-block;
}

div#MainContent ul.Keywords li
{
	background-color: rgba(0, 0, 0, 0.1);
	padding: 0 10px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 10px;
	display: inline-block;
	margin: 5px;
	cursor: pointer;
	transition: background-color ease 0.25s;
}

div#MainContent ul.Keywords li:hover,
div#MainContent ul.Keywords li.Selected
{
	background-color: #4080e0;
	color: #ffffff;
}

div#MainContent div.ItemsList div.Item p
{
	max-height: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	white-space: pre-line;
}

div#MainContent ul.Flags li
{
	display: inline-block;
	padding-left: 24px;
    background-image: url(/css/img/checkbox_on.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
}

div#MainContent ul.Flags li.Flag_0
{
	display: none;
}

div#MainContent
{
	padding-top: 20px;
}

div.Content
{
	color: #404040;
	background-color: #ffffff;
	padding: 80px 100px;
	margin: 0px auto 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
/*	border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/

	width: 80%;
	max-width: 1080px;
	
	display: inline-block;
}

div.Content + div.Content
{
	margin-top: 40px;
}

div#MainContent h1
{
	font-size: 50px;
	line-height: 70px;
	padding: 0 20px;
}

div#MainContent p
{
	font-size: 20px;
	line-height: 28px;
	margin: 0 auto 40px auto;
/*	max-width: 800px;*/
	text-align: left;
}

div#MainContent ul
{
/*	max-width: 800px;*/
	text-align: left;
	padding: 0 40px;
	margin: 0 auto 20px auto;
	font-size: 20px;
	line-height: 28px;
}

div#MainContent ul.ItemsList,
div#MainContent ul.Submenu
{
	text-align: center;
	padding: 0;
}

div#MainContent ul.Submenu
{
	margin-top: 0px;
	max-width: 100%;
	margin-bottom: 20px;
}

div#MainContent h2
{
	font-size: 40px;
	line-height: 60px;
/*	max-width: 800px;*/
	margin: 0 auto 30px auto;
	white-space: pre-line;
}

div#MainContent h3
{
	font-size: 24px;
	line-height: 30px;
/*	max-width: 800px;*/
	margin: 0 auto 30px auto;
	white-space: pre-line;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	text-align: left;
	color: #ffffff;
	background: #4080e0;
    padding: 10px 20px;
}

ul.Search li
{
	display: block;
	width: 30px;
	height: 100%;
	background-image: url(/css/img/search.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	position: relative;
}

div#SearchPopup
{
	display: none;
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	padding: 20px 0;
	right: 0;
	top: calc(50% - 20px);
	z-index: 1;

	width: 500px;
	min-width: 80%;
}

span#SearchInput
{
	display: block;
	border-bottom: solid 1px rgba(0, 0, 0, 0.5);
	padding: 5px 50px 20px 10px;
	font-size: 20px;
	color: #000000;
	opacity: 0.5;
	transition: all 0.5s;
	text-align: left;
	background-image: url(/css/img/search.svg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 20px;
}

span#SearchInput:focus
{
	opacity: 1.0;
}

div#Header ul#SearchList
{
	list-style-type: none;
	width: 100%;
	overflow-y: scroll;
    max-height: 720px;
    display: block;
    /* border-bottom: solid 20px #ffffff;*/
}

div#Header ul#SearchList li
{
	display: block;
	padding: 20px;
	margin-bottom: 10px;
/*	border-bottom: solid 1px rgba(0, 0, 0, 0.2);*/
	background-image: none;
	width: 100%;
	height: auto;
	min-height: 50px;
	max-height: 500px;
	overflow-y: hidden;
	transition: all 0.25s;

	cursor: pointer;
	text-align: left;

	background-color: #f0f0f0;
}

div#Header ul#SearchList li:hover
{
	background-color: #d8d8d8;
}

div#Header ul#SearchList li.shown
{
	
}

div#Header ul#SearchList li.hidden
{
	min-height:initial;
	max-height: 0;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}

div#Header ul#SearchList li img
{
	float: left;
	margin: 0 20px 0px 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	max-height: 33%;
	max-width: 33%;
	background-color: #ffffff;
	border: solid 5px #ffffff;
}

div#Header ul#SearchList li h4
{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	letter-spacing: 0;
}

div#Header ul#SearchList li h5
{
	font-size: 12px;
	line-height: 16px;
}

div#Header ul#SearchList li h6
{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

div#Header ul#SearchList li p
{
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}

div.Content p + p
{
	text-align: left;
}

a.Anchor
{
	position: absolute;
	top: -200px;
}

div.ServicesDetails
{
	position: relative;
}

div.ServiceDetail
{
	text-align: left;
	margin-top: 20px;
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	padding-top: 20px;
	position: relative;
}

div.ServiceDetail > img
{
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border: solid 5px #ffffff;
	max-width: 50%;
}

div.ServiceDetail > ul
{
	margin: 0 auto 40px auto;
/*	max-width: 800px;*/
	font-size: 20px;
	line-height: 28px;
	padding-left: 40px;
}

div.ContentTopImage
{
	margin-bottom: -40px;
}

div.ContentTopImage img
{
	max-width: 300px;
	margin: -40px auto 40px auto;
}

ul.PartnersList
{
	list-style-type: none;
}

ul.PartnersList > li
{
	display: block;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.PartnersList > li span.Logo
{
	max-width: 30%;
	float: right;
	display: block;
	min-height: 200px;
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	max-height: 300px;
}

ul.PartnersList > li span.Label
{
	text-align: left;
	font-size: 32px;
	line-height: 40px;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

ul.PartnersList > li span.Description
{
	display: block;
	text-align: left;
}

ul.PartnersList > li ul
{
	margin: 20px;
}




ul.NewsList
{
	list-style-type: none;
}

ul.NewsList > li
{
	display: block;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.NewsList > li img.Logo
{
	width: 30%;
	float: left;
	display: block;
	margin: 0 20px 20px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	min-height: 200px;
}

ul.NewsList > li span.Label
{
	text-align: left;
	font-size: 32px;
	line-height: 40px;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

ul.NewsList > li span
{
	display: block;
	text-align: left;
	white-space:pre-line;
}

ul.NewsList > li ul
{
	margin: 20px;
}

form.Contact
{
	width: 100%;
/*	max-width: 800px;*/
	text-align: left;
	color: #808080;
	margin: 40px auto;
}

form.Contact input[type="text"],
form.Contact textarea
{
	width: 100%;
	margin-bottom: 20px;
	border: none;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	padding: 20px;
	color: #000000;
}

form.Contact textarea
{
	min-height: 150px;
}

form.Contact a
{
	background-color: #4080e0;
	line-height: 50px;
	display: inline-block;
	padding: 0 30px;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
}

div.GoogleMap
{
	height: 300px;
	border: solid 1px rgba(0, 0, 0, 0.2);
}

div.BrandInSolution
{
	text-align: left;
/*	border-bottom: solid 1px rgba(0, 0, 0, 0.2);*/
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div.BrandInSolution h2
{
	margin-bottom: 10px;
}

div.BrandInSolution p img
{
	float: left;
    margin: 0 20px 20px 0;
	width: 30%;
}

div.BrandInSolution div.GreyBox ul
{
	float: left;
	margin-left: 40px;
}

div.GreyBox
{
	background-color: #f8f8f8;
	margin: -80px auto 20px -100px;
	font-size: 14px;
	line-height: 18px;
	width: calc(100% + 200px);
	text-align: left;
	padding: 40px 100px 20px 100px;
	border-bottom: solid 2px #e8e8e8;
/*	max-width: 800px;*/
}

div.GreyBox h4
{
	font-size: 14px;
}

div.GreyBox img
{
/*	float: right;*/
	border: solid 10px #ffffff;
/*	margin: 0 0 10px 10px;*/
	max-width: 100%;
	max-height: 200px;
}

div.UserEdited
{
	text-align: left;
	white-space: pre-line;
/*	max-width: 800px;*/
	font-size: 20px;
	margin: auto;
}

div.UserEdited p
{

}

div.UserEdited span.Label
{
	font-weight: bold;
}

div.UserEdited img
{
	max-width: 40%;
	max-height: 600px;
	margin: 0px 40px 20px 0;
	float: left;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	border: solid 20px #ffffff;
}

div.UserEdited ul
{
	white-space:normal;
	margin-left: 40px;
}

ul.Submenu
{
	list-style-type: none;
	text-align: right;
	display: block;
	margin-top: -30px;
	margin-bottom: 30px;
}

ul.Submenu li
{
	display: inline-block;
	padding-left: 30px;
	margin-left: -1px;
	border-left: solid 1px rgba(255, 255, 255, 0.5);
	line-height: 16px;
	margin-bottom: 10px;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
	padding-right: 30px;
	color: #c0c0c0;
}

ul.Submenu li.Selected
{
	color: #ffffff;
}

a.Top
{
	position: absolute;
	right: 0;
	bottom: 0;
	color: transparent;
	line-height: 20px;
	background-image: url(img/top.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

a.PDF
{
	padding-left: 40px;
	background-image: url(/wdo/admin/css/pdf.png);
	background-size: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-right: 10px;
	line-height: 40px;
}

a.PDF:hover
{
	border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}


div.Brand
{
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: left;
/*	max-width: 800px;*/
	margin: 0 auto 20px auto;
}

div.Brand a
{
	display: inline-block;
}

div.Brand a:hover,
h4 a:hover
{
	text-decoration: underline;
}

div.Brand img
{
	max-height: 100px;
}

@media (max-width: 1200px)
{
	div#Header ul.Menu li a
	{
		line-height: 40px;
		padding: 0 10px;
		margin-right: 0px;
		font-size: 16px;
	}
}

@media (max-width: 840px)
{
	body
	{
		background-size: 120%;
		background-position: center 164px;
	}

	div.ClearMobile
	{
		clear: both;
		height: 0;
	}

	div.Strip > div
	{
		max-width: 100%;
	}

	div#SitesBar ul.Sites
	{
		max-height: 50px;
		overflow-y: hidden;
		display: inline-block;
		transition: all 0.5s;
		z-index: 10;
		background-color: #404040;
	}

	div#SitesBar ul.Sites li
	{
		display: none;
		width: 120px;
	}

	div#SitesBar ul.Sites li.Selected
	{
		display: block;
	}

	div#SitesBar ul.Sites li + li
	{
		border-top: solid 1px #000000;
	}

	div#SitesBar ul.Sites li a
	{
		width: 100%;
	}

	div#SitesBar ul.Languages
	{
		margin-right: 20px;
	}

	div#SitesBar ul.Sites:focus-within
	{
		max-height: 1000px;
		height: auto;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	}

	div#SitesBar ul.Sites:focus-within li
	{
		display: block;
	}

	div#Footer
	{
		padding: 60px 0;
	}

	div#FooterContent > div
	{
		display: block;
		width: 100%;
	}

	div#FooterContent h2
	{
		margin: 20px 0 0 0;
	}

	div#FooterCopyright
	{
		white-space: pre-line;
	}

	div#Header
	{
		height: 114px;
		transition: all 0.5s;
	}

	div#Header ul.Menu
	{
		height: 40px;
		overflow-y: hidden;
		display: table;
		width: 100%;

		font-size: 16px;
		padding: 0;
		background-color: #ffffff;
	}

	div#Header ul.Menu li
	{
		display: table-cell;
	}

	div#Header ul.Menu li a
	{
		line-height: 40px;
		padding: 0 10px;
		margin-right: 0px;
		font-size: 11px;
	}

	div#Header ul.Menu li.Selected a
	{
		border-radius: 0;
	}

	div#Header ul.Logo
	{
		height: 75px;
		transition: all 0.5s;
	}

	div#Main
	{
		padding-top: 164px;
		min-height: 100%;
		padding-bottom: 0%;
	}

	div#MainContent
	{
		padding-top: 40px
	}

	div#MainContent h1
	{
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 40px 0;
	}

	div.Content
	{
		margin-top: 60px;
		padding: 60px 20px;
		width: 100%;
	}

	ul.ItemsList li
	{
		width: 150px;
		height: 150px;
		margin: 5px 5px 70px 5px;
	}

	ul.ItemsList li span.Label
	{
		margin-top: 150px;
	}

	div#MainContent h2
	{
		font-size: 24px;
		line-height: 32px;
	}

	body.Maximized
	{
		background-position: center 140px;
	}
	
	body.Maximized div#Header
	{
		height: 90px;
	}

	body.Maximized div#Header ul.Logo
	{
		height: 50px;
	}

	body.Maximized div#Header ul.Menu
	{
		height: 40px;
		transition: all 0.5s;
	}

	body.Maximized div#Header ul.Menu li a
	{
		line-height: 40px;
		transition: all 0.5s;
	}

	div#Header ul.Search
	{
		position: absolute;
		height: calc(100% - 40px);
		margin-right: 20px;
		top: 0;
		right: 0;
	}

	div#Header ul.Search li
	{
		background-size: 20px;
	}

	div#SearchPopup
	{
		width: 320px;
		height: 700px;
	}

	ul.PartnersList > li span.Logo
	{
		width: 80%;
		float: none;
		min-height: 100px;
		margin: auto;
	}

	ul.PartnersList > li span.Label
	{
		font-size: 20px;
		line-height: 28px;
	}

	ul.NewsList > li img.Logo
	{
		width: 100%;
		float: none;
		min-height: 100px;
		margin: 0 auto 40px auto;
	}

	ul.NewsList > li span.Label
	{
		font-size: 20px;
		line-height: 28px;
	}

	div#MainContent ul.Submenu
	{
		margin-top: -25px;
		font-size: 16px;
	}

	div.GreyBox
	{
		margin-top: -60px;
		width: calc(100% + 40px);
		margin-left: -20px;
		text-align: center;
		padding: 20px;
	}

	div.GreyBox img
	{
		float: none;
		border: solid 10px #ffffff;
	}

	div.ItemsList div.Item img
	{
		width: 25%;
	}
}

@media (max-width: 400px)
{
	div#MainContent p,
	div#MainContent ul
	{
		font-size: 16px;
		line-height: 22px;
	}

	div.ServiceDetail > img
	{
		max-width: 100%;
	}
}