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

root {
 --blue: #007bff;
 --indigo: #6610f2;
 --purple: #6f42c1;
 --pink: #e83e8c;
 --red: #dc3545;
 --orange: #fd7e14;
 --yellow: #ffc107;
 --green: #28a745;
 --teal: #20c997;
 --cyan: #17a2b8;
 --white: #fff;
 --gray: #6c757d;
 --gray-dark: #343a40;
 --primary: #007bff;
 --secondary: #6c757d;
 --success: #28a745;
 --info: #17a2b8;
 --warning: #ffc107;
 --danger: #dc3545;
 --light: #f8f9fa;
 --dark: #343a40;
 --breakpoint-xs: 0;
 --breakpoint-sm: 576px;
 --breakpoint-md: 768px;
 --breakpoint-lg: 992px;
 --breakpoint-xl: 1200px;
 --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, ::after, ::before {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
 @-ms-viewport {
 width: device-width
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
[tabindex="-1"]:focus {
	outline: 0!important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
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] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}
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
}
dfn {
	font-style: italic
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #003559;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
code, kbd, pre, samp {
	font-family: pt_sans_captionregular, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
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 {
 padding: 0;
 border-style: none
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height: auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
 -webkit-appearance: none
}

::-webkit-file-upload-button {
 font: inherit;
 -webkit-appearance: button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}
.h1, h1 {
	font-size: 2.5rem
}
.h2, h2 {
	font-size: 2rem
}
.h3, h3 {
	font-size: 1.75rem
}
.h4, h4 {
	font-size: 1.5rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}
.blockquote-footer::before {
	content: "\2014 \00A0"
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}
.figure {
	display: inline-block
}
.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}
a>code {
	color: inherit
}
kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
.container {
	max-width: 540px
}
}

@media(min-width:768px) {
.container {
	max-width: 720px
}
}

@media(min-width:992px) {
.container {
	max-width: 960px
}
}

@media(min-width:1200px) {
.container {
	max-width: 1140px
}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	-ms-flex-order: -1;
	order: -1
}
.order-last {
	-ms-flex-order: 13;
	order: 13
}
.order-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-1 {
	margin-left: 8.333333%
}
.offset-2 {
	margin-left: 16.666667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.333333%
}
.offset-5 {
	margin-left: 41.666667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.333333%
}
.offset-8 {
	margin-left: 66.666667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.333333%
}
.offset-11 {
	margin-left: 91.666667%
}

@media(min-width:576px) {
.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-sm-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-sm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-sm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-sm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-sm-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-sm-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-sm-first {
	-ms-flex-order: -1;
	order: -1
}
.order-sm-last {
	-ms-flex-order: 13;
	order: 13
}
.order-sm-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-sm-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-sm-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-sm-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-sm-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-sm-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-sm-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-sm-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-sm-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-sm-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-sm-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-sm-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-sm-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-sm-0 {
	margin-left: 0
}
.offset-sm-1 {
	margin-left: 8.333333%
}
.offset-sm-2 {
	margin-left: 16.666667%
}
.offset-sm-3 {
	margin-left: 25%
}
.offset-sm-4 {
	margin-left: 33.333333%
}
.offset-sm-5 {
	margin-left: 41.666667%
}
.offset-sm-6 {
	margin-left: 50%
}
.offset-sm-7 {
	margin-left: 58.333333%
}
.offset-sm-8 {
	margin-left: 66.666667%
}
.offset-sm-9 {
	margin-left: 75%
}
.offset-sm-10 {
	margin-left: 83.333333%
}
.offset-sm-11 {
	margin-left: 91.666667%
}
}

@media(min-width:768px) {
.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-md-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-md-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-md-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-md-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-md-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-md-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-md-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-md-first {
	-ms-flex-order: -1;
	order: -1
}
.order-md-last {
	-ms-flex-order: 13;
	order: 13
}
.order-md-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-md-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-md-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-md-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-md-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-md-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-md-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-md-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-md-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-md-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-md-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-md-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-md-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-md-0 {
	margin-left: 0
}
.offset-md-1 {
	margin-left: 8.333333%
}
.offset-md-2 {
	margin-left: 16.666667%
}
.offset-md-3 {
	margin-left: 25%
}
.offset-md-4 {
	margin-left: 33.333333%
}
.offset-md-5 {
	margin-left: 41.666667%
}
.offset-md-6 {
	margin-left: 50%
}
.offset-md-7 {
	margin-left: 58.333333%
}
.offset-md-8 {
	margin-left: 66.666667%
}
.offset-md-9 {
	margin-left: 75%
}
.offset-md-10 {
	margin-left: 83.333333%
}
.offset-md-11 {
	margin-left: 91.666667%
}
}

@media(min-width:992px) {
.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-lg-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-lg-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-lg-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-lg-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-lg-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-lg-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-lg-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-lg-first {
	-ms-flex-order: -1;
	order: -1
}
.order-lg-last {
	-ms-flex-order: 13;
	order: 13
}
.order-lg-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-lg-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-lg-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-lg-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-lg-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-lg-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-lg-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-lg-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-lg-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-lg-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-lg-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-lg-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-lg-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-lg-0 {
	margin-left: 0
}
.offset-lg-1 {
	margin-left: 8.333333%
}
.offset-lg-2 {
	margin-left: 16.666667%
}
.offset-lg-3 {
	margin-left: 25%
}
.offset-lg-4 {
	margin-left: 33.333333%
}
.offset-lg-5 {
	margin-left: 41.666667%
}
.offset-lg-6 {
	margin-left: 50%
}
.offset-lg-7 {
	margin-left: 58.333333%
}
.offset-lg-8 {
	margin-left: 66.666667%
}
.offset-lg-9 {
	margin-left: 75%
}
.offset-lg-10 {
	margin-left: 83.333333%
}
.offset-lg-11 {
	margin-left: 91.666667%
}
}

@media(min-width:1200px) {
.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-xl-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-xl-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-xl-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-xl-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-xl-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-xl-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-xl-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-xl-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-xl-first {
	-ms-flex-order: -1;
	order: -1
}
.order-xl-last {
	-ms-flex-order: 13;
	order: 13
}
.order-xl-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-xl-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-xl-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-xl-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-xl-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-xl-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-xl-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-xl-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-xl-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-xl-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-xl-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-xl-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-xl-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-xl-0 {
	margin-left: 0
}
.offset-xl-1 {
	margin-left: 8.333333%
}
.offset-xl-2 {
	margin-left: 16.666667%
}
.offset-xl-3 {
	margin-left: 25%
}
.offset-xl-4 {
	margin-left: 33.333333%
}
.offset-xl-5 {
	margin-left: 41.666667%
}
.offset-xl-6 {
	margin-left: 50%
}
.offset-xl-7 {
	margin-left: 58.333333%
}
.offset-xl-8 {
	margin-left: 66.666667%
}
.offset-xl-9 {
	margin-left: 75%
}
.offset-xl-10 {
	margin-left: 83.333333%
}
.offset-xl-11 {
	margin-left: 91.666667%
}
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}
.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
	border-top: 2px solid #dee2e6
}
.table .table {
	background-color: #fff
}
.table-sm td, .table-sm th {
	padding: .3rem
}
.table-bordered {
	border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}
.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8daff
}
.table-hover .table-primary:hover {
	background-color: #9fcdff
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #9fcdff
}
.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #d6d8db
}
.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}
.table-success, .table-success>td, .table-success>th {
	background-color: #c3e6cb
}
.table-hover .table-success:hover {
	background-color: #b1dfbb
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #b1dfbb
}
.table-info, .table-info>td, .table-info>th {
	background-color: #bee5eb
}
.table-hover .table-info:hover {
	background-color: #abdde5
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5
}
.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffeeba
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}
.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f5c6cb
}
.table-hover .table-danger:hover {
	background-color: #f1b0b7
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}
.table-light, .table-light>td, .table-light>th {
	background-color: #fdfdfe
}
.table-hover .table-light:hover {
	background-color: #ececf6
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6
}
.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca
}
.table-hover .table-dark:hover {
	background-color: #b9bbbe
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}
.table-active, .table-active>td, .table-active>th {
	background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.table-dark {
	color: #fff;
	background-color: #212529
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #32383e
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-sm>.table-bordered {
	border: 0
}
}

@media(max-width:767.98px) {
.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-md>.table-bordered {
	border: 0
}
}

@media(max-width:991.98px) {
.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-lg>.table-bordered {
	border: 0
}
}

@media(max-width:1199.98px) {
.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-xl>.table-bordered {
	border: 0
}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
	border: 0
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
.form-control {
	transition: none
}
}
 .form-control::-ms-expand {
 background-color: transparent;
 border: 0
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
 .form-control::-webkit-input-placeholder {
 color: #6c757d;
 opacity: 1
}
 .form-control::-moz-placeholder {
 color: #6c757d;
 opacity: 1
}
 .form-control:-ms-input-placeholder {
 color: #6c757d;
 opacity: 1
}
 .form-control::-ms-input-placeholder {
 color: #6c757d;
 opacity: 1
}
 .form-control::placeholder {
 color: #6c757d;
 opacity: 1
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem+2px)
}
 select.form-control:focus::-ms-value {
 color: #495057;
 background-color: #fff
}
.form-control-file, .form-control-range {
	display: block;
	width: 100%
}
.col-form-label {
	padding-top: calc(.375rem+1px);
	padding-bottom: calc(.375rem+1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}
.col-form-label-lg {
	padding-top: calc(.5rem+1px);
	padding-bottom: calc(.5rem+1px);
	font-size: 1.25rem;
	line-height: 1.5
}
.col-form-label-sm {
	padding-top: calc(.25rem+1px);
	padding-bottom: calc(.25rem+1px);
	font-size: .875rem;
	line-height: 1.5
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg>.form-control-plaintext.form-control, .input-group-lg>.input-group-append>.form-control-plaintext.btn, .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-prepend>.form-control-plaintext.btn, .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-sm>.form-control-plaintext.form-control, .input-group-sm>.input-group-append>.form-control-plaintext.btn, .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-prepend>.form-control-plaintext.btn, .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem+2px)
}
.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem+2px)
}
.form-group {
	margin-bottom: 1rem
}
.form-text {
	display: block;
	margin-top: .25rem
}
.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}
.form-row>.col, .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}
.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
	color: #6c757d
}
.form-check-label {
	margin-bottom: 0
}
.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}
.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}
.form-inline .form-check {
	width: 100%
}

@media(min-width:576px) {
.form-inline label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0
}
.form-inline .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-plaintext {
	display: inline-block
}
.form-inline .custom-select,  .form-inline .input-group {
	width: auto
}
.form-inline .form-check {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	padding-left: 0
}
.form-inline .form-check-input {
	position: relative;
	margin-top: 0;
	margin-right: .25rem;
	margin-left: 0
}
.form-inline .custom-control {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.form-inline .custom-control-label {
	margin-bottom: 0
}
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
.btn {
	transition: none
}
}
.btn:focus, .btn:hover {
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled, .btn:disabled {
	opacity: .65
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
	background-image: none
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}
.btn-info.focus, .btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}
.btn-warning.focus, .btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}
.btn-danger.focus, .btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent
}
.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}
.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: .5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
.fade {
	transition: none
}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
.collapsing {
	transition: none
}
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle::after {
	display: inline-block;
	width: 11px;
	height: 6px;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.dropdown-toggle:hover::after {
	width: 11px;
	height: 6px;
}
.dropdown-toggle:empty::after {
/*margin-left: 0*/
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #eaa94d;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}
.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent
}
.dropdown-menu.show {
	display: block
}
.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}
.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index: 1
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index: 1
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.btn-toolbar .input-group {
	width: auto
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}
.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
	width: 100%
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}
.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}
.input-group>.custom-file:focus, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control {
	margin-left: -1px
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group>.custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}
.input-group-prepend {
	margin-right: -1px
}
.input-group-append {
	margin-left: -1px
}
.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-pills .nav-link {
	border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}
.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}
.navbar>.container, .navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none
}
.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media(max-width:575.98px) {
.navbar-expand-sm>.container,  .navbar-expand-sm>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}

@media(min-width:576px) {
.navbar-expand-sm {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-sm>.container,  .navbar-expand-sm>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
	display: none
}
}

@media(max-width:767.98px) {
.navbar-expand-md>.container,  .navbar-expand-md>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}

@media(min-width:768px) {
.navbar-expand-md {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-md>.container,  .navbar-expand-md>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
	display: none
}
}

@media(max-width:991.98px) {
.navbar-expand-lg>.container,  .navbar-expand-lg>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}

@media(min-width:992px) {
.navbar-expand-lg {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-lg>.container,  .navbar-expand-lg>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
	display: none
}
}

@media(max-width:1199.98px) {
.navbar-expand-xl>.container,  .navbar-expand-xl>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}

@media(min-width:1200px) {
.navbar-expand-xl {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-xl>.container,  .navbar-expand-xl>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
	display: none
}
}
.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
	color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
	color: #fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}
.card>hr {
	margin-right: 0;
	margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}
.card-title {
	margin-bottom: .75rem
}
.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}
.card-text:last-child {
	margin-bottom: 0
}
.card-link:hover {
	text-decoration: none
}
.card-link+.card-link {
	margin-left: 1.25rem
}
.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}
.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}
.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}
.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}
.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.card-deck .card {
	margin-bottom: 15px
}

@media(min-width:576px) {
.card-deck {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-right: -15px;
	margin-left: -15px
}
.card-deck .card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px
}
}
.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.card-group>.card {
	margin-bottom: 15px
}

@media(min-width:576px) {
.card-group {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.card-group>.card {
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	margin-bottom: 0
}
.card-group>.card+.card {
	margin-left: 0;
	border-left: 0
}
.card-group>.card:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.card-group>.card:first-child .card-header,  .card-group>.card:first-child .card-img-top {
	border-top-right-radius: 0
}
.card-group>.card:first-child .card-footer,  .card-group>.card:first-child .card-img-bottom {
	border-bottom-right-radius: 0
}
.card-group>.card:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.card-group>.card:last-child .card-header,  .card-group>.card:last-child .card-img-top {
	border-top-left-radius: 0
}
.card-group>.card:last-child .card-footer,  .card-group>.card:last-child .card-img-bottom {
	border-bottom-left-radius: 0
}
.card-group>.card:only-child {
	border-radius: .25rem
}
.card-group>.card:only-child .card-header,  .card-group>.card:only-child .card-img-top {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.card-group>.card:only-child .card-footer,  .card-group>.card:only-child .card-img-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
	border-radius: 0
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
	border-radius: 0
}
}
.card-columns .card {
	margin-bottom: .75rem
}

@media(min-width:576px) {
.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1
}
.card-columns .card {
	display: inline-block;
	width: 100%
}
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}
.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}
.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}
.media-body {
	-ms-flex: 1;
	flex: 1
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}
.close:not(:disabled):not(.disabled) {
	cursor: pointer
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-item {
	position: relative;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
.carousel-item {
	transition: none
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.carousel-item-next, .carousel-item-prev {
	position: absolute;
	top: 0
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
 @supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)) {
 .carousel-item-next.carousel-item-left,  .carousel-item-prev.carousel-item-right {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
.active.carousel-item-right, .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
 @supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)) {
 .active.carousel-item-right,  .carousel-item-next {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0)
}
}
.active.carousel-item-left, .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
 @supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)) {
 .active.carousel-item-left,  .carousel-item-prev {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0)
}
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
 @supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)) {
 .carousel-fade .active.carousel-item-left,  .carousel-fade .active.carousel-item-prev,  .carousel-fade .carousel-item-next,  .carousel-fade .carousel-item-prev,  .carousel-fade .carousel-item.active {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .5)
}
.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}
.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}
.carousel-indicators .active {
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-none {
	float: none!important
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
.text-justify {
	text-align: justify!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.text-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:1200px) {
.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-light {
	font-weight: 300!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #007bff!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #0062cc!important
}
.text-secondary {
	color: #6c757d!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #545b62!important
}
.text-success {
	color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
	color: #1e7e34!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color: #117a8b!important
}
.text-warning {
	color: #ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #d39e00!important
}
.text-danger {
	color: #dc3545!important
}
a.text-danger:focus, a.text-danger:hover {
	color: #bd2130!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color: #dae0e5!important
}
.text-dark {
	color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #1d2124!important
}
.text-body {
	color: #212529!important
}
.text-muted {
	color: #6c757d!important
}
.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}

@media print {
*, 	::after, 	::before {
	text-shadow: none!important;
	box-shadow: none!important
}
a:not(.btn) {
	text-decoration: underline
}
abbr[title]::after {
	content: " (" attr(title) ")"
}
pre {
	white-space: pre-wrap!important
}
blockquote,  pre {
	border: 1px solid #adb5bd;
	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
}
@page {
	size: a3
}
body {
	min-width: 992px!important
}
.container {
	min-width: 992px!important
}
.navbar {
	display: none
}
.badge {
	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 #dee2e6!important
}
.table-dark {
	color: inherit
}
.table-dark tbody+tbody,  .table-dark td,  .table-dark th,  .table-dark thead th {
	border-color: #dee2e6
}
.table .thead-dark th {
	color: inherit;
	border-color: #dee2e6
}
}
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}
.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}
.fa-xs {
	font-size: .75em
}
.fa-sm {
	font-size: .875em
}
.fa-1x {
	font-size: 1em
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-6x {
	font-size: 6em
}
.fa-7x {
	font-size: 7em
}
.fa-8x {
	font-size: 8em
}
.fa-9x {
	font-size: 9em
}
.fa-10x {
	font-size: 10em
}
.fa-fw {
	text-align: center;
	width: 1.25em
}
.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}
.fa-ul>li {
	position: relative
}
.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}
.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: a 2s infinite linear;
	animation: a 2s infinite linear
}
.fa-pulse {
	-webkit-animation: a 1s infinite steps(8);
	animation: a 1s infinite steps(8)
}
 @-webkit-keyframes a {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 to {
 -webkit-transform: rotate(1turn);
 transform: rotate(1turn)
}
}
 @keyframes a {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 to {
 -webkit-transform: rotate(1turn);
 transform: rotate(1turn)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}
.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}
.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-500px:before {
	content: "\f26e"
}
.fa-accessible-icon:before {
	content: "\f368"
}
.fa-accusoft:before {
	content: "\f369"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-card:before {
	content: "\f2bb"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-adn:before {
	content: "\f170"
}
.fa-adversal:before {
	content: "\f36a"
}
.fa-affiliatetheme:before {
	content: "\f36b"
}
.fa-algolia:before {
	content: "\f36c"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-amazon-pay:before {
	content: "\f42c"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-amilia:before {
	content: "\f36d"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-android:before {
	content: "\f17b"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angrycreative:before {
	content: "\f36e"
}
.fa-angular:before {
	content: "\f420"
}
.fa-app-store:before {
	content: "\f36f"
}
.fa-app-store-ios:before {
	content: "\f370"
}
.fa-apper:before {
	content: "\f371"
}
.fa-apple:before {
	content: "\f179"
}
.fa-apple-pay:before {
	content: "\f415"
}
.fa-archive:before {
	content: "\f187"
}
.fa-arrow-alt-circle-down:before {
	content: "\f358"
}
.fa-arrow-alt-circle-left:before {
	content: "\f359"
}
.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}
.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-arrows-alt-h:before {
	content: "\f337"
}
.fa-arrows-alt-v:before {
	content: "\f338"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-asymmetrik:before {
	content: "\f372"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-audible:before {
	content: "\f373"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-autoprefixer:before {
	content: "\f41c"
}
.fa-avianex:before {
	content: "\f374"
}
.fa-aviato:before {
	content: "\f421"
}
.fa-aws:before {
	content: "\f375"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-bars:before {
	content: "\f0c9"
}
.fa-baseball-ball:before {
	content: "\f433"
}
.fa-basketball-ball:before {
	content: "\f434"
}
.fa-bath:before {
	content: "\f2cd"
}
.fa-battery-empty:before {
	content: "\f244"
}
.fa-battery-full:before {
	content: "\f240"
}
.fa-battery-half:before {
	content: "\f242"
}
.fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-bed:before {
	content: "\f236"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bimobject:before {
	content: "\f378"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitcoin:before {
	content: "\f379"
}
.fa-bity:before {
	content: "\f37a"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-blackberry:before {
	content: "\f37b"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-blogger:before {
	content: "\f37c"
}
.fa-blogger-b:before {
	content: "\f37d"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-bold:before {
	content: "\f032"
}
.fa-bolt:before {
	content: "\f0e7"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-bowling-ball:before {
	content: "\f436"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-btc:before {
	content: "\f15a"
}
.fa-bug:before {
	content: "\f188"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-buromobelexperte:before {
	content: "\f37f"
}
.fa-bus:before {
	content: "\f207"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-calendar:before {
	content: "\f133"
}
.fa-calendar-alt:before {
	content: "\f073"
}
.fa-calendar-check:before {
	content: "\f274"
}
.fa-calendar-minus:before {
	content: "\f272"
}
.fa-calendar-plus:before {
	content: "\f271"
}
.fa-calendar-times:before {
	content: "\f273"
}
.fa-camera:before {
	content: "\f030"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-car:before {
	content: "\f1b9"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-caret-square-down:before {
	content: "\f150"
}
.fa-caret-square-left:before {
	content: "\f191"
}
.fa-caret-square-right:before {
	content: "\f152"
}
.fa-caret-square-up:before {
	content: "\f151"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cc-amazon-pay:before {
	content: "\f42d"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-apple-pay:before {
	content: "\f416"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-centercode:before {
	content: "\f380"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-chart-area:before {
	content: "\f1fe"
}
.fa-chart-bar:before {
	content: "\f080"
}
.fa-chart-line:before {
	content: "\f201"
}
.fa-chart-pie:before {
	content: "\f200"
}
.fa-check:before {
	content: "\f00c"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-chess:before {
	content: "\f439"
}
.fa-chess-bishop:before {
	content: "\f43a"
}
.fa-chess-board:before {
	content: "\f43c"
}
.fa-chess-king:before {
	content: "\f43f"
}
.fa-chess-knight:before {
	content: "\f441"
}
.fa-chess-pawn:before {
	content: "\f443"
}
.fa-chess-queen:before {
	content: "\f445"
}
.fa-chess-rook:before {
	content: "\f447"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-circle:before {
	content: "\f111"
}
.fa-circle-notch:before {
	content: "\f1ce"
}
.fa-clipboard:before {
	content: "\f328"
}
.fa-clock:before {
	content: "\f017"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-closed-captioning:before {
	content: "\f20a"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-cloud-download-alt:before {
	content: "\f381"
}
.fa-cloud-upload-alt:before {
	content: "\f382"
}
.fa-cloudscale:before {
	content: "\f383"
}
.fa-cloudsmith:before {
	content: "\f384"
}
.fa-cloudversify:before {
	content: "\f385"
}
.fa-code:before {
	content: "\f121"
}
.fa-code-branch:before {
	content: "\f126"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cog:before {
	content: "\f013"
}
.fa-cogs:before {
	content: "\f085"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-comment:before {
	content: "\f075"
}
.fa-comment-alt:before {
	content: "\f27a"
}
.fa-comments:before {
	content: "\f086"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-compress:before {
	content: "\f066"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-copy:before {
	content: "\f0c5"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-cpanel:before {
	content: "\f388"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-crop:before {
	content: "\f125"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-css3-alt:before {
	content: "\f38b"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-cut:before {
	content: "\f0c4"
}
.fa-cuttlefish:before {
	content: "\f38c"
}
.fa-d-and-d:before {
	content: "\f38d"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-deaf:before {
	content: "\f2a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-deploydog:before {
	content: "\f38e"
}
.fa-deskpro:before {
	content: "\f38f"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-digital-ocean:before {
	content: "\f391"
}
.fa-discord:before {
	content: "\f392"
}
.fa-discourse:before {
	content: "\f393"
}
.fa-dochub:before {
	content: "\f394"
}
.fa-docker:before {
	content: "\f395"
}
.fa-dollar-sign:before {
	content: "\f155"
}
.fa-dot-circle:before {
	content: "\f192"
}
.fa-download:before {
	content: "\f019"
}
.fa-draft2digital:before {
	content: "\f396"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-dribbble-square:before {
	content: "\f397"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-dyalog:before {
	content: "\f399"
}
.fa-earlybirds:before {
	content: "\f39a"
}
.fa-edge:before {
	content: "\f282"
}
.fa-edit:before {
	content: "\f044"
}
.fa-eject:before {
	content: "\f052"
}
.fa-elementor:before {
	content: "\f430"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-ember:before {
	content: "\f423"
}
.fa-empire:before {
	content: "\f1d1"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-envira:before {
	content: "\f299"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-erlang:before {
	content: "\f39d"
}
.fa-ethereum:before {
	content: "\f42e"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-euro-sign:before {
	content: "\f153"
}
.fa-exchange-alt:before {
	content: "\f362"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-expand:before {
	content: "\f065"
}
.fa-expand-arrows-alt:before {
	content: "\f31e"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-external-link-alt:before {
	content: "\f35d"
}
.fa-external-link-square-alt:before {
	content: "\f360"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-dropper:before {
	content: "\f1fb"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-facebook:before {
	content: "\f09a"
}
.fa-facebook-f:before {
	content: "\f39e"
}
.fa-facebook-messenger:before {
	content: "\f39f"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-female:before {
	content: "\f182"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-alt:before {
	content: "\f15c"
}
.fa-file-archive:before {
	content: "\f1c6"
}
.fa-file-audio:before {
	content: "\f1c7"
}
.fa-file-code:before {
	content: "\f1c9"
}
.fa-file-excel:before {
	content: "\f1c3"
}
.fa-file-image:before {
	content: "\f1c5"
}
.fa-file-pdf:before {
	content: "\f1c1"
}
.fa-file-powerpoint:before {
	content: "\f1c4"
}
.fa-file-video:before {
	content: "\f1c8"
}
.fa-file-word:before {
	content: "\f1c2"
}
.fa-film:before {
	content: "\f008"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-firstdraft:before {
	content: "\f3a1"
}
.fa-flag:before {
	content: "\f024"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-flipboard:before {
	content: "\f44d"
}
.fa-fly:before {
	content: "\f417"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-font:before {
	content: "\f031"
}
.fa-font-awesome:before {
	content: "\f2b4"
}
.fa-font-awesome-alt:before {
	content: "\f35c"
}
.fa-font-awesome-flag:before {
	content: "\f425"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-fonticons-fi:before {
	content: "\f3a2"
}
.fa-football-ball:before {
	content: "\f44e"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-fort-awesome-alt:before {
	content: "\f3a3"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-freebsd:before {
	content: "\f3a4"
}
.fa-frown:before {
	content: "\f119"
}
.fa-futbol:before {
	content: "\f1e3"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-gavel:before {
	content: "\f0e3"
}
.fa-gem:before {
	content: "\f3a5"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-github:before {
	content: "\f09b"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-gitkraken:before {
	content: "\f3a6"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-gitter:before {
	content: "\f426"
}
.fa-glass-martini:before {
	content: "\f000"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-gofore:before {
	content: "\f3a7"
}
.fa-golf-ball:before {
	content: "\f450"
}
.fa-goodreads:before {
	content: "\f3a8"
}
.fa-goodreads-g:before {
	content: "\f3a9"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-google-drive:before {
	content: "\f3aa"
}
.fa-google-play:before {
	content: "\f3ab"
}
.fa-google-plus:before {
	content: "\f2b3"
}
.fa-google-plus-g:before {
	content: "\f0d5"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-graduation-cap:before {
	content: "\f19d"
}
.fa-gratipay:before {
	content: "\f184"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-gripfire:before {
	content: "\f3ac"
}
.fa-grunt:before {
	content: "\f3ad"
}
.fa-gulp:before {
	content: "\f3ae"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-hacker-news:before {
	content: "\f1d4"
}
.fa-hacker-news-square:before {
	content: "\f3af"
}
.fa-hand-lizard:before {
	content: "\f258"
}
.fa-hand-paper:before {
	content: "\f256"
}
.fa-hand-peace:before {
	content: "\f25b"
}
.fa-hand-point-down:before {
	content: "\f0a7"
}
.fa-hand-point-left:before {
	content: "\f0a5"
}
.fa-hand-point-right:before {
	content: "\f0a4"
}
.fa-hand-point-up:before {
	content: "\f0a6"
}
.fa-hand-pointer:before {
	content: "\f25a"
}
.fa-hand-rock:before {
	content: "\f255"
}
.fa-hand-scissors:before {
	content: "\f257"
}
.fa-hand-spock:before {
	content: "\f259"
}
.fa-handshake:before {
	content: "\f2b5"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-hdd:before {
	content: "\f0a0"
}
.fa-heading:before {
	content: "\f1dc"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-heart:before {
	content: "\f004"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-hips:before {
	content: "\f452"
}
.fa-hire-a-helper:before {
	content: "\f3b0"
}
.fa-history:before {
	content: "\f1da"
}
.fa-hockey-puck:before {
	content: "\f453"
}
.fa-home:before {
	content: "\f015"
}
.fa-hooli:before {
	content: "\f427"
}
.fa-hospital:before {
	content: "\f0f8"
}
.fa-hotjar:before {
	content: "\f3b1"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-start:before {
	content: "\f251"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-hubspot:before {
	content: "\f3b2"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-id-card:before {
	content: "\f2c2"
}
.fa-image:before {
	content: "\f03e"
}
.fa-images:before {
	content: "\f302"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-industry:before {
	content: "\f275"
}
.fa-info:before {
	content: "\f129"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-italic:before {
	content: "\f033"
}
.fa-itunes:before {
	content: "\f3b4"
}
.fa-itunes-note:before {
	content: "\f3b5"
}
.fa-jenkins:before {
	content: "\f3b6"
}
.fa-joget:before {
	content: "\f3b7"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-js:before {
	content: "\f3b8"
}
.fa-js-square:before {
	content: "\f3b9"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-key:before {
	content: "\f084"
}
.fa-keyboard:before {
	content: "\f11c"
}
.fa-keycdn:before {
	content: "\f3ba"
}
.fa-kickstarter:before {
	content: "\f3bb"
}
.fa-kickstarter-k:before {
	content: "\f3bc"
}
.fa-korvue:before {
	content: "\f42f"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-laravel:before {
	content: "\f3bd"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-lemon:before {
	content: "\f094"
}
.fa-less:before {
	content: "\f41d"
}
.fa-level-down-alt:before {
	content: "\f3be"
}
.fa-level-up-alt:before {
	content: "\f3bf"
}
.fa-life-ring:before {
	content: "\f1cd"
}
.fa-lightbulb:before {
	content: "\f0eb"
}
.fa-line:before {
	content: "\f3c0"
}
.fa-link:before {
	content: "\f0c1"
}
.fa-linkedin:before {
	content: "\f08c"
}
.fa-linkedin-in:before {
	content: "\f0e1"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-lira-sign:before {
	content: "\f195"
}
.fa-list:before {
	content: "\f03a"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-lock:before {
	content: "\f023"
}
.fa-lock-open:before {
	content: "\f3c1"
}
.fa-long-arrow-alt-down:before {
	content: "\f309"
}
.fa-long-arrow-alt-left:before {
	content: "\f30a"
}
.fa-long-arrow-alt-right:before {
	content: "\f30b"
}
.fa-long-arrow-alt-up:before {
	content: "\f30c"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-lyft:before {
	content: "\f3c3"
}
.fa-magento:before {
	content: "\f3c4"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-male:before {
	content: "\f183"
}
.fa-map:before {
	content: "\f279"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-map-marker-alt:before {
	content: "\f3c5"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-medapps:before {
	content: "\f3c6"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-medium-m:before {
	content: "\f3c7"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-medrt:before {
	content: "\f3c8"
}
.fa-meetup:before {
	content: "\f2e0"
}
.fa-meh:before {
	content: "\f11a"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-microsoft:before {
	content: "\f3ca"
}
.fa-minus:before {
	content: "\f068"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-mix:before {
	content: "\f3cb"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-mizuni:before {
	content: "\f3cc"
}
.fa-mobile:before {
	content: "\f10b"
}
.fa-mobile-alt:before {
	content: "\f3cd"
}
.fa-modx:before {
	content: "\f285"
}
.fa-monero:before {
	content: "\f3d0"
}
.fa-money-bill-alt:before {
	content: "\f3d1"
}
.fa-moon:before {
	content: "\f186"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-music:before {
	content: "\f001"
}
.fa-napster:before {
	content: "\f3d2"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-newspaper:before {
	content: "\f1ea"
}
.fa-nintendo-switch:before {
	content: "\f418"
}
.fa-node:before {
	content: "\f419"
}
.fa-node-js:before {
	content: "\f3d3"
}
.fa-npm:before {
	content: "\f3d4"
}
.fa-ns8:before {
	content: "\f3d5"
}
.fa-nutritionix:before {
	content: "\f3d6"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-osi:before {
	content: "\f41a"
}
.fa-outdent:before {
	content: "\f03b"
}
.fa-page4:before {
	content: "\f3d7"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-palfed:before {
	content: "\f3d8"
}
.fa-paper-plane:before {
	content: "\f1d8"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-paste:before {
	content: "\f0ea"
}
.fa-patreon:before {
	content: "\f3d9"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-pen-square:before {
	content: "\f14b"
}
.fa-pencil-alt:before {
	content: "\f303"
}
.fa-percent:before {
	content: "\f295"
}
.fa-periscope:before {
	content: "\f3da"
}
.fa-phabricator:before {
	content: "\f3db"
}
.fa-phoenix-framework:before {
	content: "\f3dc"
}
.fa-phone:before {
	content: "\f095"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-phone-volume:before {
	content: "\f2a0"
}
.fa-php:before {
	content: "\f457"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-plane:before {
	content: "\f072"
}
.fa-play:before {
	content: "\f04b"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-playstation:before {
	content: "\f3df"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-plus:before {
	content: "\f067"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-pound-sign:before {
	content: "\f154"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-print:before {
	content: "\f02f"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-pushed:before {
	content: "\f3e1"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-python:before {
	content: "\f3e2"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-question:before {
	content: "\f128"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-quidditch:before {
	content: "\f458"
}
.fa-quinscape:before {
	content: "\f459"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-random:before {
	content: "\f074"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-react:before {
	content: "\f41b"
}
.fa-rebel:before {
	content: "\f1d0"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-red-river:before {
	content: "\f3e3"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-redo:before {
	content: "\f01e"
}
.fa-redo-alt:before {
	content: "\f2f9"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-rendact:before {
	content: "\f3e4"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-reply:before {
	content: "\f3e5"
}
.fa-reply-all:before {
	content: "\f122"
}
.fa-replyd:before {
	content: "\f3e6"
}
.fa-resolving:before {
	content: "\f3e7"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-road:before {
	content: "\f018"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-rocketchat:before {
	content: "\f3e8"
}
.fa-rockrms:before {
	content: "\f3e9"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-ruble-sign:before {
	content: "\f158"
}
.fa-rupee-sign:before {
	content: "\f156"
}
.fa-safari:before {
	content: "\f267"
}
.fa-sass:before {
	content: "\f41e"
}
.fa-save:before {
	content: "\f0c7"
}
.fa-schlix:before {
	content: "\f3ea"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-search:before {
	content: "\f002"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-searchengin:before {
	content: "\f3eb"
}
.fa-sellcast:before {
	content: "\f2da"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-server:before {
	content: "\f233"
}
.fa-servicestack:before {
	content: "\f3ec"
}
.fa-share:before {
	content: "\f064"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-shekel-sign:before {
	content: "\f20b"
}
.fa-shield-alt:before {
	content: "\f3ed"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-sign-in-alt:before {
	content: "\f2f6"
}
.fa-sign-language:before {
	content: "\f2a7"
}
.fa-sign-out-alt:before {
	content: "\f2f5"
}
.fa-signal:before {
	content: "\f012"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-sistrix:before {
	content: "\f3ee"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-slack:before {
	content: "\f198"
}
.fa-slack-hash:before {
	content: "\f3ef"
}
.fa-sliders-h:before {
	content: "\f1de"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-smile:before {
	content: "\f118"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-snowflake:before {
	content: "\f2dc"
}
.fa-sort:before {
	content: "\f0dc"
}
.fa-sort-alpha-down:before {
	content: "\f15d"
}
.fa-sort-alpha-up:before {
	content: "\f15e"
}
.fa-sort-amount-down:before {
	content: "\f160"
}
.fa-sort-amount-up:before {
	content: "\f161"
}
.fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-numeric-down:before {
	content: "\f162"
}
.fa-sort-numeric-up:before {
	content: "\f163"
}
.fa-sort-up:before {
	content: "\f0de"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-speakap:before {
	content: "\f3f3"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-square-full:before {
	content: "\f45c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-staylinked:before {
	content: "\f3f5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-steam-symbol:before {
	content: "\f3f6"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-sticker-mule:before {
	content: "\f3f7"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stopwatch:before {
	content: "\f2f2"
}
.fa-strava:before {
	content: "\f428"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-stripe:before {
	content: "\f429"
}
.fa-stripe-s:before {
	content: "\f42a"
}
.fa-studiovinari:before {
	content: "\f3f8"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-subway:before {
	content: "\f239"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-sun:before {
	content: "\f185"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-supple:before {
	content: "\f3f9"
}
.fa-sync:before {
	content: "\f021"
}
.fa-sync-alt:before {
	content: "\f2f1"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-table-tennis:before {
	content: "\f45d"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-tablet-alt:before {
	content: "\f3fa"
}
.fa-tachometer-alt:before {
	content: "\f3fd"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-taxi:before {
	content: "\f1ba"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-telegram-plane:before {
	content: "\f3fe"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-thermometer-full:before {
	content: "\f2c7"
}
.fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbtack:before {
	content: "\f08d"
}
.fa-ticket-alt:before {
	content: "\f3ff"
}
.fa-times:before {
	content: "\f00d"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-tint:before {
	content: "\f043"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-train:before {
	content: "\f238"
}
.fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-trash-alt:before {
	content: "\f2ed"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-trello:before {
	content: "\f181"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-tv:before {
	content: "\f26c"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-typo3:before {
	content: "\f42b"
}
.fa-uber:before {
	content: "\f402"
}
.fa-uikit:before {
	content: "\f403"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-undo:before {
	content: "\f0e2"
}
.fa-undo-alt:before {
	content: "\f2ea"
}
.fa-uniregistry:before {
	content: "\f404"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-university:before {
	content: "\f19c"
}
.fa-unlink:before {
	content: "\f127"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-untappd:before {
	content: "\f405"
}
.fa-upload:before {
	content: "\f093"
}
.fa-usb:before {
	content: "\f287"
}
.fa-user:before {
	content: "\f007"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-users:before {
	content: "\f0c0"
}
.fa-ussunnah:before {
	content: "\f407"
}
.fa-utensil-spoon:before {
	content: "\f2e5"
}
.fa-utensils:before {
	content: "\f2e7"
}
.fa-vaadin:before {
	content: "\f408"
}
.fa-venus:before {
	content: "\f221"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-viber:before {
	content: "\f409"
}
.fa-video:before {
	content: "\f03d"
}
.fa-vimeo:before {
	content: "\f40a"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-vimeo-v:before {
	content: "\f27d"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-vk:before {
	content: "\f189"
}
.fa-vnv:before {
	content: "\f40b"
}
.fa-volleyball-ball:before {
	content: "\f45f"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-vuejs:before {
	content: "\f41f"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-weixin:before {
	content: "\f1d7"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-whatsapp-square:before {
	content: "\f40c"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-whmcs:before {
	content: "\f40d"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-window-close:before {
	content: "\f410"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-won-sign:before {
	content: "\f159"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-wordpress-simple:before {
	content: "\f411"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-xbox:before {
	content: "\f412"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-y-combinator:before {
	content: "\f23b"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-yandex:before {
	content: "\f413"
}
.fa-yandex-international:before {
	content: "\f414"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-yen-sign:before {
	content: "\f157"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-youtube-square:before {
	content: "\f431"
}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
@font-face {
	font-family: Font Awesome\ 5 Brands;
	font-style: normal;
	font-weight: 400;
	src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.eot);
	src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
	font-family: Font Awesome\ 5 Brands
}
@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 400;
	src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.eot);
	src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
.far {
	font-weight: 400
}
@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
	src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.eot);
	src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa, .far, .fas {
	font-family: Font Awesome\ 5 Free
}
.fa, .fas {
	font-weight: 900
}
@font-face {
	font-family: 'pt_sans_captionregular';
	src: url('../fonts/ptc55f-webfont.woff2') format('woff2'),  url('../fonts/ptc55f-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_sans_captionbold';
	src: url('../fonts/ptc75f-webfont.woff2') format('woff2'),  url('../fonts/ptc75f-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_sans_narrowregular';
	src: url('../fonts/ptn57f-webfont.woff2') format('woff2'),  url('../fonts/ptn57f-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_sans_narrowbold';
	src: url('../fonts/ptn77f-webfont.woff2') format('woff2'),  url('../fonts/ptn77f-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, body {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0
}
img {
	max-width: 100%
}
img, fieldset {
	border: 0
}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1
}
input {
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none
}
::selection {
	background: #b3d4fc;
	text-shadow: none
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
img {
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: .2em 0;
	background: #fff;
	color: #494949;
	padding: .2em 0
}
ul, ol {
	padding: 0;
	margin: 0
}
li {
	margin: 0;
	padding: 0
}
ol {
	margin-left: 30px
}
ol li {
	line-height: 24px
}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.clearfix:before, .clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}
.clearfix:after {
	clear: both
}
.clearfix {
 *zoom: 1
}
strong {
	font-weight: 600
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.47em;
	font-family: 'pt_sans_captionbold', sans-serif;
}
body {
	font: 1em/140% 'pt_sans_captionregular', 'pt_sans_narrowregular', Arial, Helvetica, sans-serif;
	color: #191919;
	background: url(../images/mainbg.jpg) repeat #fff;
}
h1 {
	color: #0063b7;
	text-transform: uppercase;
	font-size: 26px;
	text-align: center;
	position: relative;
	display: table;
	margin: 0 auto;
	padding-bottom: 10px
}
h2 {
	color: #0063b7;
	font-size: 22px;
	text-align: center;
	position: relative;
	display: table;
	margin: 0 auto;
	padding-bottom: 10px
}
h3 {
	color: #191919;
	font-size: 22px;
	text-align: left;
	position: relative;
	/*display: table;*/
	margin: 0 auto;
	padding-bottom: 10px
}
.header {
	width: 100%;
	background: url(../images/header-img01.jpg) no-repeat;
	display: block;
	background-size: cover;
	padding: 50px 0 0 0;
	position: relative
}
#top-area {
	width: 100%;
	background: url(../images/topareabar.jpg) no-repeat right top transparent;
	min-height: 120px;
	padding-top: 0
}
.logo {
	margin-top: 30px
}
#navigation-area {
	width: 100%;
	min-height: 43px;
	background: #5d3770;
	padding: 14px 0
}
.mainmenu {
	width: 100%
}
.mainmenu ul {
	padding: 0;
	margin: 0
}
.mainmenu ul li {
	float: left;
	list-style: none;
	line-height: 24px !important;
	position: relative;
}
/*.mainmenu ul li:hover {padding: 0 8px !important;}*/

.mainmenu ul li:first-child {
/*padding-left: 0 !important*/
}
.mainmenu ul li:last-child {
	/*padding-right: 0!important;*/
	border-right: 0
}
.mainmenu ul li a {
	color: #fff!important;
	text-decoration: none;
	padding: 0 16px!important;
	font-size: 18px!important;
	font-weight: 300!important;
	text-transform: uppercase;
	line-height: 24px!important;
	text-align: left!important;
	font-family: 'pt_sans_narrowregular';
}
.navbar {
	padding: 0
}
.mainmenu ul li a.active {
	color: #8bafbb!important;
	text-decoration: none;
	padding: 0 16px!important;
	font-size: 18px!important;
	font-weight: 300!important;
	text-transform: uppercase;
	line-height: 24px!important;
	text-align: left!important;
	font-family: 'pt_sans_narrowregular';
}
.mainmenu ul li a:hover {
	color: #8bafbb!important;
	text-decoration: none;
	padding: 0 16px!important;
	font-size: 18px!important;
	font-weight: 300!important;
	text-transform: uppercase;
	line-height: 24px!important;
	text-align: left!important;
	font-family: 'pt_sans_narrowregular';
}
.mainmenu ul li ul {
	padding: 5px 10px !important;
	width: 100%;
}
.mainmenu ul li ul li {
	float: none !important;
	display: block !important;
	padding: 5px 0px;
	line-height: 24px;
	color: #000;
	border-bottom: solid 1px #c58e3f;
	border-top: solid 1px #ffb955;
}
.mainmenu ul li ul li:first-child {
	padding-left: 0px !important;
	border-top: none;
}
.mainmenu ul li ul li:last-child {
	padding-right: 0px !important;
	border-bottom: none;
}
.mainmenu ul li ul li a {
	color: #fff!important;
	text-decoration: none;
	font-size: 18px!important;
	font-weight: 300!important;
	text-transform: uppercase;
	line-height: 24px!important;
	text-align: left!important;
	font-family: 'pt_sans_captionbold';
}
.mainmenu ul li ul li a:hover {
	border-top: none;
	color: #000 !important;
	text-decoration: none;
	font-size: 18px!important;
	font-weight: 300!important;
	text-transform: uppercase;
	line-height: 24px!important;
	text-align: left!important;
	font-family: 'pt_sans_captionbold';
}
.mainmenu ul li ul li a:hover:after {
	display: none;
}
.dropdown-menu {
	min-width: 17rem;
}
.headerdetail-area {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 90px;/*min-height:165px;*/
}
.headerdetail-area .detailbox {
	width: 100%;
	border-left: solid 10px #dadfe7;
	padding-left: 15px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #dadfe7;/*height:165px;*/
}
.headerdetail-area .detailbox .h3 {
	margin: 0;
	padding: 0;
	color: #dadfe7;
	font-family: pt_sans_captionbold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
	text-align: left;
}
.headerbottom {
	width: 100%;
	background: #000000;
	min-height: 64px;
	position: relative;
	padding-top: 27px
}
.headerbottom .mbar {
	width: 100%;
	height: 18px;
	background: #00bdff
}
.header .vector {
	position: absolute;
	width: 100%;
	max-width: 574px;
	height: 470px;
	bottom: -8.45%;
	right: 8%;
	background: url(../images/vectorf.png) no-repeat;
	background-size: 100%;
}
.header .vector .inner {
	display: block;
	height: 0;
	padding-top: 81.88%;
}
.headerbottom .tphone {
	position: absolute;
	width: 100%;
	max-width: 444px;
	background: url(../images/top-phone.jpg) no-repeat;
	display: block;
	left: 6%;
	top: 0;
	background-size: 100%;
}
.headerbottom .tphone .inner {
	display: block;
	height: 0;
	padding-top: 14.19%;
}
.wrapper-area {
	width: 90%;
	margin: 0 auto;
	display: block;
	max-width: 1280px;
	-webkit-box-shadow: 0 17px 36px 5px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0 17px 36px 5px rgba(0, 0, 0, 0.36);
	box-shadow: 0 17px 36px 5px rgba(0, 0, 0, 0.36);
	background: #fff;
	padding: 50px 0
}
.content-area {
	width: 96%;
	padding: 0 0 100px 0;
	text-align: justify;
	display: block;
	margin: 0 auto
}
.content-area .cheadingarea {
	width: 100%;
	padding: 10px 0;
	position: relative
}
.content-area .cheadingarea h1 {
	position: relative;
	margin-bottom: 10px;
	background: #fff;
	z-index: 99;
	padding: 0 10px
}
.content-area .cheadingarea::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	border-bottom: solid 10px #037ca6;
	top: 20px;
	left: 0;
	z-index: 9
}
.featuredarea {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #1f1f1f;
	text-align: center;
}
.featuredarea .img01 {
	width: 100%;
	max-width: 138px;
	background: url(../images/sprite01.jpg) no-repeat 25.633% 100%;
	display: block;
	position: relative;
	background-size: 557.98% 100%;
	margin: 0 auto;
	text-align: center;
}
.featuredarea .img01 .inner {
	display: block;
	height: 0;
	padding-top: 114.706%;
}
.featuredarea .img02 {
	width: 100%;
	max-width: 141px;
	background: url(../images/sprite01.jpg) no-repeat 49.126% 100%;
	display: block;
	position: relative;
	background-size: 546.1% 100%;
	margin: 0 auto;
	text-align: center;
}
.featuredarea .img02 .inner {
	display: block;
	height: 0;
	padding-top: 110.638%;
}
.featuredarea .img03 {
	width: 100%;
	max-width: 155px;
	background: url(../images/sprite01.jpg) no-repeat 0 100%;
	display: block;
	position: relative;
	background-size: 484.277% 100%;
	margin: 0 auto;
	text-align: center;
}
.featuredarea .img03 .inner {
	display: block;
	height: 0;
	padding-top: 101.299%;
}
.featuredarea .img04 {
	width: 100%;
	max-width: 155px;
	background: url(../images/sprite01.jpg) no-repeat 74.304% 100%;
	display: block;
	position: relative;
	background-size: 484.277% 100%;
	margin: 0 auto;
	text-align: center;
}
.featuredarea .img04 .inner {
	display: block;
	height: 0;
	padding-top: 101.299%;
}
.featuredarea .img05 {
	width: 100%;
	max-width: 155px;
	background: url(../images/sprite01.jpg) no-repeat 100% 100%;
	;
	display: block;
	position: relative;
	background-size: 503.27% 100%;
	margin: 0 auto;
	text-align: center;
}
.featuredarea .img05 .inner {
	display: block;
	height: 0;
	padding-top: 101.299%;
}
.featuredarea h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #00668a;
	text-transform: uppercase;
	font-family: pt_sans_captionbold;
	text-align: center;
	display: block;
}
.featuredarea img {
	display: table;
	margin: 0 auto 15px auto;
	text-align: center
}
.rightbar {
	border-right: solid 2px #037ca6
}
.bannerarea {
	width: 100%;
	background: #037ca6;
	padding: 23px 0 10px 0;
	color: #fff;
	margin-bottom: 30px
}
.bannerarea .ordernowbtn {
	width: 100%;
	max-width: 269px;
	background: url(../images/sprite03.png) no-repeat 0.356% 21.094%;
	display: block;
	background-size: 204.4609% 681.8181%;
	color: transparent
}
.bannerarea .ordernowbtn .inner {
	display: block;
	height: 0;
	padding-top: 16.35%
}
.bannerarea .ordernowbtn:hover {
	width: 100%;
	max-width: 269px;
	background: url(../images/sprite03.png) no-repeat 98.577% 21.094%;
	display: block;
	background-size: 204.4609% 681.8181%;
	color: transparent
}
.bannerarea .pricingbtn {
	width: 100%;
	max-width: 269px;
	background: url(../images/sprite03.png) no-repeat 98.577% 39.063%;
	display: block;
	background-size: 204.4609% 681.8181%;
	color: transparent
}
.bannerarea .pricingbtn .inner {
	display: block;
	height: 0;
	padding-top: 16.35%
}
.bannerarea .pricingbtn:hover {
	width: 100%;
	max-width: 269px;
	background: url(../images/sprite03.png) no-repeat 0.712% 38.672%;
	display: block;
	background-size: 204.4609% 681.8181%;
	color: transparent
}
.content-area h2 {
	position: relative;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 0px;
	color: #037ca6;
}
.content-area h2.ts {
	font-size: 21px;
	line-height: 37px;
}
.content-area h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 22px;
	color: #003559;
	text-transform: uppercase
}
.content-area h4 {
	font-size: 22px;
	color: #66438b;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	border-bottom: solid 1px #b1a631;
	display: table;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 30px
}
.content-area p {
	margin-bottom: 15px
}
.logo-area {
	width: 100%;
	margin-bottom: 81px
}
.logo-area img {
	margin-bottom: 30px;
}
.logo-area .img01 {
	width: 100%;
	max-width: 148px;
	background: url(../images/sprite02.png) no-repeat 0.249% 100%;
	display: block;
	position: relative;
	background-size: 641.892% 101.064%;
	margin: 0 auto;
	text-align: center;
}
.logo-area .img01 .inner {
	display: block;
	height: 0;
	padding-top: 63.5153%;
}
.logo-area .img02 {
	width: 100%;
	max-width: 148px;
	background: url(../images/sprite02.png) no-repeat 19.202% 0;
	display: block;
	position: relative;
	background-size: 641.892% 101.064%;
	margin: 0 auto;
	text-align: center;
}
.logo-area .img02 .inner {
	display: block;
	height: 0;
	padding-top: 63.5153%;
}
.logo-area .img03 {
	width: 100%;
	max-width: 160px;
	background: url(../images/sprite02.png) no-repeat 38.861% 0;
	display: block;
	position: relative;
	background-size: 593.75% 101.064%;
	margin: 0 auto;
	text-align: center;
}
.logo-area .img03 .inner {
	display: block;
	height: 0;
	padding-top: 64.19%;
}
.logo-area .img04 {
	width: 100%;
	max-width: 148px;
	background: url(../images/sprite02.png) no-repeat 58.978% 0;
	display: block;
	position: relative;
	background-size: 641.892% 101.064%;
	margin: 0 auto;
	text-align: center;
}
.logo-area .img04 .inner {
	display: block;
	height: 0;
	padding-top: 64.19%;
}
.logo-area .img05 {
	width: 100%;
	max-width: 148px;
	background: url(../images/sprite02.png) no-repeat 78.055% 0;
	display: block;
	position: relative;
	background-size: 641.892% 101.064%;
	margin: 0 auto;
	text-align: center;
}
.logo-area .img05 .inner {
	display: block;
	height: 0;
	padding-top: 64.19%;
}
.logo-area .img06 {
	width: 100%;
	max-width: 166px;
	background: url(../images/sprite02.png) no-repeat 99.2% 0;
	display: block;
	position: relative;
	background-size: 572.289% 101.064%;
	margin: 0 auto;
	text-align: center;
}
.logo-area .img06 .inner {
	display: block;
	height: 0;
	padding-top: 57.229%;
}
.imgblank {
	width: 1px;
	height: 1%;
	position: absolute;
}
.bannerarea02 {
	width: 100%;
	position: relative;
	background: url(../images/banner02-bg.jpg) no-repeat;
	display: block;
	background-size: 100%;
	margin-bottom: 0px
}
.bannerarea02 .inner {
	display: block;
	height: 0;
	padding-top: 28.22%
}
.bannerarea02 .orderbtn02 {
	width: 24%;
	max-width: 269px;
	background: url(../images/sprite03.png) no-repeat 0.356% 21.094%;
	background-size: 204.609% 681.8181%;
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: transparent;
	font-size: 0;
	display: none;
}
.bannerarea02 .orderbtn02 .inner {
	display: block;
	height: 0;
	padding-top: 16.35%
}
.bannerarea02 .orderbtn02:hover {
	width: 24%;
	max-width: 269px;
	background: url(../images/sprite03.png) no-repeat 98.577% 21.094%;
	background-size: 204.609% 681.8181%;
	position: absolute;
	left: 5%;
	bottom: 5%;
	display: none;
}
.bannerarea02 .pricingbtnn {
	width: 24%;
	max-width: 269px;
	background: url(../images/sprite03.png) no-repeat 98.577% 39.063%;
	display: none;
	background-size: 204.609% 681.8181%;
	color: transparent;
	position: absolute;
	left: 30%;
	bottom: 5%;
}
.bannerarea02 .pricingbtnn .inner {
	display: block;
	height: 0;
	padding-top: 16.35%
}
.bannerarea02 .pricingbtnn:hover {
	width: 24%;
	max-width: 269px;
	background: url(../images/sprite03.png) no-repeat 0.712% 38.672%;
	display: none;
	background-size: 204.609% 681.8181%;
	color: transparent;
	position: absolute;
	left: 30%;
	bottom: 5%
}
.bannerarea02 .vectorguy {
	width: 54.4%;
	background: url(../images/vectorguy.png) no-repeat;
	display: block;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0
}
.bannerarea02 .vectorguy .inner {
	display: block;
	height: 0;
	padding-top: 100%
}
.professtional-banner {
	width: 100%;
	background: url(../images/professional-bg.jpg) no-repeat;
	display: block;
	background-size: 100%;
	margin-bottom: 0px
}
.professtional-banner .inner {
	display: block;
	height: 0;
	padding-top: 54%
}
.testiarea {
	width: 100%;
	margin: 10px 0;
	padding: 0 30px;
	position: relative;
	margin-bottom: 30px
}
#testimonials .item {
	background: #fff;
	padding: 30px 0;
	margin: 5px;
	color: #191919;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: justify;
	position: relative
}
#testimonials .item .topbox {
	padding-bottom: 8px;
	border-bottom: solid 10px #00a6d8
}
#testimonials .item .topbox .img13 {
	object-fit: none;
	object-position: 87.557% 9.455%;
	width: 108px;
	height: 25px;
}
#testimonials .item .topbox .imgbox {
	float: left;
	margin-right: 10px;
	width: 30.8642%;
	max-width: 100px;
}
#testimonials .item .topbox .stars {
	width: 100%;
	max-width: 108px;
	background: url(../images/sprite03.jpg) no-repeat 87.557% 9.455%;
	display: block;
	background-size: 509.26% 1200%;
	float: left;
}
#testimonials .item .topbox .stars .inner {
	display: block;
	height: 0;
	padding-top: 23.148%;
}
#testimonials .item .topbox .imgbox .img01 {
	width: 100%;
	max-width: 100px;
	background: url(../images/sprite03.jpg) no-repeat 0.667% 73%;
	display: block;
	background-size: 550% 300%;
}
#testimonials .item .topbox .imgbox .img01 .inner {
	display: block;
	height: 0;
	padding-top: 100%;
}
#testimonials .item .topbox .imgbox .img02 {
	width: 100%;
	max-width: 100px;
	background: url(../images/sprite03.jpg) no-repeat 23.556% 73%;
	display: block;
	background-size: 550% 300%;
}
#testimonials .item .topbox .imgbox .img02 .inner {
	display: block;
	height: 0;
	padding-top: 100%;
}
#testimonials .item .topbox .imgbox .img03 {
	width: 100%;
	max-width: 100px;
	background: url(../images/sprite03.jpg) no-repeat 46.222% 73%;
	display: block;
	background-size: 550% 300%;
}
#testimonials .item .topbox .imgbox .img03 .inner {
	display: block;
	height: 0;
	padding-top: 100%;
}
#testimonials .item .topbox .imgbox .img12 {
	object-fit: none;
	object-position: 46.222% 73%;
	width: 100px;
	height: 100px;
}
#testimonials .item .topbox .name {
	color: #037ca6;
	font-size: 18px;
	font-family: 'pt_sans_captionbold';
	line-height: 24px
}
#testimonials .item .topbox .city {
	color: #191919;
	font-size: 18px;
	line-height: 24px
}
#testimonials .item .bottombox .q01 {
	width: 100%;
	max-width: 290px;
	background: url(../images/testi-quote01.jpg) no-repeat;
	display: block;
	background-size: 100%;
}
#testimonials .item .bottombox .q01 .inner {
	display: block;
	height: 0;
	padding-top: 28.276%;
}
#testimonials .item .bottombox .q02 {
	width: 100%;
	max-width: 300px;
	background: url(../images/testi-quote02.jpg) no-repeat;
	display: block;
	background-size: 100%;
}
#testimonials .item .bottombox .q02 .inner {
	display: block;
	height: 0;
	padding-top: 27.333%;
}
#testimonials .item .bottombox .q03 {
	width: 100%;
	max-width: 300px;
	background: url(../images/testi-quote03.jpg) no-repeat;
	display: block;
	background-size: 100%;
}
#testimonials .item .bottombox .q03 .inner {
	display: block;
	height: 0;
	padding-top: 27.333%;
}
#testimonials .item .bottombox {
	border-bottom: solid 10px #00a6d8;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.testiarea .prev {
	position: absolute;
	left: -3%;
	top: 20%;
	width: 100%;
	max-width: 71px;
	background: url(../images/sprite03.jpg) no-repeat 67.015% 70.833%;
	background-size: 774.648% 357.143%;
}
.testiarea .prev .inner {
	display: block;
	height: 0;
	padding-top: 118.31%;
}
.testiarea .next {
	position: absolute;
	right: -3%;
	top: 20%;
	width: 100%;
	max-width: 71px;
	background: url(../images/sprite03.jpg) no-repeat 83.507% 69.444%;
	background-size: 774.648% 357.143%;
}
.testiarea .next .inner {
	display: block;
	height: 0;
	padding-top: 118.31%;
}
.testiarea .btn {
	padding: 0;
}
.customNavigation .img13 {
	object-fit: none;
	object-position: 83.507% 69.444%;
	width: 71px;
	height: 84px;
}
.customNavigation .img14 {
	object-fit: none;
	object-position: 67.015% 70.833%;
	width: 71px;
	height: 84px;
}
.procedurearea {
	width: 100%;
	margin: 5px 0 0 0;
	text-align: left
}
.procedurearea .icon01 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 1.223% 50%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon01 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .icon02 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 11.413% 50%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon02 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .icon03 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 21.467% 100%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon03 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .icon04 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 31.114% 50%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon04 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .icon05 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 40.761% 50%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon05 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .icon06 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 60.054% 100%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon06 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .icon07 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 69.973% 100%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon07 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .icon08 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 79.62% 100%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon08 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .icon09 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 89.13% 100%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon09 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .icon10 {
	width: 100%;
	max-width: 64px;
	background: url(../images/sprite04.jpg) no-repeat 98.913% 100%;
	display: block;
	background-size: 1484.375% 103.45%;
}
.procedurearea .icon10 .inner {
	display: block;
	height: 0;
	padding-top: 90.625%;
}
.procedurearea .img15 {
	object-fit: none;
	object-position: 1.747% 50%;
	width: 64px;
	height: 58px;
}
.procedurearea .img16 {
	object-fit: none;
	object-position: 18.341% 50%;
	width: 64px;
	height: 58px;
}
.procedurearea .img17 {
	object-fit: none;
	object-position: 34.498% 100%;
	width: 64px;
	height: 58px;
}
.procedurearea .img18 {
	object-fit: none;
	object-position: 50% 50%;
	width: 64px;
	height: 58px;
}
.procedurearea .img19 {
	object-fit: none;
	object-position: 65.502% 50%;
	width: 64px;
	height: 58px;
}
.procedurearea .img20 {
	object-fit: none;
	object-position: 81.004% 50%;
	width: 64px;
	height: 58px;
}
.procedurearea h3 {
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	color: #037ca6;
	font-size: 18px;
	font-family: 'pt_sans_captionbold';
	line-height: 24px
}
.bannerarea03 {
	width: 100%;
	background: #00a6d8;
	padding: 23px 0 10px 0;
	color: #fff;
	margin-bottom: 30px
}
.bannerarea03 .costimg {
	width: 100%;
	max-width: 777px;
	background: url(../images/cost-img.jpg) no-repeat;
	display: block;
	background-size: 100%;
}
.bannerarea03 .costimg .inner {
	display: block;
	height: 0;
	padding-top: 6.05%;
}
.bannerarea03 .pricingbtn {
	width: 100%;
	max-width: 269px;
	background: url(../images/sprite03.jpg) no-repeat 0.712% 38.672%;
	display: block;
	background-size: 204.461% 681.82%;
	color: transparent
}
.bannerarea03 .pricingbtn .inner {
	display: block;
	height: 0;
	padding-top: 16.35%
}
.bannerarea03 .pricingbtn:hover {
	width: 100%;
	max-width: 269px;
	background: url(../images/sprite03.jpg) no-repeat 98.577% 39.063%;
	display: block;
	background-size: 204.461% 681.82%;
	color: transparent
}
.freebies-area {
	width: 100%;
	margin: 15px 0 90px 0
}
.freebies-area img {
	display: block;
	text-align: center;
	margin: 0 auto
}
.freebies-area .fimg01 {
	width: 100%;
	max-width: 182px;
	background: url(../images/sprite05.jpg) no-repeat 33.333% 0.756%;
	display: block;
	background-size: 101.648% 632.184%;
	margin: 0 auto 15px auto;
	text-align: center;
}
.freebies-area .fimg01 .inner {
	display: block;
	height: 0;
	padding-top: 95.604%;
}
.freebies-area .fimg02 {
	width: 100%;
	max-width: 182px;
	background: url(../images/sprite05.jpg) no-repeat 33.333% 20.302%;
	display: block;
	background-size: 101.648% 632.184%;
	margin: 0 auto 15px auto;
	text-align: center;
}
.freebies-area .fimg02 .inner {
	display: block;
	height: 0;
	padding-top: 95.604%;
}
.freebies-area .fimg03 {
	width: 100%;
	max-width: 182px;
	background: url(../images/sprite05.jpg) no-repeat 33.333% 39.849%;
	display: block;
	background-size: 101.648% 632.184%;
	margin: 0 auto 15px auto;
	text-align: center;
}
.freebies-area .fimg03 .inner {
	display: block;
	height: 0;
	padding-top: 95.604%;
}
.freebies-area .fimg04 {
	width: 100%;
	max-width: 182px;
	background: url(../images/sprite05.jpg) no-repeat 33.333% 59.827%;
	display: block;
	background-size: 101.648% 632.184%;
	margin: 0 auto 15px auto;
	text-align: center;
}
.freebies-area .fimg04 .inner {
	display: block;
	height: 0;
	padding-top: 95.604%;
}
.freebies-area .fimg05 {
	width: 100%;
	max-width: 182px;
	background: url(../images/sprite05.jpg) no-repeat 33.333% 79.482%;
	display: block;
	background-size: 101.648% 632.184%;
	margin: 0 auto 15px auto;
	text-align: center;
}
.freebies-area .fimg05 .inner {
	display: block;
	height: 0;
	padding-top: 95.604%;
}
.freebies-area .fimg06 {
	width: 100%;
	max-width: 182px;
	background: url(../images/sprite05.jpg) no-repeat 33.333% 99.244%;
	display: block;
	background-size: 101.648% 632.184%;
	margin: 0 auto 15px auto;
	text-align: center;
}
.freebies-area .fimg06 .inner {
	display: block;
	height: 0;
	padding-top: 95.604%;
}
.footer {
	width: 100%;
	background: url(../images/footer-bg.svg) no-repeat;
	display: block;
	background-size: cover;
	min-height: 467px;
	margin-top: -10%;
	color: #b1e0ff
}
.footer .disclaimerblock {
	margin-top: 181px;
	font-size: 14px
}
.footer .disclaimerblock .discimg {
	width: 100%;
	max-width: 512px;
	background: url(../images/disclaimer.png) no-repeat;
	display: block;
	background-size: 100%;
}
.footer .disclaimerblock .discimg .inner {
	display: block;
	height: 0;
	padding-top: 19.7265625%;
}
.footer .disclaimerblock h3 {
	margin: 0;
	padding: 0;
	color: #b1e0ff;
	font-size: 18px;
	font-family: 'pt_sans_captionbold';
	text-align: left;
	border-bottom: solid 1px #94c5e3;
	margin-bottom: 12px;
	padding-bottom: 0;
	display: block
}
.footer .navigationblock {
	margin-top: 141px
}
.footer .navigationblock h3 {
	margin: 0;
	padding: 0;
	color: #b1e0ff;
	font-size: 18px;
	font-family: 'pt_sans_captionbold';
	text-align: left;
	border-bottom: solid 1px #94c5e3;
	margin-bottom: 12px;
	padding-bottom: 0;
	display: block
}
.footer .navigationblock .fnav {
	width: 100%
}
.footer .navigationblock .fnav ul {
	float: left;
	margin: 0;
	padding: 0
}
.footer .navigationblock .fnav ul li {
	display: block;
	list-style-type: none;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 5px
}
.footer .navigationblock .fnav ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #b1e0ff;
	font-family: 'pt_sans_captionregular'
}
.footer .navigationblock .fnav ul li a:hover {
	text-decoration: none;
	color: #fff
}
.footer .socialboxx {
	width: 100%;
	background: url(../images/socialbox.png) no-repeat;
	display: block;
	background-size: 100%;
	max-width: 276px;
	padding-top: 43.38%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px
}
.footer .socialboxx h3 {
	color: #b1e0ff;
	font-size: 16px
}
.footer .socialboxx .socialcircle {
	border: solid 5px #79d2f3;
	padding: 20% 0 0 0;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 20px;
	width: 80%;
	height: 80%;
	max-width: 54px;
	max-height: 53px
}
.footer .socialboxx .upperbox {
	width: 85%;
	margin: 5px auto;
	display: block
}
.footer .socialboxx .socialcircle .nomargin {
	margin-right: 0
}
.footer .socialboxx .socialcircle .fab {
	font-size: 22px;
	color: #fff;
}
.footer .socialboxx .socialcircle .fab:hover {
	color: #7fcfff;
}
.footer .fphone {
	width: 100%;
	max-width: 291px;
	background: url(../images/footerphone.png) no-repeat;
	display: block;
	background-size: 100%;
}
.footer .fphone .inner {
	display: block;
	height: 0;
	padding-top: 15.8076%;
}
.footer .fbottomline {
	width: 100%;
	position: relative;
	min-height: 46px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #b1e0ff
}
.footer .fbottomline .left {
	position: absolute;
	left: 0;
	width: 20%;
	background: #00a6d8;
	min-height: 46px
}
.footer .fbottomline .right {
	position: absolute;
	right: 0;
	width: 20%;
	background: #00a6d8;
	min-height: 46px
}
.footer .fbottomline .middlebox {
	width: 100%;
	background: #003559;
	color: #b1e0ff;
	padding: 11px 0;
	text-align: center;
	font-size: 22px;
	font-family: 'pt_sans_captionregular';
	line-height: 26px
}
.footer .fbottomline .middlebox a {
	text-decoration: none;
	color: #b1e0ff
}
.footer .fbottomline .middlebox a:hover {
	text-decoration: none;
	color: #fff
}
.footer .footerbottom {
	text-align: center;
	color: #fff;
	font-size: 14px
}
.nogirdl {
	padding-left: 15px;
	padding-right: 2px;
}
.nogird {
	padding-right: 2px;
	padding-left: 2px
}
.content-list-item {
	width: auto;
	margin-bottom: 30px;
	text-align: left;
}
.content-list-item ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.content-list-item ul li {
	display: block;
	list-style-type: none;
	line-height: 20px;
	margin-bottom: 8px;
	padding-left: 30px;
	background: url(../images/lbullet.png) no-repeat left 3px;
	text-align: left;
}
.content-list-items {
	width: auto;
	margin-bottom: 30px;
	text-align: left;
}
.content-list-items ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.content-list-items ul li {
	display: block;
	list-style-type: none;
	line-height: 20px;
	margin-bottom: 8px;
	padding-left: 30px;
	background: url(../images/lbullet.png) no-repeat left 3px;
	text-align: left;
}
.headingbox {
	width: 100%;
	background: #003559;
	padding: 11px 0;
	margin-bottom: 0px;
	background-size: 100%
}
.headingbox .headingbox-inner {
	width: 100%;
	/* border-top: dashed 2px #c0daed;
    border-bottom: dashed 2px #c0daed;*/
	color: #fff
}
.headingbox .headingbox-inner h3 {
	color: #fff!important;
	margin: 0;
	padding: 0;
	text-transform: capitalize
}
.headingbox-off {
	padding-top: 20px;
}
.headingbox-inner .breadcrumb {
	float: right;
	color: #29358b;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 0;
	text-transform: uppercase
}
.headingbox-inner .breadcrumb ul li, .headingbox-inner .breadcrumb ul li a {
	float: left;
	color: #fff;
	line-height: 24px;
	list-style-type: none;
	font-size: 12px;
	font-family: 'pt_sans_captionbold';
}
.headingbox-inner .breadcrumb ul {
	float: left;
	margin: 0;
	padding: 0
}
.headingbox-inner .breadcrumb ul li a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none
}
.headingbox-inner .breadcrumb ul li a:hover {
	text-decoration: none;
	color: #f6861a
}
.headingbox-inner .breadcrumb ul li.active {
	text-decoration: none;
	color: #eaa74e;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px
}
.headingbox-inner .breadcrumb02 {
	float: right;
	color: #29358b;
	font-size: 12px;
	font-family: 'pt_sans_captionbold';
	margin: 10px 0 0;
	padding: 0;
	text-transform: uppercase
}
#feautred-area {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px
}
#feautred-area h1 {
	text-align: center;
	color: #434343;
	text-transform: uppercase
}
#feautred-area .featuredbox {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: #e6e7e8;
	color: #434343;
	font-weight: 400;
	min-height: 170px;
	margin-bottom: 5%;
	text-align: center;
}
#feautred-area .featuredbox-top {
	background: #00a6da;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 12px;
	min-height: 55px;
	padding-top: 12px
}
#feautred-area .featuredbox-top.fs {
	font-size: 13px!important;
	font-weight: 700!important
}
#feautred-area .featuredbox p {
	margin: 0;
	padding: 5px 10px 12px
}
.sample-box {
	width: 100%;
	background: #efefef;
	border: 1px solid #d9d9d9;
	padding: 4% 2%;
	color: #6b6b6b;
	font-size: 16px;
	font-family: 'pt_sans_narrowregular';
	margin-bottom: 2%
}
.sample-box span, .sample-box strong {
	font-family: 'pt_sans_captionbold';
}
.sample-box strong {
	color: #006cb4
}
.sample-box .img-box {
	float: left;
	margin-right: 8px;
	display: block;
	width: 16.8%
}
.sample-box .detailbox {
	float: left;
	width: 71%
}
.sample-box p {
	margin: 0;
	padding: 0
}
.sample-box .detailbox .topic {
	width: 100%
}
.sample-box .detailbox .caption {
	float: left;
	width: 45%;
	margin-right: 1%;
	line-height: 24px
}
.sample-box .detailbox .detail {
	float: left;
	line-height: 24px;
	font-size: 14px
}
.sample-box .srow {
	width: 100%;
	margin-bottom: 15px
}
.price-calc-box02 {
	width: 100%;
	position: relative;
	padding-bottom: 6px;
	padding-top: 19.75%;
	display: block;
	background: url(../images/calc-top.png) no-repeat;
	background-size: 100%;
	max-width: 371px;
	z-index: 9999;
	margin-bottom: 30px
}
.price-calc-box02 .price-inner {
	width: 93.531%;
	background: rgba(5, 5, 5, .72);
	padding: 0 3.2345% 12px;
	max-width: 347px;
	margin: 0 auto
}
#header-calc-row-btn, .price-calc-box02 #header-calc-row-btn {
	width: 100%
}
#header-calc-row-btn input[type=image], .price-calc-box02 #header-calc-row-btn input[type=image] {
	max-width: 100%
}
.price-calc-box02 .price-inner .form-control {
	padding: 6px
}
.price-calc-box {
	width: 100%;
	right: 0;
	position: relative;
	padding-bottom: 6px;
	top: 0;
	padding-top: 20%;
	height: 0;
	display: block;
	background: url(../images/calc-top.png) no-repeat;
	background-size: 100%;
	min-height: 310px;
	max-width: 371px;
	z-index: 9999;
	left: 0;
	margin: 0 auto;
}
.price-calc-box .price-inner {
	width: 93.531%;
	background: rgba(5, 5, 5, .72);
	padding: 0 3% 12px 12px;
	max-width: 347px;
	margin: 0 auto
}
.price-calc-box .price-inner .form-control {
	padding: 6px
}
.price-calc-row {
	width: 100%;
	background: #fff;
	display: block;
	margin-top: 0;
	margin-bottom: 2%;
	line-height: 46px
}
.job-location, .price-calc-row-left {
	line-height: 51px;
	font-family: 'pt_sans_captionbold';
	border: none;
	float: left
}
.price-calc-row-left {
	width: 31.58%;
	max-width: 120px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}
.job-location {
	background-image: url(../images/select-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: transparent;
	height: 40px;
	padding: 0 5px;
	font-size: 13px;
	color: rgba(136, 136, 136, .99);
	width: 100%;
	font-weight: 400;
	margin-bottom: 0;
	max-width: 322px;
	appearance: none;
	text-transform: uppercase
}
.textfield, .textfieldr {
	border-radius: 0;
	background: #fff!important;
	font-size: 16px;
	font-family: 'pt_sans_captionbold';
	text-transform: uppercase
}
.textfield {
	border-left: solid 4px #005792
}
.textfieldr {
	border-right: solid 4px #005792
}
.price-calc-box .price-inner .form-control {
	padding: 6px;
	margin-bottom: 6%;
}
.header-cap {
	background: rgb(8, 41, 54);
	padding: 80px 10px;
	z-index: 999999;
	width: 100%;
	font-size: 30px;
	color: #fff;
	line-height: 32px;
	font-weight: 400;
	font-family: ralewayregular
}
.header-cap strong {
	font-family: ralewaybold;
	color: #3bb0e2;
	font-weight: 400
}
.stlogin-textbox {
	width: 100%;
	border-radius: 15px;
	background: #f1f1f1;
	line-height: 20px;
	color: #333;
	height: 30px
}
.leftpad, .rightpad {
	padding-right: 0;
	padding-left: 5px
}
.price-calc-box input[type=image] {
	max-width: 100%
}
#price-table-area {
	width: 100%;
	margin-bottom: 20px
}
.price-table-area {
	width: 100%;
	/*border: 2px solid #959595;*/
	padding: 3px;
}
.pricing_table {
	font-size: 12px!important;
	margin: 0 auto;
	width: 100%;
	padding-top: 10px
}
.price_block, .price_block2 {
	text-align: center;
	width: 100%;
	color: #fff;
	float: left;
	list-style-type: none;
	transition: all .25s;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid transparent
}
.pricing_table h3 {
	text-transform: uppercase;
	padding: 5px 0;
	background: #003559;
	margin: -10px 0 1px;
	font-size: 16px !important;
	color: #fff !important;
	text-align: center !important;
	display: block;
	line-height: 36px;
}
.price {
	display: table;
	background: url(../images/price-bottom-arow.jpg) bottom center no-repeat #006cb4;
	background-size: 100%;
	width: 100%;
	height: 80px;
	min-height: 30px
}
.price_figure {
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
	padding-top: 5px
}
.price_number {
	font-weight: 700;
	display: block
}
.price_tenure {
	font-size: 11px
}
.features {
	background: #e6e7e8;
	background: -moz-linear-gradient(left, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #e6e7e8), color-stop(49%, #fffcfc), color-stop(100%, #e6e7e8));
	background: -webkit-linear-gradient(left, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%);
	background: -o-linear-gradient(left, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%);
	background: -ms-linear-gradient(left, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%);
	background: linear-gradient(to right, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%);
	color: #000
}
.action_button02, a.action_button {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none
}
.features li {
	padding: 8px 15px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	list-style-type: none
}
.price_block.active, .price_block:hover {
	transform: scale(1.04) translateY(-5px);
	z-index: 1;
	border-bottom: 0 none
}
.features, .footers {
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e8', endColorstr='#e6e7e8', GradientType=1)
}
.footers {
	padding: 15px;
	background: #e6e7e8;
	background: -moz-linear-gradient(left, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #e6e7e8), color-stop(49%, #fffcfc), color-stop(100%, #e6e7e8));
	background: -webkit-linear-gradient(left, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%);
	background: -o-linear-gradient(left, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%);
	background: -ms-linear-gradient(left, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%);
	background: linear-gradient(to right, #e6e7e8 0, #fffcfc 49%, #e6e7e8 100%)
}
a.action_button {
	border-radius: 0;
	background: linear-gradient(#00a6d8, #003559);
	padding: 10px 20px;
	font-size: 16px;
	width: 100%;
	display: block
}
.action_button02 {
	padding: 9px 20px 10px;
	font-size: 11px
}
.skeleton, .skeleton .label, .skeleton div, .skeleton h3, .skeleton li, .skeleton p, .skeleton span, .skeleton ul {
	font-style: italic!important;
	text-transform: none!important;
	font-weight: 400!important;
	text-align: left!important
}
.price_block:hover {
/* box-shadow: 0 0 0 5px rgba(0, 0, 0, .5)*/
}
.price_block:hover .price {
	background: url(../images/price-bottom-arow.jpg) bottom center no-repeat #006cb4;
	background-size: 100%
}
.price_block:hover h3 {
	background: #222
}
.price_block:hover a.action_button {
	background: linear-gradient(#eaa74e, #cb9144);
	box-shadow: inset 0 0 45px 1px #bf7006
}
.price_block.active {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .5)
}
.price_block.active .price {
	background: linear-gradient(#eaa74e, #cb9144);
	box-shadow: inset 0 0 45px 1px #bf7006
}
.price_block.active h3 {
	background: #222
}
.price_block.active a.action_button {
	background: linear-gradient(#eaa74e, #cb9144)
}
.skeleton, .skeleton div, .skeleton h3, .skeleton li, .skeleton p, .skeleton span, .skeleton ul {
	border: 5px solid rgba(255, 255, 255, .9);
	border-radius: 5px;
	margin: 7px!important;
	background: rgba(0, 0, 0, .05)!important;
	padding: 0!important;
	display: block!important;
	width: auto!important;
	height: auto!important;
	font-size: 10px!important;
	color: #000!important
}
.skeleton .label {
	font-size: 11px!important;
	color: #fff!important;
	border: 0!important;
	padding: 5px!important;
	margin: 0!important;
	float: none!important;
	text-shadow: 0 0 1px #fff;
	background: 0 0!important
}
#discount-area {
	width: 100%;
	background: url(../images/discount-area-bg.jpg) repeat-x;
	position: relative;
	margin-bottom: 20px
}
#discount-area img {
	text-align: center;
	margin: 0 auto;
	display: block;
	position: relative
}
#discount-area .ordernowbtn {
	width: 24%;
	background: url(../images/discount-ordernowbtn.png) no-repeat;
	display: block;
	background-size: 100%;
	bottom: 7.2%;
	position: absolute;
	max-width: 264px;
	right: 13%
}
#discount-area .ordernowbtn .inner {
	display: block;
	height: 0;
	padding-top: 17.045%
}
.showdiv {
	display: block!important
}
.home .content-area {
	padding-bottom: 30px;
}
.ordernow-desc, .ordernow-desc h3 {
	line-height: 55px;
	font-weight: 700;
	font-family: pt_sans_captionbold;
}
.ordernow-desc {
	width: 100%;
	background: #fff;
	border: 1px solid #c3c3c3;
	font-size: 16px;
	color: #3e3e3e;
	margin-bottom: 25px
}
.ordernow-desc p {
	margin-bottom: 0;
	text-align: left;
}
.content-area label {
	text-align: left;
}
.page-template-template-order-php .content-area {
	text-align: left;
}
.ordernow-desc h3 {
	margin: 0 12px 0 0;
	background: #003559;
	color: #fff!important;
	border-right: solid 5px #00bdff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	padding: 0 8px;
	float: left;
	display: block
}
.select-arrow002 {
	/*background-image: url(../images/dropdown-arrow.jpg);*/
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #eee;
	border: 1px solid #dfdfdf;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: '';
	border: 1px solid rgba(201, 199, 199, 1);
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: 0
}
select .select-arrow002:focus {
	outline: 0
}
.form-row {
	width: 100%
}
.customer-testi-signup {
	width: 100%;
	background: #e4e4e4;
	padding-bottom: 30px
}
.customer-signup-area {
	padding-top: 12px
}
.form-group {
	margin-bottom: 15px;
}
.page-id-18 .content-area {
	text-align: left;
}
ul.testi-list {
	padding: 0
}
ul.testi-list li {
	list-style: none;
	display: block;
	clear: both;
	margin-bottom: 20px
}
ul.testi-list li p {
	padding-top: 2%;
	display: inline-block;
	width: 82%;
	padding-left: 5%;
	position: relative;
	margin-bottom: 0
}
ul.testi-list li img {
	border: none;
	vertical-align: top;
	display: inline-block;
	max-width: 166px;
	width: auto
}
ul.testi-list li strong {
	color: #333;
	font-style: italic;
	font-weight: 400;
	display: block;
	margin-top: 1%
}
ul.testi-list li.even {
	background: #eee;
	border: 1px solid #ddd
}
ul.testi-list i {
	background: url(../images/comma.png) no-repeat;
	width: 24px;
	height: 19px;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 20px;
	top: 14px
}
.mainmenu ul li a:hover span.caret {
	width: 11px;
	height: 6px;
}
.bannerarea .discount-img {
	width: 100%;
	max-width: 561px;
	background: url(../images/discount-img01.jpg) no-repeat;
	display: block;
	text-align: center;
	margin: 0px auto;
	background-size: 100%;
}
.bannerarea .discount-img .inner {
	display: block;
	height: 0;
	padding-top: 7.665%;
}
.page-id-72 h2 {
	text-align: left;
	margin: 26px 0px 0px 0px;
}

@media(max-width:1199px) {
.mainmenu ul li {
	padding: 0 10px!important
}
.testiarea .prev {
	left: -11%
}
.testiarea .next {
	right: -11%
}
.footer .socialboxx h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block
}
}

@media(max-width:1121px) {
.header .vector {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	text-align: center
}
}

@media(max-width:1024px) {
.footer .disclaimerblock {
	margin-top: 181px
}
.footer .navigationblock {
	margin-top: 310px
}
.footer .socialboxx {
	margin-top: 75px;
}
.footer .navigationblock {
	margin-top: 181px
}
}

@media(max-width:1014px) {
.testiarea .prev {
	left: 0
}
.testiarea .next {
	right: 0
}
}

@media(max-width:991px) {
.navbar-toggler {
	padding: 9px 10px;
	background: #617bb8;
	border: solid 1px #2a5acc
}
.navbar-toggler-icon {
	width: auto;
	height: auto;
	vertical-align: inherit
}
.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #d7fbb4
}
.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 4px
}
.navbar-toggler:focus,  .navbar-toggler:hover {
	outline: 0
}
.mainmenu ul {
/*display:block!important*/
}
.mainmenu ul li {
	display: block!important;
	border-right: 0;
	text-align: center;
	border-top: #3b7b96 solid 1px;
	border-bottom: solid 1px #1a3a48;
	float: none;
	padding: 8px 0!important
}
.mainmenu ul li:first-child {
	padding-left: 0!important;
	padding-top: 0!important;
	border-top: 0
}
.mainmenu ul li:last-child {
	border-bottom: 0
}
.featuredarea {
	margin-bottom: 30px;
	border-bottom: solid 2px #037ca6
}
.rightbar {
	border-right: 0
}
.bannerarea img {
	text-align: center;
	display: block;
	margin: 15px auto
}
.bannerarea .ordernowbtn {
	text-align: center;
	display: block;
	margin: 15px auto
}
.bannerarea .pricingbtn {
	text-align: center;
	display: block;
	margin: 15px auto
}
.testiarea .prev {
	left: -11%
}
.testiarea .next {
	right: -11%
}
.bannerarea03 img {
	text-align: center;
	display: block;
	margin: 15px auto
}
.bannerarea03 .pricingbtn {
	text-align: center;
	display: block;
	margin: 15px auto
}
.freebies-area img {
	margin: 15px auto
}
.footer {
	margin-top: -32%
}
.freebies-area {
	margin-bottom: 200px
}
.footer .disclaimerblock {
	margin-top: 310px
}
.footer .navigationblock {
	margin-top: 310px
}
.footer .socialboxx {
	display: block;
	margin: 0 auto
}
.footer img {
	display: block;
	margin: 0 auto;
	text-align: center
}
}

@media(max-width:964px) {
.footer {
	margin-top: -32%
}
.freebies-area {
	margin-bottom: 200px
}
.footer .disclaimerblock {
	margin-top: 310px
}
.footer .navigationblock {
	margin-top: 310px
}
.price-calc-box {
	padding-top: 11%;
}
}

@media(max-width:851px) {
.testiarea .prev {
	right: 3%;
	top: -13%;
	left: auto
}
.testiarea .next {
	right: -8%;
	top: -13%
}
.footer {
	margin-top: -34%
}
.freebies-area {
	margin-bottom: 200px
}
.footer .disclaimerblock {
	margin-top: 310px
}
.footer .navigationblock {
	margin-top: 310px
}
.footer .socialboxx {
	margin-top: 75px;
}
.customNavigation {
	display: none;
}
.footer .navigationblock {
	margin-top: 181px
}
}

@media(max-width:768px) {
.footer {
	margin-top: -40%
}
.freebies-area {
	margin-bottom: 250px
}
.footer .disclaimerblock {
	margin-top: 350px
}
.footer .navigationblock {
	margin-top: 30px
}
.footer {
	background-image: none;
	background-color: #0e5d78;
	margin-top: 0;
}
.footer .disclaimerblock {
	margin-top: 30px;
}
.content-area {
	padding: 0;
	padding-bottom: 30px;
}
.wrapper-area {
	padding: 0;
	padding-bottom: 0;
	padding-top: 50px;
}
.freebies-area {
	margin-bottom: 0;
	margin: 15px 0 0 0;
}
.footer .socialboxx {
	padding-top: 20.38%;
}
.footer .fphone {
	margin: 0 auto;
}
.footer .socialboxx {
	margin-top: 70px;
}
h1 { font-size:22px; }
}

@media(max-width:767px) {
.testiarea .prev {
	top: 40% !important;
	right: auto !important;
	left: -6% !important;
	width: 15% !important;
}
.testiarea .next {
	top: 40% !important;
	right: -6% !important;
	width: 15% !important;
	left: auto !important;
}
.estiarea .prev img {
	width: 50%;
	top: -7;
}
.testiarea .next img {
	width: 50%;
	top: -7%
}
.headingbox-inner .breadcrumb {
	float: none;
	text-align: center;
}
h3 {
	display: block;
}
.footer {
	margin-top: -45%
}
.footer .socialboxx .socialcircle .fab {
	font-size: 22px
}
.footer .socialboxx {
	padding-top: 27%
}
.footer .socialboxx .socialcircle {
	width: 80%;
	height: 80%
}
.ordernow-desc h3 {
	display: table;
	width: 100%;
}
.ordernow-desc p {
	display: none;
}
#frmOrder .row {
	display: inherit;
}
.footer {
	background-image: none;
	background-color: #0e5d78;
	margin-top: 0;
}
.footer .disclaimerblock {
	margin-top: 15px;
}
.content-area {
	padding: 0;
	padding-bottom: 30px;
}
.wrapper-area {
	padding: 0;
	padding-bottom: 0;
	padding-top: 50px;
}
.freebies-area {
	margin-bottom: 0;
	margin: 15px 0 0 0;
}
.navbar-toggler {
	position: relative;
	width: 250px;
	margin: 5px auto;
	float: none;
	background: #357eb4;
	display: table;
	border-color: #0168b4;
}
.navbar-toggler .maintext {
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	position: absolute;
	text-transform: uppercase;
	line-height: 36px;
	top: 0;
}
.navbar-toggler:hover, .navbar-default .navbar-toggle:focus {
	background: #4299da;
	border-color: #0168b4;
}
.price-calc-box {
	padding-top: 15%;
}
.content-area h2 {
	font-size: 20px;
}
.customNavigation {
	display: block;
}
}

@media(max-width:665px) {
}

@media(max-width:575px) {
.header .vector {
	display: none
}
#top-area {
	background-image: none
}
#top-area img {
	text-align: center;
	margin: 0 auto 15px auto;
	display: block
}
.footer .socialboxx {
	padding-top: 30%
}
.footer {
	margin-top: -70%
}
.headerbottom .tphone {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.footer {
	background-image: none;
	background-color: #0e5d78;
	margin-top: 0;
}
.footer .disclaimerblock {
	margin-top: 15px;
}
.content-area {
	padding: 0;
	padding-bottom: 30px;
}
.wrapper-area {
	padding: 0;
	padding-bottom: 0;
	padding-top: 50px;
}
.freebies-area {
	margin-bottom: 0;
	margin: 15px 0 0 0;
}
}

@media(max-width:450px) {
.footer .socialboxx {
	padding-top: 36%
}
.footer .fbottomline .middlebox {
	font-size: 16px;
}
.price-table-area {
	margin-top: 104px;
}
}

@media(max-width:406px) {
.price-calc-box {
	padding-top: 20%;
}
}

@media(max-width:320px) {
.footer .socialboxx {
	padding-top: 48%
}
.footer .fbottomline .middlebox {
	font-size: 15px;
}
.content-area h2 {
	font-size: 16px;
}
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.price_block,  .price_block2 {
	width: 50%
}
.price_block2:nth-child(3),  .price_block:nth-child(3) {
	clear: both
}
.price_block:nth-child(odd) {
	border-right: 1px solid transparent
}
.price_block:nth-child(odd):hover {
	border: 0
}
.price_block2:nth-child(odd) {
	border-right: 1px solid transparent
}
.price_block2:nth-child(odd):hover {
	border: 0
}
}

@media only screen and (min-width: 768px) {
.price_block {
	width: 25%;
	border-right: 1px solid transparent;
	border-bottom: 0 none
}
.price_block:last-child {
	border-right: 0 none
}
.price_block:hover {
	border: 0
}
.price_block2 {
	width: 25%;
	border-right: 1px solid transparent;
	border-bottom: 0 none
}
.price_block2:last-child {
	border-right: 0 none
}
}
.coronaAlertBox {
	position: relative;
}
.coronaAlertBox .alert {
    position: fixed !important;
    padding: 6px 4px 7px 13px;
    background-color: #f9f9f9;
    color: #555555;
    border: #c0002b solid 2px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin: 0;
    left: 50px;
    bottom: 0;
    width: 300px;
    z-index: 99 !important;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.5);
    transition: ease all .4s;
    font-weight: 500;
}
.coronaAlertBox .closebtn {
    background: #c0002b;
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right; 
    line-height: 20px;
    width: 20px;
    height: 20px !important;
    transition: 0.3s;
    text-align: center;
    border-radius: 30px !important;
    top: -10px !important;
    position: absolute;
    right: -5px;
    cursor:pointer;
}

.coronaAlertBox .closebtn:hover {
  color: black;
}
.coronaAlertBox .alert h4 {
    font-size: 17px;
    margin-bottom: 0;
}
.coronaAlertBox .alert p {
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 17px;
}
.coronaAlertBox .cor-red{
    
    color: #df132f;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    font-weight: bold;
}


.coronaAlertBox .cor-red img{
    display:inline-block;
    margin-right:5px;
}

@media(max-width:500px){
.coronaAlertBox .alert h4 {
    font-size: 14px;
}
    .coronaAlertBox .alert {
        max-width: 100%;
        width: 89%;
        left: 0;
        bottom: 0; 
        right: 0;
        margin: auto;
    }
    .coronaAlertBox .cor-red {
        font-size: 16px;
    } 
 
}
@media(max-width:340px){
    .coronaAlertBox .cor-red .img-box{
    display:block;
    
}
.coronaAlertBox .cor-red{
    flex-direction:column;
    text-align: center;
    }
    .coronaAlertBox .cor-red img{
    
       width: 48px;
    }
    .coronaAlertBox .alert{
        padding-top:10px;
    }
    .coronaAlertBox p{
        font-size:13px;
        text-align:center;
    }
  .coronaAlertBox .cor-red {
    align-items: center;
}
}