/* ---- */
/* HTML */
/* ---- */

html {
	padding:0;
	margin:0;
	
	background-color:#ffffff;
	
	width:100%;
	height:100%;
}

body {
	text-align:center;
	padding:0;
	margin:0;
	
	font-family: "Lora", "Times New Roman", times, sherif;
	
	background-color:#222323;
	
	padding:0;
	margin:0;
	
	width:100%;
	height:100%;
	
	text-align:left;
	
}

h1 {
	font-family: "Lora", "Times New Roman", times, sherif;
	font-weight:normal;
	font-size:30px;
	line-height: normal;
		
	color:#96a48d;
		
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	
	border-top:1px solid #96a48d;
	border-bottom:1px solid #96a48d;
}

h2 {
	font-family: "Lora", "Times New Roman", times, sherif;
	font-weight:normal;
	font-size:26px;
	line-height: normal;
		
	color:#d18153;
		
	padding:0px;
	margin:0px;
	line-height:normal;	
	
	border-top:1px solid #d18153;
	border-bottom:1px solid #d18153;
}
h3 {
			
	color:#020200;
	
	font-size:20px;
	font-weight:normal;
	line-height: normal;
	
	margin:0px;	
	padding:0px;
	margin-bottom:12px;
	
	border-top:1px solid #020200;
	border-bottom:1px solid #020200;
}
h4 {
	margin:0px;	
	padding:0px;
	margin-bottom:5px;
	
	font-size:16px;
	font-weight:bold;
}

.content b {

    color: #000000;
    font-size: 20px;
    font-weight: normal;

}

table {
	width:100%;	
}
table tr:first-child td {
	background-color:#C6BFAD;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	font-family: "Lora", "Times New Roman", times, sherif;
	
	white-space:nowrap;
}
table tr:first-child td:first-child {
	border-radius:10px 0px 0px 10px ;
}
table tr:first-child td:last-child {
	border-radius:0px 10px 10px 0px ;
}
td {
	border-bottom:1px solid #fff;	
	background-color:#f2f2f2;
	text-align:center;
	padding:8px;
	font-size:16px;
}
td img {
	vertical-align: middle;
}


img {
	border:0px;
	vertical-align: bottom;
}

hr {
	background-color: #96a48d; height: 1px; border: 0;
}

input, textarea, select, form .button {
	color:#96a48d;
	border:1px solid #96a48d;
	background-color:#fff;
	font-size:inherit;
	box-sizing:border-box;
	
	padding:5px;
	margin-top:5px;
	
	font-family:inherit;
	
	vertical-align:middle;
	
}
input:not([type="checkbox"]):not([type="radio"]), 
select, .middle form .button {
	height:34px;	
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.middle form .button {
	color:#fff;
	font-weight:normal;
}
input.readonly, input[readonly] {
	padding:0px;
	border:0px;
	color:inherit;
}
input.date {
	width:120px;
}
input.file {
	padding:0px;
	line-height:28px;
	overflow:hidden;
}
select {
	font-weight:normal;
		
	background: url(../design/form-arrow-off.png) no-repeat right 10px center;
	background-color:#fff;
	padding-right:25px !important;
}


select option {
	padding:0px;
}
select::-ms-expand {
 display:none;
}
select[multiple="multiple"] {
	height:200px;
	font-size:18px;
}
/*
select option:first-child {
	font-weight:normal;
	color:#96a48d;
	opacity:1.0;
}
select option[value=""] {
	font-weight:normal;
	color:#96a48d;
	opacity:1.0;
}
*/
::-webkit-input-placeholder{
	font-weight:normal;
	color:#96a48d;
	opacity:1.0;
} /* Chrome/Opera/Safari */
::-moz-placeholder{
	font-weight:normal;
	color:#96a48d;
	opacity:1.0;
} /* Firefox 19+ */
:-ms-input-placeholder {
	font-weight:normal;
	color:#96a48d;
	opacity:1.0;
} /* IE 10+ */
::placeholder { /* Firefox 18- */
  font-weight:normal;
  color:#96a48d;
  opacity:1.0;
}
textarea {
	display:block;
	width:100%;
	padding:5px;
	box-sizing:border-box;
}
form .valid, form .invalid {
	background-image:url('../design/picto-valid.png');
	background-position:right 5% center;
	background-repeat:no-repeat;
	border-width:2px;
}
form .invalid {
	background-image:url('../design/cross-on.gif');
	border-color:#d9001d;
	color:#d9001d;
}
form .invalid::placeholder {
	color:#d9001d;
}

label {
	display:block;
	margin-top:5px;
	vertical-align:middle;
	
	font-weight:bold;
}
label.inline {
	display:inline-block;
	margin-right:20px;
	font-weight:normal;
}

a {
	color:#d18153;
}

/* --- */
/* IDs */
/* --- */
#site {
		
	margin:0px;		
	padding:0px;
	
	height: calc(100% - 37px);
	position: relative;
	padding-top: 37px;

}

#header {

	text-align:left;
	margin:0px;
	padding:0px;
	
	/*margin-top:37px;*/
		
	height:160px;
		
	background-color: #fff;	
	color:#333333;
	
	position:relative;
	
}
#header h1 {	
	color:#333333;
	font-weight:bold;
	font-style:italic;
	font-size:40px;
	
	margin-bottom:10px;
	
	text-shadow:3px 3px 5px #333;
	
	padding-top:10px;
		
}
#header .img {
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

#header #languages {
	position:relative;
	display:inline-block;
	padding:0px;
	
}
#header #languages a {
	color:#fff;
	margin-left:6px;
	font-size:14px;
	text-decoration:none;
}
#header #languages #form_lang select {
	margin: 0px;
	padding: 0px;
	height: auto;
	border: none;
	border-radius: 0px;
	color: inherit;
	background-color: transparent;
	font-size: inherit;
	
	background-image:url('../design/select-arrow-white.png');
}
#header #languages #form_lang select option {
	color: #333;
}
#header .block.submenu {
	
	font-family: "Lora", "Times New Roman", times, sherif;
	font-size:14px;
	
	height:37px;
	background-color:#C6BFAD;
	color:#fff;
	text-align:right;
	
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	
	line-height:37px;
	overflow:visible;
	
	z-index:750;
}
#header .block.submenu .user_connection img {
	margin-left:10px;
	vertical-align:top;
}
#header .block.submenu .fixedmenu img {	
	vertical-align:middle;
	cursor:pointer;
}

#header .block.submenu .fixedmenu {
	text-align:left;
	font-size:inherit;
	color:inherit;
	right:auto;
	left:0px;
	bottom:auto;
	top:0px;
	z-index:1;
	width:50%;
}

#pages {
	min-height: calc(100% - 227px); /* FILL 100% - header 160 - footer 67 */ 
	background-color: #fff;
	
	padding:0px;
}

.middle {
	
	background-color:#fff;
		
	padding:0px;
	margin:0px;
		
	line-height:1.5;
	min-height:480px;
	
	vertical-align:top;
		
}
.middle .pagewidth {
	width:auto;
	margin:0px;
	max-width:none;
}

.content>.block,
.content .paragraph,
.content>h1,
.content>h2 {
	transition:margin 1.0s, opacity 1.0s;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.menu {
	
	font-family: "Lora", "Times New Roman", times, sherif;
	
	position:absolute;
	bottom:0px;
	right:0px;
	
	text-align:right;
	
	padding:0px;
		
	font-size:24px;
	color:#96a48d;
		
	display: block;
	
}
.menu ul {

	list-style-type: none;

	padding: 0px;	
	margin: 0px;
	
	display: block;
	
	position:relative;
	
	white-space: nowrap;

}
.menu li {

	position:relative;
	padding: 0px;
	margin: 0px;
		
	/*padding-left:42px;*/
	text-align:center;
	width:auto;
	display:inline-block;
	
	line-height: normal;
			
}
.menu a {

	position:relative;
	padding: 0px;

	display:inline-block;
		
	color:inherit;
	text-decoration:none;
		
}
.menu a:hover, .menu .selected a {	
	border-top:1px solid #96a48d;
	border-bottom:1px solid #96a48d;
}
.submenu .menu a:hover, .submenu .menu .selected a {
	border-color:#fff;
}

.content, .wysiwyg {

	position:relative;
	padding:0px;
	margin:0px;
		
	color:#3C3B39;/*1a171b;*/
	font-size:16px;
	
	width:100%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	
	padding-top:100px;
	padding-bottom:100px;	
		
	text-align:center;
	vertical-align:top;
		
}
ul {
	list-style-type: disc;
	margin:0px;
	padding:0px;
		
	list-style-position:outside;
	margin-left:16px;
}
li {
	margin:0px;
	padding:0px;
	
}
.paragraph {	
	padding:0px;				
	margin:0px;
	margin-bottom:20px;
	
	position:relative;
	
}

.blocks {
		
	margin:0px;
	padding:0px;
	
	vertical-align:top;

	
}
.block {
	position:relative;
	text-align:center;
	
	/*overflow: hidden;*/
	
	width: 100%;
	
	background-repeat:no-repeat;
	background-position:center center;
	
}
.page .middle .block[class^="block illu"] h1 {
	font-size:128px;
	letter-spacing:0.1em;
	margin-top:358px;
	color:#fff;
	padding:0px;
	background:none;
	width:100%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	line-height:normal;
	
	border-color:#fff;
	
	text-shadow: 0px 0px 5px #000;
}
#site .page .middle .block[class^="block illu"] {
	font-size:30px;
	color:#fff;
	text-shadow: 0px 0px 13px rgba(0,0,0,0.5);
	
	height:1011px;
	
	box-shadow: 0px 0px 5px #333;
	
	overflow:hidden;
}
.block[class^="block illu"] .img:last-child {	
	cursor:pointer;
	
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translate(-50%, 0%);
}
.page .middle .block[class^="block illu"] .video_container {
	position:absolute;
		left:0;
		top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.page .middle .block[class^="block illu"] .video_container video {
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%, -50%);
}

.page .middle .block[class^="block gallery"] .img {
	float:none;
	display:inline-block;
	cursor:pointer;
	border:1px solid #999;
	
	transition:opacity 0.2s;
}
.page .middle .block[class^="block gallery"] .img:hover {
	opacity:0.7;
}

#site .page .middle .block[class^="block col4"] {
	width:calc(23.5% - 2px);	
	margin-right:2%;
	display:inline-block;
	margin-bottom:2%;
}
#site .page .middle .block[class^="block col4"]:nth-child(4n) {
	margin-right:0%;
}

#site .page .middle .block[class^="block col2"] {
	width:calc(47% - 2px);
	padding-left:1%;
	padding-right:1%;
	display:inline-block;
	margin-right:2%;
	margin-bottom:2%;
}
#site .page .middle .block[class^="block col2"]:nth-child(2n) {
	margin-right:0%;
}

#site .page .middle .block[class^="block col3"] {
	width:calc(30% - 2px);
	padding-left:1%;
	padding-right:1%;	
	display:inline-block;
	margin-right:2%;
	margin-bottom:2%;
}

#site .page .middle .block[class^="block col3"]:nth-child(3n) {
	margin-right:0%;
}

#site .page#locations .middle .block.cols_locations .block:first-child,
#site .page#rentals .middle .block.cols_locations .block:first-child {
	background-color:transparent;
	border-color:#fff;
}

#site .page#la_region .middle .block.cols_region .block,
#site .page#the_region .middle .block.cols_region .block {
	height:640px;
	overflow:hidden;
}
	
#site .page .middle .block[class^="block cols"] .block {
	background-color:#A2AE95;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #000;
}
#site .page .middle .block[class^="block cols"] .block a {
	color:inherit;
}
#site .page .middle .block[class^="block cols"] .block:last-child {
	background-color:#D9BFB0;
}

#site .page .middle .block[class^="block cols"] .block h3 {
	border:none;
}

.block.contact_footer {		

	background-image:url('../images/banners/footer_contact.jpg?d=201803261217');	
	margin-bottom:10px;
	
	visibility:visible;
	height:638px;
	overflow:hidden;
	
	box-shadow: 0px 0px 5px #333;
	
}
.block.contact_footer a {
	display:inline-block;
	background-color:#96a48d;
	color:#020200;
	font-weight:normal;
	
	font-size:56px;
	padding:60px;
	padding-top:40px;
	padding-bottom:40px;
	
	border:3px solid #020200;
	box-shadow:3px 3px 5px rgba(2,2,0,0.8);
	
	position:absolute;
	left:50%;
	top:50%;
	
	transform:translate(-50%, -50%);
	
	text-decoration:none;
	/*white-space: nowrap;*/
	
	transition:all 0.2s;
}
.block.contact_footer a:hover {
	transform:translate(-50%, -50%) scale(1.2);
}

#footer {
	background-color:#C6BFAD;
	
	
	overflow:visible;
				
	font-size:12px;	
	text-align:center;
	color:#fff;
	
	margin:0px; 
	padding:0px;
	padding-bottom:10px;
	
	clear:both;
	
}
#footer .pagewidth {
	width:auto;
	margin:0px;
	max-width:none;
}

#footer .img { 
	float:none;
	display:inline-block;
}

/* ------- */
/* CLASSES */
/* ------- */
.error {
	border:1px dotted #993333;
	color:#993333;
	font-size:16px;
}
.group {
	background-color:#333333;
	padding:10px;
	color:#cccccc;
}

.img {	

	position:relative;
	
	margin:10px;
	margin-top:0px;
	
	border:0px;
	vertical-align:middle;
	
}

.left {
	float:left;
	margin-left:0px;
}
.align_left {
	text-align:left;
}
.center {
	text-align:center;
	
	padding:0px;
	margin:0px;
	/*clear:both;*/
}
.align_center {
	text-align:center;
	
}
.right {
	float:right;
	margin-right:0px;
}
.align_right {
	text-align:right;
}
.clear {
	clear:both;
}
.pagewidth {

	width:100%;
	max-width:960px;
		
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position:relative;
		
}
.blue {
	color:#333380;
}
.red {
	color:#CC3300;
}
.green {
	color:#336600;
}
.gray {
	color:#999999;
}
.more {
	text-align:right;
	display:block;
}

.quote {
	background-color:#eee;
	border:1px solid #000;
	border-radius: 5px;
	
	margin:20px;
	padding:20px;
}

form .button, a.button {
	display:inline-block;
	
	background-color:#96a48d;
	color: #000;
	padding-left: 50px;
	padding-right: 50px;
	
	margin-top:30px;
	
	cursor: pointer;
	text-decoration: none;
	
	border:1px solid #000;
	font-family: "Lora", "Times New Roman", times, sherif;
	
	text-align:center;
	
	transition:all 0.2s;
}
form .button:not(.transbutton):hover, a.button:not(.transbutton):hover {
	transform:scale(1.2);
}

.submitted {
	margin-top:30px;
}
.submitted span {
	color:#96a48d;
	font-size:16px;
	display:inline-block;
	margin-top:20px;
}


.col50>* {
	width:calc(50% - 20px);
	margin-right:40px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
}
.col50>*:nth-child(even) {
	margin-right:0px;
}
.col33 {
	vertical-align:top;
}
.col33>* {
	width:calc(33.33% - 26.66px);
	margin-right:40px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
}
.col33>*:nth-child(3n) {
	margin-right:0px;
}

.page .content .paragraph h2 {
	font-family: "Lora", "Times New Roman", times, sherif;
	color:#C6BFAD;
	font-size:40px;
	margin-bottom:20px;
}

.truelink {
	text-decoration:underline;
	color:#009dff;
}

.arrow-down {
	cursor:pointer;
	position: absolute;
	top: 0px;
	left:50%;
	transform:translate(-50%, 0);
	z-index:500;
}

.success {
	color:rgb(0, 132, 119);
	border-bottom:1px solid rgb(0, 132, 119);	
	font-size:40px;
	margin-bottom:30px;
	padding-bottom:40px;
	
	text-align: center;
}

.dummy {
	display:none;
}

.content a.user_connection {
	display:none;
}

.container {
	position:relative;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}