@font-face {
    font-family: 'FaktSoftPro';
    src: url('../fonts/FaktSoftPro-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FaktSoftPro';
    src: url('../fonts/FaktSoftPro-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}



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

body{
    font-size: 16px;
    font-weight: normal;
    font-family: 'FaktSoftPro', serif;
    background: #fff;
    color: #91949c;



}

a, a:hover, a:focus{
    text-decoration: none !important;
    outline: 0 !important;
    cursor: pointer !important;
}

h1, h2, h3, h4, h5, h6, a, span{
    font-family: 'FaktSoftPro', serif;
}

.main-bg{
    background: url('../images/bg-pat.jpg') !important;
    background-repeat: repeat;
}

.the-points{
    width: 90%;
    display: block;
    margin: 40px auto;
}

/* new positions */

.positions-new{
    text-align: center;
}

.positions-new .the-title{
    margin-bottom: 40px;
}

.positions-new .new-position{
    text-align: center;
    display: inline-block;
    width: 250px;
    background: #F0F1F5;
    height: 250px;
    margin: 10px;
    padding: 0px 50px;
    padding-top: 95px;
    font-size: 18px;
    color: #A5A9B7;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    vertical-align: top;
    transition: 0.5s;
}

.positions-new .new-position i{
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}

.positions-new .new-position:hover{
    background: #35A2FF;
    box-shadow: 0px 5px 15px rgba(11, 106, 245, 0.8);
    color: #fff;
}

.position-modal-back{
    max-width: 530px !important;
}

.position-modal h1{
    margin-top: 10px !important;
    margin-bottom: 15px;
}

.position-modal p{
    text-align: left;
    line-height: 26px;
    font-size: 15px;
}

.position-modal .apply{
    color: #fff;
    border-radius: 40px;
    background: #51E5FF;
    padding: 18px 25px;
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
}

.position-modal .apply i{
    margin-right: 10px;
}

.position-modal .join-now{
    border: 0 !important;
    background: #35A2FF;
    border-radius: 2px;
    padding: 20px 30px;
    color: #fff;
    font-weight: 600;
    outline: 0 !important;
    margin-bottom: 5px;
    margin-top: 20px;
}

.position-modal form{
    width: 80%;
    margin: auto;
}

.position-modal form input, .position-modal form textarea{
    display: block;
    width: 100%;
    outline: 0 !important;
    border: solid 2px #E6E7EA;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.position-modal form textarea{
    min-height: 160px;
}

.position-modal form input[type="submit"]{
    border: solid 2px #35A2FF;
    background: #35A2FF;
    color: #fff;
    font-weight: 600;
    padding: 16px 0px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.position-modal form h2{
    text-align: center;
    font-size: 50px;
    margin-bottom: 25px;
}

.position-modal .custom-close{
    position: absolute;
    color: #91949C;
    font-size: 50px;
    right: 50px;
    top: 20px;
}

/* branding kit */

.branding-kit{
    margin-bottom: 60px;
}

.branding-kit h1{
    color: #1DA8E8;
    font-size: 70px;
    margin-bottom: 0;
    font-weight: 300;
}

.branding-kit h2{
    margin-top: 0;
    font-size: 26px;
    margin-top: 5px;
}

.branding-kit p{
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px;
    color: #848392;
}

.branding-kit .download-box{
    text-align: right;
    margin-top: 50px;
}

.branding-kit .download-box .download-clicky{
    color: #fff;
    text-align: center;
    background: #58D486;
    border-radius: 40px;
    padding: 20px 40px;
    display: inline-block;
    font-size: 22px;
}

.branding-kit .download-box .download-clicky.new{

    background: #01C0FE;

}

.branding-kit .download-box .download-clicky i{
    margin-right: 5px;
}

.branding-kit .download-box p{
    width: 290px;
    text-align: left;
    margin: auto;
    float: r;
    margin-top: 18px;
    margin-left: 75px;
}

.branding-guide{
    border-top: solid 1px #E9ECF5;
    margin-top: 40px;
    padding-top: 20px;
}

.branding-guide .brand-title{
}

.branding-guide h1{
    color: #828590;
    font-size: 38px;
    float: left;
}
.branding-guide h2 {
    color: #91949c;
    font-size: 32px;
    float: left;
    line-height: 55px;
    margin-top: 12px;
}
h2.brand-subtitle {
    clear: both;
    float: none;
    font-size: 26px;
    line-height: 40px;
    width: 100%;
    float: left;
    padding-right: 200px;
    min-height: 55px;
    position: relative;
}
.press-release a.download-clicky {
    float: right;
    margin-top: 0;
    line-height: 27px;
    /* margin-right: -200px; */
    /* float: none; */
    /* display: inline-block; */
    /* vertical-align: top; */
    position: absolute;
    top: 0;
    right: 0;
}

ul.press-release {
    clear: both;
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 0;
    list-style: none;
}
.brand-date {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    line-height: 1.5em;
}
.branding-guide .download-clicky{
    color: #fff;
    text-align: center;
    background: #58D486;
    border-radius: 40px;
    padding: 14px 28px;
    display: inline-block;
    font-size: 19px;
    float: right;
    margin-top: 12px;
}
.branding-guide .download-clicky.new{

    background: #01C0FE;

}

.branding-guide .download-clicky i{
    margin-right: 5px;
}

.branding-guide .example{
    max-width: 220px;
    display: block;
    margin: auto;
    margin-top: 50px;
    width: 100%;
    border: solid 1px #E9ECF5;
}

.branding-guide p{
    text-align:center;
}

.branding-guide .screen{
    max-width: 270px;
    display: block;
    margin: auto;
    margin-top: 60px;
}

/* keyframe flyin */

.features-home .logo-wrap{
    position:relative;
    width: 460px;
    margin: auto;
    margin-bottom: 50px;
}

@-webkit-keyframes flyin {
    0%   { left:-9999px;, opacity: 0; }
    100% { left: -35px;, opacity: 1; }
}
@-moz-keyframes flyin {
    0%   { left:-9999px;, opacity: 0; }
    100% { left: -35px;, opacity: 1; }
}
@-o-keyframes flyin {
    0%   { left:-9999px;, opacity: 0; }
    100% { left: -35px;, opacity: 1; }
}
@keyframes flyin {
    0%   { left:-9999px;, opacity: 0; }
    100% { left: -35px;, opacity: 1; }
}

.flyin{
    -webkit-animation: flyin 1.2s;
    -moz-animation:    flyin 1.2s;
    -o-animation:      flyin 1.2s;
    animation:         flyin 1.2s;
    position: absolute;
    width: 100%;
    max-width: 80px;
    left: -35px;
    top: 5px;
    -webkit-animation-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}

/* global elements */

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0
}
.collapsible-header {
    display: block;
    cursor: pointer;
    height: 60px;
    line-height: 30px;
    padding: 15px 25px;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem
}
.collapsible-body {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
;
    background: #fff;
    padding: 30px 35px;
    padding-top: 5px;
}
.collapsible-body p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}
.side-nav .collapsible {
    border: none;
    box-shadow: none
}
.side-nav .collapsible li {
    padding: 0
}
.side-nav .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    margin: 0 1rem
}
.side-nav .collapsible-header i {
    line-height: inherit
}
.side-nav .collapsible-body {
    border: 0;
    background-color: #fff
}
.side-nav .collapsible-body li a {
    margin: 0 1rem 0 2rem
}
.collapsible.popout {
    border: none;
    box-shadow: none
}
.collapsible.popout>li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    transition: margin .35s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.collapsible.popout>li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 5px 0 !important;
    box-shadow: 0px 10px 20px 0px rgba(114, 119, 126, 0.12) !important;
    z-index: 99;
}

.collapsible.popout>li.active:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #FFA8F5;
}

.collapsible.popout>li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.collapsible.popout>li:hover:before{
    background: #FFA8F5;
}

/* fab's */

.fab{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #eef0f5;
    color: #a2a6b0;
    box-shadow: 0px 2px 11px 0px rgba(114, 119, 126, 0.46);
    display: inline-block;
    text-align: center;
    line-height: 80px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fab:hover{
    box-shadow: 0px 6px 24px 0px rgba(114, 119, 126, 0.38);
}

.fab i{
    color: #a2a6b0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font-size: 26px;
    left: 2px;
    top: 1px;
}

.fab.fab-red{
    background: #ea6d52;
}

.fab.fab-red i{
    color: #fff;
}

.fab.fab-aqua{
    background: #35e8fd;
}

.fab.fab-aqua i{
    color: #fff;
}

/* texts */

h1.the-title{
    font-size: 50px;
    font-weight: 300;
}

/* main intro */

.main-intro{
    background: #35a2ff;
    color: #fff;
    margin-bottom: 0px;
    background: url('../images/bg-pat.jpg') !important;
    background-repeat: repeat;
}

#logo{
    width: 170px;
    padding-left: 0;
    cursor: pointer;
}

#logo img{
    width: 100%;
    position: relative;
    max-width: 65px;
}

#head-nav .nav li{
    margin-right: 20px;
    padding-top: 10px;
}

#head-nav .nav li:last-child{
    margin-right: 0 !important;
}

#head-nav .nav li a{
    color: #1DA8E8;
    background: none !important;
    font-weight: 400;
    font-size: 17px;
}

#header{
    padding: 35px 0px;
}

.main-intro .intro-txt{
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}



.main-intro .intro-txt h6{
    font-size: 22px;
    line-height: 35px;
}

.main-intro .container{
    position: relative;
}

.main-intro .stack-intro{
    background: #fff;
    position: absolute;
    bottom: -50px;
    color: #91949c;
    width: 100%;
    padding: 35px 0px;
    box-shadow: 0px 2px 8px 0px rgba(114, 119, 126, 0.13);
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
}

.main-intro .stack-intro span{
    font-weight: 700;
}

.main-intro .stack-intro .fab{
    position: absolute;
    bottom: -40px;
    right: 140px;
}

/* features home */

.features-home{
    text-align: center;
    margin-bottom: 20px;
}

.features-home .hike-logo{
    width: 100%;
    max-width: 460px;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 30px;
    position: relative;
    left: -55px;
}

.features-home .feature-backlink{
    color: #fff;
    padding-bottom: 7px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: 2px;
    background: #1da8e8;
    padding: 20px 30px;
    border-radius: 90px;
    font-weight: 600;
}

.features-home h1.the-title{
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.features-home h1.the-title span{
    font-weight: 500;
}

.features-home .caption{
    padding: 20px 40px;
    border-radius: 5px;
    color: #91949C;
    font-size: 16px;
    text-align: center;

    margin: auto;
    line-height: 25px;
    font-weight: 600;
}

.feature-icons{
    margin-top: 40px;
}

.feature-icons img{
    margin: 0px 20px;
}

.home-screen{
    width: 270px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.screen-img{
    width: 220px;
}

.common-intro .carousel-indicators {
    bottom: 50px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.common-intro .carousel-indicators li {
    border: none;
    background: #92CDFF;
}

.common-intro .carousel-indicators .active{
    background: #fff;
    margin: 3px;
}

.stories-carousel {
    margin: 0 20px;
}

.stories-carousel .item:first-child {
    background-color: #FFCC00;
}

.stories-carousel .item:nth-child(2) {
    background-color: #00C1FF;
}

.stories-carousel .item:nth-child(3) {
    background-color: #0FCFCB;
}

.stories-carousel .item:nth-child(4) {
    background-color: #FF6E6E;
}

.stories-carousel .item img:first-child {
    margin-top: 30px;
}

.carousel-cta-ctr {
    text-align: left;
}

.carousel-cta {
    margin-right: 10px;
}

.carousel-cta img {
    width: 186px;
    height: 61px;
}

.item-sec1 {
    width: 516px;
    height: 703px;
}

.item-sec2 {
    margin-left: 20px;
}

.carousel .item .item-sec1,
.carousel .item .item-sec2 {
    display: inline-block;
}

/* TV ad */

.tv-cover{
    border-top: solid 2px #EAEDF7;
    padding: 80px 0;
}

.tv-cover h1{
    color: #737780;
    font-size: 33px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 60px;
    /* margin-bottom: 10px; */
}

.tv-cover p{
    color: #91949c;
    font-size: 18px;
    line-height: 32px;
}

.tv-cover .rounded-btn{
    color: #fff;
    background: #f76855;
    display: inline-block;
    padding: 14px 28px;
    border-radius: 70px;
    margin-top: 16px;
}

.tv-cover .video{
}

/* blog home */

.blog-home{
    background: #F5F7FF;
    padding: 50px 0;
}

.blog-home .time-stamp{
    text-transform: uppercase;
    color: #a1a6b3;
    font-weight: 400;
}

.blog-home h4{
    color: #a1a6b3;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-home a{
    color: #a1a6b3;
    text-transform: uppercase;
    border-bottom: solid 2px #d6d9e2;
    padding-bottom: 5px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.blog-home a:hover{
    color: #35A2FF;
    border-bottom: solid 2px rgba(43, 216, 255, 0.76);
}

/* hiring home */

.hire-blue{
    background: #1DA8E8;
    color: #fff;
    padding: 70px 0px;
    box-shadow: 0px 2px 8px 0px rgba(114, 119, 126, 0.13);
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 60px 0px;
    padding-bottom: 55px;
}

.hire-blue:after{
    content:'';
    box-shadow: 0px 2px 8px 0px rgba(114, 119, 126, 0.13);
    display:block;
    height: 10px;
    z-index: -1;
    bottom: -10px;
    position: absolute;
    left: 15px;
    right: 15px;
    background: #229FD8;
}

.hire-blue:before{
    content: '';
    background: url('../images/hi.png') no-repeat;
    width: 336px;
    height: 280px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-size: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hire-blue:hover:before{
    bottom:50px;
}

.hire-blue h2{
    font-size: 50px;
    margin-top: 0;
}

.hire-blue h6{
    color: #64CDFD;
    font-size: 22px;
    margin-top: 10px;
}

.hire-blue a{
    color: #fff;
    background: #1995CE;
    display: inline-block;
    padding: 18px 40px;
    border-radius: 70px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

/* footer */

#footer{
    background: #fff;
    border-top: solid 1px #E9ECF5;
    padding: 60px 0;
    color: #737780;
    font-size: 16px;
}

#footer a{
    color:#737780;
    text-transform: uppercase;
    margin-right: 40px;
    font-size: 16px;
    display: inline-block;
}

#footer a:last-child{
    margin-right:0 !important;
}

/* common intro pages */

.common-intro h1{
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 60px;
}

.common-intro h6{
    font-size: 17px;
    line-height: 33px;
    letter-spacing: 0.2px;
}

.common-intro h3{
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 60px;
}

.common-intro h3 .all-new{
    width: 70px;
    position: absolute;
    margin-left: 10px;
}

.common-intro h3 span{
    display: block;
    font-size: 106px;
    margin-top: 0;
    font-weight: 300;
}

.common-intro h5{
    font-size: 18px;
    line-height: 26px;
}

/* keyframe career */

@-webkit-keyframes superman {
    0%   { top: 0; }
    50%  { top:10px; }
    100% { top: 0;  }
}
@-moz-keyframes superman {
    0%   { top: 0; }
    50%  { top:10px; }
    100% { top: 0;  }
}
@-o-keyframes superman {
    0%   { top: 0; }
    50%  { top:10px; }
    100% { top: 0;  }
}
@keyframes superman {
    0%   { top: 0; }
    50%  { top:10px; }
    100% { top: 0;  }
}

.superman{
    -webkit-animation: superman 1s infinite;
    -moz-animation:    superman 1s infinite;
    -o-animation:      superman 1s infinite;
    animation:         superman 1s infinite;
    position: relative;
    opacity: 0;
    z-index: -9999;
}

.common-intro .fab{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
}

.common-intro .fab i{
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 1px;
}

.common-intro .fab.fab-aqua i{
    left:-1px;
}

.grey-bg{
    background: #f5f6f9;
}

.positions{
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(114, 119, 126, 0.28);
    text-align: center;
    padding: 40px 0px;
    margin: 80px 0px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.positions h1.the-title{
    color: #7E8390;
    margin-bottom: 60px;
}

.positions-new h5{
    display: inline-block;
    background: #FFFCE1;
    padding: 20px 60px;
    border-radius: 5px;
    color: #ABA99E;
    font-size: 18px;
    margin-top: 30px;
}

.positions h5 {
    display: inline-block;
    background: #FFFCE1;
    padding: 20px 60px;
    border-radius: 5px;
    color: #ABA99E;
    font-size: 18px;
}

.mbreset{
    margin-bottom: 0;
}

.positions .position-box{
    text-align: left;
    background: #f6f8fc;
    padding: 30px 80px;
    position: relative;
}

.positions .position-box:nth-child(odd){
    background: #fff;
}

.positions .position-box.seperator{
    border-bottom: solid 1px #F1F4FB;

    margin-bottom: 20px;
}

.positions .position-box h6{
    color: #9499A7;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 500;
}

.positions .position-box p{
    color: #8D94A5;
    font-size: 16px;
    width: 50%;
    line-height: 25px;
}

.positions .position-box .border-btn{
    text-transform: uppercase;
    color: #8F96A7;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    margin: auto;
    border-bottom: solid 2px #d6d9e2;
    height: 30px;
    padding-bottom: 20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.positions .position-box .border-btn:hover{
    padding-bottom: 25px;
    height: 35px;
}

/* life at hike */

.hike-life{
    text-align: center;
    padding: 100px 0;
}

.hike-life h1{
    margin-top: 0;
    margin-bottom: 20px;
    color: #7E8390;
}

.hike-life h6{
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: center;
}

.hike-life .photos{
    text-align: left;
}

.hike-life .photos img{
    width: 100%;
    max-width: 377px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
}

.hike-life .photos img.pic1{
    max-width: 650px;
}

.hike-life .photos img.pic2{
    max-width: 485px;
}

/* testimonials */

.testimonials{
    background: #f5f6f9;
    position: relative;
    z-index: 0;
    display: none;
}

.testimonial-card{
    background: #35a2ff;
    color: #fff;
    padding: 70px 0px;
    box-shadow: 0px 2px 8px 0px rgba(114, 119, 126, 0.13);
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 60px 0px;
    padding-bottom: 55px;
    text-align: center;
}

.testimonial-card:after{
    content:'';
    box-shadow: 0px 2px 8px 0px rgba(114, 119, 126, 0.13);
    display:block;
    height: 15px;
    z-index: -1;
    bottom: -15px;
    position: absolute;
    left: 15px;
    right: 15px;
    background: #35a2ff;
}


.testimonial-card .item{
    padding: 0px 120px;

}

.testimonial-card .avatar{
    text-align: center;
    display: inline-block !important;
    max-width: 125px !important;
    border: solid 7px #69baff;
    border-radius: 50%;
}

.testimonial-card p{
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    margin-top: 20px;
}

.testimonial-card .author{
    font-weight: 500;
    margin-top: 15px;
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
}

.carousel-indicators li {
    /*border: 1px solid #69BAFF;*/
    background: #69BAFF;
}

.testimonial-card .carousel-indicators li {
    margin: 1px !important;
}

.testimonial-card .carousel-indicators .active{
    margin: 0px !important;
}

/* office perks */

.perks{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.perks .perk{
    display: inline-block;
    width: 280px;
    margin-bottom: 40px;
}

.perks h1.the-title{
    font-size: 50px;
    margin-bottom: 60px;
}

.perks .perk .glyph{
    max-width: 90px;
    width: 100%;
}

.perks .perk .perk-title{
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

/* career instagram widget */

.instagram-images{
    background: #f5f6f9;
}

.instagram-images .the-title{
    margin: 0;
    text-align: center;
    font-size: 40px;
    padding: 80px 0;
}

/* features */

.feature-card{
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(114, 119, 126, 0.13);
    padding: 60px 70px;
    margin-bottom: 10px;
}

.feature-card h1{
    margin: 0;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 10px;
}

.feature-card p{
    line-height: 24px;
    font-family: 'Source Sans Pro', sans-serif;
}

.feature-card .feature-image{
    display: inline-block;
    vertical-align: middle;
}

.features-boxes-wrap{
    margin: 50px 0;
    margin-top: 80px;
}

.features-boxes-wrap h1.the-title{
    text-align: center;
    font-size: 25px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 40px;
}

.features-boxes-wrap .collapsible.popout{
    list-style: none !important;
    border: none !important;
    width: 80%;
    margin: auto;
}

.features-boxes-wrap .collapsible.popout>li{
    box-shadow: 0px 1px 5px 0px rgba(114, 119, 126, 0.13);
    margin-bottom: 0px;
    position: relative;
}

.features-boxes-wrap .collapsible.popout li.active .collapsible-header{
    padding: 20px 35px;
    padding-bottom: 0px;
    height: auto;
    font-weight: 600;
    font-size: 19px;
}

.career-page{
    background: url('../images/careercover.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
}
/* Modal global */

#download-app{
}

#download-app .modal-dialog{
    width: 770px;
}

#download-app .apk-source{
    color: #91949C;
}

#download-app .apk-source i{
    margin-right: 10px;
}

.modal-backdrop.in {
    filter: alpha(opacity=0);
    opacity: 0;
    background: none !important;
}

.modal-content{
    text-align: center;
    border-radius: 0px;
    box-shadow: 0px 2px 3px rgba(96, 99, 109, 0.23);
    border: none;
    padding: 30px 50px;
    margin-top: 200px;
}

.modal-content .close-btn{
    color: #91949c;
    font-weight: 100;
    font-size: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
}

.modal-content .close-btn img{
    width:100%;
}

.modal-content h1{
    font-weight: 300;
    margin-top: 40px;
    font-size: 45px;
}

.modal-content .devices{
    margin: 30px 0;
}

.modal-content .devices a{
    margin: 0px 30px;
    font-size: 80px;
    color: #03A7EB;
}

.modal-content .devices a .bbm{
    width: 90px;
}

.modal-content input, .modal-content select, .modal-content textarea{
    border: none;
    display: block;
    width: 100%;
    padding: 10px 10px;
    margin-top: 15px;
    border-bottom: solid 2px #edf1f7;
    border-radius: 0 !important;
    color: #babfcc;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
    background: #fff !important;
    padding-bottom: 20px;
    outline: 0 !important;
}

.modal-content input::-webkit-input-placeholder, .modal-content textarea::-webkit-input-placeholder, .modal-content select::-webkit-input-placeholder{
    color: #babfcc;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

.modal-content input:-moz-placeholder, .modal-content textarea:-moz-placeholder, .modal-content select:-moz-placeholder{ /* Firefox 18- */
    color: #babfcc;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

.modal-content input::-moz-placeholder, .modal-content textarea::-moz-placeholder, .modal-content select::-moz-placeholder{  /* Firefox 19+ */
    color: #babfcc;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

.modal-content input:-ms-input-placeholder, .modal-content textarea:-ms-input-placeholder, .modal-content select:-ms-input-placeholder{
    color: #babfcc;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

.modal-content form{
    width: 400px;
    margin: auto;
}

.modal-content textarea{
    resize: vertical;
    min-height: 150px;
}

.modal-content input[type="submit"]{
    background: #35e8fd !important;
    width: 40%;
    border-radius: 40px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 37px;
    height: 60px;
    box-shadow: none !important;
    border: none !important;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

#career-form .modal-content{
    margin-top: 10px;
}

#career-form .modal-content h1{
    margin-bottom: 50px;
}

/* terms */

.terms.common-intro h1{
    margin-top: 60px;
}

.terms.common-intro h6{
    margin-bottom: 80px;
}

.common-temp{
    padding-top: 80px;

}

.common-temp .para_headline{
    font-weight: 600;
    font-size: 22px;
    margin-top: 30px;
}

.common-temp p{
    font-size: 19px;
    line-height: 40px;
}

.common-intro.terms .fab i{
    top: 8px;
    left: -1px;
}

.common-temp .end{
    display: inline-block;
    background: #FFFCE1;
    padding: 8px 60px;
    border-radius: 5px;
    color: #ABA99E;
    width: 100%;
    text-align: center;
    margin: 40px 0px;
}

/* fluid fix */

@media (max-width: 1200px){
    .main-intro .stack-intro:before{
        display: none;
    }

    .main-intro .stack-intro {
        width: auto;
        right: 30px;
        left: 30px;
        padding: 35px 40px;
    }

    .main-intro .stack-intro .fab {
        bottom: -60px;
        right: 0;
        left: 0;
        margin: auto;
    }
}

/* fluid fix 2 */

@media (max-width: 990px){
    .tv-cover {
        text-align: center;
    }

    .tv-cover .video {
        width: 100%;
        margin-top: 40px;
    }

    .features-box {
        width: 100%;
        height: 165px;
        float: none;
    }

    .tv-cover {
        text-align: center;
    }

    .tv-cover .video {
        width: 100%;
        margin-top: 40px;
    }

    .blog-home a {
        margin-bottom: 30px;
        display: inline-block;
    }

    .blog-home .time-stamp {
        display: inline-block;
        margin-top: 20px;
    }

    .hire-blue:before{
        display: none;
    }

    .hire-blue {
        padding: 70px 40px;
    }

    #footer a {
        display: block;
        text-align: left;
        margin-top: 7px;
    }

    .features-boxes-wrap .collapsible.popout {
        width: 100%;
    }

    .features-boxes-wrap .collapsible {
        padding-left: 0;
    }

    .feature-carousel{
        text-align: center;
    }

    .feature-carousel .carousel-indicators{
        display: none !important;
    }

    .feature-carousel .screen-img{
        margin-top: 25px;
    }

    .careers-page{
        text-align: center;
    }
}

@media (max-width: 768px){.footerTop{
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}
    #footer a{
        display: inline-block;
        margin-right: 5px;
    }
    .footerElement.text-right{
        text-align: center;
    } .footerBlock{
          display: block;
          margin-bottom: 15px;
      }
    .footerElement{
        padding: 0px;
        margin-bottom: 5px;
        margin-top: 14px;
    }
    .iconSocial{
        margin-right: 25px !important;
    }
}
/* target smartphones & tablets */

@media (max-width: 768px){

    .modal-dialog {
        width: auto !important;
    }

    .navbar-toggle .icon-bar {
        background: #1DA8E8;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .container{
        padding: 0px 50px !important;
    }

    .main-intro .intro-txt {
        margin-top: 20px;
    }

    .main-intro .stack-intro:before{
        display: none;
    }

    .main-intro .stack-intro {
        width: auto;
        right: 30px;
        left: 30px;
        padding: 35px 40px;
    }

    .main-intro .stack-intro .fab {
        bottom: -60px;
        right: 0;
        left: 0;
        margin: auto;
    }

    /* might need to play with this at last */

    .superman{
        display: none;
    }

    .common-intro h1 {
        margin-top: 0px;
    }

    .common-intro h6{
        margin-bottom: 60px;
    }

    .positions .position-box {
        padding: 30px 50px;
    }

    .positions .position-box .border-btn {
        margin-top: 20px;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 20px;
    }

    .modal-content input, .modal-content select, .modal-content textarea, .modal-content input[type=file], .modal-content form{
        width: 100%;
    }

    .modal-content input[type="submit"] {
        width: 60%;
    }

    .common-intro h5{
        margin-bottom: 80px;
    }
}

.the-features-boxes{
    margin-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.08);
}

.the-feature-10{
    font-size: 30px;
    color: #3D475B;
    margin-top: 60px;
    margin-bottom: 0px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}

.the-features-box{
    /* background: #fff; */
    width: 280px;
    height: 280px;
    float: left;
    vertical-align: top;
    margin: 2px;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.the-features-home .view-all{
    color: #91949c;
    font-size: 20px;
    margin: 60px 0px;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    border-bottom: solid 2px #E2E4EA;
    padding-bottom: 5px;
}

.the-features-box .feature-title{
    color: #91949C;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
    bottom: 0px;
    padding: 30px;
    height: 110px;
    display: inline-block;
    vertical-align: bottom;
    text-transform: capitalize;
    text-align: center;
}

.the-features-box .feature-title b{
    display:block;
    color: #3D475B;
}

.the-features-box .view-detail{
    position: absolute;
    z-index: 1000;
    right: 0;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    background: #35A2FF;
    color: #fff;
    font-size: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    font-size: 0px;
    padding-top: 125px;
    top: 0px;
    text-align: center;
}

.the-features-box:hover .view-detail{
    opacity: 0.9;
    height: auto;
    font-size: 30px;
}

.the-feature-detailed{
    box-shadow: 0px 1px 2px 0px #C4C6CE;
    background: #fff;
    padding: 30px 50px;
}

.the-feature-detailed h1{
    font-size: 24px;
}

.the-feature-detailed p{
    line-height: 26px;
}

.the-feature-detailed .screen{
}

.gotagang{
    max-width: 70%;
    margin: auto;
}

.main-intro #head-nav .nav li a{
    color: #fff;
}

.download-hike{
    margin-top: 55px;
}

.download-hike a{
    font-size: 38px;
    margin: 0px 20px;
}

.download-hike a img{
    max-width: 160px;
}

.download-hike a i{
    color: #03A7EB;
}

.download-hike .bbm{
}

.home-screen {
    width: 52%;
    margin-top: 0px;
    margin-left: 320px;
}

.home-phone{
    width: 260px;
    height: 520px;
    position: absolute;
    background: url('../images/screens/nexus.png');
    padding: 17px;
    background-position: center center;
    background-size: cover;
    margin-left: 160px;
}

.home-phone .carousel-inner>.item {
    width: 226px;
    height: 446px;
    margin-top: 39px;
}

.home-phone .carousel-inner>.item img{
}

.know-more{
    position: absolute;
    right: -195px;
    top: 260px;
    color: #05A8EB !important;
    background: #FFE000;
    border-radius: 2px;
    font-weight: 600;
    padding: 12px 25px;
}

.unlist{
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
}

.unlist .introduction{
}

.unlist .introduction h3{
    color: #1DA8E8;
    font-size: 50px;
    font-weight: 600;
}

.unlist .introduction p{
    color: #565461;
    font-size: 13px;
    line-height: 23px;
}

.unlist form h4{
    color: #1DA8E8;

    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}

.unlist form{
    color: #565461;
    max-width: 470px;
    margin: auto;
    margin-top: 40px;
    padding: 40px 50px;
    border: solid 1px #DEE1E4;
}

.unlist form input[type="text"]{
    display: block;
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 15px;
    border: solid 1px #DEE1E4 !important;
}

.unlist form input[type="submit"]{
    background: #1DA8E8;
    border: 0 !important;
    color: #fff;
    padding: 15px 20px;
    display: block;
    width: 60%;
    margin: auto;
    margin-top: 23px;
    border-radius: 2px;
    font-weight: 600;
}

.unlist form g-recaptcha{
}

.unlist form .checkbox-list{
    text-align: left;
}

.unlist form .checkbox-list .checkbox{
}

.unlist form .checkbox-list .checkbox input[type="checkbox"]{
    margin-left: 0;
}

.unlist form .checkbox-list .checkbox label{
    padding-left: 25px;
    font-size: 13px;
}

#footer .heart{
    color: #FF7867;
    font-size: 12px;
}

@media(max-width:768px){
    .branding-kit h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .branding-kit .download-box .download-clicky {
        padding: 20px 25px;
    }

    .branding-kit .download-box p {
        margin-left: 0;
        text-align: center;
    }

    .branding-guide h1 {
        font-size: 36px;
    }

    .branding-guide .download-clicky {
        float: left;
        clear: left;
    }
    .branding-kit .download-box {
        text-align: left;
    }
    h2.brand-subtitle{
        padding-right: 0;
    }
    .press-release a.download-clicky{
        margin-right: 0;
        position: relative;
    }
}

.list.para_bulltet.terms{
    font-size: 19px;
    line-height: 40px;
}
