.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231;  }

body, button, input, select, textarea {font-family: 'Raleway', sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #fff; text-decoration: none; -webkit-transition:color 0.2s linear; -moz-transition:color 0.2s linear;  }

a:visited { color: #fff; }

a:hover { color: #000; -webkit-transition:color 0.2s linear; -moz-transition:color 0.2s linear; }

a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

p { margin:0;padding:0; font-size:1.1em; line-height:1.6em; }

b, strong { font-weight: bold; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Main
   ========================================================================== */
header {
	width:100%;
	background:#6ccfb6;
	text-align:center;
	}
.container {
	max-width:900px;
	margin:0 auto;
	padding:0;
	}
.intro .container {
	text-align:center;
	margin:0 auto;
	padding:20px 0;
	}
.intro {
	background:#f8f8f8;
	width:100%;
	-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
	}

/* =============================================================================
   Main - Notify
   ========================================================================== */

.notify h1 {
	font-size:2.5em;
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
	}
.notify h2 {
	text-align:left;
	text-transform:none;
	font-size:1.8em;
	font-weight:400;
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
	margin:0 0 20px;
	padding:0;
	}
.notify p {
	font-size:1.3em;
	font-weight:400;
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
	}
.notify {
	max-width:100%;
	display:block;
	vertical-align:top;
	text-align:left;
	position:relative;
	z-index:100;
	border-top:1px solid #fff;
	margin:-18px auto;
	padding:25px 50px 75px;
	}
#subscribe input#cemail {
	width:90%;
	border:0;
	height:50px;
	position:relative;
	vertical-align:top;
	font-size:1.2em;
	border-radius:3px;
	border-top:1px solid rgba(0,0,0,0.4);
	margin:0 0 25px;
	padding:0 0 0 20px;
	}
#subscribe input#sub.submit {
	height:50px;
	background:#455363;
	position:relative;
	vertical-align:top;
	border:0;
	width:125px;
	color:#fff;
	border-radius:3px;
	font-size:1.2em;
	font-weight:600;
	letter-spacing:.1em;
	border-bottom:2px solid rgba(0,0,0,0.3);
	transition:all .1s linear;
	-webkit-transition:all .1s linear 0;
	}
#subscribe input#sub.submit:hover {
	border-bottom:2px solid #2b323a;
	background:#2b323a;
	transition:all .1s linear;
	-webkit-transition:all .1s linear 0;
	}
#signup {
	margin-top:60px;
	}
label.error {
	text-align:center;
	font-size:1.2em;
	display:inline-block;
	float:right;
	margin-right:7%;
	padding:0 0 20px;
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
	}
#cemail.required.email.error {
	float:left;
	}
.message{
	font-size:1.5em;
	line-height:2em;
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
	}
#appstore{
	width:200px;
	height:60px;
	display:inline-block;
	background-color:#000;
	background:url("../img/download.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	opacity:1;
	margin-top:20px;
	}

/* =============================================================================
   Main - Phone
   ========================================================================== */

#phone {
	width:316px;
	height:562px;
	background:url("../img/phone.png") no-repeat;
	background-position:center;
	position:relative;
	display:inline-block;
	margin:13px auto;
	}
.phone-background {
	height:475px;
	width:267px;
	margin-top:87px;
	margin-left:25px;
	display:block;
	position:absolute;
	}

#slideshow {
	margin-top:87px;
	margin-left:25px;
    	position: relative;
   	width: 267px;
   	height: 475px;
}

#slideshow > div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#slideshow #one{
	background:url("../img/magicsudokuscreen1.png");
	display:block;
	-webkit-background-size:cover;
 	-moz-background-size:cover;
	background-size:cover;
	}


#slideshow #two{
	background:url("../img/magicsudokuscreen1.png");
	display:block;
	-webkit-background-size:cover;
 	-moz-background-size:cover;
	background-size:cover;
	}

#slideshow #three{
	background:url("../img/magicsudokuscreen1.png");
	display:block;
	-webkit-background-size:cover;
 	-moz-background-size:cover;
	background-size:cover;
	}

/* =============================================================================
   Article - Features
   ========================================================================== */

article {
	max-width:500px;
	display:inline-block;
	text-align:center;
	font-size:1.1em;
	margin:25px 0;
	padding:0 15px;
	}
article h3 {
	margin:20px 0;
	padding:0;
	}
.video-wrap{
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.feature-number {
	font-family:'Average Sans', sans-serif;
	width:75px;
	height:75px;
	border:2px solid #6ccfb6;
	border-radius:50px;
	text-align:center;
	line-height:75px;
	font-size:2.5em;
	margin:0 auto;
	}

  /* Logos */
  .logogroup {
    display:inline-block;
    width:100%;
    background:#fff;
    padding:0px;
    }
  h2{
    text-align:center;
    text-transform:none;
    font-size:1.5em;
    font-weight:normal;
    margin-top:30px;
    margin-bottom:0px;
    padding:0;
    }
  .logogroup a {
    text-transform:uppercase;
    font-weight:600;
    font-size:.9em;
    letter-spacing:.1em;
    color:#fff;
    }
  .logogroup a:hover {
    color:#fff;
    opacity:1;
    }
  .logogroup ul {
    text-align:center;
    width:100%;
    margin:20px auto;
    padding:0;
    }
  .logogroup li {
    display:inline-block;
    margin-right:20px;
    opacity:0.5;
    }
  #logos ul li a {
    display:inline-block;
    padding:20px;
  }
  .logogroup li:hover {
    opacity:1;
    }
  #logos ul li {
    padding: 15px;
    text-align:center;
    opacity:0.7;
    filter: grayscale(100%);
    background-position:center, center;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear 0;
    }
  #logos ul li:hover {
    opacity:1;
    filter: grayscale(0%);
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear 0;
    }
  .logogroup li:last-child,#logos ul li:last-child {
    margin:0;
    }

.media img {
    height: 40px;
}

.videoheader {
    font-size: 1.5em;
    text-align: center;
    margin: 30px 0 15px
}

/* =============================================================================
   Main - Footer
   ========================================================================== */

footer {
	display:inline-block;
	width:100%;
	background:#40404a;
	padding:50px 0 0;
	}
footer a {
	text-transform:uppercase;
	font-weight:600;
	font-size:.9em;
	letter-spacing:.1em;
	color:#fff;
	}
footer a:hover {
	color:#fff;
	opacity:1;
	}
footer ul {
	text-align:center;
	width:300px;
	margin:0 auto;
	padding:0;
	}
footer li {
	display:inline-block;
	margin-right:15px;
	opacity:0.5;
	}
#end ul li a {
  display:inline-block;
  width:60px;
  height:50px;
  padding:10px;
}
footer li:hover {
	opacity:1;
	}
#end ul li {
	text-align:center;
	opacity:0.5;
	background-position:center, center;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear 0;
	}
#end ul li:hover {
	opacity:1;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear 0;
	}
.bottom {
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	border-top:1px solid #727272;
	margin-top:50px;
	padding:25px 0;
	}
.bottom ul li {
	transition: all 0.1s linear;
	-webkit-transition:all .1s linear 0;
	margin:0 50px 0 0;
	padding:0;
	}
.bottom ul li:hover {
	transition: all 0.1s linear;
	-webkit-transition:all .1s linear 0;
	}
.bottom ul li:last-child {
	margin:0;
	padding:0;
	}
.bottom ul {
	width:300px;
	margin:0 auto;
	padding:0;
	}

footer li:last-child,#end ul li:last-child {
	margin:0;
	}

	/* Social Icons */

li.twitter {
	background:url("../img/twitter.png") no-repeat;
	}
li.facebook {
	background:url("../img/facebook.png") no-repeat;
	}
li.plus {
	background:url("../img/plus.png") no-repeat;
	}
li.pinterest {
	background:url("../img/pinterest.png") no-repeat;
	}
li.linkedin {
	background:url("../img/linkedin.png") no-repeat;
	}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 855px) {

#phone{
	left:0;
	float:left;
	}
.notify{
	border:0;
	max-width:500px;
	display:inline-block;
	margin:100px 0 0 0;
	float:right;
	padding:0;
	}

#subscribe input#cemail{
	width:330px;
	border:0;
	height:49px;
	position:relative;
	vertical-align:top;
	padding:0 0 0 20px;
	font-size:1.2em;
	border-radius:3px;
	margin: 0 20px 0 0;
	border-top:1px solid rgba(0, 0, 0, 0.4);
	}
header{
	height:575px;
	overflow:hidden;
	}
article{
	width:270px;
	margin:75px 35px 75px 0;
	padding:0;
	}
article h3{
	padding:0;
	margin:35px 0 35px 0;
	}
article:last-child{
	margin: 0 0 75px 0;
	}
label.error{
	position:relative;
	margin-top:30px;
 	margin-right:0;
	font-size:1.2em;
	display:inline-block;

	}
}

@media only screen and (min-width: 900px) {
  /* Style adjustments for viewports 900px and over go here */

#end ul{
	width:500px;
	}
.bottom ul{
	width:500px;
	}
#phone{
	background-position:center;
	position:relative;
	}

}

/* ==|== Custom Colors ======================================================
   The below css will override the colors for the entire page making it easy
   to customize. background:#------ refers to changing the items background
   color. color:#------ changes the text color. border-bottom-color:#000 changes
   the bottom color of the border. The #subscribe input#sub.submit:hover
   changes the color of the notify button when the user hovers over it.
   ========================================================================== */

header{background:#00B7C3;} /* Changes color of top background */
footer {background:#455363;} /* Changes color of footer background */
.feature-number{border-color: #FFDD00; } /* Changes color of circles */
#subscribe input#sub.submit {background:#FFDD00; border-bottom-color:#FBAE17; color:#343f4c; } /* Changes colors of notify button */
#subscribe input#sub.submit:hover {background:#FBAE17; border-bottom-color:#FBAE17; } /* Changes colors of notify button on hover*/
.notify{color:#fff;} /* Changes colors of text on the top section */
article{color:#333;} /* Changes colors of text on the features section */
#subscribe input#cemail{background:#fff; color:#333;} /* Changes colors of notify text box */

/* ==|== Launch Page vs Landing Page ========================================

   To change from a signup page to a landing page with the app store logo linked
   to the app store: move the below "display:none;" from the appstore to the
   signup. Should look like below to display app logo and no signup.

   #signup{display:none;}
   #appstore{}

   Don't forget to change the link to where your app can be purchased on the
   index.html file.

   ========================================================================== */

#signup{display:none;}
#appstore{}

.twitter_container_container {
    background-color: white;
    padding-top: 1px;
}
.twitter_container {
    width: 550px;
    max-width: 100%;
    min-width: 220px;
    margin: auto;
    padding-bottom: 35px;
}

.testimonials {
    padding: 20px 0 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.testimonials h2 {
    margin-top: 0;
    padding: 0 10px;
}

.scroller {
    position: relative;
    text-align: center;
    transition: all 400ms linear;
}

.scroller.scrolling {
    white-space: nowrap;
    width: 120%;
    right: 40%;
}

.scroller.scrolling .testimonial {
    opacity: 0.5;
}

.scroller.scrolling .testimonial.selected {
    opacity: 1;
}

#expand_all {
    color: #00bdc7;
    font-size: 1.1em;
    font-weight: bold;
    display: none;
    margin: 15px 0 -15px;
}

#scrollPrev,
#scrollNext {
    position: absolute;
    top: 118px;
    font-size: 3em;
    background-color: rgba(0,0,0,0.35);
    padding: 20px 7px 20px 5px;
    cursor: pointer;
    color: white;
    border-radius: 2px;
}

#scrollPrev {
    left: 15px;
    padding: 20px 7px 20px 5px;
}
#scrollNext {
    right: 15px;
    padding: 20px 5px 20px 7px
}

.testimonial {
    display: inline-block;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border: 1px solid #CCC;
    border-radius: 2px;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    width: calc(50% - 22px);
    text-align: center;
    box-sizing: border-box;
    color: #000;
    transition: all 400ms linear;
}

.testimonial:hover {
    border: 1px solid #1dcaff;
    box-shadow: 0px 0px 3px 1px rgba(29, 202, 255, 0.5);
}

.testimonial .quote {
    font-size: 2em;
    font-style: italic;
    color: #333;
    margin: 10px 10px 15px;
    font-weight: normal;
}

.testimonial .by img {
    width: 40px;
    border-radius: 100px;
    display: inline-block;
}

.testimonial .by .person {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}

.testimonial .by .person .name {
    font-size: 1.3em;
    color: #666;
}

.testimonial .by .person .title {
    color: #AAA;
}

.touch .testimonial:hover {
    border: 1px solid #CCC;
    box-shadow: none;
}

@media only screen and (max-width: 500px) {
    .testimonial {
        width: calc(100% - 23px);
    }

    .scroller.scrolling {
        white-space: nowrap;
        width: 100%;
        right: 0%;
    }

    #thumbs {
        display: none;
    }
}

#thumbs {
    line-height: 85px;
}

#thumbs img {
    width: 50px;
    border-radius: 100px;
    opacity: 0.5;
    margin: 3px;
    transition: all 400ms linear;
    cursor: pointer;
}

#thumbs img.selected {
    width: 75px;
    opacity: 1;
}

twitterwidget {
    margin: auto;
}
.appstore_link {
    background-color: #00B7C3;
    text-align: center;
    padding: 0px auto;
}
.appstore_link img {
    width: 250px;
}

.btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: 'Raleway';
  display:inline-block;
  color: #343f4c !important;
  font-size:1.6em;
	font-weight:600;
  background-color: #ffdd00;
  border-bottom:2px solid #fbaf17;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
  margin-top:10px;
  margin-bottom:10px;
}

.btn:hover {
  background: #fbaf17;
  text-decoration: none;
}

/* mailchimp */
/* MailChimp Form Embed Code - Slim - 12/15/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:0; margin-top:20px;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #fff; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#FFF;}
#mc_embed_signup .button {clear:both; background-color: #FFDD00; border: 0 none; border-radius:4px; letter-spacing:.03em; color: #343f4c; cursor: pointer; display: inline-block; font-size:15px; font-weight:600; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#FBAE17;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:400; text-shadow:0 1px 1px rgba(0,0,0,0.4);}
#mc_embed_signup input.email {font-family:"Raleway",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; display:block; padding:0 0.4em; margin:0 4% 10px 0; min-height:32px; width:58%; min-width:130px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#faq {
    width: 600px;
    margin: 0 auto;
    padding: 1px 25px 40px;
    display: block;
    background-color: #f8f8f8;
    max-width: calc(100% - 50px);
}

.questions {
    margin: 20px 0 0 0;
    font-size: 1.1em;
    line-height: 1.6em;
}

.qa {
    margin: 15px 0 15px;
}

.question {
    font-weight: bold;
    margin-bottom: 3px;
}

#faq a {
    color: #00bdc7;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
}

#more_faq {
    width: 100%;
    display: block;
    font-size: 1.3em !important;
    text-align: center;
}
