
#footerMenu-ipad {
    /*margin-top:79px;*/
    border:1p solid #090;
    position: fixed;
    height: 100%;
    background:#21282E;
    left: 0;
    width: 80px;
    overflow: hidden;
    -webkit-transition: .0s all ease-in-out;
    -moz-transition: .0s all ease-in-out;
    -o-transition: .0s all ease-in-out;
    -ms-transition: .0s all ease-in-out;
}


.button-1-ipad { background-position:-2px -154px; }
.button-2-ipad { background-position:-80px -154px; }  
.button-3-ipad { background-position:-159px -154px; } 
.button-4-ipad { background-position:-237px -154px; }  
.button-5-ipad { background-position:-316px -154px; }   
.button-6-ipad { background-position:-394px -154px; }  
.button-7-ipad { background-position:-473px -154px; }  
.button-8-ipad { background-position:-551px -154px; }  

.button-1-ipad-active { background-position:-2px -235px; }
.button-2-ipad-active { background-position:-80px -235px; }
.button-3-ipad-active { background-position:-159px -235px; }
.button-4-ipad-active { background-position:-237px -235px; }
.button-5-ipad-active { background-position:-316px -235px; }
.button-6-ipad-active { background-position:-394px -235px; }
.button-7-ipad-active { background-position:-473px -235px; }
.button-8-ipad-active { background-position:-551px -235px; }  


/*#footerMenu {
    height: 650px;
    left: 0px;
    width: 80px;
    position:relative;
}*/
#mainMenuTab{
    display:none;
}    

.button-menu {
    height:55px;
    /*border-top:1px solid #1A150E; *//*#1A150E;*/
   /* border-right:1px solid #1A150E;*/
    /*background-position:-3px -145px;*/
    margin:0px;
}

.main-menu-row {
    margin-top:0px;
}


.blankareamenu{
    float:left;
    width:80px;
    height:400px;
    display:block;
}

.bannersTablet {
    background:#23282C;
    height: 100%;
    width:100%;
}
.bannersTablet nav {
    border-top:1px #3A4146 solid;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#292F34), to(#23282C));
    background-image: -webkit-linear-gradient(top, #292F34, #23282C);
    background-image:    -moz-linear-gradient(top, #292F34, #23282C);
    background-image:     -ms-linear-gradient(top, #292F34, #23282C);
    background-image:      -o-linear-gradient(top, #292F34, #23282C);
    background-image:         linear-gradient(top, #292F34, #23282C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#292F34', EndColorStr='#23282C'); 
    /*height:35px;*/
    position:relative;
}

.bannersTablet img{
    width:100%;
    height:250px
}


.Client-bg-Color{
   background:#E8C464;
   /*min-height: 1300px;*/
   background-size:100% 100%;
   background-repeat: no-repeat; 
   color:#FFF; text-shadow: none;
   padding-bottom:120px;
}

/*.autoHeight{
    width:100%;
}*/

.isScrollList{
    overflow-y: scroll;
  /*  height:100%;*/
  /* position:absolute;*/
}

/*.autoHeight ul{
    margin:0;
    padding:0;
}*/

.mspagecontent{
    float:right;
    width:55%;
    height:100%; 
}

.DetailsImage{
    width:100%
}

.swipe-to-scroll{
    display:block;
    margin-top:-10px;
}

.listHiglight{
    background:#fadb4e;
    background-image:linear-gradient(#ffefaa, #ffe155);
    background-image:linear-gradient(#ffefaa, #ffe155);
    background-color:rgb(250, 219, 78);
}

 .ButtonPosition{
  position:absolute;right:0px;top:5px;
}

.widthStyle{
    width:75%; margin:0 auto;
}

.inputErrorClass{border:5px solid #000}




@media only screen and (orientation:landscape) { 
    
    .widthStyle{
    width:75%;margin:0 auto;
   }

    .mspagecontent{
    margin-left:0;
    }
 
     .mspagecontent{
         display:block;
     } 
    
     
     .ListDefaultDetails{
         display:block;
     }
     
  /*    .ButtonPosition{
  position:absolute;right:25px; top:20%;;
}*/
 }
 
@media only screen and (orientation:portrait) { 
   
   /*  .ButtonPosition{
  position:absolute;bottom:0px;
}*/

    .widthStyle{
    width:75%;margin:0 auto;
   }
   
    .mspagecontent{
    margin-left:5px;
    }
 

     .mspagecontent{
         display:block;
     }
     
    
     .ListDefaultDetails{
         display:block;
     }
     
     .ui-content{
    padding-left:0;
    padding-right:0;
}
 }