html > body.desktopOn #app {
  color: #222;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.4545em;

  /*  margin:0;
  height: 100%;*/
}

.colsinglemiddle h1 {
  display: none;
}

#app h2,
#app h3 {
  font-size: 1.27273em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14286em;
  margin: 0 0 1.14286em;
}

#app h1,
#app h2,
#app h3,
#app h4 {
  font-family: 'Inter', sans-serif;
  color: #005483;
  border: none;
}

#app h3 {
  font-size: 1.27273em;
}

.mobileOn #app .desktop,
.desktopOn .mobile {
  display: none !important;
}

.center {
  text-align: center;
}

/* ######## #app header ######## */
#app header {
  position: relative;
  margin: 70px auto;
  padding: 0;
  width: 800px;
  font-size: 1.167em;
}

#app header h1,
#app header h2 {
  font-family: 'Inter', sans-serif;
}

#app header h1 {
  font-weight: 500;
  font-size: 1.86em;
  color: #0F547B;
  margin: 0 0 4px;
  line-height: normal;
}

#app header h2 {
  font-weight: 500;
  font-size: 1.17em;
  color: #30BBEA;
  margin: 0 0 54px;
  line-height: normal;
}

#app header > div {
  width: 338px;
  height: auto;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 46px 0 16px;
}

#app header > div.desktop {
  width: 370px;
  padding: 0 0 0 30px;
}

.desktopOn #app header > div.left > * {
  padding: 0 32px;
}

#app header > div > p.intro {
  margin-bottom: 54px;
  line-height: 1.4545em;
}

#app header .download-app :first-child {
  margin-bottom: 54px;
}

a.button1,
a.button-dl {
  padding: 12px 0;
  text-decoration: none;
  color: #FFF;
  font-weight: 500;
  display: inline-block;
  width: 131px;
  text-align: center;
}

a.button-dl {
  background-color: #FF9600;
}

a.button1 {
  background-color: #14C8F6;
}

.badge {
  display: inline-block;
  width: 131px;
  margin: 20px 0;
}

#app header .screenshot {
  border: 1px solid #222;
  width: 200px;
  margin: 0 auto 20px;
  display: none;
}

.android-OS #app header .screenshot.android,
.ios-OS #app header .screenshot.ios {
  display: block;
}

img {
  max-width: 100%;
}

/* ######## ARTICLE ######## */
#app article {
  position: relative;
  margin: 70px auto 0;
  padding: 0;
  width: 800px;
}

#app article div.feature {
  position: relative;
  padding: 40px 0 0;
  border-top: 1px solid #CCC;
  display: inline-block;
  width: 370px;
  overflow: hidden;
}

/* article BG img */
#app article div.feature:before {
  content: '\00A0';
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 8px;
  background: url(/img/spareroom/v3/iphone/icon_sprite.png) 0 0 no-repeat;
}

#app article div.feature.save:before {
  background-position: 0 -50px;
}

#app article div.feature.phone:before {
  background-position: -100px -50px;
}

#app article div.feature.messages:before {
  background-position: -50px -50px;
}

#app article div.feature.account:before {
  background-position: -100px 0;
}

#app article div.feature.manage:before {
  background-position: -50px 0;
}

#app article div.feature:nth-child(odd) {
  margin-right: 60px;
}

#app article div.wordWrap {
  float: left;
  position: relative;
  width: 170px;
  top: 65px;
}

#app article div.imgWrap {
  float: right;
  position: relative;
  width: 170px;
  float: right;
  height: 305px;
  margin-left: 30px;
  position: relative;
}

#app article div.imgWrap a img {
  width: 145px;
  height: 258px;
}

/* ######## ARTICLE ---- IMG (TBC) ######## */
.imgWrap a {
  color: #CCC;
  width: 145px;
  height: 260px;
  position: absolute;
  display: inline;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.imgWrap a.show {
  color: #005480;
  padding: 0;
  z-index: 2;
}

.imgWrap a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  width: 145px;
  height: 258px;
}

.imgWrap a,
.imgWrap a img {
  cursor: pointer;
}

.imgWrap a.show img {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.imgWrap a span {
  display: inline-block;
  margin-top: 7px;
}

.android {
  right: 0;
}

.android span {
  float: right;
}

/* ######## #app footer ######## */
#app footer {
  position: relative;
  margin: 0 auto;
  padding: 35px 0;
  border-top: 1px solid #CCC;
  width: 800px;
  font-size: 1em;
}

#app footer ul:after {
  content: '\00A0';
  clear: both;
  height: 0;
  display: block;
}

#app footer ul {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}

#app footer ul li {
  position: relative;
  width: 45%;
  margin-left: 5%;
  top: 0;
  float: left;
}

#app footer a.button-dl,
#app footer a.badge {
  display: inline-block;
  width: 180px;
  margin: 20px 108px;
}

.desktopOn .button-dl.android {
  display: none;
}

/* ###### MOBILE CSS DISPLAY ##### */
body.mobileOn {
  width: auto;
}

.mobileOn #spareroom {
  width: auto;
}

.mobileOn #header_info,
.mobileOn .login_box,
.mobileOn .nav .primary_nav {
  display: none;
}

.mobileOn #logo {
  width: auto;
}

body.mobileOn #app {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mobileOn #app header,
.mobileOn #app header div,
.mobileOn #app footer {
  width: auto;
  display: block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

/*.mobileOn #app {
  border-top: 1px solid #ccc;
}*/
.mobileOn #app h1,
.mobileOn #app h2,
.mobileOn #app h3,
.mobileOn #app h4 {
  /*padding: 0 !important;*/
}

.mobileOn #app header > div.left {
  width: auto;
  margin: 0 auto;
}

.android-OS .button-dl.ios {
  display: none;
}

.ios-OS .button-dl.android {
  display: none;
}

.mobileOn #app header a.button1,
.mobileOn #app header a.button-dl,
.mobileOn #app header a.badge {
  max-width: 200px;
  width: 40%;
  margin: 10px 5px;
}

.mobileOn #app article,
.mobileOn #app article div.feature {
  width: auto;
  display: block;
  margin: 0;
}

.mobileOn #app div.imgWrap {
  display: none;
}

.mobileOn #app div.wordWrap {
  display: block;
  width: auto;
  float: none;
  top: 0;
  margin-top: 65px;
}

.mobileOn #app ul li {
  float: none;
  width: auto;
  padding: 0;
  margin: 0 20px;
}

/* swipe mobole specific style */

.mobileOn .galleryPhoto-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 9999;
}

.mobileOn .galleryWrap img {
  max-height: 85%;
}

.mobileOn .galleryPhoto-container .close {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  color: #FF9600;
  width: 100px;
  float: right;
}

.galleryPhoto-container.offscreen {
  z-index: -1;
  position: absolute;
  left: -999em;
}
