@charset "UTF-8";
/* CSS Document */
 @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400);

.banner {
	background: url("../assets/CrystalsBackground.jpg") no-repeat scroll center top #FFF;
	width: 100%;
	height:auto;
	padding-top:0px;
	padding-bottom:50px;
}
.small-logo {
	margin-bottom:5px;
	margin-top:20px;
	margin-right:50px;
	float: right;
}

.image-padding{
	padding:20px;
}

.main-header-text{
	margin-top: 150px;
}

.appstore-badge{
	padding: 15px 0px;
}

.muted {
    color: #666
}

body {
	padding-bottom: 40px;
	color: #1B1B1B; /*#454546; 5a5a5a*/
}
/* Custom container */
.container-narrow {
	/*margin: 0 auto;*/
	/*max-width: 1000px;*/
}/*
      .container-narrow > hr {
        margin: 30px 0;
      }*/
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.greyBackground {
	background-color: #efeff4; /*#E8E8E8;*/
}
.fullWidth {
	margin-bottom: 50px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 30px 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}


.text-light{
	font-weight:200;
}

.lead{
	color:#666666;
}

.pressquote{
	font-style:italic;
	font-weight:300;
	font-size:24px;
	line-height:normal;
	margin-top:40px;
	color:#666666;
}

.presssource{
	font-size:18px;
}

.ipadhead{/*width="519" height="742"*/
	width:424px;
	height:630px;
	background-image:url(../assets/AnimationBackground.png);
	background-size:100%;
}

.ipadcontent{
	margin-top:67px;
	margin-left:26px;
	width:372px;
	height:496px;
}

/* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
.marketing .span4 {
	text-align: center;
}
.marketing h2 {
/*font-weight: normal;*/
}
.marketing .span4 p {
	margin-left: 10px;
	margin-right: 10px;
}
/* Featurettes
    ------------------------- */

.featurette-divider {
	margin: 50px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
	margin-bottom:30px;
}
.featurette-image {
	margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}
/* Thin out the marketing headings */
.featurette-heading {
	font-size: 50px;
	/*font-weight: 700;*/
	line-height: 1;/* letter-spacing: -1px;*/
	margin: 20px 0;
}

.samples{
	margin:80px 0px;
}

.sampleRow{
	max-width:1170px;
	margin:0px auto;
	padding:0px;
}

.sampleImage{
	width:25%;
	height:auto;
	margin:0px;
	padding:0px;
	display:inline-block;
}

    /* RESPONSIVE CSS
    -------------------------------------------------- */
	
	
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
		.ipadhead{
	
			background-image:url(../assets/AnimationBackground@2x.png);

		}
}
	

@media (max-width: 979px) {
		
.ipadhead{
	width:270px;
	height:402px;
	max-width:none !important;
}

.ipadcontent{
	margin-top:43px;
	margin-left:17px;
	width:236px;
	height:315px;
}
		
.container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
}
.navbar-inner {
	border-radius: 0;
	margin: -20px 0;
}

.featurette {
	height: auto;
	padding: 0;
}
.featurette-image.pull-left,  .featurette-image.pull-right {
	display: block;
	float: none;
	max-width: 48%;
	margin: 0 auto 20px;
}

.sampleRow{
	margin-left: -20px;
	margin-right: -20px;

}

 @media (max-width: 767px) {
	 
	 .fullWidth {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
	 
.small-logo {
	width:200px;
 	margin-left: auto;
  	margin-right: auto;
  	float:none;
}

.appstore-badge{
	width:160px;
 	margin-left: auto;
  	margin-right: auto;
}
	 
.ipadhead{
	width:212px;
	height:316px;
}

.ipadcontent{
	margin-top:34px;
	margin-left:13px;
	width:186px;
	height:248px;
}
.navbar-inner {
	margin: -20px;
}
.fullWidth {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

.marketing .span4 + .span4 {
	margin-top: 40px;
}
.featurette-heading {
	font-size: 30px;
}
.featurette .lead {
	font-size: 18px;
	line-height: 1.5;
}

.sampleImage{
	width:50%;
}
