/*!
 * LP legacy stylesheet — the old `bentley` theme's style.css, verbatim except
 * for font URLs, which were relative to the old theme directory and are now
 * absolute. Loaded ONLY on template-lp.php.
 *
 * Guy's instruction on 2026-08-10: restore the campaign landing pages to the
 * old design exactly, mobile and desktop, with no design changes — the client
 * had already signed that design off. So rather than re-implement it in the new
 * design system, the original stylesheet is carried across whole and the
 * template emits the original markup.
 *
 * DEPENDENCY: the font files still live in the old theme at
 * /wp-content/themes/bentley/fonts/. That theme is retained as the rollback
 * path (see docs/HANDOFF.md) — deleting it will break the type on these pages.
 */

/*!
Theme Name: bentley
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 6.8.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bentley
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bentley is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* 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 */
}

/* 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-weight: bolder;
}

/**
 * 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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* 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 */
}

/**
 * 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: button;
}
*/

/**
 * 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: auto;
}

/**
 * 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"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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;
}

/* 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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

*,
*: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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

/*
a:focus {
	outline: thin dotted;
}
*/

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



@font-face{
	font-family:'BentleyRegular';
	src:url("/wp-content/themes/bentley/fonts/bentley-regular.eot");
	src:local("☺"),
		url("/wp-content/themes/bentley/fonts/bentley-regular.woff") format("woff"),
		url("/wp-content/themes/bentley/fonts/bentley-regular.ttf") format("truetype"),
		url("/wp-content/themes/bentley/fonts/bentley-regular.svg#bentleyregular") format("svg");
	font-weight:normal;
	font-style:normal
}
@font-face{font-family:'Bentley-Logotype';src:url("/wp-content/themes/bentley/fonts/Bentley-Logotype.eot");src:local("☺"),url("/wp-content/themes/bentley/fonts/Bentley-Logotype.woff") format("woff"),url("/wp-content/themes/bentley/fonts/Bentley-Logotype.ttf") format("truetype");font-weight:normal;font-style:normal}
@font-face{font-family:'FbOgen-Regular';src:url("/wp-content/themes/bentley/fonts/FbOgen-Regular.eot");src:local("☺"),url("/wp-content/themes/bentley/fonts/FbOgen-Regular.woff") format("woff"),url("/wp-content/themes/bentley/fonts/FbOgen-Regular.ttf") format("truetype");font-weight:normal;font-style:normal}
@font-face{font-family:'BentleyLight';src:url("/wp-content/themes/bentley/fonts/bentley-light.eot");src:local("☺"),url("/wp-content/themes/bentley/fonts/bentley-light.woff") format("woff"),url("/wp-content/themes/bentley/fonts/bentley-light.ttf") format("truetype"),url("/wp-content/themes/bentley/fonts/bentley-light.svg#bentleylight") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'BentleySemiBold';src:url("/wp-content/themes/bentley/fonts/bentley-semibold.eot");src:local("☺"),url("/wp-content/themes/bentley/fonts/bentley-semibold.woff") format("woff"),url("/wp-content/themes/bentley/fonts/bentley-semibold.ttf") format("truetype"),url("/wp-content/themes/bentley/fonts/bentley-semibold.svg#bentleysemibold") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'BentleyBold';src:url("/wp-content/themes/bentley/fonts/bentley-bold.eot");src:local("☺"),url("/wp-content/themes/bentley/fonts/bentley-bold.woff") format("woff"),url("/wp-content/themes/bentley/fonts/bentley-bold.ttf") format("truetype"),url("/wp-content/themes/bentley/fonts/bentley-bold.svg#bentleybold") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'BentleyRegularItalic';src:url("/wp-content/themes/bentley/fonts/bentley-regular_italic.eot");src:local("☺"),url("/wp-content/themes/bentley/fonts/bentley-regular_italic.woff") format("woff"),url("/wp-content/themes/bentley/fonts/bentley-regular_italic.ttf") format("truetype"),url("/wp-content/themes/bentley/fonts/bentley-regular_italic.svg#bentleyitalic") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'GalsWebBold';src:url("/wp-content/themes/bentley/fonts/Gals_Bold.eot");src:url("/wp-content/themes/bentley/fonts/Gals_Bold.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/bentley/fonts/Gals_Bold.woff2") format("woff2"),url("/wp-content/themes/bentley/fonts/Gals_Bold.woff") format("woff"),url("/wp-content/themes/bentley/fonts/Gals_Bold.ttf") format("truetype"),url("/wp-content/themes/bentley/fonts/Gals_Bold.svg#GalsWeb-Bold") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'GalsWebBoldItalic';src:url("/wp-content/themes/bentley/fonts/Gals_Bold_Italic.eot");src:url("/wp-content/themes/bentley/fonts/Gals_Bold_Italic.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/bentley/fonts/Gals_Bold_Italic.woff2") format("woff2"),url("/wp-content/themes/bentley/fonts/Gals_Bold_Italic.woff") format("woff"),url("/wp-content/themes/bentley/fonts/Gals_Bold_Italic.ttf") format("truetype"),url("/wp-content/themes/bentley/fonts/Gals_Bold_Italic.svg#GalsWeb-BoldItalic") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'GalsWebBook';src:url("/wp-content/themes/bentley/fonts/Gals_Book.eot");src:url("/wp-content/themes/bentley/fonts/Gals_Book.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/bentley/fonts/Gals_Book.woff2") format("woff2"),url("/wp-content/themes/bentley/fonts/Gals_Book.woff") format("woff"),url("/wp-content/themes/bentley/fonts/Gals_Book.ttf") format("truetype"),url("/wp-content/themes/bentley/fonts/Gals_Book.svg#GalsWeb-Regular") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'GalsWebBookItalic';src:url("/wp-content/themes/bentley/fonts/Gals_Book_Italic.eot");src:url("/wp-content/themes/bentley/fonts/Gals_Book_Italic.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/bentley/fonts/Gals_Book_Italic.woff2") format("woff2"),url("/wp-content/themes/bentley/fonts/Gals_Book_Italic.woff") format("woff"),url("/wp-content/themes/bentley/fonts/Gals_Book_Italic.ttf") format("truetype"),url("/wp-content/themes/bentley/fonts/Gals_Book_Italic.svg#GalsWeb-Italic") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'GalsWebLight';src:url("/wp-content/themes/bentley/fonts/Gals_Light.eot");src:url("/wp-content/themes/bentley/fonts/Gals_Light.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/bentley/fonts/Gals_Light.woff2") format("woff2"),url("/wp-content/themes/bentley/fonts/Gals_Light.woff") format("woff"),url("/wp-content/themes/bentley/fonts/Gals_Light.ttf") format("truetype"),url("/wp-content/themes/bentley/fonts/Gals_Light.svg#GalsLightWeb-Regular") format("svg");font-weight:normal;font-style:normal}
@font-face {
    font-family: 'icomoon';
    src: url(/wp-content/themes/bentley/fonts/icomoon.eot?rcvtuv);
    src: url(/wp-content/themes/bentley/fonts/icomoon.eot?rcvtuv#iefix) format('embedded-opentype'),url(/wp-content/themes/bentley/fonts/icomoon.woff2?rcvtuv) format('woff2'),url(/wp-content/themes/bentley/fonts/icomoon.ttf?rcvtuv) format('truetype'),url(/wp-content/themes/bentley/fonts/icomoon.woff?rcvtuv) format('woff'),url(/wp-content/themes/bentley/fonts/icomoon.svg?rcvtuv#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face{
	font-family: 'FbFahrenheit-Regular';
	src: url("/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.eot");
	src: local("☺"),
		url("/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.woff") format("woff"),
		url("/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.ttf") format("truetype"),
		url("/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.svg#bentleyregular") format("svg");
	font-weight: normal;
	font-style: normal
}


[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/*
@font-face {
	font-family: FbFahrenheit-Regular;
	font-style: normal;
	font-weight: normal;
	src: url('/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.eot');
	src: url('/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.woff2') format('woff2'),
		url('/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.woff') format('woff'),
		url('/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.ttf') format('truetype'),
		url('/wp-content/themes/bentley/fonts/FbFahrenheit-Regular.otf') format('truetype2');
}

*/


.icon-arrow-left:before {
    content: "\e900"
}

.icon-arrow-up:before {
    content: "\e901"
}

.icon-arrow-right:before {
    content: "\e902"
}

.icon-arrow-down:before {
    content: "\e903"
}

.icon-arrow-2-left:before {
    content: "\e904"
}

.icon-arrow-2-up:before {
    content: "\e905"
}

.icon-arrow-2-right:before {
    content: "\e906"
}

.icon-arrow-2-down:before {
    content: "\e907"
}

.icon-arrow-bold-left:before {
    content: "\e908"
}

.icon-arrow-bold-up:before {
    content: "\e909"
}

.icon-arrow-bold-right:before {
    content: "\e90a"
}

.icon-arrow-bold-down:before {
    content: "\e90b"
}

.icon-close-x:before {
    content: "\e90c"
}

.icon-plus:before {
    content: "\e90d"
}

.icon-minus:before {
    content: "\e90e"
}

.icon-triangle-left:before {
    content: "\e90f"
}

.icon-triangle-up:before {
    content: "\e910"
}

.icon-triangle-right:before {
    content: "\e911"
}

.icon-triangle-down:before {
    content: "\e912"
}

.icon-burger:before {
    content: "\e913"
}

.icon-map-pin:before {
    content: "\e914"
}

.body, div {
	font-family: 'BentleyLight',arial,helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'BentleyLight',arial,helvetica,sans-serif;	
}
p, li, a {
	font-family: 'BentleyLight',arial,helvetica,sans-serif;	
}
.InnerContent {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
.site-branding {
	height: 101px;
	background-color: #fff;
}
.FooterStrip {
	background-color: #000;
	padding: 80px 0 30px;
	position: relative;
	z-index: 3;
}
.FooterStrip:after {
	background-image: url(../bentley/images/FooterBG.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto;
	content: "";
	display: block;
	position: absolute;
	z-index: 1;   
	width: 100%;
	height: 100%;
	opacity: 0.2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
} 
.FooterLink,
.FooterLink:visited,
.FooterLink:hover {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	padding: 10px;
}
.FooterLink.Icon:before,
.FooterMenu.Icon:before {
	background: url(https://www.bentleymotors.com/etc/clientlibs/bentley/bentley.motors.apps/resources/img/external_link_w.svg);
	display: inline-block;
	content: "";
	background-size: cover;
	width: 1em;
	height: 1em;
	margin-right: .2em;
	position: relative;
	top: -.1em;
	vertical-align: middle;
}
.FooterCopy {
	margin-top: 35px;
}
.FooterCopy p {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 14px;
}
.FooterMenu,
.FooterMenu:visited {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 0;
	text-decoration: underline;
	display: inline-block;
}
.FooterMenu:hover {
	text-decoration: none;
	color: #ccc;
}
.FooterMenu.Cookies:hover,
.FooterMenu.Cookies {
	color: #7f988f;
}
.FooterLinksStrip ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: justify;
	width: 100%;
}
.FooterLinksStrip ul:after {
	content: "";
	width: 100%;
	display: inline-block;
}
.FooterLinksStrip li a {
	display: inline-block;
}
.FooterLinksStrip li {
    display: inline;
    padding: 10px 0;
	text-align: justify;
}
.FooterLinksStrip li:last-child {
	display: inline-block;
}
.BannerTextBox {
	padding: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	max-width: 80%;
	text-align: left;
	line-height: normal;
	font-size: 18px;
	color: #333;
	background-color: rgba(255, 255, 255, 0.7);
}
.BannerTextBoxTop {
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 0;
	bottom: 50px;
	width: auto;
	max-width: 75%;
	padding: 20px;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	color: #333;
	text-transform: uppercase;
}
.BannerBox:hover .BannerTextBoxTop,
.BannerFourBox:hover .BannerTextBox {
	background-color: rgba(255, 255, 255, 1);
}
.ContactStrip {
	background-color: #fff;
	padding: 35px 0;
}
.ContactStrip.Bottom {
	background-color: #535353;
}
.FooterIcon {
	margin: 0 30px;
}
/*.site-branding-after {
	background: url(../bentley/images//header_bg_texture.png) 0 0 repeat-x transparent;
	display: block;
	width: 100%;
	height: 101px;
	position: absolute;
	left: 100%;
	top: 0;
}*/
.modal-dialog {
	margin: 0;
}
#masthead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 999999;
	height: 101px;
	margin: 0 auto;
	border-bottom: 1px solid #94c11d;
}
.site-branding {
	height: 101px;
	width: 100%;
	margin: 0 auto;
/*
	background-color: transparent;
	background: url("../bentley/images/header_bg_large.png") -35px 0 no-repeat #fff;
	position: absolute;
	right: 0;
	left: 0;
*/
	/*background-position-x: 145px;*/
/*	background-position: right;*/
	max-width: 1366px;
	border-bottom: 1px solid #94c11d;
}

/*
.BeforeSiteBranding,
.AfterSiteBranding {
	position: absolute;
	top: 0;
	height: 101px;
	border-bottom: 1px solid #94c11d;
}
.BeforeSiteBranding {
	right: 100%;
	background-color: #fff;
	width: 270px;
}
.AfterSiteBranding {
	left: 100%;
	background: url("../bentley/images/header_bg_texture.png") -35px 0 repeat #fff;
	max-width: 268px;
	width: 100%;
}
*/
img.BentleyLogo {
	height: auto;
	width: 176px;
	display: inline-block;
}
.seroundMe {
	border: 1px solid #5b5b5b;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	margin-top: 0;
	line-height: 1;
}
.HeaderRightLinks,
.HeaderRightLinks:visited {
    font-family: 'BentleyLight',arial,helvetica,sans-serif;
    text-transform: uppercase;
    color: #5b5b5b;
    font-size: 17px;
	float: right;
	margin-top: 24px;
}
.seroundMe .HeaderRightLinks,
.seroundMe .HeaderRightLinks:visited {
	margin: 0;
}
.rightMenu {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	margin: 0;
}
.rightMenu .nav-item {
	display: flex;
	align-items: center;
}
.rightMenu a.MenuTelLink {
	margin: 0;
}
.rightMenu .HeaderRightLinks,
.rightMenu .HeaderRightLinks:visited {
	margin: 0;
}
/*
.HeaderRightLinks:hover {
	text-decoration: none;
}
*/
.RightLink {
	margin-left: 20px;
}
img.OSCLogo {
	width: 100%;
	max-width: 250px;
}
.ModelsBtn {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	background-color: transparent;
	border-width: 0;
}
.ModelsBtn:focus {
	background-color: transparent;
	border-width: 0;
	outline: none;
}
/* custom styles 111 */
/* .ubermenu .ubermenu-item .ubermenu-submenu-drop {
	z-index: 10 !important;
} */
/* end of custom styles */
#myDIVSecond,
#myDIV {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: rgba(42,42,42,0.5);
}

/* menu styles */
.vertical-nav,
.menu {
	height: auto;
	list-style: none;
	width: 100%;
	/*max-width: 500px;
    min-width: 500px;*/
	margin: 0;
	padding: 0;
	position: fixed;
	top: 101px;
}
.vertical-nav li,
.menu li {
	height: 50px;
	margin: 0;
	background-color: #fff;
	border: none;
	text-align: left;
	display: inline-block;
	float: left;
	clear: both;
	width: 100%;
	max-width: 500px;
	text-transform: uppercase;
}
.vertical-nav li ul.sub-menu li:hover {
	background-color: transparent;
}
.vertical-nav li:hover,
.menu li:hover,
.menu li ul.sub-menu li:hover {
	text-decoration: underline;
	background-color: #788f87;
	cursor: pointer;
}
.vertical-nav li:hover a,
.menu li:hover a,
.menu li ul.sub-menu li:hover a {
	color: #fff;
}
.vertical-nav li:hover ul li a,
.menu li:hover ul li a {
	color: #333;
}
.vertical-nav li a,
.menu li a {
	font-size: 16px;
	line-height: 50px;
	color: #333;
	text-decoration: none;
	padding-left: 180px;
	text-transform: uppercase;
	font-family: 'BentleyLight',arial,helvetica,sans-serif;
}
.vertical-nav li.current,
.menu li.current {
	background-color: #F36F25;
}
.vertical-nav li.current a,
.menu li.current a {
	color: #FFFFFF;
}
.vertical-nav ul li ul,
.menu ul li ul {
	display: none;
	list-style-type: none;
	width: 125px;
	padding: 0px;
	margin-top: 3px;
	margin-left: -5px;
}
.vertical-nav ul li:hover ul,
.menu ul li:hover ul {
	display:block;
}
.vertical-nav ul li:hover ul li,
.menu ul li:hover ul li {
	background-color: #555555;
	width: 125px;
	height: 30px;
	display: inline-block;
}
.vertical-nav ul li ul li:hover,
.menu ul li ul li:hover {
	background-color: #333333;
}
.vertical-nav ul li ul li a,
.menu ul li ul li a {
	color: #333;
	text-decoration: underline;
}
.vertical-nav ul li ul li a:hover,
.menu ul li ul li a:hover {
	text-decoration: none;
}
.vertical-nav li ul,
.menu li ul {
	display: none;
	margin-top: 10px;
	padding: 0;
}
.vertical-nav li:hover ul,
.menu li:hover ul {
	display: block;
}
.vertical-nav li:hover .sub-menu,
.menu li:hover .sub-menu {
	position: absolute;
	width: calc(100% - 500px);
	left: 500px;
	margin-left: 0;
	top: 0;
	margin-top: 0;
	/*height: 100%;*/
	background-color: #fff;
}
.sub-menu li {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 180px;
	white-space: nowrap;
	z-index: 1;
}
.sub-menu li a {
	display: inline-block;
	padding: 0 10px;
}

.NoBtn {
	background-color: transparent;
	border-width: 0;
	color: #5b5b5b;
    font-size: 17px;
	font-family: 'BentleyLight',arial,helvetica,sans-serif;
	cursor: pointer;
	margin-top: 18px;
}
#models-menuNo,
#worldOfBntlyBtn {
	margin-top: 0;
}
.NoBtn:hover {
	text-decoration: underline;
}
.NoBtn.First {
	margin-left: 0;
}
.MenuCarsImage {
	height: 81px;
}
.NoBtn:focus {
	border-color: transparent;
	outline: none;
}
.vertical-nav li a.FirsfLink,
.menuli a.FirsfLink {
	font-size: 18px;
}
a:not([href]):not([tabindex]) {
	color: #333;
}
.vertical-nav li ul.sub-menu li,
.menuli ul.sub-menu li {
	height: 81px;
	width: 100%;
	max-width: 100%;
}
.NumberZihom {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-right: 15px;
}
.fiveten {
	background-color: #A5212A;
	color: #fff;
}
.fourten {
	background-color: #CB2325;
	color: #fff;
}
.threeten {
	background-color: #D52E23;
	color: #fff;
}
.twoten {
	background-color: #D52E23;
	color: #fff;
}
.eleven {
	background-color: #EB401F;
	color: #fff;
}
.ten {
	background-color: #EF7117;
	color: #fff;
}
.nine {
	background-color: #F5A10E;
	color: #fff;
}
.eight {
	background-color: #EFDD0A;
	color: #fff;
}
.seven {
	background-color: #B4DC1F;
	color: #fff;
}
.six {
	background-color: #48BB39;
	color: #fff;
}
.five {
	background-color: #35AF42;
	color: #fff;
}
.four {
	background-color: #2F963E;
	color: #fff;
}
.three {
	background-color: #2C8943;
	color: #fff;
}
.two {
	background-color: #256241;
	color: #fff;
}
.one {
	background-color: #2C4E37;
	color: #fff;
}
.CarSafetyBox .eight {
	background-color: #104BFF;
	color: #fff;
}
.CarSafetyBox .seven {
	background-color: #0275F9;
	color: #fff;
}
.CarSafetyBox .six {
	background-color: #0270C3;
	color: #fff;
}
.CarSafetyBox .five {
	background-color: #298CCA;
	color: #fff;
}
.CarSafetyBox .four {
	background-color: #33869C;
	color: #fff;
}
.CarSafetyBox .three {
	background-color: #059874;
	color: #fff;
}
.CarSafetyBox .two {
	background-color: #FFBF03;
	color: #fff;
}
.CarSafetyBox .one {
	background-color: #E56C0A;
	color: #fff;
}
.CarSafetyBox .zero {
	background-color: #BF0001;
	color: #fff;
}
.NumberSafty {
	line-height: 34px;
	width: 34px;
	height: 34px;
}
.vertical-nav li:hover ul li a.MenuCarLink {
	padding: 8px 0;
}
.OnlyMobile {
	display: none;
}
.ContactTitle h1 {
	font-size: 40px;
	padding: 20px 30px 8px 30px;
	margin: 20px auto 0;
}
.ContactTitle p {
	color: #333;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}
.ContactFormSection {
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px;
}
.ContactLine {
	clear: both;
	display: inline-block;
	content: " ";
	margin-left: 10px;
	margin-bottom: 8px;
	width: calc(100% - 20px);
	border-bottom: 1px solid #f1f1f1;
}
.form-control {
	background: #eee;
	border-color: #ccc;
	color: #181818;
	height: 25px;
	font-size: 12px;
	padding: 5px 25px 5px 10px;
	font-family: Arial,sans-serif;
	text-align: left;
	text-shadow: 0 0 0 #333;
}
input[type=checkbox].form-control {
	margin-right: 0;
	height: 18px;
	width: 18px;
	margin-left: 10px;
}
.HebrewSection p {
	text-align: right;
	direction: rtl;
}
.HebrewSection .wpcf7-list-item-label {
	line-height: 1.3;
}
span.wpcf7-list-item-label {
	float: left;
	line-height: 25px;
}
span.wpcf7-list-item {
	margin: 0;
}
h3.ContactTitleIn {
	font-size: 15px;
	margin-bottom: 15px;
}
.form-label,
.ContactFormSection p {
	font-size: 12px;
	font-family: Arial,sans-serif;
	margin-bottom: 7px;
}
input[type="submit"] {
	height: 50px;
	color: transparent;
	font-size: 0;
    margin: 0 auto;
    max-width: 234px;
    width: 100%;
    display: block;
	background-image: url(../bentley/images/button.PNG);
}
input[type="submit"]:hover {
	cursor: pointer;
}
.FooterTitleBlack {
	font-size: 16px;
	margin-bottom: 15px;
}
.FooterContentBlack {
	font-size: 13px;
	font-family: Arial,sans-serif;
	margin-bottom: 15px;
	line-height: 1.2;
}
.single-preowned #content,
.page-template-preOwned #content,
.page-template-thankyou #content,
.page-template-default #content,
.page-template-contact-us #content {
	margin-top: 101px;
}
.page-template-default .ContactTitle h1 {
	padding-top: 8px;
}
i.DownArrow {
	vertical-align: middle;
	width: 12px;
	height: 6px;
	background-position: left top;
	background-image: url(../bentley/images/DownArrow.png);
	background-repeat: no-repeat;
	background-color: transparent;
	float: right;
	position: relative;
	top: 6px;
	margin-left: 7px;
}
.CarSafetyBox p,
.CarPollutionBox p {
	margin: 0 10px 5px;
	line-height: 1;
	text-align: center;
	color: #333;
}
/************ Recall Form ************/
.FooterForm {
	direction: rtl;
}
p.psec, form {
	font-size:20px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'BentleyLight',arial,helvetica,sans-serif;
}

#recall-check {
	direction: rtl;
	text-align: center;
	color: #fff;
}
.text .button, .text .form-submit {
	display: inline-block;
	position: relative;
	padding: 10px 25px;
	background-color: #c00;
	font-size: 1em;
	color: #fff;
	margin: .5em 0;
	text-decoration: none;
	cursor: pointer;
}
.text .form-submit {
	display: block;
	width: 120px;
	background-color: #3e4146;
	border-radius: 4px;
	padding: 8px 25px;
	margin: 1em auto 0;
	font-family: 'BentleyLight',arial,helvetica,sans-serif;
}
p.success, p.error {
	font-weight: bold;
	text-align: center;
	color: red;
	margin-top: 15px;
}
h4 {
	font-size:24px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'BentleyLight',arial,helvetica,sans-serif;
}
.red {color:#c00}
#recall-check button {    
	display: block;
	width: 120px;
	background-color: #3e4146;
	border-radius: 4px;
	padding: 8px 25px;
	margin: 1em auto 0;
	font-size: 20px;
	font-family: 'BentleyLight',arial,helvetica,sans-serif;
	color:#fff;
	box-sizing: content-box;
}
#recall-check button:after {
	content: "\e908";
	font-size: .7em;
	line-height: 1em;
	color: #fff;
	margin-right: 5px;
	font-family: icomoon;
}
.FooterForm {
	padding-right: 30px;
	position: relative;
	z-index: 99;
}
#recall-check input {
	max-width: 140px;
	width: 100%;
}
.is-hidden {
	display: none;
}
.is-hidden.is-active {
	display: block;
}
/************ Recall Form End ************/
.cd-dropdown-content {
	width: 100% !important;
}
.cd-dropdown ul li {
	padding-left: 80px;
	background: #fff;
}
.cd-dropdown-content .cd-secondary-dropdown > li,
.cd-dropdown ul li ul li,
.cd-dropdown ul li ul li ul li {
	padding-left: 0;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px !important;
}
.FirstModal {
	background-color: #efefef !important;
}
.FirstModal a {
	font-size: 18px;
}
.cd-dropdown ul li:first-child {
	background-color: #efefef;
}
.cd-dropdown ul li:first-child > a {
	font-size: 18px !important;
	font-family: 'BentleyLight',arial,helvetica,sans-serif !important;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
	font-family: 'BentleyLight',arial,helvetica,sans-serif !important;
}
/*.cd-dropdown ul li:hover,
.cd-dropdown ul li:first-child:hover {
	background-color: #7f988f;
}*/

/*** Copy ***/
.white-bg {
	background-color: #fff;
}
/*** End Copy ***/

.cd-dropdown ul li:hover,
.cd-dropdown ul li:first-child:hover {
	background-color: #7f988f;
}
/*.cd-dropdown ul li:hover a,
.cd-dropdown ul li:first-child:hover a {
	color: #fff;
}*/
.cd-dropdown ul li:hover ul li a,
.cd-dropdown ul li ul li:hover ul li a,
.cd-dropdown ul li ul li ul li:hover ul li a {
	color: #333;
}
.cd-dropdown ul li ul li:hover a,
.cd-dropdown ul li ul li ul li:hover a,
.cd-dropdown ul li ul li ul li ul li:hover a {
	color: #fff;
}

/*** Copy ***/
#vertical-nav {
	width: 100%;
	display: none;
	position: relative;
	z-index: 10;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*** End Copy ***/

.cd-dropdown-content a, .cd-dropdown-content ul a {
	border-right-width: 0;
}

.FooterForm {
	width: 65%;
	margin: 0 auto;
}
.page-template-osc-contact #masthead,
.page-template-osc-contact #colophon,
.page-template-osc-home #masthead,
.page-template-osc-home #colophon,
.page-template-osc-about #masthead,
.page-template-osc-about #colophon {
	display: none;
}
.MenuLinkOSC a {
	line-height: 36px;
	color: #2F2E2E;
	font-size: 16px;
}
.MenuLinkOSC a:hover {
	text-decoration: none;
	color: #A0A09F;
}
.MenuLinkOSC.CurrentM a {
	color: #A0A09F;
}
.container.OSC {
	max-width: 986px;
}
.ORSTitle {
	margin-bottom: 15px;
	font-size: 25px;
	color: #605E5E;
}
.blockquote.OSC p,
.blockquote-footer.OSC {
	color: #605E5E;
	line-height: normal;
}
.OSCContactImage {
	margin-bottom: 22px;
}
.COntactBoxForm input[type="text"],
.COntactBoxForm input[type="email"] {
	background-color: rgba(255, 255, 255, 1);
	font: normal normal normal 15px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid rgba(160, 160, 159, 1);
	color: #605E5E;
	margin: 0 5px 5px 0;
	padding: 5px;
	width: 100%;
	height: 33px;
}
.COntactBoxForm textarea {
	height: 109px;
	background-color: rgba(255, 255, 255, 1);
	font: normal normal normal 15px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid rgba(160, 160, 159, 1);
	color: #605E5E;
	margin: 0 0 5px;
	padding: 5px;
	width: 100%;
}
.COntactBoxForm input[type="submit"] {
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	background-color: rgba(160, 160, 159, 1);
	font: normal normal normal 15px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
	padding: 5px;
	background-image: none;
	max-width: 47px;
	height: 31px;
	float: right;
}
.COntactBoxForm .form-group {
	margin: 0 5px 0 0;
}
.COntactBoxForm p {
	margin: 0;
}
a.MenuTelLink {
	color: #5b5b5b;
	margin-top: 25px;
	font-size 17px;
}
/*
a.MenuTelLink:hover {
	text-decoration: none;
}
*/
.New.Flying.Spur.CarPollutionBox,
.New.Flying.Spur.CarSafetyBox {
	display: none;
}
.FooterRightContent {
	position: relative;
	z-index: 99;
}
.carousel-inner {
}
.slick-dots {
/*
	right: auto;
	margin-left: 0;
	margin-right: auto;
	left: 3%;
*/
	left: 30px;
	max-width: 240px;
	bottom: 30px;
}
.slick-dots li button .slick-dot-icon:before {
	position: relative;
	top: 2px;
	left: 0;
	right: 0;
	bottom: 0;
}
.slick-dots li.slick-active button .slick-dot-icon:before {
	margin: 0;
	font-size: 12px;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
}
.slick-dots li button .slick-dot-icon {
	color: #fff;
	opacity: 0;
}
.slick-dots li.slick-active button .slick-dot-icon {
	color: #fff;
}
.carousel-caption {
	bottom: auto;
	top: 38%;
	left: 3%;
	right: auto;
	max-width: 405px;
	min-width: 202.5px;
}
.carousel-item {
	max-height: 890px;
	overflow: hidden;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(120,120,120,0) 22%);

}
.slideBoxWrappimg {
	margin-top: -50px;
}
.slideBoxWrapp h2 {
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 10px;
    padding: 8px 0 0;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
}
.slideBoxWrapp p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0 0;
    text-align: left;
}
.BtnSection {
	margin-top: 8px;
	display: block;
}
.slideBoxWrapp a {
    border: 2px solid #FFF;
    cursor: pointer;
    width: 100%;
    padding: 16px;
    margin: 12px 0 0;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #FFF;
    background-color: transparent;
	display: flex;
	justify-content: center;
}
.carousel-item:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33%);
}
.slideBoxWrapp a.GreenBtn {
	border: none;
    background-color: #335b4c;
}
.slideBoxWrapp a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}

.slideBoxWrapp a.GreenBtn:hover {
	background-color: #003220;
}
.slideBoxWrapp.BackgrounBlackSlide {
	padding: 16px;
	background-color: rgba(24,24,24,0.6);
}
#carouselExampleCaptions {
	/*max-height: 815px;*/
}
.slick-dots li {
	width: 10px;
	height: 10px;
	border: 2px solid #FFF;
	border-radius: 100%;
	background-color: transparent;
	margin-right: 11px;
	margin-left: 11px;
}
.slick-dots li.NoCircle {
	border: none;
	border-radius: 0;
	width: 14px;
	height: 14px;
	display: flex;
	flex-direction: column;
	position: relative;
	top: 4px;
}
.slick-dots li.NoCircle:hover {

}
#cropMainGallery .slick-arrow:before {
	display: none;
}
#cropMainGallery .slick-prev,
.slick-dots li.NoCircle.Next {
	border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
	transform: translateY(-50%) rotate(135deg);
	order: -1;
}
#cropMainGallery .slick-next,
.slick-dots li.NoCircle.Prev {
	border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
	transform: translateY(-50%) rotate(-45deg);
}
.cd-dropdown,
.cd-dropdown #menu-models {
	max-width: 500px;
	width: 100% !important;
}
input.FooterInput {
	padding: 0 10px;
}
.FooterCatalogLink {
	margin: 12px auto 0;
    display: grid;
}
.FooterCatalogLink a {
	text-align: center;
	color: #fff;
}
button:focus {
	outline: none;
}

.page-template-newLpBentley #masthead,
.page-template-newLpBentley #colophon,
.page-template-LP-2021 #masthead,
.page-template-LP-2021 #colophon,
.page-template-LP #masthead,
.page-template-LP #colophon {
	display: none;
}
.NewMullinerLPSection {
	background-color: #1F232E;
    background-image: url(/wp-content/uploads/2021/01/GT-Mulliner-scaled.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
/*	background-attachment: scroll;*/
	position: relative;
	height: 100vh;
}
.page-template-LP-2021 .NewMullinerLPSection {
    background-image: url(/wp-content/uploads/2021/05/A7R3536.jpg);
    background-position: bottom;
}
.page-template-newLpBentley .NewMullinerLPSection {
    background-image: url(/wp-content/uploads/2021/05/Imagery_Bentley-Collection-2020-Gifting_For-Her-Luxury-No-Flowers-04.jpg);
    background-position: center;
}
/*
.page-template-newLpBentley .HeaderLp {
	background-color: rgb(250,250,250,0.8);
}
*/
/*
.page-template-LP-2021 .LPContactForm h3 {
	font-size: 21px;
}
.page-template-LP-2021 .LPContactForm  {
	padding: 10px;
}
*/
.page-template-LP-2021 .HeaderLp  {
	background-color: rgba(250,250,250,0.7);
}
.page-template-LP-2021 .BannerText h1  {
	text-shadow: 1px 1px 5px #fff;
	color: #000;
	font-family: 'FbFahrenheit-Regular', arial,helvetica, sans-serif;
	font-weight: normal;
}
/*
.page-template-LP-2021 .ContainText  {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
}
.page-template-LP-2021 .BannerText  {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.page-template-LP-2021 .ContainText h1 {
	margin: 0;
}
*/
.page-template-newLpBentley .ContainText {
	left: auto;
	right: auto;
	top: -50px;
}
.page-template-newLpBentley.page-id-1274 .ContainText {
	top: 0;
}
.HeaderLp {
	padding: 8px 8px 8px 8px;
}
.HeaderLp img {
	width: 100%;
	max-width: 100px;
}
.page-id-1274 .HeaderLp img {
	width: 100%;
	max-width: 100px;
}
input[type="submit"].LPSubmit {
	background-image: none;
	color: #fff;
	background-color: #000;
	border-width: 0;
    font-size: 20px;
    font-weight: 500;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	height: 40px;
	width: 100%;
	max-width: 100%;
}
.page-template-newLpBentley .LPContactForm {
	margin-bottom: 5px;	
}
.page-template-newLpBentley .HeaderLp {
	max-width: 1355px;
	margin: 0 auto;
}
.page-template-newLpBentley.page-id-1186 .HeaderLp {
	max-width: 1355px;
	margin: 0 auto;
    align-items: flex-start;
}
.LPContactForm {
	background-color: rgba(255,255,255,0.9);
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 20px;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	direction: rtl;
}

.LPContactForm input {
	width: 100%;
	direction: rtl;
	height: 40px;
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #000;
}
.LPContactForm input:focus {
	border-width: 0;
}
.LPContactForm .form-control {
	padding: 0 10px;
	background: rgba(255,255,255,0);
	border-width: 0;
	text-align: right;
	height: auto;
	margin-bottom: 6px;
}
.LPContactForm h3 {
	text-align: right;
	direction: rtl;
	margin-bottom: 20px;
	line-height: 1;
	color: #000000;
	font-weight: 500;
}
.LPContactForm .wpcf7-acceptance input {
	width: 13px;
	height: 13px;
	float: right;
	margin-top: 2px;
	margin-left: 8px;
}
.AcceptenceTitle {
	float: right;
    font-size: 16px;
    font-weight: 400;
	line-height: 1;
	direction: rtl;
}
.BottomLeftLogo {
	position: absolute;
	left: 40px;
	bottom: 15px;
}
.BottomLeftLogo img {
	width: 100%;
	max-width: 130px;
	
}
.LPContactForm p {
	line-height: 0;
	font-size: 0;
}
.FooterInfo {
	max-width: 1200px;
	margin: auto;
	padding: 8px 0;
}
span.GreenInfo {
	background-color: #007F54;
	color: #fff;
	padding: 4px;
}
span.BlueInfo {
	background-color: #2A8BCB;
	color: #fff;
	padding: 4px 7px;
}
.FooterInfoText {
	color: #000;
	font-size: 16px;
}
.BannerText {
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
}
.BannerText h1 {
	font-size: 55px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 5px #000;
	line-height: 1.2;
}
.page-id-1274 .BannerText h1 {
	font-size: 44px;
}
.BannerText h1 span.SmallerText {
	font-size: 43px;
}
.BannerText {
	position: relative;
	height: 100%;
}
.ContainText {
	position: absolute;
	top: 0;
	left: 15px;
}
.HeaderLp img.Blogo {
	width: 150px !important;
	height: 89px !important;
}
.HeaderLp img.OSCLogo {
	width: 150px !important;
	height: 89px !important;
}

.page-id-977 .FooterStrip {
	display: none;
}
img.orchidLogoPc {
	height: 52px;
	margin-top: 26px;
	max-width: 115px;
	margin-right: 12px;
}
.page-id-1274 img.orchidLogoPc {
    margin-top: 15px;
    max-width: 100%;
    margin-right: 12px;
    height: 30px;
	width: auto;

}
.page-id-1186 img.orchidLogoPc {
	max-width: 268px;
	height: auto;
	min-height: auto;
	width: 100%;
	margin: 27px 0 0;
}
/****** PreOned ******/

.preOnedInfoRow {
	margin: 5px 0;
}
.preOwnedTitle {
	padding: 10px 0;
}
.preOnedCatNav {
	margin: 35px 0;
}
.hoverPointer:hover {
	cursor: pointer;
}
.preOnedCatNav a {
	text-transform: uppercase;
}
.preOnedCatNav a.active,
.preOnedCatNav a:hover {
	font-weight: bold;
}
.preOwnedGreenBtn {
	color: #fff;
    background: #7f988f;
	border: 1px solid #7f988f;
	text-align: center;
	padding: 15px 0;
	margin: 15px 0 0;
}
.preOwnedWhiteBtn {
	color: #7f988f;
	background: #fff;
	border: 1px solid #7f988f;
	text-align: center;
	padding: 15px 0;
	margin: 15px 0 0;
}
.preOwnedButtonsWrapp a:hover {
	text-decoration: none;
}
.preOwnedImageWrapp {
	padding: 15px;
}
#cropMainGallery .slick-prev {
	left: 25px;
	z-index: 9999;
}
#cropMainGallery .slick-next {
	right: 25px;
	z-index: 9999;
}
.preOwnedSpecs.nav-pills .nav-link {
	font-size: 18px;
	color: #404040;
}
.preOwnedSpecs.nav-pills .nav-link.active,
.preOwnedSpecs.nav-pills .show>.nav-link {
	color: #404040;
	background-color: transparent;
	font-weight: bold;
}
.preOwnedSpecs {
	margin: 0 0 15px;
	padding: 0;
	justify-content: center;
}
.preOwnedSpecWrapp ul {
	margin: 0;
	list-style: none;
}
.preOwnedSpecWrapp h3 {
	margin: 15px 0 0;
}
.preOwnedSpecrowWrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	
}
.preOwnedTableRow:nth-child(odd) {
	background: #efefef;
}
.preOnedInfoRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.preOnedBoxWrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.topBannerWrapperPreowned {
	position: relative;
	margin-bottom: 50px;
}
.preOwnedBannerTitle {
	position: absolute;
	left: 0;
	top: 30%;
	padding: 15px;
	width: 100%;
	max-width: 450px;
	background-color: rgba(255,255,255,0.9);
}
.preOwnedBannerTitle h2 {
	text-transform: uppercase;
}
.contactDealerBtnWrapp .preOwnedGreenBtn {
	width: 200px;
	margin: 25px auto;
}
.preOwnedContactInfoWrapper {
	width: 100%;
	max-width: 360px;
	margin-bottom: 35px;
}
.locationText p {
	text-align: center;
	color: #7f988f;
	font-weight: 500;
	font-size: 18px;
}
.flexRowWrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}
.flexRowWrapper,
.flexRowWrapper a {
	color: #7f988f;
	font-weight: 500;
	font-size: 18px;
}
.preOwnedTopTextWrapper {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 35px;
	border-bottom: solid 1px #94c11d;
	padding: 40px 15px;
}
.preOwnedTopTextWrapper h2 {
	font-size: 40px;
	text-align: center;
}
.preOwnedTopTextWrapper p {
	font-size: 15px;
	text-align: center;
}
.slideBoxWrapp img {
	margin-top: 0;
}
span.wpcf7-not-valid-tip {
	color: #842029;
}
#carouselButtons {
	position: absolute;
	top: 105px;
	z-index: 99;
}
#carouselButtons .btn {
	padding: 1px 6px;
}
#carouselButtons i {
	font-size: 30px;
	line-height: 1;
}
.NoCircle.Prev:focus-visible,
.NoCircle.Next:focus-visible {
	outline: 2px solid #fff;
}
.MenuTelLink:focus-visible,
.menu-buttons button:focus-visible {
	outline: 2px solid #000;
}
.modula-item-content a:focus-visible {
  outline: none;
  border: 2px solid #000;
}
.modula-fancybox-inner button:focus-visible {
	border: 2px solid #fff;
	outline: none;
}
html body .modula-fancybox-container .modula-fancybox-button:focus {
	outline: 2px solid #fff;
}
.slick-autoplay-toggle-button {
	top: 5px;
	bottom: auto;
	background: #fff;
	opacity: 1;
}
.slideBoxWrapp {
/*	display: flex !important;*/
}
.slick-slider.slick-dotted {
	margin-bottom: 0;
}
.slick-next .slick-next-icon:before,
.slick-prev .slick-prev-icon:before {
	display: none;
}
/*
.slick-slide.slick-active:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33%);
}
*/
.slick-slide {
	position: relative;
}
.slick-next {
	right: 30px;
}
.slick-prev {
	left: 30px;
}
.slick-arrow {
	z-index: 9999;
}
/*.page-template-lpPdfPage #masthead,*/
.page-template-lpPdfPage #colophon {
	display: none;
}
.page-template-lpPdfPage #content {
	height: 100vh;
}
.page-template-lpPdfPage iframe {
	height: 100%;
}
.page-template-lpPdfPage .whatsAppBtn {
	position: fixed;
	left: 0;
	top: 200px;
	width: max-content;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #25D366;
	border-radius: 0 10px 10px 0;
	color: #fff;
	flex-direction: column;
}
.page-template-lpPdfPage .whatsAppBtn i {
	color: #fff;
	font-size: 25px;
	margin: 0 5px;
}
.bentleyLimkBottom {
	display: none;
}
.page-id-1274 .bentleyLimkBottom {
	display: block;
}
.bentleyLimkBottom h4 a {
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
}
.bentleyLimkBottom h4 a,
.bentleyLimkBottom h4 a:hover {
	color: #000;
	text-decoration: none;
}
@media (min-width: 1600px) {
	.external-link {
		width: 50%;
	}
}
@media (max-width: 1559px) {
	.external-link {
		width: 75%;
	}
}	
@media (max-width: 1440px) {
	#recall-check input {
		max-width: 120px;
	}
	.FooterForm {
		width: 80%;
	}
	p.psec, form {
		font-size: 18px;
	}
	.FooterStrip:after {
		background-size: 50%;
	}
	.FooterStrip {
		padding: 30px 0;
	}
}
@media (max-width: 1365px) {
	.TextCarBox {
		width: 189px;
		white-space: pre-line;
		line-height: 1.2;
	}
	.FooterStrip {
		padding: 30px 30px;
	}
		.cd-dropdown ul li {
		padding-left: 15px;
	}

}
@media (max-width: 1275px) {
	.external-link {
		width: 100%;
	}
	.FooterForm {
		width: 100%;
		padding-right: 0;
	}
}	

@media (min-width: 1199px){
	.FooterRightContent {
		padding-right: 150px;
	}
}
@media (max-width: 1200px) {
	.NumberZihom {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		color: #000;
		margin-right: 8px;
	}
}
@media (max-width: 1100px) {
	.TextCarBox {
		width: 140px;
		white-space: pre-line;
		line-height: 1.2;
	}
	.FooterForm {
		width: 100%;
	}

}
@media (max-width: 1050px) {
	.NewMullinerLPSection {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.carousel-caption {
/*		position: relative;*/
		max-width: 800px;
		margin: 0 auto 30px;
		left: 0;
		right: 0;
	}
	.slick-dots {
		right: 0;
		left: 0;
		margin: auto;
		bottom: auto;
		top: 64%;
	}

	.NoBtn,
	.HeaderRightLinks {
		display: none;
	}
	.OnlyMobile {
		display: flex;
		padding: 0;
		/* border-left: 1px solid #b5b4b8; */
		/* right: 0; */
		/* top: -22px; */
		/* position: fixed; */
		z-index: 999;
		justify-content: center;
		align-items: center;
		margin: 0;
		height: 100%;
	}
	img.HamBurgerMenu {
		height: 84px;
	}
	.vertical-nav li a.FirsfLink, .menuli a.FirsfLink {
		font-size: 16px;
	}
	.vertical-nav, .menu {
		top: 86px;
	}
	.site-branding {
/*		height: 86px;*/
		width: 100%;
		margin: 0 auto;
/*		background: url("../bentley/images/header_knurling_texture_small.png") repeat transparent;*/
		border-bottom: 1px solid #94c11d;
	}
	#myDIVMobile {
		position: relative;
		z-index: 9999;
	}
	.vertical-nav li a {
		padding-left: 15px;
	}
	li.DarkerBG {
		background-color: #e6e6e6;
	}
	.LPContactForm h3 {
		font-size: 18px;
	}
	.LPContactForm input {
		height: 30px;
		font-size: 14px;
	}
	.AcceptenceTitle {
		font-size: 12px;
	}
}

.sliderTextBox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
/*
	top: 38%;
	left: 3%;
*/
	width: 100%;
	max-width: 290px;
/*	max-width: 405px;*/
}

.slideBoxWrapp {
	position: relative;
	background: #000;
}
.slideBoxWrapp img {
	opacity: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.textWrpper h2,
.textWrpper p {
	color: #fff;
}
.newBentleySlider {
	position: relative;
	height: 480px;
	min-height: 480px;
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
}
.slideBoxWrapp {
/*	position: absolute;*/
	opacity: 0;
/*
	top: 0;
	bottom: 0;
*/
	flex: 0;
	visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.slideBoxWrapp:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 45%);
}

.slideBoxWrapp.active {
	opacity: 1;
	visibility: visible;
	flex: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.whiteText {
	color: transparent;
	padding: 0;
	background: transparent;
	margin: auto;
	display: block;
	border: none;
	width: 20px;
	height: 20px;
}
.prev {
	z-index: 99;
	border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: translateY(-50%) rotate(135deg);
	margin-right: 20px;
}
.next {
	z-index: 99;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: translateY(-50%) rotate(-45deg);
	margin-left: 20px;
}

.whiteText:hover {
	cursor: pointer;
}
.textWrpper:focus,
.whiteText:focus {
	border: 1px dotted #fff;
}
.sliderNav {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0;
}
.sliderDot {
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sliderDot.active {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background: #fff;
	width: 15px;
	height: 15px;
}
.sliderDot:hover {
	background: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.slideBoxWrapp p,
.slideBoxWrapp h2 {
	color: #fff;
	text-shadow: 0 1px black;
}
.slideBoxWrapp a {
	border: 2px solid #fff;
	color: #fff;
	width: 100%;
	display: block;
	float: none;
	margin-right: 0;
	background: rgba(250,250,250,.3);
	text-shadow: 0 1px black;
}
.slideBoxWrapp img {
/*		margin-top: 86px;*/
/*	object-fit: cover;*/
/*	object-position: center;*/
/*
	object-position: right;
	height: 100%;
*/
}
/*
.slideBoxWrapp a {
	border: 2px solid #424242;
	color: #424242;
	width: auto;
	display: block;
	float: left;
	margin-right: 15px;
}
*/
.slideBoxWrapp a.GreenBtn {
	color: #fff;
}
.BtnSection {
	display: flex;
	width: 100%;
/*	height: 100%;*/
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.textWrpper h2:focus {
	border: 1px dotted #fff;
}
.normalPage {
	direction: rtl;
	text-align: right;
}
.normalPage ul {
	margin-right: 20px;
}
.home img.OSCLogo {
	max-width: 500px;
}
img.BentleyLogo.orchidLogo {
	width: auto;
	height: 30px;
}
.page-id-1449 #HamBurgerMenu,
.page-id-1449 .ContactStrip.Bottom,
.page-id-1449 .FooterStrip,
.page-id-1449 .nav,
.page-id-1449 #worldOfBntlyBtn,
.page-id-1449 #models-menuNo,
.page-id-1450 #HamBurgerMenu,
.page-id-1450 .ContactStrip.Bottom,
.page-id-1450 .FooterStrip,
.page-id-1450 .nav,
.page-id-1450 #worldOfBntlyBtn,
.page-id-1450 #models-menuNo,
.page-id-1347 #HamBurgerMenu,
.page-id-1347 .ContactStrip.Bottom,
.page-id-1347 .FooterStrip,
.page-id-1347 .nav,
.page-id-1347 #worldOfBntlyBtn,
.page-id-1347 #models-menuNo,
.page-id-1402 #HamBurgerMenu,
.page-id-1402 .ContactStrip.Bottom,
.page-id-1402 .FooterStrip,
.page-id-1402 .nav,
.page-id-1402 #worldOfBntlyBtn,
.page-id-1402 #models-menuNo {
	display: none;
}
#cookie-notice .cookie-notice-container {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
@media(max-width: 1600px) {
	.BeforeSiteBranding,
	.AfterSiteBranding {
		display: none;
	}
	#masthead {
		max-width: 100%;
	}
}
@media(min-width: 678px){
	.sliderTextBox {
		right: auto;
		margin: auto;
/*		top: 38%;*/
/*		top: 10%;*/
		left: 3%;
		width: 100%;
		max-width: 405px;
	}
}
@media(min-width: 840px){
	.slideBoxWrapp {
		left: 0;
		right: 0;
	}
	.slideBoxWrapp.active.firstSlide {
		bottom: -7px;
	}
	.newBentleySlider {
		height: 100vh;
		min-height: 600px;
	}
	.sliderTextBox {
/*		top: 25%;*/
		align-items: flex-start;
	}
	.sliderNav {
		bottom: 50px;
		left: 50px;
		right: auto;
	}
	.slideBoxWrapp h2 {
		font-size: 24px;
	}
}
/*
@media(min-width: 1200px){
	.newBentleySlider {
		min-height: 800px;
	}
}
*/
@media(min-width: 1367px){
/*
	.newBentleySlider {
		min-height: 800px;
	}
*/
	.AfterSiteBranding {
		left: 100%;
		background: url("../bentley/images/header_bg_texture.png") -35px 0 repeat #fff;
	}
	
}
@media(max-width: 1300px){
	.sliderTextBox {
		position: relative;
		max-width: 100%;
		width: 100%;
		padding: 25px 50px;
		right: 0;
		left: 0;
	}
	.newBentleySlider {
		flex-direction: column;
/*		min-height: 550px;*/
	}
	.sliderNav {
		position: absolute;
		bottom: auto;
		right: 0;
		left: 0;
		top: -40px;
		width: max-content;
		margin: auto;
	}
	.slideBoxWrapp:before {
		display: none;
	}
	.BtnSection {
		display: table;
		margin: 0 auto;
		width: auto;
		-ms-flex-item-align: center;
		align-self: center;
		table-layout: fixed;
		white-space: nowrap;
		border-spacing: 12px;
		border-collapse: separate;
	}
	.slideBoxWrapp {
		display: none;
	}
	.slideBoxWrapp.active {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.textWrpper h2, .textWrpper p {
		text-align: center;
		color: #333;
		text-shadow: none;
	}
	.slideBoxWrapp {
		background: #fff;
	}
/*
	.sliderDot.active {
		background: #333;
	}
*/
/*
	.sliderDot {
		border: 1px solid #333;
	}
	.prev,
	.next {
		border-right-color: #333;
		border-bottom-color: #333;
	}
*/
	.slideBoxWrapp a {
		text-shadow: none;
		border-color: #333;
		color: #333;
		display: table-cell;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		width: 50%;
	}
	.slideBoxWrapp a.GreenBtn {
		text-shadow: none;
		border: 2px solid #335b4c;
		display: table-cell;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		width: 50%;
		color: #fff;
	}
	.slideBoxWrapp a.GreenBtn.lonlyBtn {
		width: 100%;
	}
	.smallScreenWrapper {
		position: relative;
		width: 100%;
	}
		
}
@media (max-width: 950px) {
	.LPContactForm {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.FooterStrip:after {
		background-size: cover;
		width: 50%;
		left: auto;
	}
	.FooterStrip {
		padding: 30px;
	}
	.FooterStrip:after {
		background-size: auto;
	}
	.NewMullinerLPSection {
		background-image: url(http://www.bentleytelaviv.com/wp-content/uploads/2021/01/GT-Mulliner-1.jpg);
		background-position: center -54px;
		background-size: 120%;
	}
	.BannerText {
		width: auto;
	}
	.BannerText h1 {
		font-size: 45px;
		text-align: left;
		color: #fff;
		font-weight: bold;
		text-shadow: 1px 0 12px #000;
		margin: 0;
	}	
	.LPContactForm {
		background-color: #fff;
	}
	.HeaderLp img.Blogo {
		width: 115px !important;
		height: 68px !important;
	}
	.page-template-newLpBentley .HeaderLp img.Blogo {
		width: 65px !important;
		height: auto !important;
	}
	.HeaderLp img.OSCLogo {
		width: 115px !important;
		height: 68px !important;
		padding: 14px;
	}
	.page-template-newLpBentley .BottomLogoBanner img.OSCLogo {
		width: 55px !important;
		height: auto !important;
		
	}
	.page-template-newLpBentley.page-id-1274 .BottomLogoBanner img.OSCLogo {
		width: 85px !important;
		height: auto !important;
		padding-bottom: 10px !important;
	}
	.page-template-newLpBentley.page-id-1186 .BottomLogoBanner img.OSCLogo {
		width: 100% !important;
		height: auto !important;
		max-width: 115px;
		margin-bottom: 10px;
	}
	.page-template-newLpBentley.page-id-1186 .HeaderLp img.Blogo {
		width: 85px !important;
/*		margin-bottom: -44px;*/
	}
/*
	.page-template-newLpBentley.page-id-1186 .HeaderLp {
		margin: 20px auto -20px;
	}
*/
	.page-template-newLpBentley .BottomLogoBanner {
		bottom: 5px;
	}
	.page-template-newLpBentley .form-control.SubmitForm {
		margin-top: 20px;
	}
	.BannerText {
		position: relative;
	}
	.MobileTextTop {
		position: absolute;
		top: 15px;
		left: 8px;
		right: 8px;
	}
	.page-template-LP-2021 .MobileTextTop {
		top: 65px;
	}
	.page-template-newLpBentley .MobileTextTop {
		top: auto;
		bottom: 45px;
	}
	.page-template-newLpBentley.page-id-1274 .MobileTextTop {
		top: 70px;
		bottom: auto;
	}
	.page-template-newLpBentley.page-id-1274 .HeaderLp {
		margin: 12px auto 0;
	}
	.page-template-newLpBentley.page-id-1186 .MobileTextTop {
		top: auto;
		bottom: 60px;
	}
	.page-template-newLpBentley .MobileTextTop h1 {
		font-size: 16px;
		text-align: center;
	}
	.page-template-newLpBentley .LPContactForm h3 {
		margin: 20px auto;
		line-height: 1.5;
	}
	.HeaderLp {
		background-color: transparent;
		position: relative;
		z-index: 99999;
		padding: 0;
	}
	.BannerText img {
		margin-top: -68px;
		z-index: 1;
	}
	.page-template-newLpBentley.page-id-1186 .BannerText img {
		margin-top: 0;
		z-index: 1;
	}
	.page-template-newLpBentley.page-id-1186 .HeaderLp {
		position: absolute;
		top: 16px;
	}
	.BottomLogoBanner {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	.BottomLogoBanner img.OSCLogo {
		width: 70px !important;
		height: auto !important;
		margin-top: 0;
	}
	.FooterInfoText {
		margin: 0 8px;
	}
	.site-branding .row {
		display: block;
	}
}
@media (max-width: 576px) {
	#cookie-notice .cookie-notice-container {
		flex-direction: column;
	}

	.carousel-item {
		height: 495px;
	}
	.carousel-caption {
		background-color: rgb(250,250,250,0.5);
	}
	.slick-dots {
		display: none;
	}
	.BannerText h1 {
		font-size: 30px;
		text-align: left;
		color: #fff;
		font-weight: bold;
		text-shadow: 1px 0 12px #000;
	}
	.page-id-1274 .BannerText h1 {
		text-shadow: 1px 0 0 #999;
	}
	.BannerText h1 span.SmallerText {
		font-size: 20px;
	}

	.BtnSection {
		flex-direction: column;
	}
	.slick-dots {
		right: 0;
		left: 0;
		margin: auto;
		bottom: auto;
		top: 37%;
	}
	.FooterStrip:after {
		background-size: cover;
		width: 100%;
		left: 0;
	}
	.FooterStrip:after {
		background-position: bottom;
		background-size: contain;
	}
	.BannerTextBoxTop {
		font-size: 17px;
		position: relative;
		width: 100%;
		max-width: 100%;
		text-align: center;
		bottom: 0;
	}
	.FooterIcon {
		margin: 0 5px;
	}
	.FooterForm {
		margin-bottom: 80px;
		padding-right: 0;
	}
	.LPContactForm .form-control {
		margin-bottom: 10px;
	}
	.LPContactForm {
		padding: 0 8px;
		margin-top: 0;
	}
	.LPContactForm h3 {
		margin-bottom: 10px;
	}
	.form-control.SubmitForm {
		margin-bottom: 0;
	}
	.BannerText h1 {
		font-size: 24px;
		line-height: 1;
	}
	.BannerText h1 span.SmallerText {
		font-size: 18px;
	}
	.HeaderLp img  {
		float: right;
	}
	.BottomLeftLogo {
		left: 15px;
		top: 25px;
	}
	.HeaderLp {
		background-color: rgb(255,255,255,0);
	}
	.LPContactForm {
		margin-top: 5px;
	}
	.FooterInfo {
		padding: 0;
	}
	.LPContactForm h3 {
		text-align: center;
	}
	.page-template-lpPdfPage .whatsAppBtn {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 10px 10px 0 0;
		margin: auto;
		flex-direction: row-reverse;
		padding: 5px 10px;
	}
	.BtnSection {
		display: flex;
	}
	.slideBoxWrapp a,
	.slideBoxWrapp a.GreenBtn {
		width: 100%;
	}
	.bentleyLimkBottom h4 a,
	.bentleyLimkBottom h4 {
		font-size: 16px;
		text-align: center;
		margin: 15px 0;
	}
}

@media (max-width: 400px) {
/*
	img.MobileLogo {
		width: 33%;
		height: auto;
	}
*/
	.BannerText h1 {
		font-size: 22px;
	}
	.BannerText h1 span.SmallerText {
		font-size: 17px;
	}
}
.page-id-1669 .wpcf7-form .form-control,
.page-id-1669 .wpcf7-form {
	text-align: right;
	direction: rtl;
}
.page-id-1669 .wpcf7-form .form-control {
	padding: 5px 10px 5px 25px
}
.page-id-1669 span.wpcf7-list-item-label {
	float: none;
	font-size: 14px;
	display: flex;
}
.page-id-1669 input[type="submit"] {
	background-image: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #7f988f;