/* -------------------------------- 

General

-------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:600,500,400,300");
@import url("https://fonts.googleapis.com/css?family=Share+Tech+Mono");

html {
	text-align:center;
	height: 100%;
}

body {    
	margin:0;    
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	height: 100%;
	
	background-image: url("/images/bg-stripes1.png"), url("/images/bg-stripes2.png"), url("/images/bg-stripes3.png"), url("/images/bg-stripes4.png"), url("/images/bg-stripes5.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 180px top 0px, left 0px top 1300px, right 0px top 2300px, left 0px top 3400px, right 0px top 4900px;
    background-size: cover, 40%, 40%, 35%, 35%;

}

h1 {
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

h2 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

img {
	pointer-events: none;
}

.bull {
	padding: 0 16px;
}

.indent {
	padding-left: 30px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}



/* -------------------------------- 

Links

-------------------------------- */

a {
	text-decoration: none;
	color: #559CFC;
}

a:hover {
	text-decoration: none;
	color: #2868bb;
}




/* -------------------------------- 

Tooltips

-------------------------------- */

.tooltip > .tooltip-inner {
	max-width: 200px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #404040;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	opacity: 1;
	padding: 20px;
	margin-top: -60px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0);
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}




/* -------------------------------- 

Header

-------------------------------- */


header {
	height: 110px;
	width: 100%;
	top: 0;
	font-weight: 100;
	z-index: 10000000000;
	text-align: center;
}

#title {	
	font-size: 50px;
	font-family: "ExpoBlackSSiBold", "Helvetica Neue", Arial, sans-serif !important;
	vertical-align: middle;
	float: left;
}

.subtitle {
	font-size: 20px;
	float: right;
}

ul#navbar  {
	text-align: center;
    padding: 0;
    width: 80%;
    margin: 0px auto;
}

#navbar li{
	display: block;
	margin: 30px 0px 0px 0px;
	list-style-type: none;
	font-family: "ExpoBlackSSiMedium", "Helvetica Neue", Arial, sans-serif;
}

#navbar li#title {
	margin: 0px 63px 0px 0px
}

#navbar li#title a {
	padding: 0;
	margin: 13px 0 0;
}

#navbar #title a:hover {
	background-color: transparent !important;
}

#navbar li a {
	padding: 10px 14px 10px 14px;
	margin: 0 10px;
	display: block;
	color: #ffffff;
}

#navbar li.subtitle a:hover {
	background-color: transparent;
	color: #000000; 
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 10px 14px 10px 14px;
}




/* -------------------------------- 

Main Fonts

-------------------------------- */

.title {
	text-align: center;
	margin: 10px auto;
	font-size: 30px;
	font-weight: 600;
	height: 35px;
	color: #559CFC;
}

.feature-title {
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	font-weight: 600;
	color: #9C92FF;
	text-transform: uppercase;
}

.feature-text {
	width: 40%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #AFB9D0;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.5;
}




/* -------------------------------- 

Top Sections

-------------------------------- */

.email-icon {
	height: 35px;
	width: auto
}

.twitter-icon {
	height: 35px;
	width: auto
}

.small-logo {
	width: 50px;
    height: auto;
    margin-top: 20px;
}

.top-section2 {
	height: 100vh;
}

.center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 480px;
    z-index: 2;
}

.app-image {
    height: auto;
    max-width: 525px;
    margin-top: -50px;
}

.large-logo {
	width: 100%;
    height: auto;
    margin: 50px 0px 10px auto;
    max-width: 440px;
}

.large-logo2 {
	width: 100%;
    height: auto;
    margin: 50px 0px 100px auto;
    max-width: 440px;
    display: none;
}

.mas-button {
	max-width: 450px;
    height: auto;
    margin: 20px 0px 10px auto;
    pointer-events: all;
}







/* -------------------------------- 

Bottom Section

-------------------------------- */

.bottom-section {
	margin-top: 190px;
}




/* -------------------------------- 

Picker Section

-------------------------------- */

.picker-section {
    height: 1000px;
}

.grid-lines {
	height: 200px;
	width: auto;
}

.magnify {
	position: relative;
	margin: 60px auto;
	max-width: 1100px;
	cursor: none;
}

.magnify-glass {
	width: 200px;
	height: 200px;
	position: absolute;
	
	background-repeat: no-repeat;
	
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.10), inset 0 0 40px 2px rgba(0, 0, 0, 0.10);
	
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 200ms ease, visibility 0s linear 200ms;
	      transition: opacity 200ms ease, visibility 0s linear 200ms;
	
	pointer-events: none;
}

.magnify-image {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 1100px;
	height: auto;
}

.magnify:hover .magnify-glass {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
          transition: opacity 200ms ease;
}

.mobile-magnify-image {
	display: none;
}





/* -------------------------------- 

Code Section

-------------------------------- */

.code-section {
    height: 1100px;
}

.code-options {
	margin: 20px auto;
	max-width: 460px;
	background-color: #ffffff;
	border-radius: 60px;

	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}

.btn-lg, .btn-group-lg>.btn {
	padding: 30px 30px;
	border-radius: 60px;
	width: 150px;
	border: none;
	opacity: 0.5;
	cursor: pointer;
	color: #AFB9D0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	-webkit-font-smoothing: antialiased;
	
}

.btn-lg, .btn-group-lg>.btn:hover, .btn-lg, .btn-group-lg>.btn:active {
	opacity: 1 !important;
	background-color: transparent;
	box-shadow: none;
}

.code-icon {
	height: 50px;
	width: auto;
	margin: 0 auto;
}

.selected {
	opacity: 1 !important;
}

.code-box1 {
	margin: 50px auto;
	max-width: 620px;
	height: 230px;
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}

.code-box2 {
	margin: 50px auto;
	max-width: 620px;
	height: 280px;
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}

.code-type-box {
	padding-top: 10px;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 80%;
	border-bottom: 1px solid rgba(176, 186, 209, 0.20);
}

.code-type-text {
	text-align: center;
	margin: 0px auto;
	font-size: 36px;
	font-weight: 600;
	color: #AFB9D0;
}


.code-main-code-text {
	margin: 40px auto;
	width: 80%;
	color: #AFB9D0;
	font-family: 'Share Tech Mono', monospace;
	font-weight: 600;
	font-size: 30px;	
}

.code-main-code-text2 {
	margin: 30px auto;
	width: 80%;
	color: #AFB9D0;
	font-family: 'Share Tech Mono', monospace;
	font-weight: 600;
	font-size: 30px;	
}

.tab-visible {
	display: block !important;
}

.tab-main-content {
	display: none;
}

.tab-sub-safari-content, .tab-sub-phone-content, .tab-sub-computer-content {
	display: none;
}

.mobile-code-image {
	display: none;
}








/* -------------------------------- 

Colors Section

-------------------------------- */

.colors-section {
    height: 1000px;
}

.colors-box {
	margin: 50px auto;
	padding-top: 60px;
	max-width: 620px;
	height: 480px;
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}

.colors-main-box {
	margin: 0px auto;
	margin-bottom: 20px;
	max-width: 490px;
	padding: 30px;
	background-color: #9874DB;
	border-radius: 20px;	
}

.palette-box {
	display: inline-block;
}

.colors-main-box-text {
	text-align: center;
	margin: 0px auto;
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
}

.colors-palette-box {
	margin: 20px auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	border-radius: 20px;
	height: 100px;
	width: 100px;
	cursor: pointer;
}

#palette1 {
	background-color: #F26456;
}

#palette2 {
	background-color: #F6A820;
}

#palette3 {
	background-color: #4BCB7C;
}

#palette4 {
	background-color: #51E6C5;
}

#palette5 {
	background-color: #43BDEA;
}

#palette6 {
	background-color: #3C78FC;
}

#palette7 {
	background-color: #5F8FBA;
}

#palette8 {
	background-color: #9874DB;
}



.bounce-animation1 { 
	animation: bounce-spring1 .3s linear;
	cursor: pointer;
}

@keyframes bounce-spring1 {
    0%{ box-shadow: 0 0 0 4px #F26456; opacity:1;}
    25%{ box-shadow: 0 0 0 6px #F26456; opacity:1;}
    50%{ box-shadow: 0 0 0 8px #F26456; opacity:1; }
    75%{ box-shadow: 0 0 0 4px #F26456; opacity:1;}
    100%{ box-shadow: 0 0 0 0px #F26456; opacity:1;}
}


.bounce-animation2 { 
	animation: bounce-spring2 .3s linear;
	cursor: pointer;
}

@keyframes bounce-spring2 {
    0%{ box-shadow: 0 0 0 4px #F6A820; opacity:1;}
    25%{ box-shadow: 0 0 0 6px #F6A820; opacity:1;}
    50%{ box-shadow: 0 0 0 8px #F6A820; opacity:1; }
    75%{ box-shadow: 0 0 0 4px #F6A820; opacity:1;}
    100%{ box-shadow: 0 0 0 0px #F6A820; opacity:1;}
}


.bounce-animation3 { 
	animation: bounce-spring3 .3s linear;
	cursor: pointer;
}

@keyframes bounce-spring3 {
    0%{ box-shadow: 0 0 0 4px #4BCB7C; opacity:1;}
    25%{ box-shadow: 0 0 0 6px #4BCB7C; opacity:1;}
    50%{ box-shadow: 0 0 0 8px #4BCB7C; opacity:1; }
    75%{ box-shadow: 0 0 0 4px #4BCB7C; opacity:1;}
    100%{ box-shadow: 0 0 0 0px #4BCB7C; opacity:1;}
}

.bounce-animation4 { 
	animation: bounce-spring4 .3s linear;
	cursor: pointer;
}

@keyframes bounce-spring4 {
    0%{ box-shadow: 0 0 0 4px #51E6C5; opacity:1;}
    25%{ box-shadow: 0 0 0 6px #51E6C5; opacity:1;}
    50%{ box-shadow: 0 0 0 8px #51E6C5; opacity:1; }
    75%{ box-shadow: 0 0 0 4px #51E6C5; opacity:1;}
    100%{ box-shadow: 0 0 0 0px #51E6C5; opacity:1;}
}


.bounce-animation5 { 
	animation: bounce-spring5 .3s linear;
	cursor: pointer;
}

@keyframes bounce-spring5 {
    0%{ box-shadow: 0 0 0 4px #43BDEA; opacity:1;}
    25%{ box-shadow: 0 0 0 6px #43BDEA; opacity:1;}
    50%{ box-shadow: 0 0 0 8px #43BDEA; opacity:1; }
    75%{ box-shadow: 0 0 0 4px #43BDEA; opacity:1;}
    100%{ box-shadow: 0 0 0 0px #43BDEA; opacity:1;}
}


.bounce-animation6 { 
	animation: bounce-spring6 .3s linear;
	cursor: pointer;
}

@keyframes bounce-spring6 {
    0%{ box-shadow: 0 0 0 4px #3C78FC; opacity:1;}
    25%{ box-shadow: 0 0 0 6px #3C78FC; opacity:1;}
    50%{ box-shadow: 0 0 0 8px #3C78FC; opacity:1; }
    75%{ box-shadow: 0 0 0 4px #3C78FC; opacity:1;}
    100%{ box-shadow: 0 0 0 0px #3C78FC; opacity:1;}
}


.bounce-animation7 { 
	animation: bounce-spring7 .3s linear;
	cursor: pointer;
}

@keyframes bounce-spring7 {
    0%{ box-shadow: 0 0 0 4px #5F8FBA; opacity:1;}
    25%{ box-shadow: 0 0 0 6px #5F8FBA; opacity:1;}
    50%{ box-shadow: 0 0 0 8px #5F8FBA; opacity:1; }
    75%{ box-shadow: 0 0 0 4px #5F8FBA; opacity:1;}
    100%{ box-shadow: 0 0 0 0px #4BCB7C; opacity:1;}
}

.bounce-animation8 { 
	animation: bounce-spring8 .3s linear;
	cursor: pointer;
}

@keyframes bounce-spring8 {
    0%{ box-shadow: 0 0 0 4px #9874DB; opacity:1;}
    25%{ box-shadow: 0 0 0 6px #9874DB; opacity:1;}
    50%{ box-shadow: 0 0 0 8px #9874DB; opacity:1; }
    75%{ box-shadow: 0 0 0 4px #9874DB; opacity:1;}
    100%{ box-shadow: 0 0 0 0px #9874DB; opacity:1;}
}


.mobile-colors-image {
	display: none;
}








/* -------------------------------- 

Touch Bar Section

-------------------------------- */

.touch-bar-section {
    height: 1300px;
}

.macbook-image {
	width: 800px;
	height: auto;
	margin: 60px auto;
}





/* -------------------------------- 

Contact Section

-------------------------------- */

.contact-section {
    height: 1000px;
    background-image: url("/images/bg-stripes6.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: left 0px bottom 0px;
}

.contact-icon-div {
	width: 100px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.contact-icon {
	height: 46px;
	width: auto;
	margin: 20px auto;
	margin-left: 20px;
	margin-right: 20px;
	pointer-events: all;
}

.contact-section .feature-text {
	width: 60%;
}

.tapity-link {
	color: #559CFC;
}

.tapity-link:hover {
	color: #559CFC;
	padding-bottom: 6px;
	border-bottom: 3px solid #559CFC;
}


/* -------------------------------- 

Footer

-------------------------------- */

footer {
  	right: 0;
  	bottom: 0;
  	left: 0;
  	text-align: center;
	background-color: none;
}

footer a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

footer a:hover {
	color: #1A91FF;
}

.footer-line {
	float: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 30px !important;
}

.footer-links-line {
	float: right;
	color:rgba(0, 0, 0, 0.40);
	font-size: 14px;
	font-weight: 600;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	line-height: 30px !important;
}




/* -------------------------------- 

Big Screens

-------------------------------- */

@media all and (min-width: 1800px)
{


}



/* -------------------------------- 

Mobile

-------------------------------- */


@media all and (max-width: 1400px)
{
	.app-image {
		margin-top: 0px;
		width: 450px;
	}
	

}

@media all and (max-width: 1300px)
{
	.center {
		height: 350px;
	}
	
	.app-image {
		margin-top: -10px;
		margin-left: -40px;
		width: 400px;
	}
	
	.large-logo {
		width: 300px;
	}
	
	.mas-button {
		width: 360px;
	}
	
	.title {
		font-size: 26px;
	}
	
	.feature-text {
		width: 60%;
	}
	
	.magnify {
		max-width: 800px;
	}
	
	.magnify-image {
		max-width: 800px;
	}
}


@media all and (max-width: 1200px)
{


}

@media all and (max-width: 991px)
{
	
body {
	background-image: url("/images/bg-stripes1.png"), url("/images/bg-stripes2.png"), url("/images/bg-stripes3.png"), url("/images/bg-stripes4.png"), url("/images/bg-stripes5.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right 0px top 0px, left 0px top 1300px, right 0px top 2300px, left 0px top 3600px, right 0px top 4900px;
    background-size: 70%, 70%, 70%, 70%, 70%;
}

header {
	display: none;
}

.app-image {
	margin: 0 auto;
}

.center {
    height: 720px;
}

.title {
	display: none;
}

.large-logo {
	display: none;
}

.large-logo2 {
	width: 40%;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}

.magnify {
	display: none;
}

.magnify-image {
	display: none;
}

.mobile-magnify-image {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.code-options {
	display: none !important;
}

.code-box1 {
	display: none !important;
}

.code-box2 {
	display: none !important;
}

.mobile-code-image {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.colors-box {
	display: none;
}

.mobile-colors-image {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.macbook-image {
	width: 70%;
}

.contact-section {
	height: 750px;
}

.footer-line {
	float: none;
	line-height: 30px !important;
	padding: 10px;
}

.footer-links-line {
	float: none;
	padding: 10px;
}
	
}

@media all and (max-width: 820px) 
{
	

}


@media all and (max-width: 500px)
{	
	body {
		background-image: url("/images/bg-stripes1.png"), url("/images/bg-stripes2.png"), url("/images/bg-stripes3.png"), url("/images/bg-stripes4.png"), url("/images/bg-stripes5.png");
	    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	    background-position: right 0px top 0px, left 0px top 1200px, right 0px top 2000px, left 0px top 2700px, right 0px top 3500px;
	    background-size: 90%, 70%, 70%, 70%, 70%;
	}
	
	.center {
		height: 500px;
	}
	
	.large-logo2 {
		width: 60%;
	}
	
	.app-image {
		width: 90%;
	}
	
	.feature-text {
    	width: 90%;
	}
	
	.top-section2 {
		height: 120vh;
	}
	
	.picker-section {
    	height: 700px;
	}
	
	.code-section {
    	height: 700px;
	}
	
	.colors-section {
    	height: 700px;
	}
	
	.colors-main-box {
    	max-width: 80%;
	}
	
	.touch-bar-section {
    	height: 800px;
	}
	
	.contact-section {
    	height: 600px;
    	background-size: 90%;
	}
	
}


@media all and (max-width: 320px )
{
	.center {
		height: 540px;
	}
	
}



/*!
 * Start Bootstrap - Agency v1.1.0 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */




