@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333333;
	font-size: 16px;
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
}

a, a:hover, a::before, a:hover::before, a::after, a:hover::after, input, input[type="submit"], input[type="submit"]:hover, .transition, .transition:hover, .transition::before, .transition:hover::before, .transition::after, .transition:hover::after, button, button:hover, main.page ol li h3, main.page ol li.active h3, main.page ol li p, main.page ol li.active p, main.page ol li img, main.page ol li.active img, .feature_list, .screenshots img, .screenshots img:hover {
	transition: all 0.3s ease 0s;
}

a {
	color: #52abd8;
  text-decoration: none;
}

.header a:hover,
.secondary_header a:hover,
.footer a:hover {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #276b8c;
	text-decoration: none;
}

.btn-link {
	color: #52abd8;
}

.btn-link:hover {
	color: #276b8c;
	text-decoration: none;
}

.btn-info {
	background-color: #52abd8;
}

.btn-info:hover {
	background-color: #279ed9;
}

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

h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
	font-weight: 600;
}

@media (max-width: 992px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}
}

.bt_hidden{
	 opacity: 0;
}

.bt_visible{
	opacity: 1;
}

.media-left, .media > .pull-left {
	padding-right: 20px;
}

.header {
	min-height: 100%;
	padding: 0 0 50px 0;
	background: rgba(0, 0, 0, 0) url("../../images/sc13/header_bg.jpg") no-repeat fixed 0 0 / 100% auto;
}

.secondary_header {
	padding: 0 0 50px 0;
	background: rgba(0, 0, 0, 0) url("../../images/sc13/header_bg.jpg") no-repeat fixed 0 0 / 100% auto;
}

.contact {
	color: #bababa;
	padding: 8px 0;
	background-color: #1a1a1a;
}

.sticky-wrapper {
	height: 89px;
	display: block;
}

.menu {
	width: 100%;
	z-index: 1 !important;
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.75);
}

.menu a {
	padding: 0 0 7px;
}

.link_menu {
	opacity: 1;
	padding-top: 50px;
}

.link_menu ul li {
	list-style: outside none none;
}

.link_menu li {
	float: left;
	text-align: center;
	padding-bottom: 5px;
}

.link_menu li {
	margin: 0 25px;
}

.link_menu li:last-child {
	margin-right: 0;
}

.link_menu li:hover,
.link_menu li.active {
	border-bottom: 2px solid #52abd8;
}

.link_menu li.active a {
	color: #fff;
}

.mobile_menu {
	display: none;
}

.mobile_link_menu {
	display: none;
	z-index: 1;
}

.mobile_link_menu ul {
	padding-left: 0;
	list-style: outside none none;
}

.mobile_link_menu ul li {
	padding: 5px 0 0 0;
}

.mobile_link_menu ul li a {
  display: block;
	text-decoration: none;
  padding: 8px 0 8px 8px;
	background-color: #1f1f1f;
}

@media (max-width: 992px) {
	.mobile_menu {
		display: block;
		background-color: rgba(0, 0, 0, 0.9);
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.75);
	}
	
	.mobile_menu_icon {
		height: 89px;
		display: flex;
  	align-items: center;
		justify-content: flex-end;
	}
	
	.menu {
		display: none !important;
	}
	
	.sticky-wrapper {
		display: none !important;
	}
}

.header_intro {
	height: 100%;
	margin: 50px 0 40px;
}

.secondary_header_intro {
	margin: 50px 0 40px;
}

.header_intro h1,
.secondary_header_intro h1 {
	color: #fff;
}

.header_intro h2,
.secondary_header_intro h2{
	color: #52abd8;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 300;
	margin: 40px auto 30px;
}

.header_intro p,
.secondary_header_intro p {
	color: #fff;
	margin: 0 auto;
	font-size: 22px;
	/*font-style: italic;*/
}

.header_intro p.sale {
	color: red;
	margin-top: 40px;
	margin-bottom: -20px;
	font-style: normal;
}

.header_intro_kit {
	display: block;
	max-width: 600px;
	margin: 50px auto;
}

.action {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.header_intro h2,
	.secondary_header_intro h2{
		width: 100%;
		font-size: 18px;
	}
	.header_intro p,
	.secondary_header_intro p {
		font-size: 16px;
	}
}

.call {
	color: #fff;
}

.call p {
	font-size: 20px;
}

.why_sc {
	width: 100%;
	padding: 80px 0 100px;
	background-color: #f8f8f8;
}

.why_sc h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.why_sc h4 {
	color: #abacaf;
	font-weight: 700;
	margin-bottom: 40px;
}

.why_sc p {
	font-size: 24px;
}

.download a,
.scr_more a {
	margin: 30px 0 0;
}

.about_sc {
	width: 100%;
	padding: 80px 0 100px;
	background: #fff;
}

.locator {
	background: #fff;
}

.locator_add {
	padding-top: 80px;
	background: #fff;
}

.locator_thankyou {
	padding-top: 80px;
	padding-bottom: 100px;
	background: #fff;
}

.about_sc hr,
.kits hr {
	margin: 100px 0;
	border-color: #e0e0e0;
}

.about_sc h3 {
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.feature_list > div:first-of-type {
		margin-bottom: 70px;
	}
}

.feature_list {
	padding: 70px 0;
	margin: 70px 0 0 0;
	border-radius: 20px;
	background-color: #f8f8f8;
}

.feature_list .media:not(:first-child) {
	margin-top: 70px;
}

.stats_grid {
	width: 100%;
	padding: 80px 0 100px;
	background-color: #f8f8f8;
}

.stats_grid h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.stats_grid h4 {
	color: #abacaf;
	font-weight: 700;
	margin-bottom: 40px;
}

.stats_grid h1 {
	color: #52abd8;
	margin: 10px 0;
}

.stats_row1 .stat_container {
	padding: 30px 0 50px;
}

.stats_row1 .stat_container:not(:last-child) {
	border-right: 1px solid #d4d5d9;
}

.stats_row1 {
	margin-top: 30px;
	border-bottom: 1px solid #d4d5d9;
}

.stats_row2 .stat_container {
	padding: 50px 0 30px;
}

.stats_row2 .stat_container:not(:last-child) {
	border-right: 1px solid #d4d5d9;
}

@media (max-width: 992px) {
	.stats_row1 {
		border-bottom: none;
	}
	
	.stats_row1 .stat_container,
	.stats_row2 div:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #d4d5d9;
	}
	
	.stats_row1 .stat_container,
	.stats_row2 .stat_container {
		padding: 50px 0 50px;
	}
}

.scr {
	margin: 0 auto 30px auto;
}

.divider {
	border-bottom: 3px solid #52abd8;
  margin: 0 auto;
  width: 50%;
}

.scr_list ul {
	list-style: none;
	padding: 20px 0 0 20px;
}

.scr_list ul li {
	margin-bottom: 10px;
}

.quote {
	width: 100%;
	height: 350px;
	padding: 40px 0;
	background: #fff url("../../images/sc13/circuit_bg.jpg") no-repeat fixed center/cover;
}

@media (max-width: 992px) {
	.quote {
		height: auto;
		background: #e0e0e0;
	}
}

.quote_container {
	width: 90%;
	height: 100%;
	display: flex;	
	margin: 0 auto;
	font-size: 20px;
	align-items: center;
}

@media (min-width: 768px) {
	.quote_container {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.quote_container {
		width: 70%;
	}
}

@media (min-width: 1200px) {
	.quote_container {
		width: 60%;
	}
}

@media (min-width: 1500px) {
	.quote_container {
		width: 50%;
	}
}

@media (min-width: 1700px) {
	.quote_container {
		width: 40%;
	}
}

.quote_container_bg {
	width: 100%;
	padding: 30px;
	opacity: 0.83;
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 768px) {
	.quote_container_bg {
		flex-direction: row;
		align-items: flex-start;
	}
}

.quote_symbol {
	margin-right: 10px;
}

.quote_text p:first-of-type {
	line-height: 1;
	font-size: 32px;
	font-family: 'Caveat', cursive;
}

.quote_text p:last-of-type {
	font-weight: 700;
}

.kits {
	width: 100%;
	padding: 80px 0 100px;
	background-color: #fff;
	background-image: url("../../images/sc13/kits_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 992px) {
	.kits {
		background: #fff;
	}
}

.kits img {
	margin: 0 auto;
}

.kits h2 {
	margin: 0 0 30px 0;
}

.kits .three_packs {
	font-weight: 600;
	margin: 20px 0 30px;
}

.newsletter {
	width: 100%;
	color: #fff;
	padding: 100px 0;
}

.newsletter form {
	width: 100%;
}

.newsletter h2 {
	margin: 0 0 10px 0;
	font-size: 56px;
	font-family: 'chalky', sans-serif;
}

.newsletter .flex {
	display: flex;
	flex-direction: row;
}

.newsletter_left {
	width: 50%;
	display: flex;
	padding: 0 10px 0 80px;
}

.newsletter_icon {
	display: flex;
	padding-right: 20px;
	align-items: center;
}

.newsletter_right {
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 80px 0 10px;
}

@media (max-width: 991px) {
	.newsletter {
		background-color: #474747;
		background-image: none;
	}
	.newsletter .flex {
		flex-direction: column;
		align-items: center;
	}
	.newsletter_left {
		width: 100%;
		padding: 0;
		flex-wrap: wrap;
	}
	.newsletter_icon {
		width: 100%;
		padding: 0 0 20px 0;
		justify-content: center;
	}
	.newsletter_right {
		width: 100%;
		padding: 0;
	}
	.newsletter_text {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.newsletter {
		background: url(../../images/sc13/newsletter_bg.jpg);
		background-color: #474747;
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

@media (min-width: 1200px) {
	.newsletter {
		background: url(../../images/sc13/newsletter_bg_ls.jpg);
		background-color: #474747;
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

.footer {
	width: 100%;
	color: #fff;
	padding: 100px 0 40px;
	background-color: #141414;
}

.footer hr {
	border-color: #4d4d4d;
}

.footer hr:last-of-type {
	margin-bottom: 40px;
}

.footer ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

.footer ul li:not(:first-child) {
	padding: 0 10px;
}

.footer ul li:first-child {
	padding-right: 10px;
}

.social_links img {
	margin-right: 5px;
}

@media (max-width: 992px) {
	.list-inline > li {
		display: inherit;
	}
	.footer ul li:not(:first-child) {
		padding: 0 0 0 5px;
	}
	.social_links {
		text-align: left;
		margin-top: 10px;
	}
}

/* begin features page styles */
.system_logos {
	margin-top: 50px;
}

@media (max-width: 992px) {
	.system_logos img {
		margin-top: 50px;
	}
}

.snippet {
	margin-top: 50px;
}

.ss {
	margin-bottom: 20px;
}

.ss img {
	margin: 0 auto 10px auto;
}

.screenshots {
	margin: 100px 0;
	padding: 50px 0;
	background-color: #f8f8f8;
}

.screenshots h4 {
	margin-bottom: 30px;
}

.screenshots img:hover {
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
}

.android_ss {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.android_ss:first-of-type {
	margin-bottom: 30px;
}

.android_ss .ss {
	padding: 0 20px;
}

.large_ss {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10500;
	position: fixed;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear 0s;
}

.close_ss {
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	left: 101%;
	position: absolute;
	top: -7%;
	opacity: 0.5;
}

.close_ss:hover {
	opacity: 1;
}

.modal-backdrop {
	background-color: #fff;
}
/* end features page styles */

/* begin diagnostics classes */
.diagnostics_tabs {
	width: 100%;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
}

.diagnostics_tabs .nav-tabs.nav-justified {
	margin-bottom: -1px;
}

.diagnostics_list hr {
	margin: 30px 0;
}

.diagnostics_list ul li {
	line-height: 25px;
}

.flex_row {
	display: flex;
	flex-wrap: wrap;
}

.flex_column {
	flex-grow: 1;
}

.flex_column:not(:last-child) {
	margin-right: 10px;
}
/* end diagnostics classes */

/* begin upgrades classes */
#upgrade_form .download {
	margin-top: 30px;
}

.coupon {
	margin-top: 30px;
}

.coupon h3 {
	margin: 0;
}
/* end upgrades classes */

/* begin badge classes */
.badge_img {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* end badge classes */

/* begin unslider classes */
.unslider {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow {
	width: 40px;
	height: 40px;
	opacity: 0.6;
	border-radius: 40px;
	background: rgba(0, 0, 0, 0.3) url("../../images/sc13/next.png") no-repeat scroll 50% 50% / 16px 16px;
	transition: opacity 0.2s ease 0s;
  position: absolute;
  /*left: 20px;*/
  /*z-index: 2;*/
  cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}
.unslider-arrow:hover {
	opacity: 1;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}
.unslider-arrow.prev {
	left: 20px;
  transform: rotate(-180deg);
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}