.welcomescreen-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;  
  z-index: 10500;
  font-size: 16px;  
  
  color: black; 
     
  background: white; 
  background: -webkit-linear-gradient(bottom, white, #d9d9d9); 
  background: -o-linear-gradient(bottom, white, #d9d9d9); 
  background: -moz-linear-gradient(bottom, white, #d9d9d9);        
  background: linear-gradient(to bottom, white, #d9d9d9);

}

.welcomescreen-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}


.welcomescreen-slide{
    overflow:auto;
    width: 100%;
    margin: 0 auto;    
}

.welcomescreen-closebtn{
  top: 5px;
  right: 5px;
  position: absolute;
  text-align: right;
  z-index: 9998;
  font-size: 14px;
  padding: 15px;
}


.welcomescreen-swiper-content {      
  position:relative;
  text-align: center;
  margin-top: 10%;  
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
}

.welcomescreen-swiper-content p {      
  text-align: justify;  
  padding-left: 8px;
  padding-right: 8px;
}

.welcomescreen-swiper-content img, .welcomescreen-swiper-content i{
  image-resolution: snap;
  text-align: center;  
}

.welcomescreen-swiper-botton {
	bottom:0px;
}

.welcomescreen-text-bottom {  
   position:fixed;   
   bottom:0px;   
   width:100%;
     
  left: 0;
  right: 0;  
  text-align:center;
}

.top{
  top:0px !important;
  margin-top: 0px !important;
  height:100% !important;
}

.welcomescreen-content {
  padding: 15px;
}

/*
.static {
  position:static !important;
}
*/