/*--------------------------------------------------------------------------------------------------mobile landscape Plush Acoustics--------------------------------------------------------------------------------------------------*/
.landscape-view-nulled {
display: none;
}
/*display none mobile landscape*/
.dn-tab-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;
}
/*---------------------------------------------------------------------------------------------------logos / icons / menu and titles--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------body content text end-----------------------------------------------------------------------------------------------------*/

/*phone rotation for ios landscape*/
/*contact page outer div*/
.rpic-tab-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-tab-L {
position: relative;
content: url(images-files/menu/W-rotate-phone.gif);
background-position: center center;
background-repeat:no-repeat;
background-size: contain;
top: 50%;
transform: perspective(1px) translateY(-50%);
right: 42%;
left: 42%;
width: 16%;
-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);
}