h2 {
	font-size: 38px;
    color: #475058;
    font-weight: 300;
    margin: 20px 0 8px 0;
}
.container--right {
	z-index: -1;
}
.icon--appstore, .icon--googleplay {
	margin-right: 10px;
	margin-top: 24px;
	height: 44px;
}
.icon--appstore:hover, .icon--googleplay:hover {
	opacity: .8;
}
.description {
	font-size: 24px;
	font-weight: 300;
	color: #889198;
	line-height: 34px;
	padding: 0px 0;
}
.container--hero {
	margin-bottom: -40px;
	min-height: 700px;
}
.container--hero_text {
	min-width: 568px;
	width: 568px;
	margin-right: 60px;
	margin-top: -60px;
}
.container--half {
	width: 480px;
	text-align: center;
	margin:60px 0;
}
.background--darkgray h2 {
	color:#ffffff;
}
.container--half h3 {
	margin-top:20px;
}
.container--half p{
	padding:10px 0;
}
.small-caps {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color:#AEB5BB;
	margin:0 0 10px 0;
	padding: 0;
	letter-spacing:0.9px;
}
button.outline {
	margin-top: 10px;
}
.container--footer-button {
	margin: -40px auto 60px auto;
	text-align: center;
	width: 100%;
}
.container--footer-button button {
	margin: 6px 4px;
}
.footer-button {
	padding-right: 10px;
	padding-left: 10px;
}
.footer-button a{
	font-size: 29px;
	color:rgba(255,255,255,1);
}
.footer-button a:hover {
	opacity: .7;
}
.copyright {
	font-size: 16px;
	color:rgba(255,255,255,.6);
	padding:80px 0 10px 0;
}
.copyright a {
	color:rgba(255,255,255, .8);
}
.footer-button p {
	color:rgba(255,255,255,.8);
	padding-top: 10px;
}
.container--hero-buttons {
	margin-top: 40px;
}
.container--hero-buttons a {
	margin-right: 10px;
}
.container--buttons {
	margin-top: 20px;
}
.icon {
	width: 18px;
	height: 16px;
	vertical-align: top;
}
button.play-tutorial {
    color: #FFFFFF;
    margin-top: 0;
    border-color: #FFFFFF;
}
button.footer {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.container--tutorial-video {
	max-width: 240px;
	margin: 60px 0 60px 30px;
}
.container--tutorial-video iframe {
	max-width: 239px;
	box-shadow:0px 8px 20px rgba(0,0,0,.2);
}
.container--buttons a {
	margin-right: 10px;
}
.background--birds {
	background:#1B2127
}
.hero-video{
	width: 480px;
	min-height: 900px;
    margin-bottom: -20px;
}
/* Animating Arrow */

@-webkit-keyframes "inf-bounce" {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -webkit-transform: translate(0px 0px);
        transform: translate(0px 0px);
    }
    50% {
        -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -webkit-transform: translate(10px,10px);
        transform: translate(10px,10px);
    }
}
keyframes inf-bounce {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

h1 {
	margin-top: 0px;
}
.button--watch {
	color:#0288F6;
	padding: 0 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	white-space: nowrap;
}
.light {
	color:#ffffff;
}
.transparent-light {
	opacity: .7;
	color: #ffffff;
}
.button--examples {
	color:#0288F6;
	padding: 0 0px;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	white-space: nowrap;
}
.button--watch svg {
	margin-bottom: -5px;
	margin-right: 10px;
}
.container--tv {
	text-align: center;
	margin: -20px 0;
	height:655px;
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}
.container--tv video{
	margin:139px auto 0;
	width:217px;
}

.container--tabs {
	margin-top: 40px;
}
.container--features {
	text-align: left;
	margin-top:80px;
}
.container--features img{
	margin-right:20px;
	float: left;
	width: 64px;
	margin-top:-2px;
}
.container--features p {
	padding:0;
	margin-bottom:40px;
}
.container--bottom {
	text-align: center;
	padding:20px 0;
}
.container--phone-right {
	text-align: left;
	margin-top: 60px;
	width: 460px;
}
.container--phone-left {
	text-align: left;
	margin: 80px 40px 80px 0;
	background-image: url(../images/homepage/live-on-device.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width: 600px;
	height: 800px;
}
.container--centered_text {
	max-width: 620px;
	text-align: center;
	margin:0px auto;
	padding:60px 0;
}
.container--left_text {
	width:620px;
	text-align: left;
	padding:60px 0;
}
.container--navigation {
	text-align: left;
	padding:60px 0;
}
.container--navigation p {
	line-height: 40px;
	font-size:16px;
}
.container--thumbnail_video {
	padding-left:20px;
	padding:60px 0;
	text-align: right;
}
.background--birds hr {
	margin:0 0 60px 0;
	opacity: .2;
}
.container--previewing-text img {
	width: 72px;
}

/* Navigation - download button*/

#global-nav .download{
	transition: all 0.6s ease;
	opacity: 0;
}
#global-nav.scrolled-download .download{
	opacity: 1;
}

/* Hero UI */

#example-filters {
    list-style: none;
    font-size: 24px;
}
#example-filters li.slick-current {
    opacity: 1;
    color: #ffffff;
    border-color:#ffffff;
}
.slick-list li {
    cursor: pointer;
    display: inline-block;
    color: #889198;
    border-bottom: 1px solid rgba(136, 145, 152,.4);
    padding:40px 20px 20px 20px;
	text-align: center;
}
.slick-slide {
	outline: none;
}
.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 8px;
    width: 100%;
}
.slick-dots li {
	padding: 0 8px;
	display: inline-block;
	font-size: 1px;
	text-align: center;
}
.slick-dots button {
    height: 8px;
    width: 8px;
    padding: 0 0;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 100px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background: #889198;
}
.slick-active button {
	background:white;
}
#example-filters li:hover {
	color:#889198;
}
#example-filters li.slick-current:hover {
	color: #ffffff;
}
.container--centered_text.text--hero_ui{
	padding:30px 0 10px 0;
}
.container--centered_text.text--hero_ui p.description {
	color:#D9DDE1;
}

.container--video {
	text-align: center;
	overflow: hidden;
	max-width: 1258px;
  	margin: 0 auto;
}
.container--video img {
	margin-bottom: -13%;
	width:100%;
}

/* Examples */

.container--example-grid {
	min-width:100%;
	height:70vh;
	min-height:700px;
	overflow: visible;

}
.container--example-grid > div, .container--example-grid > a{
	height:100%;
	min-width:500px;
	overflow:hidden;
}
.container--example-grid .container--device{
	width:90%;
	height:90%;
	margin:10%;
}
.container--example-grid > a.hero-center{
	min-width:700px;
	padding:0;
	position:relative;
}
.container--example-grid .container--example-info {
	position: absolute;
	width: 100%;
	top: 5% ;
	text-align: center;
	opacity: 0;
	transition: all 0.4s ease;
}
.container--example-grid .container--example-info h3{
	color: #FFFFFF;
	font-size:24px;
	padding-bottom:8px;
}
.container--example-grid .container--example-info p {
	color: rgba(255,255,255,.6);
}

.container--example-grid > a.hero-center .container--device{
	height:120%;
	width:100%;
	margin:15% 0;
	transition: all 0.4s ease;
}
.container--example-grid a.hero-center:hover .container--device {
	margin:25% 0;
}

.container--example-grid a.hero-center:hover .container--example-info {
	top:7%;
	opacity:1;
}

.container--example-grid .half {
	width:100%;
	height:50%;
}
.container--example-grid .half .container--device{
	height:170%;
	margin:15% 10%;
}


/* Sketch - Origami */

.container--sketch {
	text-align: center;
	padding:0 60px 60px 60px;
}

.appIcon{
	width:160px;
	height:160px;
	margin-bottom:40px;
}
.copy-keystroke{
	color:#4B4F56;
	height:158px;
	line-height:158px;
	width:158px;
	font-size:68px;
	background:#FFFFFF;
	border-radius:16px;
	box-shadow:0px 16px 24px rgba(0,0,0,.1), 0px 4px 2px rgba(0,0,0,.1), 0px 2px 4px rgba(0,0,0,.1);
	margin:10px;
}
.copy-keystroke.command{
	font-size:36px;
	line-height:72px;
	width:200px;
	padding:0 18px;
}
.container--features > div {
	width: 480px;
	display: inline-block;
	padding: 0;
}
.mark {
	background-image: url('../images/origami-mark.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 72px;
	display: inline-block;
	height: 72px;
	margin-bottom: 36px;
	border-radius: 100px;
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.20);
}


@media only screen and (max-width: 1281px) {
	.container--video img {
		width:100%;
		padding:0 20px;
	}
	.container--hero_text {
		min-width: 510px;
		margin-right: 10px;
		width: 500px;
	}
	.container--features p {
		margin-bottom: 20px;
	}
	.container--half {
		width: 470px;
		padding:0px 20px 0 20px;
	}
	.hero-video {
		width: 400px;
		min-height: 600px;
	}
	.container--centered_text.text--hero_ui{
		padding:30px 0 30px 0;
	}
	.container--hero {
		height: 700px;
	}
	#example-filters li {
		font-size: 16px;
		padding:40px 0 20px 0;
	}
	.container--video {
		max-width: 1100px;
	}
	.container--phone-left {
		width: 440px;
		height: 680px;
		margin: 60px 0 60px 0;
	}
	.container--phone-right {
		width: 460px;
		margin-left: 40px;
	}
	.container--features {
		margin-top: 40px;
	}
	.container--example-grid {
		min-height: 500px; 
		height:500px;
	}
	.container--example-grid > a.hero-center {
		min-width: 420px;
	}
	.container--example-grid > div, .container--example-grid > a {
		min-width: 340px;
	}
	.container--example-grid .container--example-info p {
		display: none;
	}
	.container--tv {
		height: 578px;
		margin: -40px 0;
	}
	.container--tv video {
		margin: 126px auto 0;
    	width: 188px;
	}
}

@media only screen and (max-width: 1023px) {
	.container--overview {
		width: 100%;
	}
	.container--mobile-hero {
		display: inline-block;
		background-image: url(../images/homepage/hero-mobile.gif);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 100%;
		padding-bottom: 56%;
		margin:120px 0 30px 0;

	}
	.container--hero {
		height: auto;
	}
	.container--right {
		margin:0 auto;
	}
	.hero-video {
		margin: 0 auto;
		text-align: center;
	}
	.container--hero-buttons {
		margin-bottom: 60px;
	}
	p {
		padding:0 0 20px 0;
	}
	.container--half {
		width: 50%;
		padding:60px 30px 60px 30px;
		margin:0;
	}
	.container--navigation {
		padding:60px 20px;
	}
	.container--left_text {
		padding:60px 20px;
	}
	.container--thumbnail_video {
		padding:20px 20px;
		text-align: center;
	}
	.container--thumbnail_video img {
		width:100%;
	}
	.container--tv {
		height: 400px;
	}
	.container--tv video {
	    margin: 85px auto 0;
	    width: 132px;
	}
	.container--hero_text {
		margin:-60px auto 40px auto;
		width: 660px;
		text-align: center;
	}
	.container--features {
		text-align: center;
		margin: 60px auto 30px auto;
	}
	.container--features > div {
		width: 31%;
		display: inline-block;
		padding: 10px;
		text-align: center; 
	}
	.container--video img {
		width:100%;
	}
	.container--right {
		padding: 0 60px	;
	}
	.header-image {
		width: 100%;
	}
	.container--example-grid {
		min-height: 400px; 
		height:400px;
	}
	.container--example-grid > a.hero-center {
		min-width: 320px;
	}
	.container--example-grid > div, .container--example-grid > a {
		min-width: 300px;
	}
	.container--features p {
		display: inline-block;
		text-align: center;
		margin-bottom: 40px;
	}
	.container--features img {
		margin: 0 auto;
		float: none;
	}
	.container--video {
		margin:-20px auto 0 auto;
	}
	.container--phone-left {
		width: 100%;
		background-position: center;
		margin:60px 0 30px 0;
	}
	.container--phone-text {
		max-width: 640px;
		margin: 0 auto;
	}
	.container--phone-right {
		width: 100%;
		margin:0 20px;
		text-align: center;
	}
	.copy-keystroke.command {
		font-size: 18px;
	    line-height: 36px;
	    width: 100px;
	    padding: 0 9px;
	}
	.copy-keystroke {
	    height: 79px;
	    line-height: 79px;
	    width: 79px;
	    font-size: 34px;
	    background: #FFFFFF;
	    border-radius: 8px;
	    box-shadow: 0px 8px 12px rgba(0,0,0,.1), 0px 4px 2px rgba(0,0,0,.1), 0px 2px 4px rgba(0,0,0,.1);
	    margin: 5px;
	}
	.footer-button {
		width: 50%;
		padding: 30px 30px 15px 0px;
	}
	.container--right {
		display: none;
	}
}

@media only screen and (max-width: 667px) {
	#example-filters li {
	    font-size: 28px;
	    font-weight: 300;
	    line-height: 32px;
    	padding: 40px 0 0px 0;
	}
	.slick-list li {
    	border-bottom: 0px;
	}
	.container--video img {
    	margin-bottom: 30px;
	}
	.container--mobile-hero {
		margin-top: 0px;
	}
	.description {
		font-size: 22px;
		line-height: 32px;
	}
	.small-caps {
		font-size: 14px;
	}
	.container--phone-left {
	    height: 500px;
	    display: none;
	}
	.container--buttons button {
		margin-bottom: 10px;
	}
	.container--centered_text {
		margin:0 auto;
		padding: 30px 30px 50px 30px;
		max-width: 100%;
	}
	.container--centered_text.text--hero_ui {
		padding: 30px 30px 0px 30px;	
	}
	.container--phone-text {
		margin:0 15px;
		max-width: 100%;
	}
	.container--overview {
		padding:0 20px;
	}
	.container--features > div {
		width: 100%;
		padding: 0 30px;
		display: none;
	}
	.container--phone-text {
		margin:0 30px;
		padding: 30px 0 50px 0;	
	}
	.container--features, .container--buttons {
		display: none;
	}
	.container--features p {
		margin-bottom: 20px;
	}
	.container--video {
		margin:20px auto 0 auto;
	}
	.container--tv {
		display: none;
		height: 280px;
    	margin: 0 0 30px 0;
	}
	.container--tv video {
		width: 93px;
    	margin-top: 60px;
	}
	.container--get-started {
		display: none;
	}
	.container--half {
		display: none;
		width: 100%;
    	padding: 0px 30px 30px 30px;
	}
	.mark {
		width: 60px;
		height: 60px;
	}
	.container--hero_text {    
		margin: 60px 10px 60px 10px;
		min-width: 320px;
	}
	.container--hero_text h2 {
		font-size:26px;
		line-height: 34px;
	}
	.container--example-grid {
		min-height: 300px; 
		height:300px;
	}
	.container--example-grid > a.hero-center {
		display: none;
	}
	.container--example-grid > div, .container--example-grid > a {
		min-width: 200px;
	}
	.footer-button {
		width: 100%;
		padding: 0 30px 15px 30px;
	}
	.copy-keystroke.command {
		font-size: 11px;
	    line-height: 18px;
	    width: 70px;
	    padding: 0 9px;
	}
	.container--sketch {
    	text-align: center;
    	display: none;
    	padding: 0 20px 60px 20px;
	}
	.appIcon {
		width:100px;
		height:100px;
		margin-bottom: 20px;
	}
	button {
		width: 100%;
	}
	.copy-keystroke {
	    height: 50px;
	    line-height: 50px;
	    width: 50px;
	    font-size: 20px;
	    border-radius: 4px;
	    margin: 5px;
	}
	.footer-button a {
		font-size: 24px;
	}	
	h2 {
		padding-bottom: 0px;
		font-size: 28px;
		line-height: 32px;
	}
	p {
		font-size: 18px;
		line-height: 28px;
	}
	.copyright {
		padding:30px 0 0 0;
	}
	.background--birds hr {
		margin: 0 30px 60px 30px;
	}
}

@media only screen and (max-width: 374px) { 
	.container--hero_text {
		min-width: 280px;
		margin: 60px 10px 60px 10px;
	}
	.container--centered_text {
    	padding: 30px 20px 50px 20px;
	}
}

@media screen and (max-height: 908px) and (min-width: 1281px) {
	.container--hero {
		height: 400px;
	}
	.hero-video {
		width: 400px;
		min-height: 600px;
		margin-left: 80px;
	}
}
/* @end */