/* ---------------------------------------------------------
   General reset
   ---------------------------------------------------------*/
@font-face {
  font-family: 'familo';
  src: url('../fonts/familo.eot?46793745');
  src: url('../fonts/familo.eot?46793745#iefix') format('embedded-opentype'),
       url('../fonts/familo.woff?46793745') format('woff'),
       url('../fonts/familo.ttf?46793745') format('truetype'),
       url('../fonts/familo.svg?46793745#familo') 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: 'familo';
    src: url('../font/familo.svg?46793745#familo') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "familo";
  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-facebook:before { content: '\e800'; } /* '' */
.icon-gplus:before { content: '\e801'; } /* '' */
.icon-twitter:before { content: '\e802'; } /* '' */

/* ---------------------------------------------------------
   General reset
   ---------------------------------------------------------*/
::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder {
    color:#fff;
    opacity: 1;
}
:-moz-placeholder {color:#fff;}
* {
    font-size: 100.01%;
    max-height:10000px; /* Android 4.2+ */
}
html {font-size: 62.5%;}
body {
    color:#646464;
    font:1.2em/1.167em 'Source Sans Pro', Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: none;
    min-width:320px;
}
blockquote p {
    font-weight: 400;
    font-size: 1em;
}
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=file], input[type=submit], textarea {
    -webkit-appearance:none;
    -webkit-border-radius:0;
}
a {color:#ff5c00;}
a:hover {
    text-decoration:underline;
    color:#ff5c00;
}
a:focus {
    color:#ff5c00;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
h1, .h1 {
    font-size: 2em;
}
h3, .h3 {
    font-size: 16px;
}
/* ---------------------------------------------------------
   Common site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
    position:relative;
    overflow:hidden;
}
/* header styles */
#header {
    background:#fff;
    border-bottom:2px solid #13aaef;
}
#header.fixed-header{
    position: fixed;
    top: -30px;
    left: 0;
    width: 100%;
    z-index: 100;
}
/* main navigation styles */
.main-nav {
    margin:0 -15px;
    padding-bottom:7px;
}
.main-nav ul {
    margin:0;
    padding:0;
    list-style:none;
}
.main-nav li {border-bottom:2px solid #fff;}
.main-nav li a {
    display:block;
    text-align:center;
    color:#fff;
    padding:10px 10px 11px;
    background:#13aaef;
}
.main-nav li a:hover,
.main-nav li.active a {
    text-decoration:none;
    background:#ff5c00;
}
.main-nav li:nth-child(1) {order: 3;}
.main-nav li:nth-child(2) {order: 2;}
.main-nav li:nth-child(3) {order: 1;}
.main-nav li:nth-child(4) {order: 4;}
.main-nav li:nth-child(5) {order: 5;}
.main-nav li.block.bttn-link a{
    background-color:#FF7014;
    color:#fff;
    border: 2px solid #FF7014;
}
.main-nav li.block.bttn-link.hover a{
    background-color:#ff5c00;
    color:#fff;
    border: 2px solid #ff5c00;
}
/* page logo styles */
.logo {
    float:left;
    width:115px;
    height:33px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../images/logo.png) no-repeat;
    margin:0 0 12px 2px;
    background-size: 100%;
}
.logo a {
    display:block;
    height:100%;
}
/* menu opener styles */
#header .opener {
    float:right;
    margin:8px 31px 10px 10px;
    padding-right:20px;
    position:relative;
}
#header .opener:after {
    top: 50%;
    right:0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(8, 157, 183, 0);
    border-bottom-color: #13aaef;
    border-width: 5px;
    margin-top:-5px;
}
#header .opener.collapsed:after {
    content:"";
    border-bottom-color: rgba(8, 157, 183, 0);
    border-top-color: #13aaef;
    margin-top:1px;
}
/* introduction section styles */
.intro-section {
    position:relative;
    padding:25px 0 0;
}
.intro-section .img-holder {
    left:-92px;
    right:-92px;
    position:absolute;
    z-index:-1;
    top:0;
    min-height: 255px;
    overflow:hidden;
    background:url(../images/hero-background.jpg) center center no-repeat;
    background-size: cover;
}
.intro-section .img-holder img {
    display:block;
    width:100%;
}
.intro-section .img-holder:after, .visual:after {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:10px;
    background:url(../images/mask-header-b-small.png) no-repeat 50% 0;
    content:"";
}
/* iphone image holder styles */
.intro-section .iphone {
    float:left;
    width:138px;
    height:250px;
    padding: 29px 18px 47px 19px;
    background:url(../images/iphone-small.png) no-repeat;
    margin:0;
    position:relative;
}
.intro-section .iphone img {width:100%;}
.intro-section h1 {
    overflow:hidden;
    font-size:2em;
    /*font-size:2.167em;*/
    line-height: 1.038em;
    font-weight: 300;
    color:#fff;
    margin:2px 0 5px;
    text-transform: uppercase;
    width: 100%;
}
.hero-subline, .content-section .subline {
    margin-left: 5px;

}
.hero-subline h2 {
    font-size: 1.5rem;
    color: white;
    font-weight: normal;
    background-color: #13aaef;
    line-height: 1.2;
    display: inline;
    padding: 0;
    box-shadow: 5px 0 0 #13aaef, -5px 0 0 0 #13aaef;
}

.content-section .subline {
    margin-bottom: 1em;
}

.content-section .subline h2 {
    font-size: 1.5rem;
    color: white;
    font-weight: normal;
    background-color: #ff5c00;
    line-height: 1.2;
    display: inline;
    padding: 0;
    box-shadow: 5px 0 0 #ff5c00, -5px 0 0 0 #ff5c00;
}

/* video opener styles */
.intro-section .video {
    float:left;
    width: 75%;
    max-width: 140px;
    border:1px solid #fff;
    margin:10px 2px 20px 0;
}
.intro-section .video img {
    width:100%;
    border-radius:3px;
}
.intro-section .video a {
    display:block;
    position:relative;
}
.intro-section .video a .play {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.15) url(../images/ico-play-small.png) no-repeat 50% 50%;
}
.intro-section .video a:hover:before {
    content:" ";
    background-color:rgba(235,91,37,0.6);
}
.intro-section .video strong {
    position:absolute;
    bottom:4px;
    left:5px;
    right:5px;
    text-align:center;
    color:#fff;
    z-index:10;
}
/* hero unit layout styles */
.hero-container {
    overflow: hidden;
    margin-bottom: 20px;
}

.hero-container:after {
    content: " ";
    clear:both;
}

.hero-left {
    width: 138px;
}

.hero-right {
    left: 150px;
    position: absolute;
    padding-right: 10px;
}

/* download form styles */
.download-form {
    clear:both;
    margin-bottom:27px;
}
.download-form .text-holder input {
    width:220px;
    margin:0 auto;
    display:block;
    background:#13aaef;
    color:#fff;
    text-align:center;
    border:none;
    padding:3px 5px 2px;
    outline:none;
    box-shadow:none !important;
}
.download-form .text-holder {
    position:relative;
    margin-bottom:3px;
}
.download-form .text-holder:after {
    position: absolute;
}
.download-form input[type="submit"] {
    display:block;
    margin:0 auto;
    width:143px;
    height:30px;
    font-size:14px;
    color:#fff;
    border:none;
    background:#ff5c00;
}
.download-form input[type="submit"]:hover {
    color:#fff;
    background:#13aaef;
}
/* download buttons styles */
.btn-holder {text-align:center;}
.btn-holder a img {
    height:59px;
    margin:0 5px;
    border-radius:3px;
    margin-top: 25px;
}
/* Big buttons */

.bttn-funnel-link a {
    background: #ff5c00;
    color: #fff;
    padding: 5px 24px;
    cursor: pointer;
    line-height: 40px;
    margin-bottom: 20px;
    display: inline-block;
    width: 320px;
    text-align: center;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.bttn-funnel-link:hover a{
    background: #FF7014;
    text-decoration: none;
    color: #fff;
}

.btn-big {
    background: #ff5c00;
    color: #fff;
    padding: 0px 24px;
    cursor: pointer;
    line-height: 40px;
    margin-bottom: 20px;
    display: inline-block;
}
.btn-big:hover {
    background: #13aaef;
    text-decoration: none;
    color: #fff;
}
.btn-big:after {display:none;}
/* content section styles */
.content-section {
    padding:40px 0 80px;
}
#uservoices {
    padding-top: 70px;
    z-index: 10;
}

#uservoices h2 {
    text-align: center;
}

.visual {
    position: relative;
}
.visual + #main .content-section:first-child {padding-top:31px;}
.content-section .container {
    position:relative;
    z-index:2;
}
.content-section.orange-section,
.content-section.blue-section {
    background:#ff5c00;
    position:relative;
    padding:0;
    color:#fff;
    margin-bottom:17px;
}
.content-section.orange-section:before,
.content-section.blue-section:before {
    bottom:100%;
    right:0;
    position:absolute;
    content:url(../images/bg-content-1.png);
    margin-bottom:-3px;
}
.content-section.orange-section:after,
.content-section.blue-section:after {
    top:100%;
    left:0;
    position:absolute;
    content:url(../images/bg-content-2.png);
}
.content-section.blue-section {
    background:#13aaef;
    margin-bottom:6px;
}
.content-section.blue-section:before {content:url(../images/bg-content-5.png);}
.content-section.blue-section:after {content:url(../images/bg-content-6.png);}
.content-section .top-img {
    display:block;
    margin:0 auto 10px;
    width:50%;
    max-width: 200px;
    border-radius:30px;
}
.content-section h2 {
    color:#ff5c00;
    font-weight: 300;
    text-align:center;
    font-size: 1.8em;
    margin-bottom: 10px;
}
.content-section .system-form  h2 {margin:0 0px 23px;}
.content-section h1 {
    margin:-14px 0 28px;
    text-align:center;
    position:relative;
    font-weight: 300;
}
.content-section .text-block h1 {
    text-align:left;
    font-size:2.125em;
    line-height:1.176em;
    margin:0 0 13px;
}


.content-section__inner {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.content-section--white {
    background-color: white;
}
.content-section--blue {
    background-color: #13aaef;
}
.content-section--orange {
    background-color: #ff5c00;
}

.content-section--orange h2 {
    color: white;
}

.content-section--blue h2, .content-section--blue p {
    color: white;
}

.content-section--white h1 {
    color: #ff5c00;
}

.content-section__img {
    text-align: center;
    margin-bottom: 2em;
}

.content-section__img img {
    max-width: 200px;
    display: inline-block;
}

.content-section .content-section__inner > h1 {
    margin-top: 0;
    margin-bottom: 0;
}


.content-section#application .container {padding:0 0 0 7px;}
/* text block styles */
.text-block {
    margin:0 auto 20px;
    width:246px;
}
.orange-section .text-block {
    margin:5px 20px 20px 27px;
    width:auto
}
.text-block ul {
    margin:0;
    padding:0;
    list-style:none;
}
.text-block ul li {
    padding:0 0 5px 40px;
    position:relative;
}
.text-block ul li:after {
    position:absolute;
    content:"";
    width:24px;
    height:20px;
    background: url('../images/bullet.svg') 0 0 no-repeat;
    top: 8px;
    left: 0;
}
.text-block--mission ul li{
    text-align: left;
    margin-bottom: .5em;
    font-weight: 300;
}

.text-block--mission ul li:after {
    top: 0;
}


.text-block p {margin-bottom:14px;}
.text-block li p {margin-bottom:5px;}
.text-block li .title {
    display:block;
    font-weight:normal;
    color:#ff5c00;
}
.text-block-2 {width:274px;}
/* info area styles */
.info-area .block {
    margin:0 -2px 18px;
    overflow:hidden;
}
.block-full {
    width: 100%;
    margin: 0;
    padding: 0 25%;
}
.block-full__img {
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
}

.info-area .block img {
    float:left;
    width:90px;
    margin:0 12px 0 0;
}
.info-area .block .text-holder {
    overflow:hidden;
    padding:4px 0 0;
}
.info-area .block h2 {
    font-size: 1.8em;
    margin:0 0 10px;
    text-align:left;
}
/* carousel styles */
.carousel {margin-bottom:7px;}
.carousel:after {
    display:block;
    content:"";
    clear:both;
}
.carousel-indicators {
    position:static;
    margin:0;
    width:auto;
    overflow:hidden;
    padding-right:10px;
}
.carousel-indicators li {
    border:none;
    border-radius:0;
    width:auto;
    height:auto;
    text-indent:0;
    padding:4px 12px 4px 8px;
    text-align:left;
    display:block;
    margin:0 0 2px;
    position:relative;
    font-size: 95%;
}
.carousel-indicators .active {
    background:#c6491a;
    width:auto;
    height:auto;
    margin:0 0 2px;
    background: url(../images/app_arrow.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.carousel-indicators li .title {
    display:block;
    font-weight:400;
    text-transform:uppercase;
}
.carousel-indicators li p {margin:0;}
.android {
    float:right;
    margin:18px -20px 0 -12px;
    padding:17px 27px 29px 27px;
    width:150px;
    height:232px;
    background:url(../images/android-small.png) no-repeat;
}
/* steps styles */
.steps {margin:-21px -4px -10px;}
.step {
    margin-bottom:20px;
    position:relative;
    height: 100px;
}
.step .opener {cursor:default;}
.step img {
    position:absolute;
    top:0;
    left:0;
    width:101px;
}
.step h2 {
    color:#fff;
    font-size:1.083em;
    line-height: 101px;
    margin:0 0 0 111px;
    text-align:left;
}
.step .form-holder {padding-top:11px;}
.step .download-form {margin-bottom:-14px;}
.step .download-form .text-holder input,
.bottom-section .download-form .text-holder input {
    background:#fff;
    color:#13aaef;
}
.step .download-form .text-holder input::-webkit-input-placeholder,
.bottom-section .download-form .text-holder input::-webkit-input-placeholder {color:#13aaef;}
.step .download-form .text-holder input::-moz-placeholder,
.bottom-section .download-form .text-holder input::-moz-placeholder {
    color:#13aaef;
    opacity: 1;
}
.step .download-form .text-holder input:-moz-placeholder,
.bottom-section .download-form .text-holder input:-moz-placeholder {color:#13aaef;}
.step .download-form .text-holder:after,
.bottom-section .download-form .text-holder:after {
    top: 8px;
    border-top: 21px solid transparent;
    border-left: 10px solid white;
    border-bottom: 21px solid transparent;
}

.content-section--privacy {
    padding-top: 70px;
    padding-bottom: 20px;
    z-index: 50;
}
/* footer styles */
.home #footer {margin-top:-76px;}
.bottom-section {
    background:#f1f1f1;
    color:#fff;
    text-align:center;
    padding:21px 0 24px;
    border-bottom:2px solid #ff5c00;
}
.bottom-section h2 {
    font-weight: 300;
    margin:0 0 7px;
    color: #ff5c00;
}
.bottom-section .download-form {margin-bottom:19px;}
/* social networks styles */
.footer-column {
    width: 100%;
    float: left;
}
#made-in-hamburg {
    float: right;
    margin: 10px 20px -10px;
}
.social-networks {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.social-networks > li {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.social-networks > li:last-child {
    margin: 0;
}
.social-networks > li a {
  font-size: 200%;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  color: white;
  display: inline-block;
}
.social-networks > li a:before {
  position: relative;
  line-height: 70px;
  text-align: center;
  width: 70px;
  margin: 0;
}
.social-networks > li a.icon-facebook {
  background-color: #ff5c00;
}
.social-networks > li a.icon-twitter {
  background-color: #ff5c00;
}
.social-networks > li:hover a {
  background-color: white;
  text-decoration: none !important;
}
.social-networks > li:hover a:before {
  color: #ff5c00;
}


/* as seen on styles */
.seen-on ul{
    padding: 11px 0 0;
    list-style: none;
    text-align: center;
}

#footer .seen-on {
    padding:3px 0 0;
    list-style:none;
}

.seen-on {margin: 0px -10px 49px 0px;}

.seen-on li {
    display:inline-block;
    vertical-align:top;
    margin:0 3px 0 2px;
}
.seen-on a {
    display:block;

    width:70px;
    height:70px;
    text-indent:-9999px;
    overflow:hidden;
}

.seen-on a.seen-on-rtl {background-image: url(../images/rtl_70x70.svg);background-size: contain;}
.seen-on a.seen-on-bild {background-image: url(../images/bild_70x70.svg);background-size: contain;}
.seen-on a.seen-on-techcrunch {background-image: url(../images/tc_70x70.svg);background-size: contain;}


/* supported by styles */
.supported-by ul{
    padding: 11px 0 0;
    list-style: none;
    text-align: center;
}

#footer .supported-by {
    padding:3px 0 0;
    list-style:none;
}

.supported-by {margin: 0 -10px 49px;}

.supported-by li {
    display:inline-block;
    vertical-align:top;
    margin:0 3px 0 2px;
}
.supported-by a {
    display:block;
    text-indent:-9999px;
    overflow:hidden;
}

.supported-by a.city-hh {
    width: 103px;
    height: 70px;
    background: url(../images/hamburg-sprite@2x.png) no-repeat -195px 0;
    background-size: 390px 70px;
}
.supported-by a.university-hh {
    width: 195px;
    height: 70px;
    background: url(../images/hamburg-sprite@2x.png) no-repeat 0 0;
    background-size: 390px 70px;
    margin-bottom: 10px;
}


#seen-on-supported-by {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#seen-on-supported-by:after {

}




    .press-text-block {
        text-align: center;
        color: #ff5c00;
    }

    .press-text-block h1 {
        font-size: 1.833em;
        line-height: 1.091em;
    }

    .press {
        font-size: 0;
        text-align: center;
    }

    .press .press-commentary {
        font-size: 14px;
        width: 266px;
        display: inline-block;
        vertical-align: top;
        margin: 28px;
    }

    .press-commentary p {
        font-size:1.0em;
        line-height: 1.1em;

        text-align: center;
    }

    .press-commentary h2 {
        font-size: 1.1em;
        text-align: center;
        color: #ff5c00;
    }


    .press .press-logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        overflow: hidden;
    }


.press-icons {
    width: 100%;
    margin: 3em auto 0;
    padding: 0;
}

.press-icons__icon {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 3em;
    text-align: center;
    padding: 0 20%;
}

.press-icons__icon img{
    margin-bottom: 1em;
}

.press-icons__citation {
    color: white;
}
.press-icons__citation strong {
    display: inline-block;
    margin-top: 1em;
}

/* footer navigation styles */
.footer-nav {
    padding:7px 0 12px;
    font-size:0.917em;
    line-height:1.636em;
    text-align:center;
}
.footer-nav ul {
    margin:0;
    padding:0;
    list-style:none;
}
.footer-nav li {
    display:inline;
    margin-right:5px;
}
.footer-nav li:before {
    content:"| ";
    margin-right:5px;
}
.footer-nav li a {color:#646464;}
.footer-nav li:first-child:before {display:none;}
/* main content styles */
#content {
    padding:51px 0 20px;
    line-height:1.333em;
    background:url(../images/bg-content-4-small.png) no-repeat 100% -110px;
    position:relative;
}
#content .container {
    z-index:2;
    position:relative;
}
#content:after {
    position:absolute;
    content:url(../images/bg-content-9-small.png);
    bottom:0;
    right:0;
}
#content h2 {
    color:#ff5c00;
    margin:0 0 12px;
    text-align:center;
}
#content h3 {
    color:#ff5c00;
    margin:0;
}
/* contact form styles */
.contact-form {
    width:294px;
    margin:0 auto 38px;
    position:relative;
    left:-4px;
}
#content .contact-form h2 {margin-bottom:22px;}
.contact-form .form-group input {
    display:block;
    width:100%;
    border:none;
    background:#13aaef;
    color:#fff;
    margin:0 0 5px;
    padding:3px 8px 2px;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    box-shadow:0 0 0 1px #ff5c00;
    -webkit-box-shadow:0 0 0 1px #ff5c00;
}
.contact-form .form-group .error input,
.contact-form .form-group .error textarea {background:#ff5c00;}
.contact-form .control-wrapper {position:relative;}
.contact-form .error-text {
    color:#ff5c00;
    position:absolute;
    left:100%;
    white-space:nowrap;
    margin:0 0 0 10px;
    top:0;
    display:none;
}
.contact-form .form-group textarea {
    display:block;
    width:100%;
    border:none;
    background:#13aaef;
    color:#fff;
    margin:7px 0 5px;
    padding:3px 8px 2px;
    height:94px;
    resize:none;
    overflow:auto;
}
.contact-form input[type="submit"] {
    border:none;
    display:block;
    margin:-5px auto 0;
    width:176px;
    height:29px;
    color:#fff;
    padding:0;
    background:#ff5c00;
}
.contact-form input[type="submit"]:hover {background:#13aaef;}

/* system form styles */
.system-form {
    width:294px;
    margin:0 auto 38px;
    position:relative;
    left:-4px;
}
#content .system-form h2 {margin-bottom:22px;}
.system-form .form-group input, .system-form .form-group .input-placeholder-text{
    display:block;
    width:100%;
    border:none;
    background:#13aaef;
    color:#fff;
    margin:0 0 12px;
    padding: 7px 9px;
    cursor: text;
}
.system-form .form-group input:focus,
.system-form .form-group textarea:focus {
    box-shadow:0 0 0 1px #ff5c00;
    -webkit-box-shadow:0 0 0 1px #ff5c00;
}
.system-form .form-group .error input,
.system-form .form-group .error textarea {background:#ff5c00;}
.system-form .control-wrapper {position:relative;}
.system-form .error-text {
    color:#ff5c00;
    font-size:18px;
    margin:0 0 0 10px;
    top:0;
    display:none;
}
.system-form .form-group textarea {
    display:block;
    width:100%;
    border:none;
    background:#13aaef;
    color:#fff;
    margin:0 0 12px;
    padding: 7px 9px;
    height:94px;
    resize:none;
    overflow:auto;
}
.system-form input[type="submit"] {
    border:none;
    display:block;
    margin: 2px auto 0;
    width:176px;
    height:41px;
    color:#fff;
    padding:0;
    background:#ff5c00;
}
.system-form input[type="submit"]:hover {background:#13aaef;}
.system-form .error-text {
    display:none;
    padding:7px 0;
}
.system-form .error .error-text {display:block;}
.system-form a {color: #13aaef;}

/* content text styles */
.content-text ul {
    margin:0;
    padding:0;
    list-style:none;
}
.content-text ul li {
    padding:0 0 5px 21px;
    position:relative;
}
.content-text ul li:after {
    position:absolute;
    content:"";
    width:11px;
    height:13px;
    background:url(../images/sprite.png) no-repeat;
    top:2px;
    left:2px;
}
/* questions list styles */
.content-text .questions-list {
    padding:20px 0 33px;
}

#watch-registration-video {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
}

#watch-registration-video a {
display: inline-block;
    color: white;
    background-color: #ff5c00;
    -webkit-border-radius: 5px;
    padding: 5px 10px 5px 10px;
}


.content-text .questions-list li {padding-bottom:13px;}
/* answers styles */
.answers .block {padding-bottom:15px;}
.answers {margin:0 0 27px 20px;}
/* contact info styles */
.contact-info {margin-bottom:-13px;}
#content .contact-info h2 {margin-bottom:38px;}
.info-block {
    text-align:center;
    margin-bottom:30px;
}
.info-block span {display:block;}
.info-block address {
    margin:0;
    line-height:1.333em;
}
/* visual block styles */
.visual {
    display:block;
    margin-bottom:10px;
}
.visual img {
    width:100%;
    height:auto;
}
/* blockquote styles */
blockquote {
    border:none;
    text-align:center;
    padding:0;
}
blockquote p {
    margin-bottom:7px;
}
blockquote small {
    color:#ff5c00;
}
blockquote small:before {display:none;}
/* team styles */
.team {
    margin:0 -3.5% -22px;
    text-align:center;
    padding:39px 0 0;
}
.team .member {
    display:inline-block;
    vertical-align:top;
    width:42.9%;
    margin:0 3.2% 40px;
    line-height:1.2em;
}
.team .photo img {max-width:100%;}
.team .photo {margin:0 8px 18px;}
.team h2 {margin-bottom:14px;}
.team h2 .name {display:block;}
/* job list styles */
.job-list {
    margin:0;
    padding: 0;
    list-style:none;
    margin-top: 20px;
}
.job-list li {margin-bottom:13px;}
.job-list li a {color:#fff;}
.job-list li a:hover {text-decoration:none;}
.job-list .icon {
    width:32px;
    margin-right:5px;
    border-radius:50%;
}
.job-list .title {
    vertical-align:middle;
    display:inline-block;
    font-size:1.333em;
    line-height:1.25em;
}
.job-list .download, .download-zip .download {
    vertical-align:middle;
    display:inline-block;
    font-size:1.167em;
    line-height:1.429em;
    color:#13aaef;
    background:#fff;
    margin-left: 15px;
    position:relative;
    padding: 2px;
    line-height: 26px;
    height: 26px;
}

.download-zip .download {
    background-color: #13aaef;
    margin-left: 15px;
}

.job-list .download:after, .download-zip .download:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 50%;
}

.job-list .download:after,
.download-zip .download:after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 10px solid white;
    margin-top: -13px;
}
.download-zip .download:after {
    border-right-color: #13aaef;
}

.download__inner {
    background-color: #13aaef;
    height: 22px;
    line-height: 22px;
    display: block;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    color: white;
}

.download-zip .download__inner {
    background-color: white;
    color: #13aaef;
}

.download__inner:hover {
    color: #13aaef;
    background-color: white;
}

.download-zip .download__inner:hover {
    color: white;
    background-color: #13aaef;
}
.download__inner:after {
    content: " ";
    top: 50%;
    position: absolute;
    right: 100%;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 9px solid #13aaef;
    margin-top: -11px;
}

.download-zip .download__inner:after {
    border-right-color: white;
}
.download__inner:hover:after {
    border-right: 9px solid white;
}
.download-zip .download__inner:hover:after {
    border-right: 9px solid #13aaef;
}

.job-list li a:hover .download {
    background:#13aaef;
    color:#fff;
}
.job-list li a:hover .download:after {
    content:"";
    border-color: rgba(8, 157, 183, 0);
    border-right-color: #13aaef;
}
/* download zip styles */
.download-zip {
    text-align:center;
    width:200px;
    margin:0 auto -48px;
    padding:4px 0 0;
}
.download-zip a {color:#ff5c00;}
.download-zip a:hover {text-decoration:none;}
.download-zip .icon {
    width:32px;
    margin:0 auto 6px;
    border-radius:50%;
    display:block;
}
.download-zip .title {
    display:block;
    margin-bottom:14px;
}
.download-zip .download {
    vertical-align:top;
    display:inline-block;
    position:relative;
}
.download-zip .download:hover {background:#13aaef;}f

/* ---------------------------------------------------------
   Styles for Responsive web design
   ---------------------------------------------------------*/
@media ( -webkit-min-device-pixel-ratio : 1.5 ) and (max-width:479px),
    ( min-resolution : 144dpi ) and (max-width:479px) {
    /* Styles for screens 479px wide and narrower with High Pixel Density Display */
    .intro-section .iphone {
        background-image:url(../images/iphone-small-2x.png);
        background-size:100% 100%;
    }
    .android {
        background-image:url(../images/android-small-2x.png);
        background-size:100% 100%;
    }
}
@media ( -webkit-min-device-pixel-ratio : 1.5 ) and (max-width:767px),
    ( min-resolution : 144dpi ) and (max-width:767px){
    /* Styles for screens 767px wide and narrower with High Pixel Density Display */
    .intro-section .img-holder:after, .visual:after {
        background-image:url(../images/mask-header-b.png);
        background-size:1500px 10px;
    }
    .intro-section .video a .play {
        background-image:url(../images/ico-play-small-2x.png);
        background-position:50% 50%;
        background-size:27px 27px;
    }

    .content-text ul li:after {
        background-image:url(../images/sprite-2x.png);
        background-size:220px 250px;
    }
}
@media only screen and (min-width: 480px) {
    /* Styles for screens 480px wide and larger */
    .logo {margin:0 0 12px 6px;}
    #header .opener {margin-right:7px;}
    .intro-section .img-holder {
        max-height:160px;
        left:0;
        right:0;
    }
    .intro-section .iphone {
        width: 200px;
        height: 360px;
        background-image:url(../images/iphone-medium-2x.png);
        padding: 43px 27px 64px 28px;
        background-size: 100% 100%;
    }
    .intro-section h1 {
        float:left;
        margin-bottom:10px;
        font-size: 25px;
    }
    .intro-section .video {margin:9px 19px 0 0;}
    .intro-section .download-form {
        clear:none;
        overflow:hidden;
        width:280px;
        margin:0;
        padding:10px 0 18px;
    }
    .hero-left{
        width: 200px;
    }
    .hero-right {
        left: 220px;
    }

    .hero-subline {
        max-width: 300px;
    }
    .intro-section .btn-holder {
        overflow: hidden;
        padding-left: 0;
        position: absolute;
        bottom: 60px;
        left: 220px;
    }
    .intro-section .btn-holder img {height: 39px;margin-left: 0;}

    .content-section {
        padding: 20px 0 120px;
    }

    .content-section--privacy {
        padding: 70px 0 20px;
    }

    .content-section-no-bg {
        padding:70px 0 80px;
        background:none;
    }

    .visual + #main .content-section:first-child {padding-top:32px;}
    .text-block--mission {
        width: 320px;
    }
    .text-block-2 {width:312px;}
    .orange-section .text-block {margin:-10px 80px 0 106px;}
    .info-area .block {margin:0 20px 22px 18px;}
    .info-area {padding-bottom:8px;}
    .content-section h1 {margin:-34px 0 26px;}
    #application.content-section .container {padding:0 15px;}
    .carousel {margin:0 0 0 14px;}
    .android {
        margin:-13px 8px -40px -7px;
        width:180px;
        height:278px;
        background-image:url(../images/android-medium.png);
        padding:20px 32px 35px 33px;
    }
    .carousel-indicators li,
    .carousel-indicators .active {
        padding:2px 12px 5px 6px;
        margin-bottom:3px;
    }
    .orange-section.content-section,
    .blue-section.content-section {margin-bottom:30px;}
    #start.content-section h1 {margin:-45px 0 30px;}
    .steps {margin:-10px 18px -16px 18px;}
    .step {margin-bottom:25px;height: auto;}
    .step .download-form {margin:0;}
    .home #footer {margin-top:-70px;}
    .bottom-section {padding-bottom:19px;}
    .bottom-section h2 {margin-bottom:10px;}
    .bottom-section .download-form {margin-bottom:20px;}

    .footer-nav {padding:6px 0 20px;}
    #content {
        padding:51px 16px 20px;
        background-image:url(../images/bg-content-4.png);
    }
    #content:after {content:url(../images/bg-content-9.png);}
    .contact-form {
        left:0;
        width:410px;
        margin-bottom:58px;
    }
    #content .contact-form h2 {margin-bottom:27px;}
    .contact-form .form-row {margin-bottom:5px;}
    .contact-form .form-row:after {
        display:block;
        content:"";
        clear:both;
    }
    .contact-form .form-row .validate-field {
        float:left;
        margin:0 0 0 1%;
        width:49.5%;
    }
    .contact-form .form-row .validate-field:first-child {margin:0;}
    .contact-form .form-group .form-row input {margin:0;}
    .contact-form .form-group {margin-bottom:10px;}
    .contact-form input[type="submit"] {margin-top:15px;}
    .system-form {
        left:0;
        width:410px;
        margin-bottom:58px;
    }
    .system-form h2 {margin-bottom:27px;}
    .system-form .form-row {margin-bottom:5px;}
    .system-form .form-row:after {
        display:block;
        content:"";
        clear:both;
    }
    .system-form .form-row .validate-field {
        float:left;
        margin:0 0 0 1%;
        width:49.5%;
    }
    .system-form .form-row .validate-field:first-child {margin:0;}
    .system-form .form-group .form-row input {margin:0;}
    .system-form .form-group {margin-bottom:10px;}
    .system-form input[type="submit"] {margin-top:15px;}
    .content-text .questions-list {padding:30px 0 36px;}
    .answers {margin:0 0 83px;}
    .contact-info {margin-bottom:50px;}
    .visual {margin:0;}
    blockquote.large-quote {padding:0 20px;}
    .team {
        padding:65px 0 0;
        margin-bottom:40px;
    }
    .team .member {
        width:26.5%;
        margin:0 2.5% 43px;
    }
    .team .photo {margin:0 5px 18px;}
    .download-zip {
        padding:20px 0 0;
        text-align:left;
        margin:-1px 0 0 50px;
        width:auto;
    }
    .download-zip .icon {
        display:inline;
        margin:0 5px 0 0;
    }
    .download-zip .title {
        display:inline-block;
        vertical-align:middle;
        margin:0;
    }
    .download-zip .download {
        vertical-align:middle;
    }
    .download-zip a:hover .download {
        background:#13aaef;
        color:#fff;
    }
    .download-zip a:hover .download:after {
        content:"";
        border-color: rgba(8, 157, 183, 0);
        border-right-color: #13aaef;
    }
}
@media ( -webkit-min-device-pixel-ratio : 1.5 ) and (max-width:767px),
    ( min-resolution : 144dpi ) and (max-width:767px) {
    /* Styles for screens 767px wide and narrower with High Pixel Density Display */
    .intro-section .iphone {
        background-image:url(../images/iphone-medium-2x.png);
        background-size:100% 100%;
    }
    .android {
        background-image:url(../images/android-medium-2x.png);
        background-size:100% 100%;
    }
}
@media only screen and (max-width: 767px) {
    /* Styles for screens 767px wide and narrower */
    .step .form-holder {display:block !important;}
    #header.fixed-header{position: static;}
    #familieco-seal { display: none !important;}
}
@media only screen and (max-width: 1023px) {
    #familieco-seal { left: -10px;}
}


@media only screen and (max-width: 355px) {
    .press .press-commentary {
        margin-left: 0px;
        margin-right:0px;
    }
}

@media only screen and (min-width: 768px) {
    /* Styles for screens 768px wide and larger */
    .container {max-width:1000px;}
    body {
        font-size:2em;
        line-height:1.55em;
    }
    h3, .h3 {
        font-size: 24px;
    }
    blockquote p {
        font-size: 20px;
        font-size: 2rem;
    }
    #wrapper {padding-top:113px;}
    #header {
        border-bottom-width:3px;
        font-size:1em;
        line-height:1.2em;
        padding:0;
        position:absolute;
        top: 0;
        left:0;
        width:100%;
    }
    .logo {
        width:147px;
        height:45px;
        margin:23px 0 0 -1px;
    }
    .language {
        text-align:right;
        font-size:0.6em;
        line-height:1.333em;
        color:#c6c6c6;
        margin-top: 3px;
    }
    .language ul {
        margin:0;
        padding:0;
        list-style:none;
    }
    .language li {
        display:inline;
        margin-right:7px;
    }
    .language li:before {
        content:"| ";
        margin-right:7px;
    }
    .language li:first-child:before {display:none;}
    .language li a {color:#c6c6c6;}
    .language li a:hover,
    .language li.active a {
        color:#13aaef;
        text-decoration:none;
    }
    .main-nav {
        float:right;
        margin:34px 0 0;
        padding:0;
    }
    .main-nav ul {
        display:flex !important;
        flex-direction: row-reverse;
    }
    .main-nav li.block:nth-child(1) {order: 3;} /* Get Familo - 3rd position */
    .main-nav li.block:nth-child(2) {order: 2;} /* Contact & Support - 2nd position */
    .main-nav li.block:nth-child(3) {order: 1;} 
    .main-nav li {
        float:right;
        margin-left:30px;
        border:none;
        position:relative;
        margin-bottom:24px;
    }
    .main-nav li a {
        background:none;
        color:#ff5c00;
        padding:6px 4px 4px;
        position:relative;
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: uppercase;
    }
    .main-nav li a:hover,
    .main-nav li.active a {
        background:none;
        color:#13aaef;
    }
    .main-nav li.hover a:after,
    .main-nav li.active a:after {
        bottom: -24px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(8, 157, 183, 0);
        border-bottom-color: #13aaef;
        border-width: 9px;
        left: 50%;
        margin-left: -9px;
    }
    .main-nav li.block.hover a:after,
    .main-nav li.block.active a:after {
        display: none;
    }
    .main-nav li.block a {
        background-color:white;
        color:#13aaef;
        border: 2px solid #13aaef;
        padding: 0 8px 0 8px;
        line-height: 30px;
    }
    .main-nav li.block a:after,
    .main-nav li.block a:hover,
    .main-nav li.block.active a {background-color:#13aaef;color: white;}
    .main-nav li.block {margin:0 4px 0 10px;}
    .main-nav li.block:nth-child(1){margin-left: 40px;}
    .main-nav li.block.bttn-link a{
        background-color:#FF5C00;
        color:white;
        border: 2px solid #FF5C00;
    }
    .main-nav li.block.bttn-link a:after,
    .main-nav li.block.bttn-link a:hover,
    .main-nav li.block.bttn-link.active a {
        background-color:#FF7014;
        color: white;
        border-color: #FF7014;
    }
    .intro-section {
        padding:65px 0 0;
        margin:0 0 -205px;
    }
    .intro-section .container {position:relative;z-index:2;}
    .intro-section .img-holder {
        height:543px;
        max-height:543px;
        background:url(../images/hero-background.jpg) center center no-repeat ;
        background-size: cover;
    }
    .intro-section .img-holder:after, .visual:after {
        height:20px;
        background-image:url(../images/mask-header-b.png);
        content:" ";
    }
    .intro-section .img-holder img {min-height:100%;}
    .intro-section .iphone {
        width:361px;
        height:658px;
        background-image:url(../images/iphone-large.png);
        padding:76px 47px 0 49px;
        margin-left: -25px;
    }
    .intro-section .iphone-map {
        position: absolute;
        top: 5px;
        left: 14px;
        z-index: 0;
    }
    .content-section__inner {
        max-width: 100%;
        text-align: left;
    }
    .content-section__img--left {
        text-align: left;
    }
    .iphone-map {

    }
    .iphone-map__bg {
        height: 603px;
        width: 212px;
        background:url(../images/iphone-large-map.png) 0 0 no-repeat;
        z-index: 1;
        position: relative;
    }
    .iphone-map__img {
        z-index: 0;
        position: absolute;
        top: 64px;
        left: 23px;
        width: 175px;
    }
    .iphone-map__img img {
        max-width: 100%;
        height: auto;
    }

    .hero-left, .hero-right {
        position: relative;
        float: left;
    }

    .hero-left {
        width: 45%;
    }
    .hero-right {
        left: 0;
        width: 55%;
        padding-right: 0;
    }
    .iphones {
        float: left;
    }
    .hero-subline {
        margin-left: 10px;
        max-width: none;
    }
    .content-section .subline {
        max-width: none;
    }
    .hero-subline h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .content-section .subline {
        margin-bottom: 1.5em;
    }
    .content-section .subline h2 {
        font-size: 24px;
    }
    .content-section .copy {
        font-size: 24px;
        line-height: 36px;
    }

    .block-full {
        padding: 0;
    }
    .block-full__img {
        max-width: none;
        width: auto;
    }
    .intro-section h1 {
        float:none;
        width:auto;
        font-size:2.5em;
        line-height:1.2em;
        margin:5px 0 15px 0;
    }
    .intro-section .video {
        border-width:2px;
        max-width:294px;
        margin:20px 0 0;
        float:left;
    }
    .intro-section .video img {border-radius:8px;}
    .intro-section .video a .play {
        background-image:url(../images/ico-play-small-2x.png);
        background-position:50% 50%;
        background-repeat:no-repeat;
    }
    .intro-section .video strong {bottom:8px;}
    .intro-section .download-form {
        padding:10px 0 34px;
        width:532px;
        margin:0 auto;
        clear:right;
    }
    .download-form .text-holder {
        float:left;
        width:314px;
        margin:0;
    }
    .download-form .text-holder:after {
        left: 100%;
        margin-left:0;
        content:"";
    }
    .download-form .text-holder:after {
        border-color: rgba(8, 157, 183, 0);
        border-left-color: #13aaef;
        border-width: 8px;
        top: 50%;
        margin-top: -9px;
    }
    .download-form .text-holder input {
        width:314px;
        font-size:20px;
        line-height:27px;
        padding:7px 11px;
        text-align:left;
    }
    .download-form input[type="submit"] {
        float:left;
        width:auto;
        height:41px;
        font-size:20px;
        text-indent:10px;
    }
    .intro-section .btn-holder {
        padding:0;
        text-align:center;
        position: absolute;
        left: 45%;
        bottom: 100px;
    }
    .intro-section .btn-holder img {
        height: 59px;
        margin:0 18px 0 0;
    }
    #main {
        margin:0 auto;
    }
    .content-section {
        padding:100px 0 150px;
        position:relative;
    }
    .team-press .content-section {
        padding:80px 0 80px;
    }

    .content-section--privacy {
        padding-top: 50px;
        padding-bottom: 150px;
    }
    .visual + #main .content-section:first-child {padding-top:60px;}
    .content-section:first-child {padding:300px 0 150px;}
    .content-section:first-child:before {
        top:0;
        right:0;
        margin:0;
    }
    .content-section h2 {
        font-size:2.2em;
        line-height:1.091em;
        text-align:left;
        margin:0 0 20px;
    }
    .content-section h1 {
        margin:0 0 5px -2px;
        font-size:2.2em;
        line-height:1.129em;
        text-align:left;
    }
    .content-section .text-center h1, .content-section .text-center h2, .content-section .text-center p {text-align:center;}
    .content-section .top-img {
        float:left;
        width:auto;
        margin:0 20px 0 30px;
    }
    .content-section .text-holder {
        overflow:hidden;
        padding:65px 0 0 5px;
    }
    .text-block {
        margin:0;
        width:auto;
        max-width:650px;
    }
    .text-block--mission ul li {
        margin-bottom: 0;
    }
    .text-block--mission {
        font-size: 24px;
        line-height: 1;
        max-width: none;
    }
    .text-block-2 p {
        line-height:1.1em;
        margin-bottom:22px;
    }
    .text-block ul li {padding:0 0 7px 40px;}
    .text-block--mission ul li:after {
        top: 4px;
    }
    .text-block li p {
        line-height:1.2em;
        margin-bottom:13px;
    }
    .text-block li .title {margin-bottom:1px;}

    .info-area {
        overflow:hidden;
        padding:0;
        margin:0 -7%;
    }
    .info-area .block {
        float:left;
        margin:0 5%;
        width:23%;
        text-align:center;
        font-size:0.9em;
        line-height:1.222em;
        overflow:visible;
    }
    .info-area .block img {
        float:none;
        width:auto;
        max-width:100%;
        display:block;
        margin:1px auto 33px;
    }
    .info-area .block .text-holder {overflow:visible;}
    .info-area .block h2 {
        text-align:center;
        font-size:36px;
        margin-bottom:30px;
        font-size: 3.6rem;
    }
    .orange-section.content-section:after,
    .blue-section.content-section:after {display:none;}
    .orange-section.content-section {
        background:none;
        margin:0 0 30px;
        padding:100px 0 100px;
    }
    .orange-section#application {
        margin:0 0 -72px;
        padding:50px 0 50px;
    }
    .orange-section.content-section:before {
        content: " ";
        display: block;
        background-image:url(../images/bg-content-8.png);
        height: 1090px;
        width: 100%;
        padding-bottom: 50%;
        top: 50%;
        margin-top: -545px;
        background-repeat: no-repeat;
        background-position: center 0;
    }
    .orange-section .text-block {
        margin:40px 0 0;
        width:46%;
        line-height:1.2em;
    }
    .orange-section .text-block h1 {
        font-size:2.55em;
        line-height:1.078em;
        margin-bottom:27px;
    }
    .carousel {margin:0 0 0 -10px;}
    .android {
        width:406px;
        height:585px;
        margin:-47px -60px 0 -8px;
        padding:45px 72px 78px 74px;
        background:url(../images/android-large.png);
    }
    .carousel-indicators {
        padding-right:20px;
        background:transparent;
    }
    .carousel-indicators li, .carousel-indicators .active {
        width: 100%;
    }
    .carousel-indicators .active {
        background-size: 100% 100%;
    }
    .carousel-indicators li .title {margin-bottom:2px;}
    .carousel-indicators li,
    .carousel-indicators .active {
        line-height:20px;
        font-size: 16px;
        padding:8px 40px 9px 11px;
        margin-bottom:4px;
    }
    .blue-section.content-section {
        background:none;
        margin:0;
        padding:100px 0 50px;
        z-index:3;
    }
    .blue-section.content-section:before {
        content: " ";
        margin: 0;
        background-image: url(../images/bg-content-3.png);
        height: 1090px;
        width: 100%;
        padding-bottom: 50%;
        top: 50%;
        margin-top: -545px;
        background-repeat: no-repeat;
        background-position: center 0;
    }
    .steps {margin:10px -7% 0 0;}
    .steps:after {
        display:block;
        content:"";
        clear:both;
    }
    .step {
        float:left;
        width:26%;
        margin-right:7%;
        position:relative;
    }
    .step:first-child {margin-left:1%;}
    .step-2 {margin-top:73px;}
    .step-3 {margin-top:146px;}
    .step img {
        float:none;
        display:block;
        max-width:100%;
        width:auto;
        margin:0;
        position:static;
    }
    .step h2 {
        text-align:center;
        font-size:20px;
        font-size: 2rem;
        display:block;
        margin-top:10px;
        margin: 20px 10% 0 10%;
    }
    .step h2 .number {
        display:inline-block;
        margin-bottom:5px;
    }
    .step .opener {
        cursor:pointer;
        display:block;
    }
    .step .opener:hover {
        margin-bottom:-35px;
        padding-bottom:35px;
    }
    .step .form-holder {
        margin:33px 0 0;
        padding:27px 23px 35px 28px;
        width:590px;
        position:absolute;
        background:#ff5c00;
        border:3px solid #fff;
        z-index:3;
        display:none;
    }
    .step .form-holder:after,
    .step .form-holder:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .step .form-holder:after {
        border-color: rgba(235, 91, 37, 0);
        border-bottom-color: #ff5c00;
        border-width: 18px;
        left:70px;
    }
    .step .form-holder:before {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 22px;
        left:66px;
    }
    .form-holder .download-form {
        overflow:hidden;
        margin-bottom:35px;
    }
    .download-form .text-holder {
        overflow:visible;
        padding:0;
    }
    .form-holder .download-form .text-holder:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        border-width: 8px;
        top: 50%;
        margin-top: -8px;
    }
    .form-holder .download-form .text-holder:before {
        border-color: rgba(235, 91, 37, 0);
        border-left-color: #ff5c00;
        border-width: 13px;
        top: 50%;
        margin-top: -13px;
    }
    .form-holder .download-form input[type="submit"] {background:#13aaef;}
    .form-holder .download-form input[type="submit"]:hover {
        color:#13aaef;
        background:#fff;
    }
    .form-holder .btn-holder {text-align:center;}
    .form-holder .btn-holder img {
        height:53px;
        margin:0 6px;
        display:inline-block;
    }
    #footer {
        z-index:10;
        position:relative;
    }
    .home #footer {margin-top:15px;}
    .bottom-section {
        padding:41px 0 40px;
        border-bottom-width:4px;
    }
    .bottom-section h2 {
        font-size:30px;
        font-size: 3rem;
        line-height:1.091em;
        margin-bottom:26px;
        color: #ff5c00;
    }
    .bottom-section .download-form {
        overflow:hidden;
        margin:0 auto 78px;
        display: inline-block;
    }
    .bottom-section .download-form .text-holder {width:341px;}
    .bottom-section .download-form .text-holder input {
        width:341px;
        color:#ff5c00;
    }
    .bottom-section .download-form .text-holder input::-webkit-input-placeholder {color:#ff5c00;}
    .bottom-section .download-form .text-holder input::-moz-placeholder {color:#ff5c00;}
    .bottom-section .download-form .text-holder input:-moz-placeholder {color:#ff5c00;}
    .bottom-section .download-form .text-holder:after {
        top: 8px;
        border-top: 21px solid transparent;
        border-left: 10px solid white;
        border-bottom: 21px solid transparent;
    }

    .footer-nav {
        font-size:0.8em;
        line-height:1.25em;
        padding:20px 0 40px;
    }

    .seen-on a {
        width:70px;
        height:70px;
    }

    .footer-nav li:before,
    .footer-nav li {margin-right:7px;}
    #content {
        padding:106px 0 20px;
        background:url(../images/bg-content-7.png) no-repeat 100% -460px;
    }
    #content .container {padding:0 5px;}
    #content:after {content:url(../images/bg-content-10.png);}
    #content h2 {
        font-size:2.2em;
        line-height:1.136em;
        margin-bottom:25px;
    }
    #content h3 {
        font-size:1.2em;
        line-height:1.083em;
        margin-bottom:6px;
    }
    #content p {margin-bottom:0;}
    .contact-form {
        width:712px;
        margin-bottom:163px;
    }
    #content .contact-form h2 {margin-bottom:57px;}
    .contact-form .form-group input {
        font-size:20px;
        line-height:27px;
        padding:7px 9px;
        margin-bottom:12px;
    }
    .contact-form .form-row {margin-bottom:12px;}
    .contact-form .form-row .validate-input {
        margin:0 0 0 2%;
        width:49%;
    }
    .contact-form .form-group {margin-bottom:34px;}
    .contact-form .form-group textarea {
        font-size:20px;
        line-height:27px;
        padding:7px 9px;
        height:190px;
    }
    .contact-form input[type="submit"] {
        font-size:20px;
        width:350px;
        height:41px;
        margin-top:-3px;
    }

    .system-form {
        width:712px;
        margin-bottom:163px;
    }
    .system-form h2 {margin-bottom:57px;}
    .system-form .form-group input {
        font-size:20px;
        line-height:27px;
        padding:7px 9px;
        margin-bottom:12px;
    }
    .system-form .form-row {margin-bottom:12px;}
    .system-form .form-row .validate-input {
        margin:0 0 0 2%;
        width:49%;
    }
    .system-form .form-group {margin-bottom:34px;}
    .system-form .form-group textarea {
        font-size:20px;
        line-height:27px;
        padding:7px 9px;
        height:190px;
    }
    .system-form input[type="submit"] {
        font-size:20px;
        width:350px;
        height:41px;
        margin-top:2px;
    }

    .content-text ul li {padding:0 0 7px 25px;}
    .content-text ul li:after {
        width:21px;
        height:26px;
        background:url(../images/sprite-2x.png) no-repeat;
        top:3px;
        left:-4px;
    }
    .content-text .questions-list {
        padding:78px 6px 0;
        margin-bottom:-23px;
        font-size:1.2em;
        line-height:1.375em;
    }
    .content-text .questions-list li {padding:0 0 26px 34px;}
    .answers .block {
        padding-top:107px;
        margin-bottom:-64px;
    }
    .answers {padding-bottom:124px;}
    .contact-info {margin-bottom:150px;}
    #content .contact-info h2 {margin-bottom:74px;}
    .info-block {margin-bottom:63px;}
    .btn-feedback {
        position:fixed;
        top:335px;
        right:0;
        z-index:100;
        width:37px;
        height:100px;
        text-indent:-9999px;
        overflow:hidden;
        background:url(../images/sprite-2x.png) no-repeat -403px 0;
    }
    blockquote.large-quote {padding:0 35px;}
    blockquote.large-quote p {
        font-size:1.4em;
        line-height:1.214em;
        margin-bottom:19px;
    }
    blockquote.large-quote small {
        font-size:0.9em;
        line-height:1.222em;
    }
    .team {
        padding:130px 0 0;
        margin:0 -7% -100px;
    }
    .team .member {
        width:25%;
        margin:0 4% 82px;
        font-size:0.9em;
        line-height:1.222em;
    }
    .team .member h2 {
        font-size:2.444em;
        line-height:1.045em;
        text-align:center;
        margin-bottom:30px;
    }
    .team .photo {margin:0 20px 41px;}
    .job-list {
        padding:0;
        margin:0;
        margin-top: 60px;
    }

    .job-list li {
        float:left;
        clear:left;
        position:relative;
        margin-bottom:10px;
    }
    .job-list .icon,
    .download-zip .icon {
        width:64px;
        margin-right:11px;
    }
    .job-list .title {
        font-size:1.6em;
        margin-bottom:6px;
    }
    .job-list .download {
        position:absolute;
        top:0;
        left:100%;
    }

    .job-list .download, .download-zip .download {
        white-space:nowrap;
        margin:7px 0 0 25px;
        padding: 2px;
        line-height: 42px;
        height: 42px;
    }

    .job-list .download:after,
    .download-zip .download:after {
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-right: 10px solid white;
        margin-top: -21px;

    }
    .download-zip .download:after {
        border-right-color: #13aaef;
    }
    .download__inner {
        background-color: #13aaef;
        height: 38px;
        line-height: 38px;
        display: block;
        padding: 0 10px;
        position: relative;
        z-index: 1;
        color: white;
    }
    .download__inner:hover {
        color: #13aaef;
        background-color: white;
    }
    .download__inner:after {
        content: " ";
        top: 50%;
        position: absolute;
        right: 100%;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-right: 9px solid #13aaef;
        margin-top: -19px;
    }
    .download__inner:hover:after {
        border-right: 9px solid white;
    }
    .download-zip {
        margin:0 0 0 -5px;
        padding:35px 0 0;
    }
    .download-zip .title {
        font-size:1.2em;
        line-height:1.25em;
        margin-right:-60px;
    }
    .download-zip .download {
        margin:0 0 0 80px;
        font-size:1em;
        line-height:1.2em;
    }

    .press-icons {
        margin-top: 5em;
    }

    .press-citation {
        margin-bottom: 3em;
        color: white;
        min-height: 8em;
    }

    .press-citation__content {
        display: none;
    }

    .press-citation__content strong {
        margin-top: 1em;
        display: inline-block;
    }

    .press-citation__content.active {
        display: block;
    }

    .press-icons__icon {
        width: 33%;
        max-width: 33%;
        padding: 0;
    }

    .press-icons__citation {
        display: none;
    }

}
@media only screen and (min-width: 1024px) {
    /* Styles for screens 1000px wide and larger */
    .intro-section .video {
        margin: 20px 0 0 0;
    }
    .intro-section .btn-holder {text-align:left;bottom: 100px;}
    .intro-section .btn-holder img {
        height:65px;
        margin:0 18px 0 0;
    }
    .android {margin-right:6px;}
    .orange-section#application {padding-top:50px;}
    .main-nav li {margin-left:40px;}
    .orange-section .text-block {margin:153px 0 0 -12px;}
    .job-list {}
    .contact-form .error-text {
        display:none;
        padding:7px 0;
    }
    .contact-form .error .error-text {display:block;}
    .intro-section h1 {
        font-size:3.0em;
        line-height:1em;
    }

    .iphones {
        float: right;
        padding-right: 12px;
    }

    .intro-section .iphone {
        margin-left: 0;
    }
    .content-section h1 {
        margin-bottom: 15px;
    }
    .carousel-indicators {
        padding-top: 13px;
    }
    .carousel-indicators li, .carousel-indicators .active {
        font-size: 18px;
        line-height: 22px;
        width: 590px;
    }
    .carousel-indicators .active {
        background-size: 576px 100%;
    }
    #start.content-section h1 {
        margin-top: -25px;
    }
    .footer-column{
        width: 33%;
        float: left;
    }
    .press-icons__icon {
        width: 16.66%;
        max-width: 16.66%;
    }
}
@media only screen and (min-width: 1300px) {
    /* Styles for screens 1300px wide and larger */
    .step .form-holder {left:-164px;}
    .step .form-holder:after {
        left: 50%;
        margin-left: -18px;
    }
    .step .form-holder:before {
        left: 50%;
        margin-left: -22px;
    }
}
@media only screen and (min-width: 1400px) {
    .orange-section#application {padding-top:70px;}
}

@media only screen and (max-width: 928px){
    #seen-on-supported-by{
        text-align: center;
    }


    #supported-by-container{
        text-align: center;
        width: 100%;
    }

    #seen-on-container{
        text-align: center;
        margin-right: 0px;

        width: 100%;
    }


}

/* Retina Styles - Resolution independent */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo {
        background-image: url('../images/logo@2x.png');
        background-size: 100%;
    }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) {

    .iphone-map__bg {
        background-image: url('../images/iphone-large-map@2x.png');
        background-size: 100%;
    }

    .intro-section .iphone {
        background-image: url('../images/iphone-large@2x.png');
        background-size: 363px;
    }
}

@media print {
    .sr-only,
    .btn-feedback,
    .language,
    #header .opener,
    .logo,
    .intro-section .iphone,
    .intro-section .video,
    .main-nav,
    .text-block ul li:after,
    .orange-section.content-section:after,
    .blue-section.content-section:after,
    .orange-section.content-section:before,
    .blue-section.content-section:before,
    #content:after,
    .step .form-holder,
    #footer,
    .social-networks,
    .contact-form,
    .carousel-indicators li:after,
    .android,
    .intro-section .img-holder,
    .intro-section .download-form {display:none;}
    #wrapper {padding:0 !important;}
    .print-logo {
        display:block;
        margin-bottom:10px;
    }
    .content-section {padding:25px 0;}
    .text-block {width:auto;}
    .info-area,
    .steps {margin:0;}
    .info-area .block {margin-left:0;}
    .step {opacity:1 !important;}
    .intro-section h1 {
        text-align:center;
        padding-bottom:10px;
    }
    body {
        font-size:1.6em;
        line-height:1.375em;
    }
}

/* Loading spinner */
.spinner {
height:30px;
width:30px;
margin:0px auto;
position:relative;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left:6px solid rgba(0,174,239,.15);
border-right:6px solid rgba(0,174,239,.15);
border-bottom:6px solid rgba(0,174,239,.15);
border-top:6px solid rgba(0,174,239,.8);
border-radius:100%;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
.submit-container {
    position: relative;
}
.submit-container .spinner {
    position: absolute;
    margin-top: -15px;
    margin-right: 5px;
    top: 50%;
    right: 0;
}

/* ios and android specifc classes */
.no-app-support {
    display: block;
}
.app-support {
    display: none;
}
.android-browser .no-app-support, .ios-browser .no-app-support {
    display: none;
}
.android-browser .app-support, .ios-browser .app-support {
    display: block;
}
html .android-browser, html .ios-browser {
    display: none;
}
.android-browser .android-browser {
    display: block;
}
.ios-browser .ios-browser {
    display: block;
}
.android-browser .no-android-browser {
    display: none;
}
.ios-browser .no-ios-browser {
    display: none;
}
.beta .release, .dev .release, .release .beta, .dev .beta, .beta .dev, .release .dev {display: none;}
.beta .beta, .dev .dev, .release .release {display: block;}

/* lang specific classes */
html:lang(ru) #uservoices h2 {
    font-weight: 400;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
