* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7em;
    color: #000;
    background: #ff7e00;
    font-size: 22px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-user-select:none;
    cursor: default;
    margin: 0;
}

h1,h2,input,p,.person{
    -webkit-user-select:auto;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.center{
    text-align: center;
}

.cta-button {
    background: none;
    border-radius: 4px;
    border:2px solid #fff;
    cursor: pointer;
    color: white;
    font-size: 22px;
    font-weight: 200;
    text-decoration: none;
    display: inline-block;
    transition:All 0.2s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0.4em 1.6em;
}

    .cta-button:hover{
        background: #fff;
        color: #000;
    }

        .cta-button.blk{
            color: #000;
            border-color:#000;
        }

            .cta-button.blk:hover{
                background: #000;
                color:#fff;
            }
/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background: #f3f3f3;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    margin-top: 4px;
    height: 80%;
}

.logos{
    width: 900px;
    height: 210px;
    margin: auto;
    clear: both;
    background: #fff;
    color: #7f7f7f;
}

    .logos .logo-seen{
        width: 20%;
        height: 210px;
        display: inline-block;
        float: left;
        line-height: 230px;
        font-size: 24px;
    }

        .logos .md{
            background: url(../img/seenon/logo-medium.png) center no-repeat;
        }

        .logos .fr{
            background: url(../img/seenon/logo-foundr.png) center right no-repeat;
        }

        .logos .ph{
            background: url(../img/seenon/logo-ph.png) center right no-repeat;
        }

        .logos .bl{
            background: url(../img/seenon/logo-bl.png) center right no-repeat;
        }

.fix{
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
}

    .splash-container .logo{
		width:242px;
		height:64px;
        display: block;
        color: #000;
        margin-bottom: 30px;
        font-size:54px;
        line-height: 70px;
		background:url(../img/logo.png) 0 0 no-repeat;
    }

    .splash-container h2{
				color:#ff7e00;
				font-size:24px;
				font-weight:normal;
				margin-top:10px;
			}
			
			.splash-container label{
				display: none;
			}
			
			.splash-container input[type='email'], .splash-container input[type='submit']{
				width:240px;
				padding:0 5px;
				height:44px;
				font-size:24px;
				line-height:44px;
				border-radius:6px !important;
				border:1px solid #999;
				color:#000;
				float:left;
				margin:20px 0 30px 0;
				outline:none;
			}
			
			.splash-container input[type='submit']{
				width:110px;
				height:46px;
				color:#fff !important;
				background:#ff7e00 !important;
				border: none;
				margin-left:20px;
				font-size:18px;
				cursor:pointer;
			}
			
			.splash-container .view{
				clear:both;
				display:block;
                margin-top: 30px;
				color:#ff7e00;
			}

            .splash-container .stores{
                width:100%;
                margin-top: 60px;
                overflow: hidden;
            }

                .header-stores .link, .header-stores span{
                    display:inline-block;
                    background: url(../img/gplay.svg) center no-repeat #000;
                    border-radius:4px;
                    height:50px;
                    width:140px;
                    cursor: pointer;
                    transition:all 0.4s ease;
                    margin:15px 0 0 10px;
                    padding: 0;
                }

                .header-stores span{
                    background: none;
                    cursor: default;
                }

                .header-stores .link.ios{
                    background: url(../img/appstore.svg) center no-repeat #000;
                    margin-left: 0;
                }

                    .header-stores .link:hover{
                        background-color: #252828;
                    }
            

            #mc_embed_signup{
                clear: both;
            }

            #mc_embed_signup_scroll{
                height: 80px;
            }

            #mc_embed_signup div.mce_inline_error{
                position: absolute !important   ;
                background: none !important;
                top:0 !important;
                left: 0 !important;
                font-size: 16px !important;
                color: #6B0505 !important;
                margin: 0 !important;
                padding: 0 !important;
                background: none !important;
                font-weight: normal !important;
                
            }

            div.mc-field-group{
                position: relative;
            }

            div#mce-success-response.response{
                position: absolute;
                background: #fff;
                font-size:20px;
                color: #ff7e00;
                height: 140px;
                padding-top: 20px;
            }


.cont{
    width:80%;
    height:100vh;
    margin: auto; 
}

.cont.fixed{
    height: 650px;
}

.slider{
    height: 100%;
    margin: 20px auto; 
    max-width: 920px;
}

.story{
    background: url(../img/country-road-hd.jpg) center no-repeat;
    width:100%;
    position: relative;
}

    .ol, .story .cont{
        position: absolute;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
    }

    .text{
        /* absolute center .splash within .splash-container */
        width: 80%;
        height: 50%;
        margin: auto;
        color: #fff;
        z-index: 2;
        position: absolute;
        top: -50px; left: 0; bottom: 0; 
        right: 0;
        text-align: center;
    }

        .text a{
            margin-top: 40px;
        }

.testimonials{
    position: relative;
    padding: 40px 0;
}

    .testimonials h2{
        color: #2b2e32;
    }

    .testimonials .people{
        height: 95%;
        display: table;
    }
        
        .testimonials .nuggets{
            width:78px;
            height: 60px;
            display: block;
            background: url(../img/quote-gray.png) center;
            position: absolute;
            top: 40px;
            left: 10px;
            transition:all 0.5s ease;
        }

        .people .people-container{
            display: table-cell;
            vertical-align: middle;
        }
        
        .people .person{
            width: 32%;
            vertical-align: middle;
            display: inline-block;
            text-align: center;
            padding: 0 15px;
            transition:all 0.5s ease;
        }   
            
            .person:hover span{
                border-color:#ff7e00;
            }

            .person a{
                text-decoration: none;
            }

            .person span{
                width:180px;
                height: 180px;
                border-radius: 90px;
                overflow: hidden;
                display: block;
                margin: 0 auto 30px auto;
                border: 8px solid #f3f3f4;
            }

                .person span img{
                    width:100%;
                }

            .person strong{
                font-size: 26px;
                line-height: 40px;
                display: block;
                color: #ff7e00;
                font-weight: normal;
                text-transform: uppercase;
                text-align: center;
            }

            .person em{
                font-size: 20px;
                font-weight: 200;
                color: #2b2e32;
                margin-bottom: 30px;
                font-style:normal;
                display: block;
            }

            .person p{
                font-size: 16px;
                line-height: 24px;
                height: 100px;
                color: #2b2e32;
                padding: 0 10px;
            }

.social{
    padding:40px 0;
    width: 100%;
    height: auto;
    background: #f3f3f4;
}

    .social .panels{
        width:80%;
        background: red;
    }

	.social .panel{
		height:450px;
        width:450px;
        max-width: 550px;
        margin: 0 10px;
        background:#fff;
		border:1px solid #f4f4f5;
		border-radius:6px;
        display: inline-table;
        vertical-align: middle;
	}

.other{
    background: #f3f3f4;
    width:100%;
    position: relative;
    
}

    .other h1{
        color: #000;
    }

.cont.main{
    padding: 0;
    position: relative;
    width:100%;
    height: 85vh;
    display: table;
    background: #f3f3f3;
}

    .main-cont{
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

        .mc{
            max-width:520px;
            margin: auto;
            position: relative;
            left:170px;
        }

    .cont .iphone{
        position:absolute;
        left:-300px;
        top:-80px;
        width:260px;
        height:533px;
        transition:all 0.4s ease;
        background:url(../img/preview.png) center no-repeat;
    }

        .iphone div{
            width: 214px;
            height: 214px;
            border: 2px solid #ff7e00;
            background: #2b2e32;
            position: absolute;
            background-size:214px 214px !important;
            background-repeat: no-repeat;
            top: 161px;
            left: 23px;
        }


.cont.nuggets{
    background: #2f393d;
    height: 100vh;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    /*position: absolute;
    top: 84%;
    width: 100%;
    z-index: 2;*/
    background: white;

}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 200;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    padding: 2em 0 1em;
    margin: 0;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

    .ribbon h2{
        text-align: center;
        color: #fff;
        font-weight:200;
    }

    .slider .effect{
    width:280px;
    height: 280px;
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transform: translateZ(0);
}

    .slider .effect:hover img{
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -webkit-backface-visibility: hidden;
	   -webkit-perspective: 1000;
    }
    
    .slider .effect:hover .more{
        -webkit-transform: translateY(0%);}
    
    

    .slider .effect img{
        width:100%;
        transition:All 0.35s ease;
        -webkit-transition:All 0.35s ease;
    }
    
    .more{
        width:100%;
        height: 60px;
        line-height: 60px;
        -webkit-transform: translateY(100%);
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        color:#fff;
        padding: 0;
        margin: 0;
        transition:All 0.5s ease;
        -webkit-animation-delay:300;
        animation-delay:300;
        right: 0;
        line-height: auto;
        background: rgba(0,0,0,0.7);
    }

/* This is the class used for the footer */
.footer {
    background: #ff7e00;
    color: #fff;
    padding: 50px 0;
}

footer {
    width:100%;
	background:#fff;
    color: #fff;
	padding:2em 1em;
    -webkit-user-select:none;
}

    footer .inner-wrap{
        background: none;
        text-align: center;
    }

    footer ul{
        list-style: none;
        margin:0 0 10px 0;
        padding: 0;
    }
    
        footer li{
            display: inline-block;
        }

    footer a{
        color: #fff;
		min-width:30px;
		line-height:18px;
        height: 18px;
		display:inline-block;
        text-decoration: none;
        margin: 0 5px;
        transition:all 0.1s ease-in;
    }

        footer a:hover{
            -webkit-transform: scale(1.2);
        }
    
    footer p{
        margin:30px 0 10px 0;
        -webkit-user-select:auto;
    }

    footer .mixpanel{
        margin: 2em auto 0 auto;
        border: 0;
    }

@-webkit-keyframes pulse_animation {
    0% { -webkit-transform: scale(1); }
    30% { -webkit-transform: scale(1); }
    40% { -webkit-transform: scale(1.28); }
    50% { -webkit-transform: scale(1); }
    60% { -webkit-transform: scale(1); }
    70% { -webkit-transform: scale(1.22); }
    80% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(1); }
}

.pulse {
    -webkit-animation-name: 'pulse_animation';
    -webkit-animation-duration: 3000ms;
    -webkit-transform-origin:70% 70%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@media all and (max-height: 960px){
    .social, .testimonials{
        height: auto !important;
    }
}


@media all and (max-height: 700px){
    .iphone{
        transform: scale(0.9) translateX(20px);
        -webkit-transform: scale(0.9) translateX(20px);
    }
}

@media all and (max-height: 600px){
    .iphone{
        transform: scale(0.8) translateX(40px);
        -webkit-transform: scale(0.8) translateX(40px);
    }
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */

@media all and (max-width: 872px){
    .iphone{
        opacity: 0;
        transform:translateX(-100px);
        -webkit-transform:translateX(-100px);
    }
    
    
    
    .logos{
        width:auto;
        height: auto;
    }
    
        .logos .logo-seen{
            float: none;
            font-size: 18px;
            text-align: center;
            width: auto;
            display: block;
            line-height: 80px;
            height: 80px;
            background-position: center;
        } 
    
    .mc{
        left: auto;
    }
    
    .cont.main{
        padding-left:0;
    }
    
    .content-head{
        padding: 0;
    }
    
    .person p{
        font-size: 16px;
        line-height: 22px;
    }
    
    .testimonials .nuggets{
        opacity: 0;
    }
}

@media all and (max-width: 1000px){
    .slider .effect{
        width:240px;
        height: 240px;
    }
}

@media all and (max-width: 750px){
    .people .person{
        display: block;
        width:auto;
    }
    
    .person p{
        height: auto;
    }
    
    .person span{
        width:140px;
        height: 140px;
        display: inline-block;
        margin: 0;
        border-width: 4px;
    }
    
    .testimonials{
        height: auto;
    }
    
    .peson strong, .person em{
        display: inline;
    }


}

@media all and (max-width: 640px){
    .slider .effect{
        width:136px;
        height: 136px;
        margin: 0;
    }
    
    
    
    .iphone{
        display: none;
    }
    
    .slider{
        max-width: 560px;
    }
    
    .ribbon, .slider{
        padding-left:0;
        padding-right: 0;
    }
    
    .footer{
        padding: 10px;
    }
    
    h1{
        font-size: 30px;
    }
    
    .cta-button{
        border-width: 1px;
        font-size: 20px;
        padding: 4px 20px;
    }
    
    .footer p{
        font-size: 18px;
        line-height: 24px;
        padding:0 40px;
        margin-top: 0;
        text-align: center;
    }
    
    .splash-container .stores{
        margin: 0;
    }
    
    .splash-container .logo{
        margin-bottom: 0;
        -webkit-transform:scale(0.7) translateX(-50px);
        transform:scale(0.7) translateX(-50px);
    }
    
    .main-cont p{
        font-size: 18px;
        line-height: 22px;
    }
}

@media all and (max-width: 416px){
    .slider .effect{
        width:140px;
        height: 140px;
    }
    
}

@media all and (max-width: 570px){
    .cont{
        height: auto;
    }
    
    .content-wrapper{
        position: static;
        top:auto;
        left: auto;
    }
    
    .cont.main{
        padding:40px 20px;
    }
    
    .social{
        display: none;
    }
    
    .more{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}
