/*--------------------------------------------------------------------------------------------------mobile landscape Plush Acoustics--------------------------------------------------------------------------------------------------*/
.landscape-view-nulled {
display: none;
}
/*display none mobile landscape*/
.dn-mbl-L {
display: none;
}
/*------------------------------------------------------------------------------------------------------body content positioning------------------------------------------------------------------------------------------------------*/
/*body outer div landscape*/
.bod-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%;
/*position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: 100%;*/
z-index: 100;
}
/*body center content outer div landscape*/
.bcod-mbl-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
z-index: 100;
}
/*-----------------------------------------------------------------------------------------*/
/*gallery page outer div landscape*/
.gpod-mbl-L {
position: absolute;
/*position: relative;*/
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: 100%;
overflow-y: hidden;
overflow-x: hidden;
z-index: 100;
}
/*gallery page inner div landscape*/
.gpid-mbl-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
height: 100%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
/*padding-top: 16%;*//*space below page title*/
z-index: 100;
}
/*-----------------------------------------------------------------------------------------*/
/*gallery page form container top spacer landscape*/
.gp-fcs-mbl-t-L {
height: 20px;
}
.gp-form-container-mbl-L {
position: absolute;
/*position: relative;*/
top: 50%;
transform: perspective(1px) translateY(-50%);
left: 0%;
right: 0%;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 100%;
/*max-height: 600px;*/
overflow-y: auto;
overflow-x: hidden;
}
/*gallery page form container bottom spacer landscape*/
.gp-fcs-mbl-b-L {
height: 40px;
}
/*thumb border spacing landscape*/
.tbs-mbl-L {
margin-bottom: 1%;
margin-top: 1%;
margin-right: 1%;
margin-left: 1%;
}
/*---------------------------------------------------------------------------------------------------logos / icons / menu and titles--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------body content text end-----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------*/
/*phone rotation for ios landscape*/
/*contact page outer div*/
.rpic-mbl-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height:auto;
padding-bottom: 1%;
z-index: 60;
}
/*rotate phone image middle landscape*/
.rpi-mbl-L {
position: relative;
content: url(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);
}