body {
	font-family: 'Open Sans', sans-serif;
	min-width: 375px;
}


/* container styles */

.container {
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}


/* common */

.primary {
	color: #6b00d2;
}

.text-center {
	text-align: center;
}

a.btn {
	text-decoration: none;
}

a.btn:hover {
	text-decoration: none;
}

/* flex layout */

.flex-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (min-width: 768px) {
	.flex-wrapper {
		flex-direction: row;
	}
}


/* button */

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
  padding: 6px 12px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

.primary-btn {
	background-color: #6b00d2;
	border-color: #6b00d2;
	color: #fff;
}

.primary-btn:hover {
	background-color: #7700FF;
	border-color: #7700FF;
}


/* font awesome */

.sf-social__icon {
	font-size: 22px;
	margin-right: 10px;
}


/* topbar */

.sf-topbar {
	padding: 20px 0;
}

.sf-topbar .btn {
	margin-left: 10px;
}

#companyLogo {
	width: 15rem;
}


/* banner */

.sf-strapline {
	color: #6b00d2;
	display: inline-block;
}

.sf-banner__head {
	font-size: 48px;
	font-weight: bold;
	margin: 80px 0 0;
}

.sf-banner__subhead {
	color: #696969;
	max-width: 685px;
	margin: 20px auto;
}

.sf-banner__link {
	text-decoration: none;
}

.sf-banner__link i {
	margin-right: 5px;
}

.sf-banner__link:hover {
	text-decoration: none;
	cursor: pointer;
}

.sf-banner__subhead,
.sf-banner__link {
	font-size: 20px;
	font-weight: 300;
}

.sf-banner__link-wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
}

.sf-banner__link+.sf-banner__link {
	margin-left: 30px;
}

.sf-banner__container {
	margin: 50px 0 20px;
}

#xs-cta-btn {
	font-size: 1.4rem;
	padding: 1rem;
}

@media(max-width: 480px) {
	.sf-menu {
		display: none;
	}
	.sf-topbar .flex-wrapper {
		justify-content: center;
	}
	.sf-banner__head {
		margin-top: 1rem;
		font-size: 2.4rem;
	}
	.sf-banner__subhead {
		font-size: 1.2rem;
	}
	#xs-cta-btn {
		margin-bottom: 1rem;
	}
}

@media(max-width: 590px) {
	.sf-banner__link {
		display: block;
		margin: 1rem 0 !important;
		font-size: 1rem;
	}
}

/* feature */

.sf-features {
	padding: 0 0 100px;
}

.sf-feature__list {
	flex-wrap: wrap;
	margin: 50px 0;
}

.sf-feature__tile {
	margin-bottom: 70px;
}

.sf-feature__tile img {
	max-width: 100%;
	transition: all 0.2s ease-in;
	min-width: 82px;
}

.sf-feature__tile img:hover {
	transform: translate(5px);
}

.sf-feature__text {
	padding-left: 20px;
}

.sf-feature__head {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bolder{
    font-weight: bold;
}
.sf-feature__para {
    font-size: 18px;
    font-weight: 300;
}

.banner-bg {
    background-image: url(../images/banner-bg.svg);
    height: 310px;
    width: 100vw;
		max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -261px;
	margin-bottom: 0;
}

@media(min-width:768px) {
	.sf-feature__tile {
		width: 45%;
	}
	.banner-bg{
		height: 640px;
		background-size: cover;
		margin-top: -481px;
		margin-bottom: -100px;
	}
}

.sf-banner__vid-wrap {
	text-align: center;
	margin: 100px auto 50px;
	overflow: hidden;
	border-radius: 10px;
	background: 0 0;
	box-shadow: 0 0 20px 0 rgba(76, 76, 76, .3);
	width: 480px;
}

.sf-vid {
	width: 480px;
	height: 270px;
}

@media(min-width:768px) {
	.sf-vid {
		width: 100%;
		height: 526px;
		display: block;
	}
	.sf-banner__vid-wrap{
		width: 100%;
	}
}

@media (max-width: 576px) {
	.sf-vid {
		width: 320px;
		height: 180px;
	}
	.sf-banner__vid-wrap{
		width: 320px;
	}
	.banner-bg{
		margin-top: -200px;
		margin-bottom: -100px;
	}
}

@media (max-width: 620px) {
	#topbar-social-icons {
		display: none;
	}
}

@media (min-width: 620px) {
	#topbar-social-icons {
		display: inline-block;
	}
}


/* form */

.sf-demo {
  padding: 100px 0;
}
.form-wrapper{
  flex-wrap: wrap;
}
.sf-form__head {
  font-size:26px;
  font-weight: bold;
  color: #444444;
  margin-bottom : 25px;
}
.sf-form__head span{
  font-size: 36px;
  font-weight: bold;
  color: #6b00d2;
}
.sf-form__para{
  font-size: 20px;
  color: #696969;
}
.sf-demo form{
  margin-top:50px;
}
.form-group{
  margin-bottom:20px;
}
.form-group label {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #696969;
}

.form-group input{
  width:100%;
  padding: 15px;
  margin-top:5px;
  border-radius:10px;
  border-style: solid;
  border-width: 1px;
  border-color: #b2b2b2;
  font-size: 20px;
}
.form-group input:focus{
  border: 1px solid #7700FF;
  outline: none;
}
form .btn{
  margin: 20px auto 0;
  width: 100%;
  padding: 10px;
}
@media(min-width:768px){
  .sf-form__image,
.sf-form__content{
  width: 48%;
}
}
@media(max-width:	767px){
	.sf-form__image{
		margin: 0 auto;
		height: 300px;
		overflow: hidden;
	}
	.sf-form__content{
		padding-top	: 30px;
	}
}


/* tech */
.sf-specs__wrapper {
	background-image: url('../images/specs-bg.svg');
	background-size: contain;
}

.sf-tech{
	padding: 50px 0;
}

.sf-tech__content {
    width: 100%;
		max-width: 60rem;
		text-align: center;
		background: #efefef;
		padding: 2rem;
}

.sf-tech__detail-wrap.flex-wrapper,
.sf-tech__square.flex-wrapper{
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.sf-tech__detail-group {
	width: 100%;
	margin-bottom: 30px;
}

.sf-tech__head {
    font-weight: bold;
    font-size: 28px;
		margin-bottom: 3rem;
}
.sf-tech__detail-group p:first-child{
  font-weight : bold;
	padding-bottom : 5px;
	font-size: 20px;
}

#specs-table {
	text-align: left !important;
	margin-left: auto;
	margin-right: auto;
}

.sf-tech__detail-wrap.flex-wrapper{
	padding: 30px 0 0 ;
}
.sf-tech__content{
	margin-top: 30px;
}

@media(min-width:768px){
	.sf-tech{
		padding: 100px 0;
	}
	.sf-tech__detail-group {
		width: 30%;
		margin-bottom: 30px;
	}

	.sf-tech__detail-group.small{
		padding-left: 30px;
	}
	.sf-tech__detail-wrap.flex-wrapper{
		flex-wrap: wrap;
		padding: 50px 0;
	}
	.sf-tech__content{
		margin-top: 0px;
	}
}


/* footer */

footer {
	background: #e2e1e1;
	padding: 50px 0;
	color: #D0D0D0;
}

.flex-wrapper.sf-footer {
	align-items: flex-start;
	flex-wrap: wrap;
}

.sf-footer__head {
	color: #6b00d2;
	margin-bottom: 25px;
	font-weight: bold;
}

.sf-footer__head.big {
	font-size: 35px;
	font-weight: 300;
	line-height: 1;
}

.sf-footer__column {
	width: 100%;
}

.sf-footer__column+.sf-footer__column {
	margin-top: 50px;
}

.sf-footer__para+.sf-footer__head {
	margin-top: 40px
}

.sf-footer__para {
	font-size: 18px;
	margin-bottom: 15px;
	color: #171717;
}

.tm-notice {
	font-size: 1rem !important;
}

.tm-notice-company {
	display: inline-block;
}

.sf-footer__link {
	color: #171717;
	text-decoration: none;
	padding-bottom:3px;
}

.sf-footer__link:hover {
	border-bottom: 2px solid #7700FF;
}

@media(min-width:768px) {
	.sf-footer__column {
		width: 25%;
	}
	.sf-footer__column.big {
		width: 45%;
	}
	footer {
		padding: 100px 0;
	}
	.sf-footer__column+.sf-footer__column {
		margin-top: 0;
	}
}


/**
 * Additional pages
**/
/* Additional page layout */
.sf-primary-color {
	color: #6b00d2;
}
.sf-kb__subhead {
	color: #696969;
	margin: 2rem 0;
	font-size: 1.4rem;
}

.sf-kb-links {
	padding: 2rem;
	margin-top: 2rem;
	margin-bottom: 5rem;
	background: #f0f0f0;
}

.sf-kb-links ul, .sf-kb-content ul {
	list-style: circle;
	margin-top: 1rem;
	margin-left: 2rem;
}

.sf-kb-links ul li, .sf-kb-content ul li {
	padding: 0.3rem 0;
}

.sf-kb-links a, .sf-kb-content a {
	color: #6b00d2;
	text-decoration: none;
}

.sf-kb-links a:hover, .sf-kb-content a:hover {
	color: #7700FF;
	text-decoration: underline;
}

.sf-kb-content p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* how-to list */
.numbered-list {
	display: flex;
	align-items: center;
	justify-content: left;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.numbered-list .number-column {
	display: flex;
	align-items: center;
	justify-content: center;
}

.numbered-list .number-column .number {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6b00d2;
	width: 2rem;
	height: 2rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	border: 0.4rem solid #9900ff;
	border-radius: 50%;
	text-align: center;
	padding: 1rem;
}

.numbered-list .text-column {
	display: flex;
	justify-content: left;
	padding: 1rem;
}

.howto-list {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.howto-list:first-child {
	padding-top: 2rem;
}

.howto-list:last-child {
	padding-bottom: 2rem;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

th, td {
	border: 1px solid gray;
	padding: 1rem;
}

.table-wrapper {
	overflow: scroll;
}

#specs .table-wrapper {
	align-items: center;
	justify-content: center;
}

.logo-tm {
	vertical-align: top;
}

.sf-feature__list.flex-wrapper {
	align-items: flex-start;
}

.sf-feature__tile.flex-wrapper {
	align-items: flex-start;
	justify-content: space-evenly;
}

@media (max-width: 768px) {
	.sf-feature__tile.flex-wrapper {
		justify-content: flex-start;
	}

}

.sf-feature__icon {
	flex: 0 0 30%;
}

.sf-feature__icon img {
	width: 100%;
	border-radius: 0.8rem;
}

.sf-feature__text {
	min-width: 15rem;
}

.faded-bg {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.faded-bg::after {
  content: "";
  background-image: url(../images/specs-bg.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.announcement-banner {
	background-color: #6b00d2;
	border-color: #6b00d2;
	color: #fff;
	margin-bottom: 2rem;
}

.announcement-banner a {
	color: #fff;
	font-weight: bold;
}

.announcement-banner .announcement-content {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.nav-phone-number {
	margin-left: 0.6rem;
}

.buy-btn {
	font-size: 1.4rem;
	padding: 1rem;
	color: #fff!important;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.buy-btn:hover {
	text-decoration: none!important;
}


/**
 * Book Service Request.
 */
#service-request-form .form-error {
	color: red;
	font-size: 0.8rem;
}

#service-request-form-error.has-error {
	margin-bottom: 1rem;
	background: red;
	padding: 0.4rem 0.4rem 1.4rem 0.4rem;
	color: #fff;
	font-weight: bold;
}

#service-request-form-wrapper.is-done {
	margin-top: 2rem;
	margin-bottom: 2rem;
	background: green;
	padding: 0.4rem 1.4rem 0.4rem 1.4rem;
	color: #fff;
	font-weight: bold;
}


/**
 * Models section on homepage.
 */
.flex-wrapper-narrow {
justify-content: center;
}

.model-card {
padding: 2rem;
border: 0.1rem solid #efefef;
border-radius: 1rem;
margin: 2rem;
width: 50%;
max-width: 35rem;
}

.model-card:first-child {
margin-left: 0;
}

.model-card:last-child {
margin-right: 0;
}

.model-card img {
margin-top: 2rem;
border-radius: 1rem;
width: 100%;
}

.model-card__price {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 1rem;
}

.model-card .btn {
	margin-top: 1rem;
	font-size: 1.2rem;
	padding: 0.6rem 1.2rem;
}

@media (max-width: 768px) {
.flex-wrapper-narrow {
	flex-direction: column;
}

.model-card {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 75%;
}
}
