/*CSS HANDLER */
.redirectToMobile.popz, .redirectToMobile#modalew{
    
    width: 80%;
    
}
			.selectMobileSiteContainer  {
				width: 100%;
				text-align: center;
			  }
			  
			  .selectorText {
				display: block;
                font-size: 27px;
                letter-spacing: -0.02em;
                padding-top: 158px;
			  }
              
                .selectMobileSiteContainer a{
                    background: #333 none no-repeat scroll center 50px;
                    border: 1px solid #303030;
                    box-shadow: 0 0 10px #000;
                    display: block;
                    margin: 10px;
                    padding: 40px 60px 70px;
                    transition: all 70ms linear 0s;
                    width: auto;
                    
                }
              .selectMobileSiteContainer a:hover, .selectMobileSiteContainer a:focus{
                  /*  color: #888;
                    text-decoration: none;
                    background-color:  #3f3f3f;
                    background-position: center 15px;
                    padding: 5px 10px 5px;
                    
                
                */
              }
              
          .selectMobileSiteContainer .tablet {
               
                   background-image:  url("../img/tablets.png");
              
              }
                        
        .selectMobileSiteContainer .desktop {
            
             
               
                    
                   
                background-image:  url("../img/desktop.png");
                
                
              }
              .rememberIt{
                
               background: #333 none repeat scroll 0 0;
                display: block;
                font-size: 1.5em;
                margin: 10px;
                padding: 20px;
                width: auto;
                
                
              }