@font-face { 
	font-family: 'Lato-Black-Splash'; 
	src: local('Lato Black'), local('Lato-Black'), url('../shared/appsellweb/Lato-Black.woff') format('woff');
}

@font-face { 
  font-family: 'Open Sans Hebrew';
  src: url('../shared/fonts/OpenSansHebrew-Regular.woff2') format('woff2'),
      url('../shared/fonts/OpenSansHebrew-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  src: url('../shared/fonts/Roboto-Light.woff2') format('woff2'),
      url('../shared/fonts/Roboto-Light.woff') format('woff');
}


html {
    height: 100%;
    font-family: 'Roboto', 'Lato-Black-Splash', sans-serif !important;
    font-weight: 300;
    font-style: normal;    
}
  
html:lang(he) {
  font-family: 'Open Sans Hebrew', Arial, sans-serif !important;
}

  html, body {
    width: 100%;
    padding: 0;
    margin: 0;



  }
  
  body {
    min-height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  


    #loading_progress_container {
        min-height: 30px;
        margin-top: 50vh;
        margin-left: auto;
        margin-right: auto;
    }

    #p2 {
        top: 0;
        position: absolute;
    }

    #landing_page::before {
        background-size: cover;
        background-attachment: fixed;
        background-position-x: center;
        content: '';
        will-change: transform;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: fixed;
    }
    @media (max-width: 512px)  and (-webkit-min-device-pixel-ratio: 1.5),
        (max-width: 512px)  and (min-resolution: 1.5dppx),
        (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.5),
        (max-width: 1024px) and (max-resolution: 1.5dppx) {
	/*#landing_page::before {
        background-image: url('images/cover_bg_1024.png');
    }*/
    }
    @media (min-width: 513px)  and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
        (min-width: 513px)  and (max-width: 1024px) and (min-resolution: 1.5dppx),
        (min-width: 1025px) and (max-width: 2048px) and (-webkit-max-device-pixel-ratio: 1.5),
        (min-width: 1025px) and (max-width: 2048px) and (max-resolution: 1.5dppx)  {
    /*#landing_page::before {
        background-image: url('images/cover_bg_2048.png');
    }*/
    }
    @media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.5),
        (min-width: 1025px) and (min-resolution: 1.5dppx),
        (min-width: 2049px) and (-webkit-max-device-pixel-ratio: 1.5),
        (min-width: 2049px) and (max-resolution: 1.5dppx) {
    /*#landing_page::before {
        background-image: url('images/cover_bg_2880.png');
    }*/
    }

    #instructions-title {
        text-align: center;
    }

    #instruction-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    #instructions-content img {
        height: 17px;
    }

    .portfolio-header {
        position: relative;
        background-color: transparent;
    }
      
    .portfolio-header .mdl-layout__header-row {
        padding: 0;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center;
    }

    .ios-hand {
      height: 10vh;
      width: 10vh;
      background-image: url(../shared/images/hand.png);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain;      
    }

    .mdl-dialog-instruction {
      /* background-image: -moz-linear-gradient( 90deg, rgb(213,112,250) -12%, rgb(23,214,255) 47%, rgb(29,128,211) 100%);
      background-image: -webkit-linear-gradient( 90deg, rgb(213,112,250) -12%, rgb(23,214,255) 47%, rgb(29,128,211) 100%);
      background-image: -ms-linear-gradient( 90deg, rgb(213,112,250) -12%, rgb(23,214,255) 47%, rgb(29,128,211) 100%); */
      background-color: rgba(0, 0, 0, 0.7) !important;
      height: 100% !important;
      width: 100% !important;
      padding: 0 !important;
      bottom: 0 !important;
      top: initial !important;
    }
    .mdl-dialog-instruction .hint-header-texts {
      text-align: center;
      color: white;
      font-family: 'Roboto', 'Lato-Black-Splash', sans-serif !important;
      font-weight: 300;
      font-style: normal;      
    }

    .hint-header-texts:lang(he) {
      font-family: 'Open Sans Hebrew', Arial, sans-serif !important;
      font-weight: 100;
    }

    .hint-header-texts .hint-title {
      font-size: 8vh;
      padding-top: 8vh;
    }

    .hint-header-texts .hint-subtitle {
      padding-top: 7vh;
      font-size: 3.4vh;
      font-weight: 100 !important;
    }

    .dlg-got-it-btn {
        background-color: #FE9731;
        color: white;
        font-size: 3vh;
        padding: 1.2vh 5vh;
        border-radius: 1vh;
    }

    /* .mdl-dialog {
      background-color: #fffffff7;
      height: 100%;
      width: 100%;
      padding: 0;
      bottom: 0;
      top: initial !important;
    }     */

    @media (max-width: 600px) {
      .mdl-dialog {
              
        /* width: 85%; */
        background-color: #fffffff7;
        height: auto;
        width: 100%;
        padding: 0;
        bottom: 0;
        top: initial !important;
      }


      .mdl-dialog .dlg-sms-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

      .mdl-dialog .dlg-sms-iframe {
        height: 200px;
        padding-top: 40px;
        width: 75%;
      }

      .mdl-dialog .dlg-logo {
        position: absolute;
        width: 10vw;
        height: 10vw;
        border-radius: 4px;
        margin: 0;
        top: 3vw;
        left: 3vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 50%;
      }

    }

    .mdl-dialog .dlg-hint-content-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: auto;        
    }

    .mdl-dialog .js-instruction-content {
      margin-top: 5vh;
      margin-bottom: 5vh;
      height: 50vh;
      width: 94%;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
    }

    .mdl-layout__title {
        font-size: 20px;
        text-align: center;
        font-weight: 300;
    }
      
    .is-compact .mdl-layout__title span {
        display: none;
    }
      
    .portfolio-logo-row {
        min-height: 280px;
    }
      
    .is-compact .portfolio-logo-row {
        min-height: auto;
    }
      
    .portfolio-logo {
        background: url(images/app_logo.png) 50% no-repeat;
        background-size: cover;
        height: 150px;
        width: 150px;
        margin: auto auto 50px;
        border-radius: 15px;
    }
      
    .is-compact .portfolio-logo {
        height: 50px;
        width: 50px;
        margin-top: 7px;
    }

    .lp-supporting-text {
        text-align: center;
        color: white;
        margin: auto;
    }

    /* .portfolio-card {
        background-color: transparent;
        margin: auto;
    } */

    /* #btnSave {
        background: aliceblue;
    } */

  header {
    padding: 115px 0 32px 0;
    background-color: #00bcd4;
    color: white;
  }
  
  main, header > h1 {
    padding: 0 16px;
    max-width: 760px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  
  main {
    margin: 24px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  pre {
    white-space: pre-wrap;
    background-color: #EEEEEE;
    padding: 16px;
  }
  
  pre code {
    word-break: break-word;
  }
  
  .is-invisible {
    opacity: 0;
  }
  
  .subscription-details {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }
  
  @media (max-width: 600px) {
    header > h1 {
      font-size: 36px;
    }
  }
  

  
  #landing_page .custom-background {
    /* background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../shared/images/bg_cover_image.jpg); */
    background-color: #ffffff;
  }
  
  .portfolio-card {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    text-align: center;
    width: 500px;
    /* width: 90%;

    margin-top: 30px !important;
    background: none;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../shared/images/bg_phone_image.png);     */
  }
  
  .container:lang(he) {
    font-family: 'Open Sans Hebrew', Arial, sans-serif !important;
    font-weight: 100;
  }

  .container {
    font-family: 'Roboto', 'Lato-Black-Splash', sans-serif !important;
    font-weight: 300;
    font-style: normal;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .bottom-link {
    text-align: center;
    position: absolute;
    bottom: 0.5vh;
    margin-left: 20vw;
    margin-right: auto;
    width: 60vw;
    font-size: 1.5vh;
    color: rgb(39, 39, 39);
  }

  @media only screen 
  and (device-width : 375px) 
  and (device-height : 812px) 
  and (-webkit-device-pixel-ratio : 3) { 
    .container {
      height: 65vh;
    }
    
    .bottom-link {
      margin-left: 15vw;
      width: 70vw;
    }

    .container .btn-save {
      width: 30vw;
    }


  }


  .container .box-logo-wrapper {
    background: url(../shared/images/background-graphics.png) 50% no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36vh;
    margin: 2vh;
  }
  .container .box-logo-wrapper .portfolio-logo {
    background: url(images/app_logo.png) 50% no-repeat;
    -webkit-box-shadow: 0px 12px 25.38px 1.62px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 12px 25.38px 1.62px rgba(0, 0, 0, 0.15);
    background-size: cover;
    height: 20vh;
    width: 20vh;
    margin: auto auto;
    border-radius: 2vh;
  }
  .container .box-title {
    line-height: 6.8vw;
    font-size: 2.5vh;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .container .box-sub-title {
    font-size: 2.3vh;
    font-weight: 400;
  }
  .container .box-title, .container .box-sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;    
  }
  .container .download-arrow-icon {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 12vh;
    width: 12vh;
    background-image: url(../shared/images/download_arrow_icon.png);
  }
  .container .download-shadow {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vh;
    height: 3vh;
    background-image: url(../shared/images/download_arrow_icon_shadow.png);
  }


  .container .js-progress-animation {
    margin-left: auto;
    margin-right: auto;
    height: 12vh;
    width: 12vh;
    overflow: visible;
  }
  
  .js-progress-animation  svg {
    overflow: visible;
  }
  
  .container .box-button {
    width: 60%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 8vh;
    background-image: url(../shared/images/download-btn.png);
  }

  .container .btn-save {
    width: auto;
    padding-left: 3vh;
    padding-right: 3vh;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5vw;
    text-transform: initial;
    background-color: #1d80d3;
  }

  .container .btn-save:focus {
    background-color: #1d80d3 !important;
  }

  .container .btn-save:active {
    background-color: #1372c1 !important;
  }

  .container .btn-save:hover {
    background-color: #1372c1 !important;
  }


  .container .box-spacer {
    height: 10vh;
  }
  
  .footer-container {
    width: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 2.7vh;
    bottom: 3.5vh;
    position: absolute;
    background-image: url(../shared/images/footer-logo.png);
  }
  
  .help-background {
    z-index: 99;
    background: #1d80d3;
    opacity: 0.92;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .android-image {
    width: 100%;
    height: inherit;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../shared/images/android_action.png);
  }
  
  .ios-image {
    width: 100%;
    height: inherit;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../shared/images/ios_action.png);
  }

.bg {
	position: absolute;	
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}  
.logo_container {
	position: relative;
	top: 29.3vh;
}
.logo {
	position: absolute;	
	width: 16.6vh;
	height: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 1vh;
	-webkit-box-shadow: 0px 0px 1.5vh rgba(0, 0, 0, 0.8);
	        box-shadow: 0px 0px 1.5vh rgba(0, 0, 0, 0.8);
}
.app_name {
	position: relative;
	margin-left: 7.5vh;
	margin-right: 7.5vh;
	top: 48.6vh;
	font-family: 'Lato-Black-Splash', Arial, sans-serif;
	text-align: center;
	font-size: 3.69vh;
	color: white;
	font-style: normal;
	font-weight: 900;
	text-shadow: 0px 0px 0.5vh rgba(0, 0, 0, 1);
}

.appv_logo {
	position: absolute;
	width: 11vh;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.js-btn-container {
  display: flex;
  max-width: 200px;
  width: 50%;
  position: relative;
  overflow: visible;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3vh;

}

.progressbar-text {
  color: rgb(29, 128, 211) !important;
  font-size: 4vh;
  font-weight: 400;
}

.progressbar-text::after {
    content: "%";
    position: absolute;
    font-size: 2.3vh;
    bottom: 0.5vh;
}


.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.box-footer-address {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 4vh;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8vh;
    text-overflow: ellipsis;
}

@media screen and (min-width: 479px) {
    .box-footer-address {
        font-size: calc(12px + (16 - 12) * ((100vw - 479px) / (1200 - 479)));
    }
}

@media screen and (min-width: 1200px) {
    .box-footer-address {
        font-size: 16px;
    }
}



.box-footer-more-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5vh;
    line-height: 4vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-footer-more-info a {
    color: #1d80d3;
    padding-left: 2vw;
    padding-right: 2vw;
    font-weight: 900;
}

.box-footer-phone {
    font-size: 12px;
    padding: 2vh;
    
}

@media screen and (min-width: 479px) {
    .box-footer-phone {
        font-size: calc(12px + (16 - 12) * ((100vw - 479px) / (1200 - 479)));
    }
}

@media screen and (min-width: 1200px) {
    .box-footer-phone {
        font-size: 16px;
    }
}


.box-footer-phone a {
    color: black;
    font-weight: 900;
    text-decoration: none;
}
.box-footer-phone i {
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    padding-right: 10px;
}