body {
    background-color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 360;
    text-align: center;
}

strong { font-weight: 720; }

a {
	color: #c34818;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a:hover, a:focus {
	color: #9a2b08;
	text-decoration: underline;
}
.link-gray {
	color: #757575;
}
.link-gray:hover, .link-gray:focus {
	color: #4f4f4f;
}
.text-underline {
	text-decoration: underline;
}
h1 { 
    font-weight: normal;
    line-height: 1.3;
	font-size: 33px;
	letter-spacing: .7px;
}

h2 {  
    font-size: 20px; 
	font-weight: 100;
	line-height: 1.5;
	letter-spacing: .5px;
}

img { max-width: 100%; }

.nowrap {
	white-space: nowrap;
}
.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-shrink-0 {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.align-items-center {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.justify-content-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.round-corners {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.no-padding {
	padding: 0;
} 
/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
    color: #333333;
}

.section-container-full-bg {
	color: #fff;
}

.section-description {
	margin-top: 35px;
    padding-bottom: 10px;
}

.video-wrapper {
	max-width: 600px;
    	margin: 40px auto 0;
}

.section-description h2 {
	color: #333;
	font-size: 33px; 
}
.section-container-full-bg .section-description h2 { color: #fff; }

.section-description p {
    margin: 30px auto 0;
	padding: 0;
    font-size: 22px;
    line-height: 36px;
}
.section-container-full-bg .section-description p { opacity: 0.8; }


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #1c1c1c;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #f1f1f1;
}

.navbar-toggle {
    opacity: .8;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    opacity: 1;
}

ul.navbar-nav {
	font-size: 16px;
	color: #fff; 
}

ul.navbar-nav li a {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #f1f1f1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 50px; 
	text-transform: uppercase;
    letter-spacing: .95px;
    font-size: 13px;
    font-weight: 600;
}
ul.navbar-nav li a:hover { background-color: #484442; }
ul.navbar-nav li a:focus { background-color: #484442; outline: 0; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #333; }

.navbar-fixed-top .navbar-collapse { max-height: none; padding: 0 7vw; }
.navbar-fixed-top .navbar-collapse ul.navbar-nav li a.navbar-brand {
	display: none;
}
.nav-collapse-menu-visible {
	display: none;
}
.navbar-fixed-top .navbar-collapse.in .nav-collapse-menu-hidden {
	display: none;
}

.dropdown-menu {
	background: #333;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
	-o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

ul.navbar-nav li .dropdown-menu a { padding-top: 13px; padding-bottom: 13px; font-size: 16px; line-height: 20px; }


.navbar-nav.visible-xs {
	margin: 0;
	padding-left: 15px;
}
.navbar-nav.visible-xs li {
	float: left;
}
.navbar-nav.visible-xs li a {
	line-height: 32px;
	padding: 9px 14px;
}

.navbar-nav.visible-xs li.nav-xs-collapse {
	display: none;
}

.navbar-brand {
	width: 200px;
	height: 100px;
	background-image: url(../img/logo-transparent.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	margin: 0;
}
ul.navbar-nav li a.navbar-brand-link {
	padding: 0;
	margin-right: 20px;
}
ul.navbar-nav li .navbar-brand {
	width: 160px;
    height: 38px;
    margin-top: -3px;
}

/***** Top content *****/

.top-content {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
    margin: 0 auto;
	padding-left: 7vw;
	padding-right: 6vw;
	min-height: 450px;
    color: rgba(255, 255, 255, 0.8);
    background-color: #1c1c1c;
	background: linear-gradient(#1c1c1c 40%, #3a1600);
}
.navbar-top-offset {
    position: relative;
    padding-top: 50px;
}
.top-content-text-wrapper {
	margin: 30px 0; 
	text-align: center;
}
.top-content-img-wrapper {
	display: flex; 
	width: 80%; 
	max-width: 480px;
	margin: 0 auto 25px;
}
.top-content-img-wrapper img {
	width: 100%;
	object-fit: contain;
}
.top-content-heading {
	margin: 0;  
} 
.top-content-heading strong {
	font-size: 1.2em;
}
.top-content-description { 
	margin-top: 20px;
	margin-bottom: 24px;
}
.top-mobile-buttons {
	margin-top: 45px;
}
.download-badge {
	display: inline-block; 
	width: 160px;
    height: 47px; 
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.google-badge {
    background-image: url(../img/badge/google.png);
}
.apple-badge {
    background-image: url(https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2016-02-22&kind=iossoftware&bubble=ios_apps);
}

/***** Features *****/

.features-center {
	padding: 50px;
}
.features-center img {
    width: 100%;
    max-width: 210px;
}
.features-box {
	margin-top: 30px;
}
.features-box h3 {
	margin-top: 0;
	font-size: 22px;
    font-weight: 220;
    color: #333;
}
.features-box p {
	font-size: 17px;
}
.features-box .features-box-icon {
    margin: 0 auto 12px;
    font-size: 35px;
    color: #e0dcda;
}
.mobile-screen-info-container {
	margin-top: 50px;
	border-top: 1px solid #eee;
}

/***** How it works *****/

.how-it-works-container .container {
	width: unset;
}
.how-it-works-grid {
	margin-top: 40px;
	display: grid;
	/* todo: grid support */
	grid-gap: 10px;
}
.how-it-works-wrapper {
	padding: 0 20px 20px;
	text-align: left;
}
.how-it-works-number {
	margin-right: 25px;
	font-size: 65px;
	line-height: 1;
	color: #fff;
	font-weight: 100;
	opacity: .4;
	font-family: "Crimson Text", "Lucida Sans Unicode", "Times New Roman", serif;
}
.how-it-works-wrapper h3 {
	margin-top: 0;
    font-size: 22px;
    font-weight: 220;
}
.how-it-works-wrapper p {
	font-size: 17px;
    opacity: 0.9;
}


/***** Press *****/

.press-row { 
    margin-bottom: 20px;
	padding: 25px 20px;
    border-bottom: 4px solid #eee;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.press-logo {
	height: 35px;
	margin: 0 20px 28px;
	text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: contain;
	-webkit-flex-basis: 100%;
	-moz-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
}
.oil-lube-news-logo {
	background-image: url(../img/press/oillubenews.png);
}
.huffpost-logo {
	background-image: url(../img/press/huffpost.png);
}
.phx-business-journal-logo {
	background-image: url(../img/press/phxbusinessjournal.jpg);
}
.search-autoparts-logo {
	background-image: url(../img/press/searchautoparts.jpg);
}
.sema-launchpad-logo {
	background-image: url(../img/press/semalaunchpad.jpg);
}
.grayscale-hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .7;
}
.grayscale-hover:hover,
.grayscale-hover:focus {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

/***** Screenshots

.screenshot-box {
	padding-top: 30px;
	padding-bottom: 20px;
    text-align: center;
}
.screenshot-box-left { text-align: right; }
.screenshot-box-right { text-align: left; }

.screenshot-box img { width: 280px; height:auto; }
 *****/

/***** Faq *****/

.faq-container {
	background: #f8f8f8;
}

.faq-box {
	padding-top: 30px;
}

.faq-box-left {
	text-align: left;
}

.single-faq {
	position: relative;
	min-height: 60px;
	margin-bottom: 20px;
	padding: 15px 25px;
	background: #FFF;
	    border: 1px solid #eee;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    cursor: pointer;
}

.single-faq h3 {
	margin: 0;
	padding-right: 35px;
	font-size: 22px;
    font-weight: 400;
	line-height: 30px;
	color: #555;
}

.single-faq span {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	padding: 20px;
	font-size: 22px;
	line-height: 14px;
	z-index: 100;
	color: #ee7140;
}

.single-faq:hover span {
	color: #ea571d;
}

.single-faq span i { vertical-align: middle; }

.single-faq .single-faq-text {
	display: none;
	margin-top: 10px;
}

.single-faq p {
	font-size: 18px;
    line-height: 32px;
}
.single-faq p:last-child { margin: 0; }

.faq-box-right span {
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 278px;
	color: #e5e5e5;
	line-height: 300px;
	-ms-transform: rotate(20deg); -moz-transform: rotate(20deg); -webkit-transform: rotate(20deg); transform: rotate(20deg);
}


/***** Call to action *****/

.call-to-action-button-box {
	padding-top: 30px;
	padding-bottom: 20px;
}

.call-to-action-button-box .call-to-action-button .btn-link-1,
.call-to-action-button-box .call-to-action-button .btn-link-2 {
	margin: 0 10px;
}

.call-to-action-button-box .call-to-action-button-small {
	margin-top: 35px;
	font-size: 34px;
}

.call-to-action-button-box .call-to-action-button-small a {
	margin: 0 15px;
	color: #FFF;
}
.call-to-action-button-box .call-to-action-button-small a:hover,
.call-to-action-button-box .call-to-action-button-small a:focus {
	opacity: 0.5;
}


/***** Testimonials *****/

.testimonials-container .container {
	padding: 0 20px;
}
.testimonials-container h2 {
	margin-bottom: 30px;
}
.testimonial-single {
	display: none;
	width: 80%;
	max-width: 700px;
	height: 230px; /* prevent height change */
	margin: 25px 0;
	outline: 0;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.testimonial-single.active {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.testimonial-quote {
	width: 100%;
	margin: 0;
	padding: 30px 20px 25px;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 30px;
	color: #484848;
	background-color: transparent;
	border: 0;
  	border-top: 1px solid #e7e7e7;
  	border-bottom: 1px solid #e7e7e7;
	quotes: "\201C""\201D";
	opacity: 0;
    -webkit-animation: fadein .6s ease-out forwards;
	animation: fadein .6s ease-out forwards;
}
@-webkit-keyframes fadein {
  100% { opacity: 1; }
}
@keyframes fadein {
  100% { opacity: 1; }
}
.testimonial-quote:before {
  color: #ccc;
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.2em;
}
.testimonial-quote .testimonial-text {
  display: inline;
}
.testimonial-quote .user-name {
	display: block;
	color: #757575;
	font-size: 18px;
	text-align: right;
	width: 100%;
	font-style: italic;
	margin-top: 35px;
}
.testimonial-toggle-button {
	font-size: 50px;
	padding: 0 20px;
	opacity: .4;
	line-height: 1;
	outline: 0;
}
.testimonial-toggle-button:hover,
.testimonial-toggle-button:focus {
    -webkit-animation: fadein .25s ease-in forwards;
    animation: fadein .25s ease-in forwards;
}
#testimonial-prev-button {
	margin-right: 0;
}
#testimonial-next-button {
	margin-left: 0;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}

/***** About us *****/

#about-us {
    background-color: #f8f8f8;
}
.about-us-statement {
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	text-align: center;
}
.statement-stan-photo {
	width: 260px;
	height: 260px;
	background: #f7f7f7;
	border: 4px solid #e1e1e1;
	border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
	background-size: cover;
	background-image: url(../img/team/stan-booth.jpg);
	margin: 0 0 40px;
}
.statement-quote {
	font-size: 23px;
	line-height: 1.8;
	font-style: italic;
	color: #555;
}

/***** Latest tweets *****/

.latest-tweets p {
	padding: 0;
	word-wrap: break-word;
}

.latest-tweets-container a, .latest-tweets-container a:focus { color: #fff; }

.latest-tweets ul {
	margin: 20px 0 0 0;
	padding: 0;
	-webkit-padding-start: 0;
}

.latest-tweets li {
	margin: 0 7px;
	display: inline-block;
	list-style: none;
}

.latest-tweets li .tweet_nav {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.tweets-follow-us {
	padding-top: 30px;
	padding-bottom: 20px;
}

.tweets-follow-us {
	font-size: 22px;
    line-height: 36px;
}


/***** Subscription form *****/

.subscribe form {
    margin-top: 40px;
    margin-bottom: 10px;
}

.subscribe form input.subscribe-email {
    height: 52px;
    margin-bottom: 10px;
    border-color: #ccc;
}

.subscribe form input.subscribe-email:focus {
    border-color: #4f4f4f;
}

.subscribe form .subscribe-btn {
    width: 100%;
    height: 52px;
}

.success-message, .error-message {
    font-size: 22px;
    line-height: 36px;
}

.success-message {
	margin: 20px 0 10px 0;
}

.error-message {
	margin: 10px 0;
	color: #c34818;
}


/***** Contact us *****/
.contact-container {
	padding-bottom: 0;
}

.contact-form,
.contact-address {
	padding-bottom: 20px;
	text-align: left;
}

.contact-form {
    padding-right: 40px;
}

.contact-form h3,
.contact-address h3 {
	padding: 0 0 10px 0;
	font-size: 26px;
    font-weight: 220;
    line-height: 30px;
}

.contact-form p {
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 32px;
}

.contact-form form {
	margin: 15px 0 0 0;
}

.contact-form form input,
.contact-form form textarea {
    height: 52px;
    margin-bottom: 5px;
    line-height: 30px;
}

.contact-form form textarea {
    padding-top: 10px;
}

.contact-form form textarea {
	height: 162px;
}

.contact-form form .contact-error {
	border-color: #c34818;
}

.contact-address p {
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 32px;
	opacity: 0.8;
}

.contact-address a, .contact-address a:focus { color: #fff; }
.contact-address a:hover { color: #fff; opacity: .6; }


/***** Footer *****/

footer {
	padding: 30px 0 20px 0;
	background: #242424;
}

footer .container {
    padding-left: 40px;
    padding-right: 40px;
}

.footer-copyright {
	font-size: 15px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.footer-policy {
	line-height: 11px;
	margin-bottom: 20px;
}
.footer-policy a {
	font-size: 11px;
	margin-right: 8px;
	opacity: .6;
}
.footer-social a {
	margin-left: 0;
	width: 40px;
	height: 40px;
}

.footer-copyright a, .footer-copyright a:focus { color: #fff; }
.ultm:hover { opacity: .6; }


/***** Vendor page *****/

.hero {
	padding: 30px 7vw;
	margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
    background-color: #1c1c1c;
	text-align: center;
}

#vendor h2 {
	font-weight: 600;
}

#vendor h2 i {
	margin-right: 15px;
    color: #ff8858;
	font-size: 1.2em;
} 

#vendor .section-heading {
    text-align: left;  
}   

.vendor-description { 
    margin: 0 auto; 
    font-size: 20px;
    line-height: 36px;
	text-align: left;
}

.vendor-description p {  
	padding: 0;  
	margin-bottom: 20px;
}

.vendor-description .side-img {
	max-width: 140px;
	margin-top: 20px;
	padding-left: 20px;
}

.horizontal-box-list {
	list-style: none;
	padding: 0;
	max-width: 900px;
    margin: 20px 0;
}

.horizontal-box-list li {
	vertical-align: top; 
    display: inline-block;
    color: #6c6c6c;
	padding-left: 0;
    margin-bottom: 15px;
}

.horizontal-box-list li .content {
	position: relative;
	padding: 20px 12px 20px 70px;
	text-align: left;
    font-size: 18px;
	border: 1px solid #E5E5E5;
    border-radius: 6px;
	line-height: 1.3;
}

.horizontal-box-list li .content .fa {
	position: absolute;
	text-align: center;
	font-size: 40px;
	left: 0; 
	top: 26px;
	width: 70px; 
    color: #53b66f;
}

.horizontal-box-list li .content b {
	display: block;
	margin-bottom: 5px;
}

.contact-card {
	position: relative;
	max-width: 600px;
	margin: 50px auto 15px;
	padding: 24px 35px;
	background: #fefefe;
	border: 3px solid #e1e1e1;
	color: #4f4f4f;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
}
.contact-card-left {
	margin-left: 25px;
	margin-right: 50px;
}
.contact-card-left-icon {
	font-size: 130px;
	line-height: 130px;
    color: #fcb74f;
}
.contact-card-pic {
	position: relative;
	width: 150px;
	height: 150px;
	background: #f7f7f7;
	border: 4px solid #e1e1e1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: cover;
	background-image: url(../img/team/stan-headshot.jpg);
}
.contact-card-heading {
	color: #1a1a1a;
	font-size: 21px;
	margin: 8px 0 10px;
	font-weight: normal;
}
.contact-card-subheading {
	color: #9e9e9e;
	font-size: 14px;
	margin: 0 0 25px;
	font-weight: normal;
}
.contact-card-line {
	margin-bottom: 10px;
}
.contact-card-icon {
	font-size: 18px;
	margin-right: 12px;
	color: #888;
    width: 18px;
    text-align: center;
}
.contact-card-icon.fa-envelope {
	font-size: 15px;
    top: -1px;
    position: relative;
}
@media (max-width: 600px) {
	.contact-card {
		max-width: 325px;
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		text-align: center;
	}
	.contact-card-left {
		position: absolute;
		height: 68px;
		width: 59px;
		top: -22px;
		right: -18px;
		margin: 0;
		font-size: 69px;
		line-height: 1;
		z-index: 1;
		background: #fff;
	}
	.contact-card-pic {
		width: 120px;
		height: 120px;
		margin: 0 0 20px;
	}
	.contact-card-icon {
		font-size: 18px;
		margin-right: 8px;
	}
}

/***** Full width content *****/

.full-width-text-content {
	text-align: left;
}

.full-width-text-content h3 {
	font-size: 26px;
    font-weight: 220;
    color: #333;
    line-height: 30px;
}

.full-width-text-content p {
	font-size: 18px;
    line-height: 32px;
}


/***** COMPONENT STYLE *****/

.btn {
    background-color: #e75c25 !important;
    color: #fff !important;
}

.btn-lg {
	padding: 10px 30px;
	font-size: 20px;
}

.btn:hover,
.btn:focus {
    background-color: #c34818 !important;
    color: #fff !important;
}

.btn-gray {
    background-color: #404040 !important;
    color: #fff !important;
}

.btn-gray:hover,
.btn-gray:focus {
    background-color: #2f2f2f !important;
    color: #fff !important;
}

.btn-text {
	background: transparent;
	border: 0;
	color: #888;
}

.btn .btn-prefix {
	margin-right: 7px;
}

/* .vendor-heading {
	display: inline-block;
	margin-top: 40px;
	color: #6e6e6e;
	font-size: 28px;
	font-style: italic;
	font-weight: 100;
} */

.bullet-list {
	padding-left: 25px;
	margin-top: 10px;
	text-align: left;
	font-size: 18px;
	color: #4f4f4f;
	list-style: none;
}

.bullet-list li {
	line-height: 28px;
    padding-left: 24px;
    position: relative;
	margin-bottom: 7px;
}

.bullet-list li:before {
	display: block;
    content: '•';
    position: absolute;
    left: 0;
    top: -1px; 
	font-size: 13px; 
}

#olark-wrapper .olark-launch-button.olark-size-md {
	border-radius: 6px !important;
	background-color: #e75c25 !important;
}
#olark-wrapper .olark-launch-button.olark-size-md:hover,
#olark-wrapper .olark-launch-button.olark-size-md:focus {
	background-color: #c34818 !important;
}

/*Accessibility*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
