/* s6 icon font -> LOCAL */

@font-face {
  font-family: 'demo';
  src:  url('../fonts/demo.eot');
  src:  url('../fonts/demo.eot') format('embedded-opentype'),
    url('../fonts/demo.ttf') format('truetype'),
    url('../fonts/demo.woff') format('woff'),
    url('../fonts/demo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'demo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* General reset rules */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img,
strong, b, i, dl, dt, dd, ol, ul, li, fieldset, label {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    font-size: 14px;
    *font-size:small;
    text-align: center;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    outline: none;
}

body, html  {
    height: 100%;
    overflow: hidden;
}

html { -webkit-font-smoothing: antialiased;  -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }


body {
    background: #f3f3f3 url("../images/preload.gif") no-repeat 50% 50%;
    overflow: visible;
}

/*------------------------------*/

.mobile-app-area {
  padding: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden; 
}

/*------------------------------*/


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
  max-width: 1440px; 
}

/*------------------------------*/





.qrcode {
	position: absolute;
	padding: 25px 8px 4px 160px; /* 120 - 160 */
	text-align: left !important; 
	width: 450px;
}
.qrcode { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }


.main-title {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3; 
}

/*-------------*/


.viewport {
    float: left;
}

.viewport button {
    float: left;
    margin: 0;
    min-width: 35px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.viewport button:focus {
    outline: none;
}

.viewport .b-n,
.viewport .b-n, .b-n.v-active {
    opacity: .1;
}

.viewport .b-a {
    opacity: .6;
}

.viewport .b-a:hover,
.viewport .b-a.v-active {
    opacity: 1;
    cursor: pointer;
}


/*-------------*/

#fullscreen-f11 {
    margin: 60px 0 -60px 0;
    font-size: 14px;
    color: #fff;
	text-align: left;
    font-weight: normal;
}

/*------------------------------*/


.scan-area {
  font-size: 12px;
  width: 220px;
  height: auto;
  background: #fff;
  text-align: center;
  border-radius: 12px;
  margin: 80px 0 0 40px;
  padding: 30px 20px;
  box-shadow: 0 4px 40px 0 rgba(32, 0, 61, 0.05); 
}

.scan-area .scan {
    padding: 0;
    width: 200px;
    display: inline-block;
    margin: 0 auto 5px; 
}

.scan-area .scan img {
      width: 100%; 
}

.scan-area p {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    margin: 0; 
}

/*------------------------------*/


#deskPWA {
    width: 300px;
	margin: 40px 0 0 53px;
	position: relative;
}

#deskPWA a {
    background-color: #1e74fd;
    color: #fff;
    font-weight: 600;
    line-height: 100%;
    font-size: 18px;
    padding: 10px 20px 12px;
    text-decoration: none;
	border-radius: 0.375rem; 
    cursor: pointer;
	outline: none;
}

#deskPWA a:hover {
	background: #e53329;
	color: #fff;
}



/*------------------------------*/

#point-list, #point-list-small {
    width: 300px;
	list-style: none;
	margin: 30px 30px 0 0;
	padding: 0; 
	line-height: 1;
}

#point-list li, #point-list-small li {
    list-style: none;
    padding: 2px 0 2px 40px;
    font-size: 16px;
    color: #fff;
    position: relative; 
    font-weight: normal;
	text-align: center;
}


#point-list li a, #point-list li a:active, #point-list-small li a, #point-list-small li a:active{
    color: #fff;
    text-decoration: none;
}


#point-list li:after, #point-list-small li:after {
      content: "";
      width: 20px;
      position: absolute;
      left: 0;
      height: 20px;
      top: 5px;
      background-size: cover; }



/*-------------*/

.loading-cursor {
    cursor: progress;
}

/*------------------------------*/

#futurapwa {
    margin: 0 0 0 480px; /* pwa */
	border: 4px ridge #999999; 
	border-radius: 15px;
}

/*------------------------------*/

@media only screen and (min-width: 1301px) {
	#point-list { display: visible; } 
	#point-list-small {display: none; }
}

@media only screen and (max-width: 1300px) {
	#point-list { display: none; } 
	#point-list-small {display: visible; }
}

@media only screen and (max-width: 1000px) {
	.qrcode { padding: 50px 8px 4px 10px; } 
	#futurapwa { margin: 0 0 0 150px; }
}

@media only screen and (max-width: 990px) {
	#futurapwa-wrap { display: none; } 
}

@media screen and (max-width: 700px) {
    .viewport { display: none; }
}

@media screen and (max-width: 580px) {
    #deskPWA { display:none; }
}

@media screen and (min-height: 700px) {
    #fullscreen-f11 { display:none; }
}

