.welcomescreen-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/intro_bg.png) no-repeat center center;
  background-size: cover;
  z-index: 10500;
  color: #666;
  font-size: 20px;
}

.welcomescreen-closebtn{
  top: 5px;
  right: 5px;
  position: absolute;
  text-align: right;
  color: #fff;
  z-index: 9998;
  font-size: 14px;
  padding: 15px;
}

.welcomescreen-swiper {
  position:relative;
  width: 100%;
  height: 100%;
}

.welcomescreen-picture{
  width: 100%;
  text-align: center;
  position: relative;
  height: 70%;
  margin-top: 0;
}

.welcomescreen-title {
  position:absolute;
  bottom: 18%;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  color: #000;
  text-align:center;
}

.welcomescreen-text {
  position:absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.7em;
  text-align:center;
}
.welcomescreen-content {
  padding: 0 15px;
}

.welcomescreen-container .swiper-pagination-bullet{
  background: rgba(255, 255, 255, 0.9) !important;
}

.welcomescreen-container .swiper-pagination-bullet-active{
  background: #fff;
  transform: scale(1.5,1.5);
}

.swiper-container-horizontal>.swiper-pagination{
  bottom: 12%;
}

html.with-statusbar-overlay .welcomescreen-container{
    top: 20px;
}

.welcomescreen-container .swiper-title {
	text-align: center;
	font-size: 1em;
	top: 50px;
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
}

.welcomescreen-container .swiper-title span {
	font-weight: bold;
	display: block;
}

.welcomescreen-container .swiper-title b {
	width: 80px;
	height: 4px;
	background: #fff;
	display: inline-block;
	margin: 5px auto;
}

.welcomescreen-container .swiper-slide {
	height: 60%;
	display: block;
	background: #fff;
	border-radius: 5px;
	margin: 35% 4% 0;
	width: calc(100% - 8%) !important;
	overflow: hidden;
}

.tutorial_screen_img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

#tutorial-close-btn a{
  background-image: -moz-linear-gradient( 95deg, rgb(55,171,167) 4%, rgb(92,229,224) 100%);
  background-image: -webkit-linear-gradient( 95deg, rgb(55,171,167) 4%, rgb(92,229,224) 100%);
  background-image: -ms-linear-gradient( 95deg, rgb(55,171,167) 4%, rgb(92,229,224) 100%);
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 3%;
  left: 20%;
  width: 60%;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  height: 40px;
  z-index: 14;
}