body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #eee;
	color: #222;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.navbar-default {
  background-color: transparent;
  border-radius: 0px;
  border-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-default .navbar-nav>li>a {
}

.navbar-default .navbar-nav>li>a:hover {
}

.logo {
  margin-top: -17px;
	margin-left: 5px;
}

.logo img {
  height: 50px;
}

.header {
}

.content {
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content strong {
	font-weight: 400;
}

.form-control.ng-touched.ng-invalid {
  border: 1px solid #ff9999;
  background-color: #ffdddd;
}

.error {
  font-size: 14px;
  color: #ff7777;
  display: block;
}

.navbar-default .navbar-nav>li>a {
	color: #ddd;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 2px solid rgba(0, 200, 100, 1.0);
}

.wrapper {
	min-height: 100vh;
	background-color: #222;
	background-image: url(/images/be-happy.jpeg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wrapper-inner {
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #555;
}

.header {
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.header h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 300;
  font-size: 58px;
	line-height: 1.2;
	color: #fff;
}

.header .features__list li {
	font-size: 20px;
	font-weight: 300;
	color: #eee;
	padding-bottom: 5px;
}

.header .features__list li .fa {
	color: rgba(0, 200, 100, 1.0);
}

.header .btn-start {
	margin-top: 35px;
}

.header .speech-bubble {
	position: relative;
	background: rgba(0, 0, 0, 0.8);
	border-radius: .4em;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 35px;
	padding-right: 35px;
}

.header .speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: rgba(0, 0, 0, 0.8);
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}

.header .quote__container {
	margin-top: 105px;
}

.header .quote__text {
	font-weight: 600;
	line-height: 1.25;
	font-size: 26px;
	color: rgba(0, 200, 100, 1.0);
}

.header .quote__text .fa-quote-left {
	color: #666;
}

.header .quote__attribution {
	color: #ddd;
}

.header .featured__container {
	margin-top: 80px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 25px;
	color: #ddd;
}

.header .featured__title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #eee;
}

.header .featured__list {
	margin-left: 20px;
}

.header .featured__list li {
	color: #bbb;
	font-size: 13px;
}

.header .featured__list li .fa {
	color: #ddd;
}

.header p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.25;
	margin-top: 20px;
	margin-bottom: 10px;
}

.header .browser-mockup {
	background-color: #777;
}

.header .intro-video {
	width: 100%;
}

.testimonial.speech-bubble,
.testimonial.speech-bubble-right {
	position: relative;
	background: rgba(0, 0, 0, 0.8);
	color: #eee;
	border-radius: .4em;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 35px;
	padding-right: 35px;
}

.testimonial.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: rgba(0, 0, 0, 0.8);
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}

.testimonial.speech-bubble-right:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.8);
	border-right: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-right: -20px;
}

.testimonial blockquote {
	border-left: 0px;
}

.testimonial blockquote p {
	color: #eee;
}

.testimonial blockquote strong {
	background-color: rgba(0, 200, 100, 1.0);
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.testimonial a {
	color: #bbb;
	text-decoration: underline;
}

.testimonial a:hover {
	color: #999;
}

.setup-steps {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.setup-steps div.step {
	border-radius: 50%;
	display: inline-block;
	margin: 10px;
	width: 150px;
	height: 150px;
}

.setup-steps div.step-1 {
	background-color: rgb(50, 190, 255);
}

.setup-steps div.step-2 {
	background-color: rgb(252, 160, 40);
}

.setup-steps div.step-3 {
	background-color: rgb(219, 102, 255);
}

.setup-steps div.step > i {
	padding-top: 40px;
	font-size: 40px;
	margin-bottom: 10px;
	color: #fff;
}

.setup-steps div.step > div {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.setup-steps div.arrow {
	color: #ddd;
	font-size: 28px;
	display: inline-block;
}

.content h1,
.content h3 {
	font-weight: 300;
	line-height: 1.25;
}

.content h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.25;
}

.content p {
	color: #333;
	font-weight: 300;
	line-height: 1.33;
	font-size: 18px;
	margin-bottom: 25px;
}

.btn-start {
	display: inline-block;
	color: #fff;
	margin-top: 15px;
	background-color: rgba(0, 200, 100, 0.7);
	border: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	border-radius: 0px;
}

.btn-start:hover {
	background-color: rgba(0, 200, 100, 0.9);
	color: #fff;
}

.btn-learn {
	display: inline-block;
	color: #fff;
	margin-top: 15px;
	background-color: #444;
	border: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	border-radius: 0px;
	text-align: center;
}

.btn-learn:hover {
	background-color: rgba(0, 200, 100, 1.0);
	color: #fff;
}

.panel-segment {
	background-color: #eee;
	color: #222;
	padding-top: 50px;
}

.panel-segment h2 {
	color: #444;
	font-size: 28px;
	font-weight: 400;
	margin-top: 0px;
}

.panel-segment h3 {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 25px;
}

.panel-segment h3.underline {
	padding-bottom: 10px;
	border-bottom: 5px solid rgba(0,200,100,1.0);
}

.panel-segment p {
	color: #555;
	line-height: 1.5;
}

.panel-segment .fa-ul > li {
	color: #aaa;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 15px;
}

.panel-segment i.fa-li {
	color: rgba(0, 200, 100, 1.0);
}

.panel-segment label {
	color: rgba(0, 200, 100, 0.8);
	font-weight: 400;
}

.panel-last {
	padding-bottom: 100px;
}

.panel-bottom {
	padding-top: 0px;
	background-image: url(/images/adult-beard-blur-927022.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}

.panel-bottom-wrapper {
	border-top: 1px solid #555;
	background-color: rgba(0, 0, 0, 0.55);
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 100vh;
}

.panel-bottom h2 {
	font-size: 50px;
	font-weight: 300;
	color: #fff;
}

.panel-bottom h3 {
	font-size: 22px;
	font-weight: 300;
	color: #eee;
}

.panel-bottom .btn-start {
	background-color: rgba(0, 200, 100, 1.0);
}

.panel-bottom .btn-start:hover {
	background-color: rgba(0, 180, 100, 1.0);
}

button.btn-show {
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #fff;
	background-color: rgba(0, 200, 100, 0.8);
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	border-radius: 0px;
}

button.btn-show:hover {
	background-color: rgba(0, 200, 100, 1.0);
	color: #fff;
	text-decoration: none;
}

a.btn-trial {
	display: inline-block;
	margin-top: 10px;
	border: 1px solid #fff;
	background-color: rgba(0, 200, 100, 0.8);
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	border-radius: 0px;
}

a.btn-trial:hover {
	background-color: rgba(0, 200, 100, 1.0);
	color: #fff;
	text-decoration: none;
}

.heading-summary {
	color: #ddd;
	font-size: 14px;
	font-weight: 400;
}

.feature-icon__icon {
	color: rgba(0, 200, 100, 1.0);
	font-size: 50px;
	margin-top: 15px;
}

.feature-icon__name {
	font-size: 16px;
	font-weight: 400;
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* Browser Mockup */

.browser-mockup {
  border-top: 2em solid rgba(230, 230, 230, 0.7);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 3px 3px 0 0
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.25em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}
    
.browser-mockup.with-tab:after {
  display: block;
  position: absolute;
  content: '';
  top: -2em;
  left: 5.5em;
  width: 20%;
  height: 0em;
  border-bottom: 2em solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
  display: block;
  position: absolute;
  content: '';
  top: -1.6em;
  left: 5.5em;
  width: calc(100% - 6em);
  height: 1.2em;
  border-radius: 2px;
  background-color: white;
}

.browser-mockup > * {
  display: block;
}

.panel-segment__text {
	margin-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
}

.panel-segment__img {
	padding-bottom: 35px;
}

/* Laptop Devices */
/* Anything under 1200 */
/*
@media (max-width: 1199px) {
}
*/

/* Tablet Devices */
/* Anything under 992px */
/*
@media (max-width: 991px) {
}
*/

/* Mobile Devices */
/* Anything under 768px */
@media (max-width: 767px) {
	.header {
		padding-top: 0px;
	}
	
	.header h1 {
		margin-top: 0px;
		font-size: 42px;
	}

	.header .features__list li {
		font-size: 16px;
	}

	.header .btn-start {
		display: none;
	}

	.header .quote__container {
		margin-top: 50px;
	}

	.header .featured__container {
		margin-top: 25px;
	}

	.setup-steps div.step {
		width: 50px;
		height: 50px;
	}

	.setup-steps div.step > i {
		padding-top: 10px;
		font-size: 30px;
		margin-bottom: 20px;
	}
}
