/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3014ac");

@font-face {
    font-family: 'proxima_nova';
    src: url("../fonts/%20Proxima%20Nova%20Regular.otf");
}

@font-face {
    font-family: 'proxima_nova_bold';
    src: url('../fonts/%20Proxima%20Nova%20Bold.otf');
}

@font-face {
    font-family: 'proxima_nova_exbold';
    src: url('../fonts/%20Proxima%20Nova%20Extrabold.otf');
}

@font-face {
    font-family: 'uidisplaylight';
    src: url('../fonts/SF-UI-Display-Light.otf');
}

@font-face {
    font-family: 'uidisplayreg';
    src: url('../fonts/SF-UI-Display-Regular.otf');
}

@font-face {
    font-family: 'uitextlight';
    src: url('../fonts/SF-UI-Text-Light.otf');
}

@font-face {
    font-family: 'uitextreg';
    src: url('../fonts/SF-UI-Text-Regular.otf');
}

@font-face {
    font-family: 'uidisplaythin';
    src: url('../fonts/SF-UI-Display-Ultralight.otf');
}

html, body {
    font-family: proxima_nova;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.content-wrapper {
    min-height: 100%;
    position: relative;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.content {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.parallax {
    position: fixed;
    bottom: 0;
    height: 900px;
    background-size:;
    width: 100%;
    background-color: green;
    z-index: -10;
}

/*header*/

#header {
    background: url('../images/chelsea.png') no-repeat;
    background-size: cover;
    height: 100%;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-attachment: fixed;
}

.nav-share {
    float: right;
    margin-top: 71px;
    color: white;
    font-size: 1.3em;
    font-family: proxima_nova_bold;
    transition: all 0.3s ease;
}

.nav-share:hover {
    color: #d9d9d9;
    transition: all 0.3s ease;
    text-decoration: none;

}

#text-container {
    width: 385px;
    margin: 70px 0 0 44px;
    float: left;
    font-size: 1.3em;
    font-family: proxima_nova_exbold;
}

#tag-line {
    color: white;
    font-size: 1.8em;
    margin-top: 70px;
    line-height: 1.3;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.20);
    text-indent: -15px;
    margin-bottom: 20px;
}

#tag-line img {
    width: 40px;
    height: 40px;
    text-indent0px;
}

.excuse-home-title {
    font-size: .7em;
    font-family: proxima_nova_bold;
    vertical-align: middle;
}

.blurb {
    display: none;
}

.blurb1 {
    display: block;
}

.cta {
    font-size: .8em;
    font-family: proxima_nova;
    color: #ffffff;
}

.cta-explain {
    margin: 31px 0 11px 0;
}

.stories {
    width: 243px;
}

.excuse-hold {
    margin-top: 6px;
    margin-left: 14px;
}

.cta button {
    border: solid 2px #ffffff;
    color: white;
    font-family: proxima_nova_bold;
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 8px 37px;
    border-radius: 25px;
}

.cta button:hover {
    background-color: #ffffff;
    color: #1987FF;
    transition: all 0.3s ease;
}

.sharing-holder {
    text-align: center;
    color: #1987ff;
    float: left;
    width: 100%;
    font-family: proxima_nova_bold;
    font-size: 1.2em;
    background-image: url("../images/box3.png");
    background-size: cover;
    height: 307px;
    background-repeat: no-repeat;

}

.sharing {
    padding: 59px;
    background-color: #FFFFFF;
    width: 490px;
    margin: 50px auto;
    background-repeat: no-repeat;
    background-position: 0px 0;

}

.sharing-img {
    width: 100%;
}

.sharing .title {
    padding-bottom: 12px;
}

.sharing-title {
    font-family: proxima_nova_exbold;
    font-size: 1.7em;
    color: #1987ff;
    text-align: center;
    margin: 50px 0;
    background-color: white;
    padding: 40px;
}

.sharing button {
    border: none;
    color: white;
    background-color: #1987ff;
    transition: all 0.3s ease;
    padding: 8px 37px;
    border-radius: 25px;
    font-size: .9em;
    transition: all 0.3s ease;
    border: 1px #ffffff solid;
}

.sharing button:hover {
    transition: all 0.3s ease;
    background-color: transparent;
    color: #1987ff;
    border: 1px #1987ff solid;
}

/*color band*/

.colorband {
    width: 100%;
    background-color: #1987ff;
    color: #ffffff;
    padding: 10px;
    position: absolute;
    bottom: 0;
}

.colorband_text {
    padding: 15px 0 0 60px;
    font-size: 1.5em;
    font-weight: 300;
}

.app_link img {
    height: 60px;
    float: right;
}

.app_link .right {
    margin-top: 20px;
}

/*How it works*/
.section_head {
    font-size: 2.1em;
    color: #1987FF;
    font-family: proxima_nova_exbold;
    text-align: center;
    margin: 50px 0;
}

.how_it_works {
    padding: 0px 0 51px 0px;
    background-color: #fff;
}

.how_it_works img {
    float: none;
    border: 13px solid #1987FF;
    border-radius: 50%;
    padding: 18px;
    background-color: #D0E4F3;
}

.head {
    font-size: 1.6em;
    color: #686868;
    text-align: center;
    width: 100%;
}

.text {
    font-size: 1em;
    width: 100%;
    color: rgba(121, 121, 121, 0.69);
    text-align: center;
    font-weight: 300;
}

/*watch*/
.doc_series {
    color: #fff;
    height: 280px;
    text-align: center;
    margin: 40px 0 0 0;
    background: url('../images/does2.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 101px 0 0 0;
    background-position-y: 190px;
}

.watch {
    color: #fff;
    padding: 8px 37px;
    border: none;
    border-radius: 25px;
    background-color: #1987ff;
    transition: all 0.5s ease;
    margin: 7px;
}

.watch_now {
    padding: 20px;
}

.seen_on {
    font-size: 1.5em;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.20);
}

/*The people you can thank*/

.thank {
    padding-bottom: 60px;
    border-top: 1px solid #E8E8E8;
}

.thank .circle_pic {
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #e3e3e3;
    margin: 20px auto;
    float: none;
    width: 150px;
    height: 150px;
    box-shadow: 0px 5px 7px #C7BCBC;
    transition: all 0.3s ease;
}

.circle_pic:hover {
    box-shadow: none;
    transition: all 0.3s ease;
}

.thank img {
    width: 150px;
}

#logo img {
    width: 130px;
}

/*footer*/

#footer {
    background-color: #1987ff;
    padding: 15px;
    color: #ffffff;
}

#footer .app_link img {
    float: right;
}

.copy {
    float: none;
    padding: 10px 0;
    font-size: 1.1em;
}

.copy a {
    text-decoration: none;
    margin-right: 10px;
    color: #ffffff;
    opacity: 1;
    transition: all 0.5s ease;
}

.copy a:hover {
    opacity: .7;
    transition: all 0.5s ease;
}

.watch:hover {
    background-color: #fff;
    color: #1987ff;
    transition: all 0.5s ease;
}

.gradient_mobile {
    background: transparent;
}

#footer a {
    color: #fff;
}

.slider_text button {
    display: none;
}

.tag-line .anim {
    padding: 10px;
}

/*---------------archive!----------------*/

.fb-share-button {
    display:block;
    float:left;
    width:auto;
    margin-right:10px;
}

.archive-header {
    height: 160px;
    margin-bottom: 30px;
}

.archive_header {
    width: 100%;
    text-align: center;
    font-family: proxima_nova_bold;
    font-size: 1.2em;
    margin-top: 58px;
    color: #B3B3B3;
    float: left;
    position: absolute;
    top: 0;
}

.archive-main-content .main-content {
    padding-bottom: 0!important;
}

.archive_header img {
    margin: 0 auto;
    width: 330px;
}

.archive_block {
    float: left;
    margin: 0;
    height: 210px;
    font-size: 57px;
    padding: 23px;
    opacity: 1;
    width: 100%;
    text-align: center;
    font-family: 'AppleColorEmoji';
}

.archive_block:after {
    clear: both;
    visibility: hidden;
    content: " ";
    font-size: 0;
    height: 0;
    display: block;
}

.archive_block:hover {
    opacity: .9;
    transition: all 0.3s ease;
}

.archive_block img {
    width: 97%;
    height: 97%;
}

.archive_block_title {
    font-size: 18px;
    font-family: proxima_nova_bold;
    line-height: 100%;
    color: white;
    display: block;
    opacity: 0;
}

.archive-link:hover .archive_block_title {
    opacity: 1;
    transition: all 0.3s ease;
}

.main-content {
    margin: 0;
    padding: 0 0 116px 0;
}

.main-content:after, .archive-main-content:after {
    content: " ";
    clear: both;
    visibility: hidden;
    font-size: 0;
    display: block;
}

.no-whitespace {
    padding: 0;
    margin: 0;
}

.app_header {
    position: relative;
    right: 35px;
    top: 35px;
    float: right;
    text-align: center;
}

.app_header img {
    width: 150px;
    opacity: 1;
}

.app_header img:hover {
    opacity: .9;
}

.archive_footer {
    float: left;
    width: 100%;
    background-color: #1987ff;
    padding: 15px;
    color: #ffffff;
}

.footer {
    position: absolute;
}

/*---------------------individual!---------------------*/

.individual_header {
    position: relative;
    top: 20px;
    left: 20px;
    display: inline-block;
}

.individual_text_head {
    margin-left: 11px;
    margin-top: 3px;
    color: #B3B3B3;
}

.individual_header img {
    width: 200px;
}

.individual_content {
    width: 100%;
    height: 100%;
    z-index: 100;
}

.archive-emoji {
    font-family: AppleColorEmoji;
    font-size: 57px;
    display: block;
    margin-top: 25%;
}

.archive-emoji-small {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    transform-origin: 80% 22% 0;
    position: absolute;
    display: inline-block;
    margin-left: 5px;
    margin-top: -4px;
    text-align:center;
}

.phone_holder {
    width: 330px;
    border-radius: 20px;
    height: 674px;
    margin: -20px auto 0;
    font-family: uidisplayreg;
    color: #ffffff;
    box-shadow: 1px 4px 7px 2px rgba(136, 129, 129, 0.53);
    background-color: white;
    z-index: 10;
}

.phone {
    position: relative;
}

.screen {
    position: relative;
    background-image: url('../images/Lock.png');
    top: 50px;
    left: 14px;
    height: 556px;
    width: 303px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1px;
}

.timing {
    text-align: center;
    font-family: uitextreg;
    font-size: 1.2em;
    padding-top: 38px;
    padding-bottom: 23px;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    background-image: url('../images/Lock.png');
    z-index: 10;
    background-size: cover;
}

.time {
    font-size: 1.8em;
    font-family: uidisplaythin;
}

.date {
    font-size: .5em;
}

.message {
    word-wrap: break-word;
    font-family: uitextreg;
    padding: 15px 25px 15px 40px;
    width: 95%;
    border-top: 1px solid rgba(247, 247, 247, 0.18);
    float: left;
    position: relative;
}

.message:nth-last-child(1) {
    border-bottom: 1px solid rgba(247, 247, 247, 0.18);
}

.message img {
    position: absolute;
    left: 10px;
    top: 14px;
}

.message_text {
    font-size: .9em;
    margin-left: 0;
}

.message_sender {
    font-size: 1.1em;
    font-weight: 600;
}

.excuse-holder {
    margin-top: 149px;
}

.excuse-sharing div {
    margin-top:15px;
    margin-bottom: 15px;
}

.story-contents {
    padding-top: 130px;
    margin-left: -70px;
}

.story {
    word-wrap: break-word;
}

.individual_header_text {
    margin-left: 10px;
    color: #A2A2A2;
    margin-top: 2px;
}

.individual_title {
    font-family: proxima_nova_bold;
    font-size: 1.5em;
    color: #888888;
    margin-bottom: 12px;
}

.excuse-holder img {
    width: 60px;
    height: 60px;
    float: left;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

.excuse-holder .excuse_sharing img {
    width: 110px;
    height: 60px;
    vertical-align: middle;
    margin-top: -3px;
}

.story {
    color: #AFAFAF;
    width: 310px;
    margin-top: 11px;
}

.excuse-title {
    font-family: proxima_nova_bold;
    font-size: 2.5em;
    color: #676767;
    margin: 2px 0 0 0;
}

.emoji-image {
    font-family: uidisplayreg;
    display: inline-block;
    width: 52px;
    height: 52px;
    font-size: 26px;
    padding: 7px 0px 0px 12px;
    float: left;
    position: relative;
    top: 25px;
}

.excuse-title-name {
    height: 100%;
    vertical-align: top;
    line-height: 1.2em;
}

.individual_head_text {
    color: #bababa;
    margin: 3px 0 0 10px;
}

.title-small {
    font-family: proxima_nova;
    font-size: 1.3em;
    color: #7c7c7c;
    margin-top: 31px;
}

.individual_footer {
    position: absolute;
    width: 100%;
    top: 90%;
    left: 0;
    background-color: #1987ff;
    padding: 15px;
    color: #ffffff;
}

.home-button {
    background-color: #FFFFFF;
    border: solid 2px #d1d1d1;
    border-radius: 50%;
    margin: 51px auto;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 66px;
    margin-right: 144px;
}

.top-details {
    width: 200px;
    opacity: .5;
    margin-top: 22px;
    float: right;
    margin-right: 10px;
}

.camera {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #A5A5A5;
    display: block;
    float: left;
}

.horizontal-bar {
    border-radius: 20px;
    width: 85px;
    height: 4px;
    background-color: #A5A5A5;
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}

.messages {
    overflow-y: scroll;
    width: 304px;
    height: 470px;
    padding-top: 95px;
    overflow-x: hidden;
    list-style: none;
}

.archive_head_text {
    width: 90%;
    margin: 0 auto;
}


.messages::-webkit-scrollbar {
    width: 12px;
}

.messages::-webkit-scrollbar-track {
    background-color: rgba(184, 185, 186, 0.07);
}

.messages::-webkit-scrollbar-thumb {
    background-color: rgba(184, 185, 186, 0.17);
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 500px) {
    .messages::-webkit-scrollbar {
        width: 0px;
    }
    #header {
        position: relative;
        background-size: 760px;
        height: 400px;
        background-position-x: -221px;
        float: left;
    }

    .nav-share {
        display: none;
    }

    .sharing {
        width: 100%;
        padding: 44px;
    }

    .colorband_text {
        padding: 0;
    }

    #text-container {
        width: 251px;
        margin: 22px 0 0 12px;
        float: left;
        font-size: .8em;
        font-weight: 700;
    }

    #tag-line {
        text-indent: -12px;
    }

    .gradient_mobile { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,207cca+95,000000+95,000000+100&0.1+0,1+100 */
        position: relative;
        width: 100%;
        height: 500px;
        background-position-y: 10px;
        background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.96) 95%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.96) 95%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.96) 95%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a7db9e8', endColorstr='#686868', GradientType=0); /* IE6-9 */
    }

    .watch {
        margin: 0 auto;
    }

    .doc_series {
        padding: 48px 0 0 0;
    }

    .app_link img {
        float: none;
        text-align: center;
        margin: 10px auto;
        width: 100%;
    }

    .thank .section_head {
        margin: 30px 10px;
    }

    .app_header {
        text-align: center;
        width: 100%;
        right: 0;
    }

    .story-contents {
        padding-top: 10%;
        margin-left: 0;
    }

}

@media (max-width: 750px) {
    body {
        font-size: 16px;
    }

    .archive_header {
        margin-top: 10px;
    }

    .holder {
        margin-top: 29px;
    }

    .sharing-img {
        visibility: hidden;
    }

    #text-container {
        width: 251px;
        float: left;
        font-size: .8em;
        font-weight: 700;
    }

    .messages{
        height: 410px;
    }

    .how_it_works .col-sm-4 {
        margin-top: 0px;
    }

    .app_link img {
        margin-top: 10px;
        float: none;
    }

    #header {
        background-position-x: -221px;
    }

    .doc_series {
        background-size: 953px;
        background-position-x: -162px;
        background-attachment: local;
        margin: 0px 0 1px 0;
        background-position-y: 0;
    }

    #footer {
        text-align: center;
    }

    #tag-line {
        margin-top: 66px;
    }

    .watch_now {
        text-align: center;
        float: none;
    }

    #footer .app_link img {
        float: none;
    }

    .copy {
        margin: 0 auto;
        width: 85%;
        padding: 10px 0;
        font-size: 1.1em;
        text-align: center;
    }

    .archive-app-header {
        top: 136px;
    }

    .individual-app-header {
        top: 20px;
    }

    .app_header {
        position: relative;
    }

    .app_header img {
        padding-top: 0px;
    }

    .archive_footer {
        text-align: center;
        width: 100%
    }

    /*----------------------archive---------------*/
    .header-wrapper {
        position: relative;
        display: block;
    }

    .header-wrapper:after {
        display: block;
        content: " ";
        font-size: 0;
        visibility: hidden;
        clear: both;
        height: 0;
    }

    .archive_header img {
        width: 290px;
    }

    .archive_block {
        width: 50%;
        height: 180px;
        text-align: center;
        position: relative;
    }

    .phone_holder {
        width: 300px;
        border-radius: 20px;
        height: 572px;
        margin: 0 auto;
        font-family: uidisplayreg;
        color: #ffffff;
        box-shadow: 1px 4px 7px 2px rgba(136, 129, 129, 0.53);
        background-color: white;
    }

    .top-details{
        margin-right:0;
    }

    .home-button{
        margin-right: 132px;
    }
     .colorband, .content {
        float: left;
        text-align: center;
    }

    .excuse-holder {
        margin-top: 30px;
    }

    .screen {
        position: relative;
        background-image: url(../images/Lock.png);
        top: 54px;
        left: 14px;
        height: 450px;
        width: 270px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer-individual {
        position: relative;
        z-index: 200;
        height: 150px;
        float: left;
        margin-top: 100px;
    }

    .app_header {
        float: left;
        width: 100%;
        text-align: center;
    }

    .individual_header {
        float: left;
        width: 100%;
        text-align: center;
        left: 0;
        margin-bottom: 11px;
    }

    .individual_header img {
        width: 270px;
    }

    .individual_header_text {
        color: white;
        margin-left: 10px;
    }

    .phone {
        padding-top: 50px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 970px) {
    .colorband {
        text-align: center;
    }

    .colorband_text {
        padding: 5px;
    }
}

/* Apple Ipad Specific */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    #header {
        position: relative;
        background-size: 1030px;
        height: 488px;
        float: left;
    }

    .colorband, .content {
        float: left;
       text-align: center;
    }
    .colorband{
        position:relative;
    }
}


/* Apple Iphone Specific */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: landscape) {
    #header {
        background-size: 400px;
    }
}

@media (max-width: 1200px) {
    .individual_footer {
        position: relative;
        margin-top: 20px;
    }

}










