/*
  Note: The content of this file must be manually minified and added to
  f7.welcomescreen.js and assign the result to the variable "css".
*/
.welcomescreen-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparant !important;
  z-index: 10500;
  color: #666;
  font-size: 16px;
}

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

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

.welcomescreen-title{
  width: 100%;
  text-align: center;
  margin-top: 20%;
}

.welcomescreen-picture{
  width: 100%;
  text-align: center;
  margin-top: 20%;
}

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

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

.welcomescreen-container .swiper-pagination-bullet-active{
  background: #fff !important;
}

.swiper-container-horizontal>.swiper-pagination{
  /*bottom: 20px;*/
  bottom:5% !important;
}

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

/*
    Parallax Background Effect
*/
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.hide-title {
    opacity: 0;
}


.help-card-header-pic .card-header {
    height: 85vw !important;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.card-content-help {
    height: 30vw !important;
    overflow: hidden !important;
}

@media screen and (min-width: 320px) and (max-width: 767px){
    .help-card-header-pic .card-header {
        height: 85vw !important;
        background-size: cover;
        background-position: center;
        color: #fff;
    }

    .card-content-help {
      height: 35vw !important;
        overflow: hidden !important;
    }
}


/* iPhone X */
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
    
    
    .help-card-header-pic {
        margin-top:200px !import;
    }
    
	.swiper-container-horizontal>.swiper-pagination{
		bottom:5% !important;
	}
	
	
}

/* iPhone 8 */
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 
    
}

/* iPhone 8 Plus */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
    
}

/* iPad 1 & 2 in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){ 

}


@media screen and (min-width: 375px) and (max-width: 379px){
}
@media screen and (min-width: 380px) and (max-width: 760px){
}
@media screen and (min-width: 410px) and (max-width: 760px){
}
@media screen and (min-width: 768px) and (max-width: 2960px){
}
@media screen and (min-width: 768px) and (max-width: 1024px){
}
@media screen and (min-width: 800px) and (max-width: 1280px){
}
@media screen and (min-width: 900px) and (max-width: 1280px){
}
@media screen and (min-width: 1440px) and (max-width: 2960px){
}
@media screen and (min-width: 1600px) and (max-width: 2560px){
}




