@font-face {
  font-family: 'MuseoSlab700';
  src: url('fonts/Museo_Slab_700-webfont.eot');
  src: url('fonts/Museo_Slab_700-webfont.eot?iefix') format('eot'),
       url('fonts/Museo_Slab_700-webfont.woff') format('woff'),
       url('fonts/Museo_Slab_700-webfont.ttf') format('truetype'),
       url('fonts/Museo_Slab_700-webfont.svg#webfontCEWZYkyF') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSlab100';
  src: url('fonts/Museo_Slab_100-webfont.eot');
  src: url('fonts/Museo_Slab_100-webfont.eot?iefix') format('eot'),
       url('fonts/Museo_Slab_100-webfont.woff') format('woff'),
       url('fonts/Museo_Slab_100-webfont.ttf') format('truetype'),
       url('fonts/Museo_Slab_100-webfont.svg#webfontCEWZYkyF') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSlab500';
  src: url('fonts/Museo_Slab_500-webfont.eot');
  src: url('fonts/Museo_Slab_500-webfont.eot?iefix') format('eot'),
       url('fonts/Museo_Slab_500-webfont.woff') format('woff'),
       url('fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
       url('fonts/Museo_Slab_500-webfont.svg#webfontCEWZYkyF') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  color:#000;
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 27px;
  font-style: normal;
  font-weight: normal;
  text-align:left;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 28px;
  background-color:#fff;
  margin:0px;
  padding:0px;
}

.contact-sales {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 0px 20px;
}

#nav {
  height: 40px;
  margin: 0 0 40px 0;
}

#nav div {
  width: 800px;
  padding: 5px 0;
  margin: 0 auto;
}

#nav a {
  float: right;
  color: #444;
  padding: 2px 10px;
  font-family: MuseoSlab500;
  font-weight: normal;
  font-size: 14px;
  margin-left: 8px;
  text-decoration: none;
}
#nav a.home {
  float: left;
}
#nav a img {
  width: 70px;
  height: 16px;
  position: relative;
  top: 4px;
  border: 0;
}

#screenshots {
  background: #b7eef9;
  height: 240px;
  padding: 20px 50px;
  margin: 0 auto 20px;
  width: 700px;
  overflow: hidden;
  position: relative;
}

#screenshots img {
  display: block;
  margin: 0 auto;
}

#screenshots div.shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  width: 100%;
  background: -webkit-linear-gradient(rgba(183, 238, 249, 0), rgba(183, 238, 249, 1));
}

img.logo {
  position: relative;
  width: 169px;
  top: 10px;
}

#content {
  margin: 0 auto;
  width: 750px;
}

#footer {
  width: 750px;
  margin: 40px auto 50px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-family: MuseoSlab500;
}

#footer a {
  text-decoration: none;
  color: #666;
  margin-right: 10px;
}

#footer a:first-child {
  color: #ec497c;
}

#copyright {
  display: block;
  margin: 5px 0;
  font-size: 11px;
  line-height: 14px;
  font-family: Georgia, serif;
}

h1,h2,h3,h4,h5,h6,p,blockquote {
}

h1,h2,h3,h4,h5,h6 {
  font-family: MuseoSlab500;
  font-weight: normal;
  color: #3b3b3b;
  text-rendering: optimizelegibility;
}

h1,h2 {
  width: 750px;
}

h1 {
  font-family: MuseoSlab700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -3px;
  margin: 40px auto 50px;
  width: 850px;
}
h1 span.line1 {
  display: inline-block;
  font-size: 80px;
}
h1 span.qoute, h2 span.qoute {
  color: #3b3b3b;
  font-family: Arial, serif;
}

h2 {
  font-family: MuseoSlab700;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  letter-spacing: -1px;
  margin: 70px auto 30px;
}
h2.subpage {
  margin: 0 auto 30px;
}

h3 {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -1px;
  padding-top: 20px;
  margin: 30px auto 20px;
  clear: both;
}

h4 {
  margin: 30px 0 15px 0;
}

.center {
  text-align: center;
}

p {
  margin: 20px auto;
}

p.note {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-indent: 0;
  color: #999;
  margin: 5px auto 20px;
}

h5 {
  text-align: center;
  font-family: MuseoSlab500;
  font-size: 14px;
  line-height: 18px;
  text-indent: 0;
  color: #444;
  margin: -25px auto 30px;
}

p.note a {
  color: #aaa;
}

div.press {
  text-align: center;
  font-family: MuseoSlab100;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 0;
  overflow: hidden;
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
}

div.press div.quote {
  margin: 0 20px 30px;
  -webkit-column-break-inside:avoid;
  -moz-column-break-inside:avoid;
  -ms-column-break-inside:avoid;
  column-break-inside:avoid;
}

div.press div.quote img {
  display: block;
  margin: 4px auto 0;
  -webkit-filter: grayscale(100%) contrast(0.7);
  -moz-filter: grayscale(100%) contrast(0.7);
  filter: grayscale(100%) contrast(0.7);
  -webkit-transform: translateZ(0);
}

div.quotes {
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
}

blockquote {
  background: #f8f8f8;
  background: -webkit-linear-gradient(#f0f0f0, #f8f8f8);
  background: -moz-linear-gradient(#f0f0f0, #f8f8f8);
  background: -ms-linear-gradient(#f0f0f0, #f8f8f8);
  border: 1px solid #f0f0f0;
  padding: 20px;
  font-family: MuseoSlab100;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-radius: 20px;
  color: #444;
  margin: 0 0 20px;
  -webkit-column-break-inside:avoid;
  -moz-column-break-inside:avoid;
  -ms-column-break-inside:avoid;
  column-break-inside:avoid;
}

blockquote strong {
  font-family: MuseoSlab700;
  font-weight: normal;
  font-style: normal;
}

blockquote em {
  font-style: normal;
}

blockquote span.author {
  display: block;
  margin: 5px 0 0 0;
  position: relative;
  font-family: MuseoSlab500;
  line-height: 18px;
  padding-left: 70px;
  margin-top: -20px;
}

blockquote span.mention {
  display: block;
  margin: 5px 0 0 0;
}

blockquote span.author img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: relative;
  top: 35px;
  margin:0 10px 0 -70px;
}

blockquote span.author a {
  color: #444;
}

blockquote span.author span.since {
  font-size: 14px;
  font-family: MuseoSlab100;
}

blockquote.right {
  float: right;
  margin-left: 0px;
  width: 200px;
  left: 20px;
  position: relative;
}
blockquote.right span.author {
  padding: 0;
  margin: 0;
}
blockquote.right span.author img {
  top: 0;
  display: block;
  margin: 10px auto 5px;
}

#screen_animation {
  display: block;
  margin: 10px auto 0;
  border: 5px solid #f0f0f0;
}

p.screenshot-label {
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  color: #888;
  margin: 10px 0 20px;
}

#pulse_header {
  display: block;
  margin: 0 auto 20px;
  width: 1000px;
  height: 200px;
}

#pulse div#freckle_tooltip,
#pulse div#freckle_tooltip_pointer {
  display: none;
}
#pulse div#freckle_tooltip {
  animation: appear 0.19s;
  -webkit-animation: appear 0.19s;
}
#pulse div#freckle_tooltip_pointer {
  animation: appear 0.2s;
  animation-delay: 0.15s;
  animation-fill-mode: both;
  transform-origin: 0% 50%;
  position: absolute;
}
#pulse:hover div#freckle_tooltip,
#pulse:hover div#freckle_tooltip_pointer {
  display: block;
}

#freckle_tooltip_wrapper {
  opacity: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: 72px;
  top: 122px;
}

#freckle_tooltip_pointer {
  height: 24px;
  width: 21px;
  position: absolute;
  z-index: 10000;
  left: -18px;
  top: 45px;
}

#freckle_tooltip_pointer:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
  z-index: 10000;
  -webkit-transform: translateZ(1px);
}

#freckle_tooltip {
  position: absolute;
  z-index: 10000;
  background: #fff;
  padding: 10px 10px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #a6a6a4;
  xbox-shadow: 0 7px 20px rgba(0,0,0,0.3);
  border-radius: 5px;
  width: 300px;
  left: 0;
  top: 0;
  font-family: Helvetica, Arial, "sans serif";
}

#freckle_tooltip div.project {
  margin: 0 0 5px 0;
  padding: 0 0 0 4px;
  font-size: 12px;
  line-height: 15px;
}

#freckle_tooltip div.project span.avatar img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}

button {
  background: #ec65a;
  background: -webkit-linear-gradient(#ec65a5, #d0194b);
  background: -moz-linear-gradient(#ec65a5, #d0194b);
  background: -ms-linear-gradient(#ec65a5, #d0194b);
  padding: 10px 40px;
  font-family: MuseoSlab700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  border-radius: 7px;
  color: #fff;
  text-shadow: 0px 2px rgba(174, 32, 77, 0.6);
  text-align: center;
  border: 1px solid #d36989;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}

button:hover {
  box-shadow: 0 0 15px rgba(236, 101, 165, 0.7);
}

div.mail {
  margin: 50px 0 20px;
  padding: 50px 50px 20px;
  border-top: 1px solid #f0f0f0;
  clear: both;
}

div.mail p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-indent: 0;
}

div.mail p.note {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 15px;
}

form.news{
  text-align: center;
}

form.news input {
  font-size: 20px;
  padding: 2px;
  font-family: Georgia, serif;
}

form.news input[type=text] {
  width: 140px;
}

form.news input[type=submit] {
  background: #ec65a5;
  background: -webkit-linear-gradient(#ec65a5, #d0194b);
  background: -moz-linear-gradient(#ec65a5, #d0194b);
  background: -ms-linear-gradient(#ec65a5, #d0194b);
  padding: 2px 20px;
  font-family: MuseoSlab500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  border-radius: 7px;
  color: #fff;
  text-shadow: 0px 1px rgba(0,0,0,0.3);
  text-align: center;
  border: 1px solid #d36989;
  margin: 0 auto;
  cursor: pointer;
}

ul {
  margin: 30px auto;
  list-style-type: none;
  padding: 0;
}

li {
  margin: 10px 0;
  padding: 0 0 0 45px;
  position: relative;
}

li:before {
  content:"\00a0";
  display: block;
  border: solid 13px #bce559;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  height: 0;
  width: 0;
  position: absolute;
  left: 7px;
  top: 12px;
  margin-top: -12px;
}

li:after {
  content:"\00a0";
  display:block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  position:absolute;
  left: 15px;
  top: 13px;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.questions li:before {
  border: none;
  background: #cf1c5a;
  color: #fff;
  content: '?';
  border: none;
  width: 25px;
  height: 25px;
  text-align: center;
  font-family: MuseoSlab700;
}

ul.questions li:after {
  display: none;
}

a {
  color:#ec497c;
}

a:active {
  color:#000;
}

em {
}

#grid {
  margin: 20px 0;
  position: relative;
  width: 990px;
  margin-left: -40px;
}

#grid h3 {
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
}

#grid h4 {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  border: 0;
  line-height: 1.2;
}

#grid h5 {
  margin: 0;
  border: 0;
  font-size: 13px;
}

#grid ul {
  list-style-type: none;
}
#grid li {
  margin: 5px 0;
}

#grid .plan.big li {
  font-size: 15px;
}

#grid .plan {
  width: 250px;
  float: left;
  padding: 9px !important;
  margin: 0 !important;
  margin-top: 40px !important;
  background: #e5f9fd;
  background: #fff;
  border: none !important;
  border-top: 2px solid #eee !important;
  border-bottom: 2px solid #eee !important;
  border-left: 2px solid #eee !important;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-box-shadow:0px 5px 25px rgba(0,0,0,0.1);
  -ms-box-shadow:0px 5px 25px rgba(0,0,0,0.1);
  box-shadow:0px 5px 25px rgba(0,0,0,0.1);
  position: relative;
}
#grid .plan.right {
  border-left: none !important;
  border-right: 2px solid #eee !important;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#grid .plan.middle {
  margin-top: 20px !important;
  font-size: 80%;
  background: #daf8fe;
  background: #fff;
  position: relative;
  min-height: 365px;
  z-index: 1;
}

#grid .plan.middle li {
  padding-left: 40px;
}
#grid .plan.middle li:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
#grid .plan.middle li:after {
  -webkit-transform: rotate(45deg) scale(0.8);
  -moz-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
}

body.plans #content .column.plans .plan:hover {
  background: #daf8fe;
}
#grid .plan.big {
  margin-top: 0px !important;
  font-size: 100%;
  background: #cff6fe;
  border: 2px solid #7ee7fd !important;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 2;
  width: 270px;
  min-height: 400px;
}

#grid div.popular {
  font-family: MuseoSlab500;
  color: #2a5762;
  margin: 10px auto;
  width: 180px;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  padding: 4px 0;
  border: 1px solid #2a5762;
  border-radius: 15px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

a.button {
  background: #ec65a5;
  background: -webkit-linear-gradient(#ec65a5, #d0194b);
  background: -moz-linear-gradient(#ec65a5, #d0194b);
  background: -ms-linear-gradient(#ec65a5, #d0194b);
  padding: 5px 10px;
  text-decoration: none;
  font-family: MuseoSlab700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  border-radius: 7px;
  color: #fff;
  text-shadow: 0px 2px rgba(174, 32, 77, 0.6);
  text-align: center;
  border: 1px solid #d36989;
  margin: 0 auto 20px;
  display: block;
  width: 200px;
  cursor: pointer;
}
a.button:hover {
  opacity: 0.9;
}
a.button:active {
  opacity: 0.8;
}
#grid .cc {
  text-align: center;
  font-size: 13px;
  margin: -18px 0 10px 0;
  color: rgba(0,0,0,0.4);
  text-transform: lowercase;
}

p.alternative {
  clear: both;
  padding-top: 30px;
  text-align: center;
  text-indent: 0;
  width: 600px;
}

ul.features {
  margin: 0 0 10px 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  -ms-columns: 3;
  columns: 3;
  -webkit-transform: translateZ(1px); /* Chrome fix */
  font-size: 15px;
}

ul.features li {
  -webkit-column-break-inside:avoid;
  column-break-inside: avoid;
  display: table; /* Firefox requires this workaround */

  line-height: 22px;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 2px;
}

img.logos {
  width: 758px;
  height: 72px;
  margin: 10px auto;
  display: block;
}

img.integrations2 {
  width: 708px;
  height: 146px;
  margin: 10px auto;
  display: block;
}

div.end-of-page {
  margin: 20px 0;
  text-align: center;
}

div.end-of-page a.button {
  width: auto;
  display: inline-block;
}

#how {
  display: none;
}

#CHARM_BOX {
  border: none !important;
  padding: 18px !important;
  background: #7ed6ef !important;
  background: -webkit-linear-gradient(#7ed6ef, #2fa1bb) !important;
  background: -moz-linear-gradient(#7ed6ef, #2fa1bb) !important;
  background: -ms-linear-gradient(#7ed6ef, #2fa1bb) !important;
  box-shadow: 0px 0px 40px rgba(47, 161, 187, 0.5) !important;
  text-shadow: none !important;
}
#CHARM_BOX * {
}

#CHARM_BOX b {
}

#CHARM_SUBMIT {
  margin: 0 auto !important;
}

#CHARM_BOX a#CHARM_CANCEL {
  font-size: 11px !important;
}

.drip-lightbox {
  transform: translateZ(10px);
  -webkit-transform: translateZ(10px);
}

hr {
  height: 1px;
  border: none;
  background: #eee;
  margin: 70px 0;
}

.custom-plan {
  text-align: center;

}

.custom-plan > a {
  display: inline-block;
  border: 1px solid #ec497c;
  padding: 3px 10px;
  border-radius: 30px;
  margin: 0 4px;
  text-decoration: none;
}

.custom-plan > a:hover {
  background: #ec497c;
  color: #fff;
}

div#freckle_tooltip {
  position:absolute;
  z-index:10000;
  background: #fff;
  padding:10px 20px;
  color:#000;
  font-size:12px;
  line-height:18px;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
  border-radius: 5px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

div#freckle_tooltip_pointer {
  -webkit-transform: translateZ(1001px);
  transform: translateZ(1001px);
  z-index:10001;
  position: absolute;
}

div#freckle_tooltip.hiding,
div#freckle_tooltip_pointer.hiding {
  opacity: 0;
}

div#freckle_tooltip h1 {
  font-size:14px;
  line-height:16px;
  margin-bottom:12px;
}

div#freckle_tooltip a { color:#1b92a8 !important; }

div#freckle_tooltip span.tag {
  float: none !important;
}

div#freckle_tooltip div.row { padding:3px 0; }

div#freckle_tooltip div.project {
  margin: 0 0 5px 0;
  padding: 0 0 0 4px;
  font-size: 12px;
  line-height: 15px;
}

div#freckle_tooltip span.hours {
  color: #555;
}

div#freckle_tooltip div.project span.avatar {
  display: inline-block;
}

div#freckle_tooltip div.project span.avatar img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  border-radius: 50%;
}

div#freckle_tooltip span.unit {
  padding-left: 1px;
}

div#freckle_tooltip h3 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #aaa;
  color: #61635e;
  letter-spacing: 0;
}
body.safari div#freckle_tooltip h3 {
  border-bottom: 0.5px solid #aaa;
}

div#freckle_tooltip h4 {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin: 10px 0 6px 0;
  color: #61635e;
}

div#freckle_tooltip table.stats {
  width: 100%;
  height: 72px;
  margin: 0 0 10px 0;
}

div#freckle_tooltip table.stats td {
  font-size: 16px;
  line-height: 18px;
  color: #61635e;
  vertical-align: middle;
}

div#freckle_tooltip div.note {
  padding: 5px 0 0 0;
  font-style: italic;
  color: #aaa;
  text-align: center;
}

div#freckle_tooltip div.note em {
  background: rgba(189, 225, 103, 0.2);
  color: #5f8406;
  padding: 0 2px;
}

div#freckle_tooltip table.projects td {
  padding: 0 4px 2px;
}

div#freckle_tooltip table.projects td:first-child {
  padding-left: 0px;
}

div#freckle_tooltip table.projects td:last-child {
  padding-right: 0px;
}

div#freckle_tooltip table.projects td.project {
  max-width: 30px;
  min-width: 30px;
  width: 30px;
  margin-right: 4px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

div#freckle_tooltip table.projects td.project div {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  box-sizing: border-box;
  -webkit-animation: slideright 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation: slideright 0.2s;
  -moz-animation-fill-mode: both;
  -ms-animation: slideright 0.2s;
  -ms-animation-fill-mode: both;
  animation: slideright 0.2s;
  animation-fill-mode: both;
}

div#freckle_tooltip table.projects tr:nth-child(1) td.project div {
  -webkit-animation-delay: 0.02s;
  -moz-animation-delay: 0.02s;
  -ms-animation-delay: 0.02s;
  animation-delay: 0.02s;
}

div#freckle_tooltip table.projects tr:nth-child(2) td.project div {
  -webkit-animation-delay: 0.04s;
  -moz-animation-delay: 0.04s;
  -ms-animation-delay: 0.04s;
  animation-delay: 0.04s;
}

div#freckle_tooltip table.projects tr:nth-child(3) td.project div {
  -webkit-animation-delay: 0.06s;
  -moz-animation-delay: 0.06s;
  -ms-animation-delay: 0.06s;
  animation-delay: 0.06s;
}

div#freckle_tooltip table.projects tr:nth-child(4) td.project div {
  -webkit-animation-delay: 0.08s;
  -moz-animation-delay: 0.08s;
  -ms-animation-delay: 0.08s;
  animation-delay: 0.08s;
}

div#freckle_tooltip table.projects tr:nth-child(5) td.project div {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

div#freckle_tooltip table.projects tr.with-users td.project-name > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100px;
}

div#freckle_tooltip table.projects td.people {
  white-space: nowrap;
}

div#freckle_tooltip table.projects td.people span.plus {
  font-style: italic;
  color: #aaa;
}

div#freckle_tooltip table.projects span {
  margin-right: 4px;
}

div#freckle_tooltip table.projects span.avatar {
  display: inline-block;
}

div#freckle_tooltip table.projects span.avatar img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  border-radius: 50%;
}

div#freckle_tooltip td.chart {
  height: 100px;
}

div#freckle_tooltip td.chart svg {
  -webkit-animation: chart-rotate 0.5s;
  -moz-animation: chart-rotate 0.5s;
  -ms-animation: chart-rotate 0.5s;
  animation: chart-rotate 0.5s;
}

@-webkit-keyframes chart-rotate {
  0%  { opacity: 0; -webkit-transform: scale(0) rotate(360deg); }
  100% { opacity: 1; -webkit-transform: scale(1) rotate(0deg); }
}
@-moz-keyframes chart-rotate {
  0%  { opacity: 0; -moz-transform: scale(0) rotate(360deg); }
  100% { opacity: 1; -moz-transform: scale(1) rotate(0deg); }
}
@-ms-keyframes chart-rotate {
  0%  { opacity: 0; -ms-transform: scale(0) rotate(360deg); }
  100% { opacity: 1; -ms-transform: scale(1) rotate(0deg); }
}
@keyframes chart-rotate {
  0%  { opacity: 0; transform: scale(0) rotate(360deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

@-webkit-keyframes slideright {
  0%   { -webkit-transform: translateX(-100%); }
  100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes slideright {
  0%   { -moz-transform: translateX(-100%); }
  100% { -moz-transform: translateX(0%); }
}
@-ms-keyframes slideright {
  0%   { -ms-transform: translateX(-100%); }
  100% { -ms-transform: translateX(0%); }
}
@keyframes slideright {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(0%); }
}
@-webkit-keyframes appear {
  0% { opacity: 0; -webkit-transform: scale(0.8) translateZ(1px); }
  100% { opacity: 1; -webkit-transform: scale(1) translateZ(1px); }
}
@keyframes appear {
  0% { opacity: 0; transform: scale(0.8) translateZ(1px); }
  100% { opacity: 1; transform: scale(1) translateZ(1px); }
}


@media only screen and (max-width: 800px) {
  #content, #footer {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
  }

  #nav { margin-bottom: 20px; }

  #nav div {
    width: 100%;
  }

  #pulse_header {
    width: 100% !important;
    height: auto !important;
  }

  #screen_animation {
    width: 100% !important;
    height: auto !important;
    margin: 20px auto !important;
  }

  img.logo {
    width: 145px;
    top: 9px;
  }

  h1,h2 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  div.press {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    columns: 1;
  }

  blockquote {
    margin: 0 auto;
  }

  h1 { font-size: 40px; line-height: 45px; letter-spacing: -1px; }
  h2 { font-size: 30px; line-height: 35px; letter-spacing: -1px; }
  h3 { font-size: 24px; line-height: 27px; letter-spacing: -1px; }

  #grid {
    width: 100% !important;
    margin: 20px auto !important;
  }

  #grid .plan {
    float: none;
    width: 100% !important;
    margin: 0;
    box-sizing: border-box;
    border: none !important;
    box-shadow: none !important;
  }

  #grid .plan.left,
  #grid .plan.middle,
  #grid .plan.right {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    background: #f8f8f8;
    margin: 0 auto 20px !important;
    min-height: 0 !important;
    max-width: 95%;
  }

  #grid .plan.big {
    background: #f8f8f8 !important;
    border: none !important;
    margin: 0 auto 20px !important;
    min-height: 0 !important;
    max-width: 95%;
  }

  #grid ul {
    max-width: 90%;
  }

  h2 {
    padding: 0;
  }

  div.mail {
    padding: 30px 0 0;
  }

  p.alternative {
    width: 100%;
  }

  div#freckle_tooltip_wrapper {
    display: none;
  }

  blockquote span.author {
    padding: 0;
    margin: 15px 0 0 0;
  }

  blockquote span.author img {
    display: block;
    margin: 0 auto 5px;
    position: static;
  }

  form.news input {
    width: 100% !important;
  }

  ul.features {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    columns: 2;
  }

  div.quotes {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    columns: 1;
  }

  div.quotes blockquote {
    margin: 0 0 20px 0;
  }

  img.logos, img.integrations, img.integrations2 {
    width: 100%;
    height: auto;
  }

  #CHARM_TAB {
    display: none !important;
  }
}

.optin-monster-saas-overlay {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
