/*
  Styles for Story page, the index of the story
  Latest modified 2016-05-30 18:24
*/

/* ============================= */
.page-loading {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.1);
}
.page-loading img {
  display: block;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -25px;
  width: 51px;
  height: 51px;
  border: none;
}

/* ============================= */
.story-wrapper .container{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.osElements{ /* NOT include the texts below */
  position: absolute;
  left: 50%;
  right: 0;
  top: 45px;
  margin-left: -875px; /* half of width */
  width: 1750px;
  height: 1000px;
}

/* App elements present as windows */
.os-el {
  position: absolute;
}
.os-el .image {
  display: block;
  border: none;
  width: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
.os-el .starting {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
.os-el .starting img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
}
.os-el .starting.off {
  opacity: 0;
  z-index: -10;
}
.os-el .image.real-bg {
  opacity: 0;
}
.os-el .image.real-bg.on {
  opacity: 1;
}
.os-el .image.slideToShow {
  position: absolute;
  left: 405px;
  -webkit-transition: left .5s ease-in-out;
  -moz-transition: left .5s ease-in-out;
  -ms-transition: left .5s ease-in-out;
  -o-transition: left .5s ease-in-out;
  transition: left .5s ease-in-out;
}
.os-el .image.slideToShow.slideIn {
  left: 0px;
}

/* button for closing an app */
.os-app-close {
  position: absolute;
  border: none;
  cursor: pointer;
}

.close-google {
  right: 4.5%;
  top: 3.45%;
}
.close-facebook {
  right: 5%;
  top: 4.15%;
}
.close-youtube {
  right: 9.5%;
  top: 4.15%;
}
.close-word {
  right: 4.8%;
  top: 4.45%;
}
.close-gmail {
  right: 4.5%;
  top: 3.8%;
}
.close-file {
  right: 4.25%;
  top: 1.55%;
}
.close-chrome {
  right: 5.85%;
  top: 1.25%;
}


/* Elements in osElements: */
.os-background {
  top: 0;
  width: 100%;
  height: 100%;
}

.os-filemanager {
  top: 15%;
  width: 55%;
  height: 55%;
}

.os-quicksettings {
  top: 35%;
  right: 0;
  width: 35%;
  height: 55%;
}

.os-taskbar {
  margin-left: 5%;
  top: 85%;
  width: 90%;
  height: 10%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.os-taskbar.on {
  opacity: 1;
}


/* icons */
.t-icon {
  position: absolute;
  top: 30%;
  width: 2%;
  height: 33%;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.t-icon.breathe {
  opacity: 0.5;
}
.t-icon-start {
  left: 8.5%;
}
.t-icon-desktop {
  left: 13%;
}
.t-icon-google {
  left: 16.5%; /* removed */
}
.t-icon-facebook {
  left: 16.5%;
}
.t-icon-youtube {
  left: 24.5%; /* removed */
}
.t-icon-word {
  left: 20.5%;
}
.t-icon-gmail {
  left: 32.5%; /* removed */
}
.t-icon-file {
  left: 24.5%;
}
.t-icon-chrome{
  left: 40.5%; /* removed */
}
.t-icon-wifi {
  right: 15%;
}
.t-icon-time {
  right: 12%;
}
.t-icon-noti {
  right: 9%;
}

/* Apps that icon trigs to show on screen */
.app-acts {
  display: none;
  z-index: 1;
}
.os-act-wifi {
  width: 17%;
  height: 39.8%;
}
.os-act-time {
  width: 21.8%;
  height: 49.9%;
}
.os-act-noti {
  width: 23.1%;
  height: 83%;
}
.os-act-start {
  width: 32.4%;
  height: 43.6%;
}
.os-act-google {
  width: 49.4%;
  height: 59.4%;
}
.os-act-facebook {
  width: 47.9%;
  height: 59.4%;
}
.os-act-youtube {
  width: 23.8%;
  height: 59.4%;
}
.os-act-word {
  width: 49.4%;
  height: 57.5%;
}
.os-act-gmail {
  width: 49.4%;
  height: 54.5%;
}
.os-act-file {
  width: 50.7%;
  height: 62.8%;
}
.os-act-chrome {
  width: 69%;
  height: 78%;
}
/* Promo code in word-app-window */
.os-app-fcode {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  font-size: 14px;
  color: #717171;
  text-align: center;
}
/* Button for social sharing */
.os-app-share {
  position: absolute;
  left: 68%;
  bottom: 9.5%;
}


/* ============================= */
.title {
  margin-top: 1100px;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  font-size: 34px;
}


.intro {
  margin-left: auto;;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 40px;
  width: 90%;
  max-width: 600px;
  line-height: 26px;
  font-size: 16px;
}

.article {
  width: 100%;
}
.article-tlt {
  padding: 30px 0;
  background-color: white;
  color: #4B4B4B;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-tlt:hover {
  cursor: pointer;
  background-color: #0F4D99;
  color: white;
}
.article-con {
  display: none;
  width: 100%;
}

.bottomSpace {
  height: 100px;
}

.font-white{
  color: #fff;
}
