@charset "UTF-8";
html {
	margin:0;
	background-color:black;
	font-family:Ubuntu;
	font-weight:200;
	color:#DDB254;
	width:100%;
	height:100%;
	position:relative;
	font-size:1vw;
	overflow-x:hidden;
	overflow-y:auto;
}
body {
	margin:0;
	color:#DDB254;
	width:100%;
	height:auto;
	font-family:Ubuntu;
	position:relative;
	font-size:1vw;
	cursor:auto;
}
* {
	font-size-adjust:none!important;
	-webkit-text-size-adjust:100%!important;
}
.ubuntu {
	font-family:Ubuntu!important;
}
.bold {
	font-weight:700!important;
}
.nopadding {
	padding:0!important;
}
.main {
	background-color:rgba(0,0,0,0);
	min-height:101.5vh;
}
.splashscreen {
	background-color:rgba(0,0,0,0);
	min-height:100%;
}
table {
	border:none;
}
a:link, a:visited {
	color:rgb(224, 112, 0);
}
a:focus, span:focus, div:focus, button:focus, input:focus, textarea:focus {
	outline:none;
}
a {
	text-decoration:none;
}
a:hover {
	cursor:pointer;
}
h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
	display:inline;
	margin:0;
	font-size:1em;
	font-weight:normal;
	letter-spacing:normal;
}
h1:not(.heading), h2:not(.heading), h3:not(.heading), h4:not(.heading), h5:not(.heading), h6:not(.heading) {
	font-size:1em;
	margin-block-start: 0.25em;
    margin-block-end: 0.25em;
}
ul {
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	padding:0;
	margin:0;
}
div {
	position:relative;
}
button {
	box-sizing:border-box;
	border:none;
	background-color:transparent;
	padding:0;
	font-size:1em;
	cursor:pointer;
	font-family:inherit;
}
#home {
	background-color:#ddb254;
	mask-image:url(/lpslt/media/home-black.png);
	mask-position:center center;
	mask-size:60% auto;
	mask-repeat:no-repeat;
	-webkit-mask-image:url(/lpslt/media/home-black.png);
	-webkit-mask-position:center center;
	-webkit-mask-size:60% auto;
	-webkit-mask-repeat:no-repeat;
}
#eb_magnifying_glass {
	background-color:#ddb254;
	mask-image:url(/lpslt/media/magnifying-glass-black.png);
	mask-position:center center;
	mask-size:60% auto;
	mask-repeat:no-repeat;
	-webkit-mask-image:url(/lpslt/media/magnifying-glass-black.png);
	-webkit-mask-position:center center;
	-webkit-mask-size:60% auto;
	-webkit-mask-repeat:no-repeat;
}
.main .bodyBackground {
	min-width:100vw;
	min-height:100vh;
	width:100vw;
	height:100vh;
	position:fixed;
	z-index:0;
	background-size:cover;
	background-position:top center;
	background-color:rgba(0,0,0,0);
}
.splashscreen .bodyBackground {
	min-width:100vw;
	min-height:100%;
	height:auto;
	position:absolute;
	z-index:0;
	background-size:cover;
	background-position:top center;
	background-color:rgba(0,0,0,0);
}
.main #wrapper {
	opacity:1;
	width:100%;
	max-width:100%;
	height:auto;
	min-height:100vh;
	position:relative;
	font-family:Ubuntu;
	z-index:2;
}
.splashscreen #wrapper {
	opacity:1;
	width:100%;
	max-width:100%;
	height:auto;
	min-height:100vh;
	position:relative;
	font-family:Ubuntu;
	z-index:2;
	overflow:hidden;
}
.main #subwrapper {
	display:block;
	width:100%;
	height:auto;
	min-height:100%;
	max-height:999999px;
	position:relative;
	z-index:2;
	opacity:1;
	overflow:hidden;
	top:0;
}
.splashscreen #subwrapper {
	display:block;
	width:100%;
	height:auto;
	min-height:0%;
	position:relative;
	z-index:2;
	opacity:1;
	overflow:hidden;
	top:0;
}
.main .content {
	top:0;
	display:block;
	width:100%;
	height:auto;
	min-height:100vh;
	font-size:1em;
	position:relative;
	overflow:hidden;
	z-index:2;
}
.splashscreen .content {
	top:0;
	display:block;
	width:100%;
	height:auto;
	min-height:5vh;
	font-size:1em;
	position:relative;
	overflow:hidden;
	z-index:2;
}
.main #blank_top {
	width:100%;
	height:10em;
	position:relative;
	background-color:rgba(0,0,0,0);
}
.splashscreen #blank_top {
	width:100%;
	height:0em;
	position:relative;
	background-color:transparent;
}
#blank_bottom {
	width:100%;
	height:0vw;
	position:relative;
}
.main #headerAndMenu {
	font-size:1em;
	width:100%;
	max-width:100%;
	height:auto;
	position:fixed;
	z-index:3;
	pointer-events:none;
	background:linear-gradient(180deg, rgba(0,0,0, 1) 0%, rgba(0,0,0, 1) 2.5em, rgba(0,0,0, 0) 50%);
}
.splashscreen #headerAndMenu {
	font-size:1em;
	width:100%;
	max-width:100%;
	height:auto;
	position:relative;
	z-index:3;
	pointer-events:none;
	background:linear-gradient(180deg, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 2.5em, rgba(0,0,0, 0) 100%);
}
.main #subHeader {
	display:block;
	position:relative;
	top:0;
	width:100%;
	height:10em;
	line-height:5em;
	overflow:hidden;
	z-index:1;
	pointer-events:all;
}
.splashscreen #subHeader {
	display:block;
	position:relative;
	top:0;
	width:100%;
	height:32em;
	line-height:32em;
	overflow:hidden;
	z-index:1;
	pointer-events:all;
}
.main #footer_back {
	display:block;
	position:absolute;
	bottom:-0.5vh;
	width:100%;
	height:100vh;
	overflow:hidden;
	z-index:1;
	opacity:1;
}
.splashscreen #footer_back {
	display:block;
	position:absolute;
	bottom:0vh;
	width:100%;
	height:0vh;
	overflow:hidden;
	z-index:1;
	opacity:0;
}
.main #footer_content {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin-top:2em;
	padding-bottom:2em;
	overflow:hidden;
	z-index:1;
	letter-spacing:-0.31em;
	opacity:1;
}
.splashscreen #footer_content {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin-top:2em;
	padding-bottom:2em;
	overflow:hidden;
	z-index:1;
	letter-spacing:-0.31em;
	opacity:0;
}
#footer_content>div {
	vertical-align:top;
	letter-spacing:normal;
	padding-left:2.5%;
	padding-right:2.5%;
	padding-top:1%;
	padding-bottom:1%;
	width:45%;
	display:inline-block;
	font-size:10pt!important;
}
#footer_content img {
	width:auto;
	height:15pt;
	margin-left:8pt;
	vertical-align:middle;
}
#footer_content a {
	outline:none;
	text-decoration:none;
}
.main #subHeader .headerBackground {
	display:block;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:rgba(0,0,0,0);
}
.splashscreen #subHeader .headerBackground {
	display:none;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:rgba(0,0,0,0);
}
.main #subHeader #eb {
	z-index:3;
	display:block;
	position:absolute;
	margin-left:0%;
	width:50%;
	height:100%;
	left:0;
	top:0;
}
.main #subHeader #eb #anim {
	z-index:2;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}
.main #subHeader #eb #anim svg {
	display:block;
	position:absolute;
	width:15em;
	height:100%;
	left:0%;
	top:0%;
	overflow:visible;
}
.main #subHeader #eb #front {
	z-index:3;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}
.main #subHeader #eb #front svg {
	display:block;
	position:absolute;
	width:15em;
	height:100%;
}
.splashscreen #subHeader #eb {
	z-index:3;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.splashscreen #subHeader #eb #anim {
	z-index:2;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}
.splashscreen #subHeader #eb #anim svg {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	overflow:visible;
}
.splashscreen #subHeader #eb #front {
	z-index:3;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}
.splashscreen #subHeader #eb #front svg {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}
.main #subHeader #eb #logo {
	position:relative;
	display:block;
	top:0;
	float:left;
	margin:0.5em;
	width:calc(100% - 1em);
	height:9em;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	color:black;
	text-align:center;
}
.splashscreen #subHeader #eb #logo {
	position:absolute;
	display:block;
	top:0;
	margin:0em;
	width:100%;
	height:32em;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	color:black;
	text-align:center;
}
.splashscreen #logo video {
	margin-top:27.5%;
	height:50%;
	display:inline-block;
	position:relative;
	z-index:-1;
	opacity:1;
}
.main #logo video {
	margin-top:27.5%;
	height:50%;
	display:inline-block;
	position:relative;
	z-index:-1;
	opacity:0;
}
.main #subHeader #centeredTitle {
	z-index:3;
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-25%;
	width:50%;
	height:100%;
	line-height:2em;
	font-size:1em;
	vertical-align:top;
	font-style:italic;
	font-weight:200;
	text-align:center;
	opacity:1;
}
.splashscreen #subHeader #centeredTitle {
	z-index:3;
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-25%;
	width:50%;
	height:100%;
	line-height:2em;
	font-size:1em;
	vertical-align:top;
	font-style:italic;
	font-weight:200;
	text-align:center;
	opacity:0;
}
#subHeader #centeredTitle>span {
	font-size:1.125em;
}
.main #subHeader #header_right_items {
	display:block;
	height:auto;
	width:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
	vertical-align:top;
	opacity:1;
	pointer-events:none;
}
.splashscreen #subHeader #header_right_items {
	display:block;
	height:auto;
	width:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
	vertical-align:top;
	opacity:1;
	pointer-events:none;
}
#subHeader #header_right_items ul {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:auto;
	width:100%;
	padding-left:0%;
	padding-right:0%;
	vertical-align:top;
}
#subHeader #header_right_items ul li {
	display:block;
	list-style-type:none;
	position:relative;
	width:auto;
	height:0.4in;
	float:right;
	text-align:center;
	vertical-align:top;
	pointer-events:auto;
}
#subHeader #header_right_items ul li a {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:0.4in;
	width:auto;
	min-width:3em;
	text-align:center;
	vertical-align:top;
}
#subHeader #header_right_items ul li img {
	display:inline-block;
	position:relative;
	height:0.25in;
	padding:0.4em;
	text-align:center;
	vertical-align:top;
}
#eb_searchEngine {
	position:relative;
	display:inline-block;
	text-align:right;
	top:0em;
	right:0.5%;
	white-space:nowrap;
	vertical-align:top;
	z-index:10001;
	width:auto;
	height:0.4in;
	line-height:0in;
	padding-right:0.5%;
}
#eb_searchEngine>span {
	display:inline-block;
	position:relative;
	left:0em;
	top:0em;
	width:auto;
	height:auto;
}
#eb_searchEngine #eb_magnifying_glass {
	height:0.4in;
	min-width:3em;
	width:auto;
	position:relative;
	display:block;
	right:0em;
	margin-right:0.5em;
}
#eb_searchEngine #eb_search_cont {
	width:0em;
	height:0.225in;
	position:relative;
	padding-left:0;
	padding-right:0;
	padding-top:0em;
	padding-bottom:0;
	margin-top:0.06in;
	border:1px solid black;
	border-radius:1em;
	display:inline-block;
	vertical-align:top;
	font-size:0.4in;
	color:#ffffff;
	text-align:left;
	opacity:0;
	z-index:2;
}
#eb_searchEngine #eb_search_cont #eb_search {
	height:1em;
	line-height:0.75em;
	width:calc(100% - 1.5em);
	position:relative;
	padding-top:0.2em;
	padding-bottom:0.2em;
	margin-left:0.75em;
	margin-right:0.75em;
	border:none;
	border-radius:0;
	display:inline-block;
	vertical-align:top;
	background-color:transparent;
	font-size:0.48em;
	color:#ffffff;
	text-align:left;
	overflow:hidden;
}
#eb_searchEngine #eb_search:focus {
	outline:none;
}
.eb_link_result_line {
	display:block;
	position:relative;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:auto;
	min-height:2em;
	text-decoration:none;
	color:#000;
}
.eb_result_line {
	white-space:normal;
	display:block;
	position:relative;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:auto;
	min-height:2em;
	color:#000;
}
.eb_result_title {
	white-space:normal;
	font-size:1em;
	text-align:left;
	display:block;
	position:relative;
	width:100%;
	color:#000;
}
.main #menuContainer {
	display:block;
	padding:0;
	margin:0;
	position:relative;
	width:100%;
	height:auto;
	z-index:2;
	pointer-events:all;
}
.splashscreen #menuContainer {
	display:block;
	position:relative;
	padding:0;
	margin-top:0em;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	left:0;
	width:100%;
	height:auto;
	z-index:2;
	pointer-events:all;
}
.main #menuContainer #menu {
	display:table;
	position:relative;
	width:100%;
	height:3em;
	min-height:0.5in;
	text-align:center;
	background-color:transparent;
	text-align:center;
	border-bottom-right-radius:1em;
	overflow:hidden;
}
.splashscreen #menuContainer #menu {
	display:table;
	position:relative;
	width:100%;
	height:auto;
	min-height:0.5in;
	text-align:center;
}
.main #menuContainer ul#menuList {
	display:table;
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	min-height:2em;
	height:auto;
	left:0;
	font-size:1em;
	font-family:Ubuntu;
	font-weight:200;
	text-align:center;
	letter-spacing:-0.31em;
	background-color:rgba(0,0,0,0);
}
.splashscreen #menuContainer ul#menuList {
	display:table;
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	left:0;
	font-size:1em;
	font-family:Ubuntu;
	font-weight:200;
	text-align:center;
	letter-spacing:-0.31em;
	background-color:rgba(0,0,0,0);
}
.main #menuContainer ul#menuList>li:not(.eb_clearboth):not(.eb_subMenu) {
	display:inline-block;
	position:relative;
	width:auto;
	padding-left:0.25em;
	padding-right:0.25em;
	height:auto;
	min-height:0.4in;
	line-height:0.4in;
	vertical-align:middle;
	letter-spacing:normal;
}
.splashscreen #menuContainer ul#menuList>li:not(.eb_clearboth):not(.eb_subMenu) {
	display:inline-block;
	position:relative;
	width:auto;
	padding-left:0.25em;
	padding-right:0.25em;
	height:auto;
	min-height:0.4in;
	line-height:0.4in;
	vertical-align:middle;
	letter-spacing:normal;
}
.main #menuContainer ul#menuList li span.underline {
	display:block;
	opacity:0;
	position:absolute;
	width:100%;
	height:0.16666em;
	bottom:0.15em;
	border-radius:0.8333333em;
}
.splashscreen #menuContainer ul#menuList li span.underline {
	display:block;
	opacity:0;
	position:absolute;
	width:100%;
	height:0.16666em;
	bottom:0.15em;
	border-radius:0.8333333em;
}
.main #menuContainer ul#menuList li a {
	display:inline-block;
	position:relative;
	text-transform:none;
	font-size:13.25pt!important;
	color:#ddb254;
}
.splashscreen #menuContainer ul#menuList li a {
	display:inline-block;
	position:relative;
	text-transform:none;
	font-size:13.25pt!important;
	color:#ddb254;
}
.main #menuContainer ul#menuList li a:hover {
	color:#f96;
}
.splashscreen #menuContainer ul#menuList li a:hover {
	color:#f96;
}
.main #menuContainer ul#menuList li .catTitle {
	font-size:1em;
	cursor:default;
}
.splashscreen #menuContainer ul#menuList li .catTitle {
	font-size:1em;
	cursor:default;
}
.main #menuContainer ul#menuList li .subMenuContainer {
	display:block;
	position:absolute;
	width:100%;
	overflow:hidden;
}
.splashscreen #menuContainer ul#menuList li .subMenuContainer {
	display:block;
	position:absolute;
	width:100%;
	overflow:hidden;
}
.main #menuContainer ul#menuList li .subMenuList {
	position:relative;
	width:100%;
	height:auto;
}
.splashscreen #menuContainer ul#menuList li .subMenuList {
	position:relative;
	width:100%;
	height:auto;
}
.main #menuContainer ul#menuList>li .subMenuList>li:not(.eb_clearboth) {
	display:block;
	position:relative;
	float:left;
	width:auto;
	margin-left:0.5em;
	margin-right:0.5em;
	height:2em;
	line-height:2em;
}
.splashscreen #menuContainer ul#menuList>li .subMenuList>li:not(.eb_clearboth) {
	display:block;
	position:relative;
	float:left;
	width:auto;
	margin-left:0.5em;
	margin-right:0.5em;
	height:2em;
	line-height:2em;
}
.main #menuContainer ul#menuList>li.eb_subMenu {
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:3em;
	overflow:hidden;
}
.splashscreen #menuContainer ul#menuList>li.eb_subMenu {
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:3em;
	overflow:hidden;
}
.main #menuContainer ul#menuList li .subMenuList li a {
	font-size:17pt!important;
}
.splashscreen #menuContainer ul#menuList li .subMenuList li a {
	font-size:17pt!important;
}
.main #menuContainer ul#menuList li span {
	text-shadow:0.05em 0.05em 0.2em rgba(0,0,0,0.5);
}
.splashscreen #menuContainer ul#menuList li span {
	text-shadow:0.05em 0.05em 0.2em rgba(0,0,0,0.5);
}
.main #menuContainer ul#menuList li#eb_toggleMenu {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:3.5em;
	width:3.5em;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	text-align:center;
	vertical-align:top;
}
.splashscreen #menuContainer ul#menuList li#eb_toggleMenu {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:3.5em;
	width:3.5em;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	text-align:center;
	vertical-align:top;
}
#handle>button {
	width:0.3in;
	height:0.3in;
	margin:0.1in;
	position:relative;
}
#handle>button * {
	pointer-events:none;
}
.main #eb_container {
	height:auto;
	background-color:rgba(0,0,0,0);
	opacity:1;
	top:0;
	position:relative;
	color:#DDB254;
	text-align:center;
}
.splashscreen #eb_container {
	height:auto;
	background-color:rgba(0,0,0,0);
	opacity:1;
	top:0;
	position:relative;
	color:#DDB254;
	text-align:center;
}
.eb_handwriting {
	font-family: DancingScript!important;
	font-size:2em;
}
.eb_gravitas {
	font-family: GravitasOne;
	font-size:2em;
}
.eb_line {
	display:block;
	position:relative;
	top:50%;
	left:0%;
	width:100%;
	height:1px;
	background-color:black;
}
.tablecontainer {
	display:flex;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:1em;
	flex-direction:row;
	justify-content:space-around;
	flex-wrap:nowrap;
}
.arrow_container {
	display:block;
	position:relative;
	float:left;
	min-width:5em;
	width:5%;
	height:20em;
	max-height:20em;
	top:0;
	overflow:hidden;
	font-size:1em;
}
.arrow_left {
	display:block;
	position:relative;
	padding:0;
	margin:auto;
	height:100%;
	width:100%;
	background-image:url(/lpslt/media/arrow_left.png);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.arrow_right {
	display:block;
	position:relative;
	padding:0;
	margin:auto;
	height:100%;
	width:100%;
	background-image:url(/lpslt/media/arrow_right.png);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.gradient_left {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:5em;
	height:20em;
	max-height:20em;
	background-image:url(/lpslt/media/gradient_transparent_right.png);
	background-size:100% 100%;
	background-position:top left;
	background-repeat:repeat-y;
	z-index:2;
	pointer-events:none;
	font-size:1em;
}
.gradient_right {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:5em;
	height:20em;
	max-height:20em;
	background-image:url(/lpslt/media/gradient_transparent_left.png);
	background-size:100% 100%;
	background-position:top right;
	background-repeat:repeat-y;
	z-index:2;
	pointer-events:none;
	font-size:1em;
}
#eb_subcontainer {
	position:relative;
	min-height:5vh;
}
.eb_align_center {
	text-align:center;
}
.eb_font_color_white {
	color:white;
}
.eb_buttons {
	display:inline-block;
	position:relative;
	box-sizing:border-box;
	width:18em;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	margin-top:0.5em;
	min-height:1.5em;
	height:auto;
	background-color:lightgrey;
	border-radius:1em;
	border:2px solid white;
	overflow:hidden;
	font-size:1.5em;
}
.eb_user_fields {
	display:inline-block;
	position:relative;
	box-sizing:border-box;
	width:18em;
	padding-left:1em;
	padding-right:1em;
	margin-top:0.5em;
	height:2em;
	background-color:white;
	border-radius:1em;
	border:2px solid lightgrey;
	overflow:hidden;
	font-size:1.5em;
}
#eb_overlay_content {
	position:relative;
	width:100%;
	height:auto;
}
.eb_block {
	display:block;
	position:relative;
}
.eb_text_left {
	text-align:left;
}
#form {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
	display:block;
	position:relative;
}
#form input {
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin-bottom:0.5em;
	padding:0.5em;
	font-size:12pt!important;
	font-family:Ubuntu;
	color:white;
	border:none;
	background-color:rgba(103,71,43,0.5);
	border:2px solid rgb(103,71,43);
	border-radius:0.5em;
	overflow:hidden;
}
#form textarea {
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	height:20em;
	margin-bottom:0.5em;
	padding:0.5em;
	font-size:12pt!important;
	font-family:Ubuntu;
	color:white;
	border:none;
	background-color:rgba(103,71,43,0.5);
	border:2px solid rgb(103,71,43);
	border-radius:0.5em;
	overflow:hidden;
	resize:none;
}
.bold {
	font-weight:700;
}
.margin2em {
	margin:2em;
	width:calc(100% - 2em);
	height:auto;
	position:relative;
}
._30pct {
	width:30%;
}
._70pct {
	width:70%;
}
.inlineBlock {
	display:inline-block;
	vertical-align:top;
}
.pageTitle>h1 {
	font-size:2em;
	font-weight:bold;
}
.subTitle>h2 {
	font-size:1.5em;
	font-weight:normal;
}
.siteColor {
	color:rgb(129,201,195);
	font-weight:bold;
}
.letterSpacingFix {
	letter-spacing:-0.31em;
}
.letterSpacingFix>* {
	display:inline-block;
	vertical-align:top;
}
.letterSpacingNormal {
	letter-spacing:normal;
}
.greenRect {
	display:inline-block;
	padding:0.5em;
	font-weight:bold;
	background-color:rgb(129,201,195);
	font-size:2em;
}
.greyRect {
	display:inline-block;
	padding:0.5em;
	font-weight:bold;
	background-color:#a5a5a5;
	font-size:1.25em;
	color:white;
}
.green {
	color:rgb(129,201,195);
}
#eb_bubble_content {
	overflow:hidden;
}
.eb_diaporama_container {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.eb_diaporama>.eb_radios button {
	display:inline-block;
	vertical-align:top;
	width:1.5em;
	height:1.5em;
	position:relative;
	background-image:url(/lpslt/media/radio_unchecked.png);
	background-size:100% 100%;
}
.eb_diaporama_container {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.eb_diaporama>.eb_radios button {
	display:inline-block;
	vertical-align:top;
	width:1.5em;
	height:1.5em;
	position:relative;
	background-image:url(/lpslt/media/radio_unchecked.png);
	background-size:100% 100%;
}
.eb_diaporama ul {
	white-space:nowrap;
}
.eb_photos_container {
	display:inline-block;
	position:relative;
	max-width:400pt;
	width:100%;
	height:auto;
	border-radius:1em;
	overflow:hidden;
}
.eb_photos {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.eb_photos ul {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
}
.eb_photos ul li {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
}
.eb_photos ul li button {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.eb_photos ul li button img {
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
#texts {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	letter-spacing:-0.31em;
}
#texts h1 {
	display:inline-block;
	position:relative;
	font-size:3em;
	width:80rem;
	text-align:left;
}
#texts .text {
	display:inline-block;
	position:relative;
	width:80rem;
	height:auto;
	font-size:12pt!important;
	text-align:left;
	letter-spacing:normal;
	margin-top:3rem;
}
#texts .text_with_image {
	display:inline-block;
	position:relative;
	width:59rem;
	height:auto;
	font-size:12pt!important;
	text-align:left;
	letter-spacing:normal;
	margin-top:3rem;
	margin-right:1rem;
	vertical-align:top;
}
#texts .image {
	display:inline-block;
	position:relative;
	width:20rem;
	height:auto;
	margin-top:3rem;
	vertical-align:top;
}
#texts .image>img {
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
}
#references {
	display:block;
	position:relative;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
	letter-spacing:-0.31em;
}
#references li {
	display:inline-block;
	position:relative;
	list-style-type:none;
	overflow:hidden;
}
#references li .referenceImage {
	background-size:100% 100%;
}
#references li .referenceImage button {
	width:100%;
	height:100%;
}
#references li .referenceText {
	letter-spacing:normal;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	background-color:rgba(0,0,0,0.799);
	overflow:hidden;
}
#references li .referenceText button {
	font-size:15pt!important;
	font-family:Ubuntu!important;
	font-weight:200!important;
	color:#fff;
	height:7.5em;
}
.viewerIframe {
	display:block;
	position:relative;
	width:80vw;
	height:70vh;
	top:5vw;
	margin-left:auto;
	margin-right:auto;
}
.viewerText {
	display:block;
	position:relative;
	width:80vw;
	height:10vh;
	top:5vw;
	margin-left:auto;
	margin-right:auto;
	font-size:15pt!important;
	font-weight:200;
}
.contact {
	display:block;
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.contact>span {
	display:inline-block;
	width:calc(100% - 2em);
	padding:1em;
	border-radius:0.5em;
	font-size:15pt!important;
	color:inherit;
	background-color:transparent;
	overflow:hidden;
	text-align:center;
}
#form .upload {
	display:inline-block;
	position:relative;
	width:100%;
	height:30pt;
	border-radius:0.5em;
	font-size:1em;
	color:#fff;
	background-color:rgba(103,71,43,0.5);
	border:2px solid rgb(103,71,43);
	overflow:hidden;
	text-align:center;
	box-sizing:border-box;
	margin-bottom:0.5em;
}
#form .choose {
	display:block;
	position:relative;
	width:100%;
	height:15pt!important;
	text-align:center;
}
#form .choose_text {
	position:absolute;
	display:block;
	width:100%;
	height:15pt!important;
	font-size:12pt!important;
	line-height:15pt!important;
	color:#fff;
}
#form .file_name {
	display:block;
	position:relative;
	width:100%;
	height:15pt!important;
	text-align:center;
}
#form .file_name_text {
	position:absolute;
	display:block;
	width:100%;
	height:15pt!important;
	font-size:12pt!important;
	line-height:15pt!important;
	color:#fff;
}
#form .file_upload {
	position:absolute;
	display:block;
	opacity:0;
	left:0;
	top:0;
	width:100%;
	height:15pt!important;
	z-index:1000;
	cursor:pointer;
}
#form .progress {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#form .progress_bar {
	z-index:1;
	top:0%;
	position:absolute;
	display:block;
	width:0%;
	height:100%;
	background-color:rgba(255, 200, 100, 0.75);
}
#form .progress_text {
	z-index:2;
	position:absolute;
	display:block;
	width:100%;
	height:30pt;
	line-height:30pt;
	top:50%;
	margin-top:-15pt;
}
.inlineBlock {
	display:inline-block;
	position:relative;
}
.block {
	display:block;
}
.letterSpacingFix {
	letter-spacing:-0.31em;
}
.letterSpacingFix>*:not(.letterSpacingFix) {
	letter-spacing:normal;
}
.marginH10 {
	margin-left:10%;
	margin-right:10%;
}
._15pt {
	font-size:15pt;
}
._13pt {
	font-size:13pt;
}
._10pt {
	font-size:10pt;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.width100 {
	width:100%;
}
.width75 {
	width:75%;
}
.marginAuto {
	margin-left:auto;
	margin-right:auto;
}
.marginBottom1em {
	margin-bottom:1em;
}
.paddingRight0dot25em {
	padding-right:0.25em;
}
.marginBottom0dot25em {
	margin-bottom:0.25em;
}
.green {
	color:#006633;
}
.redorange {
	color:#DD3D01;
}
.borderBox {
	box-sizing:border-box;
}
.products {
	position:relative;
}
.product {
	position:relative;
	list-style-type:none;
	padding-bottom:0.5em;
	border-bottom:1px solid rgb(103,71,43);
	margin-bottom:0.5em;
}
.product_details {
	display:flex;
}
.half {
	width:50%;
}
.half:nth-of-type(2n+1) {
	background-size:contain;
	background-repeat:no-repeat;
}
.buttons {
	display:block;
	position:relative;
	text-align:center;
}
.seeMore {
	border-top-left-radius:0.5em;
	border-bottom-right-radius:0.5em;
	background-color:rgb(0,0,0);
	border:1px solid rgb(103,71,43);
	color:white;
	font-weight:200;
	padding:0.5em;
}
.addToBasket {
	border-top-left-radius:0.5em;
	border-bottom-right-radius:0.5em;
	background-color:rgba(255,192,0,0.5);
	border:1px solid rgb(103,71,43);
	color:rgb(103,71,43);
	font-weight:200;
	padding:0.5em;
}
.words {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.word {
	color:rgba(221, 178, 84, 0.5);
	opacity:0;
	position:absolute;
	display:block;
	width:auto;
	height:auto;
	font-weight:bold;
}
@media screen and (min-width: calc(10.01in + 15px)) {
	#menuList {
		white-space:nowrap;
	}
	#menu {
		padding:0.5em;
	}
	.paddingLeft1emDesktopOnly {
		padding-left:1em;
	}
	.paddingRight1emDesktopOnly {
		padding-right:1em;
	}
	.main #handle {
		display:block;
		position:absolute;
		width:0.5in;
		height:0.5in;
		right:-0.5in;
		top:0em;
		background-color:rgba(0,0,0,0);
		border-top-right-radius:1em;
		border-bottom-right-radius:1em;
		overflow:hidden;
		opacity:0;
	}
	.splashscreen #handle {
		display:none;
		position:absolute;
		width:0.5in;
		height:0.5in;
		right:-0.5in;
		top:0em;
		background-color:rgba(0,0,0,0);
		border-top-right-radius:1em;
		border-bottom-right-radius:1em;
		overflow:hidden;
		opacity:0;
	}
}
@media screen and (max-width: calc(10in + 15px)) {
	.main #menuContainer ul#menuList li a {
		color:#fff;
	}
	.main #handle {
		display:block;
		position:absolute;
		width:0.5in;
		height:0.5in;
		right:-0.5in;
		top:0em;
		background-color:rgba(0,0,0,0);
		border-top-right-radius:1em;
		border-bottom-right-radius:1em;
		overflow:hidden;
		opacity:1;
	}
	.splashscreen #handle {
		display:none;
		position:absolute;
		width:0.5in;
		height:0.5in;
		right:-0.5in;
		top:0em;
		background-color:rgba(0,0,0,0);
		border-top-right-radius:1em;
		border-bottom-right-radius:1em;
		overflow:hidden;
		opacity:0;
	}
	.main #menuContainer ul#menuList>li:not(.eb_clearboth):not(.eb_subMenu) {
		display:inline-block;
		width:calc(100% - 1em);
		text-align:center;
	}
	.splashscreen #menuContainer ul#menuList>li:not(.eb_clearboth):not(.eb_subMenu) {
		display:inline-block;
		width:calc(100% - 1em);
		text-align:center;
	}
}
@media screen and (min-width: calc(14.01in + 15px)) {
	iframe {
		display:block;
		position:relative;
		max-width:50%;
		max-height:30vw;
		margin-left:auto;
		margin-right:auto;
	}
	.width50desktop100responsive {
		width:50%;
	}
	.splashscreen #logo video {
		margin-top:24.5%;
	}
	.main #logo video {
		margin-top:50%;
	}
	.menu {
		font-size:1.2em;
	}
	.eb_resizable {
		font-size:1em;
	}
	.eb_more_resizable {
		font-size:1em;
	}
	#eb_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	#eb_searchResults #eb_searchResultsCont {
		font-size:1.5em;
	}
	.only_on_responsive {
		display:none;
	}
	.splashscreen .only_on_responsive_splashscreen {
		display:none;
	}
	.main .only_on_responsive_splashscreen {
		display:none!important;
	}
	.only_on_desktop {
		display:block;
	}
	.eb_diaporama {
		font-size:1.5em;
		width:80rem;
		height:30rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.eb_diaporama ul {
		height:30rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.eb_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:40rem;
		height:30rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.eb_diaporama ul li button {
		display:block;
		width:100%;
		height:30rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.eb_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:10rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.eb_diaporama>.eb_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:1em;
	}
	.text_A {
		font-size:13pt!important;
	}
	.text_B {
		font-size:15pt!important;
	}
	.text_C {
		font-size:17pt!important;
	}
	.splashscreen #subHeader #eb {
		margin-left:17.5%;
		width:65%;
	}
	.main #subHeader #eb {
		margin-left:0%;
		width:50%;
	}
	td.text_Container {
		max-width:calc(60vw - 7em);
	}
	#location li {
		max-width:60vw;
	}
	#form input, #form textarea, #form .upload {
		max-width:60vw;
	}
	.contact {
		max-width:60vw;
	}
}
@media screen and (min-width: calc(10.01in + 15px)) and (max-width: calc(14in + 15px)) {
	iframe {
		display:block;
		position:relative;
		max-width:50%;
		max-height:30vw;
		margin-left:auto;
		margin-right:auto;
	}
	.width50desktop100responsive {
		width:50%;
	}
	.splashscreen #logo video {
		margin-top:27.5%;
	}
	.main #logo video {
		margin-top:50%;
	}
	.menu {
		font-size:1.2em;
	}
	.eb_resizable {
		font-size:1.5em;
	}
	.eb_more_resizable {
		font-size:1.75em;
	}
	#eb_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	#eb_searchResults #eb_searchResultsCont {
		font-size:2em;
	}
	.only_on_responsive {
		display:none;
	}
	.splashscreen .only_on_responsive_splashscreen {
		display:none;
	}
	.main .only_on_responsive_splashscreen {
		display:none!important;
	}
	.only_on_desktop {
		display:block;
	}
	.eb_diaporama {
		font-size:1.25em;
		width:80rem;
		height:30rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.eb_diaporama ul {
		height:30rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.eb_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:40rem;
		height:30rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.eb_diaporama ul li button {
		display:block;
		width:100%;
		height:30rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.eb_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:10rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.eb_diaporama>.eb_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:1em;
	}
	.text_A {
		font-size:13pt!important;
	}
	.text_B {
		font-size:15pt!important;
	}
	.text_C {
		font-size:17pt!important;
	}
	.splashscreen #subHeader #eb {
		margin-left:17.5%;
		width:65%;
	}
	.main #subHeader #eb {
		margin-left:0%;
		width:50%;
	}
	td.text_Container {
		max-width:calc(60vw - 7em);
	}
	#location li {
		max-width:60vw;
	}
	#form input, #form textarea, #form .upload {
		max-width:60vw;
	}
	.contact {
		max-width:60vw;
	}
}
@media screen and (min-width: 7.01in) and (max-width: calc(10in + 15px))  {
	.width50desktop100responsive {
		width:100%;
	}
	.splashscreen #logo video {
		margin-top:26%;
	}
	.main #logo video {
		margin-top:50%;
	}
	.menu {
		font-size:1.4em;
	}
	#eb_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	.eb_resizable {
		font-size:2em;
	}
	.eb_more_resizable {
		font-size:2.4em;
	}
	#eb_searchResults #eb_searchResultsCont {
		font-size:2.4em;
	}
	.only_on_responsive {
		display:block;
	}
	.splashscreen .only_on_responsive_splashscreen {
		display:block;
	}
	.main .only_on_responsive_splashscreen {
		display:none!important;
	}
	.only_on_desktop {
		display:none!important;
	}
	.eb_diaporama {
		font-size:1em;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.eb_diaporama ul {
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.eb_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.eb_diaporama ul li button {
		display:block;
		width:100%;
		height:60rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.eb_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:25rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.eb_diaporama>.eb_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:1em;
	}
	.text_A {
		font-size:13pt!important;
	}
	.text_B {
		font-size:15pt!important;
	}
	.text_C {
		font-size:17pt!important;
	}
	.splashscreen #subHeader #eb {
		margin-left:2.5%;
		width:95%;
	}
	.main #subHeader #eb {
		margin-left:0%;
		width:50%;
	}
	td.text_Container {
		max-width:calc(100% - 7em);
	}
	#location li {
		max-width:100%;
	}
	#form input, #form textarea, #form .upload {
		max-width:100%;
	}
	.contact {
		max-width:100%;
	}
}
@media screen and (min-width: 5.0000001in)  and (max-width: 7in)  {
	.leaflet-popup {
		max-width:calc(98vw - 4em);
	}
	.width50desktop100responsive {
		width:100%;
	}
	.splashscreen #logo video {
		margin-top:29%;
	}
	.main #logo video {
		margin-top:50%;
	}
	.menu {
		font-size:1.7em;
	}
	#eb_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	.eb_resizable {
		font-size:2.5em;
	}
	.eb_more_resizable {
		font-size:3em;
	}
	#eb_searchResults #eb_searchResultsCont {
		font-size:2.8em;
	}
	.only_on_responsive {
		display:block;
	}
	.splashscreen .only_on_responsive_splashscreen {
		display:block;
	}
	.main .only_on_responsive_splashscreen {
		display:none!important;
	}
	.only_on_desktop {
		display:none!important;
	}
	.eb_diaporama {
		font-size:1em;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.eb_diaporama ul {
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.eb_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.eb_diaporama ul li button {
		display:block;
		width:100%;
		height:60rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.eb_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:25rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.eb_diaporama>.eb_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:0.75em;
	}
	.text_A {
		font-size:13pt!important;
	}
	.text_B {
		font-size:15pt!important;
	}
	.text_C {
		font-size:17pt!important;
	}
	.splashscreen #subHeader #eb {
		margin-left:2.5%;
		width:95%;
	}
	.main #subHeader #eb {
		margin-left:0%;
		width:50%;
	}
	td.text_Container {
		max-width:calc(100% - 7em);
	}
	#location li {
		max-width:100%;
	}
	#form input, #form textarea, #form .upload {
		max-width:100%;
	}
	.contact {
		max-width:100%;
	}
}
@media screen and (min-width: 3.500001in) and (max-width: 5in)  {
	.leaflet-popup {
		max-width:calc(98vw - 4em);
	}
	.width50desktop100responsive {
		width:100%;
	}
	.splashscreen #logo video {
		margin-top:29%;
	}
	.main #logo video {
		margin-top:50%;
	}
	.menu {
		font-size:1.7em;
	}
	#eb_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	.eb_resizable {
		font-size:3em;
	}
	.eb_more_resizable {
		font-size:4em;
	}
	#eb_searchResults #eb_searchResultsCont {
		font-size:3em;
	}
	.only_on_responsive {
		display:block;
	}
	.splashscreen .only_on_responsive_splashscreen {
		display:block;
	}
	.main .only_on_responsive_splashscreen {
		display:none!important;
	}
	.only_on_desktop {
		display:none!important;
	}
	.mobile100 {
		width:100%;
	}
	.desktop30 {
		display:none;
	}
	.eb_diaporama {
		font-size:1em;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.eb_diaporama ul {
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.eb_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.eb_diaporama ul li button {
		display:block;
		width:100%;
		height:60rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.eb_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:25rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.eb_diaporama>.eb_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:0.75em;
	}
	.text_A {
		font-size:13pt!important;
	}
	.text_B {
		font-size:15pt!important;
	}
	.text_C {
		font-size:17pt!important;
	}
	.splashscreen #subHeader #eb {
		margin-left:2.5%;
		width:95%;
	}
	.main #subHeader #eb {
		margin-left:0%;
		width:50%;
	}
	td.text_Container {
		max-width:calc(100% - 7em);
	}
	#location li {
		max-width:100%;
	}
	#form input, #form textarea, #form .upload {
		max-width:100%;
	}
	.contact {
		max-width:100%;
	}
}
@media screen and (max-width: 3.5in)  {
	.width50desktop100responsive {
		width:100%;
	}
	.splashscreen #logo video {
		margin-top:29%;
	}
	.main #logo video {
		margin-top:50%;
	}
	.menu {
		font-size:1.7em;
	}
	#eb_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	.eb_resizable {
		font-size:3em;
	}
	.eb_more_resizable {
		font-size:4em;
	}
	#eb_searchResults #eb_searchResultsCont {
		font-size:3em;
	}
	.only_on_responsive {
		display:block;
	}
	.splashscreen .only_on_responsive_splashscreen {
		display:block;
	}
	.main .only_on_responsive_splashscreen {
		display:none!important;
	}
	.only_on_desktop {
		display:none!important;
	}
	.mobile100 {
		width:100%;
	}
	.desktop30 {
		display:none;
	}
	.eb_diaporama {
		font-size:1em;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.eb_diaporama ul {
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.eb_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.eb_diaporama ul li button {
		display:block;
		width:100%;
		height:60rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.eb_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:25rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.eb_diaporama>.eb_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:0.75em;
	}
	.text_A {
		font-size:13pt!important;
	}
	.text_B {
		font-size:15pt!important;
	}
	.text_C {
		font-size:17pt!important;
	}
	.splashscreen #subHeader #eb {
		margin-left:2.5%;
		width:95%;
	}
	.main #subHeader #eb {
		margin-left:0%;
		width:50%;
	}
	td.text_Container {
		max-width:calc(100% - 7em);
	}
	#location li {
		max-width:100%;
	}
	#form input, #form textarea, #form .upload {
		max-width:100%;
	}
	.contact {
		max-width:100%;
	}
}
#eb_footer {
	position:relative;
	width:100%;
	height:5em;
	background-color:rgba(0,0,0,0.5);
}
#eb_csl {
	right:1em;
	top:0em;
	position:fixed;
	height:auto;
	width:30em;
	z-index:100001;
	font-family:Ubuntu;
}
.eb_csl {
	width:26em;
	height:auto;
	position:absolute;
	border-radius:1em;
	background-color:#fff;
	margin-top:1.5em;
	margin-left:1.5em;
	opacity:0;
}
.eb_csl span.eb_cslText {
	display:block;
	width:17em;
	left:0.5em;
	float:left;
	padding-top:1em;
	padding-bottom:1em;
	height:auto;
	position:relative;
	font-size:1.2em;
	color:#000;
}
.eb_csl span.eb_cslTextDialog {
	display:block;
	width:20.6em;
	left:0.5em;
	padding-top:1em;
	padding-bottom:1em;
	height:auto;
	position:relative;
	font-size:1.2em;
	color:#000;
	text-align:left;
}
.eb_csl span.eb_ok_cancel {
	display:block;
	width:20.6em;
	left:0.25em;
	padding-top:1em;
	height:auto;
	text-align:center;
	font-size:1em;
	color:#000;
}
.eb_csl .eb_ok {
	background-color:#bbb;
	border:none;
	width:auto;
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius:0.5em;
	font-size:1em;
	font-family:Ubuntu;
	color:#000;
}
.eb_csl .eb_cancel {
	background-color:#bbb;
	border:none;
	width:auto;
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius:0.5em;
	font-size:1em;
	font-family:Ubuntu;
	color:#000;
}
.eb_csl button.eb_cross {
	display:block;
	width:1.5em;
	height:1.5em;
	right:0.25em;
	margin-left:0;
	margin-right:0;
	margin-top:0.125em;
	margin-bottom:0.125em;
	padding:0;
	position:relative;
	float:right;
	background-color:transparent;
	font-size:2em;
	vertical-align:middle;
	border-radius:0;
}
.eb_csl button.eb_cross svg {
	top:0.05em;
}
.eb_csl button.eb_cross img {
	width:1.5em;
	height:1.5em;
	position:absolute;
}
.eb_clearboth {
	width:0;
	display:block;
	max-height:0;
	position:relative;
	clear:both;
}
.eb_fulljustify {
	text-align:justify;
}
.eb_fulljustify:after {
	content:"";
	display:inline-block;
	width: 100%;
}
.eb_block_set {
	min-width:1em;
	min-height:1em;
}
.eb_block_sub div {
	font-size:1em;
}
.eb_text .eb_block_sub span {
	line-height:1.2em;
	min-height:1.2em;
	height:auto;
	display:inline;
}
.eb_alt {
	font-family:Ubuntu;
}
#gearlist {
	position:relative;
	display:block;
}
#gearlist li:not(.eb_clearboth) {
	position:relative;
	display:inline-block;
	width:98%;
	padding-left:1%;
	padding-right:1%;
	margin-top:2em;
}
#gearlist li>span {
	display:inline-block;
	position:relative;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:0.333em;
	border-radius:1em;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:rgba(0,0,0,0.799);
	text-align:left;
	letter-spacing:-0.31em;
}
#gearlist li>span>h2 {
	width:100%;
	text-align:center;
	letter-spacing:normal;
}
#gearlist li>span>h3:nth-child(2n+1) {
	display:inline-block;
}
#gearlist li>span>h3:nth-child(2n) {
	display:inline-block;
}
#gearlist li>span>h3 {
	vertical-align:middle;
	letter-spacing:normal;
}
#location {
	position:relative;
	display:block;
}
#location li:not(.eb_clearboth) {
	position:relative;
	display:inline-block;
	width:98%;
	padding-left:1%;
	padding-right:1%;
	margin-top:2em;
	font-size:1em;
}
#location li>span {
	display:inline-block;
	position:relative;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:0.333em;
	border-radius:1em;
	overflow:hidden;
	min-width:40vw;
	width:calc(100% - 2em);
	font-size:1em;
	height:auto;
	background-color:rgba(0,0,0,0.799);
}
table, tbody, tr {
	position:relative;
	width:100%;
}
td.imageContainer {
	position:relative;
	display:block;
	float:left;
	width:5em;
	height:5em;
	background-color:white;
	border-radius:1em;
	overflow:hidden;
	line-height:4.75em;
}
td.text_Container {
	position:relative;
	display:block;
	float:left;
	width:calc(100% - 7em);
	padding-left:1em;
	text-align:left;
	line-height:5em;
}
td.text_Container .text {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	line-height:18pt!important;
}
.text_B table {
	padding-top:1em!important;
	padding-bottom:1em!important;
}
.text_B table:not(:last-of-type) {
	border-bottom:1px solid white;
}
.image {
	display:inline-block;
	max-width:4em;
	max-height:4em;
	width:auto;
	height:auto;
	position:relative;
	vertical-align:middle;
}
#textes {
	position:relative;
	display:inline-block;
	width:98%;
	padding-left:1%;
	padding-right:1%;
	margin-top:2em;
	text-align:center;
}
#textes>.text {
	display:inline-block;
	position:relative;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:0.333em;
	border-radius:1em;
	overflow:hidden;
	min-width:40vw;
	max-width:60vw;
	width:calc(100% - 2em);
	height:auto;
	background-color:rgba(0,0,0,0.799);
	font-size:15pt;
	text-align:center;
}
#studio {
	position:relative;
	display:inline-block;
	width:98%;
	padding-left:1%;
	padding-right:1%;
	margin-top:2em;
	text-align:center;
}
#studio>span {
	display:inline-block;
	position:relative;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:0.333em;
	border-radius:1em;
	overflow:hidden;
	min-width:40vw;
	max-width:60vw;
	width:calc(100% - 2em);
	height:auto;
	background-color:rgba(0,0,0,0.799);
	font-size:15pt;
	text-align:center;
}
#mentions {
	position:relative;
	display:inline-block;
	width:98%;
	padding-left:1%;
	padding-right:1%;
	margin-top:2em;
	text-align:center;
}
#mentions>span {
	display:inline-block;
	position:relative;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:0.333em;
	border-radius:1em;
	overflow:hidden;
	min-width:40vw;
	max-width:60vw;
	width:calc(100% - 2em);
	height:auto;
	background-color:rgba(0,0,0,0.799);
	font-size:12pt;
	text-align:left;
}
#mentions>span h2 {
	font-size:15pt;
	text-decoration:underline;
}
#signature {
	display:inline-block;
	width:100%;
	height:auto;
	position:relative;
}
#signature>span {
	display:inline-block;
	width:100%;
	height:auto;
	position:relative;
}
#signature img {
	margin-top:1em;
	margin-bottom:1em;
	display:inline-block;
	width:100%;
	max-width:400pt;
	height:auto;
	position:relative;
	border-radius:1em;
	overflow:hidden;
}
.date {
	display:inline-block;
	width:100%;
	text-align:left;
}
.leaflet-routing-container {
	color:black;
}
.leaflet-routing-collapse-btn {
	right:0.5em!important;
	z-index:10;
}
.leaflet-container {
	font-size:0.9em!important;
	font-family:inherit;
}
.leaflet-popup-content {
	max-width:20em;
	min-width:20em;
}
.leaflet-routing-alt-minimized {
	min-height:64px;
}
.leaflet-control-attribution {
	font-size:14px!important;
}
.leaflet-control-container .leaflet-routing-container-hide {
    width: 40px!important;
    height: 40px!important;
}
._2em {
	font-size:2em;
}
.titlebox {
	display:inline-block;
	width:auto;
	border:1px solid white;
	padding:0.5em;
	border-top-left-radius:0.5em;
	border-bottom-right-radius:0.5em;
}
#textContent div {
	min-height:1.2em;
	line-height:1.2em;
}
.rates {
	padding:0;
	margin:0;
	position:relative;
	width:100%;
	height:auto;
	display:block;
	text-align:center;
}
.rates li {
	list-style-type:none;
	display:inline-block;
	width:auto;
	height:auto;
	min-width:22.5vw;
	margin:1.25vw;
	text-align:center;
	border:1px solid white;
	border-radius:1em;
	overflow:hidden;
}
.bordeauxback {
	display:block;
	background-color:rgb(108,67,119);
	width:calc(100% - 2em);
	padding:1em;
}
.h3 {
	font-size:22pt;
	font-weight:bold;
	color:white;
}
.h4 {
	font-size:15pt;
	font-style:italic;
	color:white;
}
.rate {
	display:block;
	font-size:60pt;
	font-weight:bold;
	color:white;
	padding-left:0.15em;
	padding-right:0.15em;
}
.small {
	font-size:12pt;
	font-weight:bold;
	color:white;
}
.desc {
	font-size:12pt;
	font-style:italic;
	color:white;
}
