html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: white;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}
.loader {
  background: url(/assets/images/loader.gif);
  width: 24px;
  height: 24px;
  display: none;
}
.button {
  float: left;
  cursor: pointer;
}
.button.state-inactive {
  cursor: default;
}
.section {
  float: left;
  width: 100%;
  clear: both;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid #313238;
}
.section.green {
  background: #203b40;
  background: -webkit-linear-gradient(#203b40, #3e6068);
  background: -moz-linear-gradient(#203b40, #3e6068);
  background: -ms-linear-gradient(#203b40, #3e6068);
  background: -o-linear-gradient(#203b40, #3e6068);
  background: linear-gradient(#203b40, #3e6068);
  -pie-background: linear-gradient(#203b40, #3e6068);
}
.section.gray {
  background: url(../images/bg-pattern.png) #222;
}
.section.section-paddingTopNarrow {
  padding-top: 40px;
}
.section-content {
  opacity: 0;
  top: 100px;
  position: relative;
}
.section-downloads .section-content {
  opacity: 1;
  top: 0;
}
.section-top {
  height: 560px;
  z-index: 0;
}
#ipad {
  background: url(../images/ipad.png) center center no-repeat;
  height: 560px;
  padding: 100px 0 0 0;
  position: fixed;
  z-index: 0;
}
.ipad-inner {
  width: 820px;
  height: 460px;
  max-width: 100%;
  background: black;
  position: relative;
  z-index: 0;
}
.ipad-inner iframe {
  position: relative;
  z-index: 0;
}
.slider {
  overflow: hidden;
  position: relative;
}
.slider-wrap {
  float: left;
  position: relative;
}
.slide {
  float: left;
}
#slider-screenshots .slide {
  float: left;
  padding: 0 5px;
  width: 378px;
  opacity: 0.15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 15);
  filter: alpha(opacity = 15);
  -webkit-transition: opacity 0.6s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: opacity 0.6s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -ms-transition: opacity 0.6s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: opacity 0.6s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
}
#slider-screenshots .slide.current {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 100);
  filter: alpha(opacity = 100);
}
video {
  height: 100%;
  width: 100%;
}
.btn-appstore,
.btn-googleplay {
  top: -24px;
  width: 270px;
  height: 80px;
  border: 1px solid #444;
  margin: 0 34px;
  background-color: #1c373d;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  /*
	&:after { content:""; position:absolute; width:100%; height:100%; left:0; top:0; border:0px solid rgba(255,255,255,.2); .transition(all, .3s); background-position:center center; background-repeat:no-repeat; }
	&:hover {
		&:after { border:40px solid rgba(255,255,255,.1); }
	}
	*/
}
.btn-appstore:after,
.btn-googleplay:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  top: 50%;
  background: #444;
}
.btn-appstore:hover,
.btn-googleplay:hover {
  background-color: #2a4048;
}
.btn-appstore {
  background-image: url(../images/btn-appstore.png);
  margin-left: 0;
  left: 4px;
}
.btn-appstore:after {
  right: -35px;
}
.btn-googleplay {
  background-image: url(../images/btn-googleplay.png);
  left: -4px;
  margin-right: 0;
}
.btn-googleplay:after {
  left: -35px;
}
.btn-circle {
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
.btn-circle:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-prev,
.btn-next {
  position: absolute;
  width: 128px;
  height: 128px;
  z-index: 3;
  top: 175px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn-prev:after,
.btn-next:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-prev:hover:after,
.btn-next:hover:after {
  border: 64px solid rgba(255, 255, 255, 0.4);
}
.btn-prev {
  left: 20px;
  background-image: url(../images/arrow-left.png);
}
.btn-next {
  right: 20px;
  background-image: url(../images/arrow-right.png);
}
.arrow-down {
  width: 78px;
  height: 78px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../images/arrow-down.png);
  position: relative;
}
.arrow-down:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  background-position: center center;
  background-repeat: no-repeat;
}
.arrow-down:hover:after {
  border: 39px solid rgba(255, 255, 255, 0.4);
}
.icon-facebook-cirle {
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-facebook.png);
  position: relative;
  top: 14px;
}
.icon-facebook-cirle:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-facebook-cirle:hover:after {
  border: 25px solid rgba(255, 255, 255, 0.4);
}
.arrow-right-small,
.arrow-left-small {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
.arrow-right-small:after,
.arrow-left-small:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  border: 0px solid rgba(255, 255, 255, 0.4);
  background-position: center center;
  background-repeat: no-repeat;
}
.arrow-right-small:hover:after,
.arrow-left-small:hover:after {
  border: 32px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
}
.arrow-right-small {
  background-image: url(../images/arrow-right-small.png);
}
.arrow-left-small {
  background-image: url(../images/arrow-left-small.png);
}
.status-update {
  height: 333px;
  overflow: hidden;
}
.status-image {
  background: #162c31;
  margin-bottom: 4px;
  height: 285px;
  line-height: 285px;
  overflow: hidden;
}
.status-image img {
  margin-top: -4px;
  vertical-align: middle;
}
.status-text {
  overflow: hidden;
  height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.note-text h1,
.note-text h2 {
  font-size: inherit;
  text-decoration: underline;
  line-height: inherit;
  font-family: inherit;
}
.btn-status {
  background: #162c31;
  padding: 5px 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.btn-status:hover {
  color: white;
  text-decoration: none;
}
.privacy {
  background: url(../images/bg-pattern.png) #222;
}
.privacy .layout-wrap {
  max-width: 515px;
  margin-top: 50px;
}
.col-left,
.col-right,
.col-full,
.col-center {
  float: left;
  position: relative;
  min-height: 64px;
  height: 100%;
}
.col-left {
  width: 13%;
  padding: 20px 11px;
}
.col-full {
  width: 100%;
  padding: 20px 27px;
}
.col-right {
  width: 87%;
  border-left: 1px solid #162c31;
  padding: 12px 20px 11px;
  line-height: 22px;
}
.col-center {
  width: 74%;
  border-left: 1px solid #162c31;
  border-right: 1px solid #222;
  padding: 18px 20px 19px;
  height: 64px;
}
.row {
  border-bottom: 1px solid #162c31;
  background: #1c373d;
  position: relative;
}
.slider-wrap .row {
  height: 111px;
}
.row-top {
  background: #162c31;
  height: 70px;
  overflow: hidden;
}
.row-top h3 {
  line-height: 43px;
}
.comments-message {
  height: 44px;
  overflow: hidden;
}
.footer {
  font-size: 16px;
  padding: 0px 0 25px;
  border: none;
}
.footer .layout-wrap {
  padding-top: 30px;
  border-top: 1px solid #4e4e4e;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 960px;
}
.logo-klm {
  margin-top: -12px;
  background: url(../images/logo-klm.png) no-repeat;
  width: 180px;
  height: 42px;
}
.slider-comments-nav .col-center {
  padding-left: 0;
  padding-right: 0;
}
.pagination {
  text-align: center;
  padding-top: 5px;
}
.pagination > div {
  width: 11px;
  height: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  display: inline-block;
  float: none;
  background: #122428;
  margin: 0 5px;
  cursor: pointer;
}
.pagination > div.current {
  background: white;
}
.newsitem {
  position: relative;
  padding-left: 10px;
}
.newsitem:before {
  content: "";
  position: absolute;
  background: url(../images/news.gif);
  width: 32px;
  height: 32px;
  top: -10px;
  left: -27px;
}
.icon-heart {
  background: url(../images/icon-heart.png);
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.download-count {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 12px;
  line-height: 18px;
  color: #162c31;
  font-size: 18px;
  position: relative;
}
.download-count:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent white;
}
.download-count-all {
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: default;
  position: relative;
  height: 128px;
  width: 128px;
  font-family: 'Noa LT W01 Light';
  font-size: 16px;
  line-height: 14px;
  padding-top: 35px;
}
.download-count-all:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  background-position: center center;
  background-repeat: no-repeat;
}
.layout-col {
  width: 49.5%;
  float: left;
}
.layout-col:first-child {
  margin-right: 1%;
}
.nudge-top {
  margin-top: 5px;
}
.layout-col-3-4 {
  width: 75%;
}
.layout-col-1-4 {
  width: 25%;
}
.font {
  font-family: 'Noa LT W01 Light';
}
h1,
h2,
h3 {
  font-family: 'Noa LT W01 Light';
  float: left;
  width: 100%;
  clear: both;
  font-style: normal;
}
h4 {
  float: left;
  width: 100%;
  clear: both;
}
h1,
h2,
h3,
h4 {
  line-height: 36px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
.font-uppercase {
  text-transform: uppercase;
}
.font-underline {
  text-decoration: underline;
}
.font-bold {
  font-weight: 400;
}
.font-italic {
  font-style: italic;
}
.font-center {
  text-align: center;
}
.font-small {
  font-size: 12px;
}
.font-white {
  color: white;
}
.font-green {
  color: #4b747c;
}
.layout-wrap {
  width: 100%;
  max-width: 1000px;
  min-width: 320px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.layout-clear {
  float: left;
  width: 100%;
  clear: both;
}
.layout-floatleft {
  float: left;
}
.layout-floatright {
  float: right;
}
.layout-margintop {
  margin-top: 40px;
}
.layout-margintop-half {
  margin-top: 20px;
}
.layout-marginbottom {
  margin-bottom: 40px;
}
.layout-marginbottom-half {
  margin-bottom: 20px;
}
.layout-marginleft {
  margin-left: 35px;
}
.layout-marginright {
  margin-right: 35px;
}
.layout-nomargin {
  margin: 0;
}
.layout-center {
  display: inline-block;
  float: none;
}
.layout-nopadding {
  padding: 0 !important;
}
.layout-paddingright {
  padding-right: 35px;
}
.layout-paddingright-half {
  padding-right: 17.5px;
}
.layout-paddingleft-half {
  padding-left: 17.5px;
}
.layout-noborder {
  border: none;
}
.layout-border {
  border: 1px solid #25474f;
}
.state-btn {
  cursor: pointer;
}
.state-hidden {
  display: none;
}
html.touch .section-content {
  opacity: 1;
  top: 0;
  position: static;
}
html.touch .btn-prev:after,
html.touch .btn-next:after,
html.touch .arrow-down:after,
html.touch .icon-facebook-cirle:after {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
html.touch .arrow-right-small:after,
html.touch .arrow-left-small:after {
  border: none;
}
html.touch .btn-appstore:hover,
html.touch .btn-googleplay:hover {
  background-color: #1c373d;
}
html.touch #ipad {
  position: static;
}
html.touch .btn-appstore {
  left: 0;
}
@media (max-width: 800px) {
  #ipad {
    background: none;
    padding: 0;
    height: auto;
    position: static;
  }
  .section-top {
    height: auto;
  }
  .ipad-inner {
    float: left;
    height: 431px;
  }
  .slider-wrap .row {
    height: 136px;
  }
  .status-update {
    height: 408px;
  }
  .btn-prev,
  .btn-next {
    position: static;
    border: none;
    height: 60px;
    margin-top: 20px;
  }
  .btn-prev:after,
  .btn-next:after {
    display: none;
  }
  #slider-screenshots .pagination {
    position: relative;
    top: -24px;
  }
  .footer-menu {
    font-size: 14px;
  }
  .footer-menu a {
    margin-right: 20px;
  }
  .footer-menu iframe {
    margin-left: 10px;
  }
}
@media (max-width: 640px) {
  .content-desktop {
    display: none;
  }
  #ipad {
    background: none;
    padding: 0;
    height: auto;
  }
  .layout-marginbottom {
    margin-bottom: 20px;
  }
  .ipad-inner {
    height: auto;
    float: left;
    background-size: 100% auto;
    background-image: none;
    height: 360px;
  }
  video {
    height: 181px;
  }
  #video {
    display: none;
  }
  h1 {
    font-size: 27px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
  h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .layout-col {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
  }
  .layout-col:first-child {
    margin: 0;
  }
  .footer-menu {
    float: left;
    width: 100%;
    clear: both;
    font-size: inherit;
  }
  .footer-menu > a {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 10px;
    text-align: center;
    color: #1c373d;
    background: #f2f2f2;
    padding: 20px 0;
    text-transform: uppercase;
    text-decoration: none;
  }
  .social {
    padding: 10px 0 0 20px;
  }
  .footer {
    text-align: center;
  }
  .footer iframe {
    margin-left: 0;
  }
  .footer .logo-klm {
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
    float: none;
  }
  .comments .col-left {
    padding: 20px 5px;
  }
  .comments .row-top .col-left {
    padding: 20px 0;
  }
  .comments .layout-col:first-child {
    margin-bottom: 20px;
  }
  .comments .layout-col:first-child .row-top .col-left {
    padding: 20px 5px;
  }
  .status-update {
    height: auto;
  }
  .icon-facebook-cirle {
    top: 8px;
  }
  #slider-screenshots .slide {
    width: 320px;
  }
  .slider-wrap .row {
    height: auto;
  }
  .section,
  .section.section-paddingTopNarrow {
    padding: 20px 0;
  }
  .btn-appstore,
  .btn-googleplay {
    margin: 0 4px 23px;
    top: 0;
    left: 0;
  }
  .btn-appstore:after,
  .btn-googleplay:after {
    left: 50%;
    width: 1px;
    height: 31px;
  }
  .btn-appstore:after {
    top: auto;
    bottom: -31px;
  }
  .btn-googleplay {
    top: 3px;
  }
  .btn-googleplay:after {
    bottom: auto;
    top: -31px;
  }
  .download-count {
    display: inline-block;
    float: none;
  }
  .download-count:after {
    left: 50%;
    top: 0;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-color: white transparent;
  }
  .download-count-all h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .btn-prev,
  .btn-next {
    width: 80px;
  }
  .btn-prev {
    left: 0;
  }
  .newsitem {
    left: 10px;
  }
  .status-image {
    height: auto;
    line-height: inherit;
    margin-bottom: 7px;
  }
  .status-image img {
    margin: 0;
  }
  .status-text {
    margin-bottom: 20px;
  }
  .note-text {
    font-size: 14px;
  }
  .status-info-left {
    width: 178px;
  }
  .status-info-right {
    width: 42px;
  }
  .download-buttons {
    width: 280px;
    display: inline-block;
    float: none;
  }
  .download-buttons-subtext {
    margin-bottom: 20px;
  }
  #section-wallpaper {
    text-align: center;
  }
}
@media (max-width: 568px) {
  .ipad-inner {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .ipad-inner {
    height: 270px;
  }
}
@media (max-width: 320px) {
  .ipad-inner {
    height: 180px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .btn-appstore {
    background-image: url(../images/btn-appstore-2x.png);
    background-size: 100% auto;
  }
  .btn-googleplay {
    background-image: url(../images/btn-googleplay-2x.png);
    background-size: 100% auto;
  }
  .icon-heart {
    background-image: url(../images/icon-heart-2x.png);
    background-size: 100% auto;
  }
  .arrow-right-small {
    background-image: url(../images/arrow-right-small-2x.png);
    background-size: 16px 17px;
  }
  .arrow-left-small {
    background-image: url(../images/arrow-left-small-2x.png);
    background-size: 16px 17px;
  }
  .btn-prev {
    background-image: url(../images/arrow-left-2x.png);
    background-size: 32px 34px;
  }
  .btn-next {
    background-image: url(../images/arrow-right-2x.png);
    background-size: 32px 34px;
  }
  .arrow-down {
    background-image: url(../images/arrow-down-2x.png);
    background-size: 16px 10px;
  }
  .icon-facebook-cirle {
    background-image: url(../images/icon-facebook-2x.png);
    background-size: 10px 22px;
  }
  .logo-klm {
    background: url(../images/logo-klm-2x.png);
    background-size: 100% auto;
  }
}
.ie9 .section.green,
.ie8 .section.green {
  background: url(../images/bg-gradient.png) left top repeat-x #3e6168;
}
.ie8 .slider-comments-nav {
  height: 66px;
}
.ie8 .slider-comments-nav > div {
  height: 100%;
  min-height: 0;
}
.ie8 .btn-circle:after {
  border: none;
}
.ie8 .btn-circle:hover:after {
  border: none !important;
}
.ie8 .btn-prev,
.ie8 .btn-next,
.ie8 .download-count-all {
  width: 127px;
  height: 127px;
}
.ie8 .btn-prev:after,
.ie8 .btn-next:after,
.ie8 .download-count-all:after {
  background: url(../images/circle-big.png);
}
.ie8 .arrow-down {
  width: 77px;
  height: 77px;
}
.ie8 .arrow-down:after {
  background: url(../images/circle-medium.png);
}
.ie8 .icon-facebook-cirle:after {
  background: url(../images/circle-small.png);
}
.ie8 .pagination > div {
  background: url(../images/bullet-green.png);
}
.ie8 .pagination > div.current {
  background: url(../images/bullet-white.png);
}
.ie8 .arrow-right-small:after,
.ie8 .arrow-left-small:after,
.ie8 .btn-appstore:after,
.ie8 .btn-googleplay:after {
  border: none;
}
.ie8 .arrow-right-small:hover:after,
.ie8 .arrow-left-small:hover:after,
.ie8 .btn-appstore:hover:after,
.ie8 .btn-googleplay:hover:after {
  border: none !important;
}
body.ipad #ipad {
  background: none;
  padding-top: 0;
  position: static;
}
body.ipad .ipad-inner {
  width: 100%;
  height: 560px;
}
@media (max-width: 770px) {
  body.ipad .ipad-inner {
    height: 433px;
  }
}
body.ipad .btn-appstore {
  left: 4px;
}
.header-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.header-container-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(#203b40, #3e6068);
  background-image: url(../images/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 640px) {
  .header-container-img {
    height: 271px;
    background-position: right center;
  }
}
