/*!/wp-content/themes/lantor-composites/style.css*//*!
Theme Name: Lantor Composites
Theme URI: https://www.lantorcomposites.com/
Author: Lantor
Author URI: https://www.lantor.com/
Description: Lantor Composites theme
Version: 1.0.0

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
	font-display: fallback;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 17px;
    line-height: 36px;
    color: #212121;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
  text-decoration: none;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button:focus{outline:none !important;}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: scroll;
	min-height: 200px;
	max-width: 100%;
	min-width: 100%;
	padding-top: 2.5px!important;
	padding-bottom: 2.5px!important;
	display: block;
	margin-bottom: 0px!important;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	 /* 1 */
	outline-offset: -2px; /* 2 */
	-webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Smooth scroll.
 */

html {
  scroll-behavior: smooth;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #4f4f4f;
	font-family: 'Open sans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 2.1em;
	line-height: 32px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0px 0px 0px 0px;
	color: #212121;
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}

h1 {
	font-size: 30px;
	line-height: 45px;
}

h2 {
	font-size: 30px;
	line-height: 45px;
}

h3 {
	font-size: 25px;
	line-height: 40px;
}

h4 {
	font-size: 20px;
	line-height: 35px;
}

h5 {
	font-size: 20px;
	line-height: 35px;
}

h6 {
	font-size: 20px;
	line-height: 35px;
}

p {
	margin: 0px;
}

.smalltext p {
    font-family: 'Futura PT Book', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    margin-top: 20px;
}

.smalltext2 {
    font-family: 'Futura PT Book', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}

.textcenter {
	text-align: center;
}

.contactperson p {
    font-family: 'Futura PT Book', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.contactpersona a {
    font-family: 'Futura PT Book', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #4f4f4f;
    text-decoration: none;
}

.contactpersona span.beforea {
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
	color: #c80010;
	margin-right: 9px;
	width: 10px;
	display: inline-block;
}

.contactpersona a:hover {
    color: rgba(33, 33, 33, 0.7);
}

.linkedincontactperson a {
    width: 30px;
    height: 30px;
    background-color: #878787;
    display: inline-block;
    text-align: center;
}

.linkedincontactperson a:hover {
    background-color: rgba(135, 135, 135, 0.7);
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

a.skip-link.screen-reader-text {
    display: none;
}

span.screen-reader-text {
    display: none;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Cookie bar
--------------------------------------------------------------*/

.btn-cookie {
	background: #fff !important;
	color: #c80010 !important;
	border-radius: 0px;
}

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    text-decoration: none !important;
    padding: 7px 12px !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    padding: 9px 40px;
    background-color: #C80010;
    font-family: 'Futura PT Book', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    border: 0px;
    border-radius: 0px;
}

.margintop20px.linkfaqbox span:first-child {
    display: block;
    float: left;
    margin-top: 10px;
    width: 160px;
}

input[type="submit"]:hover {
	background-color: #d85663;
    border: 0px;
    text-decoration: none;
	cursor: pointer;
}

submit.buttonstext:hover {
	background-color: #d85663;
    border: 0px;
    text-decoration: none;
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #212121;
	border: 0px;
	border-radius: 0px;
	padding: 0px 10px;
	height: 40px;
	background-color: #f2f2f2;
	width: 100%;
	box-shadow: inset 0 0 5px 1px rgba(33, 33, 33, 0.01);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #212121;
}

select {
	border: 0px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4f4f4f;
	text-decoration: underline;
}

a:visited {
	color: #4f4f4f;
}

a:hover, a:focus, a:active {
	color: #212121;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Custom Lantor
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/

@font-face{font-family:'Open Sans';src:url('/wp-content/themes/lantor-composites/fonts/OpenSans-Regular.eot');src:url('/wp-content/themes/lantor-composites/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/lantor-composites/fonts/OpenSans-Regular.woff2') format('woff2'),
url('/wp-content/themes/lantor-composites/fonts/OpenSans-Regular.woff') format('woff'),
url('/wp-content/themes/lantor-composites/fonts/OpenSans-Regular.ttf') format('truetype'),
url('/wp-content/themes/lantor-composites/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');font-weight:normal;font-style:normal;font-display:fallback;}

@font-face{font-family:'Futura PT Demi';src:url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Demi.eot');src:url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Demi.woff2') format('woff2'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Demi.woff') format('woff'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Demi.ttf') format('truetype'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg');font-weight:600;font-style:normal;font-display:fallback;}

@font-face{font-family:'Futura PT Bold';src:url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Bold.eot');src:url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Bold.woff2') format('woff2'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Bold.woff') format('woff'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Bold.ttf') format('truetype'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');font-weight:bold;font-style:normal;font-display:fallback;}

@font-face{font-family:'Futura PT Book';src:url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Book.eot');src:url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Book.woff2') format('woff2'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Book.woff') format('woff'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Book.ttf') format('truetype'),
url('/wp-content/themes/lantor-composites/fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');font-weight:normal;font-style:normal;font-display:fallback;}

body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.topbarheader {
    width: 100%;
    height: 30px;
    background-color: #e5e5e5;
    float: left;
}

div#headersite.sticky {
    position: fixed;
}

.topbarheaderinside {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.topbarheadercontentleft {
    width: 50%;
    float: left;
    text-align: left;
    height: 30px;
}

.topbarheadercontentright {
    width: 50%;
    float: left;
    text-align: right;
    height: 30px;
}

.lantorbrandsmenu {
	display: none;
}

ul#menu-lantorbrands {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #cccccc;
    height: 30px;
    box-sizing: border-box;
}

ul#menu-lantorbrands li {
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: block;
    float: left;
    width: 33.3%;
    height: 30px;
}

ul#menu-lantorbrands li a {
	color: #212121;
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
	text-decoration: none;
}

ul#menu-lantorbrands li.menu-item-home a {
	background-color: #fff;
}

ul#menu-lantorbrands li a:before {
	content: "Lantor ";
	font-family: 'Futura PT Book', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}

ul#menu-lantorbrands li a:hover {
	color: rgba(33, 33, 33, 0.7);
}

ul#menu-lantorsocial {
    list-style: none;
    padding: 0px;
    height: 30px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0px -2.5px;
}

ul#menu-lantorsocial li {
    display: block;
    float: left;
    height: 30px;
    padding: 0px 2.5px;
}

.socialiconheader a {
    width: 30px;
    height: 30px;
    background-color: #878787;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.socialiconheader a:hover {
	background-color: rgba(135, 135, 135, 0.7);
}

.lantorsocialmenu {
    height: 30px;
}

.gotolantorcom a {
    color: #878787;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 30px;
    margin-right: 15px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.gotolantorcom a:hover {
    color: rgba(135, 135, 135, 0.7);
}

span.boldmenu {
    font-family: 'Futura PT Bold', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}


.socialiconfacebook a {
    background-image: url('https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/facebook-f-brands.svg');
    background-position: center;
    background-repeat: no-repeat;
	background-size: 16px 16px;	
}

.socialicontwitter a {
    background-image: url('https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/twitter-brands.svg');
    background-position: center;
    background-repeat: no-repeat;
	background-size: 16px 16px;	
}

.socialiconlinkedin a {
    background-image: url('https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/linkedin-in-brands.svg');
    background-position: center;
    background-repeat: no-repeat;
	background-size: 16px 16px;
}

.headersite {
    background-color: #fff;
    height: 95px;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    z-index: 2;
}

.headersiteinside {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 95px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 2;
    box-sizing: border-box;
}

.site-branding {
    float: left;
    width: 340px;
    height: 65px;
	padding: 20px 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sitemainmenudiv {
    float: left;
    width: calc(100% - 340px);
    padding-left: 40px;
    box-sizing: border-box;
}

.custom-logo-link img {
	width: 334px;
	height: auto;
	float: left;
}

.contactinformationdiv {
    width: 100%;
    height: 30px;
    float: left;
    margin-bottom: 20px;
	display: none;
}

.mainmenusite {
    width: 100%;
    height: 15px;
    float: left;
	margin-top: 30px;
}

.main-navigation a {
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #212121;
}

.main-navigation a:hover {
	color: rgba(33, 33, 33, 0.7);
}

.main-navigation .current-menu-item > a {
	color: rgba(33, 33, 33, 0.7);
}

.menu-menu-1-container {
    width: 100%;
    margin-left: 0px;
    height: 15px;
}

.main-navigation > div > ul > li {
    margin-left: 28.5px;
    display: block;
    float: left;
    padding-bottom: 14px;
}

.main-navigation > div > ul > li:first-child {
    margin-left: 0px;
}

.main-navigation > div > ul {
    float: right;
    text-align: left;
    height: 15px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.commitedtothecorebox img {
    height: 30px;
    width: auto;
}

.commitedtothecorebox {
    float: left;
    width: auto;
    height: 30px;
}

.searcboxheader {
    float: right;
    width: 180px;
    height: 30px;
    background-color: #e5e5e5;
}

.searcboxheader input.search-field {
    width: 100%;
    height: 30px;
}

.phoneandmailheader {
    display: block;
    width: auto;
    padding-left: 40px;
    height: 30px;
    float: left;
}

.hiddendesktop {
    display: none;
}

.phoneandmailheader a {
    font-family: 'Futura PT Book', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-right: 20px;
    text-decoration: none;
    color: #212121!important;
}

.phoneandmailheader a:hover {
	color: rgba(33, 33, 33, 0.7)!important;
}

.phoneandmailheader a span.beforea {
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;	
    color: #c80010;
    margin-right: 9px;
}

input.search-submit {
    border: none;
    padding: 0px;
    background: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 12.5px;
    height: 15px;
    width: 15px;
    background-image: url(https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/Icon-material-search.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.searcboxheader input.search-submit {
    right: 7.5px;
    top: 7.5px;
}

input.search-submit:hover {
	cursor: pointer;
}

form.search-form {
    position: relative;
}

.boxhome2 form.search-form {
	margin-top: 40px;
}

ul.sub-menu {
    display: none;
    width: 250px;
    height: auto;
    text-align: left;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    padding: 7.5px 0px;
    margin-left: -20px;
    margin-top: 14px;
    border-top: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    list-style: none;
}

.main-navigation > div > ul > li:hover .sub-menu {
    display: block;
	z-index: 2000;
}

.sub-menu li {
    padding: 7.5px 20px;
}

.sub-menu li a {
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #212121;
}

ul.sub-menu li > ul.sub-menu {
	visibility: hidden;
  	left: 100%;
	margin-top: -38px;
	margin-left: 0px;
    border-top: 1px solid #e4e4e4;
}

ul.sub-menu li:hover ul.sub-menu {
  	visibility: visible;
}



/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/

.maxwidth325px img {
	max-width: 325px!important;
	width: 100%;
}

.site-content {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.margintop20px {
	margin-top: 20px;
}

.margintop30px {
	margin-top: 30px;
}

.margintop40px {
	margin-top: 40px;
}

.margintopmobile30 {
    margin-top: 10px;
}

.margintbottom30px {
    margin-bottom: 30px !important;
}

.margintbottom50px {
    margin-bottom: 50px;
}

.margintbottom70px {
    margin-bottom: 70px;
}

.marginbottommobile30 {
    margin-bottom: 0px;
}

.boxhome2 {
    padding-top: 100px;
    padding-bottom: 100px;
    float: left;
    width: 100%;
}

.boxhome {
    padding-top: 90px;
    padding-bottom: 90px;
}

.boxhomecustom {
	padding-top: 50px !important;
}

.boxhomepaddingtopnone {
	padding-top: 0px!important;
}

.boxhomepaddingbottomnone {
	padding-bottom: 0px!important;
	margin-bottom: -10px!important
}

.backgroundgrijs > div {
	background-color: #f2f2f2;
}

.backgroundgrijs2 .backgroundgrijs > div {
    background-color: #fff;
}

.backgroundgrijs2 {
	background-color: #f2f2f2;
}

.introblock-summary ul {
	padding: 10px 0px 20px 20px;
}

.introblock-summary ul li:before {
    content: '';
    width: 7.5px;
    height: 7.5px;
    background-color: #C80010;
    position: relative;
    display: inline-block;
    top: -1px;
    margin-left: -18px;
    margin-right: 10px;
}

a.buttonstext {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    padding: 9px 20px;
    background-color: #C80010;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

a.buttonstext:hover {
	background-color: #d85663;
}

a.buttonstextdownload, a.buttonstextmovie, a.buttonstextmaps {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    padding: 9px 20px;
    background-color: #C80010;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

a.buttonstextmovie {
	margin: 10px;
}

a.buttonstextdownload:hover, a.buttonstextmovie:hover, a.buttonstextmaps:hover {
	background-color: #d85663;
}

a.buttonstextdownload:focus, a.buttonstextmovie:focus, a.buttonstextmaps:focus {
	outline: none !important;
}

a.buttonstextdownload::before {
	content: '\f1c1';
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	font-size: 20px;
	margin-right: 10px;
	transition: all 0.5s ease 0s;	
}

a.buttonstextmovie::before {
	content: '\f03d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	margin-right: 10px;
	transition: all 0.5s ease 0s;	
}

a.buttonstextmaps::before {
	content: '\f3c5';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	margin-right: 12px;
	transition: all 0.5s ease 0s;	
}

.ult-modal-input-wrapper {
	display: inline-block;
	margin-bottom: 0px !important;
}

.btn-modal {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #4f4f4f !important;
    padding: 0px !important;
    background-color: transparent !important;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: inline-block;
    text-align: left;
    text-decoration: none;
	border-radius: 0px !important;
	margin-right: 20px !important;
	margin-left: 35px !important;
}

.btn-modal:hover {
	background-color: transparent !important;
	color: #C80010 !important;
}

.btn-modal::before {
	content: '\f03d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
    color: #C80010 !important;
	top: 1px;
    position: relative;	
	margin-right: 12px;
	margin-left: -35px;
    padding-left: 2px;
	transition: all 0.5s ease 0s;	
}


.productbox {
	margin-bottom: 0px;
}

a.productboxlink-extraheight {
	min-height: 130px !important;	
}

a.productboxlink {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding: 12px 55px 12px 20px;
    background-color: #C80010;
    font-family: 'Futura PT Bold', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: block;
    text-decoration: none;
	min-height: 80px;
	position: relative;
}

a.productboxlink:hover {
	background-color: #d85663;
}

.productboxlink::after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	right: 20px;
	bottom: 14px;
	position: absolute;
	transition: all 0.5s ease 0s;	
}

.productboxlink-extratext {
	font-size: 15px;
	line-height: 21px;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
	display: block;
	margin-top: 10px;
}

.productblock {
	margin-top: 80px;
}

.productblockfirst {
	margin-top: 50px !important;
}

.productblocklast {
	margin-bottom: 40px !important;
}

.productblockright {
	padding-left: 40px !important;
}

.productblock img {
	margin-top: 10px;
	margin-bottom: 30px;
}

.productblock-title {
	margin-bottom: 20px !important;
}

.productblock-intro {
	margin-bottom: 20px !important;
}

.productblock-summary {
	margin-bottom: 35px !important;
	position: relative;
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
	font-size: 17px;
	line-height: 36px;	
    color: #212121;
}

.productblock-summary ul li:before {
    content: '';
    width: 7.5px;
    height: 7.5px;
    background-color: #C80010;
    position: relative;
    display: inline-block;
    top: -1px;
    margin-left: -18px;
    margin-right: 10px;
}

.productblock-button {
	margin-bottom: 0px !important;
}

.imagebox > div {
    padding: 20px!important;
}

.imagebox2 > div {
	padding: 30px!important;
}

.imagebox3 > div {
	padding: 50px!important;
}

.divrightbox {
	max-width: 700px;
}

.divrightbox > div {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 115px !important;
	padding-right: 115px !important;	
}

.backgroundleft {
    padding: 0px 0px 0px 0px!important;
}

ul, ol {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
}

.boxopsomming li {
    line-height: 32px;
    position: relative;
    font-size: 18px;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 20px;
    color: #212121;
}

.boxopsomming a {
	text-decoration: none;
    color: #212121;
}

.boxopsomming li:before {
    content: '';
    width: 7.5px;
    height: 7.5px;
    background-color: #C80010;
    position: absolute;
    display: block;
    top: 14px;
    margin-left: -18px;
}

.boxopsomming2  li {
    margin-bottom: 15px;
    position: relative;
}

.boxopsomming2 li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #4F4F4F;
    position: absolute;
    display: block;
    top: 14px;
    margin-left: -18px;
}

.marginbottom20px {
	margin-bottom: 20px;
}

.marginbottom25px {
	margin-bottom: 25px !important;
}

.boxcases h3 a {
    color: #fff;
    font-family: 'Futura PT Bold', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    padding: 40px 40px 80px 40px;
    font-size: 35px;
    line-height: 50px;
    display: block;
    text-decoration: none;
    min-height: 360px;
}

.boxopsomming li a:hover {
    opacity: 0.7;
}

.boxcases > div:before {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: -1;
    display: block;
 	transition: 0.3s;
}

.boxcases:hover > div:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.boxcases p {
    padding: 60px 40px 40px 40px;
    text-align: right;
    display: inline-block;
    color: #fff;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.boxcases p:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 15px;
    content: "\f061";
    color: #ffffff;
    position: relative;
    padding-right: 5px;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.boxcases > div {
    min-height: 360px;
    position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.boxcalltoaction2 > div {
    padding: 80px!important;
}

.boxcalltoaction2 h3 {
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}

.boxcalltoaction {
	margin-left: 70px !important;
}

.boxcalltoaction h3 {
    font-family: 'Futura PT Bold', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 45px;
    line-height: 65px;
    position: relative;
}

.boxcalltoaction h3:before {
    background-image: url(https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/Arrow-call-to-action.png);
    content: '';
    height: 45px;
    width: 45px;
    display: inline-block;
    margin-left: -70px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 10px;
}

a.buttonstextlarge {
    font-size: 25px;
    line-height: 37px;
    color: #fff;
    padding: 9px 20px;
    background-color: #C80010;
    font-family: 'Futura PT Bold', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    text-decoration: none;
}

a.buttonstextlarge:hover {
	background-color: #d85663;
}

.topbarvervolgpage p {
    color: #fff;
}

.topbarvervolgpage span {
    color: #fff;
}

.topbarvervolgpage a {
    color: #fff;
    text-decoration: none;
	font-size: 13px !important;
	line-height: 20px !important;	
}

span.breadcrumb_last {
	font-size: 13px !important;
	line-height: 20px !important;
}

.topbarvervolgpage a:hover {
	text-decoration: underline;
}

.yoast-breadcrumb {
    color: #fff;	
}

.breadcrumb_last {
    color: #fff;	
}

.topbarvervolgpage h1 {
    color: #fff;
    padding-top: 90px;
    padding-bottom: 40px;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Futura PT Bold', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}

.patented {
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;	
	font-size: 15px;
	line-height: 18px;
	background: #C80010;
	padding: 7px 12px;
	top: -10px;
	position: relative;
	display: inline-block;
	margin-left: 10px;	
}

.year {
	background: #C80010;
    color: #ffffff;
    padding: 0px 10px;
    display: inline-block;
    margin: 10px 0px !important;	
}

.vc_row.wpb_row.vc_row-fluid.topbarvervolgpage:after {
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 0;
    display: block;
    content: " ";
}

.topbarvervolgpage {
	position: relative!important;
	z-index: 0;
}

.doelgroepbox > div {
    padding: 40px!important;
    border-top: 5px solid #C80010;
}

.calltoactionbox {
    padding: 40px!important;
    border-top: 5px solid #D9D9D9;
    background-color: #f2f2f2;
}

.howtobox > div {
    padding: 40px!important;
    border-top: 5px solid #D9D9D9;
    background-color: #f2f2f2;
}

a.valuebutton {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    padding: 9px 20px;
    background-color: #C80010;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: inline-block;
    text-align: center;
    margin: 10px;
    text-decoration: none;
}

a.valuebutton:hover {
    background-color: #d85663;
}

.buttonvaluebox > div {
    margin: -10px;
}

div.ult_modal-body.ult-responsive.ult-video-shortcode {
	background: transparent !important;
}

.ult_modal-content {
	border: none !important;
	box-shadow: none !important;
}

.wp-video {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.newsbox h2 {
	font-size: 25px;
	line-height: 40px;
}

.newsbox h2 a {
	color: #212121;
	text-decoration: none;
}

.newsbox h2 a:hover {
	opacity: 0.7;
}

.boldtekst p {
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.projectbox {
	padding: 0px !important;
}

.projectboxlink a.vc_gitem-link {
    font-size: 20px;
    line-height: 26px;
    color: #fff !important;
    padding: 12px 55px 12px 20px;
    background-color: #C80010;
    font-family: 'Futura PT Bold', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: block;
    text-decoration: none;
	min-height: 80px;
	position: relative;
}

.projectboxlink a.vc_gitem-link:hover {
	background-color: #d85663;
	color: #fff !important;
	opacity: 1 !important;
}

.projectboxlink a.vc_gitem-link::after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	right: 20px;
	bottom: 14px;
	position: absolute;
	transition: all 0.5s ease 0s;	
}

.post-thumbnail {
	display: none;
}

.newsbox {
	padding: 0px !important;
	background: #f2f2f2;
	
}

.newsboxtitle {
    padding: 20px 20px 10px 20px;
	margin-bottom: 0px !important;
}

.newsboxexcerpt a.vc_gitem-link {
    font-size: 15px;
    line-height: 32px;
    color: #4f4f4f !important;
    padding: 0px 60px 12px 20px;
    display: block;
    text-decoration: none;
	min-height: 80px;
	position: relative;
}

.newsboxexcerpt a.vc_gitem-link:hover {
	opacity: 1 !important;
}

.newsboxexcerpt a.vc_gitem-link::after {
	content: '\f061';
	color: #C80010;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	right: 20px;
	bottom: 14px;
	position: absolute;
	transition: all 0.5s ease 0s;	
}

.widget_recent_entries h2 {
	margin-bottom: 20px;
}

.widget_recent_entries ul {
	padding: 0px !important;
}

.widget_recent_entries ul li a {
	text-decoration: none;
    padding-left: 15px;
    display: block;
    position: relative;	
}

.widget_recent_entries ul li::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    content: "\f105";
    color: #c80010;
    position: absolute;
    display: inline-block;
	padding-left: 3px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.enlarge-image, .photocaption {
	font-size: 12px;
	text-align: center;
}

.enlarge-image p::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    content: "\f00e";
    position: relative;
    display: inline-block;
	margin-right: 6px;
	top: 2px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.cookiestext p {
	margin-bottom: 20px !important;
}

.cookiestext ul {
	list-style: square !important;
	margin-bottom: 20px;
}

.cookiestext h3 {
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/

.styled-table {
    margin: 40px 0px 40px 0px !important;
    font-family: 'Open sans', Helvetica, Arial, Verdana, sans-serif;
	color: #4f4f4f;
    font-size: 15px;
	border-collapse: collapse;
  	overflow-x: auto;
  	display: block;
  	width: fit-content;
  	max-width: 100%;
}

.styled-table thead tr {
    background-color: #c80010;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 5px 8px;
	width: 20%;	
	vertical-align: top;	
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
	vertical-align: top;
}

.styled-table tbody tr:nth-of-type(even) {

}

.styled-table tbody tr:last-of-type {
    border-bottom: none;
}

.styled-table tbody tr.active-row {
	border-top: 2px solid #212121;
    font-weight: bold;
    color: #212121;
}

.columnname {
	width: 250px;
}

/*--------------------------------------------------------------
## Prettyphoto lightbox
--------------------------------------------------------------*/

.lightboxOverlay {
    background-color: #C80010 !important;
	opacity: 0.92 !important;
}

div.pp_default .pp_top, div.pp_default .pp_bottom {
	display: none;
}

div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
	background: none !important;
}

a.pp_close {
    right: 3px !important;
    top: -3px !important;
}

div.pp_overlay {
    background: #C80010 !important;
	opacity: 0.92 !important;
}

/*--------------------------------------------------------------
## Downloads
--------------------------------------------------------------*/

.downloadbox {
	padding-bottom: 60px !important;
}

.downloadtitle h2 {
	padding: 10px 15px;
    background: #c80010;
    font-size: 26px;
    line-height: 36px;	
    color: #fff !important;
	margin-bottom: 15px !important;
}

.downloadpdf, .downloadmovie {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

.downloadpdf h3, .downloadmovie h3 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 20px !important;
}

.downloadblock ul {
	padding: 0px !important;
}

.downloadblock ul li a  {
	text-decoration: none;
}

.downloadblock ul li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";	
	font-weight: 500;
	font-size: 18px;
    color: #c80010;	
	position: relative;
	padding-left: 1px;
	padding-right: 8px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

.downloadmovie {
	padding-top: 40px;
}

.downloadmovie .btn-modal {
    font-size: 15px !important;
    line-height: 25px !important;
    color: #4f4f4f !important;
    padding: 0px !important;
    background-color: #fff !important;
    font-family: 'Open sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500 !important;
    display: inline-block;
    text-align: left;
    text-decoration: none;
	border-radius: 0px !important;
	margin-right: 20px !important;
	margin-left: 35px !important;
}

.downloadmovie .btn-modal:hover {
	background-color: #fff !important;
	color: #C80010 !important;
}

.downloadmovie .btn-modal::before {
	content: '\f03d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
    color: #C80010 !important;
	top: 1px;
    position: relative;	
	margin-right: 12px;
	margin-left: -35px;
    padding-left: 2px;
	transition: all 0.5s ease 0s;	
}

.downloadmovietitle {
	background: #c80010;
	color: #fff;
	padding: 10px 15px;
}

/*--------------------------------------------------------------
## Slider home video
--------------------------------------------------------------*/

.textslider p.largetitel {
    font-size: 50px;
    line-height: 70px;
    font-family: 'Futura PT Bold', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    color: #fff;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0px 2px 5px #888;	
}

a.buttonsliderondertekst:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: -10px;
    background-image: url(https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/Icon-left.png);
}

.textslider a.buttonslider {
    font-size: 25px;
    line-height: 55px;
    color: #fff;
    padding: 0px 20px;
    background-color: #C80010;
    font-family: 'Futura PT Bold', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    display: inline-block;
    margin: 40px 10px 0px 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.textslider a.buttonslider:hover {
	background-color: #d85663;
}

.vidbg-container {
	background-color: #e5e5e5;
	opacity: 1;
}

backgroundtekst, .backgroundvideo {
	height: 60vh;
	min-height: 350px;
	background-color: #e5e5e5;
}

a.buttonsliderondertekst {
    color: #fff;
    margin-top: 20px!important;
    display: block;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}

a.buttonsliderondertekst:hover {
    opacity: 0.7;
}

.videodiv {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.backgroundtekst {
    position: absolute!important;
    top: calc(50% - 26px);
    height: 60vh;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.boxcalltoactionhoofd {
	width: 260px!important;
	position: absolute!important;
	top: calc(50% - 26px);
	left: unset;
	right: 0px;
	transform: translate(-0%,-50%);
	z-index: 1;
	padding: 20px!important;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
	box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
	border-top: 5px solid #cbcbcb;
	background-color: #fff;
}

.boxcalltoaction3 h3 a {
    text-decoration: none;
    color: #212121;
}

.boxcalltoaction3 h3 a:hover {
	opacity: 0.7;
}

.boxcalltoaction3 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px!important;
}

a.readmorecall {
    position: relative;
    color: #212121;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
    width: 100px;
    margin-top: 0px;
}

a.readmorecall:hover {
	opacity: 0.7;
}

a.readmorecall:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: -10px;
    background-image: url(https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/Icon-left-black.png);
}

/*--------------------------------------------------------------
## End Slider home video
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

div#footer-sidebar {
    padding-top: 60px;
    background-color: #f2f2f2;
    display: inline-table;
    width: 100%;
    padding-bottom: 60px;
}

.footerinside {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

div#footer-sidebar1 {
    width: 45%;
    display: block;
    float: left;
	margin-right: 5%;
}

div#footer-sidebar2 {
    width: 15%;
    display: block;
    float: left;
    margin-left: 10%;
}

div#footer-sidebar3 {
    width: 15%;
    display: block;
    float: left;
    margin-left: 10%;	
    position: relative;
}

a.linkfaq {
    display: inline-block;
    color: #212121;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
}

a.linkfaq:hover {
    color: #212121;
	opacity: 0.7;
}

.linkfaqbox {
    position: absolute;
    right: 0;
    top: 3px;
}

a.linkfaq:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: -10px;
    background-image: url(https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/Icon-left-black.png);
}

.footerinside h3 {
    margin-bottom: 10px;
}

.contactelementfooter li.current_page_item a {
	color: #212121;
}

.contactelementfooter a {
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #212121;
    text-decoration: none;
}

.contactelementfooter span.beforea {
    color: #c80010;
    margin-right: 10px;
    width: 10px;
    display: inline-block;
}

.contactelementfooter a:hover {
    color: rgba(33, 33, 33, 0.7);
}

ul#menu-footermenu-products, ul#menu-footermenu-about-us {
    padding: 0px;
}	

ul#menu-footermenu-products li, ul#menu-footermenu-about-us li {
	position: relative;
	display: block;
	padding-left: 13px;
}

ul#menu-footermenu-products li::before, ul#menu-footermenu-about-us li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 12px;
	content: "\f105";
    color: #c80010;	
	position: absolute;
	margin-left: -13px;
	padding-left: 1px;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

ul#menu-footermenu-products a, ul#menu-footermenu-about-us a {
    text-decoration: none;
}

div#footer-sidebar4 {
    font-family: 'Futura PT Book', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #CACACA;
}

div#footer-sidebar4 strong {
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}

div#footer-sidebar4 .commitedtothecorebox {
	float: right;
	margin-top: -30px;
	height: auto;
}

.lantorfooter {
    background: #e5e5e5;
    padding-top: 50px;
    display: inline-table;
    width: 100%;
    padding-bottom: 50px;
    margin-top: 0px;
}

aside#text-6 {
    width: 50%;
    float: left;
}

/**
aside#nav_menu-4 {
    width: 33.3%;
    float: left;
    height: 30px;
    margin-top: 10px;
}
**/

aside#text-9 {
    width: 50%;
    float: left;
    text-align: right;
    height: 30px;
    margin-top: 10px;
}

aside#text-9 p {
	font-size: 13px;
}

aside#text-9 p a {
	text-decoration: none;
}

/**
aside#nav_menu-5 {
    width: 50%;
    float: left;
    text-align: right;
    height: 30px;
    margin-top: 10px;
}

div#footer-sidebar5 ul {
    display: inline-block;
    margin: 0px -2.5px;
    padding: 0px;
}

div#footer-sidebar5 li {
    display: block;
    float: left;
    height: 30px;
    padding: 0px 2.5px;
}
**/

.videodivhoofd {
    z-index: 0;
}

/* --------------------------------
         ## Form
-------------------------------- */

.formclass {
    margin-top: 20px;
}

span.wpcf7-list-item {
    margin: 0px 20px 10px 0px;
}

.formclass p {
    margin-bottom: 10px!important;
    display: block;
}

.formclass label {
    font-size: 16px;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}

span.wpcf7-not-valid-tip {
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
}

span.wpcf7-list-item-label {
    font-family: 'Open sans', Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
}

div.wpcf7-response-output {
    margin: 30px 0px 0px 0px;
    padding: 10px;
    text-align: center;
    color: #212121;
    float: left;
    width: 100%;
}

div.wpcf7 .ajax-loader {
    background-repeat: no-repeat;
    margin: 0px;
    margin-left: 10px!important;
    position: absolute;
    right: 10px;
    width: 20px;
    top: 17.5px;
}

div.wpcf7 .ajax-loader:before {
	display: none!important;
}

.formclass.width50box {
    display: table;
    margin: -10px -10px -10px -10px!important;
}

.width50box1 {
    margin-bottom: 10px!important;
    width: 50%;
    display: block;
    float: left;
    padding: 0 10px;
}

.width100 {
    display: block;
    float: left;
    width: 100%;
}

span.wpcf7-list-item {
    margin: 0px 20px 10px 0px!important;
    display: inline-block;
}

span.wpcf7-list-item.first.last {
    margin-bottom: 0px!important;
}

/* --------------------------------
         FAQ
-------------------------------- */

.accordions-head {
    background: none!important;
    padding: 0px!important;
    margin-bottom: 20px!important;
    float: left!important;
    display: block!important;
    transition: 0.5s;
    width: 100%;
}

.accordion-header-active {
    margin-bottom: 0px!important;	
    transition: 0s;
}

.ui-state-active {
    margin-bottom: 0px!important;	
    transition: 0s;
}

.accordions-themes {
    background: none!important;
}

.accordions .top-navs {
    margin: 0px!important;
}

.accordions-head-title {
    color: #212121!important;
    font-size: 16px!important;
    line-height: 26px!important;
    width: calc(100% - 20px)!important;
    padding: 0px!important;
    margin: 0px 0px 0px 0px!important;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}

.accordions-head-title:hover {
	opacity: 0.7;
	cursor: pointer;
}

.redline .ui-state-active .accordions-head-title {
    color: #C80010!important;
}

.accordions .accordion-icons.left {
    float: right!important;
    color: #C80010!important;
    margin-top: 5px;
}

.accordion-content {
    background: none!important;
    margin: -1px -1px 20px -1px!important;
    padding: 1px!important;
    font-family: 'Open sans', Helvetica, Arial, Verdana, sans-serif;
    line-height: 32px!important;
}

.ui-widget-content a {
    color: #4f4f4f!important;
    display: inline-block;
}

.ui-widget-content a:hover {
    color: #212121!important;
}

.margintop20px.linkfaqbox {
    position: relative;
    color: #212121;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
    padding-left: 10px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.margintop20px.linkfaqbox input {
    margin-left: 20px;
    z-index: 1;
}

.margintop20px.linkfaqbox span:first-child:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: -10px;
    background-image: url(https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/Icon-left-black.png);
}

.output > div {
    display: none;
}

select#colorselector {
    background-clip: padding-box;
    -webkit-appearance: none;
    background-image: url('https://www.lantorcomposites.com/wp-content/themes/lantor-composites/image/Icon-select.png');
    background-repeat: no-repeat;
    background-position: right center;
    color: #212121;
    padding: 0px 10px;
    height: 40px;
    outline-offset: -2px;
    background-color: #f2f2f2;
    width: 100%;
    box-shadow: inset 0 0 5px 1px rgba(33, 33, 33, 0.01);
}

.button.dropdown {
    background: #f2f2f2;
}

.output {
    margin-top: 0px;
}

.contact1.contactpersona.contactperson {
    margin-top: 20px;
    background: #f2f2f2;
    padding: 20px 20px 20px 25px;
	border-left: 5px solid #D9D9D9;
    width: 100%;
}

::-webkit-input-placeholder { /* Edge */
  color: #4f4f4f!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4f4f4f!important;
}

::placeholder {
  color: #4f4f4f!important;
}

nav.navigation.pagination h2 {
    display: none;
}

.nav-links {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px;
    font-size: 30px;
    line-height: 45px;
    color: #212121;
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}

span.page-numbers.current {
    color: #212121;
}

a.page-numbers {
    text-decoration: none;
    color: #4f4f4f;
}

.nav-links a:hover {
    opacity: 0.7;
}

a.prev.page-numbers {
    color: #c80010;
}

a.next.page-numbers {
    color: #c80010;
}

.resultssearch {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}

.blogpost {
    padding: 10px;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.insideblogpost {
    padding: 40px!important;
    border-top: 5px solid #D9D9D9;
    background-color: #f2f2f2;
}

.blogpost h2 a {
    color: #212121;
    text-decoration: none;
}

.blogpost h2 a:hover {
    opacity: 0.7;
}

.blogpost .entry-summary {
    margin-top: 20px;
}

/* --------------------------------
         Start media query
-------------------------------- */

@media (max-width: 1500px){
.boxcalltoactionhoofd {
    width: 220px!important;
}

.boxcalltoaction3 h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px!important;
}
}

@media (max-width: 1300px){

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
	
.boxhome {
    padding-top: 80px;
    padding-bottom: 80px;
}

.boxhome2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.boxhomecustom {
    padding-top: 50px!important;
}
	
.divrightbox > div {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 115px !important;
	padding-right: 115px !important;
}	
	
.topbarvervolgpage h1 {
    font-size: 40px;
    line-height: 60px;
}

/*--------------------------------------------------------------
## Slider home video
--------------------------------------------------------------*/
	
.textslider p.largetitel {
    font-size: 40px;
    line-height: 60px;
}
	
/*--------------------------------------------------------------
## End Slider home video
--------------------------------------------------------------*/

}

@media (max-width: 1220px){

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.main-navigation .sub-menu li {
    margin-left: 25px;
    display: block;
    float: left;
}
	
.searcboxheader {
    width: 145px;
}

input.search-field {
    width: 100%;
}
	
/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/
    
}

/* --------------------------------
         Tablet liggend
-------------------------------- */


@media (max-width: 1199px){
    
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.boxcalltoactionhoofd {
    width: 165px!important;
}

.boxcalltoaction3 h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px!important;
}

.main-navigation > div > ul > li > a {
    font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0px;
}
	
div#headersite.sticky {
    position: relative;
}
	
.hiddenmenu {
    display: none;
}
	
.contactinformationdiv {
    width: calc(100% - 105px);
    position: relative;
    height: 65px;
    margin-bottom: 15px;
}

.mainmenusite {
    width: 0px;
    height: 0px;
}

.searcboxheader {
    float: right;
    position: absolute;
    right: 0;
    width: calc(100% - 142px);
    max-width: 250px;
}

.phoneandmailheader {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
    text-align: right;
}

.phoneandmailheader a:last-child {
    margin-right: 0px;
}
	
.iconmenu {
    height: 65px;
    width: 65px;
    position: fixed!important;
    z-index: 99999;
    display: block;
    background-color: #212121;
    right: 20px;
    top: 45px;
}

div#myTopnav.responsive .iconmenu {
	background-color: #c80010;
}

div#myTopnav.responsive > .hiddenmenu {
    display: inline-block;
    position: fixed;
    width: calc(100% - 40px);
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 37.5px 45px 45px 45px;
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 0 0px 40px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0px 40px rgba(0, 0, 0, 0.5);
}
.menu-menu-1-container {
    height: auto;
    width: 100%;
    margin: 0px;
    display: block;
}

.main-navigation > div > ul {
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    margin-top: -10px;
    margin-bottom: -10px;
}

.main-navigation > div > ul > li {
    padding: 0px 0px;
    width: calc(100% - 65px);
    margin-left: 0px;
    height: auto;
}
	
ul.sub-menu li > ul.sub-menu {
	visibility: visible;
  	left: 0%;
	margin-top: 0px;
	border-top: none;
}	
	
.lines, .lines:after, .lines:before {
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    left: 15px;
    top: 12px;
}

.lines:after, .lines:before {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    background-color: #ffffff;
}
	
.lines:after {
    top: -10px;
}
	
.lines:before {
    top: 10px;
}
	
div#myTopnav.responsive .lines {
    background-color: rgba(255, 255, 255, 0);
}
	
div#myTopnav.responsive .lines:before {
    display: inline-block;
    height: 2px;
    background: #fff;
    position: absolute;
    content: '';
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -17.5px;
    width: 35px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}

div#myTopnav.responsive .lines:after {
    display: inline-block;
    height: 2px;
    background: #fff;
    position: absolute;
    content: '';
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -17.5px;
    width: 35px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}
	
div#myTopnav.responsive .iconmenu .lines:before {
    -ms-transform: rotate3d(0,0,1,45deg);
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}

div#myTopnav.responsive .iconmenu .lines:after {
    -ms-transform: rotate3d(0,0,1,-45deg);
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}

ul.sub-menu {
    margin-top: 0px;
    display: block;
    margin-left: 0px;
    position: inherit;
    box-shadow: none;
    border-top: 0px;
    padding: 0px;
    width: calc(100% - 65px);
}

.main-navigation .sub-menu li {
    margin-left: 20px;
    padding: 7.5px 0px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.main-navigation .sub-menu li:before {
	content: '-';
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
	font-size: 30px;
	color: #e5e5e5;
}
    
/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/

.divrightbox > div {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.boxcalltoaction h3 {
    font-size: 45px;
    line-height: 65px;
}

.boxcalltoaction h3:before {
	margin-top: 10px;
	height: 45px;
	width: 45px;
	margin-left: -70px;
}

.boxcalltoaction2 h3 {
    font-size: 30px;
    line-height: 50px;
}


.boxcalltoaction2 > div {
    padding: 60px!important;

}

a.buttonstextlarge {
 	font-size: 20px;
 	line-height: 32px;
}

.backgroundtekst, .backgroundvideo {
    height: 300px;
    min-height: 350px!important;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

div#footer-sidebar1 {
    width: 45%;
	margin-right: 5%;
}
	
div#footer-sidebar2 {
    width: 15%;
    margin-left: 10%;
}
	
div#footer-sidebar3 {
	width: 15%;
	margin-left: 10%;	
}
}

/* --------------------------------
         Tablet staand videobanner
-------------------------------- */

@media (max-width: 1199px){

}

/* --------------------------------
         Tablet staand 
-------------------------------- */

@media (max-width: 991px){
    
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.phoneandmailheader {
	display: none;
}

.topbarheadercontentleft {
    width: 60%;
}

.topbarheadercontentright {
    width: 40%;
}

.mainmenusite.responsive .hiddendesktop.phoneandmailheader {
    float: left;
    text-align: left;
    padding-top: 20px;
    margin: 30px 0px 20px;
    border-top: 1px solid #e5e5e5;
    height: auto;
}

.hiddendesktop.phoneandmailheader a span.beforea {
	margin-right: 0px;
	width: 20px!important;
	display: inline-block;
}

.mainmenusite.responsive .phoneandmailheader a {
	display: block;
	width: 100%;
}

.mainmenusite.responsive .hiddendesktop.phoneandmailheader {
	display: block!important;
}

.searcboxheader {
    width: 100%;
    bottom: 0;
    left: 0;
}

.commitedtothecorebox {
    height: 25px;
}

.commitedtothecorebox img {
    height: 25px;
}

.boxcalltoaction3.margintop20px {
    margin-top: 0px;
    height: 20px;
}

.boxcalltoactionhoofd {
    width: 100%!important;
    height: 40px;
    right: 0px;
    top: calc(77% - 0px);
    transform: translate(0%);
    padding: 0px 20px 0px 0px!important;
    border-top: none;
}

.boxcalltoaction3 h3 {
    display: inline-block;
    margin-bottom: 0px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 120px);
    float: left;
    padding-left: 20px;
}

.videodiv {
    padding-bottom: 20px;
}

.boxcalltoaction3 p {
    display: inline-block;
    float: right;
    margin-bottom: 0px!important;
    line-height: 26px;
    margin-left: 10px;
}

/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/

.boxhome {
    padding-top: 50px;
    padding-bottom: 50px;
}

.boxhome2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.divrightbox > div {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 50px !important;
	padding-right: 50px !important;
}	
	
.backgroundleft {
    padding: 0px 0px 0px 0px!important;
}	
	
.backgroundcover {
	background-size: cover;
}	
	
.imageminimalheight > div {
	min-height: 75vh;
	height: 300px;
}
	
.margintopmobile30 {
	margin-top: 30px;
}
	
.marginbottommobile30 {
    margin-bottom: 30px;
}	

.maxwidthtelephone img {
    max-width: 320px!important;
    width: 100%;
}

.maxwidthtelephone > div {
	padding: 0px 7.5px!important;
	box-sizing: border-box;
}

.boxcases > div {
	min-height: 360px;
}
	
.topbarvervolgpage h1 {
    font-size: 30px;
    line-height: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
}

h2 {
	font-size: 25px;
	line-height: 40px;
}

h3 {
	font-size: 20px;
	line-height: 35px;
}
	
.newsbox h2 {
	font-size: 20px;
	line-height: 35px;
}
	
.buttonvaluebox {
	margin-bottom: 20px !important;
}	
	
.enlarge-image {
	display: none;
}	
	
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

div#footer-sidebar1 {
    width: 35%;
	margin-right: 5%;
}
	
div#footer-sidebar2 {
    width: 20%;
    margin-left: 10%;
}
	
div#footer-sidebar3 {
	width: 20%;
	margin-left: 10%;	
}	
	
/*--------------------------------------------------------------
## Slider home video
--------------------------------------------------------------*/

.textslider p.largetitel {
    font-size: 30px;
    line-height: 50px;
}

.textslider a.buttonslider {
    font-size: 20px;
    line-height: 50px;
}
	
.slick-dots li:before {
    top: 17px;
}

/*--------------------------------------------------------------
## End Slider home video
--------------------------------------------------------------*/

}


/* --------------------------------
         Mobiel
-------------------------------- */

@media (max-width: 768px){
    
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
	
.topbarheadercontentleft {
    display: none;
}

.topbarheadercontentright {
    width: 100%;
}

.contactinformationdiv {
    display: none;
}

.site-branding {
    width: 272px;
    height: 45px;
	padding: 12.5px 0px;
}

.headersite {
    height: 75px;
}

.headersiteinside {
    height: 75px;
    padding: 15px 20px;
}

.custom-logo-link img {
	width: 272px;
	height: auto;
}

.iconmenu {
    height: 45px;
    width: 45px;
    top: 45px;
}
	
span.lines {
    top: 3px;
    left: 10px;
}

.lines, .lines:after, .lines:before {
    width: 25px;
}

.lines:before {
    top: 8px;
}

.lines:after {
    top: -8px;
}
	
div#myTopnav.responsive .lines:before {
    margin: -1px 0 0 -12.5px;
    width: 25px;
}

div#myTopnav.responsive .lines:after {
    margin: -1px 0 0 -12.5px;
    width: 25px;
}
	
div#myTopnav.responsive > .hiddenmenu {
    padding-left: 20px;
    padding-right: 20px;
}

ul#menu-lantorbrands-1 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #cccccc;
    height: 40px;
    box-sizing: border-box;
}

ul#menu-lantorbrands-1 li {
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
	display: block;
	float: left;
	width: 33.3%;
	height: 40px;
}

ul#menu-lantorbrands-1 li a {
	color: #212121;
	font-family: 'Futura PT Demi', Open Sans, Helvetica, Arial, Verdana, sans-serif;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
	text-decoration: none;
}

ul#menu-lantorbrands-1 li.menu-item-home a {
	background-color: #fff;
}

ul#menu-lantorbrands-1 li a:before {
	content: "Lantor ";
	font-family: 'Futura PT Book', Open Sans, Helvetica, Arial, Verdana, sans-serif;
}

ul#menu-lantorbrands-1 li a:hover {
	color: rgba(33, 33, 33, 0.7);
}

.lantorbrandsmenu {
    background-color: #e5e5e5;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #cccccc;
}

.hiddendesktop.commitedtothecorebox {
    margin-top: 20px;
    height: 30px;
    width: 25%!important;
	display: none !important;
}

.mainmenusite.responsive .hiddendesktop {
	display: block;
	width: 100%;
}

.hiddendesktop.searcboxheader {
    position: relative;
    float: left;
    margin-top: 20px;
	display: none !important;
}

.hiddendesktop.topbarheadercontentleft {
    display: block;
    width: 100%;
    height: auto;
}

ul#menu-lantorsocial-1 {
    list-style: none;
    padding: 0px;
    height: 30px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0px -2.5px;
}

ul#menu-lantorsocial-1 li {
    display: block;
    float: left;
    height: 30px;
    padding: 0px 2.5px;
}

.hiddendesktop.topbarheadercontentright {
    margin-top: 20px;
    width: 75%!important;
	display: none !important;
}
    
/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/

.margintopmobile30 {
    margin-top: 30px;
}
	
.marginbottommobile30 {
    margin-bottom: 30px;
}	
	
.boxcalltoaction {
	margin-left: 0px !important;
}	

.boxcalltoaction h3 {
    font-size: 35px;
    line-height: 45px;
}	
	
.boxcalltoaction h3:before {
	height: 30px;
    width: 30px;
    margin-left: 0px;
    position: relative;
    top: 4px;
    margin-right: 15px;
}
	
a.buttonstextlarge {
	margin-top: 30px;
}

div.wpcf7-response-output { 
	margin-top: 10px;
}

.margintop20px {
    margin-top: 20px;
}

.boxhome2 form.search-form {
	margin-top: 30px;
}

.margintop40px {
    margin-top: 30px;
}

.boxhome {
    padding-top: 50px;
    padding-bottom: 50px;
}

.backgroundvideo {
    height: 350px;
    min-height: 350px;
}
	
.productbox {
	margin-bottom: 40px !important;
}
	
.productboxnomargin {
	margin-bottom: 0px !important;
}
	
.productblockright {
	padding-left: 0px !important;
}

.productblock img {
	margin-top: 0px !important;
	margin-bottom: 20px;
}
	
.downloadbox {
	padding-bottom: 30px !important;
}	
	
.downloadmovietitle {
	margin-bottom: 20px !important;
}	
	
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

div#footer-sidebar1 {
    width: 100%;
}
	
div#footer-sidebar2 {
    width: 100%;
    margin-left: 0%;
	margin-top: 40px;
}
	
div#footer-sidebar3 {
	margin-left: 0%;
	width: 100%;
	margin-top: 40px;
}

aside#nav_menu-4 {
    width: 100%;
    margin-top: 0px;
	text-align: center;
}
	
aside#text-6 {
    width: 100%;
}
	
aside#text-9 {
    width: 100%;
	margin-top: 20px;
	text-align: left;
}	
	
aside#nav_menu-5 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

div#footer-sidebar4 .commitedtothecorebox {
    float: left;
    margin-top: 20px;
}
	
.lantorfooter {
	padding: 40px 0 35px;
}	
	
/*--------------------------------------------------------------
## End Slider home video
--------------------------------------------------------------*/

.blogpost {
    width: 100%;
}

.blogpost .entry-summary {
    margin-top: 10px;
}
}
	
/* --------------------------------
         Mobiel small
-------------------------------- */


@media (max-width: 500px){

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
    
.site-branding {
    width: 250px;
    height: 45px;
	padding: 15px 0px 0px;
}

.custom-logo-link img {
	width: 272px;
	height: auto;
}	
	
ul#menu-lantorbrands-1 li {
    width: 100%;
}

ul#menu-lantorbrands-1 {
    height: 120px;
    border-right: 0px;
    border-left: 0px;
}

.lantorbrandsmenu {
	padding: 0px
}

ul#menu-lantorbrands-1 li a {
    border-right: 0px;
    border-bottom: 1px solid #cccccc;
}

ul#menu-lantorbrands-1 li:last-child a {
    border-bottom: 0px;
}

.hiddendesktop.commitedtothecorebox {
	width: 100%!important;
}

.hiddendesktop.topbarheadercontentright {
    width: 100%!important;
    text-align: right;
}
    
/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/

.patented {
	margin-left: 0px;	
}
	
.imageminimalheight > div {
	min-height: 300px;
	height: 300px;
}

.maxwidthtelephone > div {
	padding: 0px 7.5px!important;
}

.boxcalltoaction2 > div {
    padding: 40px!important;
}

.boxcalltoaction2 h3 {
    font-size: 23px;
    line-height: 43px;
}

.doelgroepbox > div {
    padding: 20px 20px 35px 20px!important;
}

.calltoactionbox {
    padding: 20px!important;
}

.howtobox > div {
    padding: 20px!important;
}
	
.columnname {
	width: 185px;
}	
	
/*--------------------------------------------------------------
## Slider home video
--------------------------------------------------------------*/

.textslider a.buttonslider {
    font-size: 18px;
    line-height: 48px;
    padding: 0 20px;
    margin: 30px 10px 0px 10px;
}

.textslider a.buttonslider:last-child {
    margin-top: 10px;
}	
	
.textslider p.largetitel {
    font-size: 24px;
    line-height: 34px;
}

.slick-dots li#slick-slide00:after {
    font-size: 16px;
}

.slick-dots li#slick-slide01:after {
    font-size: 16px;
}

.slick-dots li#slick-slide02:after {
    font-size: 16px;
}
	
/*--------------------------------------------------------------
## End Slider home video
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Start Contact form
--------------------------------------------------------------*/

.width50box1 {
    width: 100%;
}

.insideblogpost {
    padding: 20px!important;
}
}