/*--------------------------------------------------------------------------------------------------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: 8%;
}
/*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: 8%;
}
/*-----------------------------------------------------------------------------------------*/
/*large thumb border spacing landscape*/
.lrgtb-mbl-L {
border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border: 1px solid #7c86a3;/*dark blue*/
box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.8);/*Horizontal Shadow Length / Vertical Shadow Length / Blur Radius / Blur Radius / (opacity)*/
margin-bottom: 4%;
margin-top: 1%;
margin-right: 1%;
margin-left: 1%;
}
/*small thumb border spacing landscape*/
.smtb-mbl-L {
border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border: 1px solid #7c86a3;/*dark blue*/
box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.8);/*Horizontal Shadow Length / Vertical Shadow Length / Blur Radius / Blur Radius / (opacity)*/
margin-bottom: 1%;
margin-top: 4%;
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(CI-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;
}