@font-face {
  font-family: 'fontello';
  src: url('assets/fontello-17570662/font/fontello.eot?50388568');
  src: url('assets/fontello-17570662/font/fontello.eot?50388568#iefix') format('embedded-opentype'),
       url('assets/fontello-17570662/font/fontello.woff2?50388568') format('woff2'),
       url('assets/fontello-17570662/font/fontello.woff?50388568') format('woff'),
       url('assets/fontello-17570662/font/fontello.ttf?50388568') format('truetype'),
       url('assets/fontello-17570662/font/fontello.svg?50388568#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('assets/fontello-17570662/font/fontello.svg?50388568#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-googleplay:before { content: '\e800'; } /* '' */
.icon-apple:before { content: '\e801'; } /* '' */
.icon-android:before { content: '\e802'; } /* '' */h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a:active, a:hover {
    outline: 0;
}
html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    width: 100%;
    min-width: 300px;
    height: 85%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #21272f;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
        -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
a:link, a:visited {
    text-decoration: none;
    color: #fff;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* progressive-image */
.progressive {
  position: relative;
  display: block;
  overflow: hidden;
}
.progressive img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
}
.progressive img.preview {
  filter: blur(2vw);
  transform: scale(1.0);
}
.progressive img.hide {
  opacity: 0;
}
.progressive img.origin {
  position: absolute;
  left: 0;
  top: 0;
  animation: origin 1.5s ease-out;
}
.progressive img.origin-scale {
  position: absolute;
  left: 0;
  top: 0;
  animation: origin-scale 1s ease-out;
}
@-moz-keyframes origin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes origin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes origin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes origin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* end progressive-image */

.responsive {
    width: 100%;
}
@media only screen and (min-width: 767px) {
    .responsive {
        width: 50%;
    }
}
.sep {
    display: block;
    clear: both;
    width: 100%;
    height: 2px;
    margin: 15px 0;
    background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 767px) {
    .sep {
        margin-top: 0;
    }
}
.primary-btn {
    padding: 15px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}
.primary-btn:hover {
    transition: all 0.1s ease-in-out;
    color: #21272f;
    background: #fff;
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
}
.container {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px;
}
@media only screen and (min-width: 767px) {
    .container {
        padding: 35px;
    }
}
.intro-container {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: center;
}
.buttons {
    text-align: center;
    margin-bottom: 40px;
}
@media only screen and (min-width: 767px) {
	.buttons {
		text-align: left;
	}
    .intro-container {
        float: left;
        width: 42%;
        margin-bottom: 0;
        text-align: left;
    }
}

.app-store-btn {
    width: 325px;
    max-width: 100%;
    margin: 2px;
    display: inline-block;
}
/*	body.android .app-store-btn.web, body.ios .app-store-btn.web, .app-store-btn.device {
		display: none;
	}
	body.android .app-store-btn.ggl-btn.device, body.ios .app-store-btn.apple-btn.device {
		display: inline-block;
	}*/

body.android #playstore_link, body.ios #appstore_link {
    color: rgb(33, 39, 47);
    background-color: #fff;
}
/* body.ios .app-store-btn.apple-btn {
    color: rgb(33, 39, 47);
    background-color: #fff;
} */
.languages p {
    font-size: 14px;
}
.app-icon {
    margin: 0 auto;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}
.app-icon img {
    width: 90px;
}
.app-icon p {
	text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    white-space: nowrap;
}
@media only screen and (min-width: 767px) {
    .app-icon {
        margin: 0;
    }
    .app-icon p {
        margin-left: 2px;
    }
}
.intro {
    max-width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}
@media only screen and (min-width: 767px) {
    .intro {
        max-width: 100%;
        margin-bottom: 40px;
    }
}
.intro h2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.2;
}
.intro h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.2;
}
@media only screen and (min-width: 580px) {
    .intro h2 {
        font-size: 30px;
    }
    .intro h3 {
        font-size: 22px;
    }
}
.iphone {
    position: relative;
    max-width: 300px;
    height: 300px;
    margin: 0 auto;
    padding-bottom: 50px;
}
@media only screen and (min-width: 767px) {
    .iphone {
        float: right;
        width: 100%;
        max-width: 42%;
        height: 100%;
        max-height: 750px;
        text-align: right;
    }
}
.iphone-screenshot {
    position: relative;
    z-index: 100;
    overflow: hidden;
    width: 86.5%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 182%;
}
@media only screen and (min-width: 767px) {
    .iphone-screenshot {
        z-index: 1;
        width: 87%;
    }
}
.iphone-screenshot img {
	bottom: 0 !important;
    position: absolute !important;
    top: 13.88% !important;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.iphone-mask {
	width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
}
.footer {
    margin-bottom: 10px;
}
.footer p {
    opacity: 0.7;
}
.credit {
    float: left;
}
.credit a {
    opacity: 1;
}
.credit a:hover {
    text-decoration: underline;
}
.contact {
    float: left;
}
.contact a {
    padding-right: 20px;
}
.contact a, .contact a:visited {
    transition: opacity 0.5s ease-out;
    text-decoration: none;
    opacity: 0.7;
    color: #fff;
}
.contact a:hover, .contact a:focus, .contact a:visited:hover, .contact a:visited:focus {
    opacity: 1;
}
@media only screen and (orientation:landscape) and (min-height: 700px) {
	.footer {
	    position: absolute;
	    bottom: 0;
	    margin-bottom: 0;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
	    right: 0;
	}
}
@media only screen and (max-width: 340px) {

  .app-icon p {
  	font-size: 30px;
  }
  .intro h2 {
  	font-size: 26px;
  }
  .intro h3 {
  	font-size: 18px;
  }
}
