html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

body {
  font-family:Lato;
  -webkit-font-smoothing: antialiased;

  background:#fff;
}

h1 {
  font-weight:700;
  font-size:50px;
}

h2 {
  font-weight:400;
  font-size:26px;
  color:#2a2e3a;
  font-family:'Open Sans';
}

.center { text-align:center; }
.block-center { margin:0 auto;}
.bold { font-weight:600 !important; }
.underline { text-decoration:underline;}

.circle {
  display: block;
  margin: 0 auto;
  padding-top: 23px;
  height: 60px;
  width: 60px;
  background-color: #2cc17b;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-weight:400;
}

.small-circle {
  display: inline-block;
  margin: 0 auto;
  padding-top:4px;
  height: 27px;
  width: 27px;
  background-color: #2cc17b;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-weight:600;
  color:#fff;
  font-size:13px;
}

.header {
  position:relative;
  background:#000;
  color:#fff;
  border-bottom:1px solid #f0f0f0;
}

.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/img/bg-world.png");
  background-position:center;
  opacity: .28;
  z-index:0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar {
  background-color:rgba(0,0,0,0.0);
  padding:10px;
  border:none;
  margin-bottom:0px;
}

.navbar {
  z-index:1;
}
.navbar-default .navbar-nav>li>a {
	color:#fff;
	font-family:'Open Sans';
	font-size:15px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus .icon-bar{ background-color:#2cc17b; }

.navbar-default .navbar-nav>li>a:hover {
  color:#2cc17b;
  font-family:'Open Sans';
  font-size:15px;
}

.navbar-toggle:hover { background:transparent !important; }
.navbar-toggle:hover .icon-bar { background-color:#2cc17b; }
.header-hero { padding-top:30px; }
.pitch-wrapper { padding:40px 0 30px 20px; }

.pitch-wrapper p {
  padding:15px 0 0 0px;
  font-size:23px;
  font-weight:100;
  font-family:'Open Sans';
  margin:15px 0 30px 0;
}

.learn-more {
  background: #2cc17b;
  padding: 15px 0;
  width: 200px;
  color: #fff;
  font-family:"Open Sans";
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin: 15px 0;
  border:none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
}
.learn-more:hover, .learn-more:focus, .learn-more:active { background: #2cc17b !important; }

.create-list {
	display:block;
	cursor:pointer;
  background: #2cc17b;
  padding: 15px 0;
  color: #fff;
  font-family:"Open Sans";
  font-weight: 600;
  font-size: 18px;
  border:none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
}
.create-list:hover, .create-list:focus, .create-list:active { 
	background: #2cc17b !important;
  color:#fff;
  text-decoration:none;
}

.showcase-wrapper { padding:0 0 0 80px; }
.showcase-captions {
  display:block;
  width:540px;
  margin:0 auto 15px auto;
  padding:20px 5px 0px 5px; 
}

.showcase-caption {
	font-size:25px;
	font-weight:100;
  color:#fff;
  font-family:'Open Sans';
}

.showcase-next, .showcase-prev {
  font-size:34px;
  color:#fff;
  opacity:0.15;
  cursor:pointer;
}

.showcase-next:hover, .showcase-prev:hover {opacity:0.9;}

.captions-carousel-td {
	display:inline-block;
	height:35px;
	width:470px !important;
}

.digest-email, .tasklist-email {
	max-width:415px;
	margin:0 auto;
	background:#ffffff;
}

.tasklist-email .content-wrapper {
  background:#ffffff;
  padding:20px 25px 5px 25px;
}

.tasklist-email .title-wrapper {
  padding:15px 25px 0px 25px;
  background:#ffffff";
}

.digest-email .content-wrapper {padding:15px 20px 2px 20px; }

.compose-window {
  background:#ffffff;
  color:#222;
  width:540px;
  font-family:'Open Sans';
  border-radius:10px 10px 0 0;
  overflow:hidden;
}

.compose-title {
  background:#f5f5f5;
  border-bottom:1px solid #e4e4e4;
  border-radius:10px 10px 0 0;
  padding:6px 5px 4px 10px;
  font-weight:bold;
  text-align:center;
}

.compose-field {
  border-bottom:1px solid #ebebeb;
  padding:9px 5px;
  font-size:18px;
}

.compose-content {
  padding:5px 25px 0px 25px;
  font-size:18px;
  font-weight:100;
  min-height:380px;
  max-height:380px;
  overflow:hidden;
}

.compose-body {
  background:#E5E9EC;
  padding:30px 0 0 10px;
  color:#222;
}

.compose-task {
  font-weight:100;
  padding:3px 8px 0 0;
}

.field-header {
  font-weight:600;
  margin-right:5px;
}

.owl-controls {display:none !important;}
#swap-1, #swap-2, #swap-3 {width:490px;}

.start {padding:50px 0 170px 0;}

.t1 {
	font-family:'Open Sans';
  font-size:40px;
  color:#333;
  font-weight:400;
}

.start-title p {
  font-weight:100;
  font-family:'Open Sans';
  color:#555;
  font-size:25px;
  margin-top:10px;
}

.steps {margin-top:45px;}
.step-number {
	font-family:'Open Sans';
	padding:9px 0 0 0;
	font-size:30px;
	color:#fff;
}

.step-title {margin-top:30px;}
.step-description {
  font-weight:100;
  color:#555;
  font-size:20px;
}

.try-it-now-holder {
  margin-top:100px;
  padding:100px 0 30px 0;
  border-top:1px solid #eef0f5;
  height:350px;
}

.sample-email-holder {
	display:inline-block;
	padding:25px;
	background:#E5E9EC;
	border-radius:7px;
	text-align:left;
}
.sample-email {margin-top:50px;}
.sample-email .compose-title span {font-size:15px;}
.sample-email .compose-content {
  max-height:300px;
  min-height:300px;
}
.sample-email .compose-window {width:400px;}
.sample-email .compose-body {
  font-size:18px !important;
  padding:15px 5px 10px 5px;
}

.sample-email .compose-field {
  font-size:18px !important;
  padding:5px !important;
}

.email-wrapper {
  margin:45px 0 0 0;
}
#email-addy {
  max-width:330px;
  min-width:290px;
  box-shadow:none;
  height:60px;
  background:#eef0f5;
  color:#555;
  text-align:center;
  font-size:18px;
  border:none;
  font-family:'Open Sans';
  font-weight:600;"
}
.invalid-email {
  background:#f2d8d9 !important;
}

.email-sent {
  padding:30px 0 0 0;
  display:none;
  color:#2cc17b;
  font-weight:100;
  font-size:32px;
}

footer {
  background:#2c323e;
  color:#fff;
  padding:20px 10px 20px 10px;
  font-size:15px;
  font-weight:400;
  font-family:'Open Sans';
}

footer a, footer a:hover {
	color:#fff;
	text-decoration:none;
}
.footer-text {padding:10px 0 5px 0;}
.footer-imgs {text-align:right;}

@media (max-width: 1200px) {
	.pitch-wrapper h1 {font-size:42px}
	.pitch-wrapper p {font-size:22px}
  .showcase-wrapper {padding:0;}
}

@media (max-width: 991px) {
  .header-hero{padding-top:20px;}
  .pitch-wrapper {padding:0px 0 50px 20px}
  .pitch-wrapper {text-align:center;}
  .pitch-wrapper h1 {font-size:48px}
  .pitch-wrapper p {font-size:20px}
  .learn-more {margin:0 auto;}
  .steps {margin-top:0;}
  .step {margin-top:50px;}
  .step-description {font-size:18px;}
}

@media (max-width: 600px) {
	.background {background-position:-70px 830px;}
	
	.pitch-wrapper {padding:0px 10px 50px 10px}
	.showcase-captions {width:400px;}
	.showcase-caption{font-size:20px;}
  .captions-carousel {width:330px !important;}
  .captions-carousel-td {width:330px !important;}
  .compose-window {width:400px;}
  .compose-body {padding:20px 5px 15px 10px;}
  .digest-email, .tasklist-email { max-width:300px;}
  #swap-1, #swap-2, #swap-3 { width:350px;}
  .compose-content {
    min-height:370px;
    max-height:370px;
  }
  .start {padding:50px 10px;}
  .sample-email .compose-window {width:370px;}
  
  .try-it-now-holder {
    margin-top:50px;
    padding:50px 0 30px 0;
  }
  
  .footer-text {
    font-size:13px;
    padding:10px 0 25px 0;
    text-align:center;
  }
  .footer-imgs {text-align:center;}
}

@media (max-width: 450px) {
	.background {background-position:-70px 690px;}
	.learn-more {display:none;}
	 .pitch-wrapper {padding:0 10px;}
	.pitch-wrapper h1 {font-size:36px}
  .pitch-wrapper p {font-size:19px}
  .showcase-captions {width:310px;padding-top:5px;}
  .showcase-caption{font-size:17px;}
  .captions-carousel {width:235px !important;}
  .captions-carousel-td {width:235px !important;height:40px}
  
  .compose-window {width:300px;}
  .compose-body {padding:10px 5px 0px 0px;}
  .digest-email, .tasklist-email { max-width:250px;}
  #swap-1, #swap-2, #swap-3 { width:275px;}
  .compose-content {
    min-height:302px;
    max-height:302px;
    padding: 5px 15px 0px 15px;
  }
  .compose-body {font-size:15px !important;}
  .compose-field {
    font-size:15px !important;
    padding:5px 5px;
  }
  
  
  .tasklist-email .content-wrapper {padding:10px 15px 5px 15px;}
  .tasklist-email .title-wrapper {padding:10px 15px 5px 15px;}
  
  .digest-email .content-wrapper {padding:8px 15px 4px 15px;}
  .start {padding:50px 15px;}
  .start-title p {
    font-size:20px;
    margin-top:15px;
  }
  
  .try-it-now-holder {
    margin-top:50px;
    padding:30px 0 30px 0;
  }
  
  /* Sample email */
  .sample-email-holder {padding:10px;}
  .sample-email .compose-window {width:280px;}
  .sample-email .compose-body {font-size:14px !important;}
  .sample-email .compose-field {font-size:14px !important;}
  .sample-email .compose-content {
    padding: 5px 15px 0px 15px;
    max-height:255px;
    min-height:255px;
  }
  .step-title {margin-top:15px;}
  .circle {
	  padding-top: 4px;
	  height: 50px;
	  width: 50px;
  }
  
  .email-sent {font-size:30px;}
  .footer-text {
    font-size:13px;
    padding:10px 0 20px 0;
  }  
}
