/* Elements */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.touch * {
/*	font-size: 80%;*/
}

/*   ::-webkit-scrollbar {
   display: none;
}
*/
html, body {
	line-height: 1;
	font-family:'Open Sans', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgb(55,55,55);
	text-align: left;
	height:100%;
}

.no-touch html,body {
	min-height:100%;
}


	
/* Objects */

#header {
	position:fixed;
	
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	
	color: white;
	background-color:white;
	z-index:10000;
}

.no-touch #header {

}

#logo p {
	color:black;
}

.no-touch #logo p {
	color:inherit;
}

#appStoreButton {

}

#intro {	

	width: 100%;
	height:75%;

	background-color:#67b1cd;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:cover;
			
	background: url(images/nyc.png);
}

@media (min-width: 768px) {
	#intro {
		background: url(images/nyc@2x.png);
	}
}

.no-touch #intro {
	position:fixed;
	height: 75%;

	top: 0;
	left: 0;
}

#title {
	position:absolute;

	top:33%;
	left: 0;
	width: 100%;
	
	font-family: 'Montserrat';
	font-size: 2.5rem;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	text-align: center;			
}

.no-touch #title {
	position:fixed;
	font-size: 3.7rem;
}

#scrollbutton {
	opacity:0;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.no-touch #scrollbutton {
	opacity: 1;
	position:fixed;
	
	left: 0;
	top:40%;
	width: 100%;
	height: 40px;
	
	font-family: 'Montserrat';
	font-size: 1rem;
	font-weight: 400;
	color: white;
	text-align: center;		
	
	z-index:5000;
}

#about {
	position:relative;
	width: 100%;
	background-color: rgb(242,242,242);	
}	

.no-touch #about {
	position:fixed;	
	top: 75%;
	left:0;
	height: 100%;	
	z-index:5000;	
}	

#phoneSlideshow {
	display:none;
}

.no-skrollr #phoneSlideshow {
	display:block;
	position:relative;
	width:200px;
	height:359px;
}

@media( min-width: 768px ) {
	.no-skrollr #phoneSlideshow {
		width:364px;
		height:653px;
	}

}


#phoneSlideshow .phoneSlide {
	position:absolute;
	top:0;
	left: 0;
	padding:0;
	opacity:0;
}

div.phoneSlide:nth-child(1) {
   -webkit-animation: xfade 32s 28s infinite;
}
div.phoneSlide:nth-child(2) {
   -webkit-animation: xfade 32s 24s infinite;
}
div.phoneSlide:nth-child(3) {
   -webkit-animation: xfade 32s 20s infinite;
}
div.phoneSlide:nth-child(4) {
   -webkit-animation: xfade 32s 16s infinite;
}
div.phoneSlide:nth-child(5) {
   -webkit-animation: xfade 32s 12s infinite;
}
div.phoneSlide:nth-child(6) {
   -webkit-animation: xfade 32s 8s infinite;
}
div.phoneSlide:nth-child(7) {
   -webkit-animation: xfade 32s 4s infinite;
}
div.phoneSlide:nth-child(8) {
   -webkit-animation: xfade 32s 0s infinite;
}


@-webkit-keyframes xfade{
   0%{
      opacity: 1;
   }
   20% {
      opacity:1;
   }
   33.3%{
      opacity: 0;
   }
   98% {
      opacity:0;
   }
   100% {
      opacity:1;
   }
}

#more {
	width: 100%;
	color:white;
	background-color: rgb(199,150,57);	
	text-align: center;		
}

.no-touch #more {
	position:fixed;		
	top:100%;	
	left: 0;
	height: 100%;
	opacity: .90;
	z-index:5000;	
}

#footer {
	width: 100%;
	background:rgb(83,81,79);
	color:white;
	font-size: 80%;		
}

#footer a {
	color: white;
	text-decoration: none;
}

.touch #footer p {
	line-height: 2rem;
}

/*.no-touch #footer p {
	line-height: 1rem;
}
*/

.no-touch #footer {
	position:fixed;
	height: 80px;			
	left: 0;
	bottom: 0;
	z-index:5000;
}

#footer .left {
	text-align: center;
}

.no-touch #footer .left {
	text-align:left;
	margin-left:20px;
	margin-top:10px;
}

#footer .right {
	text-align: center;
}

.no-touch #footer .right {
	text-align:right;
	margin-right:20px;
}

#footer .center {
	text-align:center;	
	line-height:32px;
}

.no-touch #footer .center {
	line-height:32px;
	margin:inherit;
}

#footer .bottom {
}

#footer .top {
}

.no-touch #footer .bottom {
	margin-bottom: inherit;
}

.no-touch #footer .top {
	margin-top: inherit;
}

/* Classes */


.title {
	font-family: 'Montserrat';
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	
	line-height: 1.3;
	margin-bottom:20px;
}

.no-touch .title {
	text-align: left;
}

.subtitle {
	font-family: 'Montserrat';
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom:20px;
}

.heading {
	font-family: 'Montserrat';
	font-size: 1.4rem;
	font-weight: 700;

	text-transform: uppercase;
}

.no-touch .heading {
	font-size: 2.5rem;
}

.emphasized {
	font-size: 1rem;
	font-weight: 700;
}

.content {
	position:relative;
	width:90%;
	height:100%;

	margin-left:auto;
	margin-right:auto;
}

.no-touch .content {
	margin-top:80px;
	margin-bottom:80px;		
}

.content p {
	line-height: 1.5rem;		
	margin-bottom:1rem;
}

.centerBoth {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}

.centerVertical {
	position:absolute;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
}

.centerHorizontal {
	position:absolute;
	left:50%;
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
}

.textCell {
	position:relative;
}

.no-touch .textCell {
	position:absolute;
	left:0;
	top:50%;
}

.phone {
	width:200px;
	height:359px;

	margin-left: auto;
	margin-right: auto;
}

.no-touch .phone {
	margin:0;
}

@media( min-width: 768px ) {
	.phone {
		width:364px;
		height:653px;
	}

}

.imageGridWrapper {
	width:100%;
}

.notouch .imageGridWrapper {
	position:absolute;
	width:100%;
	max-width:375px;
	top:13%;
	left:0px;
}

.imageGridWrapper p {
	text-align: left;
	padding: 0 5% 0 5%;	
}

.imageGridCell {
	margin:0px 0px 20px 0px;
}

.imageGridCell img {
	margin:auto;
	display:inline-block;
	max-width:100px;
	max-height:100px;
}

.bold {
	font-family: 'Montserrat';
	font-weight: 700;
}

.actionBullet {
	height:64px;
	width:50px;
	vertical-align:middle;
}
	
.actionText {
	font-size: 1em;
	font-style: italic;
	
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 20px 0 20px 0;
	margin: 0px;		
}

.no-touch .section {
	padding: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.no-touch .col {	
	position: relative;
	height: 100%;
}

.col:first-child { margin-left: 0; }
.touch .col {  margin: 1% 0 1% 0%; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWO  */
.span_2_of_2 { width: 100%; }
.span_1_of_2 { width: 49.2%; }

.touch .span_2_of_2 { width: 100%; }
.touch .span_1_of_2 { width: 100%; }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.touch .span_2_of_3 { width: 100%; }
.touch .span_3_of_3 { width: 100%; }
.touch .span_1_of_3 { width: 100%; }

/*.push-10 {
  left: 83.33333%;
  left: calc(100% / 12 * 10);
  left: -webkit-calc(100% / 12 * 10);
  left: -moz-calc(100% / 12 * 10); }

.pull-10 {
  left: -83.33333%;
  left: calc(-100% / 12 * 10);
  left: -webkit-calc(-100% / 12 * 10);
  left: -moz-calc(-100% / 12 * 10); }
*/

.pull-1_of_3 {

}

.no-touch .pull-1_of_3 {
	left: calc(-100% / 3 * 1);
}

.pull-2_of_3 {

}

.no-touch .pull-2_of_3 {
	left: calc(-100% / 3 * 2);
}

.pull-3_of_3 {

}

.no-touch .pull-3_of_3 {
	left: calc(-100% / 3 * 3);
}

.push-1_of_3 {

}

.no-touch .push-1_of_3 {
	left: calc(100% / 3 * 1);
}


.pull-1_of_2 {

}

.no-touch .pull-1_of_2 {
	left: calc(-100% / 2 * 1);
}


.push-1_of_2 {

}

.no-touch .push-1_of_2 {
	left: calc(100% / 2 * 1);
}

