/* ============================================================================
    Panel
============================================================================ */
.panelOverlay {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #66c0ba;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
}
body.lock .panelOverlay {
	opacity: 0.9;
	visibility: visible;
}
.panel {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 280px;
	z-index: 1;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	background: #292929;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.lock .panel {
	visibility: visible;
	opacity: 1;
}
.panelInner {
	position: absolute;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
body.lock .panelInner {
	left: 0%;
}
.panel .menuToggles {
	float: none;
	margin: 0 0 10px;
	padding: 20px;
}
.panel .menuToggles > * {
	float: none;
	padding: 0;
}
.panel .menuToggles .menuLang {
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
.panel .searchToggle {
	display: none;
}
.panel .searchForm {
	display: block;
	position: static;
	width: 180px;
}
.panel .langToggle {
	display: none;
}
.panel .langFlags {
	display: block;
	position: static;
	background: none;
}
.panelMenu .menu {
	margin: 30px 0;
}
.panelMenu .menu li {
	display: block;
	line-height: 40px;
	font-size: 14px;
	font-weight: 300;
}
.panelMenu .menu li a {
	display: block;
	color: #FFF;
	padding: 0 20px;
}
.panelMenu .menu li:hover a {
	color: ;
}
/* ============================================================================
    Header
============================================================================ */
.header {
	background: none 50% 50% no-repeat #1d4268;
	background-size: cover;
	padding: 45px 0 0;
	height: 300px;
	position: relative;
}
.pageHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.pageHeader div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(31,76,119,0) 0%, rgba(31,76,119,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,76,119,0) 0%,rgba(31,76,119,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(31,76,119,0) 0%,rgba(31,76,119,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f4c77', endColorstr='#a61f4c77',GradientType=0 );
}
body.home .header {
	height: 680px;
}
#homeSlider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#homeSlider .slides, #homeSlider .slides li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#homeSlider .slides li {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#homeSlider .slides li:after, .header:after {
	background: -moz-linear-gradient(top,  rgba(31,76,119,0) 0%, rgba(31,76,119,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,76,119,0) 0%,rgba(31,76,119,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(31,76,119,0) 0%,rgba(31,76,119,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f4c77', endColorstr='#a61f4c77',GradientType=0 );
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
body.home .header:after {
	display: none;
}
.header .inner {
	position: relative;
	z-index: 2;
}
.menuBar {
	background: #FFF;
	height: 90px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
}
.logo {
	display: block;
	width: 230px;
	height: 90px;
	background: url(../images/logo.png) no-repeat 50% 50%;
	text-indent: -99999px;
	float: left;
}
.mainMenuWrapper {
	overflow: hidden;
	background: #f2f0ee;
	padding: 17px 17px 17px 0;
}
.menuRight {
	float: right;
}
.mainMenu {
	float: left;
}
.mainMenu ul {
	margin: 0;
	padding: 13px 0;
}
.mainMenu ul li {
	display: block;
	float: left;
	line-height: 30px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 10px;
}
.mainMenu ul li a {
	display: block;
	color: #5d5a5e;
	position: relative;
}
.mainMenu ul li:hover a {
	color: #3074b7;
}
.mainMenu ul li.current-menu-item a, .mainMenu ul li.current-menu-parent a {
	color: #3074b7;
}
.mainMenu ul li.home a {
	width: 30px;
	text-indent: -99999px;
	background: url(../images/home.png) no-repeat 50% 0%;
}
.mainMenu ul li.current-menu-item.home a, .mainMenu ul li.current-menu-parent.home a, .mainMenu ul li.home:hover a {
	background-position: 50% 100%;
}
.menuToggles {
	float: right;
}
.menuToggles > * {
	float: left;
	padding: 13px 5px;
}
.menuSearch {
	position: relative;
}
.searchToggle, .favoriteLink {
	background: #5d5a5e;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #bebdbf;
	overflow: hidden;
}
.searchToggle i, .favoriteLink i {
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
}
.favoriteLink:hover {
	background: #5094d7;
	color: #FFF;
}
.favoriteMachines > p {
    background-color: #1f4c77;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin: 0 0 0 19px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 23px;
    width: 22px;
}
.searchToggle.active .searchOff, .searchOn {
	display: none;
}
.searchToggle.active .searchOn, .searchOff {
	display: block;
}
.searchForm {
	position: absolute;
	right: 40px;
	top: 13px;
	width: 220px;
	display: none;
}
.searchForm input {
	margin: 0;
	display: block;
	padding: 5px 5px 5px 35px;
	line-height: 20px;
	font-size: 13px;
	height: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
form.searchForm button[type="submit"] {
	position: absolute;
	margin: 0;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	top: 0;
	left: 0;
}
.menuToggles .menuLang {
    margin: 0 0 0 15px;
    padding: 13px 0;
    position: relative;
}
.langToggle {
	display: block;
}
.langToggle span {
	display: block;
	text-indent: -99999px;
	float: left;
	width: 24px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.langToggleen span {
	background-image: url(../images/flags/gb.png);
}
.langTogglenl span {
	background-image: url(../images/flags/nl.png);
}
.langTogglede span {
	background-image: url(../images/flags/de.png);
}
.langToggle i {
	width: 20px;
	float: right;
	line-height: 30px;
	margin: 0 0 0 10px;
	font-size: 20px;
}
.menuLang:hover .langOff, .langOn {
	display: none !important;
}
.menuLang:hover .langOn, .langOff {
	display: block !important;
}
.langFlags {
    background: #f2f2f2 none repeat scroll 0 0;
    display: none;
    height: 30px;
    position: absolute;
    right: 4px;
    text-align: right;
    top: 36px;
    width: 40px;
}
.menuLang:hover .langFlags {
    display: block;
}
.langFlags > * {
	display: block;
	float: left;
	line-height: 26px;
	margin: 0 2px 0 0;
}
.langFlags > img {
	display: none;
}
.menuToggle {
	display: none;
	position: relative;
	cursor: pointer;
	line-height: 30px;
	font-size: 13px;
	color: #000;
	margin: 30px 17px 0 0;
	float: right;
}
.mtBars {
	display: block;
	float: right;
	margin: 0 0 0 10px;
	width: 20px;
	height: 30px;
	position: relative;
}
.mtBar {
	position: absolute;
	width: 20px;
	height: 2px;
	background: #3074b7;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mtBarTop {
	margin-top: -5px;
}
.mtBarMiddle {
	margin-top: -1px;
}
.mtBarBottom {
	margin-top: 3px;
}
.menuToggle:hover .mtBarTop {
	margin-top: -9px;
}
.menuToggle:hover .mtBarBottom {
	margin-top: 7px;
}
.mobile .menuToggle:hover .mtBarTop {
	margin-top: -5px;
}
.mobile .menuToggle:hover .mtBarBottom {
	margin-top: 3px;
}
.menuToggle.active .mtBarTop, .menuToggle.active:hover .mtBarTop {
	margin-top: -1px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuToggle.active .mtBarMiddle {
	width: 0;
	margin-left: 0;
}
.menuToggle.active .mtBarBottom, .menuToggle.active:hover .mtBarBottom {
	margin-top: -1px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}