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

.clearfix:after,
.row:after {
	clear: both;
}

.clearfix-after:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #ed1c24;
	font: normal 400 13px/1.6 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
	margin: 0 0 .5em;
	color: #fff;
	letter-spacing: -.04em;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #fff200;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	border: 1px solid #333;
	border-radius: 4px;
	color: #333;
	padding: .4em .7em;
	-webkit-transition: border .4s ease-in-out;
	-o-transition: border .4s ease-in-out;
	transition: border .4s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="number"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #333;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: rgba(51, 51, 51, .3);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.error input[type="text"],
.error
  input[type="tel"],
.error
  input[type="email"],
.error
  input[type="search"],
.error
  input[type="number"],
.error
  input[type="password"],
.error
  input[type="url"],
.error
  input[type="date"],
.error
  textarea {
	border-color: #ed1c24;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 4px;
	outline: none;
}

select:focus,
select:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

.container,
.landing-frame {
	margin: 0 auto;
	padding-left: 8px;
	padding-right: 8px;
}

.row {
	margin-left: -8px;
	margin-right: -8px;
}

.row .col {
	float: left;
}

.row-in {
	margin-left: -8px;
	margin-right: -8px;
	font-size: 0;
	line-height: 0;
}

.row-in .col {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.6;
}

.xs-1,
.sm-1,
.md-1,
.lg-1,
.xs-2,
.sm-2,
.md-2,
.lg-2,
.xs-3,
.sm-3,
.md-3,
.lg-3,
.xs-4,
.sm-4,
.md-4,
.lg-4,
.xs-5,
.sm-5,
.md-5,
.lg-5,
.xs-6,
.sm-6,
.md-6,
.lg-6,
.xs-7,
.sm-7,
.md-7,
.lg-7,
.xs-8,
.sm-8,
.md-8,
.lg-8,
.xs-9,
.sm-9,
.md-9,
.lg-9,
.xs-10,
.sm-10,
.md-10,
.lg-10,
.xs-11,
.sm-11,
.md-11,
.lg-11,
.xs-12,
.sm-12,
.md-12,
.lg-12 {
	min-height: 1px;
	padding-left: 8px;
	padding-right: 8px;
}

.xs-1 {
	width: 8.3333333333%;
}

.xs-2 {
	width: 16.6666666667%;
}

.xs-3 {
	width: 25%;
}

.xs-4 {
	width: 33.3333333333%;
}

.xs-5 {
	width: 41.6666666667%;
}

.xs-6 {
	width: 50%;
}

.xs-7 {
	width: 58.3333333333%;
}

.xs-8 {
	width: 66.6666666667%;
}

.xs-9 {
	width: 75%;
}

.xs-10 {
	width: 83.3333333333%;
}

.xs-11 {
	width: 91.6666666667%;
}

.xs-12 {
	width: 100%;
}

.xs-pull-0 {
	right: auto;
}

.xs-pull-1 {
	right: 8.3333333333%;
}

.xs-pull-2 {
	right: 16.6666666667%;
}

.xs-pull-3 {
	right: 25%;
}

.xs-pull-4 {
	right: 33.3333333333%;
}

.xs-pull-5 {
	right: 41.6666666667%;
}

.xs-pull-6 {
	right: 50%;
}

.xs-pull-7 {
	right: 58.3333333333%;
}

.xs-pull-8 {
	right: 66.6666666667%;
}

.xs-pull-9 {
	right: 75%;
}

.xs-pull-10 {
	right: 83.3333333333%;
}

.xs-pull-11 {
	right: 91.6666666667%;
}

.xs-pull-12 {
	right: 100%;
}

.xs-push-0 {
	left: auto;
}

.xs-push-1 {
	left: 8.3333333333%;
}

.xs-push-2 {
	left: 16.6666666667%;
}

.xs-push-3 {
	left: 25%;
}

.xs-push-4 {
	left: 33.3333333333%;
}

.xs-push-5 {
	left: 41.6666666667%;
}

.xs-push-6 {
	left: 50%;
}

.xs-push-7 {
	left: 58.3333333333%;
}

.xs-push-8 {
	left: 66.6666666667%;
}

.xs-push-9 {
	left: 75%;
}

.xs-push-10 {
	left: 83.3333333333%;
}

.xs-push-11 {
	left: 91.6666666667%;
}

.xs-push-12 {
	left: 100%;
}

.xs-offset-0 {
	margin-left: 0;
}

.xs-offset-1 {
	margin-left: 8.3333333333%;
}

.xs-offset-2 {
	margin-left: 16.6666666667%;
}

.xs-offset-3 {
	margin-left: 25%;
}

.xs-offset-4 {
	margin-left: 33.3333333333%;
}

.xs-offset-5 {
	margin-left: 41.6666666667%;
}

.xs-offset-6 {
	margin-left: 50%;
}

.xs-offset-7 {
	margin-left: 58.3333333333%;
}

.xs-offset-8 {
	margin-left: 66.6666666667%;
}

.xs-offset-9 {
	margin-left: 75%;
}

.xs-offset-10 {
	margin-left: 83.3333333333%;
}

.xs-offset-11 {
	margin-left: 91.6666666667%;
}

.xs-offset-12 {
	margin-left: 100%;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

#wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.container,
.landing-frame {
	max-width: 480px;
}

/* #__bs_notify__ {
	display: none !important;
} */

.landing-frame {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-logo {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.site-logo a {
	display: block;
}

.site-logo img {
	vertical-align: top;
}

#info-text {
	padding: 15px 0 20px;
	color: #fff200;
}

#info-text h2 {
	font-size: 40px;
	line-height: 1.2;
	color: #fff200;
	margin: 0;
}

.info-gallery {
	position: relative;
	width: 100%;
}

.info-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.info-gallery .slideset {
	width: 100%;
	float: left;
}

.info-gallery .slide {
	width: 100%;
	float: left;
}

.info-gallery .slide.active {
	z-index: 1;
}

.smart-store {
	margin: 0 0 30px;
}

.smart-store ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
	padding: 0 10px;
}

.smart-store ul li {
	padding: 0 10px;
}

.smart-store ul a {
	display: block;
}

.smart-store ul a img {
	vertical-align: top;
}

.about-text h1 {
	font-size: 22px;
	line-height: 1.4em;
	margin: 0;
}

.about-text .meta {
	display: block;
	padding: 4px 0 0;
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}

	.container,
	.landing-frame {
		padding-left: 8px;
		padding-right: 8px;
	}

	.row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.row-in {
		margin-left: -8px;
		margin-right: -8px;
	}

	.xs-1,
	.sm-1,
	.md-1,
	.lg-1,
	.xs-2,
	.sm-2,
	.md-2,
	.lg-2,
	.xs-3,
	.sm-3,
	.md-3,
	.lg-3,
	.xs-4,
	.sm-4,
	.md-4,
	.lg-4,
	.xs-5,
	.sm-5,
	.md-5,
	.lg-5,
	.xs-6,
	.sm-6,
	.md-6,
	.lg-6,
	.xs-7,
	.sm-7,
	.md-7,
	.lg-7,
	.xs-8,
	.sm-8,
	.md-8,
	.lg-8,
	.xs-9,
	.sm-9,
	.md-9,
	.lg-9,
	.xs-10,
	.sm-10,
	.md-10,
	.lg-10,
	.xs-11,
	.sm-11,
	.md-11,
	.lg-11,
	.xs-12,
	.sm-12,
	.md-12,
	.lg-12 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.sm-1 {
		width: 8.3333333333%;
	}

	.sm-2 {
		width: 16.6666666667%;
	}

	.sm-3 {
		width: 25%;
	}

	.sm-4 {
		width: 33.3333333333%;
	}

	.sm-5 {
		width: 41.6666666667%;
	}

	.sm-6 {
		width: 50%;
	}

	.sm-7 {
		width: 58.3333333333%;
	}

	.sm-8 {
		width: 66.6666666667%;
	}

	.sm-9 {
		width: 75%;
	}

	.sm-10 {
		width: 83.3333333333%;
	}

	.sm-11 {
		width: 91.6666666667%;
	}

	.sm-12 {
		width: 100%;
	}

	.sm-pull-0 {
		right: auto;
	}

	.sm-pull-1 {
		right: 8.3333333333%;
	}

	.sm-pull-2 {
		right: 16.6666666667%;
	}

	.sm-pull-3 {
		right: 25%;
	}

	.sm-pull-4 {
		right: 33.3333333333%;
	}

	.sm-pull-5 {
		right: 41.6666666667%;
	}

	.sm-pull-6 {
		right: 50%;
	}

	.sm-pull-7 {
		right: 58.3333333333%;
	}

	.sm-pull-8 {
		right: 66.6666666667%;
	}

	.sm-pull-9 {
		right: 75%;
	}

	.sm-pull-10 {
		right: 83.3333333333%;
	}

	.sm-pull-11 {
		right: 91.6666666667%;
	}

	.sm-pull-12 {
		right: 100%;
	}

	.sm-push-0 {
		left: auto;
	}

	.sm-push-1 {
		left: 8.3333333333%;
	}

	.sm-push-2 {
		left: 16.6666666667%;
	}

	.sm-push-3 {
		left: 25%;
	}

	.sm-push-4 {
		left: 33.3333333333%;
	}

	.sm-push-5 {
		left: 41.6666666667%;
	}

	.sm-push-6 {
		left: 50%;
	}

	.sm-push-7 {
		left: 58.3333333333%;
	}

	.sm-push-8 {
		left: 66.6666666667%;
	}

	.sm-push-9 {
		left: 75%;
	}

	.sm-push-10 {
		left: 83.3333333333%;
	}

	.sm-push-11 {
		left: 91.6666666667%;
	}

	.sm-push-12 {
		left: 100%;
	}

	.sm-offset-0 {
		margin-left: 0;
	}

	.sm-offset-1 {
		margin-left: 8.3333333333%;
	}

	.sm-offset-2 {
		margin-left: 16.6666666667%;
	}

	.sm-offset-3 {
		margin-left: 25%;
	}

	.sm-offset-4 {
		margin-left: 33.3333333333%;
	}

	.sm-offset-5 {
		margin-left: 41.6666666667%;
	}

	.sm-offset-6 {
		margin-left: 50%;
	}

	.sm-offset-7 {
		margin-left: 58.3333333333%;
	}

	.sm-offset-8 {
		margin-left: 66.6666666667%;
	}

	.sm-offset-9 {
		margin-left: 75%;
	}

	.sm-offset-10 {
		margin-left: 83.3333333333%;
	}

	.sm-offset-11 {
		margin-left: 91.6666666667%;
	}

	.sm-offset-12 {
		margin-left: 100%;
	}

	.container,
	.landing-frame {
		max-width: 600px;
	}

	.landing-frame {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#info-text {
		padding: 10px 0 35px;
	}

	#info-text h2 {
		font-size: 60px;
	}

	.smart-store ul {
		padding: 0;
	}

	.about-text h1 {
		font-size: 27px;
		line-height: 1.3em;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.container,
	.landing-frame {
		padding-left: 8px;
		padding-right: 8px;
	}

	.row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.row-in {
		margin-left: -8px;
		margin-right: -8px;
	}

	.xs-1,
	.sm-1,
	.md-1,
	.lg-1,
	.xs-2,
	.sm-2,
	.md-2,
	.lg-2,
	.xs-3,
	.sm-3,
	.md-3,
	.lg-3,
	.xs-4,
	.sm-4,
	.md-4,
	.lg-4,
	.xs-5,
	.sm-5,
	.md-5,
	.lg-5,
	.xs-6,
	.sm-6,
	.md-6,
	.lg-6,
	.xs-7,
	.sm-7,
	.md-7,
	.lg-7,
	.xs-8,
	.sm-8,
	.md-8,
	.lg-8,
	.xs-9,
	.sm-9,
	.md-9,
	.lg-9,
	.xs-10,
	.sm-10,
	.md-10,
	.lg-10,
	.xs-11,
	.sm-11,
	.md-11,
	.lg-11,
	.xs-12,
	.sm-12,
	.md-12,
	.lg-12 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.md-1 {
		width: 8.3333333333%;
	}

	.md-2 {
		width: 16.6666666667%;
	}

	.md-3 {
		width: 25%;
	}

	.md-4 {
		width: 33.3333333333%;
	}

	.md-5 {
		width: 41.6666666667%;
	}

	.md-6 {
		width: 50%;
	}

	.md-7 {
		width: 58.3333333333%;
	}

	.md-8 {
		width: 66.6666666667%;
	}

	.md-9 {
		width: 75%;
	}

	.md-10 {
		width: 83.3333333333%;
	}

	.md-11 {
		width: 91.6666666667%;
	}

	.md-12 {
		width: 100%;
	}

	.md-pull-0 {
		right: auto;
	}

	.md-pull-1 {
		right: 8.3333333333%;
	}

	.md-pull-2 {
		right: 16.6666666667%;
	}

	.md-pull-3 {
		right: 25%;
	}

	.md-pull-4 {
		right: 33.3333333333%;
	}

	.md-pull-5 {
		right: 41.6666666667%;
	}

	.md-pull-6 {
		right: 50%;
	}

	.md-pull-7 {
		right: 58.3333333333%;
	}

	.md-pull-8 {
		right: 66.6666666667%;
	}

	.md-pull-9 {
		right: 75%;
	}

	.md-pull-10 {
		right: 83.3333333333%;
	}

	.md-pull-11 {
		right: 91.6666666667%;
	}

	.md-pull-12 {
		right: 100%;
	}

	.md-push-0 {
		left: auto;
	}

	.md-push-1 {
		left: 8.3333333333%;
	}

	.md-push-2 {
		left: 16.6666666667%;
	}

	.md-push-3 {
		left: 25%;
	}

	.md-push-4 {
		left: 33.3333333333%;
	}

	.md-push-5 {
		left: 41.6666666667%;
	}

	.md-push-6 {
		left: 50%;
	}

	.md-push-7 {
		left: 58.3333333333%;
	}

	.md-push-8 {
		left: 66.6666666667%;
	}

	.md-push-9 {
		left: 75%;
	}

	.md-push-10 {
		left: 83.3333333333%;
	}

	.md-push-11 {
		left: 91.6666666667%;
	}

	.md-push-12 {
		left: 100%;
	}

	.md-offset-0 {
		margin-left: 0;
	}

	.md-offset-1 {
		margin-left: 8.3333333333%;
	}

	.md-offset-2 {
		margin-left: 16.6666666667%;
	}

	.md-offset-3 {
		margin-left: 25%;
	}

	.md-offset-4 {
		margin-left: 33.3333333333%;
	}

	.md-offset-5 {
		margin-left: 41.6666666667%;
	}

	.md-offset-6 {
		margin-left: 50%;
	}

	.md-offset-7 {
		margin-left: 58.3333333333%;
	}

	.md-offset-8 {
		margin-left: 66.6666666667%;
	}

	.md-offset-9 {
		margin-left: 75%;
	}

	.md-offset-10 {
		margin-left: 83.3333333333%;
	}

	.md-offset-11 {
		margin-left: 91.6666666667%;
	}

	.md-offset-12 {
		margin-left: 100%;
	}

	.container,
	.landing-frame {
		max-width: 800px;
	}

	.site-logo {
		width: 392px;
	}

	#info-text h2 {
		font-size: 80px;
	}

	.about-text h1 {
		font-size: 37px;
		line-height: 1.12em;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.container,
	.landing-frame {
		padding-left: 8px;
		padding-right: 8px;
	}

	.row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.row-in {
		margin-left: -8px;
		margin-right: -8px;
	}

	.xs-1,
	.sm-1,
	.md-1,
	.lg-1,
	.xs-2,
	.sm-2,
	.md-2,
	.lg-2,
	.xs-3,
	.sm-3,
	.md-3,
	.lg-3,
	.xs-4,
	.sm-4,
	.md-4,
	.lg-4,
	.xs-5,
	.sm-5,
	.md-5,
	.lg-5,
	.xs-6,
	.sm-6,
	.md-6,
	.lg-6,
	.xs-7,
	.sm-7,
	.md-7,
	.lg-7,
	.xs-8,
	.sm-8,
	.md-8,
	.lg-8,
	.xs-9,
	.sm-9,
	.md-9,
	.lg-9,
	.xs-10,
	.sm-10,
	.md-10,
	.lg-10,
	.xs-11,
	.sm-11,
	.md-11,
	.lg-11,
	.xs-12,
	.sm-12,
	.md-12,
	.lg-12 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.lg-1 {
		width: 8.3333333333%;
	}

	.lg-2 {
		width: 16.6666666667%;
	}

	.lg-3 {
		width: 25%;
	}

	.lg-4 {
		width: 33.3333333333%;
	}

	.lg-5 {
		width: 41.6666666667%;
	}

	.lg-6 {
		width: 50%;
	}

	.lg-7 {
		width: 58.3333333333%;
	}

	.lg-8 {
		width: 66.6666666667%;
	}

	.lg-9 {
		width: 75%;
	}

	.lg-10 {
		width: 83.3333333333%;
	}

	.lg-11 {
		width: 91.6666666667%;
	}

	.lg-12 {
		width: 100%;
	}

	.lg-pull-0 {
		right: auto;
	}

	.lg-pull-1 {
		right: 8.3333333333%;
	}

	.lg-pull-2 {
		right: 16.6666666667%;
	}

	.lg-pull-3 {
		right: 25%;
	}

	.lg-pull-4 {
		right: 33.3333333333%;
	}

	.lg-pull-5 {
		right: 41.6666666667%;
	}

	.lg-pull-6 {
		right: 50%;
	}

	.lg-pull-7 {
		right: 58.3333333333%;
	}

	.lg-pull-8 {
		right: 66.6666666667%;
	}

	.lg-pull-9 {
		right: 75%;
	}

	.lg-pull-10 {
		right: 83.3333333333%;
	}

	.lg-pull-11 {
		right: 91.6666666667%;
	}

	.lg-pull-12 {
		right: 100%;
	}

	.lg-push-0 {
		left: auto;
	}

	.lg-push-1 {
		left: 8.3333333333%;
	}

	.lg-push-2 {
		left: 16.6666666667%;
	}

	.lg-push-3 {
		left: 25%;
	}

	.lg-push-4 {
		left: 33.3333333333%;
	}

	.lg-push-5 {
		left: 41.6666666667%;
	}

	.lg-push-6 {
		left: 50%;
	}

	.lg-push-7 {
		left: 58.3333333333%;
	}

	.lg-push-8 {
		left: 66.6666666667%;
	}

	.lg-push-9 {
		left: 75%;
	}

	.lg-push-10 {
		left: 83.3333333333%;
	}

	.lg-push-11 {
		left: 91.6666666667%;
	}

	.lg-push-12 {
		left: 100%;
	}

	.lg-offset-0 {
		margin-left: 0;
	}

	.lg-offset-1 {
		margin-left: 8.3333333333%;
	}

	.lg-offset-2 {
		margin-left: 16.6666666667%;
	}

	.lg-offset-3 {
		margin-left: 25%;
	}

	.lg-offset-4 {
		margin-left: 33.3333333333%;
	}

	.lg-offset-5 {
		margin-left: 41.6666666667%;
	}

	.lg-offset-6 {
		margin-left: 50%;
	}

	.lg-offset-7 {
		margin-left: 58.3333333333%;
	}

	.lg-offset-8 {
		margin-left: 66.6666666667%;
	}

	.lg-offset-9 {
		margin-left: 75%;
	}

	.lg-offset-10 {
		margin-left: 83.3333333333%;
	}

	.lg-offset-11 {
		margin-left: 91.6666666667%;
	}

	.lg-offset-12 {
		margin-left: 100%;
	}

	.visible-lg {
		display: block !important;
	}

	.hidden-lg {
		display: none !important;
	}

	#info-text h2 {
		font-size: 100px;
	}
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}
}

@-webkit-keyframes autofill {
	to {
		background: #fff;
		color: #333;
	}
}

