@font-face {
    font-family: HelveticaNeue;
    src: url(../fonts/HelveticaNeue.eot);
    src: url(../fonts/HelveticaNeue.woff2) format('woff2'), url(../fonts/HelveticaNeue.woff) format('woff'), url(../fonts/HelveticaNeue.ttf) format('truetype'), url(../fonts/HelveticaNeue.svg#HelveticaNeue) format('svg'), url(../fonts/HelveticaNeue.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(../fonts/HelveticaNeue-Bold.eot);
    src: url(../fonts/HelveticaNeue-Bold.woff2) format('woff2'), url(../fonts/HelveticaNeue-Bold.woff) format('woff'), url(../fonts/HelveticaNeue-Bold.ttf) format('truetype'), url(../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold) format('svg'), url(../fonts/HelveticaNeue-Bold.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Light;
    src: url(../fonts/HelveticaNeue-Light.eot);
    src: url(../fonts/HelveticaNeue-Light.woff2) format('woff2'), url(../fonts/HelveticaNeue-Light.woff) format('woff'), url(../fonts/HelveticaNeue-Light.ttf) format('truetype'), url(../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light) format('svg'), url(../fonts/HelveticaNeue-Light.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Medium;
    src: url(../fonts/HelveticaNeue-Medium.eot);
    src: url(../fonts/HelveticaNeue-Medium.woff2) format('woff2'), url(../fonts/HelveticaNeue-Medium.woff) format('woff'), url(../fonts/HelveticaNeue-Medium.ttf) format('truetype'), url(../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium) format('svg'), url(../fonts/HelveticaNeue-Medium.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}

html {
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important
}

header {
    height: 88px;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

@media screen and (max-width:768px) {
    header {
        background: #fff
    }
}

header .row {
    margin: 0
}

header .navbar-brand {
    width: 122px;
    height: 46px;
/*    background: url(../images/logo-hop.png) no-repeat;
    background-size: 100px auto;
*/    text-indent: -9999em;
    display: block;
    margin-top: 20px
}

header .navbar-brand img {
    width: 100px;
	display: block;
}



header .primarynav {
    background: 0 0;
    border: 0;
    border-radius: 0
}

header .primarynav .navbar-brand {
    padding: 0
}


header .navbar-right {
    margin-top: 23px
}

@media (max-width:768px) {
    header {
        height: 72px
    }
    header .navbar-header {
        float: left
    }
    header .navbar-right {
        float: right;
        margin-top: 17px
    }
    header .navbar-brand {
        margin-top: 15px
    }
}

@keyframes chatBubblesDots {
    0%,
    100% {
        top: 6px
    }
    50% {
        top: 2px
    }
}

@keyframes seenScale {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.5)
    }
}

.hero-animation-container {
    width: 700px;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:768px) {
    .hero-animation-container {
        width: 400px;
        height: 450px
    }
}

@media screen and (max-width:400px) {
    .hero-animation-container {
        width: 280px;
        height: 450px
    }
}

.hero-animation-container h1,
.hero-animation-container h2 {
    font-family: HelveticaNeue-Light, sans-serif;
    color: #5C657A;
    width: 100%;
    left: 0;
    transition: all .5s linear;
    position: absolute;
    text-align: center;
    font-weight: 400
}

.hero-animation-container h1 {
    font-size: 45px;
    bottom: -100px;
    opacity: 0
}

.hero-animation-container h1.reveal {
    bottom: 80px;
    opacity: 1
}

@media screen and (max-width:768px) {
    .hero-animation-container h1 {
        font-size: 25px
    }
    .hero-animation-container h1.reveal {
        bottom: 40px
    }
}

@media screen and (max-width:400px) {
    .hero-animation-container h1 {
        font-size: 21px
    }
    .hero-animation-container h1.reveal {
        bottom: 40px
    }
}


.hero-animation-container h2 {
    font-size: 22.5px;
    bottom: -100px;
    opacity: 0
}

.hero-animation-container h2.reveal {
    bottom: 40px;
    opacity: 1
}

.hero-animation-container .third-party {
    width: 150px;
    height: auto;
    position: absolute;
    top: 150px;
    right: 200px;
    opacity: 0;
    transition: all 1s
}

.hero-animation-container .third-party.reveal {
    opacity: 1;
    right: 100px
}

@media screen and (max-width:768px) {
    .hero-animation-container h2 {
        font-size: 18px
    }
    .hero-animation-container h2.reveal {
        bottom: 10px
    }
    .hero-animation-container .third-party {
        width: 85px;
        top: 60px;
        right: 120px
    }
    .hero-animation-container .third-party.reveal {
        opacity: 1;
        right: 20px
    }
}

@media screen and (max-width:400px) {
    .hero-animation-container h2 {
        font-size: 15px
    }
}

.hero-animation-container .mobile-phone {
    width: 700px;
    height: 1440px;
    position: absolute;
    top: -280px;
    left: 50%;
    margin: 0 0 0 -350px;
    transition: all 1s;
    transform: scale(1)
}

@media screen and (max-width:768px) {
    .hero-animation-container .mobile-phone {
        width: 280px;
        height: 576px;
        left: 50%;
        margin-left: -140px;
        top: -70px
    }
}

.hero-animation-container .mobile-phone.scale {
    transform: scale(.4);
    top: -381px
}

.hero-animation-container .mobile-phone.move-left {
    margin-left: -450px
}

@media screen and (max-width:768px) {
    .hero-animation-container .mobile-phone.scale {
        top: -121px;
        transform: scale(.5)
    }
    .hero-animation-container .mobile-phone.move-left {
        margin-left: -190px
    }
}

.hero-animation-container .mobile-phone .mobile-phone-bg {
    display: block;
    background: url(../images/phone-app.png) center center no-repeat;
    background-size: 700px auto;
    width: 700px;
    height: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0
}

@media screen and (max-width:768px) {
    .hero-animation-container .mobile-phone .mobile-phone-bg {
        width: 280px;
        height: 576px;
        background: url(../images/phone-app.png) center center no-repeat;
        background-size: 280px auto
    }
}

.hero-animation-container .mobile-screen {
    padding: 40px 45px;
    position: absolute;
    width: 590px;
    height: 660px;
    left: 50%;
    margin-left: -295px;
    top: 300px;
    z-index: 11
}

@media screen and (max-width:768px) {
    .hero-animation-container .mobile-screen {
        width: 220px;
        height: 246px;
        margin-left: -110px;
        padding: 10px;
        top: 80px
    }
}

.hero-animation-container .chat-bubble {
    top: 900px;
    opacity: 1;
    background: #DEDEDE;
    min-width: 200px;
    margin-bottom: 15px;
    padding: 2px;
    border-radius: 0 14px 14px;
    position: relative;
    font-size: 18px
}

.hero-animation-container .chat-bubble p {
    color: #000;
    padding: 10px 20px;
    margin: 0
}

@media screen and (max-width:768px) {
    .hero-animation-container .chat-bubble {
        font-size: 13px
    }
    .hero-animation-container .chat-bubble p {
        padding: 5px 20px
    }
}

.hero-animation-container .chat-bubble .attachment {
    background: #F7F7F7;
    border-radius: 14px;
    display: block;
    width: 100%;
    padding: 10px 40px;
    color: #0076FE
}

.hero-animation-container .chat-bubble .img {
    border-radius: 14px
}

.hero-animation-container .chat-bubble .avatar {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: -30px
}

@media screen and (max-width:768px) {
    .hero-animation-container .chat-bubble .attachment {
        padding: 5px 20px;
        font-size: 13px
    }
    .hero-animation-container .chat-bubble .avatar {
        width: 25px;
        height: 25px;
        left: -10px
    }
}

.hero-animation-container .chat-bubble.left {
    float: left;
    clear: both
}

.hero-animation-container .chat-bubble.right {
    float: right;
    clear: both;
    border-radius: 14px 0 14px 14px
}

.hero-animation-container .chat-bubble.right .avatar {
    right: -30px;
    left: auto
}

@media screen and (max-width:768px) {
    .hero-animation-container .chat-bubble.right .avatar {
        right: -10px
    }
}

.hero-animation-container .chat-bubble.right:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: url(../images/icon-seen.png) no-repeat;
    background-size: 20px auto;
    opacity: 0;
    transition: all .5s linear
}

.hero-animation-container .chat-bubble.right.seen:after {
    opacity: 1;
    animation-name: seenScale;
    animation-duration: .5s;
    animation-iteration-count: 1
}

.hero-animation-container .chat-bubble.writing .dot:nth-child(1),
.hero-animation-container .chat-bubble.writing .dot:nth-child(2),
.hero-animation-container .chat-bubble.writing .dot:nth-child(3) {
    animation-name: chatBubblesDots;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

.hero-animation-container .chat-bubble.writing {
    opacity: 0;
    top: 0;
    width: 86px;
    min-width: 86px;
    float: left;
    clear: both;
    padding: 10px 20px;
    min-height: 45px
}

@media screen and (max-width:992px) {
    .hero-animation-container .chat-bubble.writing {
        width: 83px
    }
}

@media screen and (max-width:768px) {
    .hero-animation-container .chat-bubble.writing {
        padding: 10px 20px;
        min-height: 36px
    }
}

.hero-animation-container .chat-bubble.writing .dot {
    position: relative;
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    float: left;
    margin-right: 5px
}

.hero-animation-container .chat-bubble.writing .dot:nth-child(2) {
    animation-delay: .2s
}

.hero-animation-container .chat-bubble.writing .dot:nth-child(3) {
    animation-delay: .5s
}

.btn.btn-primary {
    line-height: 40px;
    padding: 0 30px;
    background: #0082FF;
    color: #fff;
    font-size: 16px;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
    font-family: HelveticaNeue, sans-serif;
    font-weight: 400
}

@media screen and (max-width:400px) {
    .btn.btn-primary {
		font-size:15px;
		padding:0 24px;
	}
}

.tile.active,
.tile.tile-short-2col .row .left-section.active,
.tile.tile-short-2col .row .right-section.active,
.tile.tile-tall-2col div.left-section.active,
.tile.tile-tall-2col div.right-section.active {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2)
}

.tile h1,
.tile h2 {
    font-family: HelveticaNeue-Bold, sans-serif
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    opacity: .8;
    background: #0082FF
}

footer section.download {
    padding: 40px 0;
    background: #006CFF;
    display: none;
}

footer section.download img {
    border-radius: 5px;
    width: 100%;
    transition: transform .15s
}

footer section.download img:hover {
    transform: scale(1.1, 1.1)
}

footer section.download p {
    text-align: center;
    font-size: 30px;
    margin: 0 0 30px;
    color: #fff
}

footer section.download .store-icons {
    margin: 0;
    padding: 0;
    text-align: center
}

footer section.download .store-icons li {
    list-style: none;
    display: inline-block;
    margin: 0 18px 18px
}

footer section.download .store-icons li img {
    width: auto;
    height: 40px
}

footer section.footer-nav {
    background: #559DFF;
    padding: 45px 0 30px
}

footer section.footer-nav .list-group {
    margin: 0;
    padding: 0
}

footer section.footer-nav .list-group li {
    list-style: none;
    margin-bottom: 10px
}

footer section.footer-nav .list-group li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

footer section.footer-links {
    padding: 10px 0 20px;
}

footer section.footer-links .container {
    padding: 0
}

footer section.footer-links .row {
    margin-left: 0;
    margin-right: 0
}

footer section.footer-links a {
    color: #5C657A;
    display: inline-block;
    line-height: 25px
}

footer section.footer-links .footer-nav-links a {
    margin-right: 15px
}

footer section.footer-links .social-links {
    text-align: right;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%)
}

footer section.footer-links .social {
    display: inline-block;
    margin-right: 10px;
    transition: transform .15s;
    border-radius: 5px
}

footer section.footer-links .social img {
    width: 25px;
    height: auto
}

@media screen and (max-width:992px) {
    footer section.footer-links .social img {
        width: 25px
    }
}

footer section.footer-links .social:hover {
    transform: scale(1.1, 1.1)
}

.primary-section-text {
    padding: 40px 0;
    margin-top: 10px
}

@media (max-width:1200px) {
    .primary-section-text {
        padding: 30px
    }
}

.read-more-section .row {
    overflow: initial;
}
.read-more-section a {
    font-weight: bold;
    line-height: 40px;
    font-size: 20px;
    margin: 0 25px;
    padding: 15px 30px;
    text-decoration: none;
    background: #0082FF;
    color: #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.read-more-section a:hover {
    opacity: 0.8;
}

.companies .container,
.fly .container,
.go .container,
.move .container,
.press .container,
.results .container,
.testimonials .container,
.try-hop .container {
    width: 100%;
    position: relative;
    padding: 0
}

@media screen and (max-width:1000px) {
    .companies .container,
    .fly .container,
    .go .container,
    .move .container,
    .press .container,
    .results .container,
    .testimonials .container,
    .try-hop .container {
        padding: 0 10px
    }
}

@media (min-width:1200px) {
    .companies .container,
    .fly .container,
    .go .container,
    .move .container,
    .press .container,
    .results .container,
    .testimonials .container,
    .try-hop .container {
        width: 1170px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 2px!important
}

.carousel-inner {
    height: auto
}

.extra-top-padding {
    padding-top: 60px!important
}

.tile {
    margin-top: 20px;
    transition: box-shadow .5s linear
}

.tile>.row {
    margin: 0
}

.tile>.is-table-row {
    margin-left: 0;
    margin-right: 0
}

.tile>.is-table-row [class*=col-] {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    height: 100%
}

.tile>.is-table-row [class*=col-].first-col {
    padding-left: 0;
    padding-right: 10px
}

@media screen and (max-width:1000px) {
    .tile>.is-table-row [class*=col-].first-col {
        padding: 0;
        margin-bottom: 20px
    }
}

.tile>.is-table-row [class*=col-].second-col {
    padding-left: 10px;
    padding-right: 0
}

.tile .video-box {
    background: #f1f4f6;
    height: 500px
}

.tile .video-box video {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    max-height: 100%
}

.tile h1 {
    font-size: 24px;
    font-weight: 400
}

.tile h1.icon-groups {
    position: relative
}

.tile h1.icon-groups:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon-groups.png) no-repeat;
    background-size: 40px auto;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -20px
}

.tile h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 5px
}

a,
body,
html,
li,
p {
    font-family: HelveticaNeue, sans-serif;
    font-weight: 400
}

.tile p {
    font-size: 18px;
    line-height: 24px
}

.tile .video-ver {
    width: auto;
    height: 500px;
    display: block;
    margin: 0 auto
}

@media screen and (max-width:992px) {
    .tile .video-ver {
        width: 100%
    }
}

.tile .video-hor {
    width: 100%;
    height: 363px;
    display: block;
    margin: 0 auto
}

@media screen and (max-width:1200px) {
    .tile .video-hor {
        height: 284px
    }
}

.tile .inner-tile {
    margin: 0
}

.tile .inner-tile h2 {
    padding-top: 0
}

.tile .inner-tile .video-hor {
    width: 100%;
    height: 586px
}

@media screen and (max-width:1000px) {
    .tile>.is-table-row [class*=col-].second-col {
        padding: 0
    }
    .tile .inner-tile .video-hor {
        height: 400px
    }
}

.tile.tile-large {
    background: #f1f4f6;
    padding: 40px
}

@media screen and (max-width:1000px) {
    .tile.tile-large.video-large-container {
        padding: 40px 0
    }
    .tile.tile-large.video-large-container video {
        height: auto
    }
    .tile.tile-large.video-large-container .tile-content {
        padding: 0 40px
    }
}

.tile.tile-large.tile-long {
    padding-left: 80px;
    padding-right: 80px
}

.tile.tile-tall-2col .carousel-indicators {
    bottom: 100px;
    z-index: 999
}

.tile.tile-tall-2col .carousel-indicators li {
    border: 0;
    background-color: #939598;
    opacity: .25;
    width: 10px;
    height: 10px;
    margin: 0 4px
}

.tile.tile-tall-2col .carousel-indicators li.active {
    background-color: #231F20;
    width: 10px;
    height: 10px;
    margin: 0
}

@media screen and (max-width:768px) {
    .tile.tile-tall-2col .carousel-indicators {
        display: block;
        bottom: -35px
    }
}

.tile.tile-tall-2col .carousel {
    position: relative
}

.tile.tile-tall-2col .carousel-control {
    width: 20px;
    height: 37px;
    display: block;
    background: url(../images/arrow-right.png) no-repeat;
    background-size: 20px auto;
    top: auto;
    bottom: 50px;
    right: 0;
    position: absolute;
    text-indent: -9999em
}

@media screen and (max-width:470px) {
    .tile.tile-tall-2col .carousel-control {
        display: none
    }
}

.tile.tile-tall-2col div.left-section {
    background: #f1f4f6;
    padding: 40px;
    transition: box-shadow .5s linear
}

.tile.tile-tall-2col div.right-section {
    background: #f1f4f6;
    padding: 40px;
    transition: box-shadow .5s linear
}

.tile.tile-tall-2col div img {
    width: 381px;
    display: block;
    margin: 15px auto 0;
    padding: 10px
}

@media screen and (max-width:992px) {
    .tile.tile-tall-2col div img {
        width: 40%
    }
}

.tile.tile-short-2col .row img,
.tile.tile-tall-2col .video-ver {
    width: 100%
}

@media screen and (max-width:500px) {
    .tile.tile-tall-2col div img {
        width: 100%
    }
}

.tile.tile-short-2col .row {
    height: 643px
}

@media screen and (max-width:1200px) {
    .tile.tile-short-2col .row {
        height: 550px
    }
}

@media screen and (max-width:992px) {
    .tile.tile-short-2col .row {
        height: auto
    }
}

.tile.tile-short-2col .row .left-section {
    min-height: 685px;
    height: 100%;
    background: #f1f4f6;
    padding: 65px;
    transition: box-shadow .5s linear
}

.tile.tile-short-2col .row .left-section.safari-padding {
    padding: 0
}

@media screen and (max-width:1000px) {
    .tile.tile-short-2col .row .left-section {
        min-height: auto;
        padding: 40px
    }
}

.tile.tile-short-2col .row .right-section {
    min-height: 685px;
    height: 100%;
    background: #f1f4f6;
    padding: 65px;
    transition: box-shadow .5s linear
}

.tile.tile-short-2col .row .right-section.safari-padding {
    padding: 0
}

@media screen and (max-width:1000px) {
    .tile.tile-short-2col .row .right-section {
        min-height: auto;
        padding: 40px
    }
}

.tile.x-large {
    padding: 40px;
    background: #f1f4f6
}

@media screen and (max-width:768px) {
    .tile.x-large {
        padding: 40px 20px
    }
}

.tile.x-large .slick-menu {
    margin: 50px 0;
    text-align: center
}

.tile.x-large .slider .video-box,
.tile.x-large .slider img {
    width: 175px;
    position: relative;
    top: 2.5px;
    padding: 50px 0;
    margin: 0 auto
}

.tile.x-large .slick-menu a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.tile.x-large .slick-menu a.active,
.tile.x-large .slick-menu a.slick-center {
    border-bottom: 2px solid #0082FF
}

.tile.x-large .slider .slick-next,
.tile.x-large .slider .slick-prev {
    display: none!important
}

.tile.x-large .slider div.slick-item-container {
    background-image: url(../images/mobileBorder.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    outline: 0
}

.tile.x-large .slider .video-box {
    left: 1.5px;
    height: 412px;
    background: 0 0
}

.tile.x-large .slider button {
    display: none
}

.tile.x-large .slick-menu a {
    text-align: center;
    display: inline-block;
    margin: 0 10px
}

.tile.x-large .slick-menu a img {
    width: auto;
    height: 43px;
    margin: 0 auto;
    opacity: .7;
    transition: all .5s linear
}

.tile.x-large .slick-menu a p {
    font-size: 13px;
    margin: 0;
    transition: all .5s linear
}

.tile.x-large .slick-menu a:hover img {
    opacity: 1
}

.tile.x-large .slick-menu a:hover p {
    color: #000
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    color: #5C657A
}

@media (max-width:1090px) {
    .tile.x-large .slick-menu a {
        margin: 0 6px
    }
    .tile.x-large .slick-menu a p {
        font-size: 12px;
        line-height: 15px
    }
}

.tile.x-large .slick-menu .slick-arrow {
    width: 20px;
    height: 36px;
    display: block;
    border: 0;
    position: absolute;
    top: 10px;
    text-indent: -9999em;
    padding: 0;
    outline: 0
}

.tile.x-large .slick-menu .slick-arrow.slick-prev {
    background: url(../../images/arrow-left.png) center center no-repeat;
    background-size: 15px auto;
    left: -15px
    }

.tile.x-large .slick-menu .slick-arrow.slick-next {
    background: url(../../images/arrow-right.png) center center no-repeat;
    background-size: 15px auto;
    right: -15px
}

.tile.tile-animated-video {
    padding: 20px
}

.is-table-row {
    display: table;
    table-layout: fixed
}

@media screen and (max-width:991px) {
    .is-table-row {
        display: block
    }
}

.is-table-row [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width:991px) {
    .is-table-row [class*=col-] {
        display: block
    }
}

@media screen and (min-width:990px) {
    .tile-content p {
        min-height: 80px
    }
}

.tile-content.padding-right {
    padding-right: 130px
}

@media screen and (max-width:1000px) {
    .tile-content.padding-right {
        padding-right: 0
    }
}

.tile-content-wrapper {
    display: table-cell;
    vertical-align: bottom
}

.tile-content-wrapper.safari-padding {
    padding: 65px
}

@media screen and (max-width:500px) {
    .tile-content-wrapper.safari-padding {
        padding: 40px
    }
}

.tile-short-2col .tile-content,
.tile-tall-2col .tile-content {
    padding-top: 30px
}

.left-section,
.right-section {
    width: 100%;
    overflow: auto
}

.tile-image {
    margin: 0 auto;
    display: block
}

.row,
.tile {
    width: 100%!important;
    overflow: auto
}

.box .row {
    margin-left: 0;
    margin-right: 0
}

.carousel-inner .item .tile-content {
    padding-right: 30px
}

@media screen and (max-width:473px) {
    .carousel-inner .item .tile-content {
        padding-right: 0
    }
}

.tile .mobile-gif {
    display: none!important;
    width: 100%
}

body {
    position: relative
}

strong {
    font-family: HelveticaNeue-Bold, sans-serif;
    font-weight: 400
}

section.hero label:nth-child(1),
section.hero label:nth-child(2) {
    font-family: HelveticaNeue-Light, sans-serif;
    font-weight: 400;
    color: #5C657A
}

.navbar {
    margin-bottom: 0
}

section.hero {
    background: #f9f9fa;
    background: -moz-linear-gradient(top, #f9f9fa 0, #f1f1f3 100%);
    background: -webkit-linear-gradient(top, #f9f9fa 0, #f1f1f3 100%);
    background: linear-gradient(to bottom, #f9f9fa 0, #f1f1f3 100%);
    padding-top: 88px
}

section.hero img {
    width: 100%
}

section.hero label:nth-child(1) {
    font-size: 45px
}

section.hero label:nth-child(2) {
    font-size: 22.5px
}

section.tabs-nav-container {
    position: relative;
    height: 88px
}

@media screen and (max-width:700px) {
    section.tabs-nav-container {
        height: 150px
    }
}

@media screen and (max-width:500px) {
    .tile .desktop-video {
        display: none!important
    }
    .tile .mobile-gif {
        display: block!important
    }
    section.tabs-nav-container {
        display: none
    }
}

section.tabs-nav {
    border-bottom: 1px solid #F2F2F4;
    height: 88px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width:991px) {
    section.tabs-nav {
        height: auto;
        padding: 20px 0
    }
}

section.tabs-nav .nav-tabs {
    border: 0
}

section.tabs-nav .FlyMoveGoTabs {
    padding: 10px 50px;
    text-align: center
}

section.tabs-nav .FlyMoveGoTabs li {
    display: inline-block;
    margin: 0 20px;
    float: none
}

section.tabs-nav .FlyMoveGoTabs li a.scrollTo {
    border: 0;
    border-bottom: 4px solid #fff;
    color: #5C657A;
    font-size: 20px;
    background: 0 0
}

section.tabs-nav .FlyMoveGoTabs li a.scrollTo span {
    font-family: HelveticaNeue-Medium, sans-serif;
    font-weight: 400
}

.press h2,
.testimonials h2,
.try-hop h2,
section.results .graphic-data h3,
section.results h2 {
    font-family: HelveticaNeue-Bold, sans-serif;
    font-weight: 400
}

section.tabs-nav .FlyMoveGoTabs li a.scrollTo:active,
section.tabs-nav .FlyMoveGoTabs li a.scrollTo:focus,
section.tabs-nav .FlyMoveGoTabs li a.scrollTo:hover {
    border: 0
}

section.tabs-nav .FlyMoveGoTabs li.active a.scrollTo {
    border: 0;
    border-bottom: 4px solid #0082FF!important
}

section.tabs-nav .FlyMoveGoTabs li.active a.scrollTo:active,
section.tabs-nav .FlyMoveGoTabs li.active a.scrollTo:focus,
section.tabs-nav .FlyMoveGoTabs li.active a.scrollTo:hover {
    border: 0
}

@media (max-width:1200px) {
    section.tabs-nav .FlyMoveGoTabs li a.scrollTo {
        font-size: 16px
    }
    section.tabs-nav .FlyMoveGoTabs li {
        margin: 0 10px
    }
}

section.tabs-nav .FlyMoveGoTabs:hover .active a {
    border-bottom: 4px solid #0082FF
}

section.tabs-nav .container {
    position: relative
}

section.tabs-nav a.logo {
    width: 122px;
    height: 46px;
    background: url(../images/logo-hop.png) no-repeat;
    background-size: 100px auto;
    text-indent: -9999em;
    display: block;
    border: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -27px;
    visibility: hidden
}

section.tabs-nav .btn-primary {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    height: 40px;
    right: 15px;
    visibility: hidden
}

section.tabs-nav .btn,
section.tabs-nav .logo {
    opacity: 0
}

section.tabs-nav-sticky {
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    padding: 10px 0 0;
    background: #fff
}

section.tabs-nav-sticky .btn,
section.tabs-nav-sticky a.logo {
    opacity: 1;
    visibility: visible
}

@media (max-width:991px) {
    section.tabs-nav-sticky {
        display: none
    }
}

.press {
    margin: 20px 0
}

.press h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 20px
}

.press .box {
    padding: 50px;
    background: #F0F4F6
}

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

.press .press-container .press-item {
    display: inline-block;
    width: 25%;
    margin: 0 0 15px;
    padding: 0 15px
}

@media screen and (max-width:991px) {
    .press .press-container .press-item {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .press .press-container .press-item {
        width: 100%
    }
}

.press .press-container .press-item p {
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    height: 75px
}

.press .press-container .press-item img {
    max-width: 100%;
    width: auto;
    height: 50px
}

.try-hop {
    margin: 20px 0;
    text-align: center;
    overflow: hidden
}

.try-hop .box {
    padding: 50px 0;
    background: #F0F4F6
}

.try-hop h2 {
    font-size: 20px;
    margin: 0 0 70px
}

.try-hop p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 35px
}

.try-hop img {
    margin: 0 auto 30px;
    width: 80%
}

section.home-section .primary-section-text {
    font-size: 20px;
    line-height: 32px;
    color: #5C657A
}

section.companies {
    margin: 20px 0
}

section.companies .box {
    background: #f3f6f7;
    padding: 60px 0
}

section.companies ul {
    margin: 0;
    padding: 0;
    text-align: center
}

section.companies ul li {
    list-style: none;
    display: inline-block;
    margin: 0 30px
}

section.companies ul li a {
    display: block
}

section.companies ul li img {
    width: auto;
    height: 60px
}

section.results {
    margin: 20px 0
}

section.results .box {
    background: #f0f4f7;
    padding: 60px 0
}

section.results .row {
    margin: 0
}

section.results h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 50px
}

section.results .graphic-data {
    text-align: center
}

section.results .graphic-data img {
    width: auto;
    height: 215px;
    margin: 0 0 20px
}

section.results .graphic-data h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0
}

section.results .graphic-data p {
    font-size: 16px;
    line-height: 24px
}

.testimonials {
    margin: 20px 0
}

.testimonials h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 20px
}

.testimonials .box {
    padding: 50px;
    background: #F0F4F6
}

.testimonials .testimonial-slider {
    padding: 0 40px
}

.testimonials .testimonial-slider .testimonial {
    text-align: center;
    outline: 0
}

.testimonials .testimonial-slider .testimonial p {
    font-size: 18px;
    line-height: 24px
}

.testimonials .testimonial-slider .testimonial p.author {
    font-family: HelveticaNeue-Medium, sans-serif;
    font-weight: 400;
    margin: 0 0 15px
}

.testimonials .testimonial-slider .testimonial p.quote {
    margin: 0
}

.testimonials .testimonial-slider .testimonial img {
    width: 65px;
    height: auto;
    margin: 20px auto 0
}

.testimonials .testimonial-slider .slick-arrow {
    width: 20px;
    height: 37px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    border: 0;
    text-indent: -9999em
}

.testimonials .testimonial-slider .slick-arrow:active,
.testimonials .testimonial-slider .slick-arrow:focus,
.testimonials .testimonial-slider .slick-arrow:hover {
    opacity: .8;
    outline: 0;
    box-shadow: none
}

.testimonials .testimonial-slider .slick-arrow.slick-prev {
    background: url(../images/arrow-left.png) no-repeat;
    background-size: 20px auto;
    left: -20px
}

.testimonials .testimonial-slider .slick-arrow.slick-next {
    background: url(../images/arrow-right.png) no-repeat;
    background-size: 20px auto;
    right: -20px
}

@media screen and (max-width:768px) {
    .testimonials .testimonial-slider {
        padding: 0 10px
    }
    .testimonials .testimonial-slider .testimonial p {
        font-size: 15px;
        line-height: 22px
    }
    .testimonials .testimonial-slider .slick-arrow.slick-prev {
        left: -30px
    }
    .testimonials .testimonial-slider .slick-arrow.slick-next {
        right: -30px
    }
}

.testimonials .testimonial-slider .slick-dots {
    text-align: center;
    padding: 30px 0 0
}

.testimonials .testimonial-slider .slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 4px
}

.testimonials .testimonial-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #939598;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    opacity: .25
}

.testimonials .testimonial-slider .slick-dots li.slick-active button {
    background: #231F20
}

@media screen and (max-width:600px) {
    .read-more-section a {
        margin-bottom: 20px;
        display: inline-block;
    }
}
