/*--------------------------------------------------------------------------------------------------mobile landscape Plush Acoustics--------------------------------------------------------------------------------------------------*/
/*display none mobile landscape*/
.dn-mbl-L {
display: none;
}
::-webkit-scrollbar {
display: none; // Safari and Chrome
}
/*------------------------------------------------------------------------------------------------------body content positioning------------------------------------------------------------------------------------------------------*/
/*body content outer div portrait*/
.bcod-mbl-L {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000000;
background-position: center center;
background-repeat:no-repeat;
background-size:cover;
width: 100%;
height: 100%;
z-index: 100;
}
/*body content inner div portrait*/
/*.bcid-mbl-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
padding-bottom: 0;
z-index: 100;
}*/
/*-------------------------------------------------------------------------------------------------------gallery divs and content-------------------------------------------------------------------------------------------------------*/
/*gallery content outer div landscape*/
.gcod-mbl-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: 100%;
overflow-y: hidden;
overflow-x: hidden;
z-index: 100;
}
/*gallery content inner div landscape*/
.gcid-mbl-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
height: 100%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
padding-top: 0;/*space below page title*/
z-index: 100;
}
/*-----------------------------------------------------------------------------------------*/
/*gallery page scroll container spacer top landscape*/
.gpscs-mbl-t-L {
height: 4%;
}
/*gallery page scroll container landscape*/
.gpsc-container-mbl-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
left: 0%;
right: 0%;
width: 90%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-left: auto;
margin-right: auto;
}
/*gallery page scroll container spacer bottom landscape*/
.gpscs-mbl-b-L {
height: 12%;
}
/*-----------------------------------------------------------------------------------------*/
/*elements sub page center content portrait*/
/*.espcc-mbl-L {
position: static;
left: 10%;
right: 10%;
width: 80%;
height: auto;
padding-top: 60px;
padding-bottom: 20px;
z-index: 100;
}*/
/*sub page content text titles portrait*/
/*.spctt-mbl-L {
position: relative;
bottom: 12px;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 2.5vw;
font-weight: normal !important;
color: #c2d2ff;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);*//*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
/*-webkit-text-size-adjust: none !important;
line-height: 2.5vw;
letter-spacing: 0;
z-index: 10;
}*/
/*sub page content text small portrait*/
/*.spct-sm-mbl-L {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 2vw;
font-weight: normal !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);*//*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
/*-webkit-text-size-adjust: none !important;
line-height: 2vw;
letter-spacing: 0;
z-index: 10;
}*/
/*-----------------------------------------------------------------------------------------*/
/*large thumb border spacing portrait*/
.lrgtb-mbl-L {
border-radius: 100px 100px 100px 100px;
-webkit-border-radius: 100px 100px 100px 100px;
-moz-border-radius: 100px 100px 100px 100px;
border: 1px solid #a38762;/*dark gold*/
/*border: 1px solid #7c86a3;*//*dark blue*/
box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);/*Horizontal Shadow Length / Vertical Shadow Length / Blur Radius / Spread Radius / (opacity)*/
margin-bottom: 8%;
margin-top: 1%;
margin-right: 1%;
margin-left: 1%;
}
/*small thumb border spacing portrait*/
.smtb-mbl-L {
border-radius: 100px 100px 100px 100px;
-webkit-border-radius: 100px 100px 100px 100px;
-moz-border-radius: 100px 100px 100px 100px;
border: 1px solid #a38762;/*dark gold*/
/*border: 1px solid #7c86a3;*//*dark blue*/
box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);/*Horizontal Shadow Length / Vertical Shadow Length / Blur Radius / Spread Radius / (opacity)*/
margin-bottom: 4%;
margin-top: 1%;
margin-right: 1%;
margin-left: 1%;
}
/*-----------------------------------------------------------------------------------------*/
/*rotate phone image outer div landscape*/
.rpoc-mbl-L {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center center;
background-repeat:no-repeat;
background-size:cover;
width: 100%;
height: 100%;
z-index: 20;
}
/*rotate phone image inner div landscape*/
.rpic-mbl-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
padding-bottom: 0%;
z-index: 20;
}
/*rotate phone image landscape*/
.rpi-mbl-L {
position: relative;
content: url(AA-images-files/menu/rotate-phone.gif);
background-position: center center;
background-repeat:no-repeat;
background-size: contain;
top: 50%;
transform: perspective(1px) translateY(-50%);
right: 40%;
left: 40%;
width: 20%;
-webkit-transform: scaleX(-1) rotate(90deg);
-moz-transform: scaleX(-1) rotate(90deg);
-ms-transform: scaleX(-1) rotate(90deg);
-o-transform: scaleX(-1) rotate(90deg);
transform: scaleX(-1) rotate(90deg);
z-index: 20;
}