
@charset "UTF-8";

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

@font-face {
	font-family: Roboto-Regular;
	font-style: normal;
	src: url(../fonts/Roboto-Regular.woff);
}

@font-face {
	font-family: SpectralSC-Medium;
	font-style: normal;
	src: url(../fonts/SpectralSC-Medium.woff);
}

.floatmargin18 {
margin-top: 18px;
}

.spoiler-block3 b {
color: #d1b568;
}

/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: Roboto-Regular;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}
audio,
canvas,
progress,
video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
progress {
	vertical-align: baseline
}
[hidden],
template {
	display: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b,
strong {
	font-weight: inherit;
	font-weight: bolder
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}
optgroup {
	font-weight: 700
}
button,
input {
	overflow: visible
}
button,
select {
	text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
textarea {
	overflow: auto
}
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
@media print {
	*,
	:after,
	:before,
	:first-letter,
	blockquote:first-line,
	div:first-line,
	li:first-line,
	p:first-line {
		text-shadow: none!important;
		box-shadow: none!important
	}
	
	a,
	a:visited {
		text-decoration: underline
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	
	pre {
		white-space: pre-wrap!important
	}
	
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	
	thead {
		display: table-header-group
	}
	
	img,
	tr {
		page-break-inside: avoid
	}
	
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	
	h2,
	h3 {
		page-break-after: avoid
	}
	
	.navbar {
		display: none
	}
	
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	
	.tag {
		border: 1px solid #000
	}
	
	.table {
		border-collapse: collapse!important
	}
	
	.table td,
	.table th {
		background-color: #fff!important
	}
	
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}
html {
	box-sizing: border-box
}
*,
:after,
:before {
	box-sizing: inherit
}
@-ms-viewport {
	width: device-width
}
html {
	font-size: 16px;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
body {
	font-family: Roboto-Regular, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #2c3e50;
	background-color: #fdfcf9
}
[tabindex="-1"]:focus {
	outline: none!important
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #818a91
}
address {
	font-style: normal;
	line-height: inherit
}
address,
dl,
ol,
ul {
	margin-bottom: 1rem
}
dl,
ol,
ul {
	margin-top: 0
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
a {
	color: #22313f;
	text-decoration: none
}
a:focus,
a:hover {
	color: #070a0d;
	text-decoration: underline
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: none
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle
}
[role=button] {
	cursor: pointer
}
[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
table {
	border-collapse: collapse;
	background-color: transparent
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #818a91;
	caption-side: bottom
}
caption,
th {
	text-align: left
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button,
input,
select,
textarea {
	line-height: inherit
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
	cursor: not-allowed
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}
textarea {
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit
}
input[type=search] {
	-webkit-appearance: none
}
output {
	display: inline-block
}
[hidden] {
	display: none!important
}
.img-fluid,
.img-thumbnail,
.wp-caption {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fdfcf9;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.figure {
	display: inline-block
}
.figure-img,
.wp-caption {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption,
.wp-caption-text {
	font-size: 90%;
	color: #818a91
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
code {
	color: #bd4147;
	background-color: #f7f7f9;
	border-radius: 0
}
code,
kbd {
	padding: .2rem .4rem;
	font-size: 90%
}
kbd {
	color: #fff;
	background-color: #333;
	border-radius: .2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 90%;
	color: #3c3c3c
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 18px;
	padding-right: 18px
}
.container:after {
	content: "";
	display: table;
	clear: both
}
@media (min-width:576px) {
	.container {
		width: 540px;
		max-width: 100%
	}
}
@media (min-width:768px) {
	.container {
		width: 720px;
		max-width: 100%
	}
}
@media (min-width:992px) {
	.container {
		width: 960px;
		max-width: 100%
	}
}
@media (min-width:1280px) {
	.container {
		width: 1220px;
		max-width: 100%
	}
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 18px;
	padding-right: 18px
}
.container-fluid:after {
	content: "";
	display: table;
	clear: both
}
.row {
	margin-right: -12px;
	margin-left: -12px
}
.row:after {
	content: "";
	display: table;
	clear: both
}
@media (min-width:576px) {
	.row {
		margin-right: -16px;
		margin-left: -16px
	}
}
@media (min-width:768px) {
	.row {
		margin-right: -16px;
		margin-left: -16px
	}
}
@media (min-width:992px) {
	.row {
		margin-right: -18px;
		margin-left: -18px
	}
}
@media (min-width:1280px) {
	.row {
		margin-right: -18px;
		margin-left: -18px
	}
}
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 12px;
	padding-left: 12px
}
@media (min-width:576px) {
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xs,
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		padding-right: 16px;
		padding-left: 16px
	}
}
@media (min-width:768px) {
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xs,
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		padding-right: 16px;
		padding-left: 16px
	}
}
@media (min-width:992px) {
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xs,
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		padding-right: 18px;
		padding-left: 18px
	}
}
@media (min-width:1280px) {
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xs,
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		padding-right: 18px;
		padding-left: 18px
	}
}
.col-xs-1 {
	float: left;
	width: 8.3333333333%
}
.col-xs-2 {
	float: left;
	width: 16.6666666667%
}
.col-xs-3 {
	float: left;
	width: 25%
}
.col-xs-4 {
	float: left;
	width: 33.3333333333%
}
.col-xs-5 {
	float: left;
	width: 41.6666666667%
}
.col-xs-6 {
	float: left;
	width: 50%
}
.col-xs-7 {
	float: left;
	width: 58.3333333333%
}
.col-xs-8 {
	float: left;
	width: 66.6666666667%
}
.col-xs-9 {
	float: left;
	width: 75%
}
.col-xs-10 {
	float: left;
	width: 83.3333333333%
}
.col-xs-11 {
	float: left;
	width: 91.6666666667%
}
.col-xs-12 {
	float: left;
	width: 100%
}
.pull-xs-0 {
	right: auto
}
.pull-xs-1 {
	right: 8.3333333333%
}
.pull-xs-2 {
	right: 16.6666666667%
}
.pull-xs-3 {
	right: 25%
}
.pull-xs-4 {
	right: 33.3333333333%
}
.pull-xs-5 {
	right: 41.6666666667%
}
.pull-xs-6 {
	right: 50%
}
.pull-xs-7 {
	right: 58.3333333333%
}
.pull-xs-8 {
	right: 66.6666666667%
}
.pull-xs-9 {
	right: 75%
}
.pull-xs-10 {
	right: 83.3333333333%
}
.pull-xs-11 {
	right: 91.6666666667%
}
.pull-xs-12 {
	right: 100%
}
.push-xs-0 {
	left: auto
}
.push-xs-1 {
	left: 8.3333333333%
}
.push-xs-2 {
	left: 16.6666666667%
}
.push-xs-3 {
	left: 25%
}
.push-xs-4 {
	left: 33.3333333333%
}
.push-xs-5 {
	left: 41.6666666667%
}
.push-xs-6 {
	left: 50%
}
.push-xs-7 {
	left: 58.3333333333%
}
.push-xs-8 {
	left: 66.6666666667%
}
.push-xs-9 {
	left: 75%
}
.push-xs-10 {
	left: 83.3333333333%
}
.push-xs-11 {
	left: 91.6666666667%
}
.push-xs-12 {
	left: 100%
}
.offset-xs-1 {
	margin-left: 8.3333333333%
}
.offset-xs-2 {
	margin-left: 16.6666666667%
}
.offset-xs-3 {
	margin-left: 25%
}
.offset-xs-4 {
	margin-left: 33.3333333333%
}
.offset-xs-5 {
	margin-left: 41.6666666667%
}
.offset-xs-6 {
	margin-left: 50%
}
.offset-xs-7 {
	margin-left: 58.3333333333%
}
.offset-xs-8 {
	margin-left: 66.6666666667%
}
.offset-xs-9 {
	margin-left: 75%
}
.offset-xs-10 {
	margin-left: 83.3333333333%
}
.offset-xs-11 {
	margin-left: 91.6666666667%
}
@media (min-width:576px) {
	.col-sm-1 {
		float: left;
		width: 8.3333333333%
	}
	
	.col-sm-2 {
		float: left;
		width: 16.6666666667%
	}
	
	.col-sm-3 {
		float: left;
		width: 25%
	}
	
	.col-sm-4 {
		float: left;
		width: 33.3333333333%
	}
	
	.col-sm-5 {
		float: left;
		width: 41.6666666667%
	}
	
	.col-sm-6 {
		float: left;
		width: 50%
	}
	
	.col-sm-7 {
		float: left;
		width: 58.3333333333%
	}
	
	.col-sm-8 {
		float: left;
		width: 66.6666666667%
	}
	
	.col-sm-9 {
		float: left;
		width: 75%
	}
	
	.col-sm-10 {
		float: left;
		width: 83.3333333333%
	}
	
	.col-sm-11 {
		float: left;
		width: 91.6666666667%
	}
	
	.col-sm-12 {
		float: left;
		width: 100%
	}
	
	.pull-sm-0 {
		right: auto
	}
	
	.pull-sm-1 {
		right: 8.3333333333%
	}
	
	.pull-sm-2 {
		right: 16.6666666667%
	}
	
	.pull-sm-3 {
		right: 25%
	}
	
	.pull-sm-4 {
		right: 33.3333333333%
	}
	
	.pull-sm-5 {
		right: 41.6666666667%
	}
	
	.pull-sm-6 {
		right: 50%
	}
	
	.pull-sm-7 {
		right: 58.3333333333%
	}
	
	.pull-sm-8 {
		right: 66.6666666667%
	}
	
	.pull-sm-9 {
		right: 75%
	}
	
	.pull-sm-10 {
		right: 83.3333333333%
	}
	
	.pull-sm-11 {
		right: 91.6666666667%
	}
	
	.pull-sm-12 {
		right: 100%
	}
	
	.push-sm-0 {
		left: auto
	}
	
	.push-sm-1 {
		left: 8.3333333333%
	}
	
	.push-sm-2 {
		left: 16.6666666667%
	}
	
	.push-sm-3 {
		left: 25%
	}
	
	.push-sm-4 {
		left: 33.3333333333%
	}
	
	.push-sm-5 {
		left: 41.6666666667%
	}
	
	.push-sm-6 {
		left: 50%
	}
	
	.push-sm-7 {
		left: 58.3333333333%
	}
	
	.push-sm-8 {
		left: 66.6666666667%
	}
	
	.push-sm-9 {
		left: 75%
	}
	
	.push-sm-10 {
		left: 83.3333333333%
	}
	
	.push-sm-11 {
		left: 91.6666666667%
	}
	
	.push-sm-12 {
		left: 100%
	}
	
	.offset-sm-0 {
		margin-left: 0
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%
	}
	
	.offset-sm-3 {
		margin-left: 25%
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%
	}
	
	.offset-sm-5 {
		margin-left: 41.6666666667%
	}
	
	.offset-sm-6 {
		margin-left: 50%
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%
	}
	
	.offset-sm-9 {
		margin-left: 75%
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}
@media (min-width:768px) {
	.col-md-1 {
		float: left;
		width: 8.3333333333%
	}
	
	.col-md-2 {
		float: left;
		width: 16.6666666667%
	}
	
	.col-md-3 {
		float: left;
		width: 25%
	}
	
	.col-md-4 {
		float: left;
		width: 33.3333333333%
	}
	
	.col-md-5 {
		float: left;
		width: 41.6666666667%
	}
	
	.col-md-6 {
		float: left;
		width: 50%
	}
	
	.col-md-7 {
		float: left;
		width: 58.3333333333%
	}
	
	.col-md-8 {
		float: left;
		width: 66.6666666667%
	}
	
	.col-md-9 {
		float: left;
		width: 75%
	}
	
	.col-md-10 {
		float: left;
		width: 83.3333333333%
	}
	
	.col-md-11 {
		float: left;
		width: 91.6666666667%
	}
	
	.col-md-12 {
		float: left;
		width: 100%
	}
	
	.pull-md-0 {
		right: auto
	}
	
	.pull-md-1 {
		right: 8.3333333333%
	}
	
	.pull-md-2 {
		right: 16.6666666667%
	}
	
	.pull-md-3 {
		right: 25%
	}
	
	.pull-md-4 {
		right: 33.3333333333%
	}
	
	.pull-md-5 {
		right: 41.6666666667%
	}
	
	.pull-md-6 {
		right: 50%
	}
	
	.pull-md-7 {
		right: 58.3333333333%
	}
	
	.pull-md-8 {
		right: 66.6666666667%
	}
	
	.pull-md-9 {
		right: 75%
	}
	
	.pull-md-10 {
		right: 83.3333333333%
	}
	
	.pull-md-11 {
		right: 91.6666666667%
	}
	
	.pull-md-12 {
		right: 100%
	}
	
	.push-md-0 {
		left: auto
	}
	
	.push-md-1 {
		left: 8.3333333333%
	}
	
	.push-md-2 {
		left: 16.6666666667%
	}
	
	.push-md-3 {
		left: 25%
	}
	
	.push-md-4 {
		left: 33.3333333333%
	}
	
	.push-md-5 {
		left: 41.6666666667%
	}
	
	.push-md-6 {
		left: 50%
	}
	
	.push-md-7 {
		left: 58.3333333333%
	}
	
	.push-md-8 {
		left: 66.6666666667%
	}
	
	.push-md-9 {
		left: 75%
	}
	
	.push-md-10 {
		left: 83.3333333333%
	}
	
	.push-md-11 {
		left: 91.6666666667%
	}
	
	.push-md-12 {
		left: 100%
	}
	
	.offset-md-0 {
		margin-left: 0
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%
	}
	
	.offset-md-3 {
		margin-left: 25%
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%
	}
	
	.offset-md-6 {
		margin-left: 50%
	}
	
	.offset-md-7 {
		margin-left: 58.3333333333%
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%
	}
	
	.offset-md-9 {
		margin-left: 75%
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}
@media (min-width:992px) {
	.col-lg-1 {
		float: left;
		width: 8.3333333333%
	}
	
	.col-lg-2 {
		float: left;
		width: 16.6666666667%
	}
	
	.col-lg-3 {
		float: left;
		width: 25%
	}
	
	.col-lg-4 {
		float: left;
		width: 33.3333333333%
	}
	
	.col-lg-5 {
		float: left;
		width: 41.6666666667%
	}
	
	.col-lg-6 {
		float: left;
		width: 50%
	}
	
	.col-lg-7 {
		float: left;
		width: 58.3333333333%
	}
	
	.col-lg-8 {
		float: left;
		width: 66.6666666667%
	}
	
	.col-lg-9 {
		float: left;
		width: 75%
	}
	
	.col-lg-10 {
		float: left;
		width: 83.3333333333%
	}
	
	.col-lg-11 {
		float: left;
		width: 91.6666666667%
	}
	
	.col-lg-12 {
		float: left;
		width: 100%
	}
	
	.pull-lg-0 {
		right: auto
	}
	
	.pull-lg-1 {
		right: 8.3333333333%
	}
	
	.pull-lg-2 {
		right: 16.6666666667%
	}
	
	.pull-lg-3 {
		right: 25%
	}
	
	.pull-lg-4 {
		right: 33.3333333333%
	}
	
	.pull-lg-5 {
		right: 41.6666666667%
	}
	
	.pull-lg-6 {
		right: 50%
	}
	
	.pull-lg-7 {
		right: 58.3333333333%
	}
	
	.pull-lg-8 {
		right: 66.6666666667%
	}
	
	.pull-lg-9 {
		right: 75%
	}
	
	.pull-lg-10 {
		right: 83.3333333333%
	}
	
	.pull-lg-11 {
		right: 91.6666666667%
	}
	
	.pull-lg-12 {
		right: 100%
	}
	
	.push-lg-0 {
		left: auto
	}
	
	.push-lg-1 {
		left: 8.3333333333%
	}
	
	.push-lg-2 {
		left: 16.6666666667%
	}
	
	.push-lg-3 {
		left: 25%
	}
	
	.push-lg-4 {
		left: 33.3333333333%
	}
	
	.push-lg-5 {
		left: 41.6666666667%
	}
	
	.push-lg-6 {
		left: 50%
	}
	
	.push-lg-7 {
		left: 58.3333333333%
	}
	
	.push-lg-8 {
		left: 66.6666666667%
	}
	
	.push-lg-9 {
		left: 75%
	}
	
	.push-lg-10 {
		left: 83.3333333333%
	}
	
	.push-lg-11 {
		left: 91.6666666667%
	}
	
	.push-lg-12 {
		left: 100%
	}
	
	.offset-lg-0 {
		margin-left: 0
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
	
	.offset-lg-2 {
		margin-left: 16.6666666667% !important
	}
	
	.offset-lg-3 {
		margin-left: 25%
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%
	}
	
	.offset-lg-6 {
		margin-left: 50%
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%
	}
	
	.offset-lg-9 {
		margin-left: 75%
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}
@media (min-width:1280px) {
	.col-xl-1 {
		float: left;
		width: 8.3333333333%
	}
	
	.col-xl-2 {
		float: left;
		width: 16.6666666667%
	}
	
	.col-xl-3 {
		float: left;
		width: 25%
	}
	
	.col-xl-4 {
		float: left;
		width: 33.3333333333%
	}
	
	.col-xl-5 {
		float: left;
		width: 41.6666666667%
	}
	
	.col-xl-6 {
		float: left;
		width: 50%
	}
	
	.col-xl-7 {
		float: left;
		width: 58.3333333333%
	}
	
	.col-xl-8 {
		float: left;
		width: 66.6666666667%
	}
	
	.col-xl-9 {
		float: left;
		width: 75%
	}
	
	.col-xl-10 {
		float: left;
		width: 83.3333333333%
	}
	
	.col-xl-11 {
		float: left;
		width: 91.6666666667%
	}
	
	.col-xl-12 {
		float: left;
		width: 100%
	}
	
	.pull-xl-0 {
		right: auto
	}
	
	.pull-xl-1 {
		right: 8.3333333333%
	}
	
	.pull-xl-2 {
		right: 16.6666666667%
	}
	
	.pull-xl-3 {
		right: 25%
	}
	
	.pull-xl-4 {
		right: 33.3333333333%
	}
	
	.pull-xl-5 {
		right: 41.6666666667%
	}
	
	.pull-xl-6 {
		right: 50%
	}
	
	.pull-xl-7 {
		right: 58.3333333333%
	}
	
	.pull-xl-8 {
		right: 66.6666666667%
	}
	
	.pull-xl-9 {
		right: 75%
	}
	
	.pull-xl-10 {
		right: 83.3333333333%
	}
	
	.pull-xl-11 {
		right: 91.6666666667%
	}
	
	.pull-xl-12 {
		right: 100%
	}
	
	.push-xl-0 {
		left: auto
	}
	
	.push-xl-1 {
		left: 8.3333333333%
	}
	
	.push-xl-2 {
		left: 16.6666666667%
	}
	
	.push-xl-3 {
		left: 25%
	}
	
	.push-xl-4 {
		left: 33.3333333333%
	}
	
	.push-xl-5 {
		left: 41.6666666667%
	}
	
	.push-xl-6 {
		left: 50%
	}
	
	.push-xl-7 {
		left: 58.3333333333%
	}
	
	.push-xl-8 {
		left: 66.6666666667%
	}
	
	.push-xl-9 {
		left: 75%
	}
	
	.push-xl-10 {
		left: 83.3333333333%
	}
	
	.push-xl-11 {
		left: 91.6666666667%
	}
	
	.push-xl-12 {
		left: 100%
	}
	
	.offset-xl-0 {
		margin-left: 0
	}
	
	.offset-xl-1 {
		margin-left: 8.3333333333%
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%
	}
	
	.offset-xl-3 {
		margin-left: 25%
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%
	}
	
	.offset-xl-6 {
		margin-left: 50%
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%
	}
	
	.offset-xl-9 {
		margin-left: 75%
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}
.form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}
.form-control:focus {
	color: #55595c;
	background-color: #fff;
	border-color: #66afe9;
	outline: none
}
.form-control::-webkit-input-placeholder {
	color: #999;
	opacity: 1
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #999;
	opacity: 1
}
.form-control::placeholder {
	color: #999;
	opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #eceeef;
	opacity: 1
}
.form-control:disabled {
	cursor: not-allowed
}
select.form-control:not([size]):not([multiple]) {
	height: calc(2.5rem - 2px)
}
select.form-control:focus::-ms-value {
	color: #55595c;
	background-color: #fff
}
.form-control-file,
.form-control-range {
	display: block
}
.col-form-label {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0
}
.col-form-label-lg {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem
}
.col-form-label-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 1rem
}
.col-form-legend {
	margin-bottom: 0;
	font-size: 1rem
}
.col-form-legend,
.form-control-static {
	padding-top: .5rem;
	padding-bottom: .5rem
}
.form-control-static {
	line-height: 1.25;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-static.form-control-lg,
.form-control-static.form-control-sm {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
	padding: .25rem .5rem;
	font-size: 1rem;
	border-radius: .2rem
}
select.form-control-sm:not([size]):not([multiple]) {
	height: 2rem
}
.form-control-lg {
	padding: .75rem 1.5rem;
	font-size: 1rem;
	border-radius: .3rem
}
select.form-control-lg:not([size]):not([multiple]) {
	height: 2.8333333333rem
}
.form-group {
	margin-bottom: 1rem
}
.form-text {
	display: block;
	margin-top: .25rem
}
.form-check {
	position: relative;
	display: block;
	margin-bottom: .75rem
}
.form-check+.form-check {
	margin-top: -.25rem
}
.form-check.disabled .form-check-label {
	color: #818a91;
	cursor: not-allowed
}
.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer
}
.form-check-input {
	position: absolute;
	margin-top: .25rem;
	margin-left: -1.25rem
}
.form-check-input:only-child {
	position: static
}
.form-check-inline {
	position: relative;
	display: inline-block;
	padding-left: 1.25rem;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: pointer
}
.form-check-inline+.form-check-inline {
	margin-left: .75rem
}
.form-check-inline.disabled {
	color: #818a91;
	cursor: not-allowed
}
.form-control-feedback {
	margin-top: .25rem
}
.form-control-danger,
.form-control-success,
.form-control-warning {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .625rem;
	background-size: 1.25rem 1.25rem
}
.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
	color: #5cb85c
}
.has-success .form-control {
	border-color: #5cb85c
}
.has-success .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #a3d7a3
}
.has-success .input-group-addon {
	color: #5cb85c;
	border-color: #5cb85c;
	background-color: #eaf6ea
}
.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}
.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
	color: #f0ad4e
}
.has-warning .form-control {
	border-color: #f0ad4e
}
.has-warning .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f8d9ac
}
.has-warning .input-group-addon {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: #fff
}
.has-warning .form-control-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}
.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
	color: #d9534f
}
.has-danger .form-control {
	border-color: #d9534f
}
.has-danger .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3
}
.has-danger .input-group-addon {
	color: #d9534f;
	border-color: #d9534f;
	background-color: #fdf7f7
}
.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}
@media (min-width:576px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	
	.form-inline .form-control-static {
		display: inline-block
	}
	
	.form-inline .input-group {
		display: inline-table;
		width: auto;
		vertical-align: middle
	}
	
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}
	
	.form-inline .input-group>.form-control {
		width: 100%
	}
	
	.form-inline .form-check,
	.form-inline .form-control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	
	.form-inline .form-check {
		display: inline-block;
		margin-top: 0
	}
	
	.form-inline .form-check-label {
		padding-left: 0
	}
	
	.form-inline .form-check-input {
		position: relative;
		margin-left: 0
	}
	
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-faded {
	background-color: #f7f7f9
}
.bg-primary {
	background-color: #22313f!important
}
a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #10171e!important
}
.bg-success {
	background-color: #5cb85c!important
}
a.bg-success:focus,
a.bg-success:hover {
	background-color: #449d44!important
}
.bg-info {
	background-color: #5bc0de!important
}
a.bg-info:focus,
a.bg-info:hover {
	background-color: #31b0d5!important
}
.bg-warning {
	background-color: #f0ad4e!important
}
a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #ec971f!important
}
.bg-danger {
	background-color: #d9534f!important
}
a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #c9302c!important
}
.bg-inverse {
	background-color: #3c3c3c!important
}
a.bg-inverse:focus,
a.bg-inverse:hover {
	background-color: #232323!important
}
.rounded {
	border-radius: 0
}
.rounded-top {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.rounded-right {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.rounded-bottom {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.rounded-left {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.rounded-circle {
	border-radius: 50%
}
.clearfix:after {
	content: "";
	display: table;
	clear: both
}
.d-block {
	display: block!important
}
.d-inline-block {
	display: inline-block!important
}
.d-inline {
	display: inline!important
}
.float-xs-left {
	float: left!important
}
.float-xs-right {
	float: right!important
}
.float-xs-none {
	float: none!important
}
@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	
	.float-sm-right {
		float: right!important
	}
	
	.float-sm-none {
		float: none!important
	}
}
@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	
	.float-md-right {
		float: right!important
	}
	
	.float-md-none {
		float: none!important
	}
}
@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	
	.float-lg-right {
		float: right!important
	}
	
	.float-lg-none {
		float: none!important
	}
}
@media (min-width:1280px) {
	.float-xl-left {
		float: left!important
	}
	
	.float-xl-right {
		float: right!important
	}
	
	.float-xl-none {
		float: none!important
	}
}
.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.w-100 {
	width: 100%!important
}
.h-100 {
	height: 100%!important
}
.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}
.m-0 {
	margin: 0!important
}
.mt-0 {
	margin-top: 0!important
}
.mr-0 {
	margin-right: 0!important
}
.mb-0 {
	margin-bottom: 0!important
}
.ml-0,
.mx-0 {
	margin-left: 0!important
}
.mx-0 {
	margin-right: 0!important
}
.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}
.m-1 {
	margin: 1rem!important
}
.mt-1 {
	margin-top: 1rem!important
}
.mr-1 {
	margin-right: 1rem!important
}
.mb-1 {
	margin-bottom: 1rem!important
}
.ml-1,
.mx-1 {
	margin-left: 1rem!important
}
.mx-1 {
	margin-right: 1rem!important
}
.my-1 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}
.m-2 {
	margin: 1.5rem!important
}
.mt-2 {
	margin-top: 1.5rem!important
}
.mr-2 {
	margin-right: 1.5rem!important
}
.mb-2 {
	margin-bottom: 1.5rem!important
}
.ml-2,
.mx-2 {
	margin-left: 1.5rem!important
}
.mx-2 {
	margin-right: 1.5rem!important
}
.my-2 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}
.m-3 {
	margin: 3rem!important
}
.mt-3 {
	margin-top: 3rem!important
}
.mr-3 {
	margin-right: 3rem!important
}
.mb-3 {
	margin-bottom: 3rem!important
}
.ml-3,
.mx-3 {
	margin-left: 3rem!important
}
.mx-3 {
	margin-right: 3rem!important
}
.my-3 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}
.p-0 {
	padding: 0!important
}
.pt-0 {
	padding-top: 0!important
}
.pr-0 {
	padding-right: 0!important
}
.pb-0 {
	padding-bottom: 0!important
}
.pl-0,
.px-0 {
	padding-left: 0!important
}
.px-0 {
	padding-right: 0!important
}
.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.p-1 {
	padding: 1rem!important
}
.pt-1 {
	padding-top: 1rem!important
}
.pr-1 {
	padding-right: 1rem!important
}
.pb-1 {
	padding-bottom: 1rem!important
}
.pl-1,
.px-1 {
	padding-left: 1rem!important
}
.px-1 {
	padding-right: 1rem!important
}
.py-1 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}
.p-2 {
	padding: 1.5rem!important
}
.pt-2 {
	padding-top: 1.5rem!important
}
.pr-2 {
	padding-right: 1.5rem!important
}
.pb-2 {
	padding-bottom: 1.5rem!important
}
.pl-2,
.px-2 {
	padding-left: 1.5rem!important
}
.px-2 {
	padding-right: 1.5rem!important
}
.py-2 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}
.p-3 {
	padding: 3rem!important
}
.pt-3 {
	padding-top: 3rem!important
}
.pr-3 {
	padding-right: 3rem!important
}
.pb-3 {
	padding-bottom: 3rem!important
}
.pl-3,
.px-3 {
	padding-left: 3rem!important
}
.px-3 {
	padding-right: 3rem!important
}
.py-3 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}
.pos-f-t {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.text-justify {
	text-align: justify!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-xs-left {
	text-align: left!important
}
.text-xs-right {
	text-align: right!important
}
.text-xs-center {
	text-align: center!important
}
@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	
	.text-sm-right {
		text-align: right!important
	}
	
	.text-sm-center {
		text-align: center!important
	}
}
@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	
	.text-md-right {
		text-align: right!important
	}
	
	.text-md-center {
		text-align: center!important
	}
}
@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	
	.text-lg-right {
		text-align: right!important
	}
	
	.text-lg-center {
		text-align: center!important
	}
}
@media (min-width:1280px) {
	.text-xl-left {
		text-align: left!important
	}
	
	.text-xl-right {
		text-align: right!important
	}
	
	.text-xl-center {
		text-align: center!important
	}
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-normal {
	font-weight: 400
}
.font-weight-bold {
	font-weight: 700
}
.font-italic {
	font-style: italic
}
.text-white {
	color: #fff!important
}
.text-muted {
	color: #818a91!important
}
a.text-muted:focus,
a.text-muted:hover {
	color: #687077!important
}
.text-primary {
	color: #22313f!important
}
a.text-primary:focus,
a.text-primary:hover {
	color: #10171e!important
}
.text-success {
	color: #5cb85c!important
}
a.text-success:focus,
a.text-success:hover {
	color: #449d44!important
}
.text-info {
	color: #5bc0de!important
}
a.text-info:focus,
a.text-info:hover {
	color: #31b0d5!important
}
.text-warning {
	color: #f0ad4e!important
}
a.text-warning:focus,
a.text-warning:hover {
	color: #ec971f!important
}
.text-danger {
	color: #d9534f!important
}
a.text-danger:focus,
a.text-danger:hover {
	color: #c9302c!important
}
.text-gray-dark {
	color: #3c3c3c!important
}
a.text-gray-dark:focus,
a.text-gray-dark:hover {
	color: #232323!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.invisible {
	visibility: hidden!important
}
.hidden-xs-up {
	display: none!important
}
@media (max-width:575px) {

     
     .nomarginmobile {
     margin-left: 0px !important;
     margin-right: 0px !important;
     margin-bottom: 20px;
     }
     
     h1 {
     transform: scale(0.7) !important;
     margin-left: -30px !important;
     }
     
     .list-header {
        transform: scale(0.8) !important;
        margin-left: -20px !important;
     }
     
     .fc__social a {
    color: #fff !important;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
}

	.hidden-xs-down {
		display: none!important
	}
}
@media (min-width:576px) {
	.hidden-sm-up {
		display: none!important
	}
}
@media (max-width:767px) {
	.hidden-sm-down {
		display: none!important
	}
    
}
@media (min-width:768px) {
	.hidden-md-up {
		display: none!important
	}
}
@media (max-width:991px) {

     .centermobilemb{
     margin-bottom: 20px !important;
     float: none !important;
     }

	.hidden-md-down {
		display: none!important
	}
}
@media (min-width:992px) {
	.hidden-lg-up {
		display: none!important
	}
}
@media (max-width:1279px) {
	.hidden-lg-down {
		display: none!important
	}
    
        .hidemobile {
     display: none !important;
     }  
     
     .centermobile {
     text-align: center !important;
     }    
}
@media (min-width:1280px) {
	.hidden-xl-up {
		display: none!important
	}
}
.hidden-xl-down,
.visible-print-block {
	display: none!important
}
@media print {
	.visible-print-block {
		display: block!important
	}
}
.visible-print-inline {
	display: none!important
}
@media print {
	.visible-print-inline {
		display: inline!important
	}
}
.visible-print-inline-block {
	display: none!important
}
@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}
@media print {
	.hidden-print {
		display: none!important
	}
}
.icon {
	font-family: tahoma!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-spinner2:before {
	content: ""
}
.icon-arrow:before {
	content: "✏"
}
.icon-check_box:before {
	content: "☑"
}
.icon-check_box_outline_blank:before {
	content: ""
}
.icon-done:before {
	content: "✓"
}
.icon-radio_button_unchecked:before {
	content: "⚪"
}
.icon-radio_button_checked:before {
	content: "⚫"
}
.icon-twitter:before {
	content: "❤"
}
.icon-google-plus:before {
	content: "💰"
}
.icon-linkedin:before {
	content: "🏤"
}
.select2-container {
	box-sizing: border-box;
	display: block;
	margin: 0;
	position: relative;
	vertical-align: middle
}
.select2-container :focus {
	outline: none
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	margin: 9px 28px 9px 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-search--inline {
	float: left
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}
.select2-dropdown {
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}
.select2-results {
	display: block
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}
.select2-results__option {
	padding: 12px 18px;
	height: 48px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}
.select2-results__option[aria-selected] {
	cursor: pointer
}
.select2-container--open .select2-dropdown {
	left: 0
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-search--dropdown {
	display: block;
	padding: 4px
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
	display: none
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}
.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 0;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .24);
	padding: 1px;
	border-radius: 0
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 28px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 9px;
	position: absolute;
	top: 16px;
	border-radius: 1px;
	border-left: 2px solid #22313f;
	border-bottom: 2px solid #22313f;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
	box-shadow: none;
	cursor: not-allowed
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #d1b568;
	color: #fff
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #d1b568;
	color: #fff
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.js-select2 {
	width: 500px
}
.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze .hamburger-inner:before {
	-webkit-transition: top .1s ease .14s, opacity .1s ease;
	transition: top .1s ease .14s, opacity .1s ease
}
.hamburger--squeeze .hamburger-inner:after {
	-webkit-transition: bottom .1s ease .14s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease .14s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: .14s;
	transition-delay: .14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
	-webkit-transition: top .1s ease, opacity .1s ease .14s;
	transition: top .1s ease, opacity .1s ease .14s
}
.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
	transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
	transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
	transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s
}
img {
	max-width: 100%;
	height: auto
}
article header {
	font-size: 16px
}
.page__name {
	color: #d1b568
}
.page__title {
	margin-bottom: 48px;
	color: #2c3e50
}
.page__subtitle {
	margin-bottom: 60px
}
.entry-title {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0;
	color: #2c3e50;
	margin-bottom: 24px;
	margin-top: 16px
}
.entry-summary {
	margin-bottom: 32px
}
.bg-color--primary {
	background-color: #092844;
	color: hsla(0, 0%, 100%, .80)
}
.bg-color--light {
	background-color: #fdfcf9;
	color: rgba(34, 49, 63, .64)
}
.scroll-lock {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.footer__contact,
.footer__free-guide,
.main-content {
	margin: 0
}
@media (min-width:768px) {
	.footer__contact,
	.footer__free-guide,
	.main-content {
		margin: 0 32px
	}
}
@media (min-width:992px) {
	.footer__contact,
	.footer__free-guide,
	.main-content {
		margin: 0 40px
	}
}
.footer__contact:after,
.footer__contact:before,
.footer__free-guide:after,
.footer__free-guide:before,
.main-content:after,
.main-content:before {
	content: "";
	display: table;
	clear: both
}
.dot-separator {
	display: inline-block;
	margin: 0 16px
}
.dot-separator:before {
	content: "\00B7"
}
.main-content--whitepaper {
	padding-bottom: 160px
}
.margin-b-mobile {
	margin-bottom: 100px
}
@media (min-width:768px) {
	.margin-b-mobile {
		margin-bottom: 0
	}
}
.home .main-content,
.page-template-page-dark .main-content,
p {
	margin-top: 0
}
p {
	margin-bottom: 24px
}
a {
	position: relative;
	display: inline-block;
	color: #608bb3
}
a,
a:focus,
a:hover {
	text-decoration: none
}
a:focus,
a:hover {
	-webkit-transition: background-position .15s cubic-bezier(.45, .22, .41, .92);
	transition: background-position .15s cubic-bezier(.45, .22, .41, .92);
	outline: none;
	color: rgba(96, 139, 179, .7)
}
a:focus:after,
a:hover:after {
	opacity: .7;
	background-position: 8px 0
}
a:active {
	-webkit-transition: background-position .15s cubic-bezier(.45, .22, .41, .92);
	transition: background-position .15s cubic-bezier(.45, .22, .41, .92);
	outline: none;
	color: rgba(96, 139, 179, .5);
	text-decoration: none
}
a:active:after {
	opacity: .5;
	background-position: 8px 0
}
a.uline:focus,
a.uline:hover {
	-webkit-transition: background-position .15s cubic-bezier(.45, .22, .41, .92);
	transition: background-position .15s cubic-bezier(.45, .22, .41, .92)
}
a.uline:focus:after,
a.uline:hover:after {
	opacity: .7;
	background-position: 8px 0
}
a.uline:active {
	-webkit-transition: background-position .15s cubic-bezier(.45, .22, .41, .92);
	transition: background-position .15s cubic-bezier(.45, .22, .41, .92)
}
a.uline:active:after {
	opacity: .5;
	background-position: 8px 0
}
a.uline:after {
	-webkit-transition: background-position .15s cubic-bezier(.45, .22, .41, .92);
	transition: background-position .15s cubic-bezier(.45, .22, .41, .92);
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	background-image: url(../images/dash-active.png);
	background-size: 15px 24px;
	background-position: 3px 0
}
.link-accent2,
.nav-primary ul.top-menu li a,
.section-info-menu .footer-menu li a {
	color: #2c3e50
}
.link-accent2:focus,
.link-accent2:hover,
.nav-primary ul.top-menu li a:focus,
.nav-primary ul.top-menu li a:hover,
.section-info-menu .footer-menu li a:focus,
.section-info-menu .footer-menu li a:hover {
	color: rgba(44, 62, 80, .7)
}
.link-accent2:active,
.nav-primary ul.top-menu li a:active,
.section-info-menu .footer-menu li a:active {
	color: rgba(44, 62, 80, .5)
}
.text_size_mega {
	font-size: 56px;
	line-height: 72px;
	letter-spacing: -.6px
}
@media (min-width:576px) {
	.text_size_mega {
		font-size: 80px;
		line-height: 110px;
		letter-spacing: -1.2px
	}
}
.home__title,
.page__title,
.request-phone,
.text_size_jumbo,
blockquote {
	font-size: 40px;
	line-height: 52px;
	letter-spacing: 0
}
@media (min-width:576px) {
	.home__title,
	.page__title,
	.request-phone,
	.text_size_jumbo,
	blockquote {
		font-size: 56px;
		line-height: 72px;
		letter-spacing: -.6px
	}
}
.home__question-title,
.text_size_display {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0
}
@media (min-width:576px) {
	.home__question-title,
	.text_size_display {
		font-size: 40px;
		line-height: 52px;
		letter-spacing: 0
	}
}
.fc__data,
.free-guide__form__title,
.home__summary-text,
.text_size_headline {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0
}
.fc__address,
.home__intro,
.text_size_title {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .2px
}
.text_size_subheader {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .2px
}
.text_size_body {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .2px
}
.text_size_caption {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .4px
}
.text_size_small {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .4px
}
.text_weight_regular {
	font-weight: 400
}
.text_weight_bold {
	font-weight: 700
}
.font_style_01,
blockquote .under .blockquote_position {
	font-family: Roboto-Regular;
	font-weight: 400
}
.font_style_02,
.free-guide__side__ultitle,
.home__listitem__below,
.listitem--style2 .list-header,
.page__name,
blockquote .under .blockquote_who {
	font-family: Roboto-Regular;
	font-weight: 700
}
.font_style_03,
.listitem--style3 .list-header {
	font-family: SpectralSC-Medium;
	font-weight: 400;
}
.entry-title,
.fc__address,
.font_style_04,
.free-guide__form__title,
.free-guide__side__title,
.home__question-title,
.home__title,
.page__title,
.request-phone,
blockquote,
blockquote:after,
blockquote:before {
	font-family: SpectralSC-Medium;
	font-weight: normal
}
.color--red {
	color: #e6655c
}
.bg-color--primary .page__title {
	color: #fff
}
.text--white {
	color: #fff!important
}
.text--gold {
	color: #d1b568!important
}
blockquote {
	text-align: center;
	color: #fff
}
blockquote .under {
	margin-top: 30px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .2px
}
blockquote .under .blockquote_who {
	display: block;
	color: #d1b568
}
@media (min-width:576px) {
	blockquote .under .blockquote_who {
		display: inline-block
	}
}
blockquote .under .blockquote_position {
	display: block;
	color: hsla(0, 0%, 100%, .80)
}
@media (min-width:576px) {
	blockquote .under .blockquote_position {
		display: inline-block
	}
}
blockquote:before {
	content: "\201C";
	position: absolute;
	font-size: 300px;
	color: hsla(0, 0%, 100%, .1);
	left: -40px;
	top: 30px
}
@media (min-width:576px) {
	blockquote:before {
		left: -120px;
		top: 30px
	}
}
blockquote:after {
	position: absolute;
	content: "\201D";
	font-size: 300px;
	color: hsla(0, 0%, 100%, .1);
	right: -40px;
	top: 30px
}
@media (min-width:576px) {
	blockquote:after {
		right: -100px;
		top: 30px
	}
}
.container,
.container-fluid,
.mobile-menu {
	padding-right: 24px;
	padding-left: 24px
}
@media (min-width:576px) {
	.container,
	.container-fluid,
	.mobile-menu {
		padding-right: 32px;
		padding-left: 32px
	}
}
@media (min-width:768px) {
	.container,
	.container-fluid,
	.mobile-menu {
		padding-right: 32px;
		padding-left: 32px
	}
}
@media (min-width:992px) {
	.container,
	.container-fluid,
	.mobile-menu {
		padding-right: 36px;
		padding-left: 36px
	}
}
@media (min-width:1280px) {
	.container,
	.container-fluid,
	.mobile-menu {
		padding-right: 36px;
		padding-left: 36px
	}
}
.gutter-sm.row {
	margin-right: -12px;
	margin-left: -12px
}
.gutter-sm>[class^=" col-"],
.gutter-sm>[class^=col-] {
	padding-right: 12px;
	padding-left: 12px
}
.margin-col>div[class*=" col-"],
.margin-col>div[class*=col-] {
	margin-bottom: 12px
}
@media (min-width:576px) {
	.margin-col>div[class*=" col-"],
	.margin-col>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (min-width:768px) {
	.margin-col>div[class*=" col-"],
	.margin-col>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (min-width:992px) {
	.margin-col>div[class*=" col-"],
	.margin-col>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (min-width:1280px) {
	.margin-col>div[class*=" col-"],
	.margin-col>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (max-width:575px) {
	.margin-col-xs>div[class*=" col-"],
	.margin-col-xs>div[class*=col-] {
		margin-bottom: 12px
	}
}
@media (max-width:575px) and (min-width:576px) {
	.margin-col-xs>div[class*=" col-"],
	.margin-col-xs>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (max-width:575px) and (min-width:768px) {
	.margin-col-xs>div[class*=" col-"],
	.margin-col-xs>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (max-width:575px) and (min-width:992px) {
	.margin-col-xs>div[class*=" col-"],
	.margin-col-xs>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (max-width:575px) and (min-width:1280px) {
	.margin-col-xs>div[class*=" col-"],
	.margin-col-xs>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (max-width:575px) {
	.margin-col-xs>div[class*=" col-"]:last-child,
	.margin-col-xs>div[class*=col-]:last-child {
		margin-bottom: 0
	}
	
	.margin-col-xs>div[class*=" col-"]:first-child,
	.margin-col-xs>div[class*=col-]:first-child {
		margin-bottom: 12px
	}
}
@media (max-width:575px) and (min-width:576px) {
	.margin-col-xs>div[class*=" col-"]:first-child,
	.margin-col-xs>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (max-width:575px) and (min-width:768px) {
	.margin-col-xs>div[class*=" col-"]:first-child,
	.margin-col-xs>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (max-width:575px) and (min-width:992px) {
	.margin-col-xs>div[class*=" col-"]:first-child,
	.margin-col-xs>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
@media (max-width:575px) and (min-width:1280px) {
	.margin-col-xs>div[class*=" col-"]:first-child,
	.margin-col-xs>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
@media (max-width:767px) {
	.margin-col-sm>div[class*=" col-"],
	.margin-col-sm>div[class*=col-] {
		margin-bottom: 12px
	}
    
    .floatmargin18 {
    margin-top: -10px !important;
    }
    
}
@media (max-width:767px) and (min-width:576px) {
	.margin-col-sm>div[class*=" col-"],
	.margin-col-sm>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (max-width:767px) and (min-width:768px) {
	.margin-col-sm>div[class*=" col-"],
	.margin-col-sm>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (max-width:767px) and (min-width:992px) {
	.margin-col-sm>div[class*=" col-"],
	.margin-col-sm>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (max-width:767px) and (min-width:1280px) {
	.margin-col-sm>div[class*=" col-"],
	.margin-col-sm>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (max-width:767px) {
	.margin-col-sm>div[class*=" col-"]:last-child,
	.margin-col-sm>div[class*=col-]:last-child {
		margin-bottom: 0
	}
	
	.margin-col-sm>div[class*=" col-"]:first-child,
	.margin-col-sm>div[class*=col-]:first-child {
		margin-bottom: 12px
	}
}
@media (max-width:767px) and (min-width:576px) {
	.margin-col-sm>div[class*=" col-"]:first-child,
	.margin-col-sm>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (max-width:767px) and (min-width:768px) {
	.margin-col-sm>div[class*=" col-"]:first-child,
	.margin-col-sm>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (max-width:767px) and (min-width:992px) {
	.margin-col-sm>div[class*=" col-"]:first-child,
	.margin-col-sm>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
@media (max-width:767px) and (min-width:1280px) {
	.margin-col-sm>div[class*=" col-"]:first-child,
	.margin-col-sm>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
@media (max-width:991px) {
	.margin-col-md>div[class*=" col-"],
	.margin-col-md>div[class*=col-] {
		margin-bottom: 12px
	}
}
@media (max-width:991px) and (min-width:576px) {
	.margin-col-md>div[class*=" col-"],
	.margin-col-md>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (max-width:991px) and (min-width:768px) {
	.margin-col-md>div[class*=" col-"],
	.margin-col-md>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (max-width:991px) and (min-width:992px) {
	.margin-col-md>div[class*=" col-"],
	.margin-col-md>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (max-width:991px) and (min-width:1280px) {
	.margin-col-md>div[class*=" col-"],
	.margin-col-md>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (max-width:991px) {
	.margin-col-md>div[class*=" col-"]:last-child,
	.margin-col-md>div[class*=col-]:last-child {
		margin-bottom: 0
	}
	
	.margin-col-md>div[class*=" col-"]:first-child,
	.margin-col-md>div[class*=col-]:first-child {
		margin-bottom: 12px
	}
}
@media (max-width:991px) and (min-width:576px) {
	.margin-col-md>div[class*=" col-"]:first-child,
	.margin-col-md>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (max-width:991px) and (min-width:768px) {
	.margin-col-md>div[class*=" col-"]:first-child,
	.margin-col-md>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (max-width:991px) and (min-width:992px) {
	.margin-col-md>div[class*=" col-"]:first-child,
	.margin-col-md>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
@media (max-width:991px) and (min-width:1280px) {
	.margin-col-md>div[class*=" col-"]:first-child,
	.margin-col-md>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
@media (max-width:1279px) {
	.margin-col-lg>div[class*=" col-"],
	.margin-col-lg>div[class*=col-] {
		margin-bottom: 12px
	}
}
@media (max-width:1279px) and (min-width:576px) {
	.margin-col-lg>div[class*=" col-"],
	.margin-col-lg>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (max-width:1279px) and (min-width:768px) {
	.margin-col-lg>div[class*=" col-"],
	.margin-col-lg>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (max-width:1279px) and (min-width:992px) {
	.margin-col-lg>div[class*=" col-"],
	.margin-col-lg>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (max-width:1279px) and (min-width:1280px) {
	.margin-col-lg>div[class*=" col-"],
	.margin-col-lg>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (max-width:1279px) {
	.margin-col-lg>div[class*=" col-"]:last-child,
	.margin-col-lg>div[class*=col-]:last-child {
		margin-bottom: 0
	}
	
	.margin-col-lg>div[class*=" col-"]:first-child,
	.margin-col-lg>div[class*=col-]:first-child {
		margin-bottom: 12px
	}
}
@media (max-width:1279px) and (min-width:576px) {
	.margin-col-lg>div[class*=" col-"]:first-child,
	.margin-col-lg>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (max-width:1279px) and (min-width:768px) {
	.margin-col-lg>div[class*=" col-"]:first-child,
	.margin-col-lg>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (max-width:1279px) and (min-width:992px) {
	.margin-col-lg>div[class*=" col-"]:first-child,
	.margin-col-lg>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
@media (max-width:1279px) and (min-width:1280px) {
	.margin-col-lg>div[class*=" col-"]:first-child,
	.margin-col-lg>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
.margin-col-xl>div[class*=" col-"],
.margin-col-xl>div[class*=col-] {
	margin-bottom: 12px
}
@media (min-width:576px) {
	.margin-col-xl>div[class*=" col-"],
	.margin-col-xl>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (min-width:768px) {
	.margin-col-xl>div[class*=" col-"],
	.margin-col-xl>div[class*=col-] {
		margin-bottom: 16px
	}
}
@media (min-width:992px) {
	.margin-col-xl>div[class*=" col-"],
	.margin-col-xl>div[class*=col-] {
		margin-bottom: 18px
	}
}
@media (min-width:1280px) {
	.margin-col-xl>div[class*=" col-"],
	.margin-col-xl>div[class*=col-] {
		margin-bottom: 18px
	}
}
.margin-col-xl>div[class*=" col-"]:last-child,
.margin-col-xl>div[class*=col-]:last-child {
	margin-bottom: 0
}
.margin-col-xl>div[class*=" col-"]:first-child,
.margin-col-xl>div[class*=col-]:first-child {
	margin-bottom: 12px
}
@media (min-width:576px) {
	.margin-col-xl>div[class*=" col-"]:first-child,
	.margin-col-xl>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (min-width:768px) {
	.margin-col-xl>div[class*=" col-"]:first-child,
	.margin-col-xl>div[class*=col-]:first-child {
		margin-bottom: 16px
	}
}
@media (min-width:992px) {
	.margin-col-xl>div[class*=" col-"]:first-child,
	.margin-col-xl>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
@media (min-width:1280px) {
	.margin-col-xl>div[class*=" col-"]:first-child,
	.margin-col-xl>div[class*=col-]:first-child {
		margin-bottom: 18px
	}
}
.margin-col-big>div[class*=" col-"],
.margin-col-big>div[class*=col-] {
	margin-bottom: 3rem
}
@media (max-width:575px) {
	.margin-col-big-xs>div[class*=" col-"],
	.margin-col-big-xs>div[class*=col-] {
		margin-bottom: 3rem
	}
	
	.margin-col-big-xs>div[class*=" col-"]:last-child,
	.margin-col-big-xs>div[class*=col-]:last-child {
		margin-bottom: 0
	}
	
	.margin-col-big-xs>div[class*=" col-"]:first-child,
	.margin-col-big-xs>div[class*=col-]:first-child {
		margin-bottom: 3rem
	}
}
@media (max-width:767px) {
	.margin-col-big-sm>div[class*=" col-"],
	.margin-col-big-sm>div[class*=col-] {
		margin-bottom: 3rem
	}
	
	.margin-col-big-sm>div[class*=" col-"]:last-child,
	.margin-col-big-sm>div[class*=col-]:last-child {
		margin-bottom: 0
	}
	
	.margin-col-big-sm>div[class*=" col-"]:first-child,
	.margin-col-big-sm>div[class*=col-]:first-child {
		margin-bottom: 3rem
	}
}
@media (max-width:991px) {
	.margin-col-big-md>div[class*=" col-"],
	.margin-col-big-md>div[class*=col-] {
		margin-bottom: 3rem
	}
	
	.margin-col-big-md>div[class*=" col-"]:last-child,
	.margin-col-big-md>div[class*=col-]:last-child {
		margin-bottom: 0
	}
	
	.margin-col-big-md>div[class*=" col-"]:first-child,
	.margin-col-big-md>div[class*=col-]:first-child {
		margin-bottom: 3rem
	}
}
@media (max-width:1279px) {
	.margin-col-big-lg>div[class*=" col-"],
	.margin-col-big-lg>div[class*=col-] {
		margin-bottom: 3rem
	}
	
	.margin-col-big-lg>div[class*=" col-"]:last-child,
	.margin-col-big-lg>div[class*=col-]:last-child {
		margin-bottom: 0
	}
	
	.margin-col-big-lg>div[class*=" col-"]:first-child,
	.margin-col-big-lg>div[class*=col-]:first-child {
		margin-bottom: 3rem
	}
}
.margin-col-big-xl>div[class*=" col-"],
.margin-col-big-xl>div[class*=col-] {
	margin-bottom: 3rem
}
.margin-col-big-xl>div[class*=" col-"]:last-child,
.margin-col-big-xl>div[class*=col-]:last-child {
	margin-bottom: 0
}
.margin-col-big-xl>div[class*=" col-"]:first-child,
.margin-col-big-xl>div[class*=col-]:first-child {
	margin-bottom: 3rem
}
form {
	font-size: 16px
}
.form-group {
	margin-bottom: 24px
}
.form-control {
	display: block;
	width: 100%;
	padding: 12px 26px 12px 12px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .2px;
	color: #22313f;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border-radius: 0;
	border: 0;
	border: none
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
select,
textarea {
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .24);
	color: #22313f
}
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=text]:hover,
select:hover,
textarea:hover {
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .56)
}
input[type=email]:active,
input[type=email]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=text]:active,
input[type=text]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	box-shadow: inset 0 -2px 0 0 #d1b568;
	outline: none
}
input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=text]:disabled,
select:disabled,
textarea:disabled {
	box-shadow: none
}
input[type=email].is-error,
input[type=number].is-error,
input[type=password].is-error,
input[type=search].is-error,
input[type=text].is-error,
select.is-error,
textarea.is-error {
	box-shadow: inset 0 -1px 0 0 #e6655c
}
input[type=email].is-error:active,
input[type=email].is-error:focus,
input[type=number].is-error:active,
input[type=number].is-error:focus,
input[type=password].is-error:active,
input[type=password].is-error:focus,
input[type=search].is-error:active,
input[type=search].is-error:focus,
input[type=text].is-error:active,
input[type=text].is-error:focus,
select.is-error:active,
select.is-error:focus,
textarea.is-error:active,
textarea.is-error:focus {
	box-shadow: inset 0 -2px 0 0 #e6655c
}
label {
	color: rgba(34, 49, 63, .64);
	margin-bottom: 7px
}
.bg-color--primary label {
	color: hsla(0, 0%, 100%, .80)
}
.bg-color--light label {
	color: rgba(34, 49, 63, .64)
}
.form-control--desc {
	display: block;
	margin-top: 5px;
	color: rgba(34, 49, 63, .64);
	font-size: 12px
}
label.is-error {
	margin-top: 0;
	font-weight: 700;
	color: #fff;
	background-color: #e6655c;
	padding: 2px 12px;
	display: block;
	font-size: 12px
}
label.is-error:empty {
	display: none
}
.form-group {
	position: relative
}
.form-group label {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .4px
}
input[type=checkbox] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
input[type=checkbox]+label:before {
	content: "";
	margin-right: 6px;
	color: #608bb3;
	text-align: center;
	font-family: tahoma!important;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1
}
input[type=checkbox]+label:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	position: absolute;
	top: 3px;
	left: 4px
}
input[type=checkbox]:focus+label,
input[type=checkbox]:hover+label {
	color: rgba(34, 49, 63, .88)
}
input[type=checkbox]:checked:focus+label {
	color: rgba(34, 49, 63, .64)
}
input[type=checkbox]+label {
	font-size: 1.03rem;
	display: block;
	padding-left: 34px;
	position: relative
}
input[type=checkbox]+label,
input[type=checkbox]+label:before {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
input[type=checkbox]:checked+label:before {
	content: "☑";
	color: #608bb3;
	font-weight: 400
}
input[type=checkbox]:checked+label {
	font-weight: 700;
	letter-spacing: 0;
	color: rgba(34, 49, 63, .88)
}
input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
input[type=radio]+label:before {
	content: "⚪";
	margin-right: 6px;
	color: #608bb3;
	text-align: center;
	font-family: tahoma!important;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1
}
input[type=radio]+label {
	font-size: 1.03rem;
	display: block;
	padding-left: 34px;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
input[type=radio]:checked+label:before {
	content: "⚫";
	color: #608bb3;
	font-weight: 400
}
input[type=radio]:checked+label {
	font-weight: 400;
	letter-spacing: 0;
	color: rgba(34, 49, 63, .88)
}
.formstyle {
	background-color: #d1b568;
	padding: 22px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}
@media (min-width:768px) {
	.formstyle {
		padding: 36px
	}
}
.form__contact .form-group {
	padding-bottom: 24px
}
#form__contact .contact-captcha-error iframe,
#form__free-guide .guide-captcha-error iframe {
	border: 3px solid red
}
.g-recaptcha.mb-10 {
	margin-bottom: 10px
}
.listitem {
	margin: 0;
	padding: 0;
	list-style: none
}
.listitem--style1 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .2px;
	font-weight: 400
}
.listitem--style1 li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 36px;
	color: rgba(34, 49, 63, .64)
}
.listitem--style1 li:before {
	font-family: tahoma!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;                     
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "▷";
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 22px
}
.listitem--style2 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .2px;
	font-weight: 400
}
.listitem--style2 li {
	position: relative;
	margin-bottom: 58px
}
.listitem--style2 li:before {
	font-family: tahoma!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "✏";
	position: absolute;
	left: -30px;
	top: 3px;
	font-size: 22px;
	color: #2c3e50
}
@media (min-width:576px) {
	.listitem--style2 li:before {
		left: -44px
	}
}
.listitem--style2 .list-header {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .2px;
	color: #2c3e50;
	margin-bottom: 14px
}
.listitem--style3 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .2px;
	font-weight: 400
}
.listitem--style3 li {
	position: relative;
	margin-bottom: 63px;
	color: rgba(34, 49, 63, .64)
}
.listitem--style3 .list-header {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0;
	color: #2c3e50;
	margin-bottom: 14px
}
.bg-color--primary .listitem--style1 li,
.bg-color--primary .listitem--style2 li {
	color: hsla(0, 0%, 100%, .80)
}
.bg-color--primary .listitem--style2 .list-header,
.bg-color--primary .listitem--style2 li:before {
	color: #fff
}
.bg-color--primary .listitem--style3 li {
	color: hsla(0, 0%, 100%, .80)
}
.bg-color--primary .listitem--style3 .list-header {
	color: #ffce0f;
}
button:focus {
	outline: none
}
.btn {
	font-family: SpectralSC-Medium!important;
	position: relative;
	font-size: 28px;
	padding: 10px 24px;
	line-height: 1.2;
	display: inline-block;
	color: #fff;
	background-color: #22313f;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	-webkit-transition: all .2s cubic-bezier(.45, .22, .41, .92);
	transition: all .2s cubic-bezier(.45, .22, .41, .92);
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent
}
.btn:focus,
.btn:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	background-color: rgba(34, 49, 63, .7);
	outline: none;
	color: #fff
}
.btn:active {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	background-color: rgba(34, 49, 63, .9)
}
.btn.btn--disabled {
	color: rgba(34, 49, 63, .36);
	background-color: rgba(34, 49, 63, .4);
	cursor: not-allowed
}
.btn.btn--disabled:focus,
.btn.btn--disabled:hover {
	box-shadow: none;
	background-color: rgba(34, 49, 63, .4);
	outline: none
}
.btn.btn--disabled:active {
	background-color: rgba(34, 49, 63, .4)
}
.btn.btn--gold {
	background-color: #d1b568
}
.btn.btn--gold:focus,
.btn.btn--gold:hover {
	background-color: hsla(44, 53%, 61%, .7);
	outline: none
}
.btn.btn--gold:active {
	background-color: hsla(44, 53%, 61%, .9)
}
.btn.btn--blue {
	background-color: #608bb3;
	color: #fff
}
.btn.btn--blue:focus,
.btn.btn--blue:hover {
	background-color: rgba(96, 139, 179, .7);
	outline: none
}
.btn.btn--blue:active {
	background-color: rgba(96, 139, 179, .9)
}
.btn.btn--white {
	background-color: #608bb3;
	color: #fff
}
.btn.btn--white:focus,
.btn.btn--white:hover {
	background-color: #fff;
	outline: none
}
.btn.btn--white:active {
	background-color: rgba(96, 139, 179, .07)
}
.btn.btn--transp {
	background-color: hsla(0, 0%, 100%, 0);
	color: #d1b568
}
.btn.btn--transp:focus,
.btn.btn--transp:hover {
	background-color: hsla(0, 0%, 100%, .3);
	outline: none
}
.btn.btn--transp:active {
	background-color: hsla(0, 0%, 100%, .07)
}
.btn.btn--circle {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	font-size: 24px;
	padding: 0;
	font-weight: 400
}
.btn.btn--circle:before {
	position: relative;
	top: auto;
	right: auto
}
.btn.btn--sm {
	font-size: 16px;
	padding: 6px 20px;
	line-height: 1.5
}
.btn.btn--sm[class*=" icon-"],
.btn.btn--sm[class^=icon-] {
	padding: 6px 36px 6px 20px
}
.btn.btn--sm[class*=" icon-"]:before,
.btn.btn--sm[class^=icon-]:before {
	top: 6px;
	right: 10px
}
.btn.btn--lg {
	font-size: 20px;
	padding: 10px 32px;
	line-height: 1.4
}
.btn.btn--lg[class*=" icon-"],
.btn.btn--lg[class^=icon-] {
	padding: 10px 50px 10px 32px
}
.btn.btn--full {
	width: 100%
}
.alignnone {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	height: auto
}
.aligncenter {
	display: block;
	margin: .5rem auto;
	height: auto
}
.alignleft,
.alignright {
	margin-bottom: .5rem;
	height: auto
}
@media (min-width:576px) {
	.alignleft {
		float: left;
		margin-right: .5rem
	}
	
	.alignright {
		float: right;
		margin-left: .5rem
	}
}
.hamburger {
	padding: 18px 5px 15px 15px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}
.hamburger:hover {
	opacity: .7
}
.hamburger-box {
	width: 24px;
	height: 15px;
	display: inline-block;
	position: relative
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -.5px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	width: 24px;
	height: 1px;
	background-color: #22313f;
	border-radius: 0;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.hamburger-inner:after,
.hamburger-inner:before {
	content: "";
	display: block
}
.hamburger-inner:before {
	top: -7px
}
.hamburger-inner:after {
	bottom: -7px
}
@-webkit-keyframes sm_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes sm_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
button[type=submit] .icon-spinner2 {
	display: inline-block;
	margin-left: 16px;
	font-size: 16px;
	-webkit-animation: sm_rotate 5s linear infinite;
	animation: sm_rotate 5s linear infinite
}
.free-guide__side {
	margin-bottom: 100px
}
@media (min-width:992px) {
	.free-guide__side {
		margin-bottom: 0
	}
}
.free-guide__side__title {
	position: relative;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 40px
}
@media (min-width:768px) {
	.free-guide__side__title {
		margin-bottom: 120px
	}
}
.free-guide__side__ultitle {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .2px;
	color: #fff;
	margin-bottom: 30px
}
.free-guide__form #form__free-guide {
	background-color: #d1b568;
	padding: 22px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}
@media (min-width:768px) {
	.free-guide__form #form__free-guide {
		padding: 36px
	}
}
.free-guide__form__title {
	position: relative;
	color: #2c3e50;
	padding-right: 60px;
	margin-bottom: 30px
}
@media (min-width:576px) {
	.free-guide__form__title {
		padding-right: 120px
	}
}
.free-guide__form__title .guide-cover {
	position: absolute;
	top: -70px;
	right: -70px;
	border: 4px solid #fff;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg)
}
@media (min-width:576px) {
	.free-guide__form__title .guide-cover {
		right: -10px
	}
}
.plane-image {
	position: relative;
	display: none;
	height: 0;
	pointer-events: none
}
@media (min-width:768px) {
	.plane-image {
		display: block
	}
}
.plane-image__wrap {
	position: relative;
	visibility: hidden
}
.plane-image__wrap svg {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 40px 0
}
.bg-color--primary .plane-image__wrap {
	overflow-x: hidden
}
#form__free-guide {
	position: relative;
	z-index: 2
}
.form-before-plane__wrap {
	top: -340px;
	right: 880px;
	display: none
}
@media (min-width:768px) {
	.form-before-plane__wrap {
		display: block
	}
}
.form-before-plane__wrap svg {
	position: absolute;
	top: 50px
}
@media (min-width:1280px) {
	.form-before-plane__wrap svg {
		top: 0
	}
}
.form-plane__wrap {
	pointer-events: none;
	z-index: 1;
	position: absolute;
	top: 70px;
	right: -120px;
	display: none;
	width: 170px;
	overflow: hidden
}
@media (min-width:768px) {
	.form-plane__wrap {
		display: block
	}
}
.form-plane__wrap svg {
	padding: 40px;
	position: relative;
	left: -230px
}
body:not(#tinymce) {
	padding-top: 96px
}
@media (min-width:992px) {
	body:not(#tinymce) {
		padding-top: 152px
	}
}
.brand {
	-webkit-transition: all .3s cubic-bezier(.45, .22, .41, .92);
	transition: all .3s cubic-bezier(.45, .22, .41, .92);
	position: relative;
	display: inline-block;
	width: 175px;
	line-height: 96px;
	z-index: 2
}
@media (min-width:992px) {
	.brand {
		line-height: 152px;
		width: 220px
	}
}
@media (min-width:1280px) {
	.brand {
		width: 320px
	}
}
.hamburger {
	float: right;
	z-index: 2
}
.hamburger.mobile-menu-button {
	position: relative;
	top: 20px
}
.top-bar {
	-webkit-transition: height .3s cubic-bezier(.45, .22, .41, .92);
	transition: height .3s cubic-bezier(.45, .22, .41, .92);
	height: 96px;
	padding: 0 24px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fdfcf9;
	z-index: 100
}
@media (min-width:768px) {
	.top-bar {
		padding: 0 40px
	}
}
@media (min-width:992px) {
	.top-bar {
		height: 152px
	}
}
.top-bar.smallhead,
.top-bar.smallhead .nav-primary {
	-webkit-transition: height .3s cubic-bezier(.45, .22, .41, .92);
	transition: height .3s cubic-bezier(.45, .22, .41, .92);
	height: 96px
}
.top-bar.smallhead .nav-primary ul li a {
	-webkit-transition: all .3s cubic-bezier(.45, .22, .41, .92);
	transition: all .3s cubic-bezier(.45, .22, .41, .92);
	height: 96px;
	line-height: 96px
}
.top-bar.smallhead .getFreeGuide__wrap {
	-webkit-transition: line-height .3s cubic-bezier(.45, .22, .41, .92);
	transition: line-height .3s cubic-bezier(.45, .22, .41, .92);
	line-height: 96px
}
.top-bar.smallhead .brand {
	-webkit-transition: all .3s cubic-bezier(.45, .22, .41, .92);
	transition: all .3s cubic-bezier(.45, .22, .41, .92);
	line-height: 96px;
	width: 175px
}
.nav-primary {
	-webkit-transition: height .3s cubic-bezier(.45, .22, .41, .92);
	transition: height .3s cubic-bezier(.45, .22, .41, .92);
	background-color: #fdfcf9;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	float: none;
	padding-top: 96px;
	z-index: 1;
	display: none
}
.nav-primary:after {
	content: "";
	display: table;
	clear: both
}
.nav-primary.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:576px) {
	.nav-primary.is-active {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.nav-primary__ins,
.no-flexbox .nav-primary.is-active {
	display: block
}
.nav-primary__ins:after {
	content: "";
	display: table;
	clear: both
}
@media (min-width:992px) {
	.nav-primary {
		float: right;
		height: 152px;
		width: auto;
		position: relative;
		top: auto;
		display: block;
		padding-top: 0
	}
}
.nav-primary ul.top-menu {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: 700;
	width: 100%
}
.nav-primary ul.top-menu:after {
	content: "";
	display: table;
	clear: both
}
@media (min-width:576px) {
	.nav-primary ul.top-menu {
		font-size: 40px;
		line-height: 52px;
		letter-spacing: 0;
		text-align: center
	}
}
@media (min-width:992px) {
	.nav-primary ul.top-menu {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .2px;
		width: auto
	}
}
.nav-primary ul.top-menu li {
	position: relative;
	display: block;
	float: none;
	margin-right: 0;
	padding: 16px 24px
}
.nav-primary ul.top-menu li a {
	-webkit-transition: all .3s cubic-bezier(.45, .22, .41, .92);
	transition: all .3s cubic-bezier(.45, .22, .41, .92)
}
.nav-primary ul.top-menu li.current-menu-item:before {
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #d1b568
}
@media (min-width:576px) {
	.nav-primary ul.top-menu li.current-menu-item:before {
		content: none
	}
}
.nav-primary ul.top-menu li.current-menu-item a {
	color: #d1b568
}
@media (min-width:992px) {
	.nav-primary ul.top-menu li {
		float: left;
		margin-right: 28px;
		padding: 0
	}
}
@media (min-width:1280px) {
	.nav-primary ul.top-menu li {
		margin-right: 38px
	}
}
.nav-primary ul.top-menu li:last-child {
	margin-right: 0
}
.nav-primary ul.top-menu li a {
	line-height: 1rem
}
@media (min-width:992px) {
	.nav-primary ul.top-menu li a {
		line-height: 152px
	}
}
.getFreeGuide__wrap {
	-webkit-transition: line-height .3s cubic-bezier(.45, .22, .41, .92);
	transition: line-height .3s cubic-bezier(.45, .22, .41, .92);
	margin-top: 20px;
	padding: 0 25px;
	float: left;
	width: 100%
}
.getFreeGuide__wrap:after {
	content: "";
	display: table;
	clear: both
}
@media (min-width:992px) {
	.getFreeGuide__wrap {
		line-height: 152px;
		width: auto;
		margin-top: auto;
		padding: 0 0 0 38px
	}
}
@media (min-width:992px) and (max-width:1279px) {
	.getFreeGuide__wrap {
		display: none
	}
}
.getFreeGuide__wrap .getFreeGuide {
	max-width: 410px;
	margin: auto;
	display: block
}
@media (min-width:992px) {
	.getFreeGuide__wrap .getFreeGuide {
		display: inline-block;
		width: auto
	}
}
.footer__free-guide {
	background-color: #2c3e50;
	color: #fff;
	padding: 80px 0;
	overflow: hidden
}
@media (min-width:1280px) {
	.footer__free-guide {
		overflow: visible
	}
}
.footer__contact {
	background-color: #151f28;
	padding: 80px 0
}
.section-info-menu {
	padding-top: 48px
}
.section-info-menu .footer-text {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .4px;
	max-width: 760px;
	text-align: left;
	margin-bottom: 30px
}
@media (min-width:576px) {
	.section-info-menu .footer-text {
		text-align: left;
		margin-bottom: 0
	}
}
.section-info-menu .nav-footer {
	text-align: center
}
@media (min-width:768px) {
	.section-info-menu .nav-footer {
		text-align: right
	}
}
.section-info-menu .footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	text-align: left
}
.section-info-menu .footer-menu:after {
	content: "";
	display: table;
	clear: both
}
@media (min-width:576px) {
	.section-info-menu .footer-menu {
		float: right;
		text-align: right
	}
}
@media (min-width:768px) {
	.section-info-menu .footer-menu {
		text-align: right
	}
}
.section-info-menu .footer-menu li {
	float: none;
	display: block;
	margin-bottom: 20px
}
@media (min-width:992px) {
	.section-info-menu .footer-menu li {
		float: left;
		margin-right: 33px
	}
}
.section-info-menu .footer-menu li:last-child {
	margin-right: 0
}
.section-footer-logo .designed-by {
	position: relative;
	text-align: center;
	margin-top: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .4px
}
.section-footer-logo .designed-by img {
	margin-bottom: 24px
}
.section-footer-logo .designed-by:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: url(../images/dash.png);
	background-size: 24px 24px;
	background-position: 6px 0
}
.fc__title {
	color: #d1b568;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .2px
}
.fc__data {
	font-family: SpectralSC-Medium;
	font-weight: 700
}
.fc__data,
.fc__data a {
	color: #fff
}
.fc__social {
	text-align: center;
	font-size: 36px;
	margin-top: 30px
}
.fc__social:after {
	content: "";
	display: table;
	clear: both
}
.fc__social a {
	color: #fff;
	margin-left: 40px
}
.fc__social a:first-child {
	margin-left: 0
}
@media (min-width:992px) {
	.fc__social {
		margin-top: 0;
		text-align: center
	}
}
#form__contact button[type=submit] {
	margin-top: 20px
}
#form__free-guide button[type=submit] {
	margin-top: 10px
}
#plane-page,
#plane-trace-page {
	visibility: hidden
}
.section__contact-form {
	padding-bottom: 100px;
	padding-top: 80px
}
.article-wrap {
	padding-top: 48px;
	padding-bottom: 48px
}
.article-wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: url(../images/dash.png);
	background-size: 24px 24px;
	background-position: 6px 0
}
.sendwhitepaper-wrap {
	padding-top: 80px;
	padding-bottom: 80px
}
.sendwhitepaper {
	position: relative
}
@media (min-width:768px) {
	.sendwhitepaper--left {
		margin-right: 220px;
		padding-top: 8px
	}
}
.sendwhitepaper--right {
	position: relative;
	margin-top: 20px
}
@media (min-width:768px) {
	.sendwhitepaper--right {
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0
	}
}
.whitepaper-wrap {
	padding-top: 120px;
	padding-bottom: 120px
}
.request-trial {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0
}
.request-phone {
	color: #d1b568
}
.quote-section {
	margin-top: 70px
}
body#tinymce {
	margin: 12px!important
}
.main-content {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .2px;
	margin-top: 40px
}
@media (min-width:768px) {
	.main-content {
		margin-top: 0
	}
}
.home__title {
	color: #fff;
	margin-bottom: 48px
}
.home__title__first {
	padding-top: 40px
}
@media (min-width:768px) {
	.home__title__first {
		margin-top: 100px
	}
}
.home__title--small {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0
}
.home__title__summary {
	color: #d1b568;
	margin-top: 40px;
	margin-bottom: 0px
}
.home__subtitle {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .2px;
	color: #d1b568;
	margin-bottom: 34px
}
.home__intro {
	margin-bottom: 102px
}
.home__question-title {
	color: #ffd700;
	margin-bottom: 46px;
}
.home__listitem__below {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0;
	color: #d1b568;
	margin-top: 45px;
	margin-bottom: 50px
}
@media (min-width:768px) {
	.home__listitem__below {
		margin-bottom: 0
	}
}
.home__findout-more {
	margin: 10px 0 70px
}
@media (min-width:768px) {
	.home__findout-more {
		margin: 10px 0
	}
}
.home__before-list3 {
	margin-bottom: 63px
}


.top-menu, .getFreeGuide__wrap .btn {
font-family: SpectralSC-Medium !important;

}

.fc__social img {
 filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    opacity: 0.8;
}

.fc__social img:hover {
 filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    opacity: 1;
}

.footer__contact {
padding: 40px !important;
}

.inactive-offer {
opacity: 0.5;
}

.top-2020-bg {
background-image: url('../images/bg-2020-top.jpg');
background-position: right center;
background-size: cover;
background-repeat: no-repeat;
border-bottom: 5px solid #22313F !important;
}

h1.home__title__first {
  text-shadow: 2px 4px 3px rgba(0,0,0,0.8);
}

.discount-box {
color: #fff;
text-align: center;
display: inline-block;
padding: 8px;
border: 2px solid white;
border-radius: 10px;
margin-bottom: 100px;
text-shadow: 2px 4px 3px rgba(0,0,0,0.4);
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);    
    }

    50% {
        transform: scale(1.2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);    
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); 
    }
}

.discount-box h5 {
  background: linear-gradient(-45deg, #ffffff, #f8e6bb, #ecce88, #f1d6a3); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-size: 20pt;
text-shadow: none !important;
transform: scale(1);
	animation: gradientBG 3s ease infinite;
  

}

.btn2, .btn2:hover {
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    width: 370px;
    line-height: 36px;
    color: 
#990000;
font-size: 20px;
font-weight: 700 !important;
background:
    #ffd100;
 font-family: Roboto-Regular, Helvetica, Arial !important;
 text-shadow: none !important;
     transition-duration: 1s;
     margin-top: 0px !important;
     margin-bottom: 8px;
     background: linear-gradient(-45deg, #c4972e, #f8e6bb, #ecce88, #f1d6a3); 
	background-size: 400% 400%;
    animation: pulse 10s infinite;
}

.flip-clock-label {
    color: #fff !important;
}

.btn2 a {
 font-family: Roboto-Regular, Helvetica, Arial;}
 
 .btn2 a:hover {
 color: #900000 !important;}

.hvr-grow-shadow:hover {
    display: inline-block;
    vertical-align: middle;
    transform: scale(1.1);
    box-shadow: 0 0 1px 
    rgba(0,0,0,0);
    transition-duration: 1s;
    transition-property: box-shadow,transform;
}

.btn {
   transition: 1s;
}

.btn:hover {
   transform: scale(1.1);
   transition: 1s;
}


@media (max-width: 1280px) { 
    .discount-box {
        width: 100% !important;
    }
       .clock {
      transform: scale(0.8);
      margin-left: -35px !important;
      width: 700px;
   } 
}

@media (max-width: 400px) {
    .hvr-grow-shadow {
        width: 250px;
        font-size: 20px !important;
        line-height: 1.4;
    }
}

@media (max-width: 1000px) {



   .clock {
      display: none;
   } 
   
   .btn2 { margin-top: 20px !important; }
   
   .days {
    top: 60px !important;
    left: 120px;
}

.hours .flip-clock-label {
    top: 140px !important;
    left: 8px;
}

.hours .flip-clock-label {
    top: 140px !important;
    left: 8px;
}

.minutes .flip-clock-label {
    top: 140px !important;
    left: 8px;
}

.seconds .flip-clock-label {
    top: 140px !important;
    left: 8px;
}

    }
    
    
