html, body {
	height: 100%;
}
body {
	min-height: 100%;
	font-family: 'Lato', sans-serif;
}
/* general */

button, input, optgroup, select, textarea {
	font-family: inherit;
}
h3 {
	margin-top: 1.5rem;
	font-weight: 500;
}
h4 {
	margin-top: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
}
h5 {
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}
a:hover, a:focus, a:active {
	color: #0d888d;
}
.container-indent {
	padding: 90px 125px;
}
.no-padding {
	padding-right: 0;
	padding-left: 0;
}
.bold {
	font-weight: 400;
	color: #394151;
}
.white-text {
	color: #fff;
}
.para-break {
	margin-bottom: 0.5rem;
}
.material-icons.md-28 {
	font-size: 28px;
}
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons {
	vertical-align: middle;
}
.icon-input-btn .material-icons {
	float: right;
}
.row-indent {
	padding: 0 110px 50px 110px;
	margin: 0px;
}
.col-no-padding {
	padding: 0;
}
.img-overlay {
	margin: 0px;
}
.section-description {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
.section-padding {
	padding: 90px 125px;
}
p.intro-text {
	font-size: 21px;
	line-height: 31px;
}
p.small {
	font-size: 0.875rem;
	font-weight: 300;
	margin-bottom: 0;
}
.kerning-increase {
	letter-spacing: 0.05rem;
}
.parallax::after {
	/* Display and position the pseudo-element */
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
}

.bg1 {
	background-image: url("http://info.fujifilm.eu/rs/060-MIY-956/images/header.jpg");
	background-size: cover;
	height: 80vh;
}

.bg4::after {
	background-image: url("http://info.fujifilm.eu/rs/060-MIY-956/images/Fespa_form-bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.zoom {
	transition: transform .2s;
}
.zoom:hover {
	-ms-transform: scale(1.5);
	/* IE 9 */
	-webkit-transform: scale(1.5);
	/* Safari 3-8 */
	transform: scale(1.5);
}


/* Buttons */
.btn-primary {
	transition: all 0.4s ease-in-out;
	padding: 10px 20px;
	letter-spacing: 0.1em;
	font-size: 0.95rem;
	font-weight: 300;
	text-transform: uppercase;
	margin: 5px 0;
	border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	box-shadow: none;
}
.btn-secondary {
	font-size: 18px;
	text-align: left;
	border: none;
	transition: all 0.4s;
	padding: 10px 10px 10px 20px;
	margin: 10px 0;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary {
	outline: none;
	box-shadow: none;
	border: none;
}
.btn-info {
	background: none;
	border: none;
	font-size: 0.9rem;
	font-weight: 300;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	outline: none;
	box-shadow: none;
	text-decoration-line: underline;
	background-color: inherit;
}
.btn-text {
	font-weight: 500;
	border: none;
	color: #fff !important;
	background-color: transparent;
	padding: 0;
	text-align: left;
	text-decoration: none !important;
}
.btn-text:hover, .btn-text:focus, .btn-text:active {
	text-decoration: underline !important;
}

/* sibe bar */
.sidenav {
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 75px;
}
.sidenav a {
	text-decoration: none;
	color: #394151;
	display: block;
	transition: 0.3s;
}
.sidenav ul {
	list-style-type: none;
	padding: 0 0px;
}
.openNav {
	width: 410px;
}
.closeNav {
	width: 0px;
}
.nav-link {
	font-size: 1rem;
	margin: 0px 20px;
	padding: 14px 10px;
	white-space: nowrap;
	border-bottom: 1px solid #EDEDED;
	letter-spacing: 0.1em;
}
.drop i {
	padding-left: 125px;
}
.indent {
	padding-left: 3px;
}
.indent i {
	float: left;
	padding-right: 0.5rem;
}
.sidenav .nav-item:hover {
	background-color: #FAFAFA;
}
.sidenav .closebtn {
	position: absolute;
	top: 20px;
	right: 15px;
}
.closebtn a {
	padding: 0;
	color: #636c72;
}
.closepanel .material-icons {
	margin-bottom: 2px;
}
.dropdown-toggle::after {
	display: none;
}
.sidenav-footer {
	margin: 0 20px;
	padding: 15px 10px;
}
.sidenav-footer a {
	font-size: 0.875rem;
	white-space: nowrap;
	letter-spacing: 0.1em;
}
.lang-flags {
	white-space: nowrap;
}
.lang-flags a {
	display: inline-block;
	padding: 5px 5px 0 0;
}
/* nav bar */

header {
	background-color: rgba(244, 244, 244, 0.95);
	width: 100%;
	height: 75px;
	position: fixed;
	transition: top 0.4s ease-in-out;
	top: -75px;
	padding: 0 15px;
	z-index: 1030;
}
header a {
	color: #636c72;
	font-size: 1rem;
	font-weight: 300;
}
header a:focus, header a:hover {
	color: #636c72;
}
header .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
header .material-icons.md-36 {
	margin-bottom: 1px;
}
.nav-down {
	top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.nav-up {
	padding-left: 0px;
	padding-right: 0px;
}
.nav-email {
	margin: 0 20px;
}
.langbox {
	display: inline-block;
	text-decoration: none;
	margin: 0px 20px 0px 0;
}
.btn-lang {
	width: 170px;
	height: 70px;
	color: #636c72;
	font-size: 1rem;
	font-weight: 300;
	background: transparent;
	border: none;
	padding: 0px 10px 2px 20px;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-align: left;
}
.btn-lang:hover, .btn-lang:focus {
	background-color: #FAFAFA;
}

#lang-selector img {
	padding: 0 12px 3px 0;
}
#lang-selector .icon-padding {
	padding-right: 10px;
}
#lang-selector i {
	float: right;
}
.menu-button {
	cursor: pointer;
	margin-right: 20px;
	color: #636c72;
	top: -1px;
}
.fujifilm-logo img {
	height: 34px;
	margin-top: 18px;
	float: right;
	vertical-align: middle;
	cursor: pointer;
}
.languagepicker {
	padding-left: 0;
	margin-bottom: 0;
}
.dropdown-menu {
	border: none;
	border-radius: 0;
	min-width: 170px;
	margin: 0px;
	text-align: left;
	background-color: rgba(250, 250, 250, 0.95);
	padding: 0 0 10px;
}
.dropdown-item {
	font-weight: 300;
	padding: 10px 21px;
	color: #636c72;
}
.dropdown-item:focus, .dropdown-item:hover {
	text-decoration: none;
	color: #394151;
	background-color: #fff;
	font-weight: 400;
}

.dropdown-toggle::after {
	display: none;
}
/**
Colour bar
**/

#colour-strip .container-fluid {
	padding: 0 0 0 0px;
}
.colour-bar {
	background-image: url("../images/colour-strip-1560.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 5px;
}

/*
 * form card component + form style
*/

.card-container.card {
	padding: 0px 0px 30px 0px;
}
.card {
	background-color: #F7F7F7;
	margin: 50px 15px 0 0;
	/* shadows and rounded borders */
	border-radius: 0;
	border: 0;
}

.form-padding {
	padding: 0 30px 0 30px;
}
#CTA-points {
	padding-bottom: 2.5rem;
}
#CTA-points li {
	display: block;
	padding-bottom: 0.5rem;
	line-height: 1.25rem;
}
#CTA-points li:before {
	content: "chevron_right";
	font-family: 'Material Icons';
	float: left;
	margin: 1px 5px 0 -21px;
}
#CTA-points p {
	margin-bottom: 0rem;
	font-size: 18px;
	line-height: 27px;
}

/* Form styles */
.form-cta #inputEmail, .form-cta #inputName, .form-cta #inputSurname, .form-cta #inputCountry, .form-cta #inputCompany, .form-cta #inputAddress, .form-cta #inputCity, .form-cta #inputPostcode, .form-cta #inputPhone {
	direction: ltr;
	height: 45px;
	font-size: 1.2rem;
	font-weight: 300;
}
.form-cta #inputEmail, #requestSAMPLE .form-cta #inputCompany, #CONTACT .form-cta #inputCountry {
	margin-bottom: 10px;
}
.form-cta input[type=email], .form-cta input[type=tel], .form-cta input[type=text], .form-cta button {
	width: 100%;
	display: block;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-cta input[type=email], .form-cta input[type=tel], .form-cta input[type=text], .form-cta textarea {
	border: 1px solid #E5E5E4;
	margin-bottom: 0px;
}
.form-cta textarea {
	direction: ltr;
	padding: 10px 20px;
	width: 100%;
	height: 120px !important;
	font-size: 1.2rem;
	font-weight: 300;
}
.form-group {
	margin-bottom: 0rem;
}
.form-control {
	border-radius: 0px;
	padding: 6px 20px;
	box-shadow: none;
}
.form-download .form-control:focus {
	border-color: #6891a2;
	outline: 0;
}
.icon-input-btn {
	display: inline-block;
	position: relative;
}
.formcell-left {
	padding: 0 15px 0 0;
}
.formcell-right {
	padding: 0 0 0 15px;
}
.custom-select {
	height: 45px;
	width: 100%;
	border-radius: 0;
	display: block;
	padding: 6px 20px;
	margin: 0 10px;
}

/**
Header
**/
#header {
	height: 100vh;
	padding-top: 75px;
}
#header .container {
	background-color: #fff;
	padding: 0 0 0 0px;
}
#header h1 {
	margin: 75px 0 50px 0;
}
#header li {
	font-size: 1rem;
}
#header form {
	padding-top: 10px;
}
.form-overlay {
	position: absolute;
	z-index: 2;
}
.side-pad {
	padding-right: 250px;
}
.side-pad-half {
	padding-right: 100px;
}
.imgMOBILE {
	display: none;
}
/*
simple-intro
*/

#simple-intro .container {
	background-color: white;
	text-align: center;
}
#simple-intro .section-description {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
#simple-intro h3 {
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
}
#simple-intro .intro-text {
	margin-bottom: 3rem;
}

/*
left right rows
*/
.section-description {
	margin-bottom: 0;
}

/*
machine line up
 */
#line-up .container {
	background-color: #fff;
	text-align: center;
}
#line-up .container-indent {
	padding: 90px 15px 40px 15px;
}
#line-up .lineup-header {
	padding: 0 125px;
}
#line-up .lineup-padding {
	padding: 0 100px 50px 100px;
}

/*
Contact section
*/
#CONTACT a {
	text-decoration: underline;
	color: #fff;
}
#CONTACT a:hover, #CONTACT a:focus {
	color: #11B5BC;
}
#CONTACT .mktoForm .mktoButton {
	margin-top: 15px;
}
.grey-background-section .text-section {
  padding: 50px 125px;
  background: #ededed;
}

.grey-background-section .text-section h2 {
	margin-bottom: 45px;
}

/*footer
*/
footer .container {
	text-align: center;
	align-items: center;
	background-color: #fff;
	padding: 25px 125px 0;
}
footer p {
	font-size: 0.875rem;
	line-height: 1.125rem;
	padding: 0px;
}
.footer-line {
	width: 100%;
	height: 1px;
	margin: 0 auto;
	background: #f0f0f0;
}
.address-patch {
	padding: 25px 0 25px;
	text-align: left;
}
.fujifilm-logo-sm img {
	max-width: 150px;
	float: right;
}
.social ul {
	padding-left: 0px;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
	padding-left: .3em;
	padding-bottom: .3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #00C4D5;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #00C4D5;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.social li a:hover {
	color: #fff;
	background: #00C4D5;
}
.social-icons i {
	color: #00C4D5;
	font-size: 30px;
	line-height: 40px;
}


.show > .dropdown-menu {
	display: block !important;
}

.languagepicker li {
	list-style: none;
}

.sharp-email {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABSklEQVR4Ae3YAaYCURhH8es9wHtLaAcxxr3LCNpJ7aR2Uph9tIiWUIBSxI0KH850C+c/ANT9zcwhJeecc84555yrK5fvvgQ0vgQIECBgXvYfO+6+zDEgpel/XuVz88Of8rr7S4kDbuv7smt6/F3f1/NQQN1vWeRji8PnQ16mn5RGBNR1kzK8HTB0k9fzcMB9QdQ42vg8EBBEjaNtAAiihtGODijbx3cyiBpH+9TclgHiLxh4tPENIoD4EdeoebTxKwoA98hA1PzzAKDesVlwx3i0s/pExwfwqOOmNqP/GmVR82gxgEXNo0UAHiGPFgNY1DxaDGBR82gxgEZNo8UAGjWNFgNY1DxaDGBR82gxgEXNo8UAFjWPFgNY1DxaDGBR82gxgEZdo/XPXQH8EiBAgAABAgQIECBAgAABAgQIECBAgHPOOeecc85dAY9rlBl5/YJlAAAAAElFTkSuQmCC)
}

.side-pad-half {
	padding-right: 100px;
}