.bg-color-grad {
    background: #00aeff;
    background: -moz-linear-gradient(top,#00aeff 0,#00e0a4 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00aeff), color-stop(100%,#E2007A) );
    background: -webkit-linear-gradient(top,#00aeff 0,#E2007A 100%);
    background: -o-linear-gradient(top,#00aeff 0,#00e0a4 100%);
    background: -ms-linear-gradient(top,#00aeff 0,#00e0a4 100%);
    background: linear-gradient(to bottom,#00aeff 0,#E2007A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeff', endColorstr='#00e0a4',GradientType=0 );
}

.title h2:after {
    background-color: #00B8E8;
}

.intro-block .container {
    z-index: 2;
    padding: 200px 0;
}

.first-item-list {
    padding: 0 0 0px 0px!important;
}

.screen-couple-right {
    margin-top: 30px;
}

.navbar a {
    color: white;
}

a:hover {
    color: #00B8E8;
}

.navbar .nav li a:hover,
.navbar .nav li.active a {
    border-bottom: 2px solid #00B8E8;
    color: #00B8E8;
}

.abbr {
    border-bottom: 1px dotted #777;
}

.color {
    color: #00B8E8;
}

.owl-pagination .owl-page.active span {
    background: #00B8E8;
}

#download .block-bg {
    height: 175%;
    background-image: url(../images/download_bg.jpg);
    background-position: left center;
}

#download .container-fluid {
    height: auto;
    padding: 170px 0 100px;
}

nav.navbar-fixed-top {
    border-bottom: 2px solid #1F2632;
    background: #1F2632;
}

@media(max-width:992px) {
    .navbar-collapse {
        width: 100%;
        padding: 0;
        background: #1F2632;
    }

    .round-btn {
        margin-left: 0!important;
    }
}

.navbar-collapse.in {
    background: #1F2632;
}

.navbar .nav li a {
    border-bottom: 2px solid #1F2632;
}

.intro-block .block-bg {
    opacity: 0.5;
    background-image: url(../images/intro_bg.jpg);
}

.contact-btn:hover {
    color: #E7007A;
}

.bg-color-grad {
    background: #1F2642;
    background: -moz-linear-gradient(top,#1F2642 0,#1F2642 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1F2642), color-stop(100%,#1F2642) );
    background: -webkit-linear-gradient(top,#1F2642 0,#1F2642 100%);
    background: -o-linear-gradient(top,#1F2642 0,#1F2642 100%);
    background: -ms-linear-gradient(top,#1F2642 0,#1F2642 100%);
    background: linear-gradient(to bottom,#1F2642 0,#1F2642 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F2642', endColorstr='#1F2642',GradientType=0 );
}

.intro-block .logo {
    opacity: 0;
}

button#contact_submit:hover {
    border: 2px solid #00B8E8;
}

#contact_form label.error {
    padding: 5px;
    color: #fff;
    background: #E7007A;
}

#contact_form label.error:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border: 0 5px 5px 5px solid transparent transparent #E7007A transparent;
}

#video {
    padding: 120px 0 50px 0;
}

.video-container {
    position: relative;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

video.home-video {
    width: 100%;
    max-width: 640px;
}

footer {
    padding: 100px 0;
    text-align: center;
    color: #DEDEDE;
    background: #1F2632;
}

.intro-screen {
    position: absolute;
    top: -110px;
    right: 0;
}

#download h2 {
    margin: 30px 0 30px 0;
    color: #fff;
}

#download .container-fluid {
    height: auto;
    padding: 90px 0 100px;
}

.download-btn {
    display: inline-block;
    width: 202px;
    height: 70px;
    margin-top: 10px;
    border: 2px solid white;
    border-radius: 35px;
    overflow: hidden;
    text-align: left;
    background-color: inherit;
}

.download-btn .btn-content {
    background-color: initial;
}

.android-btn .btn-content,
.download-btn-alt.android-btn {
    color: white;
}

.ios-btn .btn-content,
.download-btn-alt.ios-btn {
    color: white;
}

.download-btn .btn-content {
    margin: -65px 3px 0 3px;
}

.round-btn {
    display: inline-block;
    margin-left: 10px;
    padding: 0 30px;
    border: 2px solid #ddd;
    border-radius: 30px;
    line-height: 3.5;
    vertical-align: middle;
    color: white;
}

.round-btn:hover {
    border: 2px solid #E5007A;
    color: white;
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.owl-pagination {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-prev {
    margin-left: -12px!important;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
    color: #FFF;
    opacity: 0.5;
    background: #202632;
    *display: inline;/*IE7 life-saver */
    filter: Alpha(Opacity=50) ;/*IE7 fix*/
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100) ;/*IE7 fix*/
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.5;
    background: #1F2531; /*#869791;*/
    filter: Alpha(Opacity=50) ;/*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100) ;/*IE7 fix*/
}

.owl-pagination .owl-page {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 40px;
    margin-left: 0;
    line-height: 40px;
    cursor: pointer;
}

.owl-prev {
    margin-right: -20px;
}

#screenshots .item img {
    height: auto;
    border-radius: 4px;
}

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

.logo-yesno {
    width: 85px;
}

.highlight-left {
    position: absolute;
    left: -12px;
    margin-top: -100px;
    -webkit-animation: highlight-left 2s ease-in 0s infinite;
    animation: highlight-left 2s ease-in 0s infinite;
}

.highlight-right {
    position: absolute;
    right: -14px;
    margin-top: -100px;
    -webkit-animation: highlight-right 2s ease-in 0s infinite;
    animation: highlight-right 2s ease-in 0s infinite;
}

.iphone-contour {
    margin-top: -35px;
}

.type {
    font-size: 40px;
    font-weight: 500;
}

@media(max-width:767px) {
    h1 {
        font-size: 35px;
    }

    .intro-block .container {
        z-index: 2;
        padding: 140px 0;
    }
}

@media(max-width:420px) {
    h1 {
        font-size: 35px;
    }

    .type {
        font-size: 28px;
        font-weight: 500;
    }

    .intro-block h1.slogan {
        margin: 0 10px 70px 10px;
        margin-top: 20px;
        margin-bottom: 110px;
        text-shadow: 0 1px 1px rgba(0,0,0,0.25);
        text-transform: none;
        line-height: 1.25;
        color: #fff;
        height: 160px;
    }

    .intro-block .logo {
        display: none;
        opacity: 0;
    }

    .intro-block .container {
        z-index: 2;
        padding: 120px 0;
    }

    #full-intro .ios-btn {
        margin-top: -60px;
        margin-bottom: 10px;
    }

    #full-intro .android-btn {
        margin-bottom: 50px;
    }
}
