/*!* 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;
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
section.sponsor-slider {
    margin-top: 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
    padding-top: 51px;
    text-align: center;
}

.sponsor-slider h5 {
    display: table;
    margin: auto;
}
.trusted_icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted_icons .item {
    margin: 0 14px;
}

[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: #007bff;
	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: 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;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40,167,69,.8);
	border-radius: .2rem;
}

.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
	border-color: #28a745;
}

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
	display: block;
}

.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip {
	display: block;
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745;
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
	display: block;
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #71dd8a;
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before {
	border-color: inherit;
}

.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip {
	display: block;
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220,53,69,.8);
	border-radius: .2rem;
}

.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
	border-color: #dc3545;
}

.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
	display: block;
}

.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip {
	display: block;
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #efa2a9;
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before {
	border-color: inherit;
}

.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.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: 0;
	height: 0;
	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: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: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.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;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6;
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+);
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0,123,255,.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+);
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%;
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-file-input:focus~.custom-file-label::after {
	border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0;
}

.custom-range {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: 0;
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-appearance: none;
	appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
	outline: 0;
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-moz-appearance: none;
	appearance: none;
}

.custom-range::-moz-range-thumb:focus {
	outline: 0;
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	appearance: none;
}

.custom-range::-ms-thumb:focus {
	outline: 0;
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.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-toggler-icon {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}

.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-toggler-icon {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}

.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;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc;
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.badge-success[href]:focus,.badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34;
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

.badge-info[href]:focus,.badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b;
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00;
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130;
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

.badge-light[href]:focus,.badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5;
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

@media(min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus,.list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.list-group-item:focus,.list-group-item:hover {
	z-index: 1;
	text-decoration: none;
}

.list-group-item.disabled,.list-group-item:disabled {
	color: #6c757d;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.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;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media(min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media(min-width:992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}

.popover .arrow::after,.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
	margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
	bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
	margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
	margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
	top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
	margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

.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-control-prev-icon {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=);
}

.carousel-control-next-icon {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=);
}

.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;
}

.align-baseline {
	vertical-align: baseline!important;
}

.align-top {
	vertical-align: top!important;
}

.align-middle {
	vertical-align: middle!important;
}

.align-bottom {
	vertical-align: bottom!important;
}

.align-text-bottom {
	vertical-align: text-bottom!important;
}

.align-text-top {
	vertical-align: text-top!important;
}

.bg-primary {
	background-color: #007bff!important;
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
	background-color: #0062cc!important;
}

.bg-secondary {
	background-color: #6c757d!important;
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
	background-color: #545b62!important;
}

.bg-success {
	background-color: #28a745!important;
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
	background-color: #1e7e34!important;
}

.bg-info {
	background-color: #17a2b8!important;
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
	background-color: #117a8b!important;
}

.bg-warning {
	background-color: #ffc107!important;
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
	background-color: #d39e00!important;
}

.bg-danger {
	background-color: #dc3545!important;
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
	background-color: #bd2130!important;
}

.bg-light {
	background-color: #f8f9fa!important;
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
	background-color: #dae0e5!important;
}

.bg-dark {
	background-color: #343a40!important;
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
	background-color: #1d2124!important;
}

.bg-white {
	background-color: #fff!important;
}

.bg-transparent {
	background-color: transparent!important;
}

.border {
	border: 1px solid #dee2e6!important;
}

.border-top {
	border-top: 1px solid #dee2e6!important;
}

.border-right {
	border-right: 1px solid #dee2e6!important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important;
}

.border-left {
	border-left: 1px solid #dee2e6!important;
}

.border-0 {
	border: 0!important;
}

.border-top-0 {
	border-top: 0!important;
}

.border-right-0 {
	border-right: 0!important;
}

.border-bottom-0 {
	border-bottom: 0!important;
}

.border-left-0 {
	border-left: 0!important;
}

.border-primary {
	border-color: #007bff!important;
}

.border-secondary {
	border-color: #6c757d!important;
}

.border-success {
	border-color: #28a745!important;
}

.border-info {
	border-color: #17a2b8!important;
}

.border-warning {
	border-color: #ffc107!important;
}

.border-danger {
	border-color: #dc3545!important;
}

.border-light {
	border-color: #f8f9fa!important;
}

.border-dark {
	border-color: #343a40!important;
}

.border-white {
	border-color: #fff!important;
}

.rounded {
	border-radius: .25rem!important;
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important;
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important;
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important;
}

.rounded-circle {
	border-radius: 50%!important;
}

.rounded-0 {
	border-radius: 0!important;
}

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

.d-none {
	display: none!important;
}

.d-inline {
	display: inline!important;
}

.d-inline-block {
	display: inline-block!important;
}

.d-block {
	display: block!important;
}

.d-table {
	display: table!important;
}

.d-table-row {
	display: table-row!important;
}

.d-table-cell {
	display: table-cell!important;
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
}

@media(min-width:576px) {
	.d-sm-none {
		display: none!important;
	}

	.d-sm-inline {
		display: inline!important;
	}

	.d-sm-inline-block {
		display: inline-block!important;
	}

	.d-sm-block {
		display: block!important;
	}

	.d-sm-table {
		display: table!important;
	}

	.d-sm-table-row {
		display: table-row!important;
	}

	.d-sm-table-cell {
		display: table-cell!important;
	}

	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media(min-width:768px) {
	.d-md-none {
		display: none!important;
	}

	.d-md-inline {
		display: inline!important;
	}

	.d-md-inline-block {
		display: inline-block!important;
	}

	.d-md-block {
		display: block!important;
	}

	.d-md-table {
		display: table!important;
	}

	.d-md-table-row {
		display: table-row!important;
	}

	.d-md-table-cell {
		display: table-cell!important;
	}

	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media(min-width:992px) {
	.d-lg-none {
		display: none!important;
	}

	.d-lg-inline {
		display: inline!important;
	}

	.d-lg-inline-block {
		display: inline-block!important;
	}

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

	.d-lg-table {
		display: table!important;
	}

	.d-lg-table-row {
		display: table-row!important;
	}

	.d-lg-table-cell {
		display: table-cell!important;
	}

	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media(min-width:1200px) {
	.d-xl-none {
		display: none!important;
	}

	.d-xl-inline {
		display: inline!important;
	}

	.d-xl-inline-block {
		display: inline-block!important;
	}

	.d-xl-block {
		display: block!important;
	}

	.d-xl-table {
		display: table!important;
	}

	.d-xl-table-row {
		display: table-row!important;
	}

	.d-xl-table-cell {
		display: table-cell!important;
	}

	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media print {
	.d-print-none {
		display: none!important;
	}

	.d-print-inline {
		display: inline!important;
	}

	.d-print-inline-block {
		display: inline-block!important;
	}

	.d-print-block {
		display: block!important;
	}

	.d-print-table {
		display: table!important;
	}

	.d-print-table-row {
		display: table-row!important;
	}

	.d-print-table-cell {
		display: table-cell!important;
	}

	.d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important;
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important;
}

.flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important;
}

.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important;
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important;
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important;
}

@media(min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media(min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-md-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-md-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media(min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media(min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

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

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

.float-none {
	float: none!important;
}

@media(min-width:576px) {
	.float-sm-left {
		float: left!important;
	}

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

	.float-sm-none {
		float: none!important;
	}
}

@media(min-width:768px) {
	.float-md-left {
		float: left!important;
	}

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

	.float-md-none {
		float: none!important;
	}
}

@media(min-width:992px) {
	.float-lg-left {
		float: left!important;
	}

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

	.float-lg-none {
		float: none!important;
	}
}

@media(min-width:1200px) {
	.float-xl-left {
		float: left!important;
	}

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

	.float-xl-none {
		float: none!important;
	}
}

.position-static {
	position: static!important;
}

.position-relative {
	position: relative!important;
}

.position-absolute {
	position: absolute!important;
}

.position-fixed {
	position: fixed!important;
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.shadow-none {
	box-shadow: none!important;
}

.w-25 {
	width: 25%!important;
}

.w-50 {
	width: 50%!important;
}

.w-75 {
	width: 75%!important;
}

.w-100 {
	width: 100%!important;
}

.w-auto {
	width: auto!important;
}

.h-25 {
	height: 25%!important;
}

.h-50 {
	height: 50%!important;
}

.h-75 {
	height: 75%!important;
}

.h-100 {
	height: 100%!important;
}

.h-auto {
	height: auto!important;
}

.mw-100 {
	max-width: 100%!important;
}

.mh-100 {
	max-height: 100%!important;
}

.m-0 {
	margin: 0!important;
}

.mt-0,.my-0 {
	margin-top: 0!important;
}

.mr-0,.mx-0 {
	margin-right: 0!important;
}

.mb-0,.my-0 {
	margin-bottom: 0!important;
}

.ml-0,.mx-0 {
	margin-left: 0!important;
}

.m-1 {
	margin: .25rem!important;
}

.mt-1,.my-1 {
	margin-top: .25rem!important;
}

.mr-1,.mx-1 {
	margin-right: .25rem!important;
}

.mb-1,.my-1 {
	margin-bottom: .25rem!important;
}

.ml-1,.mx-1 {
	margin-left: .25rem!important;
}

.m-2 {
	margin: .5rem!important;
}

.mt-2,.my-2 {
	margin-top: .5rem!important;
}

.mr-2,.mx-2 {
	margin-right: .5rem!important;
}

.mb-2,.my-2 {
	margin-bottom: .5rem!important;
}

.ml-2,.mx-2 {
	margin-left: .5rem!important;
}

.m-3 {
	margin: 1rem!important;
}

.mt-3,.my-3 {
	margin-top: 1rem!important;
}

.mr-3,.mx-3 {
	margin-right: 1rem!important;
}

.mb-3,.my-3 {
	margin-bottom: 1rem!important;
}

.ml-3,.mx-3 {
	margin-left: 1rem!important;
}

.m-4 {
	margin: 1.5rem!important;
}

.mt-4,.my-4 {
	margin-top: 1.5rem!important;
}

.mr-4,.mx-4 {
	margin-right: 1.5rem!important;
}

.mb-4,.my-4 {
	margin-bottom: 1.5rem!important;
}

.ml-4,.mx-4 {
	margin-left: 1.5rem!important;
}

.m-5 {
	margin: 3rem!important;
}

.mt-5,.my-5 {
	margin-top: 3rem!important;
}

.mr-5,.mx-5 {
	margin-right: 3rem!important;
}

.mb-5,.my-5 {
	margin-bottom: 3rem!important;
}

.ml-5,.mx-5 {
	margin-left: 3rem!important;
}

.p-0 {
	padding: 0!important;
}

.pt-0,.py-0 {
	padding-top: 0!important;
}

.pr-0,.px-0 {
	padding-right: 0!important;
}

.pb-0,.py-0 {
	padding-bottom: 0!important;
}

.pl-0,.px-0 {
	padding-left: 0!important;
}

.p-1 {
	padding: .25rem!important;
}

.pt-1,.py-1 {
	padding-top: .25rem!important;
}

.pr-1,.px-1 {
	padding-right: .25rem!important;
}

.pb-1,.py-1 {
	padding-bottom: .25rem!important;
}

.pl-1,.px-1 {
	padding-left: .25rem!important;
}

.p-2 {
	padding: .5rem!important;
}

.pt-2,.py-2 {
	padding-top: .5rem!important;
}

.pr-2,.px-2 {
	padding-right: .5rem!important;
}

.pb-2,.py-2 {
	padding-bottom: .5rem!important;
}

.pl-2,.px-2 {
	padding-left: .5rem!important;
}

.p-3 {
	padding: 1rem!important;
}

.pt-3,.py-3 {
	padding-top: 1rem!important;
}

.pr-3,.px-3 {
	padding-right: 1rem!important;
}

.pb-3,.py-3 {
	padding-bottom: 1rem!important;
}

.pl-3,.px-3 {
	padding-left: 1rem!important;
}

.p-4 {
	padding: 1.5rem!important;
}

.pt-4,.py-4 {
	padding-top: 1.5rem!important;
}

.pr-4,.px-4 {
	padding-right: 1.5rem!important;
}

.pb-4,.py-4 {
	padding-bottom: 1.5rem!important;
}

.pl-4,.px-4 {
	padding-left: 1.5rem!important;
}

.p-5 {
	padding: 3rem!important;
}

.pt-5,.py-5 {
	padding-top: 3rem!important;
}

.pr-5,.px-5 {
	padding-right: 3rem!important;
}

.pb-5,.py-5 {
	padding-bottom: 3rem!important;
}

.pl-5,.px-5 {
	padding-left: 3rem!important;
}

.m-auto {
	margin: auto!important;
}

.mt-auto,.my-auto {
	margin-top: auto!important;
}

.mr-auto,.mx-auto {
	margin-right: auto!important;
}

.mb-auto,.my-auto {
	margin-bottom: auto!important;
}

.ml-auto,.mx-auto {
	margin-left: auto!important;
}

@media(min-width:576px) {
	.m-sm-0 {
		margin: 0!important;
	}

	.mt-sm-0,.my-sm-0 {
		margin-top: 0!important;
	}

	.mr-sm-0,.mx-sm-0 {
		margin-right: 0!important;
	}

	.mb-sm-0,.my-sm-0 {
		margin-bottom: 0!important;
	}

	.ml-sm-0,.mx-sm-0 {
		margin-left: 0!important;
	}

	.m-sm-1 {
		margin: .25rem!important;
	}

	.mt-sm-1,.my-sm-1 {
		margin-top: .25rem!important;
	}

	.mr-sm-1,.mx-sm-1 {
		margin-right: .25rem!important;
	}

	.mb-sm-1,.my-sm-1 {
		margin-bottom: .25rem!important;
	}

	.ml-sm-1,.mx-sm-1 {
		margin-left: .25rem!important;
	}

	.m-sm-2 {
		margin: .5rem!important;
	}

	.mt-sm-2,.my-sm-2 {
		margin-top: .5rem!important;
	}

	.mr-sm-2,.mx-sm-2 {
		margin-right: .5rem!important;
	}

	.mb-sm-2,.my-sm-2 {
		margin-bottom: .5rem!important;
	}

	.ml-sm-2,.mx-sm-2 {
		margin-left: .5rem!important;
	}

	.m-sm-3 {
		margin: 1rem!important;
	}

	.mt-sm-3,.my-sm-3 {
		margin-top: 1rem!important;
	}

	.mr-sm-3,.mx-sm-3 {
		margin-right: 1rem!important;
	}

	.mb-sm-3,.my-sm-3 {
		margin-bottom: 1rem!important;
	}

	.ml-sm-3,.mx-sm-3 {
		margin-left: 1rem!important;
	}

	.m-sm-4 {
		margin: 1.5rem!important;
	}

	.mt-sm-4,.my-sm-4 {
		margin-top: 1.5rem!important;
	}

	.mr-sm-4,.mx-sm-4 {
		margin-right: 1.5rem!important;
	}

	.mb-sm-4,.my-sm-4 {
		margin-bottom: 1.5rem!important;
	}

	.ml-sm-4,.mx-sm-4 {
		margin-left: 1.5rem!important;
	}

	.m-sm-5 {
		margin: 3rem!important;
	}

	.mt-sm-5,.my-sm-5 {
		margin-top: 3rem!important;
	}

	.mr-sm-5,.mx-sm-5 {
		margin-right: 3rem!important;
	}

	.mb-sm-5,.my-sm-5 {
		margin-bottom: 3rem!important;
	}

	.ml-sm-5,.mx-sm-5 {
		margin-left: 3rem!important;
	}

	.p-sm-0 {
		padding: 0!important;
	}

	.pt-sm-0,.py-sm-0 {
		padding-top: 0!important;
	}

	.pr-sm-0,.px-sm-0 {
		padding-right: 0!important;
	}

	.pb-sm-0,.py-sm-0 {
		padding-bottom: 0!important;
	}

	.pl-sm-0,.px-sm-0 {
		padding-left: 0!important;
	}

	.p-sm-1 {
		padding: .25rem!important;
	}

	.pt-sm-1,.py-sm-1 {
		padding-top: .25rem!important;
	}

	.pr-sm-1,.px-sm-1 {
		padding-right: .25rem!important;
	}

	.pb-sm-1,.py-sm-1 {
		padding-bottom: .25rem!important;
	}

	.pl-sm-1,.px-sm-1 {
		padding-left: .25rem!important;
	}

	.p-sm-2 {
		padding: .5rem!important;
	}

	.pt-sm-2,.py-sm-2 {
		padding-top: .5rem!important;
	}

	.pr-sm-2,.px-sm-2 {
		padding-right: .5rem!important;
	}

	.pb-sm-2,.py-sm-2 {
		padding-bottom: .5rem!important;
	}

	.pl-sm-2,.px-sm-2 {
		padding-left: .5rem!important;
	}

	.p-sm-3 {
		padding: 1rem!important;
	}

	.pt-sm-3,.py-sm-3 {
		padding-top: 1rem!important;
	}

	.pr-sm-3,.px-sm-3 {
		padding-right: 1rem!important;
	}

	.pb-sm-3,.py-sm-3 {
		padding-bottom: 1rem!important;
	}

	.pl-sm-3,.px-sm-3 {
		padding-left: 1rem!important;
	}

	.p-sm-4 {
		padding: 1.5rem!important;
	}

	.pt-sm-4,.py-sm-4 {
		padding-top: 1.5rem!important;
	}

	.pr-sm-4,.px-sm-4 {
		padding-right: 1.5rem!important;
	}

	.pb-sm-4,.py-sm-4 {
		padding-bottom: 1.5rem!important;
	}

	.pl-sm-4,.px-sm-4 {
		padding-left: 1.5rem!important;
	}

	.p-sm-5 {
		padding: 3rem!important;
	}

	.pt-sm-5,.py-sm-5 {
		padding-top: 3rem!important;
	}

	.pr-sm-5,.px-sm-5 {
		padding-right: 3rem!important;
	}

	.pb-sm-5,.py-sm-5 {
		padding-bottom: 3rem!important;
	}

	.pl-sm-5,.px-sm-5 {
		padding-left: 3rem!important;
	}

	.m-sm-auto {
		margin: auto!important;
	}

	.mt-sm-auto,.my-sm-auto {
		margin-top: auto!important;
	}

	.mr-sm-auto,.mx-sm-auto {
		margin-right: auto!important;
	}

	.mb-sm-auto,.my-sm-auto {
		margin-bottom: auto!important;
	}

	.ml-sm-auto,.mx-sm-auto {
		margin-left: auto!important;
	}
}

@media(min-width:768px) {
	.m-md-0 {
		margin: 0!important;
	}

	.mt-md-0,.my-md-0 {
		margin-top: 0!important;
	}

	.mr-md-0,.mx-md-0 {
		margin-right: 0!important;
	}

	.mb-md-0,.my-md-0 {
		margin-bottom: 0!important;
	}

	.ml-md-0,.mx-md-0 {
		margin-left: 0!important;
	}

	.m-md-1 {
		margin: .25rem!important;
	}

	.mt-md-1,.my-md-1 {
		margin-top: .25rem!important;
	}

	.mr-md-1,.mx-md-1 {
		margin-right: .25rem!important;
	}

	.mb-md-1,.my-md-1 {
		margin-bottom: .25rem!important;
	}

	.ml-md-1,.mx-md-1 {
		margin-left: .25rem!important;
	}

	.m-md-2 {
		margin: .5rem!important;
	}

	.mt-md-2,.my-md-2 {
		margin-top: .5rem!important;
	}

	.mr-md-2,.mx-md-2 {
		margin-right: .5rem!important;
	}

	.mb-md-2,.my-md-2 {
		margin-bottom: .5rem!important;
	}

	.ml-md-2,.mx-md-2 {
		margin-left: .5rem!important;
	}

	.m-md-3 {
		margin: 1rem!important;
	}

	.mt-md-3,.my-md-3 {
		margin-top: 1rem!important;
	}

	.mr-md-3,.mx-md-3 {
		margin-right: 1rem!important;
	}

	.mb-md-3,.my-md-3 {
		margin-bottom: 1rem!important;
	}

	.ml-md-3,.mx-md-3 {
		margin-left: 1rem!important;
	}

	.m-md-4 {
		margin: 1.5rem!important;
	}

	.mt-md-4,.my-md-4 {
		margin-top: 1.5rem!important;
	}

	.mr-md-4,.mx-md-4 {
		margin-right: 1.5rem!important;
	}

	.mb-md-4,.my-md-4 {
		margin-bottom: 1.5rem!important;
	}

	.ml-md-4,.mx-md-4 {
		margin-left: 1.5rem!important;
	}

	.m-md-5 {
		margin: 3rem!important;
	}

	.mt-md-5,.my-md-5 {
		margin-top: 3rem!important;
	}

	.mr-md-5,.mx-md-5 {
		margin-right: 3rem!important;
	}

	.mb-md-5,.my-md-5 {
		margin-bottom: 3rem!important;
	}

	.ml-md-5,.mx-md-5 {
		margin-left: 3rem!important;
	}

	.p-md-0 {
		padding: 0!important;
	}

	.pt-md-0,.py-md-0 {
		padding-top: 0!important;
	}

	.pr-md-0,.px-md-0 {
		padding-right: 0!important;
	}

	.pb-md-0,.py-md-0 {
		padding-bottom: 0!important;
	}

	.pl-md-0,.px-md-0 {
		padding-left: 0!important;
	}

	.p-md-1 {
		padding: .25rem!important;
	}

	.pt-md-1,.py-md-1 {
		padding-top: .25rem!important;
	}

	.pr-md-1,.px-md-1 {
		padding-right: .25rem!important;
	}

	.pb-md-1,.py-md-1 {
		padding-bottom: .25rem!important;
	}

	.pl-md-1,.px-md-1 {
		padding-left: .25rem!important;
	}

	.p-md-2 {
		padding: .5rem!important;
	}

	.pt-md-2,.py-md-2 {
		padding-top: .5rem!important;
	}

	.pr-md-2,.px-md-2 {
		padding-right: .5rem!important;
	}

	.pb-md-2,.py-md-2 {
		padding-bottom: .5rem!important;
	}

	.pl-md-2,.px-md-2 {
		padding-left: .5rem!important;
	}

	.p-md-3 {
		padding: 1rem!important;
	}

	.pt-md-3,.py-md-3 {
		padding-top: 1rem!important;
	}

	.pr-md-3,.px-md-3 {
		padding-right: 1rem!important;
	}

	.pb-md-3,.py-md-3 {
		padding-bottom: 1rem!important;
	}

	.pl-md-3,.px-md-3 {
		padding-left: 1rem!important;
	}

	.p-md-4 {
		padding: 1.5rem!important;
	}

	.pt-md-4,.py-md-4 {
		padding-top: 1.5rem!important;
	}

	.pr-md-4,.px-md-4 {
		padding-right: 1.5rem!important;
	}

	.pb-md-4,.py-md-4 {
		padding-bottom: 1.5rem!important;
	}

	.pl-md-4,.px-md-4 {
		padding-left: 1.5rem!important;
	}

	.p-md-5 {
		padding: 3rem!important;
	}

	.pt-md-5,.py-md-5 {
		padding-top: 3rem!important;
	}

	.pr-md-5,.px-md-5 {
		padding-right: 3rem!important;
	}

	.pb-md-5,.py-md-5 {
		padding-bottom: 3rem!important;
	}

	.pl-md-5,.px-md-5 {
		padding-left: 3rem!important;
	}

	.m-md-auto {
		margin: auto!important;
	}

	.mt-md-auto,.my-md-auto {
		margin-top: auto!important;
	}

	.mr-md-auto,.mx-md-auto {
		margin-right: auto!important;
	}

	.mb-md-auto,.my-md-auto {
		margin-bottom: auto!important;
	}

	.ml-md-auto,.mx-md-auto {
		margin-left: auto!important;
	}
}

@media(min-width:992px) {
	.m-lg-0 {
		margin: 0!important;
	}

	.mt-lg-0,.my-lg-0 {
		margin-top: 0!important;
	}

	.mr-lg-0,.mx-lg-0 {
		margin-right: 0!important;
	}

	.mb-lg-0,.my-lg-0 {
		margin-bottom: 0!important;
	}

	.ml-lg-0,.mx-lg-0 {
		margin-left: 0!important;
	}

	.m-lg-1 {
		margin: .25rem!important;
	}

	.mt-lg-1,.my-lg-1 {
		margin-top: .25rem!important;
	}

	.mr-lg-1,.mx-lg-1 {
		margin-right: .25rem!important;
	}

	.mb-lg-1,.my-lg-1 {
		margin-bottom: .25rem!important;
	}

	.ml-lg-1,.mx-lg-1 {
		margin-left: .25rem!important;
	}

	.m-lg-2 {
		margin: .5rem!important;
	}

	.mt-lg-2,.my-lg-2 {
		margin-top: .5rem!important;
	}

	.mr-lg-2,.mx-lg-2 {
		margin-right: .5rem!important;
	}

	.mb-lg-2,.my-lg-2 {
		margin-bottom: .5rem!important;
	}

	.ml-lg-2,.mx-lg-2 {
		margin-left: .5rem!important;
	}

	.m-lg-3 {
		margin: 1rem!important;
	}

	.mt-lg-3,.my-lg-3 {
		margin-top: 1rem!important;
	}

	.mr-lg-3,.mx-lg-3 {
		margin-right: 1rem!important;
	}

	.mb-lg-3,.my-lg-3 {
		margin-bottom: 1rem!important;
	}

	.ml-lg-3,.mx-lg-3 {
		margin-left: 1rem!important;
	}

	.m-lg-4 {
		margin: 1.5rem!important;
	}

	.mt-lg-4,.my-lg-4 {
		margin-top: 1.5rem!important;
	}

	.mr-lg-4,.mx-lg-4 {
		margin-right: 1.5rem!important;
	}

	.mb-lg-4,.my-lg-4 {
		margin-bottom: 1.5rem!important;
	}

	.ml-lg-4,.mx-lg-4 {
		margin-left: 1.5rem!important;
	}

	.m-lg-5 {
		margin: 3rem!important;
	}

	.mt-lg-5,.my-lg-5 {
		margin-top: 3rem!important;
	}

	.mr-lg-5,.mx-lg-5 {
		margin-right: 3rem!important;
	}

	.mb-lg-5,.my-lg-5 {
		margin-bottom: 3rem!important;
	}

	.ml-lg-5,.mx-lg-5 {
		margin-left: 3rem!important;
	}

	.p-lg-0 {
		padding: 0!important;
	}

	.pt-lg-0,.py-lg-0 {
		padding-top: 0!important;
	}

	.pr-lg-0,.px-lg-0 {
		padding-right: 0!important;
	}

	.pb-lg-0,.py-lg-0 {
		padding-bottom: 0!important;
	}

	.pl-lg-0,.px-lg-0 {
		padding-left: 0!important;
	}

	.p-lg-1 {
		padding: .25rem!important;
	}

	.pt-lg-1,.py-lg-1 {
		padding-top: .25rem!important;
	}

	.pr-lg-1,.px-lg-1 {
		padding-right: .25rem!important;
	}

	.pb-lg-1,.py-lg-1 {
		padding-bottom: .25rem!important;
	}

	.pl-lg-1,.px-lg-1 {
		padding-left: .25rem!important;
	}

	.p-lg-2 {
		padding: .5rem!important;
	}

	.pt-lg-2,.py-lg-2 {
		padding-top: .5rem!important;
	}

	.pr-lg-2,.px-lg-2 {
		padding-right: .5rem!important;
	}

	.pb-lg-2,.py-lg-2 {
		padding-bottom: .5rem!important;
	}

	.pl-lg-2,.px-lg-2 {
		padding-left: .5rem!important;
	}

	.p-lg-3 {
		padding: 1rem!important;
	}

	.pt-lg-3,.py-lg-3 {
		padding-top: 1rem!important;
	}

	.pr-lg-3,.px-lg-3 {
		padding-right: 1rem!important;
	}

	.pb-lg-3,.py-lg-3 {
		padding-bottom: 1rem!important;
	}

	.pl-lg-3,.px-lg-3 {
		padding-left: 1rem!important;
	}

	.p-lg-4 {
		padding: 1.5rem!important;
	}

	.pt-lg-4,.py-lg-4 {
		padding-top: 1.5rem!important;
	}

	.pr-lg-4,.px-lg-4 {
		padding-right: 1.5rem!important;
	}

	.pb-lg-4,.py-lg-4 {
		padding-bottom: 1.5rem!important;
	}

	.pl-lg-4,.px-lg-4 {
		padding-left: 1.5rem!important;
	}

	.p-lg-5 {
		padding: 3rem!important;
	}

	.pt-lg-5,.py-lg-5 {
		padding-top: 3rem!important;
	}

	.pr-lg-5,.px-lg-5 {
		padding-right: 3rem!important;
	}

	.pb-lg-5,.py-lg-5 {
		padding-bottom: 3rem!important;
	}

	.pl-lg-5,.px-lg-5 {
		padding-left: 3rem!important;
	}

	.m-lg-auto {
		margin: auto!important;
	}

	.mt-lg-auto,.my-lg-auto {
		margin-top: auto!important;
	}

	.mr-lg-auto,.mx-lg-auto {
		margin-right: auto!important;
	}

	.mb-lg-auto,.my-lg-auto {
		margin-bottom: auto!important;
	}

	.ml-lg-auto,.mx-lg-auto {
		margin-left: auto!important;
	}
}

@media(min-width:1200px) {
	.m-xl-0 {
		margin: 0!important;
	}

	.mt-xl-0,.my-xl-0 {
		margin-top: 0!important;
	}

	.mr-xl-0,.mx-xl-0 {
		margin-right: 0!important;
	}

	.mb-xl-0,.my-xl-0 {
		margin-bottom: 0!important;
	}

	.ml-xl-0,.mx-xl-0 {
		margin-left: 0!important;
	}

	.m-xl-1 {
		margin: .25rem!important;
	}

	.mt-xl-1,.my-xl-1 {
		margin-top: .25rem!important;
	}

	.mr-xl-1,.mx-xl-1 {
		margin-right: .25rem!important;
	}

	.mb-xl-1,.my-xl-1 {
		margin-bottom: .25rem!important;
	}

	.ml-xl-1,.mx-xl-1 {
		margin-left: .25rem!important;
	}

	.m-xl-2 {
		margin: .5rem!important;
	}

	.mt-xl-2,.my-xl-2 {
		margin-top: .5rem!important;
	}

	.mr-xl-2,.mx-xl-2 {
		margin-right: .5rem!important;
	}

	.mb-xl-2,.my-xl-2 {
		margin-bottom: .5rem!important;
	}

	.ml-xl-2,.mx-xl-2 {
		margin-left: .5rem!important;
	}

	.m-xl-3 {
		margin: 1rem!important;
	}

	.mt-xl-3,.my-xl-3 {
		margin-top: 1rem!important;
	}

	.mr-xl-3,.mx-xl-3 {
		margin-right: 1rem!important;
	}

	.mb-xl-3,.my-xl-3 {
		margin-bottom: 1rem!important;
	}

	.ml-xl-3,.mx-xl-3 {
		margin-left: 1rem!important;
	}

	.m-xl-4 {
		margin: 1.5rem!important;
	}

	.mt-xl-4,.my-xl-4 {
		margin-top: 1.5rem!important;
	}

	.mr-xl-4,.mx-xl-4 {
		margin-right: 1.5rem!important;
	}

	.mb-xl-4,.my-xl-4 {
		margin-bottom: 1.5rem!important;
	}

	.ml-xl-4,.mx-xl-4 {
		margin-left: 1.5rem!important;
	}

	.m-xl-5 {
		margin: 3rem!important;
	}

	.mt-xl-5,.my-xl-5 {
		margin-top: 3rem!important;
	}

	.mr-xl-5,.mx-xl-5 {
		margin-right: 3rem!important;
	}

	.mb-xl-5,.my-xl-5 {
		margin-bottom: 3rem!important;
	}

	.ml-xl-5,.mx-xl-5 {
		margin-left: 3rem!important;
	}

	.p-xl-0 {
		padding: 0!important;
	}

	.pt-xl-0,.py-xl-0 {
		padding-top: 0!important;
	}

	.pr-xl-0,.px-xl-0 {
		padding-right: 0!important;
	}

	.pb-xl-0,.py-xl-0 {
		padding-bottom: 0!important;
	}

	.pl-xl-0,.px-xl-0 {
		padding-left: 0!important;
	}

	.p-xl-1 {
		padding: .25rem!important;
	}

	.pt-xl-1,.py-xl-1 {
		padding-top: .25rem!important;
	}

	.pr-xl-1,.px-xl-1 {
		padding-right: .25rem!important;
	}

	.pb-xl-1,.py-xl-1 {
		padding-bottom: .25rem!important;
	}

	.pl-xl-1,.px-xl-1 {
		padding-left: .25rem!important;
	}

	.p-xl-2 {
		padding: .5rem!important;
	}

	.pt-xl-2,.py-xl-2 {
		padding-top: .5rem!important;
	}

	.pr-xl-2,.px-xl-2 {
		padding-right: .5rem!important;
	}

	.pb-xl-2,.py-xl-2 {
		padding-bottom: .5rem!important;
	}

	.pl-xl-2,.px-xl-2 {
		padding-left: .5rem!important;
	}

	.p-xl-3 {
		padding: 1rem!important;
	}

	.pt-xl-3,.py-xl-3 {
		padding-top: 1rem!important;
	}

	.pr-xl-3,.px-xl-3 {
		padding-right: 1rem!important;
	}

	.pb-xl-3,.py-xl-3 {
		padding-bottom: 1rem!important;
	}

	.pl-xl-3,.px-xl-3 {
		padding-left: 1rem!important;
	}

	.p-xl-4 {
		padding: 1.5rem!important;
	}

	.pt-xl-4,.py-xl-4 {
		padding-top: 1.5rem!important;
	}

	.pr-xl-4,.px-xl-4 {
		padding-right: 1.5rem!important;
	}

	.pb-xl-4,.py-xl-4 {
		padding-bottom: 1.5rem!important;
	}

	.pl-xl-4,.px-xl-4 {
		padding-left: 1.5rem!important;
	}

	.p-xl-5 {
		padding: 3rem!important;
	}

	.pt-xl-5,.py-xl-5 {
		padding-top: 3rem!important;
	}

	.pr-xl-5,.px-xl-5 {
		padding-right: 3rem!important;
	}

	.pb-xl-5,.py-xl-5 {
		padding-bottom: 3rem!important;
	}

	.pl-xl-5,.px-xl-5 {
		padding-left: 3rem!important;
	}

	.m-xl-auto {
		margin: auto!important;
	}

	.mt-xl-auto,.my-xl-auto {
		margin-top: auto!important;
	}

	.mr-xl-auto,.mx-xl-auto {
		margin-right: auto!important;
	}

	.mb-xl-auto,.my-xl-auto {
		margin-bottom: auto!important;
	}

	.ml-xl-auto,.mx-xl-auto {
		margin-left: auto!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;
	}
}

.slideDown {
	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}

	50% {
		transform: translateY(8%);
	}

	65% {
		transform: translateY(-4%);
	}

	80% {
		transform: translateY(4%);
	}

	95% {
		transform: translateY(-2%);
	}

	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}

	50% {
		-webkit-transform: translateY(8%);
	}

	65% {
		-webkit-transform: translateY(-4%);
	}

	80% {
		-webkit-transform: translateY(4%);
	}

	95% {
		-webkit-transform: translateY(-2%);
	}

	100% {
		-webkit-transform: translateY(0%);
	}
}

.slideUp {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}

	50% {
		transform: translateY(-8%);
	}

	65% {
		transform: translateY(4%);
	}

	80% {
		transform: translateY(-4%);
	}

	95% {
		transform: translateY(2%);
	}

	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}

	50% {
		-webkit-transform: translateY(-8%);
	}

	65% {
		-webkit-transform: translateY(4%);
	}

	80% {
		-webkit-transform: translateY(-4%);
	}

	95% {
		-webkit-transform: translateY(2%);
	}

	100% {
		-webkit-transform: translateY(0%);
	}
}

.slideLeft {
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible;
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}

	50% {
		transform: translateX(-8%);
	}

	65% {
		transform: translateX(4%);
	}

	80% {
		transform: translateX(-4%);
	}

	95% {
		transform: translateX(2%);
	}

	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}

	50% {
		-webkit-transform: translateX(-8%);
	}

	65% {
		-webkit-transform: translateX(4%);
	}

	80% {
		-webkit-transform: translateX(-4%);
	}

	95% {
		-webkit-transform: translateX(2%);
	}

	100% {
		-webkit-transform: translateX(0%);
	}
}

.slideRight {
	animation-name: slideRight;
	-webkit-animation-name: slideRight;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible;
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}

	50% {
		transform: translateX(8%);
	}

	65% {
		transform: translateX(-4%);
	}

	80% {
		transform: translateX(4%);
	}

	95% {
		transform: translateX(-2%);
	}

	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}

	50% {
		-webkit-transform: translateX(8%);
	}

	65% {
		-webkit-transform: translateX(-4%);
	}

	80% {
		-webkit-transform: translateX(4%);
	}

	95% {
		-webkit-transform: translateX(-2%);
	}

	100% {
		-webkit-transform: translateX(0%);
	}
}

.slideExpandUp {
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;
	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease -out;
	visibility: visible;
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(.5);
	}

	30% {
		transform: translateY(-8%) scaleX(.5);
	}

	40% {
		transform: translateY(2%) scaleX(.5);
	}

	50% {
		transform: translateY(0%) scaleX(1.1);
	}

	60% {
		transform: translateY(0%) scaleX(.9);
	}

	70% {
		transform: translateY(0%) scaleX(1.05);
	}

	80% {
		transform: translateY(0%) scaleX(.95);
	}

	90% {
		transform: translateY(0%) scaleX(1.02);
	}

	100% {
		transform: translateY(0%) scaleX(1);
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(.5);
	}

	30% {
		-webkit-transform: translateY(-8%) scaleX(.5);
	}

	40% {
		-webkit-transform: translateY(2%) scaleX(.5);
	}

	50% {
		-webkit-transform: translateY(0%) scaleX(1.1);
	}

	60% {
		-webkit-transform: translateY(0%) scaleX(.9);
	}

	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}

	80% {
		-webkit-transform: translateY(0%) scaleX(.95);
	}

	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}

	100% {
		-webkit-transform: translateY(0%) scaleX(1);
	}
}

.expandUp {
	animation-name: expandUp;
	-webkit-animation-name: expandUp;
	animation-duration: .7s;
	-webkit-animation-duration: .7s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible;
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(.6) scaleY(.5);
	}

	60% {
		transform: translateY(-7%) scaleY(1.12);
	}

	75% {
		transform: translateY(3%);
	}

	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(.6) scaleY(.5);
	}

	60% {
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}

	75% {
		-webkit-transform: translateY(3%);
	}

	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}
}

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible;
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	60% {
		transform: scale(1.1);
	}

	80% {
		transform: scale(.9);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}

	60% {
		-webkit-transform: scale(1.1);
	}

	80% {
		-webkit-transform: scale(.9);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

.expandOpen {
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	visibility: visible;
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);
	}

	50% {
		transform: scale(.95);
	}

	80% {
		transform: scale(1.05);
	}

	90% {
		transform: scale(.98);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);
	}

	50% {
		-webkit-transform: scale(.95);
	}

	80% {
		-webkit-transform: scale(1.05);
	}

	90% {
		-webkit-transform: scale(.98);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

.bigEntrance {
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;
	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	visibility: visible;
}

@keyframes bigEntrance {
	0% {
		transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: .2;
	}

	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}

	45% {
		transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}

	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}

	75% {
		transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}

	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}

	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: .2;
	}

	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}

	45% {
		-webkit-transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}

	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}

	75% {
		-webkit-transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}

	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}

.hatch {
	animation-name: hatch;
	-webkit-animation-name: hatch;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	visibility: visible;
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(.6);
	}

	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}

	35% {
		transform: rotate(2deg) scaleY(1);
	}

	50% {
		transform: rotate(-2deg);
	}

	65% {
		transform: rotate(1deg);
	}

	80% {
		transform: rotate(-1deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(.6);
	}

	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}

	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}

	50% {
		-webkit-transform: rotate(-2deg);
	}

	65% {
		-webkit-transform: rotate(1deg);
	}

	80% {
		-webkit-transform: rotate(-1deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

.bounce {
	animation-name: bounce;
	-webkit-animation-name: bounce;
	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(.6);
	}

	60% {
		transform: translateY(-100%) scaleY(1.1);
	}

	70% {
		transform: translateY(0%) scaleY(.95) scaleX(1.05);
	}

	80% {
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}

	90% {
		transform: translateY(0%) scaleY(.95) scaleX(1);
	}

	100% {
		transform: translateY(0%) scaleY(1) scaleX(1);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(.6);
	}

	60% {
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}

	70% {
		-webkit-transform: translateY(0%) scaleY(.95) scaleX(1.05);
	}

	80% {
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}

	90% {
		-webkit-transform: translateY(0%) scaleY(.95) scaleX(1);
	}

	100% {
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}
}

.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(.95);
		opacity: .7;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(.95);
		opacity: .7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(.95);
		opacity: .7;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(.95);
		opacity: .7;
	}
}

.floating {
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(8%);
	}

	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(8%);
	}

	100% {
		-webkit-transform: translateY(0%);
	}
}

.tossing {
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);
	}

	50% {
		transform: rotate(4deg);
	}

	100% {
		transform: rotate(-4deg);
	}
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);
	}

	50% {
		-webkit-transform: rotate(4deg);
	}

	100% {
		-webkit-transform: rotate(-4deg);
	}
}

.pullUp {
	animation-name: pullUp;
	-webkit-animation-name: pullUp;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
	0% {
		transform: scaleY(.1);
	}

	40% {
		transform: scaleY(1.02);
	}

	60% {
		transform: scaleY(.98);
	}

	80% {
		transform: scaleY(1.01);
	}

	100% {
		transform: scaleY(.98);
	}

	80% {
		transform: scaleY(1.01);
	}

	100% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(.1);
	}

	40% {
		-webkit-transform: scaleY(1.02);
	}

	60% {
		-webkit-transform: scaleY(.98);
	}

	80% {
		-webkit-transform: scaleY(1.01);
	}

	100% {
		-webkit-transform: scaleY(.98);
	}

	80% {
		-webkit-transform: scaleY(1.01);
	}

	100% {
		-webkit-transform: scaleY(1);
	}
}

.pullDown {
	animation-name: pullDown;
	-webkit-animation-name: pullDown;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
	0% {
		transform: scaleY(.1);
	}

	40% {
		transform: scaleY(1.02);
	}

	60% {
		transform: scaleY(.98);
	}

	80% {
		transform: scaleY(1.01);
	}

	100% {
		transform: scaleY(.98);
	}

	80% {
		transform: scaleY(1.01);
	}

	100% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(.1);
	}

	40% {
		-webkit-transform: scaleY(1.02);
	}

	60% {
		-webkit-transform: scaleY(.98);
	}

	80% {
		-webkit-transform: scaleY(1.01);
	}

	100% {
		-webkit-transform: scaleY(.98);
	}

	80% {
		-webkit-transform: scaleY(1.01);
	}

	100% {
		-webkit-transform: scaleY(1);
	}
}

.stretchLeft {
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(.3);
	}

	40% {
		transform: scaleX(1.02);
	}

	60% {
		transform: scaleX(.98);
	}

	80% {
		transform: scaleX(1.01);
	}

	100% {
		transform: scaleX(.98);
	}

	80% {
		transform: scaleX(1.01);
	}

	100% {
		transform: scaleX(1);
	}
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(.3);
	}

	40% {
		-webkit-transform: scaleX(1.02);
	}

	60% {
		-webkit-transform: scaleX(.98);
	}

	80% {
		-webkit-transform: scaleX(1.01);
	}

	100% {
		-webkit-transform: scaleX(.98);
	}

	80% {
		-webkit-transform: scaleX(1.01);
	}

	100% {
		-webkit-transform: scaleX(1);
	}
}

.stretchRight {
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
	0% {
		transform: scaleX(.3);
	}

	40% {
		transform: scaleX(1.02);
	}

	60% {
		transform: scaleX(.98);
	}

	80% {
		transform: scaleX(1.01);
	}

	100% {
		transform: scaleX(.98);
	}

	80% {
		transform: scaleX(1.01);
	}

	100% {
		transform: scaleX(1);
	}
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(.3);
	}

	40% {
		-webkit-transform: scaleX(1.02);
	}

	60% {
		-webkit-transform: scaleX(.98);
	}

	80% {
		-webkit-transform: scaleX(1.01);
	}

	100% {
		-webkit-transform: scaleX(.98);
	}

	80% {
		-webkit-transform: scaleX(1.01);
	}

	100% {
		-webkit-transform: scaleX(1);
	}
}

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}

@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes slideOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes slideOutUp {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes slideOutLeft {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes slideOutLeft {
	0% {
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes slideOutRight {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes slideOutRight {
	0% {
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes moveFromLeft {
	from {
		-moz-transform: translateX(-100%);
	}

	to {
		-moz-transform: translateX(0%);
	}
}

@-ms-keyframes moveFromLeft {
	from {
		-ms-transform: translateX(-100%);
	}

	to {
		-ms-transform: translateX(0%);
	}
}

@-o-keyframes moveFromLeft {
	from {
		-o-transform: translateX(-100%);
	}

	to {
		-o-transform: translateX(0%);
	}
}

@keyframes moveFromLeft {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0%);
	}
}

.moveFromLeft {
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
	-o-animation: moveFromLeft 400ms ease;
	animation: moveFromLeft 400ms ease;
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes moveFromRight {
	from {
		-moz-transform: translateX(100%);
	}

	to {
		-moz-transform: translateX(0%);
	}
}

@-ms-keyframes moveFromRight {
	from {
		-ms-transform: translateX(100%);
	}

	to {
		-ms-transform: translateX(0%);
	}
}

@-o-keyframes moveFromRight {
	from {
		-o-transform: translateX(100%);
	}

	to {
		-o-transform: translateX(0%);
	}
}

@keyframes moveFromRight {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0%);
	}
}

.moveFromRight {
	-webkit-animation: moveFromRight 400ms ease;
	-moz-animation: moveFromRight 400ms ease;
	-ms-animation: moveFromRight 400ms ease;
	-o-animation: moveFromRight 400ms ease;
	animation: moveFromRight 400ms ease;
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0%);
	}
}

@-moz-keyframes moveFromBottom {
	from {
		-moz-transform: translateY(100%);
	}

	to {
		-moz-transform: translateY(0%);
	}
}

@-ms-keyframes moveFromBottom {
	from {
		-ms-transform: translateY(100%);
	}

	to {
		-ms-transform: translateY(0%);
	}
}

@-o-keyframes moveFromBottom {
	from {
		-o-transform: translateY(100%);
	}

	to {
		-o-transform: translateY(0%);
	}
}

@keyframes moveFromBottom {
	from {
		transform: translateY(100%);
	}

	to {
		transform: translateY(0%);
	}
}

.moveFromBottom {
	-webkit-animation: moveFromBottom 400ms ease;
	-moz-animation: moveFromBottom 400ms ease;
	-ms-animation: moveFromBottom 400ms ease;
	-o-animation: moveFromBottom 400ms ease;
	animation: moveFromBottom 400ms ease;
}

@-webkit-keyframes scaleDisappear {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
	}

	60% {
		opacity: 0;
		-webkit-transform: scale(1.3);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scaleDisappear {
	0% {
		opacity: 1;
		-moz-transform: scale(1);
	}

	60% {
		opacity: 0;
		-moz-transform: scale(1.3);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-ms-keyframes scaleDisappear {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
	}

	60% {
		opacity: 0;
		-ms-transform: scale(1.3);
	}

	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@-o-keyframes scaleDisappear {
	0% {
		opacity: 1;
		-o-transform: scale(1);
	}

	60% {
		opacity: 0;
		-o-transform: scale(1.3);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes scaleDisappear {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	60% {
		opacity: 0;
		transform: scale(1.3);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.scaleDisappear {
	-webkit-animation: scaleDisappear 350ms ease-in-out;
	-moz-animation: scaleDisappear 350ms ease-in-out;
	-ms-animation: scaleDisappear 350ms ease-in-out;
	-o-animation: scaleDisappear 350ms ease-in-out;
	animation: scaleDisappear 350ms ease-in-out;
}

@-webkit-keyframes scaleAppear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scaleAppear {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-ms-keyframes scaleAppear {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
	}

	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@-o-keyframes scaleAppear {
	0% {
		opacity: 0;
		-o-transform: scale(0);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes scaleAppear {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.scaleAppear {
	-webkit-animation: scaleAppear 750ms ease;
	-moz-animation: scaleAppear 750ms ease;
	-ms-animation: scaleAppear 750ms ease;
	-o-animation: scaleAppear 750ms ease;
	animation: scaleAppear 750ms ease;
}

.animate-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.alignnone {
	margin: 5px 20px 20px 0;
	clear: both;
}

.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery-caption,.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	clip: auto!important;
	display: block;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.sticky,.bypostauthor {
	position: relative;
}

p[class*=-font-size],p[style*=font-size] {
	line-height: 1.3em;
}

.wp-block-quote {
	border: none;
}

.wp-block-quote cite,.wp-block-pullquote cite {
	margin-top: .5em;
}

.wp-block-quote cite:before,.wp-block-pullquote cite:before {
	margin-top: 0;
}

.wp-block-button a.wp-block-button__link {
	color: #fff;
	border: 2px solid #32373c;
}

.wp-block-button .wp-block-button__link:hover {
	background-color: transparent;
	color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: #32373c;
	color: #fff;
}

ul.wp-block-gallery.alignwide {
	width: 100%;
}

.entry-content .wp-block-table.is-style-stripes td {
	border-color: grey;
}

.selectize-control.single {
	margin-bottom: 15px;
}

blockquote.wp-block-quote[style*="text-align:right"] cite {
	text-align: right;
}

.wp-block-archives.wp-block-archives-dropdown {
	margin-bottom: 20px;
}

header .btn-maincolor {
	font-size: 16px!important;
}

a.logo img {
	/* max-height: 100px; */
}

.btn {
	margin-right: 10px;
}

#service-top {
	color: #fff;
}

#service-top h2,#service-top h1 {
	color: #fff;
	font-size: 3.6em;
}

#service-top .btn-outline-maincolor2 {
	color: #fff;
}

#service-top .btn-outline-maincolor2:hover {
	color: #092b37;
}

#service-top .special-meta {
	background: #dddbcf;
	color: #092b37;
	padding: 4px 8px;
	border-radius: 2px;
	font-size: 18px;
}

#service-top .special-meta::before {
	background: 0 0;
}

@media(min-width:1200px) {
	#service-top .p-xl-70 {
		padding: 30px 20px!important;
	}

	#service-top .mt-xl-50 {
		margin-top: 10px!important;
	}
}

#service-top .col-lg-4 h3 {
	font-size: 28px;
	color: #fff;
	margin: 0 0 10px;
	font-weight: 600;
}

#service-top .col-lg-4 h4 {
	font-size: 20px;
	color: #fff;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

#service-top .col-lg-4 h4 span {
	color: #ffeb3b;
}

.content-page h3 {
	font-size: 2.1em;
	margin-top: 1em;
	margin-bottom: .5em;
}

.section-industries h6 {
	font-size: 1.1em;
	margin-bottom: 0!important;
	padding: 0;
}

.section-industries .icon-box.ls {
	padding: 50px 15px;
	margin: auto;
}

.section-industries img {
	max-height: 75px;
	transition: 500ms all;
}

.section-industries .col-lg-3:hover img {
	transform: scale(1.1);
}

.section-industries .ls.ms {
	background: #fff;
	border-radius: 5px;
}

.page_footer .widget>h3,.page_footer .widget .widget-title {
	font-size: 18px!important;
	font-weight: 600;
	margin-bottom: 20px!important;
}

.page_footer .widget_nav_menu li {
	border: 0;
	padding: 0;
	margin: 0;
}

.page_footer .widget_nav_menu li a {
	padding: 0;
	margin: 0;
	min-height: auto;
}

.page_footer .widget_nav_menu li a:hover {
	color: #9e9e9e;
}

.page_copyright.s-bordertop-container .container:before {
	height: 0!important;
}

.page_footer .widget_recent_entries li {
	border: 0;
	padding: 5px 0;
	min-height: auto;
}

.page_footer .widget_recent_entries li:before {
	margin-left: 5px;
	padding-right: 5px;
	color: #1c4a57;
}

.page_footer .widget_nav_menu li>a:before {
	margin-left: 5px;
	padding-right: 10px;
	color: #1c4a57;
}

.page_footer .ds .links-darkgrey a:hover {
	color: #9e9e9e;
}

.widget-2 {
	margin-top: 10px!important;
}

.service-quote {
	background-color: #90cdc8!important;
	color: #092b37!important;
	font-size: 20px;
}

.service-quote .excerpt {
	color: #092b37;
	font-size: 32px;
	margin: 0!important;
}

.ul50 ul {
	overflow: hidden;
}

.ul50 li {
	width: 45%;
	float: left;
	font-weight: 400;
}

.section-column-center .row {
	justify-content: center;
}

.home-our-process p {
	font-size: 16px;
	font-weight: 400;
}

#service-top .form-wrapper {
	box-shadow: 1px 1px 25px rgb(0 0 0/30%);
}

#service-top .btn-maincolor2 {
	border-color: #fff;
	background-color: #fff;
}

#service-top .btn-maincolor2:hover {
	color: #fff;
	background-color: transparent;
}

.sf-menu.nav ul a:hover {
	background: #031521;
	display: block;
	color: #fff;
}

.service-cta {
	background-color: #90cdc8!important;
	color: #092b37!important;
	font-size: 20px;
}

.service-cta .excerpt {
	color: #092b37;
	font-size: 32px;
	margin: 0!important;
	line-height: 1.2;
}

.service-process .icon-box p {
	font-weight: 500;
}

.postid-5589 h2 {
	font-size: 44px;
}

.search_modal_button {
	display: none!important;
}

.page_footer .links-darkgrey a:hover {
	color: #9e9e9e!important;
}

.entry-content h1 {
	font-size: 2.4rem;
	margin-top: .1em;
	margin-bottom: .2em;
}

.entry-content h2 {
	font-size: 2.1rem;
	margin-top: .1em;
	margin-bottom: .2em;
}

.entry-content h3 {
	font-size: 1.9rem;
	margin-top: .1em;
	margin-bottom: .2em;
}

.entry-content h4 {
	font-size: 1.6rem;
	margin-top: .1em;
	margin-bottom: .2em;
}

.entry-content h5 {
	font-size: 1.4rem;
	margin-top: .1em;
	margin-bottom: .2em;
}

.entry-content h6 {
	font-size: 1.2rem;
	margin-top: .1em;
	margin-bottom: .2em;
}

div#header-right {
	font-size: 15px;
}

div#header-right span.fa {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border: 1px solid #092b37;
	border-radius: 50%;
	transition: 500ms all;
}

div#header-right a:hover span.fa {
	background-color: #092b37;
	color: #fff;
}

div#header .list-inline-item:not(:last-child) {
	margin-right: 1rem;
}

.home-slide .btn-maincolor2 {
	border-color: #fff!important;
	background-color: #fff!important;
}

.home-slide .btn-maincolor2:hover {
	color: #fff!important;
	background-color: transparent!important;
}

#quote_modal .modal-content {
	padding: 25px;
}

#quote_modal h2 {
	font-size: 2em;
	margin: 0 0 1em;
	text-align: center;
}

#quote_modal .form-group:not(.checkbox-group)::after {
	display: none;
}

#quote_modal .form-group {
	margin-bottom: 1em;
}

#quote_modal input[type=text],#quote_modal input[type=email],#quote_modal input[type=tel],#quote_modal textarea {
	padding: 0 40px 4px 0;
}

#floating_btns {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	text-align: right;
	z-index: 99999;
}

#floating_btns a {
	background-color: #f2f2eb;
	display: block;
	text-align: center;
	padding: 10px 16px;
	transition: all .3s ease;
	color: #113541;
	font-size: 20px;
	box-shadow: 0 0 10px rgb(0 0 0/.10);
	margin-top: 20px;
	margin-bottom: 5px;
	border: 2px solid #031521;
	border-radius: 6px 0 0 6px;
	margin-right: -2px;
	margin-left: auto;
	max-width: 60px;
}

#floating_btns a:hover {
	background-color: #103440;
	color: #fff;
}

#floating_btns a.rotate90 {
	transform: rotate(270deg) translate(42px,42px);
	max-width: none;
	border-radius: 6px 6px 0 0;
	max-height: 60px;
	margin-top: auto;
}

#floating_btns_right {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: right;
	z-index: 99999;
}

#floating_btns_right a {
	background-color: #f2f2eb;
	display: block;
	text-align: center;
	padding: 5px 10px;
	transition: all .3s ease;
	color: #113541;
	font-size: 16px;
	box-shadow: 0 0 10px rgb(0 0 0/.10);
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #031521;
	border-radius: 0 6px 6px 0;
	margin-right: auto;
	margin-left: -2px;
	max-width: 42px;
}

#floating_btns_right a:hover {
	background-color: #103440;
	color: #fff;
}

#floating_btns_right a.rotate90 {
	transform: rotate(90deg) translate(26px,26px);
	max-width: none;
	border-radius: 6px 6px 0 0;
	max-height: 60px;
	margin-top: auto;
}

@media(max-width:480px) {
	#floating_btns,#floating_btns_right {
		display: none;
	}
}

.widget_search button:before {
	background-color: #fff!important;
}

.search-form button,.widget_mailchimp button:not(.btn),.mc4wp-form button:not(.btn) {
	background-color: #fff!important;
	border-color: #fff!important;
}

footer.ds a:not(.btn):hover {
	color: #9e9e9e!important;
}

#service-top.offer-page:before {
	opacity: 0;
}

.offer-page {
	background-position: left top!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

@media(min-width:480px) and (max-width:1800px) {
	#service-top.offer-page:before {
		opacity: .8;
		height: 100%;
	}
}

@media(max-width:479px) {
	.offer-page {
		background-image: none;
	}
}

.countdown-section {
	line-height: 1.5!important;
	padding: 5px 0 10px!important;
	margin: 20px 15px 0!important;
}

.countdown-amount {
	line-height: 1.2!important;
}

.countdown-section:first-child,.countdown-section:nth-child(1) {
	display: none!important;
}

.right-video {
	float: right;
	max-width: 100%;
}

.left-video {
	float: left;
	max-width: 100%;
}

body:after {
	visibility: hidden!important;
	opacity: 0!important;
}

#home-top {
	position: relative;
	color: #fff;
	z-index: 1;
}

#home-top h1 {
	color: #fff;
	font-size: 3em;
}

#home-top:before {
	background-image: url(../wp-content/uploads/2020/09/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 80%;
	width: 100%;
	height: 90%;
	z-index: -2;
}

#home-top .special-meta {
	background-color: #dddbcf;
	font-size: 14px;
	color: #031521!important;
	line-height: 1;
	display: inline-block;
	padding: 9px 12px 7px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
	margin-top: 50px;
}

#home-top .special-meta::before {
	display: none;
}

#home-top .btn-maincolor2 {
	background-color: #fff;
}

#home-top .btn-maincolor2:hover {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

@media(max-width:1200px) {
	#home-top .special-meta {
		margin-top: 10px;
	}
}

@media(max-width:992px) {
	#home-top .special-meta {
		margin: 40px auto 0;
	}

	#home-top {
		padding-bottom: 40px;
	}

	#home-top:before {
		height: 100%;
		bottom: 0;
	}
}

@media(max-width:767px) {
	#home-top {
		text-align: center;
	}
}

#halloween-top {
	background: #000;
	padding-bottom: 20px;
	z-index: 1;
	color: #fff;
}

#halloween-top:before {
	height: 100%;
}

#halloween-top:after {
	background: url(../wp-content/uploads/2020/10/Halloween-01-2.png) center right no-repeat;
	background-size: contain;
	width: 650px;
	height: 400px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media(max-width:1200px) {
	#halloween-top:after {
		opacity: .3;
	}
}

#halloween-top .col-lg-4 .form-wrapper,#halloween-top .col-lg-3 .form-wrapper {
	background: rgb(255 255 255/.80);
	padding: 40px 20px;
	border-radius: 5px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:992px) {
	#halloween-top .col-lg-3 .form-wrapper,#halloween-top .col-lg-4 .form-wrapper {
		margin-top: 20px;
	}
}

#halloween-top .col-lg-4 .mt-xl-50,#halloween-top .col-lg-3 .mt-xl-50 {
	margin-top: 10px!important;
}

#halloween-top .form-wrapper textarea {
	height: 80px;
}

#halloween-top .special-meta {
	background: #f96909;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
}

#halloween-top .special-meta::before {
	display: none;
	visibility: hidden;
}

#halloween-top h1 {
	color: #fff;
	font-size: 3rem;
}

#halloween-top .btn-maincolor2 {
	border-color: #f96909;
	background-color: #f96909;
	color: #fff;
}

#halloween-top .btn-maincolor2:hover {
	background-color: transparent;
}

#halloween-top .btn-maincolor {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

#halloween-top .btn-maincolor:hover {
	background-color: transparent;
	color: #f96909;
	border-color: #f96909;
}

.page-id-6532 .ds {
	background-color: #000!important;
	color: #fff!important;
}

.page-id-6532 .btn-maincolor {
	border-color: #f96909;
	background-color: #f96909;
}

.page-id-6532 .ls.ms {
	background-color: #f96909;
	color: #fff;
}

.page-id-6532 .ls.ms h1,.page-id-6532 .ls.ms h2,.page-id-6532 .ls.ms h3,.page-id-6532 .ls.ms h4,.page-id-6532 .ls.ms h5,.page-id-6532 .ls.ms h6 {
	color: #fff;
}

.page-id-6532 .ls.ms .btn-maincolor {
	border-color: #000;
	background-color: #000;
}

.page-id-6532 .ls.ms .btn-maincolor:hover {
	color: #000;
	background-color: transparent;
}

.halloween-sec {
	overflow: visible!important;
	z-index: 1;
}

.halloween {
	position: absolute;
	z-index: 1;
	animation-name: halloween;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.halloween11 {
	top: 40%;
	left: 0;
	z-index: -1;
}

.halloween5 {
	bottom: -100px;
	right: 1vw;
	z-index: 999;
}

.halloween6 {
	bottom: 5%;
	left: 1vw;
}

.halloween7 {
	top: -100px;
	right: 1vw;
	z-index: 999;
}

.halloween8 {
	top: -100px;
	left: 1vw;
	z-index: 999;
}

.halloween1 {
	top: -100px;
	right: 1vw;
	z-index: 999;
}

.halloween2 {
	top: -100px;
	left: 1vw;
	z-index: 999;
}

.halloween4 {
	top: -100px;
	right: 1vw;
	z-index: 999;
}

.halloween3 {
	top: -100px;
	left: 1vw;
	z-index: 999;
}

.halloween10 {
	top: -100px;
	right: 1vw;
	z-index: 999;
}

@keyframes halloween {
	0% {
		transform: translate(0,0);
	}

	35% {
		transform: translate(-20px,-15px);
	}

	100% {
		transform: translate(0,0);
	}
}

@media(max-width:1600px) {
	.halloween {
		opacity: .3;
	}
}

@media(max-width:768px) {
	.halloween11 {
		top: 10%;
	}

	.halloween6 {
		display: none;
	}

	.halloween3 {
		top: auto;
		bottom: -100px;
	}
}

.page-id-6532 .quote-item .quote-btn {
	background-color: #f96909;
	border: 1px solid #f96909;
	box-shadow: 0 0 0 0 rgba(249,105,9,.4),0 0 0 0 rgba(249,105,9,.6);
}

.page-id-6532 #section-a04c989 img {
	width: 64px;
	height: 64px;
}

.page-id-6532 .countdown-row {
	justify-content: left;
}

@media(min-width:1200px) {
	.sf-menu>li>a {
		margin: 20px 15px;
	}
}

#service-top.service-bookcover {
	position: relative;
	z-index: 1;
}

#service-top.service-bookcover:after {
	background: url(../wp-content/uploads/2020/10/service-bookcover.png) top center no-repeat;
	background-size: contain;
	width: 25%;
	left: 5%;
	top: 5%;
	content: "";
	position: absolute;
	height: 100%;
	z-index: -1;
}

@media(max-width:768px) {
	#service-top.service-bookcover:after {
		top: 0;
		left: 0;
		width: 50%;
		height: 50%;
	}
}

.fw-flash-messages {
	display: none;
}

.vertical-item.content-padding .item-content {
	padding: 0 20px 20px!important;
}

@media(min-width:1200px) {
	.s-py-xl-160>[class*=container] {
		padding-top: 80px!important;
		padding-bottom: 80px!important;
	}
}

.post.vertical-item .item-media img {
	border: 1px solid #dadbd6;
}

.entry-meta {
	margin-bottom: 10px;
}

.entry-meta .pull-right {
	float: none;
}

.post.single-post .entry-meta {
	margin-bottom: 0!important;
}

.post.single-post .position-relative+.item-content {
	margin-top: 20px!important;
}

.wc-stripe-elements-field,.wc-stripe-iban-element-field,#add_payment_method #payment ul.payment_methods .stripe-card-group,.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
	width: 100%;
}

.woocommerce-terms-and-conditions-wrapper p.form-row label {
	display: block!important;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 25px;
}

.woocommerce-form__input.woocommerce-form__input-checkbox {
	display: inline-block!important;
}

.hero-trust-logos a {
	display: inline-block;
	width: auto;
	margin: 20px 0 0;
}

.hero-trust-logos a img.alignleft {
	margin: 0!important;
	float: none!important;
	display: block;
	max-height: 60px;
	max-width: none;
	width: auto;
}

.product .summary .price-wrap,.product_meta {
	display: none!important;
}

.platforms-carousel .owl-item {
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
}

.fw-divider-space {
	clear: both;
	width: 100%;
}

.fw-divider-space.space-sm {
	height: 30px;
}

.fw-divider-space.space-md {
	height: 60px;
}

.fw-divider-space.space-lg {
	height: 100px;
}

.fw-divider-line {
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

::selection {
	color: #fff;
	background-color: #092b37;
}

::-moz-selection {
	color: #fff;
	background-color: #092b37;
}

body {
	font-family: heebo,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	background-color: #fff;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.05em;
	word-break: break-word;
	font-family: montserrat,sans-serif;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum" 1;
}

h1 {
	font-size: 4.3em;
	margin-top: 1.7em;
	margin-bottom: .55em;
}

h2 {
	font-size: 3.6em;
	margin-top: 1.2em;
	margin-bottom: .7em;
}

h3 {
	font-size: 2.9em;
	margin-top: 1.6em;
	margin-bottom: .9em;
}

h4 {
	font-size: 2.2em;
	margin-top: 2.4em;
	margin-bottom: 1em;
}

h5 {
	font-size: 1.75em;
	margin-top: 3em;
	margin-bottom: .8em;
}

h6 {
	font-size: 1.3em;
	margin-top: 3.6em;
	margin-bottom: .6em;
}

@media(max-width:992px) {
	h1 {
		font-size: 3.1rem;
		margin-top: 60px;
	}

	h2 {
		font-size: 2.7rem;
		margin-top: 60px;
	}

	h3 {
		font-size: 2.3rem;
		margin-top: 60px;
	}

	h4 {
		font-size: 1.9rem;
		margin-top: 60px;
	}

	h5 {
		font-size: 1.5rem;
		margin-top: 60px;
	}

	h6 {
		font-size: 1.3rem;
		margin-top: 60px;
	}
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
	margin-top: 0;
}

h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child {
	margin-bottom: 0;
}

p {
	margin-bottom: 1em;
}

p.first-letter::first-letter {
	display: inline-block;
	margin-right: 12px;
	line-height: .8;
	float: left;
	clear: both;
	font-family: playfair display,serif;
	font-size: 60px;
	color: #092b37;
}

ul:last-child,ol:last-child,p:last-child {
	margin-bottom: 0;
}

p:last-child:after {
	content: '';
	display: block;
	clear: both;
}

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

figcaption {
	color: #031521;
	font-size: 1em;
	line-height: 1.4;
	padding: 20px 0 7px;
	text-align: center;
}

figcaption p {
	margin-bottom: 0;
}

b,strong {
	font-weight: 700;
}

label {
	color: #031521;
}

a {
	text-decoration: none;
	transition: all .2s ease-in-out 0s;
	color: #031521;
}

a:hover {
	color: #092b37;
	text-decoration: none;
	transition: all .15s linear 0s;
}

blockquote {
	padding: 70px 73px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #f2f2eb;
	border-radius: 3px;
	position: relative;
	display: flex;
	flex-direction: column;
}

blockquote::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 115px;
	height: 90px;
	right: 32px;
	top: 32px;
	-webkit-mask: url('../wp-content/themes/cognio-child/img/blockquote.png') no-repeat center/contain;
	background-color: rgba(0,0,0,.5);
}

blockquote>p {
	font-size: 18px;
	font-weight: 300;
	color: #062637;
	order: 2;
	line-height: 1.4;
	font-style: normal!important;
}

blockquote>p:last-of-type {
	margin-bottom: 0;
}

blockquote cite {
	width: 100%;
	font-size: 30px!important;
	letter-spacing: -.05em;
	font-weight: 700;
	line-height: 1;
	font-family: montserrat,sans-serif;
	color: #062637!important;
	margin-bottom: 16px;
}

blockquote cite em {
	font-style: normal!important;
}

blockquote footer {
	order: 1;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 21px;
}

blockquote footer span {
	font-style: normal;
}

blockquote footer span:first-child {
	width: 100%;
	font-size: 30px;
	letter-spacing: -.05em;
	font-weight: 700;
	font-family: montserrat,sans-serif;
	color: #062637;
	margin-bottom: 16px;
}

blockquote footer span:not(:first-child) {
	font-size: 14px;
	color: #062637;
	line-height: 1;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
	background-color: #dddbcf;
}

blockquote .media {
	margin: 15px 0;
}

blockquote .media img {
	max-width: 60px;
	border-radius: 50%;
}

blockquote h3,blockquote h4,blockquote .text-small {
	font-style: normal;
}

blockquote[style='text-align:right']>p {
	padding-right: 55px;
	text-indent: unset;
}

blockquote[style='text-align:right']>p::before {
	left: auto;
	right: 0;
}

@media(max-width:767px) {
	blockquote {
		padding: 40px 43px;
	}

	blockquote::before {
		width: 75px;
		height: 50px;
	}
}

input:focus,button:focus,select:focus,textarea:focus,a:focus {
	outline: medium;
	text-decoration: none;
}

a>img {
	transition: all .15s ease-in-out 0s;
}

a:hover>img {
	opacity: .8;
}

a.btn:active,a.button:active,button:active,input[type=submit]:active {
	position: relative;
}

hr {
	border-color: #dadbd6;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

iframe {
	border: none;
	max-width: 100%;
}

table {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
}

table td,table th {
	border: 1px solid #dadbd6;
	padding: 18px 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	text-align: center;
}

table th {
	color: #031521;
	font-weight: 400;
	vertical-align: middle;
}

.wp-block-table.is-style-stripes {
	border: none;
}

.ds table td,.cs table td,.ds table th,.cs table th {
	border-color: rgba(255,255,255,.15);
}

.ds table th {
	color: #fff;
}

.desc-col {
	font-weight: 500;
	color: #031521;
}

.no_border {
	border: none;
	margin: 0;
}

.no_border td,.no_border th {
	border: none;
	text-align: left;
	padding: 4px;
}

.no_border th {
	font-size: 20px;
	font-weight: 700;
}

.no_border th:nth-of-type(5n+1) {
	color: #93b1bb;
}

.no_border th:nth-of-type(5n+2) {
	color: #fc7c0b;
}

.no_border th:nth-of-type(5n+3) {
	color: #031521;
}

.no_border th:nth-of-type(5n+4) {
	color: #61228c;
}

.no_border th:nth-of-type(5n+5) {
	color: #2c7eff;
}

.no_border td {
	color: #031521;
	line-height: 26.5px;
	vertical-align: bottom;
}

.border_right {
	border: none;
	margin: 0;
}

.border_right td,.border_right th {
	border: none;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.border_right th {
	padding-left: 25px;
	padding-right: 0;
}

@media(max-width:1199px) {
	.border_right th {
		padding-left: 15px;
	}
}

.border_right td {
	padding-left: 5px;
	padding-right: 15px;
}

.border_right td:first-child {
	padding-left: 0;
}

.border_right td:not(:last-of-type) {
	border-right: 1px solid #dadbd6;
}

.some_border {
	border: none;
	margin: 0;
}

.some_border td,.some_border th {
	border: none;
	text-align: left;
	padding: 13px 65px;
}

@media(max-width:1199px) {
	.some_border td,.some_border th {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.some_border th {
	width: 40%;
	text-align: right;
}

.some_border tr {
	border: 1px solid #dadbd6;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre {
	line-height: 1.5;
	background-color: rgba(150,150,150,.05);
	padding: .5em 1em;
}

.big {
	margin: .85em 0 1.3em;
	font-size: 20px;
	line-height: 1.8em;
}

.big em {
	display: inline-block;
	margin: .3em 0 0;
}

@media(min-width:768px) {
	.big em {
		margin: 1em 0 .5em;
	}
}

.media h3 {
	text-transform: uppercase;
}

.media .dropcap {
	margin-right: 0;
}

.small-text {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
}

@media(min-width:768px) {
	.small-text.extra-letter-spacing {
		letter-spacing: 1em;
	}
}

.table:last-child {
	margin-bottom: 0;
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav {
	height: 30px;
	bottom: 25px;
	top: auto;
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div {
	opacity: 1;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div:hover {
	opacity: 1;
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div i {
	color: #031521;
	font-size: 14px;
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div:first-child {
	left: 43px;
}

@media(max-width:1199px) {
	.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div:first-child {
		left: 18px;
	}
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div:first-child i {
	position: relative;
	transition: all .3s ease-in-out;
	font-size: 0;
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #fff;
	transform: rotate(180deg);
	width: 20px;
	height: 7px;
	display: inline-block;
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div:first-child:hover i {
	background-color: rgba(3,21,33,.6);
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div:last-child {
	right: 43px;
}

@media(max-width:1199px) {
	.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div:last-child {
		right: 18px;
	}
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div:last-child i {
	position: relative;
	transition: all .3s ease-in-out;
	font-size: 0;
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #fff;
	width: 20px;
	height: 7px;
	display: inline-block;
}

.owl-carousel.owl-theme:not(.owl-topline-news-slider) .owl-nav>div:last-child:hover i {
	background-color: rgba(3,21,33,.6);
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	z-index: 5;
}

address:last-child {
	margin-bottom: 0;
}

.owl-custom-nav a+a {
	margin-left: 10px;
}

.owl-custom-nav i {
	font-size: 14px;
}

.owl-custom-nav a {
	opacity: 1;
	transition: all .3s ease-in-out;
}

.owl-custom-nav a:hover {
	color: inherit;
	opacity: .5;
}

mark {
	background: 0 0;
	color: #092b37;
}

.modal .modal-content {
	position: relative;
}

.modal .modal-content button.close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	opacity: 1;
	font-weight: 300;
	z-index: 10;
	box-shadow: none;
}

.modal .modal-content button.close:hover {
	color: #092b37;
}

.modal .modal-content .modal-body {
	padding: 40px;
}

.modal .modal-content .modal-body .container {
	padding: 0;
}

.ds .has-text-color {
	color: #fff!important;
}

.ds .wp-block-table.is-style-stripes td {
	border-color: rgba(255,255,255,.15);
}

.wp-block-archives {
	margin-bottom: 20px;
}

.wp-block-media-text:not(:last-child) {
	margin-bottom: 25px;
}

.wp-block-button {
	clear: both;
}

.wp-block-button:hover {
	color: #031521!important;
}

.is-style-outline:hover {
	color: #fff!important;
}

.wp-block-button {
	margin-bottom: 10px;
}

.wp-block-categories {
	margin-bottom: 20px;
}

.wp-block-cover-text {
	color: #fff!important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #fff;
}

#user-registration {
	margin: 0;
	background-color: transparent;
}

#user-registration .ur-frontend-form {
	border: none;
	padding: 0;
}

#user-registration .user-registration-form__label-for-checkbox input {
	display: none;
}

#user-registration .user-registration-Input::placeholder {
	color: #031521;
}

#user-registration .ur-form-grid {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#user-registration .ur-form-grid .form-row {
	display: flex;
	flex-direction: column-reverse;
}

#user-registration .ur-form-grid .form-row .button {
	margin-bottom: 0;
	border: 2px solid #092b37;
}

.wp-block-gallery.alignleft {
	margin-top: 0!important;
}

.gallery-caption,.wp-caption {
	max-width: 100%!important;
	padding: 10px!important;
}

.wp-block-search {
	flex-wrap: nowrap;
}

.wp-block-search input {
	padding-bottom: 0!important;
}

.wp-block-search+p {
	margin-top: 20px;
}

form[role=search] {
	display: flex;
}

.wp-block-quote>p::before {
	top: 0;
}

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
	padding: 70px 73px;
}

dl#attachment_612 {
	display: none;
}

.gallery+.page-links {
	margin-top: 50px;
}

.wp-block-calendar {
	position: relative;
	padding-top: 50px;
	border-top: 1px solid rgba(255,255,255,.15);
}

.wp-block-calendar table tbody {
	color: #9a9a9a!important;
}

.wp-block-calendar .wp-calendar-table {
	margin-top: 0;
}

.wp-block-calendar .wp-calendar-nav-next,.wp-block-calendar .wp-calendar-nav-prev {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	height: 50px;
	align-items: center;
}

.wp-block-calendar .wp-calendar-nav-next {
	justify-content: flex-end;
	left: auto;
	right: 0;
}

.wp-block-calendar caption {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	height: 50px;
	color: #9a9a9a!important;
}

.post-password-form label {
	font-size: 0;
}

.post-password-form label input {
	font-size: 14px;
}

.mejs-controls input[type=submit],.mejs-controls button {
	min-width: unset;
}

.wp-block-gallery.columns-8.is-cropped {
	margin-top: 30px;
}

ul,ol {
	padding-left: 1.15rem;
}

ul li,ol li {
	line-height: 30px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.list-bordered {
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.list-bordered li {
	padding-top: 14px;
	padding-bottom: 15px;
	border-top: 1px solid #dadbd6;
	border-bottom: 1px solid #dadbd6;
}

.list-bordered li+li {
	border-top: none;
}

.list-bordered.no-top-border>li:first-child {
	border-top: none;
}

.list-bordered.no-bottom-border>li:last-child {
	border-bottom: none;
}

.list-styled ul,ul.list-styled {
	list-style: none;
	padding: 0;
}

.list-styled ul li,ul.list-styled li {
	position: relative;
	padding: 2px 0;
	color: #062637;
}

.list-styled ul li:before,ul.list-styled li:before {
	content: "";
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #092b37;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.list-num ol,ol.list-num {
	counter-reset: li!important;
	list-style: none outside none;
	padding: 0;
	margin-bottom: 0;
}

.list-num ol li,ol.list-num li {
	position: relative;
	padding: 2px 0;
	font-size: 14px;
	color: #062637;
}

.list-num ol li::before,ol.list-num li::before {
	padding-right: 10px;
	content: ".0" counter(li);
	counter-increment: li;
	left: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #092b37;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: 16px;
}

.breadcrumb>li {
	display: inline-block;
	float: none;
	background-color: #dddbcf;
	font-size: 14px;
	color: #031521!important;
	line-height: 1;
	display: inline-block;
	padding: 9px 12px 7px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
	padding-left: 12px!important;
	color: #031521!important;
	font-weight: 400;
	margin-top: 10px;
}

.breadcrumb>li:hover {
	color: #031521;
	background-color: #c4c0ab;
}

.breadcrumb>li a {
	color: #031521!important;
}

.text-center .breadcrumb {
	justify-content: center;
}

@media(min-width:992px) {
	.text-lg-right .breadcrumb {
		justify-content: flex-end;
	}
}

.ds .breadcrumb-item {
	color: #fff;
}

.breadcrumb-item:not(:last-child) {
	margin-right: 16px;
}

.breadcrumb-item::before {
	display: none!important;
}

.breadcrumb-item:not(:last-child) {
	position: relative;
	margin-right: 40px;
}

.breadcrumb-item:not(:last-child)::after {
	content: '';
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #fff;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],textarea,select,.form-control {
	height: auto;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #dadbd6;
	background-color: transparent;
	border-radius: 0;
	color: #6e7a81;
	padding: 0 40px 12px 0;
	font-size: 14px;
	width: 100%;
}

input[disabled] {
	opacity: .4;
	cursor: not-allowed;
}

input[type=submit],button {
	cursor: pointer;
}

input[type=submit],button {
	cursor: pointer;
	padding: 22px 15px;
	background: #092b37;
	border: 1px solid #092b37;
	color: #fff;
	border-radius: 3px;
	min-width: 170px;
	transition: all .2s ease-in-out;
}

input[type=submit]:hover,button:hover {
	background-color: transparent;
	color: #031521;
}

.ds input[type=submit]:not([class]),.ds button:not([class]),.cs input[type=submit]:not([class]),.cs button:not([class]) {
	border-color: #fff;
	color: #fff;
}

textarea,textarea.form-control {
	height: auto;
}

.form-group {
	position: relative;
	width: 100%;
}

.form-group:not(.checkbox-group)::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #031521;
}

[class*=col-]>.form-group {
	margin-bottom: 0;
}

[class*=col-]>.form-group+.form-group {
	margin-top: 10px;
}

.has-placeholder label {
	display: none;
}

select[multiple] {
	height: auto;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select option,.form-control option {
	color: #031521;
	background-color: #fff;
}

.form-control-unstyled {
	border: none;
	background-color: transparent;
}

.form-control,.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control.invalid {
	-webkit-box-shadow: 0 0 1px red;
	box-shadow: 0 0 0 1px red;
}

.form-control:focus {
	border-color: #b5b7ad;
	background-color: transparent;
}

.form-control:-moz-placeholder {
	color: #031521;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #031521;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #031521;
}

.form-control::-webkit-input-placeholder {
	color: #031521;
}

.form-control:focus:-moz-placeholder {
	color: transparent;
}

.form-control:focus::-moz-placeholder {
	color: transparent;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

form label+[class*=fa-] {
	position: absolute;
	font-size: 16px;
	left: 0;
	top: 60px;
	width: 1em;
	text-align: center;
}

form .has-placeholder label+[class*=fa-] {
	top: 1px;
}

form label+[class*=fa-]+.form-control {
	padding-left: 30px;
}

.checkbox label,.radio label {
	font-weight: inherit;
}

.checkbox label[for],.radio label[for] {
	font-weight: inherit;
}

.checkbox label[for]+input[type=checkbox],.radio label[for]+input[type=checkbox],.checkbox label[for]+input[type=radio],.radio label[for]+input[type=radio] {
	left: 20px;
}

input[type=checkbox],input[type=radio] {
	margin-top: 8px;
	display: none;
}

.form-wrapper.hero-bg,.form-wrapper.muted-bg,.form-wrapper.cs,.form-wrapper.ds,.form-wrapper.ls {
	padding: 35px;
}

.has-error .form-control {
	border-color: #092b37;
}

.has-error label,.has-error .help-block {
	color: #092b37;
}

.checkbox input[type=checkbox] {
	display: none;
}

.checkbox label+input[type=checkbox],.checkbox label>input[type=checkbox] {
	display: inline-block;
}

input[type=checkbox]+label {
	padding-left: 0;
}

input[type=checkbox]+label>a {
	color: #031521;
}

input[type=checkbox]+label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 1px 10px 4px 0;
	text-align: center;
	padding-right: .1em;
	width: 16px;
	height: 16px;
	line-height: 14px;
	font-size: 15px;
	border: 1px solid #dadbd6;
	font-family: fontawesome;
}

input[type=checkbox]:checked+label:before {
	content: "\f00c";
	color: #031521;
}

.ds input[type=checkbox]:checked+label:before {
	color: #092b37;
}

input[type=checkbox]:disabled+label:before {
	background-color: #dadbd6;
}

.radio input[type=radio] {
	display: none;
}

.radio label+input[type=radio],.radio label>input[type=radio] {
	display: inline-block;
}

input[type=radio]+label {
	padding-left: 0;
}

input[type=radio]+label>a {
	color: #999;
}

input[type=radio]+label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #dadbd6;
}

.ds input[type=radio]:checked+label:before {
	background-color: #092b37;
}

input[type=radio]:checked+label:before {
	padding: 3px;
	background-color: #031521;
	background-clip: content-box;
}

input[type=radio]:disabled+label:before {
	background-color: #dadbd6;
}

.select_container {
	position: relative;
}

.select_container select {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #dadbd6;
	height: auto;
	color: #031521;
	padding: 0 40px 12px 0;
}

.select_container::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 20px;
	color: #092b37;
	font-family: fontawesome,sans-serif;
	font-size: 14px;
	pointer-events: none;
}

.select_container::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #031521;
	left: 0;
	bottom: 0;
}

.ds .select_container::before {
	background-color: #fff;
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
	display: block;
}

.carousel-indicators li {
	max-width: 10px;
	height: 10px;
	border-radius: 50%;
}

.nav-tabs {
	border-bottom: none;
	position: relative;
	z-index: 1;
}

@media(max-width:1200px) and (min-width:992px) {
	.nav-tabs.aside-tab {
		display: flex;
		flex-direction: column;
	}
}

@media(max-width:768px) {
	.nav-tabs {
		display: flex;
		flex-direction: column;
	}
}

.nav-tabs .nav-item {
	padding: 0;
}

.nav-tabs .nav-link {
	border-radius: 3px 3px 0 0;
	margin-right: 2px;
	color: #031521;
	background: #dddbcf;
	text-transform: unset;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	border: 1px solid #dddbcf;
}

.nav-tabs .nav-link:hover {
	border-color: #f2f2eb;
	background-color: #f2f2eb;
}

@media(max-width:768px) {
	.nav-tabs .nav-link {
		padding: 15px 35px;
		margin-right: 0;
	}
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
	border-color: #f2f2eb;
	background-color: #f2f2eb;
}

@media(max-width:1299px) and (min-width:992px) {
	.nav-tabs.small-section {
		display: flex;
		flex-direction: column;
	}

	.nav-tabs.small-section .nav-item {
		display: flex;
		flex-direction: column;
	}

	.nav-tabs.small-section .nav-item .nav-link {
		margin-right: 0;
	}
}

.nav-tabs.vertical-tabs {
	display: flex;
	flex-direction: column;
}

.nav-tabs.vertical-tabs .nav-item {
	margin-bottom: 10px;
}

.nav-tabs.vertical-tabs .nav-item:last-child {
	margin-bottom: 0;
}

.nav-tabs.vertical-tabs .nav-link {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	background: #fff;
	color: #6e7a81;
	min-width: unset;
	padding: 22px 35px;
}

.nav-tabs.vertical-tabs .nav-link:hover {
	color: #fff!important;
	background: #092b37;
}

.nav-tabs.vertical-tabs .nav-item.show .nav-link,.nav-tabs.vertical-tabs .nav-link.active {
	color: #fff!important;
	background: #092b37;
}

.nav-tabs.vertical-tabs.widget .nav-item:not(:last-child) {
	margin-bottom: 30px;
}

.nav-tabs.vertical-tabs.widget .media {
	margin-bottom: 0;
}

.nav-tabs.vertical-tabs.widget .media .media-image {
	position: relative;
}

.nav-tabs.vertical-tabs.widget .media .media-image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 2;
	background-color: #031521;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.nav-tabs.vertical-tabs.widget .nav-link {
	padding: 0;
	box-shadow: none;
}

.nav-tabs.vertical-tabs.widget .nav-link:hover {
	background: 0 0;
}

.nav-tabs.vertical-tabs.widget .nav-link .media-body {
	align-items: flex-start;
	text-align: left;
}

.nav-tabs.vertical-tabs.widget .nav-item .nav-link:hover,.nav-tabs.vertical-tabs.widget .nav-item.show .nav-link,.nav-tabs.vertical-tabs.widget .nav-link.active {
	background: 0 0;
}

.nav-tabs.vertical-tabs.widget .nav-item .nav-link:hover .media .media-image:before,.nav-tabs.vertical-tabs.widget .nav-item.show .nav-link .media .media-image:before,.nav-tabs.vertical-tabs.widget .nav-link.active .media .media-image:before {
	opacity: .5;
}

.nav-link {
	text-align: center;
	padding: 14px 35px;
	min-width: 165px;
	color: #031521;
}

@media(max-width:768px) {
	.nav-link {
		min-width: 100px;
	}
}

@media(max-width:450px) {
	.nav-link {
		min-width: auto;
		width: 100%;
		display: block;
	}
}

.small-tabs .nav-link {
	padding: 14px;
	min-width: unset;
}

.small-tabs .nav-tabs .nav-item {
	width: 33.62%;
}

.small-tabs .nav-tabs .nav-item:last-child {
	margin-right: -3px;
}

@media(max-width:991px) {
	.small-tabs .nav-tabs .nav-item {
		min-width: 150px;
		width: auto;
	}
}

@media(max-width:458px) {
	.small-tabs .nav-tabs .nav-item {
		min-width: auto;
		width: 100%;
		display: block;
	}
}

.tab-content {
	background-color: #f2f2eb;
	padding: 75px 80px;
	z-index: 2;
	position: relative;
	border: 1px solid #f2f2eb;
	border-radius: 0 3px 3px 3px;
}

@media(max-width:767px) {
	.tab-content {
		padding: 30px;
		border-radius: 0 0 3px 3px;
	}
}

.tab-pane .media img {
	max-width: 40%;
}

.tab-pane .media img:first-child {
	margin-right: 10px;
}

.tab-pane .media h3,.tab-pane .media h4,.tab-pane .media h5 {
	font-weight: 900;
}

aside [role=tablist] .card .card-body {
	padding-left: 30px;
	padding-right: 30px;
}

aside [role=tablist] .card .card-body::before {
	display: none;
}

[data-toggle=collapse] {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

[data-toggle=collapse]:after,[data-toggle=collapse]:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	font-size: 10px;
	font-family: fontawesome;
	content: "\f078";
}

[data-toggle=collapse].collapsed:after {
	content: "\f054";
}

.ls:not(.ms) [role=tablist] .card {
	background: #f2f2eb;
}

[role=tablist] .card {
	border-radius: 3px;
	border: none;
	background: #fff;
	margin-bottom: -1px;
}

[role=tablist] .card+.card {
	margin-top: 10px;
}

[role=tablist] .card .card-header {
	padding: 0;
	background: 0 0;
	border: none;
}

[role=tablist] .card .card-header a {
	font-family: heebo,sans-serif;
	font-size: 18px;
	letter-spacing: normal;
	font-weight: 400;
	display: flex;
	align-items: center;
	position: relative;
	padding: 25px 60px 24px 40px;
	transition: all .3s ease-in-out;
}

[role=tablist] .card .card-header a:after {
	content: '';
	top: 46%;
	bottom: auto;
	right: 30px;
	font-size: 20px;
	color: #092b37;
	opacity: 0;
	transition: all .3s ease-in-out;
	display: none;
}

[role=tablist] .card .card-header a:before {
	content: '';
	width: 10px;
	height: 1px;
	background-color: #092b37;
	top: 59%;
	bottom: auto;
	right: 30px;
	opacity: 1;
	transition: all .3s ease-in-out;
	display: none;
}

[role=tablist] .card .card-header a:hover {
	color: inherit;
	opacity: .6;
}

[role=tablist] .card .card-header a i {
	margin-right: 20px;
	font-size: 32px;
	color: #092b37;
}

[role=tablist] .card .card-header a.collapsed {
	background-color: transparent;
	color: #031521;
}

[role=tablist] .card .card-header a.collapsed:after {
	content: '+';
	opacity: 1;
}

[role=tablist] .card .card-header a.collapsed::before {
	opacity: 0;
}

[role=tablist] .card .collapse .card-body {
	background-color: transparent;
	transition: all .3s ease-in-out;
}

[role=tablist] .card .card-body {
	margin-top: -5px;
	padding: 0 40px 25px;
	position: relative;
}

@media(min-width:767px) {
	[role=tablist] .card .card-body.with-icon {
		padding-left: 92px;
	}
}

[role=tablist] [data-toggle=collapse] {
	font-size: 16px;
	font-family: heebo,sans-serif;
	letter-spacing: normal;
}

[role=tablist] [data-toggle=collapse]::before {
	display: none;
}

[role=tablist] .media img {
	max-width: 80px;
}

.dropdown-menu {
	border: none;
	border-top: 3px solid #092b37;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 0;
	z-index: 1001;
	margin-top: 0;
	background-color: #fff;
	font-size: inherit;
	line-height: 1.5;
}

.dropdown-menu>a {
	display: block;
	white-space: nowrap;
}

.dropdown-menu>a>img {
	max-width: none;
}

.dropdown-menu>a+a {
	margin-top: 1.5em;
}

.dropdown .dropdown-menu label,.dropdown .dropdown-menu h3,.dropdown .dropdown-menu h4 {
	color: #031521;
}

.dropdown.show .dropdown-menu input {
	border: 1px solid #dadbd6;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	color: #031521;
	background-color: transparent;
}

.dropdwon-menu-title {
	padding: 10px 30px;
}

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

.modal-open {
	padding-right: 0!important;
}

.modal-open .modal {
	background-color: rgba(225,225,225,.1);
}

.modal.show.center {
	display: flex!important;
	align-items: center;
	justify-content: center;
}

.modal_login_form {
	max-width: 770px;
	display: flex;
	position: relative;
	max-height: 100vh;
	overflow: visible;
	margin: 20px;
	width: 100%;
}

.modal_login_form p:not(.login-remember) label {
	display: none;
}

.modal_login_form form p:not(:last-child) {
	margin-bottom: 20px;
}

.modal_login_form .menu-img {
	flex-shrink: 0;
	height: auto;
	width: 38%;
}

.modal_login_form .menu-img.cover-image {
	position: relative;
	background-position: center top;
}

.modal_login_form .menu-img.cover-image img {
	display: none;
}

.modal_login_form .menu-form {
	padding: 55px 60px;
	height: 100%;
}

@media(min-width:992px) {
	.modal_login_form .menu-form {
		width: 100%;
	}
}

.modal_login_form .remove {
	position: absolute;
	color: #031521;
	right: 20px;
	top: 10px;
	font-size: 20px;
	z-index: 3;
}

.modal_login_form .remove:hover {
	color: #092b37;
}

@media(max-width:1199px) {
	.modal_login_form {
		overflow-y: auto;
	}
}

@media(max-width:991px) {
	.modal_login_form {
		justify-content: center;
		width: auto;
	}

	.modal_login_form .special-heading {
		font-size: 30px;
	}

	.modal_login_form .remove {
		color: #092b37;
	}

	.modal_login_form .menu-img {
		display: none!important;
	}

	.modal_login_form .menu-form {
		padding: 40px;
	}
}

.modal-backdrop.show {
	background-color: #4d4d4d;
	opacity: .9;
}

.modal-content {
	border-radius: 1px;
}

.modal-content [class*=col-]:last-child {
	margin-bottom: 0;
}

.btn {
	font-size: 18px;
	padding: 22px 15px;
	margin-bottom: 4px;
	line-height: 1;
	letter-spacing: normal;
	min-width: 170px;
	font-weight: 400;
	border-radius: 3px;
}

.btn.round,.btn.rounded {
	padding: 23px;
	line-height: 1;
}

.btn.btn-short {
	min-width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.btn.btn-medium {
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn.btn-small {
	padding-top: 10px;
	padding-bottom: 10px;
}

.media>img {
	display: block;
}

.media-body h3,.media-body h4 {
	line-height: 1;
	margin-top: .3em;
	margin-bottom: .2em;
}

*+.media-body,.media-body+* {
	margin-left: 15px;
}

td .media-body {
	width: auto;
}

.embed-responsive-3by2 {
	height: 0;
	padding-bottom: 80%;
	background-color: #000;
}

.embed-responsive-3by2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
	object-fit: cover;
}

.embed-responsive-16by9 {
	height: 0;
	padding-bottom: 47%;
	background-color: #000;
}

.embed-responsive-16by9 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.embed-responsive-21by9 {
	padding-bottom: 40%;
	height: 0;
	background-color: #000;
}

.embed-responsive-21by9 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pswp__zoom-wrap .embed-responsive-16by9,.pswp__zoom-wrap .embed-responsive-21by9 {
	height: auto;
	padding-bottom: unset;
}

.embed-placeholder::before,.photoswipe-link-button::before {
	content: '';
	-webkit-mask: url('../wp-content/themes/cognio-child/img/play.png') no-repeat center/contain;
	background-color: #031521;
	width: 16px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-left: 2px;
	z-index: 5;
}

.embed-placeholder:after,.photoswipe-link-button:after {
	transition: all .3s ease-in-out;
	content: "";
	position: absolute;
	background-color: #dddbcf;
	font-size: 14px;
	line-height: 46px;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid #dddbcf;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
}

.embed-placeholder:hover:after,.photoswipe-link-button:hover:after {
	background-color: #fff;
	border-color: #fff;
}

.photoswipe-link-button:after {
	display: inline-block;
	margin: 0;
}

.photoswipe-link.photoswipe-link-button {
	position: relative;
	min-height: 60px;
	min-width: 60px;
	display: flex;
	align-items: center;
}

.photoswipe-link.photoswipe-link-button span {
	order: 2;
	margin-left: 15px;
	transition: all .3s ease-out;
}

.photoswipe-link.photoswipe-link-button::before {
	left: 21px;
	transform: translateY(-50%);
	transition: all .3s ease-out;
}

.photoswipe-link.photoswipe-link-button::after {
	position: static;
	z-index: 1;
	transform: unset;
}

.alert {
	border-radius: 0 3px 3px 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	padding: 18px 30px;
	margin-bottom: 20px;
	background-color: #f2f2eb;
	color: #031521;
}

.alert i {
	margin-right: 10px;
}

.alert:last-child {
	margin-bottom: 0;
}

.alert-success {
	border-color: #a0ce4e;
}

.alert-success i {
	color: #a0ce4e;
}

.alert-info {
	border-color: #009cbe;
}

.alert-info i {
	color: #009cbe;
}

.alert-warning {
	border-color: #fdcd67;
}

.alert-warning i {
	color: #fdcd67;
}

.alert-danger {
	border-color: #092b37;
}

.alert-danger i {
	color: #092b37;
}

.fw-flash-messages {
	margin-bottom: 30px;
}

.fw-flash-messages ul {
	padding: 1.5em;
	border-left: 5px solid transparent;
	background-color: rgba(150,150,150,.05);
}

.fw-flash-messages .fw-flash-type-error {
	border-color: #d22348;
}

.fw-flash-messages .fw-flash-type-success {
	border-color: #3bbf31;
}

.fw-flash-messages .fw-flash-type-info {
	border-color: #2394fd;
}

.fw-flash-messages .fw-flash-type-warning {
	border-color: #fdd123;
}

.mark,mark {
	background-color: transparent;
}

button.close {
	min-width: 0;
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	color: inherit;
	font-weight: 300;
}

.label-success {
	color: #fff;
	background-color: #4db19e;
}

.label-info {
	color: #fff;
	background-color: #007ebd;
}

.label-warning {
	color: #fff;
	background-color: #eeb269;
}

.label-danger {
	color: #fff;
	background-color: #dc5753;
}

.progress {
	height: 1px;
	border-radius: 1px;
	position: relative;
	overflow: visible;
}

.progress:not(:last-child) {
	margin-bottom: 23px;
}

.progress span {
	position: absolute;
	right: 0;
	top: -37px;
	font-size: 14px;
	font-weight: 400;
	font-family: heebo,sans-serif;
	color: #031521;
}

.progress+.progress {
	margin-top: 10px;
}

.progress [data-transitiongoal] {
	width: 0;
}

.progress .progress-bar {
	transition: width .5s ease .2s;
	border-radius: 3px;
}

.progress.donate-progress .progress-bar {
	position: relative;
}

.progress.donate-progress .progress-bar span {
	position: absolute;
	display: inline-block;
	padding: 5px;
	border: 2px solid #dddbcf;
	line-height: 1;
	right: 0;
	transform: translateX(50%);
}

.progress.donate-progress .progress-bar span::before {
	content: '';
	position: absolute;
	border: 3px solid transparent;
	border-top: 3px solid #dddbcf;
	top: calc(100% + 2px);
	left: 50%;
	transform: translateX(-50%);
}

.progress+.progress-title {
	margin-top: 20px;
}

.progress-title {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	font-family: heebo,sans-serif;
	margin-bottom: 14px;
	color: #031521;
}

.progress {
	background-color: #f4f4f5;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-color-main-color: transparent;
	position: relative;
	z-index: 1;
	touch-action: manipulation;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel.owl-shadow-items .owl-stage {
	padding-top: 11px;
	padding-bottom: 11px;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0px,0px);
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-color-main-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item .box-shadow {
	height: 100%;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .3s ease-in-out;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-color-main-color: transparent;
	line-height: 1;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 12px;
	border: 1px solid #fff;
	background-color: #fff;
	display: block;
	opacity: .5;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span {
	opacity: 1;
	border-color: #fff;
}

.owl-carousel .owl-nav {
	transition: all .3s ease;
}

.owl-carousel .owl-nav>div {
	text-transform: uppercase;
	opacity: .5;
	display: inline-block;
	right: 10px;
}

.owl-carousel .owl-nav>div.disabled {
	opacity: .2;
	cursor: default;
}

.owl-carousel .owl-nav>div.disabled:hover {
	cursor: default;
	opacity: .2;
}

.owl-carousel .owl-nav>div:hover {
	opacity: .3;
}

@media(min-width:768px) {
	.owl-carousel .owl-nav>div i {
		font-size: 54px;
	}
}

.owl-carousel .owl-nav>div:first-child {
	left: 10px;
	right: auto;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(/wp-content/themes/cognio-child/img/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme:hover .owl-nav {
	opacity: 1;
}

.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	opacity: 1;
	right: 0;
	left: 0;
	text-align: center;
	-webkit-tap-color-main-color: transparent;
}

.owl-theme .owl-nav>div {
	position: absolute;
	right: 10px;
	text-align: center;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-dots {
	margin-top: 40px;
}

.item-media .owl-theme .owl-dots {
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 20px;
}

.owl-center .owl-nav {
	top: 0;
	bottom: 0;
	position: static;
	margin-top: 0;
	opacity: 1;
}

.owl-center .owl-nav>div {
	right: -15px;
	width: 50px;
	top: 0;
	bottom: 0;
	margin: 0;
	height: auto;
	background-color: rgba(3,21,33,.6);
}

.owl-center .owl-nav>div:first-child {
	left: -15px;
	right: auto;
}

.owl-center .owl-nav>div:first-child:after {
	left: 13px;
}

.owl-center .owl-nav>div:after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	color: #fff;
	font-size: 20px;
	left: 17px;
}

.top-right-nav .owl-nav {
	position: absolute;
	top: -55px;
	right: -1em;
}

.top-right-nav .owl-nav>div {
	background: 0 0;
	min-width: 2em;
}

.top-right-nav .owl-nav>div:first-child {
	left: auto;
	right: 3em;
}

.top-right-nav .owl-nav>div i {
	font-size: 1em;
}

.owl-text-nav .owl-nav {
	display: none;
	text-align: center;
	-webkit-tap-color-main-color: transparent;
}

@media(min-width:1560px) {
	.owl-text-nav .owl-nav {
		display: block;
		position: absolute;
		top: 50%;
		right: -13vw;
		left: -13vw;
	}
}

@media(min-width:1800px) {
	.owl-text-nav .owl-nav {
		right: -15vw;
		left: -15vw;
	}
}

.owl-text-nav .owl-nav>div {
	position: absolute;
	right: 10px;
	text-align: center;
	margin-top: -30px;
}

.owl-text-nav .owl-nav>div>span {
	font-weight: 900;
	line-height: 1;
	display: block;
}

@media(min-width:1560px) {
	.owl-text-nav .owl-nav>div>span {
		line-height: 1;
		font-size: 38px;
		max-width: 5em;
	}
}

.small-gallery-carousel a {
	display: block;
	overflow: hidden;
}

.small-gallery-carousel a img {
	transition: all .3s ease-in-out;
	opacity: .4;
}

.small-gallery-carousel a:hover img {
	opacity: .2;
	transform: scale(1.2,1.2);
}

.small-gallery-carousel .owl-nav>div {
	opacity: 1;
}

@media(min-width:768px) {
	.small-gallery-carousel .owl-nav>div {
		right: 100px;
		margin-top: -8px;
	}

	.small-gallery-carousel .owl-nav>div:first-child {
		left: 100px;
	}
}

.small-gallery-carousel .owl-nav>div i {
	font-size: 20px;
}

.owl-carousel .owl-item {
	transition: opacity .2s ease .1s;
	opacity: 0;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-center .owl-item {
	opacity: 1;
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
	outline: none;
}

.slides,.flex-control-nav,.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

@media(min-width:1930px) {
	.flexslider .slides li>img {
		display: none;
	}
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-viewport img {
	border-radius: 3px;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	font-size: 0;
	color: transparent;
	text-align: center;
}

.flex-direction-nav .flex-prev {
	left: 40px;
}

.flex-direction-nav .flex-next {
	right: 40px;
	text-align: right;
}

.flexslider:hover .flex-prev {
	opacity: .7;
}

.flexslider:hover .flex-next {
	opacity: .7;
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: fontawesome;
	font-size: 20px;
	content: '\f104';
	color: #fff;
	position: absolute;
	top: 5px;
	left: 12px;
}

.flex-direction-nav a.flex-next:before {
	content: '\f105';
	left: 14px;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: fontawesome;
	font-size: 20px;
	display: inline-block;
	content: "\f01d";
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: "\f01d";
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 10;
	color: transparent;
	font-size: 0;
	line-height: 0;
}

.flex-control-nav li {
	text-align: center;
	display: inline-block;
	padding: 0 14px;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 50%;
	opacity: .5;
}

.ds .flex-control-paging li a,.cs .flex-control-paging li a {
	border-color: #fff;
}

.flex-control-paging li a:hover {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}

.flex-control-paging li a.flex-active {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}

.flex-control-thumbs {
	margin: 20px -10px 0;
	position: static;
	overflow: hidden;
	width: calc(100% + 20px);
}

.flex-control-thumbs li {
	width: 20%;
	float: left;
	margin: 0 0 1px;
	padding: 0 10px;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
	border-radius: 3px;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.flex-custom-nav {
	text-align: center;
	position: absolute;
	bottom: 38px;
	right: 0;
	left: 0;
	z-index: 3;
	line-height: 1;
	transition: all .3s ease-in-out;
}

.flex-custom-nav .flex-control-nav {
	width: auto;
	display: inline-block;
	position: static;
}

.flex-custom-nav .flex-custom-link {
	font-size: 12px;
	position: relative;
	bottom: 7px;
	margin: 0 8px;
	color: #031521;
}

.ds .flex-custom-nav .flex-custom-link,.cs .flex-custom-nav .flex-custom-link {
	color: #fff;
}

.flex-custom-nav .flex-custom-link:hover {
	color: #092b37;
}

.page_slider:hover .flex-custom-nav {
	opacity: 1;
}

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(.4,0,.22,1);
}

.pswp__bg {
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100%!important;
	height: auto!important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}/*!PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license*/.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	transition: opacity .2s;
	box-shadow: none;
}

.pswp__button:focus,.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
	background: url(/wp-content/themes/cognio-child/img/photoswipe/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media(-webkit-min-device-pixel-ratio:1.1),(min-resolution:105dpi),(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(/wp-content/themes/cognio-child/img/photoswipe/default-skin.svg);
	}

	.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right {
		background: 0 0;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0,0,0,.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter,.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	transform: translateY(6px);
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(/wp-content/themes/cognio-child/img/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0;
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes donut-rotate {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(-140deg);
	}

	100% {
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,.pswp__caption {
	background-color: rgba(0,0,0,.5);
}

.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption {
	background-color: rgba(0,0,0,.3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden {
}

.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none!important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__zoom-wrap .embed-responsive {
	max-width: 90%;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

@media(min-width:1200px) {
	.pswp__zoom-wrap .embed-responsive {
		max-width: 50%;
	}
}

.chart {
	position: relative;
	display: inline-block;
	min-height: 150px;
	min-width: 150px;
	margin-bottom: 10px;
	text-align: center;
}

.chart .chart-meta {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.chart .chart-meta h4 {
	font-size: 20px;
	margin: 0;
	letter-spacing: .2em;
}

.percent {
	font-family: montserrat,sans-serif;
	display: inline-block;
	font-size: 50px;
	font-weight: 700;
	z-index: 2;
	line-height: 1.1;
}

.percent:after {
	content: '%';
	font-weight: 300;
}

.angular {
	margin-top: 100px;
}

.angular .chart {
	margin-top: 0;
}

#timetable span {
	display: block;
}

#timetable th,#timetable td {
	vertical-align: middle;
	font-weight: 400;
	text-align: center;
	padding: 25px 5px;
}

#timetable thead {
	color: #fff;
}

#timetable thead th {
	border: 1px solid rgba(255,255,255,.15);
	border-width: 0 1px;
}

#timetable tbody th,#timetable tbody td {
	border: 1px solid #dadbd6;
	transition: all .3s ease-in-out;
}

#timetable tbody .current {
	background-color: #092b37;
	border-color: #092b37;
}

#timetable tbody .current a {
	color: #fff;
}

#toTop {
	bottom: 0;
	right: 0;
	display: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	z-index: 1000;
	font-size: 0;
	color: transparent;
	background-color: #092b37;
	opacity: .7;
}

#toTop:after {
	color: #fff;
	content: '\f106';
	font-size: 16px;
	line-height: 60px;
	font-family: fontawesome;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .2s linear;
}

#toTopHover,#toTop:hover {
	bottom: 3px;
	opacity: 1;
}

#toTop:hover:after {
	color: #fff;
}

#toTop:active,#toTop:focus {
	outline: medium;
}

.modal-open #toTop {
	visibility: hidden;
}

#comingsoon-countdown {
	text-align: center;
}

#comingsoon-countdown:before,#comingsoon-countdown:after {
	clear: both;
	display: table;
	content: ' ';
}

.countdown-rtl {
	direction: rtl;
}

.countdown-row {
	clear: both;
	display: flex;
	margin: auto;
	padding: 0;
	text-align: center;
	justify-content: center;
}

.countdown-section {
	display: inline-block;
	padding: 45px 0 30px;
	margin: 20px 15px 0;
	text-align: center;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 3px;
	flex-basis: 14.5%;
}

.countdown-amount {
	font-size: 50px;
	font-family: montserrat,sans-serif;
	font-weight: 700;
	color: #dddbcf;
}

.countdown-period {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.countdown-descr {
	display: block;
}

@media(max-width:1199px) {
	.countdown-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.countdown-section {
		padding: 30px 8px 20px;
	}

	.countdown-amount {
		font-size: 50px;
	}

	.countdown-period {
		min-width: 6.5em;
	}
}

.scroll-wrapper {
	overflow: hidden;
	padding: 0;
	position: relative;
	height: 100%;
}

.scroll-wrapper>.scroll-content {
	border: none;
	box-sizing: content-box;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	overflow: scroll;
	padding: 0;
	position: relative;
	top: 0;
	width: auto;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-wrapper.scroll--rtl {
	direction: rtl;
}

.scroll-element {
	box-sizing: content-box;
	display: none;
}

.scroll-element div {
	box-sizing: content-box;
}

.scroll-element .scroll-bar,.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scrollbar-macosx>.scroll-element,.scrollbar-macosx>.scroll-element div {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
	display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
	background-color: rgba(127,127,127,.4);
	display: block;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 1px;
	transition: opacity .2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

.c-gutter-100 [class*=col-],.row.c-gutter-100>[class*=col-] {
	padding-right: 50px;
	padding-left: 50px;
}

.c-gutter-80 [class*=col-],.row.c-gutter-80>[class*=col-] {
	padding-right: 40px;
	padding-left: 40px;
}

.c-gutter-60 [class*=col-],.row.c-gutter-60>[class*=col-] {
	padding-right: 30px;
	padding-left: 30px;
}

.c-gutter-50 [class*=col-],.row.c-gutter-50>[class*=col-] {
	padding-right: 25px;
	padding-left: 25px;
}

.c-gutter-30 [class*=col-],.row.c-gutter-30>[class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
}

.c-gutter-25 [class*=col-],.row.c-gutter-25>[class*=col-] {
	padding-right: 12px;
	padding-left: 13px;
}

.c-gutter-20 [class*=col-],.row.c-gutter-20>[class*=col-] {
	padding-right: 10px;
	padding-left: 10px;
}

.c-gutter-15 [class*=col-],.row.c-gutter-15>[class*=col-] {
	padding-right: 7px;
	padding-left: 8px;
}

.c-gutter-10 [class*=col-],.row.c-gutter-10>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.c-gutter-5 [class*=col-],.row.c-gutter-5>[class*=col-] {
	padding-right: 2px;
	padding-left: 3px;
}

.c-gutter-2 [class*=col-],.row.c-gutter-2>[class*=col-] {
	padding-right: 1px;
	padding-left: 1px;
}

.c-gutter-1 [class*=col-],.row.c-gutter-1>[class*=col-] {
	padding-right: 0;
	padding-left: 1px;
}

.c-gutter-0 [class*=col-],.row.c-gutter-0>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.c-gutter-100 .row,div.row.c-gutter-100 {
	margin-left: -50px;
	margin-right: -50px;
}

.c-gutter-80 .row,div.row.c-gutter-80 {
	margin-left: -40px;
	margin-right: -40px;
}

.c-gutter-60 .row,div.row.c-gutter-60 {
	margin-left: -30px;
	margin-right: -30px;
}

.c-gutter-50 .row,div.row.c-gutter-50 {
	margin-left: -25px;
	margin-right: -25px;
}

.c-gutter-30 .row,div.row.c-gutter-30 {
	margin-left: -15px;
	margin-right: -15px;
}

.c-gutter-25 .row,div.row.c-gutter-25 {
	margin-left: -13px;
	margin-right: -12px;
}

.c-gutter-20 .row,div.row.c-gutter-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.c-gutter-15 .row,div.row.c-gutter-15 {
	margin-left: -8px;
	margin-right: -7px;
}

.c-gutter-10 .row,div.row.c-gutter-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.c-gutter-5 .row,div.row.c-gutter-5 {
	margin-left: -3px;
	margin-right: -2px;
}

.c-gutter-2 .row,div.row.c-gutter-2 {
	margin-left: -1px;
	margin-right: -1px;
}

.c-gutter-1 .row,div.row.c-gutter-1 {
	margin-left: -1px;
	margin-right: 0;
}

.c-gutter-0 .row,div.row.c-gutter-0 {
	margin-left: 0;
	margin-right: 0;
}

.container-px-0 [class*=container] {
	padding-left: 0;
	padding-right: 0;
}

.container-px-1 [class*=container] {
	padding-left: 1px;
	padding-right: 1px;
}

.container-px-2 [class*=container] {
	padding-left: 2px;
	padding-right: 2px;
}

.container-px-5 [class*=container] {
	padding-left: 5px;
	padding-right: 5px;
}

.container-px-10 [class*=container] {
	padding-left: 10px;
	padding-right: 10px;
}

.container-px-20 [class*=container] {
	padding-left: 20px;
	padding-right: 20px;
}

.container-px-30 [class*=container] {
	padding-left: 30px;
	padding-right: 30px;
}

.container-px-60 [class*=container] {
	padding-left: 60px;
	padding-right: 60px;
}

.s-pt-0>[class*=container] {
	padding-top: 0;
}

.s-pt-1>[class*=container] {
	padding-top: 1px;
}

.s-pt-2>[class*=container] {
	padding-top: 2px;
}

.s-pt-3>[class*=container] {
	padding-top: 3px;
}

.s-pt-5>[class*=container] {
	padding-top: 5px;
}

.s-pt-10>[class*=container] {
	padding-top: 10px;
}

.s-pt-15>[class*=container] {
	padding-top: 15px;
}

.s-pt-20>[class*=container] {
	padding-top: 20px;
}

.s-pt-25>[class*=container] {
	padding-top: 25px;
}

.s-pt-30>[class*=container] {
	padding-top: 30px;
}

.s-pt-40>[class*=container] {
	padding-top: 40px;
}

.s-pt-45>[class*=container] {
	padding-top: 45px;
}

.s-pt-50>[class*=container] {
	padding-top: 50px;
}

.s-pt-60>[class*=container] {
	padding-top: 60px;
}

.s-pt-70>[class*=container] {
	padding-top: 70px;
}

.s-pt-75>[class*=container] {
	padding-top: 75px;
}

.s-pt-80>[class*=container] {
	padding-top: 80px;
}

.s-pt-85>[class*=container] {
	padding-top: 85px;
}

.s-pt-90>[class*=container] {
	padding-top: 90px;
}

.s-pt-95>[class*=container] {
	padding-top: 95px;
}

.s-pt-100>[class*=container] {
	padding-top: 100px;
}

.s-pt-110>[class*=container] {
	padding-top: 110px;
}

.s-pt-120>[class*=container] {
	padding-top: 120px;
}

.s-pt-125>[class*=container] {
	padding-top: 125px;
}

.s-pt-130>[class*=container] {
	padding-top: 130px;
}

.s-pt-140>[class*=container] {
	padding-top: 140px;
}

.s-pt-145>[class*=container] {
	padding-top: 145px;
}

.s-pt-150>[class*=container] {
	padding-top: 150px;
}

.s-pt-155>[class*=container] {
	padding-top: 155px;
}

.s-pt-160>[class*=container] {
	padding-top: 160px;
}

.s-pt-180>[class*=container] {
	padding-top: 180px;
}

.s-pt-195>[class*=container] {
	padding-top: 195px;
}

.s-pt-200>[class*=container] {
	padding-top: 200px;
}

.s-pb-0>[class*=container] {
	padding-bottom: 0;
}

.s-pb-1>[class*=container] {
	padding-bottom: 1px;
}

.s-pb-2>[class*=container] {
	padding-bottom: 2px;
}

.s-pb-3>[class*=container] {
	padding-bottom: 3px;
}

.s-pb-5>[class*=container] {
	padding-bottom: 5px;
}

.s-pb-10>[class*=container] {
	padding-bottom: 10px;
}

.s-pb-15>[class*=container] {
	padding-bottom: 15px;
}

.s-pb-20>[class*=container] {
	padding-bottom: 20px;
}

.s-pb-25>[class*=container] {
	padding-bottom: 25px;
}

.s-pb-30>[class*=container] {
	padding-bottom: 30px;
}

.s-pb-40>[class*=container] {
	padding-bottom: 40px;
}

.s-pb-45>[class*=container] {
	padding-bottom: 45px;
}

.s-pb-50>[class*=container] {
	padding-bottom: 50px;
}

.s-pb-60>[class*=container] {
	padding-bottom: 60px;
}

.s-pb-70>[class*=container] {
	padding-bottom: 70px;
}

.s-pb-75>[class*=container] {
	padding-bottom: 75px;
}

.s-pb-80>[class*=container] {
	padding-bottom: 80px;
}

.s-pb-85>[class*=container] {
	padding-bottom: 85px;
}

.s-pb-90>[class*=container] {
	padding-bottom: 90px;
}

.s-pb-95>[class*=container] {
	padding-bottom: 95px;
}

.s-pb-100>[class*=container] {
	padding-bottom: 100px;
}

.s-pb-110>[class*=container] {
	padding-bottom: 110px;
}

.s-pb-120>[class*=container] {
	padding-bottom: 120px;
}

.s-pb-125>[class*=container] {
	padding-bottom: 125px;
}

.s-pb-130>[class*=container] {
	padding-bottom: 130px;
}

.s-pb-140>[class*=container] {
	padding-bottom: 140px;
}

.s-pb-145>[class*=container] {
	padding-bottom: 145px;
}

.s-pb-150>[class*=container] {
	padding-bottom: 150px;
}

.s-pb-155>[class*=container] {
	padding-bottom: 155px;
}

.s-pb-160>[class*=container] {
	padding-bottom: 160px;
}

.s-pb-180>[class*=container] {
	padding-bottom: 180px;
}

.s-pb-195>[class*=container] {
	padding-bottom: 195px;
}

.s-pb-200>[class*=container] {
	padding-bottom: 200px;
}

.s-py-0>[class*=container] {
	padding-top: 0;
	padding-bottom: 0;
}

.s-py-1>[class*=container] {
	padding-top: 1px;
	padding-bottom: 1px;
}

.s-py-2>[class*=container] {
	padding-top: 2px;
	padding-bottom: 2px;
}

.s-py-3>[class*=container] {
	padding-top: 3px;
	padding-bottom: 3px;
}

.s-py-5>[class*=container] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.s-py-10>[class*=container] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.s-py-15>[class*=container] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.s-py-20>[class*=container] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.s-py-25>[class*=container] {
	padding-top: 25px;
	padding-bottom: 25px;
}

.s-py-30>[class*=container] {
	padding-top: 30px;
	padding-bottom: 30px;
}

.s-py-40>[class*=container] {
	padding-top: 40px;
	padding-bottom: 40px;
}

.s-py-45>[class*=container] {
	padding-top: 45px;
	padding-bottom: 45px;
}

.s-py-50>[class*=container] {
	padding-top: 50px;
	padding-bottom: 50px;
}

.s-py-60>[class*=container] {
	padding-top: 60px;
	padding-bottom: 60px;
}

.s-py-70>[class*=container] {
	padding-top: 70px;
	padding-bottom: 70px;
}

.s-py-75>[class*=container] {
	padding-top: 75px;
	padding-bottom: 75px;
}

.s-py-80>[class*=container] {
	padding-top: 80px;
	padding-bottom: 80px;
}

.s-py-85>[class*=container] {
	padding-top: 85px;
	padding-bottom: 85px;
}

.s-py-90>[class*=container] {
	padding-top: 90px;
	padding-bottom: 90px;
}

.s-py-95>[class*=container] {
	padding-top: 95px;
	padding-bottom: 95px;
}

.s-py-100>[class*=container] {
	padding-top: 100px;
	padding-bottom: 100px;
}

.s-py-110>[class*=container] {
	padding-top: 110px;
	padding-bottom: 110px;
}

.s-py-120>[class*=container] {
	padding-top: 120px;
	padding-bottom: 120px;
}

.s-py-125>[class*=container] {
	padding-top: 125px;
	padding-bottom: 125px;
}

.s-py-130>[class*=container] {
	padding-top: 130px;
	padding-bottom: 130px;
}

.s-py-140>[class*=container] {
	padding-top: 140px;
	padding-bottom: 140px;
}

.s-py-145>[class*=container] {
	padding-top: 145px;
	padding-bottom: 145px;
}

.s-py-150>[class*=container] {
	padding-top: 150px;
	padding-bottom: 150px;
}

.s-py-155>[class*=container] {
	padding-top: 155px;
	padding-bottom: 155px;
}

.s-py-160>[class*=container] {
	padding-top: 160px;
	padding-bottom: 160px;
}

.s-py-180>[class*=container] {
	padding-top: 180px;
	padding-bottom: 180px;
}

.s-py-195>[class*=container] {
	padding-top: 195px;
	padding-bottom: 195px;
}

.s-py-200>[class*=container] {
	padding-top: 200px;
	padding-bottom: 200px;
}

@media(min-width:576px) {
	.s-pt-sm-0>[class*=container] {
		padding-top: 0;
	}

	.s-pt-sm-1>[class*=container] {
		padding-top: 1px;
	}

	.s-pt-sm-2>[class*=container] {
		padding-top: 2px;
	}

	.s-pt-sm-3>[class*=container] {
		padding-top: 3px;
	}

	.s-pt-sm-5>[class*=container] {
		padding-top: 5px;
	}

	.s-pt-sm-10>[class*=container] {
		padding-top: 10px;
	}

	.s-pt-sm-15>[class*=container] {
		padding-top: 15px;
	}

	.s-pt-sm-20>[class*=container] {
		padding-top: 20px;
	}

	.s-pt-sm-25>[class*=container] {
		padding-top: 25px;
	}

	.s-pt-sm-30>[class*=container] {
		padding-top: 30px;
	}

	.s-pt-sm-40>[class*=container] {
		padding-top: 40px;
	}

	.s-pt-sm-45>[class*=container] {
		padding-top: 45px;
	}

	.s-pt-sm-50>[class*=container] {
		padding-top: 50px;
	}

	.s-pt-sm-60>[class*=container] {
		padding-top: 60px;
	}

	.s-pt-sm-70>[class*=container] {
		padding-top: 70px;
	}

	.s-pt-sm-75>[class*=container] {
		padding-top: 75px;
	}

	.s-pt-sm-80>[class*=container] {
		padding-top: 80px;
	}

	.s-pt-sm-85>[class*=container] {
		padding-top: 85px;
	}

	.s-pt-sm-90>[class*=container] {
		padding-top: 90px;
	}

	.s-pt-sm-95>[class*=container] {
		padding-top: 95px;
	}

	.s-pt-sm-100>[class*=container] {
		padding-top: 100px;
	}

	.s-pt-sm-110>[class*=container] {
		padding-top: 110px;
	}

	.s-pt-sm-120>[class*=container] {
		padding-top: 120px;
	}

	.s-pt-sm-125>[class*=container] {
		padding-top: 125px;
	}

	.s-pt-sm-130>[class*=container] {
		padding-top: 130px;
	}

	.s-pt-sm-140>[class*=container] {
		padding-top: 140px;
	}

	.s-pt-sm-145>[class*=container] {
		padding-top: 145px;
	}

	.s-pt-sm-150>[class*=container] {
		padding-top: 150px;
	}

	.s-pt-sm-155>[class*=container] {
		padding-top: 155px;
	}

	.s-pt-sm-160>[class*=container] {
		padding-top: 160px;
	}

	.s-pt-sm-180>[class*=container] {
		padding-top: 180px;
	}

	.s-pt-sm-195>[class*=container] {
		padding-top: 195px;
	}

	.s-pt-sm-200>[class*=container] {
		padding-top: 200px;
	}

	.s-pb-sm-0>[class*=container] {
		padding-bottom: 0;
	}

	.s-pb-sm-1>[class*=container] {
		padding-bottom: 1px;
	}

	.s-pb-sm-2>[class*=container] {
		padding-bottom: 2px;
	}

	.s-pb-sm-3>[class*=container] {
		padding-bottom: 3px;
	}

	.s-pb-sm-5>[class*=container] {
		padding-bottom: 5px;
	}

	.s-pb-sm-10>[class*=container] {
		padding-bottom: 10px;
	}

	.s-pb-sm-15>[class*=container] {
		padding-bottom: 15px;
	}

	.s-pb-sm-20>[class*=container] {
		padding-bottom: 20px;
	}

	.s-pb-sm-25>[class*=container] {
		padding-bottom: 25px;
	}

	.s-pb-sm-30>[class*=container] {
		padding-bottom: 30px;
	}

	.s-pb-sm-40>[class*=container] {
		padding-bottom: 40px;
	}

	.s-pb-sm-45>[class*=container] {
		padding-bottom: 45px;
	}

	.s-pb-sm-50>[class*=container] {
		padding-bottom: 50px;
	}

	.s-pb-sm-60>[class*=container] {
		padding-bottom: 60px;
	}

	.s-pb-sm-70>[class*=container] {
		padding-bottom: 70px;
	}

	.s-pb-sm-75>[class*=container] {
		padding-bottom: 75px;
	}

	.s-pb-sm-80>[class*=container] {
		padding-bottom: 80px;
	}

	.s-pb-sm-85>[class*=container] {
		padding-bottom: 85px;
	}

	.s-pb-sm-90>[class*=container] {
		padding-bottom: 90px;
	}

	.s-pb-sm-95>[class*=container] {
		padding-bottom: 95px;
	}

	.s-pb-sm-100>[class*=container] {
		padding-bottom: 100px;
	}

	.s-pb-sm-110>[class*=container] {
		padding-bottom: 110px;
	}

	.s-pb-sm-120>[class*=container] {
		padding-bottom: 120px;
	}

	.s-pb-sm-125>[class*=container] {
		padding-bottom: 125px;
	}

	.s-pb-sm-130>[class*=container] {
		padding-bottom: 130px;
	}

	.s-pb-sm-140>[class*=container] {
		padding-bottom: 140px;
	}

	.s-pb-sm-145>[class*=container] {
		padding-bottom: 145px;
	}

	.s-pb-sm-150>[class*=container] {
		padding-bottom: 150px;
	}

	.s-pb-sm-155>[class*=container] {
		padding-bottom: 155px;
	}

	.s-pb-sm-160>[class*=container] {
		padding-bottom: 160px;
	}

	.s-pb-sm-180>[class*=container] {
		padding-bottom: 180px;
	}

	.s-pb-sm-195>[class*=container] {
		padding-bottom: 195px;
	}

	.s-pb-sm-200>[class*=container] {
		padding-bottom: 200px;
	}

	.s-py-sm-0>[class*=container] {
		padding-top: 0;
		padding-bottom: 0;
	}

	.s-py-sm-1>[class*=container] {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.s-py-sm-2>[class*=container] {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.s-py-sm-3>[class*=container] {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.s-py-sm-5>[class*=container] {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.s-py-sm-10>[class*=container] {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.s-py-sm-15>[class*=container] {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.s-py-sm-20>[class*=container] {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.s-py-sm-25>[class*=container] {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.s-py-sm-30>[class*=container] {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.s-py-sm-40>[class*=container] {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.s-py-sm-45>[class*=container] {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.s-py-sm-50>[class*=container] {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.s-py-sm-60>[class*=container] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.s-py-sm-70>[class*=container] {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.s-py-sm-75>[class*=container] {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.s-py-sm-80>[class*=container] {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.s-py-sm-85>[class*=container] {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.s-py-sm-90>[class*=container] {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.s-py-sm-95>[class*=container] {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.s-py-sm-100>[class*=container] {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.s-py-sm-110>[class*=container] {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.s-py-sm-120>[class*=container] {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.s-py-sm-125>[class*=container] {
		padding-top: 125px;
		padding-bottom: 125px;
	}

	.s-py-sm-130>[class*=container] {
		padding-top: 130px;
		padding-bottom: 130px;
	}

	.s-py-sm-140>[class*=container] {
		padding-top: 140px;
		padding-bottom: 140px;
	}

	.s-py-sm-145>[class*=container] {
		padding-top: 145px;
		padding-bottom: 145px;
	}

	.s-py-sm-150>[class*=container] {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.s-py-sm-155>[class*=container] {
		padding-top: 155px;
		padding-bottom: 155px;
	}

	.s-py-sm-160>[class*=container] {
		padding-top: 160px;
		padding-bottom: 160px;
	}

	.s-py-sm-180>[class*=container] {
		padding-top: 180px;
		padding-bottom: 180px;
	}

	.s-py-sm-195>[class*=container] {
		padding-top: 195px;
		padding-bottom: 195px;
	}

	.s-py-sm-200>[class*=container] {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}

@media(min-width:768px) {
	.s-pt-md-0>[class*=container] {
		padding-top: 0;
	}

	.s-pt-md-1>[class*=container] {
		padding-top: 1px;
	}

	.s-pt-md-2>[class*=container] {
		padding-top: 2px;
	}

	.s-pt-md-3>[class*=container] {
		padding-top: 3px;
	}

	.s-pt-md-5>[class*=container] {
		padding-top: 5px;
	}

	.s-pt-md-10>[class*=container] {
		padding-top: 10px;
	}

	.s-pt-md-15>[class*=container] {
		padding-top: 15px;
	}

	.s-pt-md-20>[class*=container] {
		padding-top: 20px;
	}

	.s-pt-md-25>[class*=container] {
		padding-top: 25px;
	}

	.s-pt-md-30>[class*=container] {
		padding-top: 30px;
	}

	.s-pt-md-40>[class*=container] {
		padding-top: 40px;
	}

	.s-pt-md-45>[class*=container] {
		padding-top: 45px;
	}

	.s-pt-md-50>[class*=container] {
		padding-top: 50px;
	}

	.s-pt-md-60>[class*=container] {
		padding-top: 60px;
	}

	.s-pt-md-70>[class*=container] {
		padding-top: 70px;
	}

	.s-pt-md-75>[class*=container] {
		padding-top: 75px;
	}

	.s-pt-md-80>[class*=container] {
		padding-top: 80px;
	}

	.s-pt-md-85>[class*=container] {
		padding-top: 85px;
	}

	.s-pt-md-90>[class*=container] {
		padding-top: 90px;
	}

	.s-pt-md-95>[class*=container] {
		padding-top: 95px;
	}

	.s-pt-md-100>[class*=container] {
		padding-top: 100px;
	}

	.s-pt-md-110>[class*=container] {
		padding-top: 110px;
	}

	.s-pt-md-120>[class*=container] {
		padding-top: 120px;
	}

	.s-pt-md-125>[class*=container] {
		padding-top: 125px;
	}

	.s-pt-md-130>[class*=container] {
		padding-top: 130px;
	}

	.s-pt-md-140>[class*=container] {
		padding-top: 140px;
	}

	.s-pt-md-145>[class*=container] {
		padding-top: 145px;
	}

	.s-pt-md-150>[class*=container] {
		padding-top: 150px;
	}

	.s-pt-md-155>[class*=container] {
		padding-top: 155px;
	}

	.s-pt-md-160>[class*=container] {
		padding-top: 160px;
	}

	.s-pt-md-180>[class*=container] {
		padding-top: 180px;
	}

	.s-pt-md-195>[class*=container] {
		padding-top: 195px;
	}

	.s-pt-md-200>[class*=container] {
		padding-top: 200px;
	}

	.s-pb-md-0>[class*=container] {
		padding-bottom: 0;
	}

	.s-pb-md-1>[class*=container] {
		padding-bottom: 1px;
	}

	.s-pb-md-2>[class*=container] {
		padding-bottom: 2px;
	}

	.s-pb-md-3>[class*=container] {
		padding-bottom: 3px;
	}

	.s-pb-md-5>[class*=container] {
		padding-bottom: 5px;
	}

	.s-pb-md-10>[class*=container] {
		padding-bottom: 10px;
	}

	.s-pb-md-15>[class*=container] {
		padding-bottom: 15px;
	}

	.s-pb-md-20>[class*=container] {
		padding-bottom: 20px;
	}

	.s-pb-md-25>[class*=container] {
		padding-bottom: 25px;
	}

	.s-pb-md-30>[class*=container] {
		padding-bottom: 30px;
	}

	.s-pb-md-40>[class*=container] {
		padding-bottom: 40px;
	}

	.s-pb-md-45>[class*=container] {
		padding-bottom: 45px;
	}

	.s-pb-md-50>[class*=container] {
		padding-bottom: 50px;
	}

	.s-pb-md-60>[class*=container] {
		padding-bottom: 60px;
	}

	.s-pb-md-70>[class*=container] {
		padding-bottom: 70px;
	}

	.s-pb-md-75>[class*=container] {
		padding-bottom: 75px;
	}

	.s-pb-md-80>[class*=container] {
		padding-bottom: 80px;
	}

	.s-pb-md-85>[class*=container] {
		padding-bottom: 85px;
	}

	.s-pb-md-90>[class*=container] {
		padding-bottom: 90px;
	}

	.s-pb-md-95>[class*=container] {
		padding-bottom: 95px;
	}

	.s-pb-md-100>[class*=container] {
		padding-bottom: 100px;
	}

	.s-pb-md-110>[class*=container] {
		padding-bottom: 110px;
	}

	.s-pb-md-120>[class*=container] {
		padding-bottom: 120px;
	}

	.s-pb-md-125>[class*=container] {
		padding-bottom: 125px;
	}

	.s-pb-md-130>[class*=container] {
		padding-bottom: 130px;
	}

	.s-pb-md-140>[class*=container] {
		padding-bottom: 140px;
	}

	.s-pb-md-145>[class*=container] {
		padding-bottom: 145px;
	}

	.s-pb-md-150>[class*=container] {
		padding-bottom: 150px;
	}

	.s-pb-md-155>[class*=container] {
		padding-bottom: 155px;
	}

	.s-pb-md-160>[class*=container] {
		padding-bottom: 160px;
	}

	.s-pb-md-180>[class*=container] {
		padding-bottom: 180px;
	}

	.s-pb-md-195>[class*=container] {
		padding-bottom: 195px;
	}

	.s-pb-md-200>[class*=container] {
		padding-bottom: 200px;
	}

	.s-py-md-0>[class*=container] {
		padding-top: 0;
		padding-bottom: 0;
	}

	.s-py-md-1>[class*=container] {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.s-py-md-2>[class*=container] {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.s-py-md-3>[class*=container] {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.s-py-md-5>[class*=container] {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.s-py-md-10>[class*=container] {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.s-py-md-15>[class*=container] {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.s-py-md-20>[class*=container] {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.s-py-md-25>[class*=container] {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.s-py-md-30>[class*=container] {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.s-py-md-40>[class*=container] {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.s-py-md-45>[class*=container] {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.s-py-md-50>[class*=container] {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.s-py-md-60>[class*=container] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.s-py-md-70>[class*=container] {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.s-py-md-75>[class*=container] {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.s-py-md-80>[class*=container] {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.s-py-md-85>[class*=container] {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.s-py-md-90>[class*=container] {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.s-py-md-95>[class*=container] {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.s-py-md-100>[class*=container] {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.s-py-md-110>[class*=container] {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.s-py-md-120>[class*=container] {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.s-py-md-125>[class*=container] {
		padding-top: 125px;
		padding-bottom: 125px;
	}

	.s-py-md-130>[class*=container] {
		padding-top: 130px;
		padding-bottom: 130px;
	}

	.s-py-md-140>[class*=container] {
		padding-top: 140px;
		padding-bottom: 140px;
	}

	.s-py-md-145>[class*=container] {
		padding-top: 145px;
		padding-bottom: 145px;
	}

	.s-py-md-150>[class*=container] {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.s-py-md-155>[class*=container] {
		padding-top: 155px;
		padding-bottom: 155px;
	}

	.s-py-md-160>[class*=container] {
		padding-top: 160px;
		padding-bottom: 160px;
	}

	.s-py-md-180>[class*=container] {
		padding-top: 180px;
		padding-bottom: 180px;
	}

	.s-py-md-195>[class*=container] {
		padding-top: 195px;
		padding-bottom: 195px;
	}

	.s-py-md-200>[class*=container] {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}

@media(min-width:992px) {
	.s-pt-lg-0>[class*=container] {
		padding-top: 0;
	}

	.s-pt-lg-1>[class*=container] {
		padding-top: 1px;
	}

	.s-pt-lg-2>[class*=container] {
		padding-top: 2px;
	}

	.s-pt-lg-3>[class*=container] {
		padding-top: 3px;
	}

	.s-pt-lg-5>[class*=container] {
		padding-top: 5px;
	}

	.s-pt-lg-10>[class*=container] {
		padding-top: 10px;
	}

	.s-pt-lg-15>[class*=container] {
		padding-top: 15px;
	}

	.s-pt-lg-20>[class*=container] {
		padding-top: 20px;
	}

	.s-pt-lg-25>[class*=container] {
		padding-top: 25px;
	}

	.s-pt-lg-30>[class*=container] {
		padding-top: 30px;
	}

	.s-pt-lg-40>[class*=container] {
		padding-top: 40px;
	}

	.s-pt-lg-45>[class*=container] {
		padding-top: 45px;
	}

	.s-pt-lg-50>[class*=container] {
		padding-top: 50px;
	}

	.s-pt-lg-60>[class*=container] {
		padding-top: 60px;
	}

	.s-pt-lg-70>[class*=container] {
		padding-top: 70px;
	}

	.s-pt-lg-75>[class*=container] {
		padding-top: 75px;
	}

	.s-pt-lg-80>[class*=container] {
		padding-top: 80px;
	}

	.s-pt-lg-85>[class*=container] {
		padding-top: 85px;
	}

	.s-pt-lg-90>[class*=container] {
		padding-top: 90px;
	}

	.s-pt-lg-95>[class*=container] {
		padding-top: 95px;
	}

	.s-pt-lg-100>[class*=container] {
		padding-top: 100px;
	}

	.s-pt-lg-110>[class*=container] {
		padding-top: 110px;
	}

	.s-pt-lg-120>[class*=container] {
		padding-top: 120px;
	}

	.s-pt-lg-125>[class*=container] {
		padding-top: 125px;
	}

	.s-pt-lg-130>[class*=container] {
		padding-top: 130px;
	}

	.s-pt-lg-140>[class*=container] {
		padding-top: 140px;
	}

	.s-pt-lg-145>[class*=container] {
		padding-top: 145px;
	}

	.s-pt-lg-150>[class*=container] {
		padding-top: 150px;
	}

	.s-pt-lg-155>[class*=container] {
		padding-top: 155px;
	}

	.s-pt-lg-160>[class*=container] {
		padding-top: 160px;
	}

	.s-pt-lg-180>[class*=container] {
		padding-top: 180px;
	}

	.s-pt-lg-195>[class*=container] {
		padding-top: 195px;
	}

	.s-pt-lg-200>[class*=container] {
		padding-top: 200px;
	}

	.s-pb-lg-0>[class*=container] {
		padding-bottom: 0;
	}

	.s-pb-lg-1>[class*=container] {
		padding-bottom: 1px;
	}

	.s-pb-lg-2>[class*=container] {
		padding-bottom: 2px;
	}

	.s-pb-lg-3>[class*=container] {
		padding-bottom: 3px;
	}

	.s-pb-lg-5>[class*=container] {
		padding-bottom: 5px;
	}

	.s-pb-lg-10>[class*=container] {
		padding-bottom: 10px;
	}

	.s-pb-lg-15>[class*=container] {
		padding-bottom: 15px;
	}

	.s-pb-lg-20>[class*=container] {
		padding-bottom: 20px;
	}

	.s-pb-lg-25>[class*=container] {
		padding-bottom: 25px;
	}

	.s-pb-lg-30>[class*=container] {
		padding-bottom: 30px;
	}

	.s-pb-lg-40>[class*=container] {
		padding-bottom: 40px;
	}

	.s-pb-lg-45>[class*=container] {
		padding-bottom: 45px;
	}

	.s-pb-lg-50>[class*=container] {
		padding-bottom: 50px;
	}

	.s-pb-lg-60>[class*=container] {
		padding-bottom: 60px;
	}

	.s-pb-lg-70>[class*=container] {
		padding-bottom: 70px;
	}

	.s-pb-lg-75>[class*=container] {
		padding-bottom: 75px;
	}

	.s-pb-lg-80>[class*=container] {
		padding-bottom: 80px;
	}

	.s-pb-lg-85>[class*=container] {
		padding-bottom: 85px;
	}

	.s-pb-lg-90>[class*=container] {
		padding-bottom: 90px;
	}

	.s-pb-lg-95>[class*=container] {
		padding-bottom: 95px;
	}

	.s-pb-lg-100>[class*=container] {
		padding-bottom: 100px;
	}

	.s-pb-lg-110>[class*=container] {
		padding-bottom: 110px;
	}

	.s-pb-lg-120>[class*=container] {
		padding-bottom: 120px;
	}

	.s-pb-lg-125>[class*=container] {
		padding-bottom: 125px;
	}

	.s-pb-lg-130>[class*=container] {
		padding-bottom: 130px;
	}

	.s-pb-lg-140>[class*=container] {
		padding-bottom: 140px;
	}

	.s-pb-lg-145>[class*=container] {
		padding-bottom: 145px;
	}

	.s-pb-lg-150>[class*=container] {
		padding-bottom: 150px;
	}

	.s-pb-lg-155>[class*=container] {
		padding-bottom: 155px;
	}

	.s-pb-lg-160>[class*=container] {
		padding-bottom: 160px;
	}

	.s-pb-lg-180>[class*=container] {
		padding-bottom: 180px;
	}

	.s-pb-lg-195>[class*=container] {
		padding-bottom: 195px;
	}

	.s-pb-lg-200>[class*=container] {
		padding-bottom: 200px;
	}

	.s-py-lg-0>[class*=container] {
		padding-top: 0;
		padding-bottom: 0;
	}

	.s-py-lg-1>[class*=container] {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.s-py-lg-2>[class*=container] {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.s-py-lg-3>[class*=container] {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.s-py-lg-5>[class*=container] {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.s-py-lg-10>[class*=container] {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.s-py-lg-15>[class*=container] {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.s-py-lg-20>[class*=container] {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.s-py-lg-25>[class*=container] {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.s-py-lg-30>[class*=container] {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.s-py-lg-40>[class*=container] {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.s-py-lg-45>[class*=container] {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.s-py-lg-50>[class*=container] {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.s-py-lg-60>[class*=container] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.s-py-lg-70>[class*=container] {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.s-py-lg-75>[class*=container] {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.s-py-lg-80>[class*=container] {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.s-py-lg-85>[class*=container] {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.s-py-lg-90>[class*=container] {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.s-py-lg-95>[class*=container] {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.s-py-lg-100>[class*=container] {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.s-py-lg-110>[class*=container] {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.s-py-lg-120>[class*=container] {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.s-py-lg-125>[class*=container] {
		padding-top: 125px;
		padding-bottom: 125px;
	}

	.s-py-lg-130>[class*=container] {
		padding-top: 130px;
		padding-bottom: 130px;
	}

	.s-py-lg-140>[class*=container] {
		padding-top: 140px;
		padding-bottom: 140px;
	}

	.s-py-lg-145>[class*=container] {
		padding-top: 145px;
		padding-bottom: 145px;
	}

	.s-py-lg-150>[class*=container] {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.s-py-lg-155>[class*=container] {
		padding-top: 155px;
		padding-bottom: 155px;
	}

	.s-py-lg-160>[class*=container] {
		padding-top: 160px;
		padding-bottom: 160px;
	}

	.s-py-lg-180>[class*=container] {
		padding-top: 180px;
		padding-bottom: 180px;
	}

	.s-py-lg-195>[class*=container] {
		padding-top: 195px;
		padding-bottom: 195px;
	}

	.s-py-lg-200>[class*=container] {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}

@media(min-width:1200px) {
	.s-pt-xl-0>[class*=container] {
		padding-top: 0;
	}

	.s-pt-xl-1>[class*=container] {
		padding-top: 1px;
	}

	.s-pt-xl-2>[class*=container] {
		padding-top: 2px;
	}

	.s-pt-xl-3>[class*=container] {
		padding-top: 3px;
	}

	.s-pt-xl-5>[class*=container] {
		padding-top: 5px;
	}

	.s-pt-xl-10>[class*=container] {
		padding-top: 10px;
	}

	.s-pt-xl-15>[class*=container] {
		padding-top: 15px;
	}

	.s-pt-xl-20>[class*=container] {
		padding-top: 20px;
	}

	.s-pt-xl-25>[class*=container] {
		padding-top: 25px;
	}

	.s-pt-xl-30>[class*=container] {
		padding-top: 30px;
	}

	.s-pt-xl-40>[class*=container] {
		padding-top: 40px;
	}

	.s-pt-xl-45>[class*=container] {
		padding-top: 45px;
	}

	.s-pt-xl-50>[class*=container] {
		padding-top: 50px;
	}

	.s-pt-xl-60>[class*=container] {
		padding-top: 60px;
	}

	.s-pt-xl-70>[class*=container] {
		padding-top: 70px;
	}

	.s-pt-xl-75>[class*=container] {
		padding-top: 75px;
	}

	.s-pt-xl-80>[class*=container] {
		padding-top: 80px;
	}

	.s-pt-xl-85>[class*=container] {
		padding-top: 85px;
	}

	.s-pt-xl-90>[class*=container] {
		padding-top: 90px;
	}

	.s-pt-xl-95>[class*=container] {
		padding-top: 95px;
	}

	.s-pt-xl-100>[class*=container] {
		padding-top: 100px;
	}

	.s-pt-xl-110>[class*=container] {
		padding-top: 110px;
	}

	.s-pt-xl-120>[class*=container] {
		padding-top: 120px;
	}

	.s-pt-xl-125>[class*=container] {
		padding-top: 125px;
	}

	.s-pt-xl-130>[class*=container] {
		padding-top: 130px;
	}

	.s-pt-xl-140>[class*=container] {
		padding-top: 140px;
	}

	.s-pt-xl-145>[class*=container] {
		padding-top: 145px;
	}

	.s-pt-xl-150>[class*=container] {
		padding-top: 150px;
	}

	.s-pt-xl-155>[class*=container] {
		padding-top: 155px;
	}

	.s-pt-xl-160>[class*=container] {
		padding-top: 160px;
	}

	.s-pt-xl-180>[class*=container] {
		padding-top: 180px;
	}

	.s-pt-xl-195>[class*=container] {
		padding-top: 195px;
	}

	.s-pt-xl-200>[class*=container] {
		padding-top: 200px;
	}

	.s-pb-xl-0>[class*=container] {
		padding-bottom: 0;
	}

	.s-pb-xl-1>[class*=container] {
		padding-bottom: 1px;
	}

	.s-pb-xl-2>[class*=container] {
		padding-bottom: 2px;
	}

	.s-pb-xl-3>[class*=container] {
		padding-bottom: 3px;
	}

	.s-pb-xl-5>[class*=container] {
		padding-bottom: 5px;
	}

	.s-pb-xl-10>[class*=container] {
		padding-bottom: 10px;
	}

	.s-pb-xl-15>[class*=container] {
		padding-bottom: 15px;
	}

	.s-pb-xl-20>[class*=container] {
		padding-bottom: 20px;
	}

	.s-pb-xl-25>[class*=container] {
		padding-bottom: 25px;
	}

	.s-pb-xl-30>[class*=container] {
		padding-bottom: 30px;
	}

	.s-pb-xl-40>[class*=container] {
		padding-bottom: 40px;
	}

	.s-pb-xl-45>[class*=container] {
		padding-bottom: 45px;
	}

	.s-pb-xl-50>[class*=container] {
		padding-bottom: 50px;
	}

	.s-pb-xl-60>[class*=container] {
		padding-bottom: 60px;
	}

	.s-pb-xl-70>[class*=container] {
		padding-bottom: 70px;
	}

	.s-pb-xl-75>[class*=container] {
		padding-bottom: 75px;
	}

	.s-pb-xl-80>[class*=container] {
		padding-bottom: 80px;
	}

	.s-pb-xl-85>[class*=container] {
		padding-bottom: 85px;
	}

	.s-pb-xl-90>[class*=container] {
		padding-bottom: 90px;
	}

	.s-pb-xl-95>[class*=container] {
		padding-bottom: 95px;
	}

	.s-pb-xl-100>[class*=container] {
		padding-bottom: 100px;
	}

	.s-pb-xl-110>[class*=container] {
		padding-bottom: 110px;
	}

	.s-pb-xl-120>[class*=container] {
		padding-bottom: 120px;
	}

	.s-pb-xl-125>[class*=container] {
		padding-bottom: 125px;
	}

	.s-pb-xl-130>[class*=container] {
		padding-bottom: 130px;
	}

	.s-pb-xl-140>[class*=container] {
		padding-bottom: 140px;
	}

	.s-pb-xl-145>[class*=container] {
		padding-bottom: 145px;
	}

	.s-pb-xl-150>[class*=container] {
		padding-bottom: 150px;
	}

	.s-pb-xl-155>[class*=container] {
		padding-bottom: 155px;
	}

	.s-pb-xl-160>[class*=container] {
		padding-bottom: 160px;
	}

	.s-pb-xl-180>[class*=container] {
		padding-bottom: 180px;
	}

	.s-pb-xl-195>[class*=container] {
		padding-bottom: 195px;
	}

	.s-pb-xl-200>[class*=container] {
		padding-bottom: 200px;
	}

	.s-py-xl-0>[class*=container] {
		padding-top: 0;
		padding-bottom: 0;
	}

	.s-py-xl-1>[class*=container] {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.s-py-xl-2>[class*=container] {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.s-py-xl-3>[class*=container] {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.s-py-xl-5>[class*=container] {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.s-py-xl-10>[class*=container] {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.s-py-xl-15>[class*=container] {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.s-py-xl-20>[class*=container] {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.s-py-xl-25>[class*=container] {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.s-py-xl-30>[class*=container] {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.s-py-xl-40>[class*=container] {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.s-py-xl-45>[class*=container] {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.s-py-xl-50>[class*=container] {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.s-py-xl-60>[class*=container] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.s-py-xl-70>[class*=container] {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.s-py-xl-75>[class*=container] {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.s-py-xl-80>[class*=container] {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.s-py-xl-85>[class*=container] {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.s-py-xl-90>[class*=container] {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.s-py-xl-95>[class*=container] {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.s-py-xl-100>[class*=container] {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.s-py-xl-110>[class*=container] {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.s-py-xl-120>[class*=container] {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.s-py-xl-125>[class*=container] {
		padding-top: 125px;
		padding-bottom: 125px;
	}

	.s-py-xl-130>[class*=container] {
		padding-top: 130px;
		padding-bottom: 130px;
	}

	.s-py-xl-140>[class*=container] {
		padding-top: 140px;
		padding-bottom: 140px;
	}

	.s-py-xl-145>[class*=container] {
		padding-top: 145px;
		padding-bottom: 145px;
	}

	.s-py-xl-150>[class*=container] {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.s-py-xl-155>[class*=container] {
		padding-top: 155px;
		padding-bottom: 155px;
	}

	.s-py-xl-160>[class*=container] {
		padding-top: 160px;
		padding-bottom: 160px;
	}

	.s-py-xl-180>[class*=container] {
		padding-top: 180px;
		padding-bottom: 180px;
	}

	.s-py-xl-195>[class*=container] {
		padding-top: 195px;
		padding-bottom: 195px;
	}

	.s-py-xl-200>[class*=container] {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}

.c-mt-0 [class*=col-],.row.c-mt-0>[class*=col-] {
	margin-top: 0;
}

.c-mt-1 [class*=col-],.row.c-mt-1>[class*=col-] {
	margin-top: 1px;
}

.c-mt-2 [class*=col-],.row.c-mt-2>[class*=col-] {
	margin-top: 2px;
}

.c-mt-5 [class*=col-],.row.c-mt-5>[class*=col-] {
	margin-top: 5px;
}

.c-mt-10 [class*=col-],.row.c-mt-10>[class*=col-] {
	margin-top: 10px;
}

.c-mt-15 [class*=col-],.row.c-mt-15>[class*=col-] {
	margin-top: 15px;
}

.c-mt-20 [class*=col-],.row.c-mt-20>[class*=col-] {
	margin-top: 20px;
}

.c-mt-25 [class*=col-],.row.c-mt-25>[class*=col-] {
	margin-top: 25px;
}

.c-mt-30 [class*=col-],.row.c-mt-30>[class*=col-] {
	margin-top: 30px;
}

.c-mt-40 [class*=col-],.row.c-mt-40>[class*=col-] {
	margin-top: 40px;
}

.c-mt-50 [class*=col-],.row.c-mt-50>[class*=col-] {
	margin-top: 50px;
}

.c-mt-60 [class*=col-],.row.c-mt-60>[class*=col-] {
	margin-top: 60px;
}

.c-mb-0 [class*=col-],.row.c-mb-0>[class*=col-] {
	margin-bottom: 0;
}

.c-mb-1 [class*=col-],.row.c-mb-1>[class*=col-] {
	margin-bottom: 1px;
}

.c-mb-2 [class*=col-],.row.c-mb-2>[class*=col-] {
	margin-bottom: 2px;
}

.c-mb-5 [class*=col-],.row.c-mb-5>[class*=col-] {
	margin-bottom: 5px;
}

.c-mb-10 [class*=col-],.row.c-mb-10>[class*=col-] {
	margin-bottom: 10px;
}

.c-mb-15 [class*=col-],.row.c-mb-15>[class*=col-] {
	margin-bottom: 15px;
}

.c-mb-20 [class*=col-],.row.c-mb-20>[class*=col-] {
	margin-bottom: 20px;
}

.c-mb-25 [class*=col-],.row.c-mb-25>[class*=col-] {
	margin-bottom: 25px;
}

.c-mb-30 [class*=col-],.row.c-mb-30>[class*=col-] {
	margin-bottom: 30px;
}

.c-mb-40 [class*=col-],.row.c-mb-40>[class*=col-] {
	margin-bottom: 40px;
}

.c-mb-50 [class*=col-],.row.c-mb-50>[class*=col-] {
	margin-bottom: 50px;
}

.c-mb-60 [class*=col-],.row.c-mb-60>[class*=col-] {
	margin-bottom: 60px;
}

.c-my-0 [class*=col-],.row.c-my-0>[class*=col-] {
	margin-top: 0;
	margin-bottom: 0;
}

.c-my-1 [class*=col-],.row.c-my-1>[class*=col-] {
	margin-top: 1px;
	margin-bottom: 1px;
}

.c-my-2 [class*=col-],.row.c-my-2>[class*=col-] {
	margin-top: 2px;
	margin-bottom: 2px;
}

.c-my-5 [class*=col-],.row.c-my-5>[class*=col-] {
	margin-top: 5px;
	margin-bottom: 5px;
}

.c-my-10 [class*=col-],.row.c-my-10>[class*=col-] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.c-my-15 [class*=col-],.row.c-my-15>[class*=col-] {
	margin-top: 15px;
	margin-bottom: 15px;
}

.c-my-20 [class*=col-],.row.c-my-20>[class*=col-] {
	margin-top: 20px;
	margin-bottom: 20px;
}

.c-my-25 [class*=col-],.row.c-my-25>[class*=col-] {
	margin-top: 25px;
	margin-bottom: 25px;
}

.c-my-30 [class*=col-],.row.c-my-30>[class*=col-] {
	margin-top: 30px;
	margin-bottom: 30px;
}

.c-my-40 [class*=col-],.row.c-my-40>[class*=col-] {
	margin-top: 40px;
	margin-bottom: 40px;
}

.c-my-50 [class*=col-],.row.c-my-50>[class*=col-] {
	margin-top: 50px;
	margin-bottom: 50px;
}

.c-my-60 [class*=col-],.row.c-my-60>[class*=col-] {
	margin-top: 60px;
	margin-bottom: 60px;
}

@media(min-width:576px) {
	.c-mt-sm-0 [class*=col-],.row.c-mt-sm-0>[class*=col-] {
		margin-top: 0;
	}

	.c-mt-sm-1 [class*=col-],.row.c-mt-sm-1>[class*=col-] {
		margin-top: 1px;
	}

	.c-mt-sm-2 [class*=col-],.row.c-mt-sm-2>[class*=col-] {
		margin-top: 2px;
	}

	.c-mt-sm-5 [class*=col-],.row.c-mt-sm-5>[class*=col-] {
		margin-top: 5px;
	}

	.c-mt-sm-10 [class*=col-],.row.c-mt-sm-10>[class*=col-] {
		margin-top: 10px;
	}

	.c-mt-sm-15 [class*=col-],.row.c-mt-sm-15>[class*=col-] {
		margin-top: 15px;
	}

	.c-mt-sm-20 [class*=col-],.row.c-mt-sm-20>[class*=col-] {
		margin-top: 20px;
	}

	.c-mt-sm-25 [class*=col-],.row.c-mt-sm-25>[class*=col-] {
		margin-top: 25px;
	}

	.c-mt-sm-30 [class*=col-],.row.c-mt-sm-30>[class*=col-] {
		margin-top: 30px;
	}

	.c-mt-sm-40 [class*=col-],.row.c-mt-sm-40>[class*=col-] {
		margin-top: 40px;
	}

	.c-mt-sm-50 [class*=col-],.row.c-mt-sm-50>[class*=col-] {
		margin-top: 50px;
	}

	.c-mt-sm-60 [class*=col-],.row.c-mt-sm-60>[class*=col-] {
		margin-top: 60px;
	}

	.c-mb-sm-0 [class*=col-],.row.c-mb-sm-0>[class*=col-] {
		margin-bottom: 0;
	}

	.c-mb-sm-1 [class*=col-],.row.c-mb-sm-1>[class*=col-] {
		margin-bottom: 1px;
	}

	.c-mb-sm-2 [class*=col-],.row.c-mb-sm-2>[class*=col-] {
		margin-bottom: 2px;
	}

	.c-mb-sm-5 [class*=col-],.row.c-mb-sm-5>[class*=col-] {
		margin-bottom: 5px;
	}

	.c-mb-sm-10 [class*=col-],.row.c-mb-sm-10>[class*=col-] {
		margin-bottom: 10px;
	}

	.c-mb-sm-15 [class*=col-],.row.c-mb-sm-15>[class*=col-] {
		margin-bottom: 15px;
	}

	.c-mb-sm-20 [class*=col-],.row.c-mb-sm-20>[class*=col-] {
		margin-bottom: 20px;
	}

	.c-mb-sm-25 [class*=col-],.row.c-mb-sm-25>[class*=col-] {
		margin-bottom: 25px;
	}

	.c-mb-sm-30 [class*=col-],.row.c-mb-sm-30>[class*=col-] {
		margin-bottom: 30px;
	}

	.c-mb-sm-40 [class*=col-],.row.c-mb-sm-40>[class*=col-] {
		margin-bottom: 40px;
	}

	.c-mb-sm-50 [class*=col-],.row.c-mb-sm-50>[class*=col-] {
		margin-bottom: 50px;
	}

	.c-mb-sm-60 [class*=col-],.row.c-mb-sm-60>[class*=col-] {
		margin-bottom: 60px;
	}

	.c-my-sm-0 [class*=col-],.row.c-my-sm-0>[class*=col-] {
		margin-top: 0;
		margin-bottom: 0;
	}

	.c-my-sm-1 [class*=col-],.row.c-my-sm-1>[class*=col-] {
		margin-top: 1px;
		margin-bottom: 1px;
	}

	.c-my-sm-2 [class*=col-],.row.c-my-sm-2>[class*=col-] {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.c-my-sm-5 [class*=col-],.row.c-my-sm-5>[class*=col-] {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.c-my-sm-10 [class*=col-],.row.c-my-sm-10>[class*=col-] {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.c-my-sm-15 [class*=col-],.row.c-my-sm-15>[class*=col-] {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.c-my-sm-20 [class*=col-],.row.c-my-sm-20>[class*=col-] {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.c-my-sm-25 [class*=col-],.row.c-my-sm-25>[class*=col-] {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.c-my-sm-30 [class*=col-],.row.c-my-sm-30>[class*=col-] {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.c-my-sm-40 [class*=col-],.row.c-my-sm-40>[class*=col-] {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.c-my-sm-50 [class*=col-],.row.c-my-sm-50>[class*=col-] {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.c-my-sm-60 [class*=col-],.row.c-my-sm-60>[class*=col-] {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media(min-width:768px) {
	.c-mt-md-0 [class*=col-],.row.c-mt-md-0>[class*=col-] {
		margin-top: 0;
	}

	.c-mt-md-1 [class*=col-],.row.c-mt-md-1>[class*=col-] {
		margin-top: 1px;
	}

	.c-mt-md-2 [class*=col-],.row.c-mt-md-2>[class*=col-] {
		margin-top: 2px;
	}

	.c-mt-md-5 [class*=col-],.row.c-mt-md-5>[class*=col-] {
		margin-top: 5px;
	}

	.c-mt-md-10 [class*=col-],.row.c-mt-md-10>[class*=col-] {
		margin-top: 10px;
	}

	.c-mt-md-15 [class*=col-],.row.c-mt-md-15>[class*=col-] {
		margin-top: 15px;
	}

	.c-mt-md-20 [class*=col-],.row.c-mt-md-20>[class*=col-] {
		margin-top: 20px;
	}

	.c-mt-md-25 [class*=col-],.row.c-mt-md-25>[class*=col-] {
		margin-top: 25px;
	}

	.c-mt-md-30 [class*=col-],.row.c-mt-md-30>[class*=col-] {
		margin-top: 30px;
	}

	.c-mt-md-40 [class*=col-],.row.c-mt-md-40>[class*=col-] {
		margin-top: 40px;
	}

	.c-mt-md-50 [class*=col-],.row.c-mt-md-50>[class*=col-] {
		margin-top: 50px;
	}

	.c-mt-md-60 [class*=col-],.row.c-mt-md-60>[class*=col-] {
		margin-top: 60px;
	}

	.c-mb-md-0 [class*=col-],.row.c-mb-md-0>[class*=col-] {
		margin-bottom: 0;
	}

	.c-mb-md-1 [class*=col-],.row.c-mb-md-1>[class*=col-] {
		margin-bottom: 1px;
	}

	.c-mb-md-2 [class*=col-],.row.c-mb-md-2>[class*=col-] {
		margin-bottom: 2px;
	}

	.c-mb-md-5 [class*=col-],.row.c-mb-md-5>[class*=col-] {
		margin-bottom: 5px;
	}

	.c-mb-md-10 [class*=col-],.row.c-mb-md-10>[class*=col-] {
		margin-bottom: 10px;
	}

	.c-mb-md-15 [class*=col-],.row.c-mb-md-15>[class*=col-] {
		margin-bottom: 15px;
	}

	.c-mb-md-20 [class*=col-],.row.c-mb-md-20>[class*=col-] {
		margin-bottom: 20px;
	}

	.c-mb-md-25 [class*=col-],.row.c-mb-md-25>[class*=col-] {
		margin-bottom: 25px;
	}

	.c-mb-md-30 [class*=col-],.row.c-mb-md-30>[class*=col-] {
		margin-bottom: 30px;
	}

	.c-mb-md-40 [class*=col-],.row.c-mb-md-40>[class*=col-] {
		margin-bottom: 40px;
	}

	.c-mb-md-50 [class*=col-],.row.c-mb-md-50>[class*=col-] {
		margin-bottom: 50px;
	}

	.c-mb-md-60 [class*=col-],.row.c-mb-md-60>[class*=col-] {
		margin-bottom: 60px;
	}

	.c-my-md-0 [class*=col-],.row.c-my-md-0>[class*=col-] {
		margin-top: 0;
		margin-bottom: 0;
	}

	.c-my-md-1 [class*=col-],.row.c-my-md-1>[class*=col-] {
		margin-top: 1px;
		margin-bottom: 1px;
	}

	.c-my-md-2 [class*=col-],.row.c-my-md-2>[class*=col-] {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.c-my-md-5 [class*=col-],.row.c-my-md-5>[class*=col-] {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.c-my-md-10 [class*=col-],.row.c-my-md-10>[class*=col-] {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.c-my-md-15 [class*=col-],.row.c-my-md-15>[class*=col-] {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.c-my-md-20 [class*=col-],.row.c-my-md-20>[class*=col-] {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.c-my-md-25 [class*=col-],.row.c-my-md-25>[class*=col-] {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.c-my-md-30 [class*=col-],.row.c-my-md-30>[class*=col-] {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.c-my-md-40 [class*=col-],.row.c-my-md-40>[class*=col-] {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.c-my-md-50 [class*=col-],.row.c-my-md-50>[class*=col-] {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.c-my-md-60 [class*=col-],.row.c-my-md-60>[class*=col-] {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media(min-width:992px) {
	.c-mt-lg-0 [class*=col-],.row.c-mt-lg-0>[class*=col-] {
		margin-top: 0;
	}

	.c-mt-lg-1 [class*=col-],.row.c-mt-lg-1>[class*=col-] {
		margin-top: 1px;
	}

	.c-mt-lg-2 [class*=col-],.row.c-mt-lg-2>[class*=col-] {
		margin-top: 2px;
	}

	.c-mt-lg-5 [class*=col-],.row.c-mt-lg-5>[class*=col-] {
		margin-top: 5px;
	}

	.c-mt-lg-10 [class*=col-],.row.c-mt-lg-10>[class*=col-] {
		margin-top: 10px;
	}

	.c-mt-lg-15 [class*=col-],.row.c-mt-lg-15>[class*=col-] {
		margin-top: 15px;
	}

	.c-mt-lg-20 [class*=col-],.row.c-mt-lg-20>[class*=col-] {
		margin-top: 20px;
	}

	.c-mt-lg-25 [class*=col-],.row.c-mt-lg-25>[class*=col-] {
		margin-top: 25px;
	}

	.c-mt-lg-30 [class*=col-],.row.c-mt-lg-30>[class*=col-] {
		margin-top: 30px;
	}

	.c-mt-lg-40 [class*=col-],.row.c-mt-lg-40>[class*=col-] {
		margin-top: 40px;
	}

	.c-mt-lg-50 [class*=col-],.row.c-mt-lg-50>[class*=col-] {
		margin-top: 50px;
	}

	.c-mt-lg-60 [class*=col-],.row.c-mt-lg-60>[class*=col-] {
		margin-top: 60px;
	}

	.c-mb-lg-0 [class*=col-],.row.c-mb-lg-0>[class*=col-] {
		margin-bottom: 0;
	}

	.c-mb-lg-1 [class*=col-],.row.c-mb-lg-1>[class*=col-] {
		margin-bottom: 1px;
	}

	.c-mb-lg-2 [class*=col-],.row.c-mb-lg-2>[class*=col-] {
		margin-bottom: 2px;
	}

	.c-mb-lg-5 [class*=col-],.row.c-mb-lg-5>[class*=col-] {
		margin-bottom: 5px;
	}

	.c-mb-lg-10 [class*=col-],.row.c-mb-lg-10>[class*=col-] {
		margin-bottom: 10px;
	}

	.c-mb-lg-15 [class*=col-],.row.c-mb-lg-15>[class*=col-] {
		margin-bottom: 15px;
	}

	.c-mb-lg-20 [class*=col-],.row.c-mb-lg-20>[class*=col-] {
		margin-bottom: 20px;
	}

	.c-mb-lg-25 [class*=col-],.row.c-mb-lg-25>[class*=col-] {
		margin-bottom: 25px;
	}

	.c-mb-lg-30 [class*=col-],.row.c-mb-lg-30>[class*=col-] {
		margin-bottom: 30px;
	}

	.c-mb-lg-40 [class*=col-],.row.c-mb-lg-40>[class*=col-] {
		margin-bottom: 40px;
	}

	.c-mb-lg-50 [class*=col-],.row.c-mb-lg-50>[class*=col-] {
		margin-bottom: 50px;
	}

	.c-mb-lg-60 [class*=col-],.row.c-mb-lg-60>[class*=col-] {
		margin-bottom: 60px;
	}

	.c-my-lg-0 [class*=col-],.row.c-my-lg-0>[class*=col-] {
		margin-top: 0;
		margin-bottom: 0;
	}

	.c-my-lg-1 [class*=col-],.row.c-my-lg-1>[class*=col-] {
		margin-top: 1px;
		margin-bottom: 1px;
	}

	.c-my-lg-2 [class*=col-],.row.c-my-lg-2>[class*=col-] {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.c-my-lg-5 [class*=col-],.row.c-my-lg-5>[class*=col-] {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.c-my-lg-10 [class*=col-],.row.c-my-lg-10>[class*=col-] {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.c-my-lg-15 [class*=col-],.row.c-my-lg-15>[class*=col-] {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.c-my-lg-20 [class*=col-],.row.c-my-lg-20>[class*=col-] {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.c-my-lg-25 [class*=col-],.row.c-my-lg-25>[class*=col-] {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.c-my-lg-30 [class*=col-],.row.c-my-lg-30>[class*=col-] {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.c-my-lg-40 [class*=col-],.row.c-my-lg-40>[class*=col-] {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.c-my-lg-50 [class*=col-],.row.c-my-lg-50>[class*=col-] {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.c-my-lg-60 [class*=col-],.row.c-my-lg-60>[class*=col-] {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media(min-width:1200px) {
	.c-mt-xl-0 [class*=col-],.row.c-mt-xl-0>[class*=col-] {
		margin-top: 0;
	}

	.c-mt-xl-1 [class*=col-],.row.c-mt-xl-1>[class*=col-] {
		margin-top: 1px;
	}

	.c-mt-xl-2 [class*=col-],.row.c-mt-xl-2>[class*=col-] {
		margin-top: 2px;
	}

	.c-mt-xl-5 [class*=col-],.row.c-mt-xl-5>[class*=col-] {
		margin-top: 5px;
	}

	.c-mt-xl-10 [class*=col-],.row.c-mt-xl-10>[class*=col-] {
		margin-top: 10px;
	}

	.c-mt-xl-15 [class*=col-],.row.c-mt-xl-15>[class*=col-] {
		margin-top: 15px;
	}

	.c-mt-xl-20 [class*=col-],.row.c-mt-xl-20>[class*=col-] {
		margin-top: 20px;
	}

	.c-mt-xl-25 [class*=col-],.row.c-mt-xl-25>[class*=col-] {
		margin-top: 25px;
	}

	.c-mt-xl-30 [class*=col-],.row.c-mt-xl-30>[class*=col-] {
		margin-top: 30px;
	}

	.c-mt-xl-40 [class*=col-],.row.c-mt-xl-40>[class*=col-] {
		margin-top: 40px;
	}

	.c-mt-xl-50 [class*=col-],.row.c-mt-xl-50>[class*=col-] {
		margin-top: 50px;
	}

	.c-mt-xl-60 [class*=col-],.row.c-mt-xl-60>[class*=col-] {
		margin-top: 60px;
	}

	.c-mb-xl-0 [class*=col-],.row.c-mb-xl-0>[class*=col-] {
		margin-bottom: 0;
	}

	.c-mb-xl-1 [class*=col-],.row.c-mb-xl-1>[class*=col-] {
		margin-bottom: 1px;
	}

	.c-mb-xl-2 [class*=col-],.row.c-mb-xl-2>[class*=col-] {
		margin-bottom: 2px;
	}

	.c-mb-xl-5 [class*=col-],.row.c-mb-xl-5>[class*=col-] {
		margin-bottom: 5px;
	}

	.c-mb-xl-10 [class*=col-],.row.c-mb-xl-10>[class*=col-] {
		margin-bottom: 10px;
	}

	.c-mb-xl-15 [class*=col-],.row.c-mb-xl-15>[class*=col-] {
		margin-bottom: 15px;
	}

	.c-mb-xl-20 [class*=col-],.row.c-mb-xl-20>[class*=col-] {
		margin-bottom: 20px;
	}

	.c-mb-xl-25 [class*=col-],.row.c-mb-xl-25>[class*=col-] {
		margin-bottom: 25px;
	}

	.c-mb-xl-30 [class*=col-],.row.c-mb-xl-30>[class*=col-] {
		margin-bottom: 30px;
	}

	.c-mb-xl-40 [class*=col-],.row.c-mb-xl-40>[class*=col-] {
		margin-bottom: 40px;
	}

	.c-mb-xl-50 [class*=col-],.row.c-mb-xl-50>[class*=col-] {
		margin-bottom: 50px;
	}

	.c-mb-xl-60 [class*=col-],.row.c-mb-xl-60>[class*=col-] {
		margin-bottom: 60px;
	}

	.c-my-xl-0 [class*=col-],.row.c-my-xl-0>[class*=col-] {
		margin-top: 0;
		margin-bottom: 0;
	}

	.c-my-xl-1 [class*=col-],.row.c-my-xl-1>[class*=col-] {
		margin-top: 1px;
		margin-bottom: 1px;
	}

	.c-my-xl-2 [class*=col-],.row.c-my-xl-2>[class*=col-] {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.c-my-xl-5 [class*=col-],.row.c-my-xl-5>[class*=col-] {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.c-my-xl-10 [class*=col-],.row.c-my-xl-10>[class*=col-] {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.c-my-xl-15 [class*=col-],.row.c-my-xl-15>[class*=col-] {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.c-my-xl-20 [class*=col-],.row.c-my-xl-20>[class*=col-] {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.c-my-xl-25 [class*=col-],.row.c-my-xl-25>[class*=col-] {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.c-my-xl-30 [class*=col-],.row.c-my-xl-30>[class*=col-] {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.c-my-xl-40 [class*=col-],.row.c-my-xl-40>[class*=col-] {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.c-my-xl-50 [class*=col-],.row.c-my-xl-50>[class*=col-] {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.c-my-xl-60 [class*=col-],.row.c-my-xl-60>[class*=col-] {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

form[class*=c-mb-] .row:last-child [class^=col-],[class*=c-mb-] form .row:last-child [class^=col-] {
	margin-bottom: 0!important;
}

@media screen and (min-width:1200px) {
	.s-top-overlap {
		margin-top: -140px;
	}

	.s-top-overlap-big {
		margin-top: -180px;
	}

	.s-top-overlap-small {
		margin-top: -100px;
	}
}

.s-full-height {
	min-height: 100vh;
}

[class*=divider-] {
	width: 100%;
	clear: both;
}

[class*=divider-]:last-child {
	order: 10000;
}

.divider-0 {
	margin-top: 0;
}

.divider-10 {
	margin-top: 10px;
}

.divider-15 {
	margin-top: 15px;
}

.divider-20 {
	margin-top: 20px;
}

.divider-25 {
	margin-top: 25px;
}

.divider-30 {
	margin-top: 30px;
}

.divider-35 {
	margin-top: 35px;
}

.divider-40 {
	margin-top: 40px;
}

.divider-45 {
	margin-top: 45px;
}

.divider-50 {
	margin-top: 50px;
}

.divider-55 {
	margin-top: 55px;
}

.divider-60 {
	margin-top: 60px;
}

.divider-70 {
	margin-top: 70px;
}

.divider-80 {
	margin-top: 80px;
}

.divider-90 {
	margin-top: 90px;
}

.divider-100 {
	margin-top: 100px;
}

.divider-110 {
	margin-top: 110px;
}

.divider-120 {
	margin-top: 120px;
}

.divider-150 {
	margin-top: 150px;
}

.divider-160 {
	margin-top: 160px;
}

.divider-170 {
	margin-top: 170px;
}

.divider-180 {
	margin-top: 180px;
}

.divider-200 {
	margin-top: 200px;
}

.divider-270 {
	margin-top: 270px;
}

@media(min-width:576px) {
	.divider-sm-0 {
		margin-top: 0;
	}

	.divider-sm-10 {
		margin-top: 10px;
	}

	.divider-sm-15 {
		margin-top: 15px;
	}

	.divider-sm-20 {
		margin-top: 20px;
	}

	.divider-sm-25 {
		margin-top: 25px;
	}

	.divider-sm-30 {
		margin-top: 30px;
	}

	.divider-sm-35 {
		margin-top: 35px;
	}

	.divider-sm-40 {
		margin-top: 40px;
	}

	.divider-sm-45 {
		margin-top: 45px;
	}

	.divider-sm-50 {
		margin-top: 50px;
	}

	.divider-sm-55 {
		margin-top: 55px;
	}

	.divider-sm-60 {
		margin-top: 60px;
	}

	.divider-sm-70 {
		margin-top: 70px;
	}

	.divider-sm-80 {
		margin-top: 80px;
	}

	.divider-sm-90 {
		margin-top: 90px;
	}

	.divider-sm-100 {
		margin-top: 100px;
	}

	.divider-sm-110 {
		margin-top: 110px;
	}

	.divider-sm-120 {
		margin-top: 120px;
	}

	.divider-sm-150 {
		margin-top: 150px;
	}

	.divider-sm-160 {
		margin-top: 160px;
	}

	.divider-sm-170 {
		margin-top: 170px;
	}

	.divider-sm-180 {
		margin-top: 180px;
	}

	.divider-sm-200 {
		margin-top: 200px;
	}

	.divider-sm-270 {
		margin-top: 270px;
	}
}

@media(min-width:768px) {
	.divider-md-0 {
		margin-top: 0;
	}

	.divider-md-10 {
		margin-top: 10px;
	}

	.divider-md-15 {
		margin-top: 15px;
	}

	.divider-md-20 {
		margin-top: 20px;
	}

	.divider-md-25 {
		margin-top: 25px;
	}

	.divider-md-30 {
		margin-top: 30px;
	}

	.divider-md-35 {
		margin-top: 35px;
	}

	.divider-md-40 {
		margin-top: 40px;
	}

	.divider-md-45 {
		margin-top: 45px;
	}

	.divider-md-50 {
		margin-top: 50px;
	}

	.divider-md-55 {
		margin-top: 55px;
	}

	.divider-md-60 {
		margin-top: 60px;
	}

	.divider-md-70 {
		margin-top: 70px;
	}

	.divider-md-80 {
		margin-top: 80px;
	}

	.divider-md-90 {
		margin-top: 90px;
	}

	.divider-md-100 {
		margin-top: 100px;
	}

	.divider-md-110 {
		margin-top: 110px;
	}

	.divider-md-120 {
		margin-top: 120px;
	}

	.divider-md-150 {
		margin-top: 150px;
	}

	.divider-md-160 {
		margin-top: 160px;
	}

	.divider-md-170 {
		margin-top: 170px;
	}

	.divider-md-180 {
		margin-top: 180px;
	}

	.divider-md-200 {
		margin-top: 200px;
	}

	.divider-md-270 {
		margin-top: 270px;
	}
}

@media(min-width:992px) {
	.divider-lg-0 {
		margin-top: 0;
	}

	.divider-lg-10 {
		margin-top: 10px;
	}

	.divider-lg-15 {
		margin-top: 15px;
	}

	.divider-lg-20 {
		margin-top: 20px;
	}

	.divider-lg-25 {
		margin-top: 25px;
	}

	.divider-lg-30 {
		margin-top: 30px;
	}

	.divider-lg-35 {
		margin-top: 35px;
	}

	.divider-lg-40 {
		margin-top: 40px;
	}

	.divider-lg-45 {
		margin-top: 45px;
	}

	.divider-lg-50 {
		margin-top: 50px;
	}

	.divider-lg-55 {
		margin-top: 55px;
	}

	.divider-lg-60 {
		margin-top: 60px;
	}

	.divider-lg-70 {
		margin-top: 70px;
	}

	.divider-lg-80 {
		margin-top: 80px;
	}

	.divider-lg-90 {
		margin-top: 90px;
	}

	.divider-lg-100 {
		margin-top: 100px;
	}

	.divider-lg-110 {
		margin-top: 110px;
	}

	.divider-lg-120 {
		margin-top: 120px;
	}

	.divider-lg-150 {
		margin-top: 150px;
	}

	.divider-lg-160 {
		margin-top: 160px;
	}

	.divider-lg-170 {
		margin-top: 170px;
	}

	.divider-lg-180 {
		margin-top: 180px;
	}

	.divider-lg-200 {
		margin-top: 200px;
	}

	.divider-lg-270 {
		margin-top: 270px;
	}
}

@media(min-width:1200px) {
	.divider-xl-0 {
		margin-top: 0;
	}

	.divider-xl-10 {
		margin-top: 10px;
	}

	.divider-xl-15 {
		margin-top: 15px;
	}

	.divider-xl-20 {
		margin-top: 20px;
	}

	.divider-xl-25 {
		margin-top: 25px;
	}

	.divider-xl-30 {
		margin-top: 30px;
	}

	.divider-xl-35 {
		margin-top: 35px;
	}

	.divider-xl-40 {
		margin-top: 40px;
	}

	.divider-xl-45 {
		margin-top: 45px;
	}

	.divider-xl-50 {
		margin-top: 50px;
	}

	.divider-xl-55 {
		margin-top: 55px;
	}

	.divider-xl-60 {
		margin-top: 60px;
	}

	.divider-xl-70 {
		margin-top: 70px;
	}

	.divider-xl-80 {
		margin-top: 80px;
	}

	.divider-xl-90 {
		margin-top: 90px;
	}

	.divider-xl-100 {
		margin-top: 100px;
	}

	.divider-xl-110 {
		margin-top: 110px;
	}

	.divider-xl-120 {
		margin-top: 120px;
	}

	.divider-xl-150 {
		margin-top: 150px;
	}

	.divider-xl-160 {
		margin-top: 160px;
	}

	.divider-xl-170 {
		margin-top: 170px;
	}

	.divider-xl-180 {
		margin-top: 180px;
	}

	.divider-xl-200 {
		margin-top: 200px;
	}

	.divider-xl-270 {
		margin-top: 270px;
	}
}

section {
	position: relative;
}

img {
	max-width: 100%;
}

.s-parallax,.cover-image,.cover-background,.texture-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.cover-image {
	width: 100%;
	height: 100%;
}

.texture-background {
	background-image: url(/wp-content/themes/cognio-child/img/background-texture-cover.jpg);
}

.pattern-background:before {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern8.png);
}

@media(min-width:768px) {
	.cover-image {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		background-position: 50% 50%;
		z-index: 2;
	}

	.cover-image.s-cover-right {
		width: 50%;
		left: auto;
	}

	.cover-image.s-cover-left {
		width: 50%;
	}

	.cover-image>img {
		visibility: hidden;
	}

	.cover-image>a {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}

	.cover-image+[class*=container] [class*=col-]>img,.cover-image+[class*=container] [class*=col-]>a:after,.cover-image+[class*=container] [class*=col-]>a>img {
		visibility: hidden;
	}
}

.fixed-background,.s-parallax {
	background-attachment: fixed;
	background-position: 50% 0;
}

@media(max-width:767px) {
	.s-parallax {
		-webkit-background-size: auto auto;
		-moz-background-size: auto auto;
		-o-background-size: auto auto;
		background-size: auto auto;
	}
}

.s-overlay:before {
	opacity: .8;
}

.s-overlay.ls:before {
	background-color: #fff;
	opacity: .93;
}

.s-overlay.ls.ms:before {
	background-color: #f2f2eb;
	opacity: .81;
}

.s-overlay.cs:before {
	background-color: #092b37;
	opacity: .82;
}

.s-overlay.cs.cs2:before {
	background-color: #dddbcf;
}

.s-overlay.cs.cs3:before {
	background-color: #f6e700;
}

.s-overlay.ds.overlay-slider::before {
	opacity: .5;
}

.s-overlay.ds:before {
	background-color: #031521;
	opacity: .9;
}

.s-overlay.ds.ms:before {
	opacity: .9;
	background-color: #062637;
}

.s-muted:before {
	background-color: rgba(3,21,33,.1);
	opacity: 1;
}

@media(min-width:992px) {
	.s-overlay.mobile-overlay:before {
		display: none;
	}
}

.gradientradial-background {
	overflow: hidden;
}

.s-parallax>*,.s-overlay>*,.s-muted>*,.s-overlay-diagonal-double>*,.pattern-background>*,.gradientradial-background>*,.gradient-background>*,.gradientvertical-background>*,.gradientdarken-background>* {
	z-index: 4;
	position: relative;
}

.s-parallax:before,.s-overlay:before,.s-muted:before,.s-overlay-diagonal-double:before,.s-overlay-diagonal-double:after,.pattern-background:before,.gradient-background:before,.gradientvertical-background:before,.gradientdarken-background:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.s-muted:before,.s-parallax:before {
	opacity: .8;
}

.s-overlay-diagonal {
	overflow: hidden;
	padding: 10px 0;
	background-clip: content-box;
}

.s-overlay-diagonal:before {
	width: 40%;
	height: 3000px;
	margin-left: 30%;
	top: 50%;
	left: 0;
	right: auto;
	bottom: auto;
	transform: translateY(-50%) rotate(-45deg);
}

@media(max-width:1200px) {
	.s-overlay-diagonal:before {
		width: 70%;
		margin-left: 15%;
	}
}

.s-overlay-diagonal-double {
	overflow: hidden;
	padding: 10px 0;
}

.s-overlay-diagonal-double:before {
	background: linear-gradient(45deg,#092b37 30%,transparent 30%);
	opacity: .6;
}

.s-overlay-diagonal-double:after {
	background: linear-gradient(45deg,transparent 70%,#092b37 70%);
	opacity: .6;
}

.gradient-background:before {
	background: #092b37;
	background: -moz-linear-gradient(left,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(9,43,55,1)),color-stop(100%,rgba(221,219,207,1)));
	background: -webkit-linear-gradient(left,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	background: -o-linear-gradient(left,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	background: -ms-linear-gradient(left,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	background: linear-gradient(to right,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain',endColorstr='$colorMain2',GradientType=1);
}

.gradientvertical-background:before {
	background: #092b37;
	background: -moz-linear-gradient(top,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	background: -webkit-linear-gradient(top,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	background: -o-linear-gradient(top,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	background: -ms-linear-gradient(top,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	background: linear-gradient(to bottom,rgba(9,43,55,1) 0%,rgba(221,219,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain',endColorstr='$colorMain2',GradientType=0);
}

.gradientdarken-background:before {
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=0);
}

.gradientradial-background:before {
	content: '';
	display: block;
	position: absolute;
	width: 1400px;
	height: 1400px;
	top: 50%;
	left: 50%;
	margin-top: -700px;
	margin-left: -700px;
	z-index: 2;
	background: -moz-radial-gradient(center,ellipse cover,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	background: -webkit-gradient(radial,center center,0,center center,50%,color-stop(0%,rgba(255,255,255,0.24)),color-stop(50%,rgba(255,255,255,0)));
	background: -webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	background: -o-radial-gradient(center,ellipse cover,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	background: -ms-radial-gradient(center,ellipse cover,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	background: radial-gradient(ellipse at center,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff',endColorstr='#00ffffff',GradientType=1);
}

.s-overlay.gradientradial-background:before {
	width: 100vw;
	height: 100vw;
	margin-top: -50vw;
	margin-left: -50vw;
}

.s-bordertop,.s-borderbottom,.s-bordertop-container .container,.s-borderbottom-container .container {
	position: relative;
}

.s-bordertop:before,.s-borderbottom:after,.s-bordertop-container .container:before,.s-borderbottom-container .container:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	background-color: #dadbd6;
	z-index: 1;
}

.s-borderheight-2:before,.s-borderheight-2:after,.s-borderheight-2 .container:before,.s-borderheight-2 .container:after {
	height: 2px;
}

.s-borderheight-3:before,.s-borderheight-3:after,.s-borderheight-3 .container:before,.s-borderheight-3 .container:after {
	height: 3px;
}

.s-borderheight-5:before,.s-borderheight-5:after,.s-borderheight-5 .container:before,.s-borderheight-5 .container:after {
	height: 5px;
}

.s-bordercolormain:before,.s-bordercolormain:after,.s-bordercolormain .container:before,.s-bordercolormain .container:after {
	background-color: #092b37;
}

.s-bordertop-container .container:before,.s-borderbottom-container .container:after {
	right: 15px;
	left: 15px;
}

.s-borderbottom:after,.s-borderbottom-container .container:after {
	top: auto;
	bottom: 0;
}

.s-bordered-columns [class*=col-]+[class*=col-]:before {
	content: '';
	position: absolute;
	top: 1em;
	bottom: 1em;
	left: 0;
	width: 1px;
	background-color: rgba(0,0,0,.5);
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(6,38,55,.8);
	z-index: 13000;
	height: 100%;
}

.no-js .preloader,.lt-ie9 .preloader,.lt-ie10 .preloader {
	display: none;
}

.preloader_image {
	width: 256px;
	height: 256px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(/wp-content/themes/cognio-child/img/preloader-img.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: -128px 0 0 -128px;
}

.animate {
	visibility: hidden;
}

.no-js .animate,.lt-ie10 .animate,.lt-ie9 .animate {
	visibility: visible;
}

.animated {
	visibility: visible!important;
}

#box_wrapper,#canvas {
	overflow: visible;
	position: relative;
}

#box_wrapper>section,#box_wrapper>div>section {
	position: relative;
	clear: both;
}

#canvas.boxed {
	padding: 1px 0;
}

body.boxed {
	position: static;
	width: auto;
	height: auto;
}

.pattern1 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern1.png);
}

.pattern2 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern2.png);
}

.pattern3 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern3.png);
}

.pattern4 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern4.png);
}

.pattern5 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern5.png);
}

.pattern6 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern6.png);
}

.pattern7 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern7.png);
}

.pattern8 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern8.png);
}

.pattern9 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern9.png);
}

.pattern10 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern10.png);
}

.pattern11 {
	background-image: url(/wp-content/themes/cognio-child/img/patterns/pattern11.png);
}

.boxed .container {
	padding-left: 50px;
	padding-right: 50px;
}

@media(max-width:500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.boxed #box_wrapper.container {
	padding: 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	margin-top: 120px;
}

@media(min-width:1600px) {
	.boxed #box_wrapper.container {
		max-width: 1560px;
	}
}

.boxed #box_wrapper.container.top-bottom-margins {
	margin-top: 150px;
	margin-bottom: 120px;
}

.s-map-dark {
	background-image: url(/wp-content/themes/cognio-child/img/parallax/map-dark.jpg);
}

.s-map-light {
	background-image: url(/wp-content/themes/cognio-child/img/parallax/map-light.jpg);
}

.s-light-abstract {
	background-image: url(/wp-content/themes/cognio-child/img/parallax/light-abstract.jpg);
}

.s-light-wood {
	background-image: url(/wp-content/themes/cognio-child/img/parallax/light-wood.jpg);
}

.c-bordered [class*=col-] {
	border: 1px solid #dadbd6;
	margin-top: -1px;
	margin-left: -1px;
}

@media(min-width:768px) {
	.c-bordered.c-bordered-center .row [class*=col-]:first-child {
		border-left-color: transparent;
	}

	.c-bordered.c-bordered-center .row [class*=col-]:last-child {
		border-right-color: transparent;
	}

	.c-bordered.c-bordered-center .row:first-child [class*=col-] {
		border-top-color: transparent;
	}

	.c-bordered.c-bordered-center .row:last-child [class*=col-] {
		border-bottom-color: transparent;
	}
}

.bordered .item-media,.bordered .entry-thumbnail {
	margin: -1px;
	z-index: 1;
}

.bordered .item-media.cover-image {
	height: calc(100% + 2px);
}

.bordered.full-padding .item-media {
	margin: 0;
}

.full-padding {
	padding: 40px;
}

.content-padding .item-content {
	padding: 40px;
}

@media(max-width:992px) {
	.full-padding {
		padding: 30px;
	}

	.content-padding .item-content {
		padding: 30px;
	}
}

.side-item h2,.side-item h3,.side-item h4 {
	line-height: 1;
}

.side-item .row {
	margin: 0;
}

.side-item .row [class*=col-] {
	padding: 0;
	margin: 0;
}

.side-item .item-title+.item-content {
	padding-top: 30px;
}

.side-item [class*=col-]>.item-title {
	padding: 15px 30px;
}

.side-item [class*=col-]>.item-title h2,.side-item [class*=col-]>.item-title h3,.side-item [class*=col-]>.item-title h4 {
	margin: 0;
}

.side-item.bordered [class*=col-]>.item-title {
	margin: -1px;
}

@media(max-width:767px) {
	.no-content-padding [class*=col-sm-] .item-content,.full-padding [class*=col-sm-] .item-content,.no-content-padding [class*=col-xs-] .item-content,.full-padding [class*=col-xs-] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*=col-sm-][class*=sm-pull-] .item-content,.full-padding [class*=col-sm-][class*=sm-pull-] .item-content,.no-content-padding [class*=col-xs-][class*=sm-pull-] .item-content,.full-padding [class*=col-xs-][class*=sm-pull-] .item-content,.no-content-padding [class*=col-sm-][class*=xs-pull-] .item-content,.full-padding [class*=col-sm-][class*=xs-pull-] .item-content,.no-content-padding [class*=col-xs-][class*=xs-pull-] .item-content,.full-padding [class*=col-xs-][class*=xs-pull-] .item-content,.no-content-padding [class*=col-sm-][class*=order-sm-1] .item-content,.full-padding [class*=col-sm-][class*=order-sm-1] .item-content,.no-content-padding [class*=col-xs-][class*=order-sm-1] .item-content,.full-padding [class*=col-xs-][class*=order-sm-1] .item-content,.no-content-padding [class*=col-sm-][class*=order-xs-1] .item-content,.full-padding [class*=col-sm-][class*=order-xs-1] .item-content,.no-content-padding [class*=col-xs-][class*=order-xs-1] .item-content,.full-padding [class*=col-xs-][class*=order-xs-1] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-sm-12 .item-content,.full-padding .col-sm-12 .item-content,.no-content-padding .col-xs-12 .item-content,.full-padding .col-xs-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media(min-width:768px) {
	.no-content-padding [class*=col-md-] .item-content,.full-padding [class*=col-md-] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*=col-md-][class*=md-pull-] .item-content,.full-padding [class*=col-md-][class*=md-pull-] .item-content,.no-content-padding [class*=col-md-][class*=order-md-1] .item-content,.full-padding [class*=col-md-][class*=order-md-1] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-sm-12 .item-content,.full-padding .col-sm-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media(min-width:992px) {
	.no-content-padding [class*=col-lg-] .item-content,.full-padding [class*=col-lg-] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*=col-lg-][class*=lg-pull-] .item-content,.full-padding [class*=col-lg-][class*=lg-pull-] .item-content,.no-content-padding [class*=col-lg-][class*=order-lg-1] .item-content,.full-padding [class*=col-lg-][class*=order-lg-1] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-md-12 .item-content,.full-padding .col-md-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media(min-width:1200px) {
	.no-content-padding [class*=col-xl-] .item-content,.full-padding [class*=col-xl-] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*=col-xl-][class*=order-xl-1] .item-content,.full-padding [class*=col-xl-][class*=order-xl-1] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-lg-12 .item-content,.full-padding .col-lg-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

.vertical-item .item-media+.item-content {
	padding-top: 45px;
}

.vertical-item.content-padding .item-content {
	padding: 45px 50px;
}

@media(max-width:1199px) {
	.vertical-item.content-padding .item-content {
		padding: 30px;
	}
}

.vertical-item.content-padding.padding-small .item-content {
	padding: 40px;
}

@media(max-width:1199px) {
	.vertical-item.content-padding.padding-small .item-content {
		padding: 30px;
	}
}

.vertical-item.content-absolute {
	position: relative;
}

.vertical-item.content-absolute .item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 30px;
	z-index: 2;
}

.vertical-item.content-absolute.vertical-center .item-content {
	top: 0;
}

.vertical-item+.item-title {
	padding: 10px 30px;
}

.vertical-item+.item-title h2,.vertical-item+.item-title h3,.vertical-item+.item-title h4 {
	margin: 0;
}

.item-meta {
	font-size: 16px;
	line-height: 1.6;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.item-meta i {
	text-align: center;
	position: relative;
	font-size: 16px;
	padding-right: 5px;
}

@media(min-width:576px) {
	.item-meta {
		align-items: center;
	}
}

.item-meta .time-meta {
	margin-right: auto;
}

.item-meta .time-meta a {
	margin-right: 15px;
}

.item-meta.with-cat .time-meta {
	margin-bottom: 15px;
}

.item-media {
	position: relative;
	overflow: hidden;
}

.item-media img {
	width: 100%;
}

.item-media.cover-image {
	height: 100%;
}

.media-links {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.media-links div {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -30px;
	z-index: 4;
}

.content-absolute .media-links div {
	display: flex;
	top: 0;
	margin-top: 0;
	justify-content: flex-end;
}

.content-absolute .media-links div a {
	transition: all .35s ease .1s;
}

.content-absolute .media-links div a:hover {
	transform: scaleX(-1);
}

.content-absolute .media-links div a:first-child {
	transition-delay: 0s;
}

.media-links:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #031521;
	opacity: 0;
	transition: all .2s linear;
}

[class*=-item]:hover .media-links:before {
	opacity: .4;
}

.media-links a.abs-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

[class*=-item]:hover .media-links a.abs-link {
	opacity: 1;
}

[class*=-item] .links-wrap a {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 58px;
	top: -100px;
	border: 2px solid transparent;
	display: inline-block;
	z-index: 5;
	font-size: 30px;
	text-align: center;
	opacity: 0;
	transition: all .6s cubic-bezier(.175,.885,.32,1.275) 0s;
}

[class*=-item] .links-wrap a.link-zoom {
	color: #fff;
	background-color: #031521;
	border-color: #031521;
}

[class*=-item] .links-wrap a.link-zoom:hover {
	opacity: 1;
	background-color: #092b37;
	border-color: #092b37;
	color: #fff;
}

[class*=-item] .links-wrap a.link-anchor {
	color: #fff;
	transition-delay: .1s;
}

[class*=-item] .links-wrap a.link-anchor:hover {
	opacity: 1;
	color: #092b37;
	transform: rotate(360deg) scale(1.5);
}

[class*=-item] .links-wrap a:before {
	font-family: fontawesome;
	content: "\f002";
}

[class*=-item] .links-wrap a.link-anchor:before {
	content: "\f002";
}

[class*=-item]:hover .links-wrap a {
	top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

[class*=-item]:hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}

.item-icons {
	margin-top: 35px;
	font-size: 12px;
}

.content-padding .item-icons {
	margin-top: 0;
}

.item-icons i {
	padding: 0 4px;
}

.item-icons .col {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}

.btn:hover {
	cursor: pointer;
}

.btn.focus,.btn:focus {
	box-shadow: 0 0 3px 0 rgba(100,100,100,.75);
}

.btn-secondary {
	border-color: #dadbd6;
	color: #031521;
}

.btn-link {
	color: #031521;
	text-decoration: underline;
}

.btn-link:hover {
	color: #dddbcf;
}

.service-layout-3.ls .btn-booking,.service-layout-1.ls .btn-booking,.service-layout-3.ds .btn-booking,.service-layout-1.ds .btn-booking {
	background-color: #f2f2eb;
}

.service-layout-3.ls.ms .btn-booking,.service-layout-1.ls.ms .btn-booking,.service-layout-3.ds.ms .btn-booking,.service-layout-1.ds.ms .btn-booking {
	background-color: #fff;
}

.btn-booking {
	color: #062637;
	background-color: #f2f2eb;
	padding: 9px 50px 8px 25px;
	border-radius: 30px;
	height: 40px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all .3s ease-in-out;
	z-index: 1;
	width: 100%;
}

.btn-booking::before {
	content: '\f04b';
	font-family: fontawesome,sans-serif;
	font-size: 12px;
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #092b37;
	z-index: 1;
}

.btn-booking::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-color: #092b37;
	width: 0;
	height: 100%;
	right: 0;
	top: 0;
	border-radius: 35px;
	transition: all .4s ease-in-out;
}

.btn-booking:hover {
	color: #fff!important;
}

.btn-booking:hover::after {
	width: 100%;
}

.btn-special-download,.btn-special-buy {
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #092b37;
	border-radius: 50%;
	border: 1px solid #092b37;
	font-size: 0;
	box-shadow: 0 0 0 0 rgba(9,43,55,.4),0 0 0 0 rgba(9,43,55,.6);
	-webkit-animation: pulse-icon-color-main 1.5s infinite;
}

.btn-special-download::before,.btn-special-buy::before {
	content: '';
	-webkit-mask: url(/wp-content/themes/cognio-child/img/icon-download.png) no-repeat center;
	background-color: #fff;
	width: 17px;
	height: 18px;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.btn-special-download:hover,.btn-special-buy:hover {
	background-color: rgba(9,43,55,.8);
}

.btn-special-buy::before {
	-webkit-mask: url(/wp-content/themes/cognio-child/img/icon-basket.png) no-repeat center;
}

.btn-maincolor2,.btn-maincolor3 {
	color: #031521;
}

.btn-maincolor,.btn-maincolor2,.btn-maincolor3,.btn-darkgrey,.btn-grey {
	border: 1px solid transparent;
	position: relative;
	background-color: transparent;
	z-index: 1;
	overflow: hidden;
}

.btn-maincolor:hover,.btn-maincolor2:hover,.btn-maincolor3:hover,.btn-darkgrey:hover,.btn-grey:hover {
	background-color: transparent;
}

.btn-maincolor {
	border-color: #092b37;
	background-color: #092b37;
	color: #fff;
}

.btn-maincolor:hover {
	color: #092b37;
}

.btn-maincolor2 {
	border-color: #dddbcf;
	background-color: #dddbcf;
}

.btn-maincolor2:hover {
	color: #031521;
}

.btn-maincolor3 {
	border-color: #f6e700;
	background-color: #f6e700;
}

.btn-maincolor3:hover {
	color: #031521;
}

.btn-grey {
	border-color: #f2f2eb;
	background-color: #f2f2eb;
}

.btn-grey:hover {
	color: #062637;
}

.btn-darkgrey {
	border-color: #031521;
	color: #fff;
	background-color: #031521;
}

.btn-darkgrey:hover {
	color: #031521;
}

.btn-outline-maincolor,.btn-outline-maincolor2,.btn-outline-maincolor3,.btn-outline-darkgrey {
	border: 1px solid transparent;
	color: #031521;
	position: relative;
	background-color: transparent;
}

.btn-outline-maincolor {
	border-color: #092b37;
	color: #092b37;
}

.btn-outline-maincolor:hover {
	background-color: #092b37;
	color: #fff;
}

.btn-outline-maincolor2 {
	border-color: #dddbcf;
}

.btn-outline-maincolor2:hover {
	background-color: #dddbcf;
	color: #031521;
}

.btn-outline-maincolor3 {
	border-color: #f6e700;
}

.btn-outline-maincolor3:hover {
	background-color: #f6e700;
	color: #031521;
}

.btn-outline-darkgrey {
	border-color: #031521;
}

.btn-outline-darkgrey:hover {
	background-color: #031521;
	color: #fff;
}

.btn-with-line {
	position: relative;
	border: 1px solid #092b37;
	padding-left: 40px;
	padding-right: 40px;
}

.btn-with-line:after {
	content: "";
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #031521;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	transition: all .3s ease-out;
}

.btn-with-line:hover {
	color: #fff;
	background-color: #092b37;
}

.btn-with-line:hover::after {
	background-color: #fff;
}

.btn-amazon {
	font-size: 0;
	width: 170px;
	height: 60px;
	background: url(/wp-content/themes/cognio-child/img/btn-amazon.png);
	transition: all .3s ease-in-out;
}

.btn-amazon:hover {
	opacity: .8;
}

.corner {
	position: relative;
	height: 0;
	padding-bottom: 70px;
	background-color: transparent!important;
	overflow: visible!important;
	z-index: 3;
}

.corner:before,.corner:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
}

.corner:after {
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 70px solid #fff;
}

.corner.corner-outside {
	position: absolute;
}

.corner.corner-outside:first-child {
	top: -70px;
}

.corner.corner-outside:last-child {
	bottom: -70px;
}

.corner.corner-half:after {
	border-left-width: 100vw;
	border-right-width: 0;
}

.corner.corner-half.corner-half-inverse:after {
	border-left-width: 0;
	border-right-width: 100vw;
}

.corner.corner-mirror:after {
	border-left-width: 0;
}

.corner.corner-mirror:before {
	border-left: 50vw solid transparent;
	border-top: 70px solid #fff;
	left: 50vw;
}

.corner.corner-inverse:before,.corner.corner-inverse:after {
	border-top: none;
	border-bottom: 70px solid #fff;
}

@media(max-width:1199px) {
	.corner {
		padding-bottom: 30px;
	}

	.corner:after {
		border-top-width: 30px;
	}

	.corner.corner-outside {
		position: absolute;
	}

	.corner.corner-outside:first-child {
		top: -30px;
	}

	.corner.corner-outside:last-child {
		bottom: -30px;
	}

	.corner.corner-mirror:before {
		border-top-width: 30px;
	}

	.corner.corner-inverse:before,.corner.corner-inverse:after {
		border-bottom-width: 30px;
	}
}

.corner.ls.ms.corner-mirror:before,.corner.ls.ms:after {
	border-top-color: #f2f2eb;
	border-bottom-color: #f2f2eb;
}

.corner.ls.ms.corner-inverse:after {
	border-bottom-color: #f2f2eb;
}

.corner.ds.corner-mirror:before,.corner.ds:after {
	border-top-color: #031521;
	border-bottom-color: #031521;
}

.corner.ds.corner-inverse:after {
	border-bottom-color: #031521;
}

.corner.ds.ms.corner-mirror:before,.corner.ds.ms:after {
	border-top-color: #062637;
	border-bottom-color: #062637;
}

.corner.ds.ms.corner-inverse:after {
	border-bottom-color: #062637;
}

.corner.ds.bs.corner-mirror:before,.corner.ds.bs:after {
	border-top-color: #2f3e47;
	border-bottom-color: #2f3e47;
}

.corner.ds.bs.corner-inverse:after {
	border-bottom-color: #2f3e47;
}

.corner.cs.corner-mirror:before,.corner.cs:after {
	border-top-color: #092b37;
	border-bottom-color: #092b37;
}

.corner.cs.corner-inverse:after {
	border-bottom-color: #092b37;
}

.corner.cs.cs2.corner-mirror:before,.corner.cs.cs2:after {
	border-top-color: #dddbcf;
	border-bottom-color: #dddbcf;
}

.corner.cs.cs2.corner-inverse:after {
	border-bottom-color: #dddbcf;
}

.corner.cs.cs3.corner-mirror:before,.corner.cs.cs3:after {
	border-top-color: #f6e700;
	border-bottom-color: #f6e700;
}

.corner.cs.cs3.corner-inverse:after {
	border-bottom-color: #f6e700;
}

.ls {
	background-color: #fff;
	color: #6e7a81;
}

.ls h1,.ls h2,.ls h3,.ls h4,.ls h5,.ls h6 {
	color: #0e2f3b;
}

.ls h1 a,.ls h2 a,.ls h3 a,.ls h4 a,.ls h5 a,.ls h6 a {
	color: inherit;
}

.ls h1 a:hover,.ls h2 a:hover,.ls h3 a:hover,.ls h4 a:hover,.ls h5 a:hover,.ls h6 a:hover {
	color: #092b37;
}

.ls .btn-maincolor2:hover,.ls .btn-maincolor3:hover,.ls .btn-darkgrey:hover {
	color: #031521;
}

.ls .links-maincolor a:hover {
	opacity: .7;
}

.ls.ms {
	background-color: #f2f2eb;
}

.ls.ms blockquote {
	background-color: #fff;
}

.ls.ms .links-grey a {
	color: #5e686e;
}

.ls.ms .hero-bg {
	background-color: #fff;
}

.ls.ms .hero-bg hr {
	background-color: #dadbd6;
}

.ls.ms hr {
	background-color: #fff;
}

.ls.ms td,.ls.ms th,.ls.ms .bordered {
	border-color: #cecfc8;
}

.ls.ms .btn-secondary {
	border-color: #fff;
}

.ls.ms .btn-secondary:hover {
	border-color: #e6e6d8;
	background-color: #e6e6d8;
}

.ls .color-icon.bg-icon {
	background-color: #ececec;
}

.ls.ms .nav-tabs>li.active>a,.ls.ms .nav-tabs>li.active>a:hover,.ls.ms .nav-tabs>li.active>a:focus {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .tab-content {
	background-color: #fff;
}

.ls.ms .tab-content .bordered {
	border-color: #e6e6e6;
}

.ls.ms .tab-content.no-border {
	background-color: transparent;
}

.ls.ms .tab-content .form-control {
	background-color: #f2f2eb;
}

.ls.ms .vertical-tabs .nav>li>a {
	background-color: #fff;
}

.ls.ms .vertical-tabs .nav>li>a:hover,.ls.ms .vertical-tabs .nav>li.active>a {
	background-color: #031521;
}

.ls.ms .panel-title>a {
	background-color: #031521;
}

.ls.ms .panel-title>a.collapsed {
	background-color: #fff;
}

.ls.ms .hero-bg .panel-title>a {
	border: 1px solid #dadbd6;
}

.ls.ms .panel-title>a.collapsed:hover,.ls.ms .panel-title>a:hover {
	background-color: #031521;
}

.ls.ms .pagination a,.ls.ms .pagination span {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .breadcrumb {
	color: #6e7a81;
}

.ls.ms .breadcrumb a {
	color: #576065;
}

.ls.ms .breadcrumb a:hover {
	color: #092b37;
}

.ds {
	background-color: #031521;
	color: #9a9a9a;
}

.ds * .ds {
	background-color: #01060a;
}

.ds.ms {
	background-color: #062637;
}

.ds.ms .ds.ms {
	background-color: #072c40;
}

.ds.bs {
	background-color: #2f3e47;
}

.ds a:not(.btn) {
	color: #fff;
}

.ds a:not(.btn):hover {
	color: #092b37;
}

.ds h1,.ds h2,.ds h3,.ds h4,.ds h5,.ds h6 {
	color: #fff;
}

.ds h1 a,.ds h2 a,.ds h3 a,.ds h4 a,.ds h5 a,.ds h6 a {
	color: #fff;
}

.ds h1 a:hover,.ds h2 a:hover,.ds h3 a:hover,.ds h4 a:hover,.ds h5 a:hover,.ds h6 a:hover {
	opacity: .8;
}

.ds .ls {
	background-color: #fff;
	color: #6e7a81;
}

.ds .ls h1,.ds .ls h2,.ds .ls h3,.ds .ls h4,.ds .ls h5,.ds .ls h6 {
	color: #031521;
}

.ds .ls h1 a,.ds .ls h2 a,.ds .ls h3 a,.ds .ls h4 a,.ds .ls h5 a,.ds .ls h6 a {
	color: inherit;
}

.ds .ls h1 a:hover,.ds .ls h2 a:hover,.ds .ls h3 a:hover,.ds .ls h4 a:hover,.ds .ls h5 a:hover,.ds .ls h6 a:hover {
	color: #092b37;
}

.ds .ls a:not(.btn) {
	color: #031521;
}

.ds .ls a:not(.btn):hover {
	color: #092b37;
}

.ds label {
	color: #fff;
}

.ds hr {
	border-color: rgba(255,255,255,.15);
	background-color: rgba(255,255,255,.15);
}

.ds blockquote,.ds .blockquote {
	color: #fff;
}

.ds pre {
	color: #9a9a9a;
}

.ds .muted-bg,.ds .hero-bg {
	background-color: rgba(255,255,255,.05);
}

.ds .bordered {
	border-color: rgba(255,255,255,.15);
}

.ds .color-main {
	color: #092b37;
}

.ds .color-main2 {
	color: #dddbcf;
}

.ds .color-dark,.ds .color-darkgrey {
	color: #fff;
	border-color: #fff;
}

.ds .links-maincolor a {
	color: #092b37;
}

.ds .links-maincolor a:hover {
	color: #fff;
}

.ds .links-maincolor2 a {
	color: #dddbcf;
}

.ds .links-maincolor2 a:hover {
	color: #fff;
}

.ds .links-maincolor3 a {
	color: #f6e700;
}

.ds .links-maincolor3 a:hover {
	color: #fff;
}

.ds .links-grey a {
	color: #9a9a9a;
}

.ds .links-grey a:hover {
	color: #fff;
}

.ds .links-darkgrey a {
	color: #fff;
}

.ds .links-darkgrey a:hover {
	color: #092b37;
}

.ds.s-bordertop:before,.ds.s-borderbottom:after,.ds.s-bordertop-container .container:before,.ds.s-borderbottom-container .container:after {
	background-color: rgba(255,255,255,.15);
}

.ds.s-bordered-columns [class*=col-]+[class*=col-]:before {
	background-color: rgba(255,255,255,.15);
}

.ds .btn-maincolor:hover,.ds .btn-maincolor2:hover,.ds .btn-maincolor3:hover,.ds .btn-darkgrey:hover,.ds .btn-outline-maincolor:hover,.ds .btn-outline-maincolor2:hover,.ds .btn-outline-maincolor3:hover,.ds .btn-outline-darkgrey:hover {
	color: #fff;
}

.ds .btn-outline-maincolor,.ds .btn-outline-maincolor2,.ds .btn-outline-maincolor3,.ds .btn-outline-darkgrey {
	color: #fff;
}

.ds .btn-outline-maincolor2:hover,.ds .btn-outline-maincolor3:hover {
	color: #031521;
}

.ds .btn-outline-darkgrey {
	border-color: #fff;
}

.ds .btn-outline-darkgrey:hover {
	background-color: #fff;
	color: #031521;
}

.ds .btn-darkgrey {
	color: #031521;
	border-color: #fff;
	background-color: #fff;
}

.ds .btn-darkgrey:hover {
	color: #fff;
	background-color: transparent;
}

.ds a.fa {
	color: #fff;
	border-color: rgba(255,255,255,.15);
}

.ds a.bg-icon {
	background-color: #092b37;
	color: #031521;
}

.ds .fa.color-icon:hover {
	color: #fff;
}

.ds .color-icon.bg-icon {
	background-color: rgba(255,255,255,.05);
}

.ds .color-icon.bg-icon:hover {
	color: #fff;
}

.ds .color-bg-icon:hover {
	background-color: #092b37;
}

.ds {
}

.ds .list-bordered li {
	border-color: rgba(255,255,255,.15);
}

.ds input[type=text],.ds input[type=email],.ds input[type=url],.ds input[type=password],.ds input[type=search],.ds input[type=tel],.ds input[type=number],.ds textarea,.ds select,.ds .form-control {
	border-color: rgba(255,255,255,.15);
	color: #fff;
}

.ds input[type=text]::after,.ds input[type=email]::after,.ds input[type=url]::after,.ds input[type=password]::after,.ds input[type=search]::after,.ds input[type=tel]::after,.ds input[type=number]::after,.ds textarea::after,.ds select::after,.ds .form-control::after {
	background-color: #fff;
}

.ds .form-group::after {
	background-color: #fff;
}

.ds .form-group-select:before {
	border-color: rgba(255,255,255,.15);
}

.ds .form-control:focus {
	border-color: rgba(255,255,255,.15);
}

.ds .form-control:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.ds .form-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.ds .form-control:-ms-input-placeholder {
	color: #fff;
}

.ds .form-control::-webkit-input-placeholder {
	color: #fff;
}

.ds .form-control:focus:-moz-placeholder {
	color: transparent;
}

.ds .form-control:focus::-moz-placeholder {
	color: transparent;
}

.ds .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.ds .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.ds .contact-form.transparent-background .form-control {
	border-color: rgba(255,255,255,.15);
}

.ds .tab-content {
	border-color: rgba(255,255,255,.15);
}

.ds .nav-tabs .nav-link {
	border-color: rgba(255,255,255,.15);
}

.ds .owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}

.ds .post-adds .share_button>i,.ds .post-adds .like_button>i {
	color: #fff;
}

.ds .side-item {
	border-color: rgba(255,255,255,.15);
}

.ds .excerpt {
	color: #fff;
}

.ds .reply a {
	color: #fff;
}

.ds .widget_shopping_cart .cart_list,.ds .widget_recent_entries li,.ds .widget_recent_comments li,.ds .widget_archive li,.ds .widget_categories li,.ds .widget_meta li,.ds .widget_nav_menu li,.ds .widget_pages li,.ds .widget_popular_entries li {
	border-color: rgba(255,255,255,.15);
}

.ds .widget_nav_menu ul ul {
	border-color: rgba(255,255,255,.15);
}

.ds .widget_popular_entries .media-heading {
	color: #fff;
}

.ds .tweet_list li+li .tweet_right {
	border-color: rgba(255,255,255,.15);
}

.ds .widget_tag_cloud a {
	color: #fff;
	border-color: #fff;
}

.ds .widget_tag_cloud a:hover {
	border-color: #092b37;
}

.ds .widget_shopping_cart li a+a {
	color: #fff;
}

.ds .widget_shopping_cart li a+a:hover {
	color: #092b37;
}

.ds .summary .price {
	color: #fff;
	border-color: rgba(255,255,255,.15);
}

.ds .summary .product_meta {
	border-color: rgba(255,255,255,.15);
}

.ds .widget_price_filter .price_label {
	color: #fff;
}

.ds #calendar_wrap {
	border-color: rgba(255,255,255,.15);
}

.ds .widget_calendar table {
	background-color: rgba(255,255,255,.05);
	border-color: rgba(255,255,255,.15);
}

.ds .widget_calendar tfoot td a {
	border-color: rgba(255,255,255,.15);
}

.ds .widget_calendar caption,.ds .widget_calendar thead,.ds .widget_calendar th {
	color: #fff;
}

.ds .widget_calendar tbody td a:hover {
	color: #fff;
}

.ds .grid-view h3:before,.ds .grid-view h3:after {
	background-color: rgba(255,255,255,.15);
}

.ds .owl-carousel.product-thumbnails .owl-nav>div:after {
	color: #fff;
}

.ds .ui-slider {
	background-color: rgba(255,255,255,.05);
}

.ds .ui-slider .ui-slider-handle {
	background-color: #fff;
}

.ds #sort_view {
	background-color: transparent;
	color: #fff;
}

.ds #toggle_shop_view.grid-view:after,.ds #toggle_shop_view:before {
	background-color: rgba(247,247,247,.05);
}

.ds .widget_layered_nav .color-filters a:before {
	border-color: rgba(255,255,255,.15);
}

.ds .table.cart a {
	color: #fff;
}

.ds .pagination>li>a,.ds .pagination>li>span {
	color: #fff;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.15);
}

.ds .pagination>li.active>a,.ds .pagination>li.active>span,.ds .pagination>li>a:hover,.ds .pagination>li>span:hover,.ds .pagination>li>a:focus,.ds .pagination>li>span:focus {
	border-color: #092b37;
	background-color: #092b37;
	color: #fff;
}

.ds .thumbnail {
	background-color: transparent;
}

.ds .thumbnail h3 a {
	color: #fff;
}

.ds .thumbnail .caption {
	border-color: transparent;
	background-color: rgba(252,252,252,.05);
}

.ds .progress {
	background-color: rgba(255,255,255,.15);
}

.ds .panel-heading .panel-title>a.collapsed,.ds .vertical-tabs .nav>li>a {
	background-color: rgba(255,255,255,.05);
	color: #fff;
}

.ds .panel-heading .panel-title>a,.ds .panel-heading .panel-title>a:hover,.ds .vertical-tabs .nav>li.active>a,.ds .vertical-tabs .nav>li>a:hover {
	background-color: #092b37;
}

.ds .panel-heading .panel-title>a:hover:after,.ds .vertical-tabs .nav>li>a:hover:after {
	color: #fff;
}

.ds #timetable tbody th,.ds #timetable tbody td {
	border-color: rgba(255,255,255,.15);
}

.ds #isotope_filters a,.ds .filters a {
	color: #fff;
}

.ds div .fw-shortcode-calendar-wrapper .page-header h3,.ds div .btn-group button[data-calendar-nav],.ds div .btn-group button[data-calendar-nav*=today] {
	color: #fff;
}

.cs.cs2 {
	background-color: #dddbcf;
}

.cs.cs2 .color-main {
	color: #092b37;
}

.cs.cs3 {
	background-color: #f6e700;
}

.cs.cs3 .color-main {
	color: #092b37;
}

.cs.gs {
	background-color: #aaa6a7;
}

.cs.cs-success {
	background-color: #4db19e;
}

.cs.cs-info {
	background-color: #007ebd;
}

.cs.cs-warning {
	background-color: #eeb269;
}

.cs.cs-danger {
	background-color: #dc5753;
}

.cs {
	background-color: #092b37;
	color: #fff;
}

.cs h1,.cs h2,.cs h3,.cs h4,.cs h5,.cs h6 {
	color: #fff;
}

.cs h1 a,.cs h2 a,.cs h3 a,.cs h4 a,.cs h5 a,.cs h6 a {
	color: #fff;
}

.cs h1 a:hover,.cs h2 a:hover,.cs h3 a:hover,.cs h4 a:hover,.cs h5 a:hover,.cs h6 a:hover {
	color: rgba(255,255,255,.6);
}

.cs a:not(.btn) {
	color: #fff;
}

.cs a:not(.btn):hover {
	opacity: .8;
}

.cs blockquote,.cs .blockquote {
	border-color: #104d63;
}

.cs hr {
	border-color: rgba(255,255,255,.15);
}

.cs pre {
	color: #fff;
}

.cs .hero-bg {
	background-color: rgba(255,255,255,.1);
}

.cs .bordered {
	border-color: rgba(255,255,255,.15);
}

.cs.s-bordertop:before,.cs.s-borderbottom:after,.cs.s-bordertop-container .container:before,.cs.s-borderbottom-container .container:after {
	background-color: rgba(255,255,255,.15);
}

.cs.s-bordered-columns [class*=col-]+[class*=col-]:before {
	background-color: rgba(255,255,255,.15);
}

.cs .links-darkgrey a,.cs .links-grey a {
	color: #fff;
	opacity: .9;
}

.cs .links-darkgrey a:hover,.cs .links-grey a:hover {
	opacity: 1;
	color: #fff;
}

.cs .color-dark {
	border-color: #fff;
	color: #fff;
}

.cs .color-darkgrey {
	border-color: #031521;
	color: #031521;
}

.cs .response,.cs .color-main {
	color: #fff;
}

.cs .form-control:focus {
	border-color: rgba(255,255,255,.5);
}

.cs .form-control:-moz-placeholder {
	color: #031521;
	opacity: 1;
}

.cs .form-control::-moz-placeholder {
	color: #031521;
	opacity: 1;
}

.cs .form-control:-ms-input-placeholder {
	color: #031521;
}

.cs .form-control::-webkit-input-placeholder {
	color: #031521;
}

.cs .form-control:focus:-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus::-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.cs .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.cs .btn-maincolor2:hover,.cs .btn-maincolor3:hover,.cs .btn-darkgrey:hover,.cs .btn-outline-maincolor:hover,.cs .btn-outline-maincolor2:hover,.cs .btn-outline-maincolor3:hover {
	color: #031521;
}

.cs .btn-outline-darkgrey:hover {
	color: #fff;
}

.cs .btn-outline-maincolor,.cs .btn-outline-maincolor2,.cs .btn-outline-maincolor3,.cs .btn-outline-darkgrey {
	color: #fff;
}

.cs .btn-outline-maincolor {
	border-color: #fff;
}

.cs .btn-outline-maincolor:hover {
	background-color: #fff;
	color: #031521;
}

.cs .btn-maincolor {
	color: #031521;
	border-color: #fff;
	background-color: #fff;
}

.cs .btn-maincolor:hover {
	background-color: transparent;
	color: #fff;
}

.cs a.fa {
	color: #fff;
	border-color: rgba(255,255,255,.15);
}

.cs a.bg-icon {
	background-color: rgba(255,255,255,.17);
}

.cs .color-icon.bg-icon {
	background-color: rgba(255,255,255,.9);
}

.cs a.fa.color-bg-icon:hover {
	background-color: #031521;
}

.cs .btn-action {
	background-color: #fff;
}

.cs .btn-action i {
	color: #031521;
}

.cs .btn-action:hover i {
	opacity: .7;
}

.clear,.clearfix {
	clear: both;
}

.round {
	border-radius: 50%;
}

.text-normal {
	text-transform: none;
}

.p-big {
	padding: 40px 45px;
}

@media(min-width:1200px) {
	.p-big {
		padding: 55px 60px;
	}
}

.p-normal {
	padding: 40px 45px;
}

.p-small {
	padding: 30px 35px;
}

.cover-before,.cover-after {
	overflow: hidden;
}

.cover-before,.cover-after,.cover-before>*,.cover-after>* {
	position: relative;
	z-index: 2;
}

.cover-before:before,.cover-after:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.top-corner {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}

.fs-10 {
	font-size: 10px;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.fs-30 {
	font-size: 30px;
}

.fs-32 {
	font-size: 32px;
}

.fs-36 {
	font-size: 36px;
}

.fs-40 {
	font-size: 40px;
}

.fs-45 {
	font-size: 45px;
}

.fs-50 {
	font-size: 50px;
}

.fs-56 {
	font-size: 56px;
}

.fs-60 {
	font-size: 60px;
}

.fw-100 {
	font-weight: 100;
}

.fw-300,.thin {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700,.bolder {
	font-weight: 700;
}

.fw-900,.bold {
	font-weight: 900;
}

.dropcap {
	font-size: 108px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: .9;
	margin: 0 15px 0 0;
	float: left;
}

@media(max-width:1600px) {
	.dropcap {
		font-size: 92px;
		margin-right: 15px;
	}
}

.overflow-hidden {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.overflow-visible {
	overflow: visible;
	position: relative;
	z-index: 2;
}

.z-index-2 {
	z-index: 2;
}

[class*=visible-above-],[class*=visible-below-] {
	display: none!important;
}

@media(min-width:576px) {
	.visible-above-sm {
		display: block!important;
	}
}

@media(max-width:575px) {
	.visible-below-sm {
		display: block!important;
	}
}

@media(min-width:768px) {
	.visible-above-md {
		display: block!important;
	}
}

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

@media(min-width:992px) {
	.visible-above-lg {
		display: block!important;
	}
}

@media(max-width:991px) {
	.visible-below-lg {
		display: block!important;
	}
}

@media(min-width:1200px) {
	.visible-above-xl {
		display: block!important;
	}
}

@media(max-width:1199px) {
	.visible-below-xl {
		display: block!important;
	}
}

@media(max-width:575px) {
	.hidden-below-sm {
		display: none!important;
	}
}

@media(min-width:576px) {
	.hidden-above-sm {
		display: none!important;
	}
}

@media(max-width:767px) {
	.hidden-below-md {
		display: none!important;
	}
}

@media(min-width:768px) {
	.hidden-above-md {
		display: none!important;
	}
}

@media(max-width:991px) {
	.hidden-below-lg {
		display: none!important;
	}
}

@media(min-width:992px) {
	.hidden-above-lg {
		display: none!important;
	}
}

@media(max-width:1199px) {
	.hidden-below-xl {
		display: none!important;
	}
}

@media(min-width:1200px) {
	.hidden-above-xl {
		display: none!important;
	}
}

@media(max-width:575px) {
	.hidden-xs {
		display: none!important;
	}
}

@media(min-width:576px) and (max-width:767px) {
	.hidden-sm {
		display: none!important;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hidden-md {
		display: none!important;
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hidden-lg {
		display: none!important;
	}
}

@media(min-width:1200px) {
	.hidden-xl {
		display: none!important;
	}
}

.light-bg {
	background-color: #fff;
}

.hero-bg {
	background-color: #f2f2eb;
}

.muted-bg {
	background-color: rgba(3,21,33,.7);
}

.dark-bg {
	background-color: rgba(6,38,55,.7);
}

.ds .ls .response,.ds .ls .color-main {
	color: #092b37!important;
	border-color: #092b37;
}

.ds .ls .response a i,.ds .ls .color-main a i {
	color: #092b37!important;
	transition: all .3s ease-in-out;
}

.ds .ls .response a i:hover,.ds .ls .color-main a i:hover {
	color: #031521!important;
}

.response,.color-main {
	color: #092b37!important;
	border-color: #092b37;
}

.response a,.color-main a {
	color: #092b37!important;
	transition: all .3s ease-in-out;
}

.response a:hover,.color-main a:hover {
	color: #031521!important;
}

.color-white {
	color: #fff;
}

.ls .color-white {
	color: #031521;
}

.color-main2 {
	color: #dddbcf!important;
	border-color: #dddbcf;
}

.color-main2 a i {
	color: #dddbcf!important;
	transition: all .3s ease-in-out;
}

.color-main2 a i:hover {
	color: #031521!important;
}

.color-main3 {
	color: #f6e700;
	border-color: #f6e700;
}

.color-dark {
	color: #062637;
	border-color: #062637;
}

.color-darkgrey {
	color: #031521;
	border-color: #031521;
}

.color-font {
	color: #6e7a81;
}

.color-success {
	color: #4db19e;
}

.color-info {
	color: #007ebd;
}

.color-warning {
	color: #eeb269;
}

.required,.color-danger {
	color: #dc5753;
}

.bordered {
	border: 1px solid #dadbd6;
}

.box-shadow {
	border-color: transparent;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.links-maincolor-hover:not(.btn):hover {
	color: #092b37!important;
}

.links-maincolor a {
	color: #092b37;
}

.links-maincolor2 a {
	color: #dddbcf;
}

.links-maincolor3 a {
	color: #f6e700;
}

.links-grey a {
	color: #6e7a81;
}

.links-grey a:hover {
	color: #092b37;
}

.links-darkgrey a {
	color: #031521;
}

.links-darkgrey a:hover {
	color: #092b37;
}

.bg-maincolor {
	background-color: #092b37;
}

.bg-maincolor2 {
	background-color: #dddbcf;
}

.bg-maincolor3 {
	background-color: #f6e700;
}

.bg-dark {
	background-color: #062637;
}

.bg-darkblue {
	color: #fff;
	background-color: #253138;
}

.bg-darkgrey {
	color: #fff;
	background-color: #031521;
}

.bg-success {
	background-color: #4db19e!important;
}

.bg-info {
	background-color: #007ebd!important;
}

.bg-warning {
	background-color: #eeb269!important;
}

.bg-danger {
	background-color: #dc5753!important;
}

[class*=bg-] {
	color: #fff;
}

[class*=bg-] a,[class*=bg-] h1,[class*=bg-] h2,[class*=bg-] h3,[class*=bg-] h4,[class*=bg-] h5,[class*=bg-] h6 {
	color: #fff;
}

span[class*=bg-],span.bordered,span.light-bg,span.hero-bg,span.muted-bg {
	padding-left: .37em;
	padding-right: .37em;
}

.my--160 {
	margin-top: -160px;
	margin-bottom: -160px;
}

.my--120 {
	margin-top: -120px;
	margin-bottom: -120px;
}

.my--85 {
	margin-top: -85px;
	margin-bottom: -85px;
}

.my--80 {
	margin-top: -80px;
	margin-bottom: -80px;
}

.my--75 {
	margin-top: -75px;
	margin-bottom: -75px;
}

.my--60 {
	margin-top: -60px;
	margin-bottom: -60px;
}

.my--50 {
	margin-top: -50px;
	margin-bottom: -50px;
}

.my--40 {
	margin-top: -40px;
	margin-bottom: -40px;
}

.my--35 {
	margin-top: -35px;
	margin-bottom: -35px;
}

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

.my--25 {
	margin-top: -25px;
	margin-bottom: -25px;
}

.my--20 {
	margin-top: -20px;
	margin-bottom: -20px;
}

.my--15 {
	margin-top: -15px;
	margin-bottom: -15px;
}

.my--10 {
	margin-top: -10px;
	margin-bottom: -10px;
}

.my--5 {
	margin-top: -5px;
	margin-bottom: -5px;
}

.my-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

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

.my-35 {
	margin-top: 35px;
	margin-bottom: 35px;
}

.my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.my-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.my-55 {
	margin-top: 55px;
	margin-bottom: 55px;
}

.my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.my-65 {
	margin-top: 65px;
	margin-bottom: 65px;
}

.my-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.my-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.my-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.my-95 {
	margin-top: 95px;
	margin-bottom: 95px;
}

.my-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}

.my-130 {
	margin-top: 130px;
	margin-bottom: 130px;
}

.my-140 {
	margin-top: 140px;
	margin-bottom: 140px;
}

.my-150 {
	margin-top: 150px;
	margin-bottom: 150px;
}

.my-160 {
	margin-top: 160px;
	margin-bottom: 160px;
}

.my-255 {
	margin-top: 255px;
	margin-bottom: 255px;
}

.mx--160 {
	margin-left: -160px;
	margin-right: -160px;
}

.mx--120 {
	margin-left: -120px;
	margin-right: -120px;
}

.mx--85 {
	margin-left: -85px;
	margin-right: -85px;
}

.mx--80 {
	margin-left: -80px;
	margin-right: -80px;
}

.mx--75 {
	margin-left: -75px;
	margin-right: -75px;
}

.mx--60 {
	margin-left: -60px;
	margin-right: -60px;
}

.mx--50 {
	margin-left: -50px;
	margin-right: -50px;
}

.mx--40 {
	margin-left: -40px;
	margin-right: -40px;
}

.mx--35 {
	margin-left: -35px;
	margin-right: -35px;
}

.mx--30 {
	margin-left: -30px;
	margin-right: -30px;
}

.mx--25 {
	margin-left: -25px;
	margin-right: -25px;
}

.mx--20 {
	margin-left: -20px;
	margin-right: -20px;
}

.mx--15 {
	margin-left: -15px;
	margin-right: -15px;
}

.mx--10 {
	margin-left: -10px;
	margin-right: -10px;
}

.mx--5 {
	margin-left: -5px;
	margin-right: -5px;
}

.mx-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.mx-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mx-25 {
	margin-left: 25px;
	margin-right: 25px;
}

.mx-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.mx-35 {
	margin-left: 35px;
	margin-right: 35px;
}

.mx-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.mx-45 {
	margin-left: 45px;
	margin-right: 45px;
}

.mx-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.mx-55 {
	margin-left: 55px;
	margin-right: 55px;
}

.mx-60 {
	margin-left: 60px;
	margin-right: 60px;
}

.mx-65 {
	margin-left: 65px;
	margin-right: 65px;
}

.mx-70 {
	margin-left: 70px;
	margin-right: 70px;
}

.mx-80 {
	margin-left: 80px;
	margin-right: 80px;
}

.mx-90 {
	margin-left: 90px;
	margin-right: 90px;
}

.mx-95 {
	margin-left: 95px;
	margin-right: 95px;
}

.mx-120 {
	margin-left: 120px;
	margin-right: 120px;
}

.mx-130 {
	margin-left: 130px;
	margin-right: 130px;
}

.mx-140 {
	margin-left: 140px;
	margin-right: 140px;
}

.mx-150 {
	margin-left: 150px;
	margin-right: 150px;
}

.mx-160 {
	margin-left: 160px;
	margin-right: 160px;
}

.mx-255 {
	margin-left: 255px;
	margin-right: 255px;
}

.mt--160 {
	margin-top: -160px;
}

.mt--120 {
	margin-top: -120px;
}

.mt--85 {
	margin-top: -85px;
}

.mt--80 {
	margin-top: -80px;
}

.mt--75 {
	margin-top: -75px;
}

.mt--60 {
	margin-top: -60px;
}

.mt--50 {
	margin-top: -50px;
}

.mt--40 {
	margin-top: -40px;
}

.mt--35 {
	margin-top: -35px;
}

.mt--30 {
	margin-top: -30px;
}

.mt--25 {
	margin-top: -25px;
}

.mt--20 {
	margin-top: -20px;
}

.mt--15 {
	margin-top: -15px;
}

.mt--10 {
	margin-top: -10px;
}

.mt--5 {
	margin-top: -5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-255 {
	margin-top: 255px;
}

@media(min-width:1200px) {
	.mt-xl--160 {
		margin-top: -160px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--120 {
		margin-top: -120px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--85 {
		margin-top: -85px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--80 {
		margin-top: -80px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--75 {
		margin-top: -75px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--60 {
		margin-top: -60px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--50 {
		margin-top: -50px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--40 {
		margin-top: -40px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--35 {
		margin-top: -35px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--30 {
		margin-top: -30px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--25 {
		margin-top: -25px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--20 {
		margin-top: -20px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--15 {
		margin-top: -15px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--10 {
		margin-top: -10px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl--5 {
		margin-top: -5px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-10 {
		margin-top: 10px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-15 {
		margin-top: 15px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-20 {
		margin-top: 20px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-25 {
		margin-top: 25px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-30 {
		margin-top: 30px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-35 {
		margin-top: 35px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-40 {
		margin-top: 40px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-45 {
		margin-top: 45px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-50 {
		margin-top: 50px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-55 {
		margin-top: 55px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-60 {
		margin-top: 60px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-65 {
		margin-top: 65px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-70 {
		margin-top: 70px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-80 {
		margin-top: 80px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-90 {
		margin-top: 90px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-95 {
		margin-top: 95px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-120 {
		margin-top: 120px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-130 {
		margin-top: 130px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-140 {
		margin-top: 140px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-150 {
		margin-top: 150px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-160 {
		margin-top: 160px!important;
	}
}

@media(min-width:1200px) {
	.mt-xl-255 {
		margin-top: 255px!important;
	}
}

.mb--160 {
	margin-bottom: -160px;
}

.mb--120 {
	margin-bottom: -120px;
}

.mb--85 {
	margin-bottom: -85px;
}

.mb--80 {
	margin-bottom: -80px;
}

.mb--75 {
	margin-bottom: -75px;
}

.mb--60 {
	margin-bottom: -60px;
}

.mb--50 {
	margin-bottom: -50px;
}

.mb--40 {
	margin-bottom: -40px;
}

.mb--35 {
	margin-bottom: -35px;
}

.mb--30 {
	margin-bottom: -30px;
}

.mb--25 {
	margin-bottom: -25px;
}

.mb--20 {
	margin-bottom: -20px;
}

.mb--15 {
	margin-bottom: -15px;
}

.mb--10 {
	margin-bottom: -10px;
}

.mb--5 {
	margin-bottom: -5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-255 {
	margin-bottom: 255px;
}

.m--160 {
	margin: -160px;
}

.m--120 {
	margin: -120px;
}

.m--85 {
	margin: -85px;
}

.m--80 {
	margin: -80px;
}

.m--75 {
	margin: -75px;
}

.m--60 {
	margin: -60px;
}

.m--50 {
	margin: -50px;
}

.m--40 {
	margin: -40px;
}

.m--35 {
	margin: -35px;
}

.m--30 {
	margin: -30px;
}

.m--25 {
	margin: -25px;
}

.m--20 {
	margin: -20px;
}

.m--15 {
	margin: -15px;
}

.m--10 {
	margin: -10px;
}

.m--5 {
	margin: -5px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-25 {
	margin: 25px;
}

.m-30 {
	margin: 30px;
}

.m-35 {
	margin: 35px;
}

.m-40 {
	margin: 40px;
}

.m-45 {
	margin: 45px;
}

.m-50 {
	margin: 50px;
}

.m-55 {
	margin: 55px;
}

.m-60 {
	margin: 60px;
}

.m-65 {
	margin: 65px;
}

.m-70 {
	margin: 70px;
}

.m-80 {
	margin: 80px;
}

.m-90 {
	margin: 90px;
}

.m-95 {
	margin: 95px;
}

.m-120 {
	margin: 120px;
}

.m-130 {
	margin: 130px;
}

.m-140 {
	margin: 140px;
}

.m-150 {
	margin: 150px;
}

.m-160 {
	margin: 160px;
}

.m-255 {
	margin: 255px;
}

.py--160 {
	padding-top: -160px;
	padding-bottom: -160px;
}

.py--120 {
	padding-top: -120px;
	padding-bottom: -120px;
}

.py--85 {
	padding-top: -85px;
	padding-bottom: -85px;
}

.py--80 {
	padding-top: -80px;
	padding-bottom: -80px;
}

.py--75 {
	padding-top: -75px;
	padding-bottom: -75px;
}

.py--60 {
	padding-top: -60px;
	padding-bottom: -60px;
}

.py--50 {
	padding-top: -50px;
	padding-bottom: -50px;
}

.py--40 {
	padding-top: -40px;
	padding-bottom: -40px;
}

.py--35 {
	padding-top: -35px;
	padding-bottom: -35px;
}

.py--30 {
	padding-top: -30px;
	padding-bottom: -30px;
}

.py--25 {
	padding-top: -25px;
	padding-bottom: -25px;
}

.py--20 {
	padding-top: -20px;
	padding-bottom: -20px;
}

.py--15 {
	padding-top: -15px;
	padding-bottom: -15px;
}

.py--10 {
	padding-top: -10px;
	padding-bottom: -10px;
}

.py--5 {
	padding-top: -5px;
	padding-bottom: -5px;
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-35 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.py-55 {
	padding-top: 55px;
	padding-bottom: 55px;
}

.py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.py-65 {
	padding-top: 65px;
	padding-bottom: 65px;
}

.py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.py-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.py-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}

.py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.py-130 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.py-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}

.py-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.py-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

.py-255 {
	padding-top: 255px;
	padding-bottom: 255px;
}

.px--160 {
	padding-left: -160px;
	padding-right: -160px;
}

.px--120 {
	padding-left: -120px;
	padding-right: -120px;
}

.px--85 {
	padding-left: -85px;
	padding-right: -85px;
}

.px--80 {
	padding-left: -80px;
	padding-right: -80px;
}

.px--75 {
	padding-left: -75px;
	padding-right: -75px;
}

.px--60 {
	padding-left: -60px;
	padding-right: -60px;
}

.px--50 {
	padding-left: -50px;
	padding-right: -50px;
}

.px--40 {
	padding-left: -40px;
	padding-right: -40px;
}

.px--35 {
	padding-left: -35px;
	padding-right: -35px;
}

.px--30 {
	padding-left: -30px;
	padding-right: -30px;
}

.px--25 {
	padding-left: -25px;
	padding-right: -25px;
}

.px--20 {
	padding-left: -20px;
	padding-right: -20px;
}

.px--15 {
	padding-left: -15px;
	padding-right: -15px;
}

.px--10 {
	padding-left: -10px;
	padding-right: -10px;
}

.px--5 {
	padding-left: -5px;
	padding-right: -5px;
}

.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.px-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.px-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.px-35 {
	padding-left: 35px;
	padding-right: 35px;
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.px-45 {
	padding-left: 45px;
	padding-right: 45px;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.px-55 {
	padding-left: 55px;
	padding-right: 55px;
}

.px-60 {
	padding-left: 60px;
	padding-right: 60px;
}

.px-65 {
	padding-left: 65px;
	padding-right: 65px;
}

.px-70 {
	padding-left: 70px;
	padding-right: 70px;
}

.px-80 {
	padding-left: 80px;
	padding-right: 80px;
}

.px-90 {
	padding-left: 90px;
	padding-right: 90px;
}

.px-95 {
	padding-left: 95px;
	padding-right: 95px;
}

.px-120 {
	padding-left: 120px;
	padding-right: 120px;
}

.px-130 {
	padding-left: 130px;
	padding-right: 130px;
}

.px-140 {
	padding-left: 140px;
	padding-right: 140px;
}

.px-150 {
	padding-left: 150px;
	padding-right: 150px;
}

.px-160 {
	padding-left: 160px;
	padding-right: 160px;
}

.px-255 {
	padding-left: 255px;
	padding-right: 255px;
}

.pt--160 {
	padding-top: -160px;
}

.pt--120 {
	padding-top: -120px;
}

.pt--85 {
	padding-top: -85px;
}

.pt--80 {
	padding-top: -80px;
}

.pt--75 {
	padding-top: -75px;
}

.pt--60 {
	padding-top: -60px;
}

.pt--50 {
	padding-top: -50px;
}

.pt--40 {
	padding-top: -40px;
}

.pt--35 {
	padding-top: -35px;
}

.pt--30 {
	padding-top: -30px;
}

.pt--25 {
	padding-top: -25px;
}

.pt--20 {
	padding-top: -20px;
}

.pt--15 {
	padding-top: -15px;
}

.pt--10 {
	padding-top: -10px;
}

.pt--5 {
	padding-top: -5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-255 {
	padding-top: 255px;
}

.pb--160 {
	padding-bottom: -160px;
}

.pb--120 {
	padding-bottom: -120px;
}

.pb--85 {
	padding-bottom: -85px;
}

.pb--80 {
	padding-bottom: -80px;
}

.pb--75 {
	padding-bottom: -75px;
}

.pb--60 {
	padding-bottom: -60px;
}

.pb--50 {
	padding-bottom: -50px;
}

.pb--40 {
	padding-bottom: -40px;
}

.pb--35 {
	padding-bottom: -35px;
}

.pb--30 {
	padding-bottom: -30px;
}

.pb--25 {
	padding-bottom: -25px;
}

.pb--20 {
	padding-bottom: -20px;
}

.pb--15 {
	padding-bottom: -15px;
}

.pb--10 {
	padding-bottom: -10px;
}

.pb--5 {
	padding-bottom: -5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-255 {
	padding-bottom: 255px;
}

.p--160 {
	padding: -160px!important;
}

.p--120 {
	padding: -120px!important;
}

.p--85 {
	padding: -85px!important;
}

.p--80 {
	padding: -80px!important;
}

.p--75 {
	padding: -75px!important;
}

.p--60 {
	padding: -60px!important;
}

.p--50 {
	padding: -50px!important;
}

.p--40 {
	padding: -40px!important;
}

.p--35 {
	padding: -35px!important;
}

.p--30 {
	padding: -30px!important;
}

.p--25 {
	padding: -25px!important;
}

.p--20 {
	padding: -20px!important;
}

.p--15 {
	padding: -15px!important;
}

.p--10 {
	padding: -10px!important;
}

.p--5 {
	padding: -5px!important;
}

.p-10 {
	padding: 10px!important;
}

.p-15 {
	padding: 15px!important;
}

.p-20 {
	padding: 20px!important;
}

.p-25 {
	padding: 25px!important;
}

.p-30 {
	padding: 30px!important;
}

.p-35 {
	padding: 35px!important;
}

.p-40 {
	padding: 40px!important;
}

.p-45 {
	padding: 45px!important;
}

.p-50 {
	padding: 50px!important;
}

.p-55 {
	padding: 55px!important;
}

.p-60 {
	padding: 60px!important;
}

.p-65 {
	padding: 65px!important;
}

.p-70 {
	padding: 70px!important;
}

.p-80 {
	padding: 80px!important;
}

.p-90 {
	padding: 90px!important;
}

.p-95 {
	padding: 95px!important;
}

.p-120 {
	padding: 120px!important;
}

.p-130 {
	padding: 130px!important;
}

.p-140 {
	padding: 140px!important;
}

.p-150 {
	padding: 150px!important;
}

.p-160 {
	padding: 160px!important;
}

.p-255 {
	padding: 255px!important;
}

@media(min-width:992px) {
	.p-lg--160 {
		padding: -160px!important;
	}
}

@media(min-width:992px) {
	.p-lg--120 {
		padding: -120px!important;
	}
}

@media(min-width:992px) {
	.p-lg--85 {
		padding: -85px!important;
	}
}

@media(min-width:992px) {
	.p-lg--80 {
		padding: -80px!important;
	}
}

@media(min-width:992px) {
	.p-lg--75 {
		padding: -75px!important;
	}
}

@media(min-width:992px) {
	.p-lg--60 {
		padding: -60px!important;
	}
}

@media(min-width:992px) {
	.p-lg--50 {
		padding: -50px!important;
	}
}

@media(min-width:992px) {
	.p-lg--40 {
		padding: -40px!important;
	}
}

@media(min-width:992px) {
	.p-lg--35 {
		padding: -35px!important;
	}
}

@media(min-width:992px) {
	.p-lg--30 {
		padding: -30px!important;
	}
}

@media(min-width:992px) {
	.p-lg--25 {
		padding: -25px!important;
	}
}

@media(min-width:992px) {
	.p-lg--20 {
		padding: -20px!important;
	}
}

@media(min-width:992px) {
	.p-lg--15 {
		padding: -15px!important;
	}
}

@media(min-width:992px) {
	.p-lg--10 {
		padding: -10px!important;
	}
}

@media(min-width:992px) {
	.p-lg--5 {
		padding: -5px!important;
	}
}

@media(min-width:992px) {
	.p-lg-10 {
		padding: 10px!important;
	}
}

@media(min-width:992px) {
	.p-lg-15 {
		padding: 15px!important;
	}
}

@media(min-width:992px) {
	.p-lg-20 {
		padding: 20px!important;
	}
}

@media(min-width:992px) {
	.p-lg-25 {
		padding: 25px!important;
	}
}

@media(min-width:992px) {
	.p-lg-30 {
		padding: 30px!important;
	}
}

@media(min-width:992px) {
	.p-lg-35 {
		padding: 35px!important;
	}
}

@media(min-width:992px) {
	.p-lg-40 {
		padding: 40px!important;
	}
}

@media(min-width:992px) {
	.p-lg-45 {
		padding: 45px!important;
	}
}

@media(min-width:992px) {
	.p-lg-50 {
		padding: 50px!important;
	}
}

@media(min-width:992px) {
	.p-lg-55 {
		padding: 55px!important;
	}
}

@media(min-width:992px) {
	.p-lg-60 {
		padding: 60px!important;
	}
}

@media(min-width:992px) {
	.p-lg-65 {
		padding: 65px!important;
	}
}

@media(min-width:992px) {
	.p-lg-70 {
		padding: 70px!important;
	}
}

@media(min-width:992px) {
	.p-lg-80 {
		padding: 80px!important;
	}
}

@media(min-width:992px) {
	.p-lg-90 {
		padding: 90px!important;
	}
}

@media(min-width:992px) {
	.p-lg-95 {
		padding: 95px!important;
	}
}

@media(min-width:992px) {
	.p-lg-120 {
		padding: 120px!important;
	}
}

@media(min-width:992px) {
	.p-lg-130 {
		padding: 130px!important;
	}
}

@media(min-width:992px) {
	.p-lg-140 {
		padding: 140px!important;
	}
}

@media(min-width:992px) {
	.p-lg-150 {
		padding: 150px!important;
	}
}

@media(min-width:992px) {
	.p-lg-160 {
		padding: 160px!important;
	}
}

@media(min-width:992px) {
	.p-lg-255 {
		padding: 255px!important;
	}
}

@media(min-width:576px) {
	.p-sm--160 {
		padding: -160px!important;
	}

	.p-sm--120 {
		padding: -120px!important;
	}

	.p-sm--85 {
		padding: -85px!important;
	}

	.p-sm--80 {
		padding: -80px!important;
	}

	.p-sm--75 {
		padding: -75px!important;
	}

	.p-sm--60 {
		padding: -60px!important;
	}

	.p-sm--50 {
		padding: -50px!important;
	}

	.p-sm--40 {
		padding: -40px!important;
	}

	.p-sm--35 {
		padding: -35px!important;
	}

	.p-sm--30 {
		padding: -30px!important;
	}

	.p-sm--25 {
		padding: -25px!important;
	}

	.p-sm--20 {
		padding: -20px!important;
	}

	.p-sm--15 {
		padding: -15px!important;
	}

	.p-sm--10 {
		padding: -10px!important;
	}

	.p-sm--5 {
		padding: -5px!important;
	}

	.p-sm-10 {
		padding: 10px!important;
	}

	.p-sm-15 {
		padding: 15px!important;
	}

	.p-sm-20 {
		padding: 20px!important;
	}

	.p-sm-25 {
		padding: 25px!important;
	}

	.p-sm-30 {
		padding: 30px!important;
	}

	.p-sm-35 {
		padding: 35px!important;
	}

	.p-sm-40 {
		padding: 40px!important;
	}

	.p-sm-45 {
		padding: 45px!important;
	}

	.p-sm-50 {
		padding: 50px!important;
	}

	.p-sm-55 {
		padding: 55px!important;
	}

	.p-sm-60 {
		padding: 60px!important;
	}

	.p-sm-65 {
		padding: 65px!important;
	}

	.p-sm-70 {
		padding: 70px!important;
	}

	.p-sm-80 {
		padding: 80px!important;
	}

	.p-sm-90 {
		padding: 90px!important;
	}

	.p-sm-95 {
		padding: 95px!important;
	}

	.p-sm-120 {
		padding: 120px!important;
	}

	.p-sm-130 {
		padding: 130px!important;
	}

	.p-sm-140 {
		padding: 140px!important;
	}

	.p-sm-150 {
		padding: 150px!important;
	}

	.p-sm-160 {
		padding: 160px!important;
	}

	.p-sm-255 {
		padding: 255px!important;
	}
}

@media(min-width:768px) {
	.p-md--160 {
		padding: -160px!important;
	}

	.p-md--120 {
		padding: -120px!important;
	}

	.p-md--85 {
		padding: -85px!important;
	}

	.p-md--80 {
		padding: -80px!important;
	}

	.p-md--75 {
		padding: -75px!important;
	}

	.p-md--60 {
		padding: -60px!important;
	}

	.p-md--50 {
		padding: -50px!important;
	}

	.p-md--40 {
		padding: -40px!important;
	}

	.p-md--35 {
		padding: -35px!important;
	}

	.p-md--30 {
		padding: -30px!important;
	}

	.p-md--25 {
		padding: -25px!important;
	}

	.p-md--20 {
		padding: -20px!important;
	}

	.p-md--15 {
		padding: -15px!important;
	}

	.p-md--10 {
		padding: -10px!important;
	}

	.p-md--5 {
		padding: -5px!important;
	}

	.p-md-10 {
		padding: 10px!important;
	}

	.p-md-15 {
		padding: 15px!important;
	}

	.p-md-20 {
		padding: 20px!important;
	}

	.p-md-25 {
		padding: 25px!important;
	}

	.p-md-30 {
		padding: 30px!important;
	}

	.p-md-35 {
		padding: 35px!important;
	}

	.p-md-40 {
		padding: 40px!important;
	}

	.p-md-45 {
		padding: 45px!important;
	}

	.p-md-50 {
		padding: 50px!important;
	}

	.p-md-55 {
		padding: 55px!important;
	}

	.p-md-60 {
		padding: 60px!important;
	}

	.p-md-65 {
		padding: 65px!important;
	}

	.p-md-70 {
		padding: 70px!important;
	}

	.p-md-80 {
		padding: 80px!important;
	}

	.p-md-90 {
		padding: 90px!important;
	}

	.p-md-95 {
		padding: 95px!important;
	}

	.p-md-120 {
		padding: 120px!important;
	}

	.p-md-130 {
		padding: 130px!important;
	}

	.p-md-140 {
		padding: 140px!important;
	}

	.p-md-150 {
		padding: 150px!important;
	}

	.p-md-160 {
		padding: 160px!important;
	}

	.p-md-255 {
		padding: 255px!important;
	}
}

@media(min-width:992px) {
	.p-lg--160 {
		padding: -160px!important;
	}

	.p-lg--120 {
		padding: -120px!important;
	}

	.p-lg--85 {
		padding: -85px!important;
	}

	.p-lg--80 {
		padding: -80px!important;
	}

	.p-lg--75 {
		padding: -75px!important;
	}

	.p-lg--60 {
		padding: -60px!important;
	}

	.p-lg--50 {
		padding: -50px!important;
	}

	.p-lg--40 {
		padding: -40px!important;
	}

	.p-lg--35 {
		padding: -35px!important;
	}

	.p-lg--30 {
		padding: -30px!important;
	}

	.p-lg--25 {
		padding: -25px!important;
	}

	.p-lg--20 {
		padding: -20px!important;
	}

	.p-lg--15 {
		padding: -15px!important;
	}

	.p-lg--10 {
		padding: -10px!important;
	}

	.p-lg--5 {
		padding: -5px!important;
	}

	.p-lg-10 {
		padding: 10px!important;
	}

	.p-lg-15 {
		padding: 15px!important;
	}

	.p-lg-20 {
		padding: 20px!important;
	}

	.p-lg-25 {
		padding: 25px!important;
	}

	.p-lg-30 {
		padding: 30px!important;
	}

	.p-lg-35 {
		padding: 35px!important;
	}

	.p-lg-40 {
		padding: 40px!important;
	}

	.p-lg-45 {
		padding: 45px!important;
	}

	.p-lg-50 {
		padding: 50px!important;
	}

	.p-lg-55 {
		padding: 55px!important;
	}

	.p-lg-60 {
		padding: 60px!important;
	}

	.p-lg-65 {
		padding: 65px!important;
	}

	.p-lg-70 {
		padding: 70px!important;
	}

	.p-lg-80 {
		padding: 80px!important;
	}

	.p-lg-90 {
		padding: 90px!important;
	}

	.p-lg-95 {
		padding: 95px!important;
	}

	.p-lg-120 {
		padding: 120px!important;
	}

	.p-lg-130 {
		padding: 130px!important;
	}

	.p-lg-140 {
		padding: 140px!important;
	}

	.p-lg-150 {
		padding: 150px!important;
	}

	.p-lg-160 {
		padding: 160px!important;
	}

	.p-lg-255 {
		padding: 255px!important;
	}
}

@media(min-width:1200px) {
	.p-xl--160 {
		padding: -160px!important;
	}

	.p-xl--120 {
		padding: -120px!important;
	}

	.p-xl--85 {
		padding: -85px!important;
	}

	.p-xl--80 {
		padding: -80px!important;
	}

	.p-xl--75 {
		padding: -75px!important;
	}

	.p-xl--60 {
		padding: -60px!important;
	}

	.p-xl--50 {
		padding: -50px!important;
	}

	.p-xl--40 {
		padding: -40px!important;
	}

	.p-xl--35 {
		padding: -35px!important;
	}

	.p-xl--30 {
		padding: -30px!important;
	}

	.p-xl--25 {
		padding: -25px!important;
	}

	.p-xl--20 {
		padding: -20px!important;
	}

	.p-xl--15 {
		padding: -15px!important;
	}

	.p-xl--10 {
		padding: -10px!important;
	}

	.p-xl--5 {
		padding: -5px!important;
	}

	.p-xl-10 {
		padding: 10px!important;
	}

	.p-xl-15 {
		padding: 15px!important;
	}

	.p-xl-20 {
		padding: 20px!important;
	}

	.p-xl-25 {
		padding: 25px!important;
	}

	.p-xl-30 {
		padding: 30px!important;
	}

	.p-xl-35 {
		padding: 35px!important;
	}

	.p-xl-40 {
		padding: 40px!important;
	}

	.p-xl-45 {
		padding: 45px!important;
	}

	.p-xl-50 {
		padding: 50px!important;
	}

	.p-xl-55 {
		padding: 55px!important;
	}

	.p-xl-60 {
		padding: 60px!important;
	}

	.p-xl-65 {
		padding: 65px!important;
	}

	.p-xl-70 {
		padding: 70px!important;
	}

	.p-xl-80 {
		padding: 80px!important;
	}

	.p-xl-90 {
		padding: 90px!important;
	}

	.p-xl-95 {
		padding: 95px!important;
	}

	.p-xl-120 {
		padding: 120px!important;
	}

	.p-xl-130 {
		padding: 130px!important;
	}

	.p-xl-140 {
		padding: 140px!important;
	}

	.p-xl-150 {
		padding: 150px!important;
	}

	.p-xl-160 {
		padding: 160px!important;
	}

	.p-xl-255 {
		padding: 255px!important;
	}
}

.ds .line-left::before {
	background-color: #092b37;
}

.line-left {
	line-height: .8;
}

.line-left::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #031521;
	transform: translateY(-0.3em);
	margin-right: 20px;
}

@media(min-width:768px) {
	.border-left-custom {
		border-left: 2px solid #092b37;
		padding-left: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.several-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.several-buttons.center-buttons {
	justify-content: center;
}

@media(max-width:767px) {
	.several-buttons {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media(min-width:768px) {
	.several-buttons .btn:not(:last-child),.several-buttons a:not(:last-child) {
		margin-right: 20px;
	}
}

@media(max-width:767px) {
	.several-buttons .btn:not(:first-child),.several-buttons a:not(:first-child) {
		margin-top: 20px;
	}
}

.height-100>div {
	height: 100%;
}

.bottom-500-xl {
	background-color: transparent;
}

@media(min-width:1200px) {
	.bottom-500-xl {
		z-index: 3;
		margin-bottom: -500px;
		position: relative;
	}
}

.bottom-270-xl {
	background-color: transparent;
}

@media(min-width:1200px) {
	.bottom-270-xl {
		z-index: 3;
		margin-bottom: -270px;
		position: relative;
	}
}

@media(min-width:1600px) {
	.mr--100-xl-with-scale {
		margin-top: 13px;
		margin-bottom: 13px;
		transform: translateX(100px) scale(1.06);
	}
}

.column-two {
	columns: 2;
}

@media(max-width:575px) {
	.column-two {
		columns: auto;
	}
}

.columns-two {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

@media(max-width:575px) {
	.columns-two {
		flex-direction: column;
	}

	.columns-two>*:nth-child(2) {
		margin-top: 15px;
	}
}

.columns-two-left {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.columns-two-left>*:first-child {
	margin-right: 20px;
}

@media(max-width:575px) {
	.columns-two-left {
		flex-direction: column;
	}

	.columns-two-left>*:first-child {
		margin-right: 0;
	}

	.columns-two-left>*:nth-child(2) {
		margin-top: 15px;
	}
}

.team.excerpt-none p+.team-excerpt:last-child {
	margin-top: -20px;
}

.team.excerpt-none .team-excerpt {
	display: none;
}

.team.position-none .team-position {
	display: none;
}

.team.soc-icons-none .social-icons {
	display: none;
}

.font-2 {
	font-family: heebo,sans-serif;
	letter-spacing: normal;
}

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

.basis-flex-3 {
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
}

.basis-flex-3>div {
	flex-basis: 33.3%;
	padding-right: 15px;
	padding-left: 15px;
}

@media(max-width:991px) {
	.basis-flex-3 {
		flex-direction: column;
		margin-right: 0;
		margin-left: 0;
	}

	.basis-flex-3>div {
		padding-right: 0;
		padding-left: 0;
	}

	.basis-flex-3>div:not(:first-child) {
		margin-top: 40px;
	}
}

.border-r-def {
	border-radius: 3px;
}

.meta-time {
	background-color: #092b37;
	font-size: 14px;
	color: #031521;
	line-height: 1;
	display: inline-block;
	padding: 9px 12px 7px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.meta-time:hover {
	background-color: #ccc9b7;
}

.scroll-block {
	max-height: 300px;
	padding-right: 30px;
	overflow-y: scroll;
}

.scroll-block::-webkit-scrollbar {
	width: 1px;
}

.scroll-block::-webkit-scrollbar-track {
	background-color: rgba(3,21,33,.1);
}

.scroll-block::-webkit-scrollbar-thumb {
	background-color: #031521;
	height: 60px;
}

@media(min-width:1940px) {
	.background-xxl-contain {
		background-size: contain;
	}
}

.background-no-repeat {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.navigation-btn {
	margin-top: 45px;
	display: flex;
}

@media(min-width:1200px) {
	.single-item-full .navigation-btn {
		max-width: 770px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section-shop {
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

@media(max-width:767px) {
	.d-mobile-none {
		display: none;
	}
}

.special-meta {
	font-size: 14px;
	position: relative;
	z-index: 2;
}

.special-meta::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 1px;
	right: -10px;
	height: 10px;
	z-index: -1;
	background-color: #dddbcf;
	transition: all .3s ease-in-out;
}

.special-meta:hover::before {
	background-color: #c4c0ab;
}

@media(max-width:767px) {
	.text-center .special-meta::before {
		left: -10px;
	}
}

.text-center:not([class*=left]):not([class*=right]) .special-meta::before {
	left: -10px;
}

@-webkit-keyframes pulse-icon-color-main {
	70% {
		box-shadow: 0 0 0 20px transparent,0 0 0 8px transparent;
	}

	100% {
		box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent;
	}
}

@-webkit-keyframes pulse-icon-color-main3 {
	70% {
		box-shadow: 0 0 0 20px transparent,0 0 0 7px transparent;
	}

	100% {
		box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent;
	}
}

.icon-styled {
	text-align: center;
	display: inline-block;
	line-height: 1;
}

.icon-styled i {
	width: 1em;
}

.icon-styled[class*=bg-],.icon-styled[class*=btn-],.icon-styled.bordered,.icon-styled.icon-bordered {
	width: 3em;
	height: 3em;
	box-sizing: content-box;
	border-width: 1px;
	border-style: solid;
}

.text-center .icon-styled[class*=bg-],.text-center .icon-styled[class*=btn-],.text-center .icon-styled.bordered,.text-center .icon-styled.icon-bordered {
	margin-left: auto;
	margin-right: auto;
}

.icon-styled[class*=bg-] i,.icon-styled[class*=btn-] i,.icon-styled.bordered i,.icon-styled.icon-bordered i {
	line-height: 3em;
}

.icon-styled[class*=bg-]+p,.icon-styled[class*=btn-]+p,.icon-styled.bordered+p,.icon-styled.icon-bordered+p {
	margin-top: 12px;
}

.icon-styled.icon-bordered:not([class*=color-]) {
	border-color: #dadbd6;
}

.icon-styled[class*=bg-] {
	border-color: transparent;
}

.icon-styled.icon-top {
	align-self: flex-start;
	line-height: inherit;
}

.media>.icon-styled:first-child {
	flex-shrink: 0;
}

.media>.icon-styled:last-child {
	flex-shrink: 0;
}

.icon-inline>.icon-styled:first-child {
	flex-shrink: 0;
	margin-right: 20px;
}

.icon-inline>.icon-styled:last-child {
	flex-shrink: 0;
	margin-left: 20px;
}

.icon-inline {
	display: flex;
	align-items: center;
}

.text-center .icon-inline {
	justify-content: center;
}

.icon-inline>* {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 4px;
}

.icon-box.ls,.icon-box.ds,.icon-box.cs,.icon-box.bordered,.icon-box.hero-bg,.icon-box.muted-bg,.icon-box.box-shadow {
	padding: 30px;
}

.c-bordered .icon-box {
	padding: 70px 30px 30px;
}

.c-bordered .icon-box p:last-child {
	margin-bottom: 20px;
}

@media(min-width:768px) {
	.icon-box.featured-box {
		position: relative;
		z-index: 2;
		margin: -6px -10px;
		height: calc(100% + 12px);
		padding-top: 76px;
		padding-bottom: 36px;
	}
}

.icon-box .icon-styled[class*=bg-],.icon-box .icon-styled.icon-bordered {
	margin-bottom: .5em;
}

.icon-box .icon-styled+h2,.icon-box .icon-styled+h3,.icon-box .icon-styled+h4 {
	margin-top: 1.6em;
}

.icon-box .icon-styled+p.small-text {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .2em;
	margin: .74em 0;
}

.icon-box h2,.icon-box h3,.icon-box h4 {
	margin-bottom: 1.6em;
	line-height: 1;
}

.media .heading-accent,.icon-box .heading-accent {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: inherit;
	font-size: 30px;
	margin-bottom: .6em;
	line-height: 1;
}

@media(min-width:1200px) {
	.media .heading-accent,.icon-box .heading-accent {
		font-size: 38px;
	}
}

.media .icon-styled+.heading-accent,.icon-box .icon-styled+.heading-accent {
	margin-top: .6em;
}

.media .special-heading,.icon-box .special-heading {
	margin: 0;
}

.media.ls,.media.ds,.media.cs,.media.bordered,.media.hero-bg,.media.muted-bg,.media.box-shadow {
	padding: 30px;
}

.media.ls [class*=bg-],.media.ds [class*=bg-],.media.cs [class*=bg-],.media.bordered [class*=bg-],.media.hero-bg [class*=bg-],.media.muted-bg [class*=bg-],.media.box-shadow [class*=bg-],.media.ls .icon-bordered,.media.ds .icon-bordered,.media.cs .icon-bordered,.media.bordered .icon-bordered,.media.hero-bg .icon-bordered,.media.muted-bg .icon-bordered,.media.box-shadow .icon-bordered {
	margin-right: 10px;
}

.media.ls [class*=bg-]:last-child,.media.ds [class*=bg-]:last-child,.media.cs [class*=bg-]:last-child,.media.bordered [class*=bg-]:last-child,.media.hero-bg [class*=bg-]:last-child,.media.muted-bg [class*=bg-]:last-child,.media.box-shadow [class*=bg-]:last-child,.media.ls .icon-bordered:last-child,.media.ds .icon-bordered:last-child,.media.cs .icon-bordered:last-child,.media.bordered .icon-bordered:last-child,.media.hero-bg .icon-bordered:last-child,.media.muted-bg .icon-bordered:last-child,.media.box-shadow .icon-bordered:last-child {
	margin-right: 0;
	margin-left: 30px;
}

.media .media-body>p:first-child {
	margin-top: -.2em;
}

.side-icon-box {
	margin: 15px 0 32px;
}

.side-icon-box h4 {
	text-transform: uppercase;
	letter-spacing: .17em;
	margin-top: 0;
	margin-bottom: 15px;
}

@media(min-width:1200px) {
	.side-icon-box .icon-styled+.media-body {
		margin-left: 50px;
	}

	.side-icon-box {
		margin-bottom: 50px;
	}
}

.vertical_box.media {
	align-items: center;
}

.vertical_box.media h5 {
	margin-bottom: 5px;
	margin-top: 0;
}

.special-heading {
	word-wrap: break-word;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.special-heading+h4 {
	margin-top: -.2em;
}

.number-card {
	display: flex;
	overflow: hidden;
	position: relative;
	margin: 30px 0;
}

.number-card .card-number span {
	position: relative;
	display: block;
	margin-left: -.32em;
	margin-top: -.14em;
	font-family: heebo,sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -.03em;
}

.number-card .card-number span:after {
	font-size: .62em;
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
	position: absolute;
	right: -.4em;
	bottom: -.09em;
}

@media(min-width:992px) {
	.number-card .card-number span {
		font-size: 100px;
	}
}

@media(min-width:1200px) {
	.number-card .card-number span {
		font-size: 238px;
	}
}

.number-card .card-content {
	padding: 36px 36px 46px;
}

@media(min-width:992px) {
	.number-card .card-content {
		padding: 56px 60px 66px 100px;
	}
}

.number-card .card-content h4 {
	margin: 0;
	line-height: 1;
}

.number-card .card-content h3 {
	line-height: 1;
	margin: 6px 0 25px;
	font-weight: 900;
}

@media(min-width:500px) {
	.number-card .card-content h3 {
		font-size: 38px;
	}
}

@media(max-width:499px) {
	.number-card .card-number {
		position: absolute;
	}

	.number-card .card-number span {
		font-size: 36px;
	}

	.number-card h3,.number-card h4 {
		display: inline-block;
	}
}

.pricing-plan {
	text-align: center;
	padding: 75px 60px;
	border-radius: 3px;
	position: relative;
}

@media(max-width:1199px) {
	.pricing-plan {
		padding: 50px 30px;
	}
}

.pricing-plan.btn_bottom {
	padding-bottom: 110px;
}

@media(max-width:1199px) {
	.pricing-plan.btn_bottom {
		padding-bottom: 80px;
	}
}

.pricing-plan.btn_bottom .plan-button {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.pricing-plan .price-wrap {
	font-family: montserrat,sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: .7;
	margin-top: 50px;
	font-weight: 700;
	color: #031521;
}

.pricing-plan .price-wrap .plan-sign {
	margin-right: 5px;
}

.pricing-plan .price-wrap .plan-price {
	font-size: 50px;
}

.pricing-plan .plan-name h3 {
	letter-spacing: normal;
	font-family: heebo,sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 14px;
}

.pricing-plan .plan-name h3 span {
	position: relative;
	z-index: 2;
}

.pricing-plan .plan-name h3 span::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -10px;
	bottom: 1px;
	right: -10px;
	height: 10px;
	z-index: -1;
	background-color: #dddbcf;
	transition: all .3s ease-in-out;
}

.pricing-plan .plan-description {
	margin-top: 40px;
}

.pricing-plan .plan-features {
	margin-top: 25px;
}

.pricing-plan .list-unstyled {
	font-size: 18px;
	font-weight: 300;
	color: #031521;
}

.pricing-plan .list-unstyled .enabled::before {
	content: '\f00c';
	font-family: fontawesome,sans-serif;
	display: inline-block;
	font-size: 12px;
	margin-right: 3px;
}

.pricing-plan .list-unstyled .disabled::before {
	content: '\f00d';
	font-family: fontawesome,sans-serif;
	display: inline-block;
	font-size: 12px;
	margin-right: 3px;
}

.pricing-plan .plan-button {
	margin-top: 40px;
	position: static;
}

.pricing-plan.plan-featured {
	border-top: 5px solid #092b37;
}

@media(min-width:1200px) {
	.pricing-plan.plan-featured {
		transform: translateY(-40px);
		margin-bottom: -40px;
	}
}

.quote-carousel {
	margin-bottom: -50px;
}

.quote-carousel .owl-stage-outer {
	padding-bottom: 50px;
}

.quote-item {
	padding: 60px 50px 90px;
	border-radius: 3px;
}

.quote-item .quote-image-wrap {
	display: flex;
	align-items: center;
}

.quote-item .quote-image-text {
	display: flex;
	flex-direction: column;
}

.quote-item .quote-image-text h4 {
	font-size: 18px;
}

.quote-item .quote-image {
	text-align: center;
	margin-right: 25px;
}

.quote-item .quote-image img {
	max-width: 80px;
	border-radius: 50%;
}

.quote-item .position {
	font-size: 14px;
	position: relative;
	z-index: 2;
	font-weight: 400;
	color: #031521;
}

.quote-item .position::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 1px;
	right: -10px;
	height: 10px;
	z-index: -1;
	background-color: #dddbcf;
	transition: all .3s ease-in-out;
}

.quote-item .content {
	margin-top: 55px;
	font-size: 18px;
	font-style: italic;
}

.quote-item .quote-btn {
	width: 60px;
	height: 60px;
	padding: 0;
	min-width: unset;
	border-radius: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50px;
	bottom: -30px;
	background-color: #092b37;
	border: 1px solid #092b37;
	box-shadow: 0 0 0 0 rgba(9,43,55,.4),0 0 0 0 rgba(9,43,55,.6);
	-webkit-animation: pulse-icon-color-main 1.5s infinite;
}

.quote-item .quote-btn::before {
	content: '';
	-webkit-mask: url(/wp-content/themes/cognio-child/img/quote-icon.png) no-repeat center;
	background-color: #fff;
	width: 16px;
	height: 17px;
	display: inline-block;
}

.items-tile .item-content {
	padding-bottom: 100px;
}

.items-tile .item-content h3 {
	text-transform: none;
	margin-bottom: .3em;
}

@media(min-width:992px) {
	.items-tile .item-content h3 a {
		display: inline-block;
		max-height: 3.05em;
		overflow: hidden;
		padding-bottom: .1em;
	}

	.items-tile .item-content h3+p {
		max-height: 5.5em;
		overflow: hidden;
	}
}

.items-tile .item-icons {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	line-height: 60px;
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 0 40px;
	border-bottom: 10px solid rgba(0,0,0,.1);
}

.items-tile .item-icons span {
	padding: 0 15px;
}

@media(min-width:992px) and (max-width:1199px) {
	.items-tile .col-lg-4 [class*=col-]:first-child .item-media {
		margin-bottom: 32px;
	}

	.items-tile .col-lg-4 [class*=col-]:last-child .item-content {
		min-height: 320px;
	}
}

@media(min-width:1200px) {
	.items-tile .item-content {
		padding: 60px 60px 100px;
	}

	.items-tile .item-content h3 {
		font-size: 38px;
	}

	.items-tile .col-lg-4 [class*=col-]:first-child .item-media {
		margin-bottom: 16px;
	}

	.items-tile .col-lg-4 [class*=col-]:last-child .item-content {
		min-height: 388px;
	}
}

.filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.filters.gallery-filters {
	padding-bottom: 45px;
}

.filters.filters-active-tob-border {
	padding-top: 0;
}

.filters.filters-active-tob-border a {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

@media(max-width:991px) {
	.filters.filters-active-tob-border a {
		padding-top: 10px;
		padding-bottom: 7px;
	}
}

.filters.filters-active-tob-border a.active:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	height: 1px;
	background: #092b37;
	z-index: 1;
}

.filters a {
	font-size: 14px;
	color: #031521;
	line-height: 1;
	display: inline-block;
	padding: 9px 12px 7px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.filters a:hover {
	background-color: #dddbcf;
}

.filters .active {
	background-color: #dddbcf;
}

.filters .active:hover {
	background-color: #ccc9b7;
}

@media(min-width:992px) {
	.isotope-wrapper+.row {
		margin-top: 60px;
	}

	.isotope-wrapper.c-mb-30+.row {
		margin-top: 30px;
	}

	.isotope-wrapper.c-mb-10+.row {
		margin-top: 50px;
	}

	.isotope-wrapper.c-mb-1+.row {
		margin-top: 59px;
	}
}

.team-layout {
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
}

.team-layout .item-content h5 {
	font-size: 24px;
}

.team-layout .team-position {
	margin-top: 15px;
	margin-bottom: 0;
	background-color: #dddbcf;
	font-size: 14px;
	color: #031521!important;
	line-height: 1;
	display: inline-block;
	padding: 9px 12px 7px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.team-layout .team-position:hover {
	color: #031521;
	background-color: #c4c0ab;
}

.team-layout .list-bordered {
	margin-top: 30px;
}

.team-layout .social-icons {
	margin-top: 30px;
}

.service-layout {
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
}

.service-layout .item-content h5 {
	font-size: 24px;
}

.service-single.right-image .side-item {
	flex-direction: row-reverse;
}

@media(max-width:991px) {
	.service-single.right-image .side-item {
		flex-direction: column;
	}
}

.service-single .side-item {
	display: flex;
}

@media(max-width:991px) {
	.service-single .side-item {
		flex-direction: column;
	}
}

.service-single .side-item .item-media {
	width: 50%;
	flex-shrink: 0;
}

@media(max-width:991px) {
	.service-single .side-item .item-media {
		width: 100%;
	}
}

.service-single .side-item .item-media img {
	object-fit: cover;
	height: 100%;
}

.service-single .side-item .item-content {
	width: 50%;
}

@media(max-width:991px) {
	.service-single .side-item .item-content {
		width: 100%;
	}
}

.list-services {
	list-style: none;
	padding: 0;
	border: 1px solid #dadbd6;
	font-family: montserrat,sans-serif;
}

.list-services>li {
	padding: 25px 40px;
	font-weight: 500;
	background-color: transparent;
	transition: all .3s ease-in-out;
}

.list-services>li:not(:first-child) {
	border-top: 1px solid #f2f2eb;
}

.list-services>li:hover,.list-services>li.current-menu-item {
	background-color: #f2f2eb;
}

.shortcode-simple-counter {
	border: 1px solid #dadbd6;
	border-radius: 3px;
	padding: 60px 50px;
}

@media(max-width:1199px) {
	.shortcode-simple-counter {
		padding: 40px 30px;
	}
}

@media(max-width:991px) {
	.shortcode-simple-counter {
		text-align: center;
	}
}

.shortcode-simple-counter .icon-styled {
	margin-bottom: 15px;
}

.shortcode-simple-counter .counter-wrap {
	display: flex;
	align-items: center;
}

@media(max-width:991px) {
	.shortcode-simple-counter .counter-wrap {
		justify-content: center;
	}
}

.shortcode-simple-counter .counter-wrap h2 {
	color: #031521;
	margin: 0;
	line-height: 1;
}

.shortcode-simple-counter .counter-wrap span {
	font-size: 24px;
	margin-left: 10px;
	color: #031521;
	font-weight: 700;
	line-height: 1;
}

.shortcode-simple-counter .counter-wrap span.dec {
	font-family: Montserrat;
	font-size: 3.6em;
	margin-left: 0;
}

@media(max-width:992px) {
	.shortcode-simple-counter .counter-wrap span.dec {
		font-size: 2.7rem;
	}
}

.shortcode-simple-counter .counter-title {
	margin-top: 10px;
}

.shortcode-simple-counter .counter-title span {
	font-size: 14px;
	font-weight: 400;
	position: relative;
}

.shortcode-simple-counter .counter-title span::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 1px;
	right: -10px;
	height: 10px;
	z-index: -1;
	background-color: #dddbcf;
	transition: all .3s ease-in-out;
}

.shortcode-simple-counter .counter-text {
	margin-top: 10px;
}

.icons-two-col .icons-row {
	display: flex;
	border-top: 1px solid #dadbd6;
}

.icons-two-col .icons-row:last-child {
	border-bottom: 1px solid #dadbd6;
}

.icons-two-col .media {
	flex-grow: 1;
	padding: 20px 30px;
}

.icons-two-col .media:first-child {
	padding-left: 0;
}

@media(max-width:575px) {
	.icons-two-col .icons-row {
		flex-direction: column;
	}

	.icons-two-col .media {
		padding-left: 0;
	}

	.icons-two-col .media:nth-child(2) {
		border-top: 1px solid #dadbd6;
	}
}

.steps .step {
	border: 1px solid #dddbcf;
	border-radius: 3px;
	padding: 3px 13px;
	position: relative;
	transition: all .3s ease-in-out;
}

.steps .step:hover {
	background-color: #dddbcf;
}

.steps .step:not(:last-child) {
	margin-right: 40px;
}

.steps .step:not(:last-child)::after {
	content: '';
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #031521;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: absolute;
	right: -34px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-out;
}

.contact-form textarea {
	min-height: 105px;
}

.excerpt {
	font-size: 18px;
	color: #031521;
	font-weight: 300;
}

.excerpt:not(:last-child) {
	margin-bottom: 35px;
}

aside h2 {
	margin-bottom: 0;
	line-height: 1;
}

aside>*+* {
	margin-top: 80px;
}

@media(max-width:1199px) {
	aside>*+* {
		margin-top: 60px;
	}
}

.widget {
	position: relative;
}

.widget>h3,.widget .widget-title {
	font-size: 24px;
	margin-bottom: 35px;
	line-height: 1;
}

.widget *+.media-body,.widget .media-body+* {
	margin-left: 20px;
}

.widget>h2:last-child {
	line-height: 1;
}

.widget li.media {
	margin-bottom: 30px;
	margin-top: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.widget li.media:last-child {
	margin-bottom: 0;
}

.widget li.media img {
	max-width: 100px;
	border-radius: 3px;
	overflow: hidden;
}

.widget li.media h3,.widget li.media h4 {
	margin-bottom: .5em;
	text-transform: none;
	font-size: 14px;
	font-family: heebo,sans-serif;
	letter-spacing: unset;
}

.widget li.media p {
	line-height: 1.4;
	margin-bottom: .5em;
}

.page_footer .widget>h3,.page_footer .widget .widget-title {
	margin-bottom: 35px;
	font-size: 30px;
}

.page_footer [class*=widget-]+.widget,.page_footer [class*=widget-]+[class*=widget-] {
	margin-top: 40px;
}

.widget-title.next-image-background {
	position: relative;
	z-index: 2;
}

.widget-title.next-image-background+img {
	position: absolute;
	left: 0;
	top: -15px;
	opacity: .5;
}

.text-center .widget-title.next-image-background+img {
	left: 50%;
	transform: translateX(-50%);
}

@media(max-width:991px) {
	aside {
		margin: 60px auto 0;
	}
}

.affix-aside {
	position: relative;
}

.affix-aside.affix {
	position: fixed;
	top: 100px;
}

.affix-aside.affix-bottom {
	position: absolute!important;
}

.affix-aside.affix-top {
	width: inherit!important;
	left: auto!important;
}

@media(max-width:991px) {
	.affix-aside,.affix-aside.affix-top,.affix-aside.affix,.affix-aside.affix-bottom {
		position: static!important;
		width: 100%!important;
	}
}

.stars>span {
	display: flex;
}

.stars a {
	position: relative;
	width: 1em;
	color: transparent;
	text-indent: -999em;
}

.stars a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-indent: 0;
	font-family: fontawesome;
}

.stars a:before,.stars a:hover~a:before {
	color: #6e7a81;
	content: "\f006";
}

.stars.selected a.active:before,.stars:hover a:before {
	content: "\f005";
	color: #092b37;
	opacity: 1;
}

.stars.selected a.active~a:before {
	content: "\f005";
	color: #6e7a81;
	opacity: .75;
}

.stars.selected a:not(.active):before {
	content: "\f005";
	color: #092b37;
	opacity: 1;
}

.ds .star-rating {
	color: #fff;
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 15px;
	width: 5em;
	letter-spacing: .1em;
	font-family: fontawesome;
	color: #031521;
}

.star-rating:before {
	content: '\f006\f006\f006\f006\f006';
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: '\f005\f005\f005\f005\f005';
	top: 0;
	position: absolute;
	left: 0;
}

.muted-bg>.widget,.hero-bg>.widget,.ls>.widget,.ds>.widget,.ds.ms>.widget,.ls.ms>.widget,.cs>.widget {
	padding: 63px 50px;
}

.widget_bloginfo>*:not(:first-child) {
	margin-top: 25px;
	display: inline-block;
}

.widget_bloginfo>*:not(:first-child).social-icons {
	margin-top: 45px;
}

.widget_media_gallery figure {
	margin: 5px;
	display: inline-block;
	opacity: 1;
	transition: all .3s ease-in-out;
}

.widget_media_gallery figure:hover {
	opacity: .5;
}

.widget_media_gallery .gallery-columns-1 .gallery-item {
	width: 100%;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
	width: 50%;
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
	width: 30%;
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
	width: 25%;
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
	width: 20%;
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.widget_tabs .post {
	padding: 0!important;
}

.widget_tabs .post+.post {
	margin-top: 30px;
}

.ds .wp-caption-text {
	color: #031521;
}

.search-margin {
	margin-bottom: 120px;
}

@media(max-width:1199px) {
	.search-margin {
		margin-bottom: 90px;
	}
}

.ds .widget_search form::after,.ds .widget_product_search form::after,.ds .widget_mailchimp form::after,.ds .mc4wp-form form::after {
	background-color: #fff;
}

.widget_search .form-group,.widget_mailchimp .form-group {
	margin-bottom: 0;
}

.widget_search .form-group::after,.widget_mailchimp .form-group::after {
	content: unset;
}

.widget_search form,.widget_mailchimp form {
	position: relative;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.widget_search form::after,.widget_mailchimp form::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #031521;
}

.widget_search .response,.widget_mailchimp .response {
	width: 100%;
	order: -1;
}

.widget_search label,.widget_mailchimp label {
	margin: 0;
	padding: 0;
	display: inline;
}

.widget_search input,.widget_mailchimp input {
	width: 100%;
	font-style: normal;
	margin-right: 90px;
}

.mc4wp-form {
	position: relative;
	margin: auto;
}

.mc4wp-form::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #031521;
}

.mc4wp-form>div {
	width: 100%;
}

.mc4wp-form .mailchimp-1 {
	display: flex;
}

.mc4wp-form label {
	margin: 0;
	padding: 0;
	display: inline;
}

.mc4wp-form input {
	width: 100%;
	font-style: normal;
	margin-right: 90px;
}

.ds .mc4wp-form::after {
	background-color: #fff;
}

.widget_mailchimp .mailchimp-1 input {
	height: 50px;
}

.search-form {
	position: relative;
}

.search-form label {
	width: 100%;
	margin-bottom: 0;
	display: flex;
}

.search-form label input {
	margin-right: 90px;
}

.search-form button:hover::before {
	background-color: #fff;
}

.widget_search button,.search-form button,.widget_mailchimp button:not(.btn),.mc4wp-form button:not(.btn),.widget_product_search form input[type=submit],.widget_product_search form:before {
	text-align: center;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0!important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f6e700;
	border: 1px solid #f6e700;
	box-shadow: 0 0 0 0 rgba(246,231,0,.4),0 0 0 0 rgba(246,231,0,.6);
	border-radius: 50%;
	opacity: 1;
	min-width: unset;
	-webkit-animation: pulse-icon-color-main3 1.5s infinite;
}

.search-form button,.widget_mailchimp button:not(.btn),.mc4wp-form button:not(.btn) {
	background-color: #092b37;
	border-color: #092b37;
	box-shadow: 0 0 0 0 rgba(9,43,55,.4),0 0 0 0 rgba(9,43,55,.6);
	-webkit-animation: pulse-icon-color-main 1.5s infinite;
}

.widget_product_search form {
	position: relative;
}

.widget_product_search form:before {
	content: '';
	-webkit-mask: url(/wp-content/themes/cognio-child/img/arrow-list.png) no-repeat center/cover;
	background-color: #031521;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: absolute;
	z-index: 2;
	right: 20px;
	border-radius: unset;
	border: none;
	transition: all .3s ease-in-out;
}

.widget_product_search form::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #031521;
}

.widget_product_search form:hover::before {
	background-color: #fff;
}

.widget_product_search form>div {
	display: flex;
	position: relative;
}

.widget_product_search form button {
	position: absolute;
	font-size: 0;
	min-width: unset;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	flex-shrink: 0;
	border-color: #092b37!important;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.widget_product_search input[type=search] {
	margin-right: 90px;
}

.widget_search button,.search-form button,.widget_mailchimp button:not(.btn),.mc4wp-form button:not(.btn),.widget_product_search form input[type=submit] {
	padding: 21px 21px 18px 10px;
}

.widget_search button:hover,.search-form button:hover,.widget_mailchimp button:not(.btn):hover,.mc4wp-form button:not(.btn):hover,.widget_product_search form input[type=submit]:hover {
	background-color: transparent;
}

.widget_search button:hover::before,.search-form button:hover::before,.widget_mailchimp button:not(.btn):hover::before,.mc4wp-form button:not(.btn):hover::before,.widget_product_search form input[type=submit]:hover::before {
	background-color: #031521;
}

.ds .widget_search button,.ds .widget_product_search form input[type=submit] {
	border-color: #f6e700;
	background-color: #f6e700;
}

.ds .widget_search button:hover,.ds .widget_product_search form input[type=submit]:hover {
	background-color: transparent;
}

.ds .widget_search button:hover::before,.ds .widget_product_search form input[type=submit]:hover::before {
	background-color: #fff;
}

.widget_search button:before,.search-form button:before,.widget_mailchimp button:not(.btn):before,.mc4wp-form button:not(.btn):before {
	content: '';
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #031521;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: relative;
	transition: all .3s ease-in-out;
}

.mc4wp-form button:not(.btn):before {
	content: '';
	-webkit-mask: url('../wp-content/themes/cognio-child/img/icon-mail.png') no-repeat center/cover;
	width: 18px;
	height: 18px;
	margin-bottom: 2px;
}

.widget_mailchimp button:not(.btn)::before,.mc4wp-form button:not(.btn)::before {
	background-color: #fff;
}

.widget_mailchimp form button:not(.btn):before,.mc4wp-form form button:not(.btn):before {
	content: "\f003";
}

.widget_product_search form:before {
	line-height: 40px;
}

.widget_product_search input[type=submit] {
	color: transparent;
	font-size: 0;
}

.widget_archive ul,.widget_categories ul,.widget_nav_menu ul,.widget_meta ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.widget_archive ul ul li,.widget_categories ul ul li,.widget_nav_menu ul ul li,.widget_meta ul ul li,.widget_pages ul ul li,.widget_recent_comments ul ul li,.widget_recent_entries ul ul li {
	padding-left: 25px;
}

.widget_archive ul ul li:last-child,.widget_categories ul ul li:last-child,.widget_nav_menu ul ul li:last-child,.widget_meta ul ul li:last-child,.widget_pages ul ul li:last-child,.widget_recent_comments ul ul li:last-child,.widget_recent_entries ul ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.widget_archive li,.widget_categories li,.widget_nav_menu li,.widget_meta li,.widget_pages li,.widget_recent_comments li,.widget_recent_entries li {
	border-top: 1px solid #dadbd6;
	border-bottom: 1px solid #dadbd6;
}

.widget_archive li+li,.widget_categories li+li,.widget_nav_menu li+li,.widget_meta li+li,.widget_pages li+li,.widget_recent_comments li+li,.widget_recent_entries li+li {
	border-top: none;
}

.widget_archive a:empty,.widget_categories a:empty,.widget_nav_menu a:empty,.widget_meta a:empty,.widget_pages a:empty,.widget_recent_comments a:empty,.widget_recent_entries a:empty,.widget_archive li>a:not([href]),.widget_categories li>a:not([href]),.widget_nav_menu li>a:not([href]),.widget_meta li>a:not([href]),.widget_pages li>a:not([href]),.widget_recent_comments li>a:not([href]),.widget_recent_entries li>a:not([href]) {
	display: none!important;
}

.ds .widget_archive li ul li>a::before,.ds .widget_categories li ul li>a::before,.ds .widget_nav_menu li ul li>a::before,.ds .widget_meta li ul li>a::before,.ds .widget_pages li ul li>a::before {
	color: #fff;
}

.widget_archive li,.widget_categories li,.widget_nav_menu li,.widget_meta li,.widget_pages li {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
}

.widget_archive li ul li>a,.widget_categories li ul li>a,.widget_nav_menu li ul li>a,.widget_meta li ul li>a,.widget_pages li ul li>a {
	color: #6e7a81;
}

.widget_archive li ul li>a::before,.widget_categories li ul li>a::before,.widget_nav_menu li ul li>a::before,.widget_meta li ul li>a::before,.widget_pages li ul li>a::before {
	color: #031521;
}

.widget_archive li ul li>a:hover,.widget_categories li ul li>a:hover,.widget_nav_menu li ul li>a:hover,.widget_meta li ul li>a:hover,.widget_pages li ul li>a:hover {
	color: #092b37;
}

.widget_archive li a,.widget_categories li a,.widget_nav_menu li a,.widget_meta li a,.widget_pages li a {
	padding: 15px 0 14px;
	flex-grow: 10;
	display: inline-block;
	min-height: 60px;
}

.widget_archive li>a:before,.widget_categories li>a:before,.widget_nav_menu li>a:before,.widget_meta li>a:before,.widget_pages li>a:before {
	margin-left: 15px;
	font-family: fontawesome;
	content: '\f105';
	font-size: 14px;
	color: #092b37;
	position: relative;
	top: 50%;
	padding-right: 18px;
}

.widget_recent_comments li,.widget_recent_entries li {
	text-align: left;
	min-height: 60px;
	padding: 15px 0 14px;
}

.widget_recent_comments li:before,.widget_recent_entries li:before {
	margin-left: 15px;
	font-family: fontawesome;
	content: '\f105';
	font-size: 14px;
	color: #092b37;
	position: relative;
	top: 50%;
	padding-right: 18px;
}

.page_copyright .widget_nav_menu li,.page_topline .widget_nav_menu li {
	display: inline-block;
	position: relative;
	border: none;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
}

.page_copyright .widget_nav_menu li:first-child:before,.page_topline .widget_nav_menu li:first-child:before {
	display: none;
}

.page_copyright .widget_nav_menu a:before,.page_topline .widget_nav_menu a:before {
	display: none;
}

.widget_categories select,.widget_archive select {
	width: 100%;
}

.ds .widget_text strong {
	color: #fff;
}

.widget_text img+p {
	margin-top: 25px;
}

.widget_text p+.social-icons {
	margin-top: 45px;
}

.widget_text strong {
	color: #031521;
}

.widget_text a {
	text-decoration: underline;
}

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

.widget_text ul li {
	position: relative;
	padding: 2px 0;
	color: #062637;
}

.widget_text ul li:before {
	content: "";
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #092b37;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.widget_post_tabs .tab-content {
	padding: 40px;
}

.nav-in-line .widget_nav_menu .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nav-in-line .widget_nav_menu .menu li {
	border: none;
}

.nav-in-line .widget_nav_menu .menu li a {
	padding: 0 30px;
	min-height: unset;
}

.nav-in-line .widget_nav_menu .menu li a::before {
	display: none;
}

@media(max-width:767px) {
	.nav-in-line .widget_nav_menu .menu li a {
		padding: 0 15px;
	}
}

@media(min-width:1200px) {
	.col-xl-3 .calendar_wrap thead {
		font-size: 12px;
	}

	.col-xl-3 .calendar_wrap thead th {
		padding: 10px 4px;
	}

	.col-xl-3 .calendar_wrap thead th:first-child {
		padding-left: 10px;
	}

	.col-xl-3 .calendar_wrap thead th:last-child {
		padding-right: 10px;
	}

	.col-xl-3 .calendar_wrap tbody {
		font-size: 12px;
	}

	.col-xl-3 .calendar_wrap tbody tr:first-child td {
		padding-top: 20px;
	}

	.col-xl-3 .calendar_wrap tbody tr:last-child td {
		padding-bottom: 20px;
	}

	.col-xl-3 .calendar_wrap tbody td {
		padding: 10px 3px;
	}

	.col-xl-3 .calendar_wrap tbody td:first-child {
		padding-left: 10px;
	}

	.col-xl-3 .calendar_wrap tbody td:last-child {
		padding-right: 10px;
	}

	.col-xl-3 .calendar_wrap tfoot td a {
		padding: 0 10px;
	}
}

.calendar_wrap {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.calendar_wrap table td,.calendar_wrap table th {
	border: none;
}

@media(min-width:768px) and (max-width:992px) {
	.calendar_wrap {
		overflow-x: auto;
		overflow-y: hidden;
	}
}

.ds .widget_calendar tbody {
	color: #031521;
}

.ds .widget_calendar tbody a:not(.btn) {
	color: #031521;
}

.widget_calendar table {
	border-radius: 4px;
	overflow: hidden;
	margin: 0;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.widget_calendar caption {
	line-height: 1;
	padding: 28px 0;
	text-align: center;
	color: #031521;
	background-color: #f6e700;
	font-size: 24px;
	font-family: montserrat,sans-serif;
	font-weight: 700;
}

.widget_calendar thead {
	display: table;
	background-color: #031521;
	color: #fff;
	font-size: 14px;
}

.widget_calendar thead th {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 100px;
}

.widget_calendar thead th:first-child {
	padding-left: 35px;
}

.widget_calendar thead th:last-child {
	padding-right: 35px;
}

.widget_calendar tbody {
	display: table;
	background-color: #f2f2eb;
}

.widget_calendar tbody tr:first-child td {
	padding-top: 50px;
}

.widget_calendar tbody tr:last-child td {
	padding-bottom: 50px;
}

.widget_calendar tbody td {
	padding: 10px 4px;
	position: relative;
	width: 100px;
	color: #031521;
}

.widget_calendar tbody td:first-child {
	padding-left: 35px;
}

.widget_calendar tbody td:last-child {
	padding-right: 35px;
}

.widget_calendar tbody td a {
	position: relative;
	z-index: 1;
	color: #fff;
}

.widget_calendar tbody td a::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background-color: #092b37;
	z-index: -1;
}

.widget_calendar th {
	color: inherit;
}

.widget_calendar nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	display: flex;
}

.widget_calendar nav span:first-child,.widget_calendar nav span:last-child {
	width: 75px;
	height: 80px;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 3;
}

.widget_calendar nav span:first-child a,.widget_calendar nav span:last-child a {
	margin-top: 6px;
	font-size: 0;
}

.widget_calendar nav span:first-child {
	left: 0;
	top: 0;
	justify-content: flex-end;
}

.widget_calendar nav span:first-child a:before {
	content: '';
	-webkit-mask: url(/wp-content/themes/cognio-child/img/arrow-list.png) no-repeat center/cover;
	background-color: #031521;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: relative;
	transform: rotate(180deg);
	transition: all .3s ease-in-out;
}

.widget_calendar nav span:first-child a:hover::before {
	opacity: .5;
}

.widget_calendar nav span:last-child {
	right: 0;
	top: 0;
	justify-content: flex-start;
}

.widget_calendar nav span:last-child a:before {
	content: '';
	-webkit-mask: url(/wp-content/themes/cognio-child/img/arrow-list.png) no-repeat center/cover;
	background-color: #031521;
	width: 20px;
	height: 7px;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.widget_calendar nav span:last-child a:hover::before {
	opacity: .5;
}

.widget_calendar tfoot td {
	position: absolute;
	top: 0;
}

.widget_calendar tfoot td a {
	text-align: center;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	padding: 0 25px;
	font-size: 0;
	color: transparent;
}

.widget_calendar tfoot td a:hover {
	background-color: #02090b;
	border-color: #092b37;
}

.widget_calendar tfoot td a:before,.widget_calendar tfoot td a:after {
	color: #031521;
	font-size: 10px;
	font-family: fontawesome;
}

.widget_calendar tfoot td.pad {
	display: none;
}

.widget_calendar tfoot td:first-child {
	left: 0;
	padding: 0;
}

.widget_calendar tfoot td:first-child a {
	border-right: 1px solid rgba(255,255,255,.2);
}

.widget_calendar tfoot td:first-child a:before {
	content: '\f053';
}

.widget_calendar tfoot td:last-child {
	right: 0;
	padding: 0;
}

.widget_calendar tfoot td:last-child a {
	border-left: 1px solid rgba(255,255,255,.2);
}

.widget_calendar tfoot td:last-child a:after {
	content: '\f054';
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: none;
}

.widget_rss .widget-title .rsswidget:first-child:before {
	position: relative;
	top: -1px;
	font-size: .8em;
	padding-right: .3em;
	font-family: fontawesome;
	content: '\f09e';
}

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

.widget_rss ul a {
	display: block;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.5;
}

.widget_rss li cite:last-child {
	display: block;
	margin-top: .5em;
}

.widget_rss li+li {
	margin-top: 1.5em;
}

.widget_rss .rss-date {
	display: block;
	margin: .8em 0;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #031521;
}

.ds .widget_rss .rss-date {
	color: #092b37;
}

.widget_tag_cloud a {
	border: 1px solid #092b37;
	color: #092b37;
	padding: 2px 15px;
	margin: 0 0 4px;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	font-size: 14px!important;
}

.widget_tag_cloud a:hover {
	border-color: #031521;
	color: #031521;
}

.widget_flickr ul {
	margin: -10px;
	padding: 0;
	width: 100%;
}

.widget_flickr li {
	display: inline-block;
	padding: 0;
	width: 100%;
}

.widget_flickr img {
	width: 100%;
	border-radius: 3px;
}

.widget_flickr a {
	opacity: 1;
	max-width: 50%;
	padding: 10px;
	display: inline-block;
}

.widget_flickr a:hover {
	opacity: .6;
}

.widget_instagram .photo {
	display: inline-block;
}

.widget_instagram img {
	max-width: 82px;
}

.apsc-facebook-icon {
	background-color: #3b5998;
}

.apsc-twitter-icon {
	background-color: #1dcaff;
}

.apsc-youtube-icon {
	background-color: #e52d27;
}

.apsc-soundcloud-icon {
	background-color: #f80;
}

.apsc-dribble-icon {
	background-color: #ea4c89;
}

.apsc-comment-icon {
	background-color: #464646;
}

.apsc-edit-icon {
	background-color: #837d7d;
}

.apsc-google-plus-icon {
	background-color: #dd4b39;
}

.apsc-instagram-icon {
	background-color: #3f729b;
}

.apsc-each-profile a {
	color: #fff!important;
}

.apsc-each-profile a:hover {
	color: #fff!important;
	text-decoration: none!important;
}

.apsc-theme-4 .apsc-facebook-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-facebook-icon i {
	background-color: #3b5998;
}

.apsc-theme-4 .apsc-twitter-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-twitter-icon i {
	background-color: #1dcaff;
}

.apsc-theme-4 .apsc-youtube-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-youtube-icon i {
	background-color: #e52d27;
}

.apsc-theme-4 .apsc-soundcloud-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-soundcloud-icon i {
	background-color: #f80;
}

.apsc-theme-4 .apsc-dribble-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-dribble-icon i {
	background-color: #ea4c89;
}

.apsc-theme-4 .apsc-comment-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-comment-icon i {
	background-color: #464646;
}

.apsc-theme-4 .apsc-edit-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-edit-icon i {
	background-color: #837d7d;
}

.apsc-theme-4 .apsc-google-plus-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-google-plus-icon i {
	background-color: #dd4b39;
}

.apsc-theme-4 .apsc-instagram-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-instagram-icon i {
	background-color: #3f729b;
}

.apsc-theme-4 .apsc-each-profile {
	margin-bottom: 10px;
}

.apsc-theme-4 .apsc-inner-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.apsc-theme-4 .social-icon {
	display: inline-block;
	margin-right: auto;
	padding: 4px 0;
	transition: all .5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
	display: block;
	position: relative;
	padding: 14px 29px 14px 88px;
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
	color: #031521!important;
	background-color: #f2f2eb;
}

.apsc-theme-4 .apsc-each-profile a .media-name {
	color: #031521!important;
	font-weight: 400;
}

.apsc-theme-4 .apsc-each-profile a i {
	color: #fff!important;
}

.apsc-theme-4 .apsc-each-profile a:hover {
	opacity: .8;
}

@media(max-width:768px) {
	.apsc-theme-4 .apsc-each-profile a {
		padding: 11px 15px 11px 70px;
	}
}

.apsc-theme-4 .apsc-each-profile {
	border-radius: 3px;
	overflow: hidden;
}

.apsc-theme-4 .apsc-each-profile a .fa,.apsc-theme-4 .apsc-each-profile a .fab,.apsc-theme-4 .apsc-each-profile a .fas {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 1px solid #fff;
	width: 60px;
	font-size: 14px;
	transform: none;
	transition: all .5s ease-in-out;
}

.apsc-theme-4 .apsc-count {
	border-radius: 0;
	color: #6e7a81;
	display: inline-block;
	font-size: inherit;
	text-align: center;
	position: relative;
	padding: 4px;
	transition: all .5s ease-in-out;
	font-weight: 300;
}

.apsc-theme-4 .apsc-media-type {
	display: inline-block;
	padding: 4px 0;
	font-weight: 300;
	color: #6e7a81;
}

.apsc-theme-1.apsc-icons-wrapper {
	display: flex;
	justify-content: space-between;
}

.apsc-theme-1 .apsc-each-profile {
	width: 33%;
	margin: 3px;
}

.apsc-theme-1 .apsc-inner-block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.apsc-theme-1 .apsc-inner-block i.fa,.apsc-theme-1 .apsc-inner-block i.fab,.apsc-theme-1 .apsc-inner-block i.fas {
	width: 100%;
	text-align: center;
}

.apsc-theme-1 .social-icon {
	display: inline-block;
	padding: 4px 0;
	transition: all .5s ease-in-out;
}

.apsc-theme-1 .apsc-each-profile a {
	display: block;
	position: relative;
	padding: 20px 10px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border-radius: 0;
	color: #fff!important;
}

.apsc-theme-1 .apsc-each-profile a .media-name {
	color: #031521!important;
	font-weight: 600;
}

.apsc-theme-1 .apsc-each-profile a i {
	color: #fff!important;
}

.apsc-theme-1 .apsc-each-profile a:hover {
	opacity: .8;
}

.apsc-theme-1 .apsc-each-profile a .fa,.apsc-theme-1 .apsc-each-profile a .fab,.apsc-theme-1 .apsc-each-profile a .fas {
	font-size: 28px;
}

.apsc-theme-1 .apsc-count {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	text-align: center;
	position: relative;
	transition: all .5s ease-in-out;
	font-weight: 300;
	font-size: 16px;
}

.apsc-theme-1 .apsc-media-type {
	display: inline-block;
	padding: 4px 0;
	font-family: lato,sans-serif;
	font-weight: 300;
}

@media screen and (max-width:479px) {
	.apsc-theme-4 .apsc-each-profile a,.apsc-theme-3 .apsc-each-profile a {
		display: inline-block;
	}

	.apsc-theme-4 .apsc-each-profile,.apsc-theme-3 .apsc-each-profile {
		float: none;
	}
}

.tweet_avatar {
	float: left;
	margin-top: 4px;
}

.tweet_avatar img {
	max-width: 25px;
	display: none;
}

.tweet_avatar:before {
	font-family: fontawesome;
	content: "\f099";
	color: #55acee;
}

.tweet_right {
	overflow: hidden;
	zoom: 1;
	margin-left: 35px;
}

.tweet_list {
	list-style: none;
	padding: 0;
}

.tweet_list li+li {
	padding-top: 20px;
	clear: both;
}

.tweet_text a:last-child {
	display: block;
}

.tweet_time {
	display: block;
}

.widget_slider {
	padding-bottom: 25px;
}

.widget_slider h4 {
	font-weight: 700;
	font-size: 18px;
	text-transform: none;
	line-height: 1;
	margin-bottom: .3em;
}

.widget_slider .item-media img {
	border-radius: 3px;
}

.widget_slider .item-content {
	padding-top: 30px!important;
}

.widget_slider .owl-carousel.owl-theme .owl-nav {
	bottom: -25px!important;
}

.widget_slider .owl-carousel.owl-theme .owl-nav>div {
	align-items: flex-end!important;
}

.widget_slider .owl-carousel.owl-theme .owl-nav>div:first-child {
	left: 0;
}

.widget_slider .owl-carousel.owl-theme .owl-nav>div:first-child i {
	background-color: #031521;
}

.widget_slider .owl-carousel.owl-theme .owl-nav>div:first-child:hover i {
	background-color: #092b37;
}

.widget_slider .owl-carousel.owl-theme .owl-nav>div:last-child {
	right: auto;
	left: 30px;
}

.widget_slider .owl-carousel.owl-theme .owl-nav>div:last-child i {
	background-color: #031521;
}

.widget_slider .owl-carousel.owl-theme .owl-nav>div:last-child:hover i {
	background-color: #092b37;
}

.widget_post_tabs .post+.post {
	margin-top: 0;
}

.widget_post_tabs h4 {
	text-transform: none;
	line-height: 1;
	margin: 0;
	font-size: 18px;
}

.widget_post_tabs .vertical-item {
	margin-bottom: 35px;
}

.widget_post_tabs .vertical-item:last-child {
	margin-bottom: 0;
}

.widget_post_tabs .post-tab.post .item-content {
	padding: 0;
}

.widget_post_tabs .item-media img {
	border-radius: 3px;
}

.widget_posts_2cols ul {
	display: flex;
	flex-wrap: wrap;
}

.widget_posts_2cols li {
	padding-top: 0;
	padding-bottom: 0;
	width: 50%;
	margin-top: 20px;
}

.widget_posts_2cols li:nth-child(even) {
	padding-left: 10px;
}

.widget_posts_2cols li:nth-child(odd) {
	padding-right: 10px;
}

.widget_posts_2cols li:nth-child(1),.widget_posts_2cols li:nth-child(2) {
	margin-top: 0;
}

.widget_posts_2cols h5 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: unset;
	text-transform: none;
	font-family: heebo,sans-serif;
	margin: 10px 0 0;
	text-align: center;
}

a[class*=fa-]:before {
	font-family: fontawesome,sans-serif;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	width: 1em;
}

a.fa {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
}

a.fa.bg-icon,a.fa .tooltip,a.fa.color-bg-icon,a.fa .tooltip,a.fa.border-icon {
	margin-left: 5px;
	margin-right: 5px;
}

a.fa:first-child {
	margin-left: 0;
}

a.fa:last-child {
	margin-right: 0;
}

a.border-icon,a.bg-icon,a.color-bg-icon {
	margin-bottom: 4px;
}

a.border-icon:before,a.bg-icon:before,a.color-bg-icon:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

a[class*=fa-].rounded-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

a.color-icon.fa-500px,a[class*=fa-].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,a[class*=fa-].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,a[class*=fa-].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,a[class*=fa-].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,a[class*=fa-].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,a[class*=fa-].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,a[class*=fa-].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,a[class*=fa-].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,a[class*=fa-].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,a[class*=fa-].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,a[class*=fa-].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,a[class*=fa-].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,a[class*=fa-].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,a[class*=fa-].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,a[class*=fa-].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,a[class*=fa-].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,a[class*=fa-].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,a[class*=fa-].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,a[class*=fa-].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,a[class*=fa-].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,a[class*=fa-].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,a[class*=fa-].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,a[class*=fa-].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,a[class*=fa-].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,a[class*=fa-].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,a[class*=fa-].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,a[class*=fa-].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,a[class*=fa-].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,a[class*=fa-].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,a[class*=fa-].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,a[class*=fa-].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,a[class*=fa-].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,a[class*=fa-].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,a[class*=fa-].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,a[class*=fa-].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,a[class*=fa-].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,a[class*=fa-].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,a[class*=fa-].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,a[class*=fa-].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,a[class*=fa-].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-firefox,a[class*=fa-].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,a[class*=fa-].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,a[class*=fa-].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,a[class*=fa-].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,a[class*=fa-].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,a[class*=fa-].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,a[class*=fa-].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,a[class*=fa-].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,a[class*=fa-].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,a[class*=fa-].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-500px,a[class*=fa-].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,a[class*=fa-].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,a[class*=fa-].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,a[class*=fa-].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,a[class*=fa-].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,a[class*=fa-].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,a[class*=fa-].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,a[class*=fa-].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,a[class*=fa-].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,a[class*=fa-].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,a[class*=fa-].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,a[class*=fa-].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,a[class*=fa-].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,a[class*=fa-].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,a[class*=fa-].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,a[class*=fa-].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,a[class*=fa-].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,a[class*=fa-].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,a[class*=fa-].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,a[class*=fa-].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,a[class*=fa-].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,a[class*=fa-].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,a[class*=fa-].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,a[class*=fa-].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,a[class*=fa-].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,a[class*=fa-].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,a[class*=fa-].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,a[class*=fa-].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,a[class*=fa-].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,a[class*=fa-].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,a[class*=fa-].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,a[class*=fa-].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,a[class*=fa-].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,a[class*=fa-].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,a[class*=fa-].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,a[class*=fa-].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,a[class*=fa-].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,a[class*=fa-].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,a[class*=fa-].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,a[class*=fa-].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-firefox,a[class*=fa-].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,a[class*=fa-].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,a[class*=fa-].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,a[class*=fa-].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,a[class*=fa-].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,a[class*=fa-].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,a[class*=fa-].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,a[class*=fa-].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,a[class*=fa-].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,a[class*=fa-].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-git,a[class*=fa-].fa-git:hover {
	color: #333;
}

a.color-icon.fa-github-alt,a[class*=fa-].fa-github-alt:hover {
	color: #333;
}

a.color-icon.fa-github-square,a[class*=fa-].fa-github-square:hover {
	color: #333;
}

a.color-icon.fa-github,a[class*=fa-].fa-github:hover {
	color: #333;
}

a.color-icon.fa-gittip,a[class*=fa-].fa-gittip:hover {
	color: #630;
}

a.color-icon.fa-google-plus-square,a[class*=fa-].fa-google-plus-square:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-plus,a[class*=fa-].fa-google-plus:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-wallet,a[class*=fa-].fa-google-wallet:hover {
	color: #4285f4;
}

a.color-icon.fa-google,a[class*=fa-].fa-google:hover {
	color: #dd4b39;
}

a.color-icon.fa-hacker-news,a[class*=fa-].fa-hacker-news:hover {
	color: #f60;
}

a.color-icon.fa-houzz,a[class*=fa-].fa-houzz:hover {
	color: #7ac142;
}

a.color-icon.fa-html5,a[class*=fa-].fa-html5:hover {
	color: #e34f26;
}

a.color-icon.fa-instagram,a[class*=fa-].fa-instagram:hover {
	color: #3f729b;
}

a.color-icon.fa-internet-explorer,a[class*=fa-].fa-internet-explorer:hover {
	color: #1ebbee;
}

a.color-icon.fa-ioxhost,a[class*=fa-].fa-ioxhost:hover {
	color: #faa729;
}

a.color-icon.fa-joomla,a[class*=fa-].fa-joomla:hover {
	color: #142849;
}

a.color-icon.fa-jsfiddle,a[class*=fa-].fa-jsfiddle:hover {
	color: #4679bd;
}

a.color-icon.fa-lastfm-square,a[class*=fa-].fa-lastfm-square:hover {
	color: #c3000d;
}

a.color-icon.fa-lastfm,a[class*=fa-].fa-lastfm:hover {
	color: #c3000d;
}

a.color-icon.fa-leanpub,a[class*=fa-].fa-leanpub:hover {
	color: #0c0c0c;
}

a.color-icon.fa-linkedin-square,a[class*=fa-].fa-linkedin-square:hover {
	color: #0976b4;
}

a.color-icon.fa-linkedin,a[class*=fa-].fa-linkedin:hover {
	color: #0976b4;
}

a.color-icon.fa-linux,a[class*=fa-].fa-linux:hover {
	color: #333;
}

a.color-icon.fa-maxcdn,a[class*=fa-].fa-maxcdn:hover {
	color: #f60;
}

a.color-icon.fa-meanpath,a[class*=fa-].fa-meanpath:hover {
	color: #538ed7;
}

a.color-icon.fa-medium,a[class*=fa-].fa-medium:hover {
	color: #000;
}

a.color-icon.fa-odnoklassniki-square,a[class*=fa-].fa-odnoklassniki-square:hover {
	color: #ed812b;
}

a.color-icon.fa-odnoklassniki,a[class*=fa-].fa-odnoklassniki:hover {
	color: #ed812b;
}

a.color-icon.fa-opencart,a[class*=fa-].fa-opencart:hover {
	color: #2ac2ef;
}

a.color-icon.fa-openid,a[class*=fa-].fa-openid:hover {
	color: #f78c40;
}

a.color-icon.fa-opera,a[class*=fa-].fa-opera:hover {
	color: #cc0f16;
}

a.color-icon.fa-optin-monster,a[class*=fa-].fa-optin-monster:hover {
	color: #83c11f;
}

a.color-icon.fa-pagelines,a[class*=fa-].fa-pagelines:hover {
	color: #000;
}

a.color-icon.fa-paypal,a[class*=fa-].fa-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-pied-piper-alt,a[class*=fa-].fa-pied-piper-alt :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper-square,a[class*=fa-].fa-pied-piper-square :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper,a[class*=fa-].fa-pied-piper:hover {
	color: #2f9f46;
}

a.color-icon.fa-pinterest-p,a[class*=fa-].fa-pinterest-p:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest-square,a[class*=fa-].fa-pinterest-square:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest,a[class*=fa-].fa-pinterest:hover {
	color: #cc2127;
}

a.color-icon.fa-qq,a[class*=fa-].fa-qq:hover {
	color: #000;
}

a.color-icon.fa-ra,a[class*=fa-].fa-ra:hover {
	color: #000;
}

a.color-icon.fa-rebel,a[class*=fa-].fa-rebel:hover {
	color: #000;
}

a.color-icon.fa-reddit-square,a[class*=fa-].fa-reddit-square:hover {
	color: #ff4500;
}

a.color-icon.fa-reddit,a[class*=fa-].fa-reddit:hover {
	color: #ff4500;
}

a.color-icon.fa-renren,a[class*=fa-].fa-renren:hover {
	color: #005eac;
}

a.color-icon.fa-safari,a[class*=fa-].fa-safari:hover {
	color: #1b88ca;
}

a.color-icon.fa-sellsy,a[class*=fa-].fa-sellsy:hover {
	color: #1f78b9;
}

a.color-icon.fa-share-alt-square,a[class*=fa-].fa-share-alt-square:hover {
	color: #01bf01;
}

a.color-icon.fa-share-alt,a[class*=fa-].fa-share-alt:hover {
	color: #01bf01;
}

a.color-icon.fa-shirtsinbulk,a[class*=fa-].fa-shirtsinbulk:hover {
	color: #dd3a26;
}

a.color-icon.fa-simplybuilt,a[class*=fa-].fa-simplybuilt:hover {
	color: #000;
}

a.color-icon.fa-skyatlas,a[class*=fa-].fa-skyatlas:hover {
	color: #00adbb;
}

a.color-icon.fa-skype,a[class*=fa-].fa-skype:hover {
	color: #00aff0;
}

a.color-icon.fa-slack,a[class*=fa-].fa-slack:hover {
	color: #0f7965;
}

a.color-icon.fa-slideshare,a[class*=fa-].fa-slideshare:hover {
	color: #e98325;
}

a.color-icon.fa-soundcloud,a[class*=fa-].fa-soundcloud:hover {
	color: #f80;
}

a.color-icon.fa-spotify,a[class*=fa-].fa-spotify:hover {
	color: #7ab800;
}

a.color-icon.fa-stack-exchange,a[class*=fa-].fa-stack-exchange:hover {
	color: #000;
}

a.color-icon.fa-stack-overflow,a[class*=fa-].fa-stack-overflow:hover {
	color: #fe7a15;
}

a.color-icon.fa-steam-square,a[class*=fa-].fa-steam-square:hover {
	color: #0b0b0b;
}

a.color-icon.fa-steam,a[class*=fa-].fa-steam:hover {
	color: #0b0b0b;
}

a.color-icon.fa-stumbleupon-circle,a[class*=fa-].fa-stumbleupon-circle:hover {
	color: #eb4924;
}

a.color-icon.fa-stumbleupon,a[class*=fa-].fa-stumbleupon:hover {
	color: #eb4924;
}

a.color-icon.fa-tencent-weibo,a[class*=fa-].fa-tencent-weibo:hover {
	color: #74af2c;
}

a.color-icon.fa-trello,a[class*=fa-].fa-trello:hover {
	color: #256a92;
}

a.color-icon.fa-tripadvisor,a[class*=fa-].fa-tripadvisor:hover {
	color: #589442;
}

a.color-icon.fa-tumblr-square,a[class*=fa-].fa-tumblr-square:hover {
	color: #35465c;
}

a.color-icon.fa-tumblr,a[class*=fa-].fa-tumblr:hover {
	color: #35465c;
}

a.color-icon.fa-twitch,a[class*=fa-].fa-twitch:hover {
	color: #6441a5;
}

a.color-icon.fa-twitter-square,a[class*=fa-].fa-twitter-square:hover {
	color: #55acee;
}

a.color-icon.fa-twitter,a[class*=fa-].fa-twitter:hover {
	color: #55acee;
}

a.color-icon.fa-viacoin,a[class*=fa-].fa-viacoin:hover {
	color: #333;
}

a.color-icon.fa-vimeo-square,a[class*=fa-].fa-vimeo-square:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vimeo,a[class*=fa-].fa-vimeo:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vine,a[class*=fa-].fa-vine:hover {
	color: #00b488;
}

a.color-icon.fa-vk,a[class*=fa-].fa-vk:hover {
	color: #45668e;
}

a.color-icon.fa-wechat,a[class*=fa-].fa-wechat:hover {
	color: #93d034;
}

a.color-icon.fa-weibo,a[class*=fa-].fa-weibo:hover {
	color: #e71d34;
}

a.color-icon.fa-weixin,a[class*=fa-].fa-weixin:hover {
	color: #93d034;
}

a.color-icon.fa-wikipedia-w,a[class*=fa-].fa-wikipedia-w:hover {
	color: #000;
}

a.color-icon.fa-windows,a[class*=fa-].fa-windows:hover {
	color: #00bcf2;
}

a.color-icon.fa-wordpress,a[class*=fa-].fa-wordpress:hover {
	color: #21759b;
}

a.color-icon.fa-xing-square,a[class*=fa-].fa-xing-square:hover {
	color: #026466;
}

a.color-icon.fa-xing,a[class*=fa-].fa-xing:hover {
	color: #026466;
}

a.color-icon.fa-y-combinator,a[class*=fa-].fa-y-combinator:hover {
	color: #f0652f;
}

a.color-icon.fa-yahoo,a[class*=fa-].fa-yahoo:hover {
	color: #400191;
}

a.color-icon.fa-yc,a[class*=fa-].fa-yc:hover {
	color: #f0652f;
}

a.color-icon.fa-yelp,a[class*=fa-].fa-yelp:hover {
	color: #af0606;
}

a.color-icon.fa-youtube-play,a[class*=fa-].fa-youtube-play:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube-square,a[class*=fa-].fa-youtube-square:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube,a[class*=fa-].fa-youtube:hover {
	color: #e52d27;
}

a.color-icon.fa-rss,a[class*=fa-].fa-rss:hover {
	color: #ffa811;
}

.color-bg-icon.fa-500px,a.fa-500px.bg-icon:hover,.fa-500px.color-icon.border-icon:hover {
	background-color: #0099e5;
}

.color-bg-icon.fa-adn,a.fa-adn.bg-icon:hover,.fa-adn.color-icon.border-icon:hover {
	background-color: #4a484c;
}

.color-bg-icon.fa-amazon,a.fa-amazon.bg-icon:hover,.fa-amazon.color-icon.border-icon:hover {
	background-color: #f90;
}

.color-bg-icon.fa-android,a.fa-android.bg-icon:hover,.fa-android.color-icon.border-icon:hover {
	background-color: #a4c639;
}

.color-bg-icon.fa-angellist,a.fa-angellist.bg-icon:hover,.fa-angellist.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-apple,a.fa-apple.bg-icon:hover,.fa-apple.color-icon.border-icon:hover {
	background-color: #979797;
}

.color-bg-icon.fa-behance-square,a.fa-behance-square.bg-icon:hover,.fa-behance-square.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-behance,a.fa-behance.bg-icon:hover,.fa-behance.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-bitbucket-square,a.fa-bitbucket-square.bg-icon:hover,.fa-bitbucket-square.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitbucket,a.fa-bitbucket.bg-icon:hover,.fa-bitbucket.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitcoin,a.fa-bitcoin.bg-icon:hover,.fa-bitcoin.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-black-tie,a.fa-black-tie.bg-icon:hover,.fa-black-tie.color-icon.border-icon:hover {
	background-color: #222;
}

.color-bg-icon.fa-btc,a.fa-btc.bg-icon:hover,.fa-btc.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-buysellads,a.fa-buysellads.bg-icon:hover,.fa-buysellads.color-icon.border-icon:hover {
	background-color: #c90100;
}

.color-bg-icon.fa-cc-amex,a.fa-cc-amex.bg-icon:hover,.fa-cc-amex.color-icon.border-icon:hover {
	background-color: #007bc1;
}

.color-bg-icon.fa-cc-diners-club,a.fa-cc-diners-club.bg-icon:hover,.fa-cc-diners-club.color-icon.border-icon:hover {
	background-color: #004a97;
}

.color-bg-icon.fa-cc-discover,a.fa-cc-discover.bg-icon:hover,.fa-cc-discover.color-icon.border-icon:hover {
	background-color: #f68121;
}

.color-bg-icon.fa-cc-jcb,a.fa-cc-jcb.bg-icon:hover,.fa-cc-jcb.color-icon.border-icon:hover {
	background-color: #003a8f;
}

.color-bg-icon.fa-cc-mastercard,a.fa-cc-mastercard.bg-icon:hover,.fa-cc-mastercard.color-icon.border-icon:hover {
	background-color: #0a3a82;
}

.color-bg-icon.fa-cc-paypal,a.fa-cc-paypal.bg-icon:hover,.fa-cc-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-cc-stripe,a.fa-cc-stripe.bg-icon:hover,.fa-cc-stripe.color-icon.border-icon:hover {
	background-color: #00afe1;
}

.color-bg-icon.fa-cc-visa,a.fa-cc-visa.bg-icon:hover,.fa-cc-visa.color-icon.border-icon:hover {
	background-color: #0157a2;
}

.color-bg-icon.fa-chrome,a.fa-chrome.bg-icon:hover,.fa-chrome.color-icon.border-icon:hover {
	background-color: #4587f3;
}

.color-bg-icon.fa-codepen,a.fa-codepen.bg-icon:hover,.fa-codepen.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-connectdevelop,a.fa-connectdevelop.bg-icon:hover,.fa-connectdevelop.color-icon.border-icon:hover {
	background-color: #391448;
}

.color-bg-icon.fa-contao,a.fa-contao.bg-icon:hover,.fa-contao.color-icon.border-icon:hover {
	background-color: #eb8623;
}

.color-bg-icon.fa-creative-commons,a.fa-creative-commons.bg-icon:hover,.fa-creative-commons.color-icon.border-icon:hover {
	background-color: #231f20;
}

.color-bg-icon.fa-css3,a.fa-css3.bg-icon:hover,.fa-css3.color-icon.border-icon:hover {
	background-color: #1680c0;
}

.color-bg-icon.fa-dashcube,a.fa-dashcube.bg-icon:hover,.fa-dashcube.color-icon.border-icon:hover {
	background-color: #7f7f7f;
}

.color-bg-icon.fa-delicious,a.fa-delicious.bg-icon:hover,.fa-delicious.color-icon.border-icon:hover {
	background-color: #39f;
}

.color-bg-icon.fa-deviantart,a.fa-deviantart.bg-icon:hover,.fa-deviantart.color-icon.border-icon:hover {
	background-color: #4e6252;
}

.color-bg-icon.fa-digg,a.fa-digg.bg-icon:hover,.fa-digg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-dribbble,a.fa-dribbble.bg-icon:hover,.fa-dribbble.color-icon.border-icon:hover {
	background-color: #444;
}

.color-bg-icon.fa-dropbox,a.fa-dropbox.bg-icon:hover,.fa-dropbox.color-icon.border-icon:hover {
	background-color: #007ee5;
}

.color-bg-icon.fa-drupal,a.fa-drupal.bg-icon:hover,.fa-drupal.color-icon.border-icon:hover {
	background-color: #0077c0;
}

.color-bg-icon.fa-empire,a.fa-empire.bg-icon:hover,.fa-empire.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-expeditedssl,a.fa-expeditedssl.bg-icon:hover,.fa-expeditedssl.color-icon.border-icon:hover {
	background-color: #343433;
}

.color-bg-icon.fa-facebook-official,a.fa-facebook-official.bg-icon:hover,.fa-facebook-official.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook-square,a.fa-facebook-square.bg-icon:hover,.fa-facebook-square.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook,a.fa-facebook.bg-icon:hover,.fa-facebook.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-firefox,a.fa-firefox.bg-icon:hover,.fa-firefox.color-icon.border-icon:hover {
	background-color: #e66000;
}

.color-bg-icon.fa-flickr,a.fa-flickr.bg-icon:hover,.fa-flickr.color-icon.border-icon:hover {
	background-color: #ff0084;
}

.color-bg-icon.fa-fonticons,a.fa-fonticons.bg-icon:hover,.fa-fonticons.color-icon.border-icon:hover {
	background-color: #1c1e29;
}

.color-bg-icon.fa-forumbee,a.fa-forumbee.bg-icon:hover,.fa-forumbee.color-icon.border-icon:hover {
	background-color: #83ad13;
}

.color-bg-icon.fa-foursquare,a.fa-foursquare.bg-icon:hover,.fa-foursquare.color-icon.border-icon:hover {
	background-color: #0072b1;
}

.color-bg-icon.fa-ge,a.fa-ge.bg-icon:hover,.fa-ge.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-get-pocket,a.fa-get-pocket.bg-icon:hover,.fa-get-pocket.color-icon.border-icon:hover {
	background-color: #d3505a;
}

.color-bg-icon.fa-gg-circle,a.fa-gg-circle.bg-icon:hover,.fa-gg-circle.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-gg,a.fa-gg.bg-icon:hover,.fa-gg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-git-square,a.fa-git-square.bg-icon:hover,.fa-git-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-git,a.fa-git.bg-icon:hover,.fa-git.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-alt,a.fa-github-alt.bg-icon:hover,.fa-github-alt.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-square,a.fa-github-square.bg-icon:hover,.fa-github-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github,a.fa-github.bg-icon:hover,.fa-github.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-gittip,a.fa-gittip.bg-icon:hover,.fa-gittip.color-icon.border-icon:hover {
	background-color: #630;
}

.color-bg-icon.fa-google-plus-square,a.fa-google-plus-square.bg-icon:hover,.fa-google-plus-square.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-google-plus,a.fa-google-plus.bg-icon:hover,.fa-google-plus.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-google-wallet,a.fa-google-wallet.bg-icon:hover,.fa-google-wallet.color-icon.border-icon:hover {
	background-color: #4285f4;
}

.color-bg-icon.fa-google,a.fa-google.bg-icon:hover,.fa-google.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-hacker-news,a.fa-hacker-news.bg-icon:hover,.fa-hacker-news.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-houzz,a.fa-houzz.bg-icon:hover,.fa-houzz.color-icon.border-icon:hover {
	background-color: #7ac142;
}

.color-bg-icon.fa-html5,a.fa-html5.bg-icon:hover,.fa-html5.color-icon.border-icon:hover {
	background-color: #e34f26;
}

.color-bg-icon.fa-instagram,a.fa-instagram.bg-icon:hover,.fa-instagram.color-icon.border-icon:hover {
	background-color: #3f729b;
}

.color-bg-icon.fa-internet-explorer,a.fa-internet-explorer.bg-icon:hover,.fa-internet-explorer.color-icon.border-icon:hover {
	background-color: #1ebbee;
}

.color-bg-icon.fa-ioxhost,a.fa-ioxhost.bg-icon:hover,.fa-ioxhost.color-icon.border-icon:hover {
	background-color: #faa729;
}

.color-bg-icon.fa-joomla,a.fa-joomla.bg-icon:hover,.fa-joomla.color-icon.border-icon:hover {
	background-color: #142849;
}

.color-bg-icon.fa-jsfiddle,a.fa-jsfiddle.bg-icon:hover,.fa-jsfiddle.color-icon.border-icon:hover {
	background-color: #4679bd;
}

.color-bg-icon.fa-lastfm-square,a.fa-lastfm-square.bg-icon:hover,.fa-lastfm-square.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-lastfm,a.fa-lastfm.bg-icon:hover,.fa-lastfm.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-leanpub,a.fa-leanpub.bg-icon:hover,.fa-leanpub.color-icon.border-icon:hover {
	background-color: #0c0c0c;
}

.color-bg-icon.fa-linkedin-square,a.fa-linkedin-square.bg-icon:hover,.fa-linkedin-square.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linkedin,a.fa-linkedin.bg-icon:hover,.fa-linkedin.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linux,a.fa-linux.bg-icon:hover,.fa-linux.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-maxcdn,a.fa-maxcdn.bg-icon:hover,.fa-maxcdn.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-meanpath,a.fa-meanpath.bg-icon:hover,.fa-meanpath.color-icon.border-icon:hover {
	background-color: #538ed7;
}

.color-bg-icon.fa-medium,a.fa-medium.bg-icon:hover,.fa-medium.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-odnoklassniki-square,a.fa-odnoklassniki-square.bg-icon:hover,.fa-odnoklassniki-square.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-odnoklassniki,a.fa-odnoklassniki.bg-icon:hover,.fa-odnoklassniki.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-opencart,a.fa-opencart.bg-icon:hover,.fa-opencart.color-icon.border-icon:hover {
	background-color: #2ac2ef;
}

.color-bg-icon.fa-openid,a.fa-openid.bg-icon:hover,.fa-openid.color-icon.border-icon:hover {
	background-color: #f78c40;
}

.color-bg-icon.fa-opera,a.fa-opera.bg-icon:hover,.fa-opera.color-icon.border-icon:hover {
	background-color: #cc0f16;
}

.color-bg-icon.fa-optin-monster,a.fa-optin-monster.bg-icon:hover,.fa-optin-monster.color-icon.border-icon:hover {
	background-color: #83c11f;
}

.color-bg-icon.fa-pagelines,a.fa-pagelines.bg-icon:hover,.fa-pagelines.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-paypal,a.fa-paypal.bg-icon:hover,.fa-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-pied-piper-alt,a.fa-pied-piper-alt .bg-icon:hover,.fa-pied-piper-alt .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper-square,a.fa-pied-piper-square .bg-icon:hover,.fa-pied-piper-square .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper,a.fa-pied-piper.bg-icon:hover,.fa-pied-piper.color-icon.border-icon:hover {
	background-color: #2f9f46;
}

.color-bg-icon.fa-pinterest-p,a.fa-pinterest-p.bg-icon:hover,.fa-pinterest-p.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest-square,a.fa-pinterest-square.bg-icon:hover,.fa-pinterest-square.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest,a.fa-pinterest.bg-icon:hover,.fa-pinterest.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-qq,a.fa-qq.bg-icon:hover,.fa-qq.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-ra,a.fa-ra.bg-icon:hover,.fa-ra.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-rebel,a.fa-rebel.bg-icon:hover,.fa-rebel.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-reddit-square,a.fa-reddit-square.bg-icon:hover,.fa-reddit-square.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-reddit,a.fa-reddit.bg-icon:hover,.fa-reddit.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-renren,a.fa-renren.bg-icon:hover,.fa-renren.color-icon.border-icon:hover {
	background-color: #005eac;
}

.color-bg-icon.fa-safari,a.fa-safari.bg-icon:hover,.fa-safari.color-icon.border-icon:hover {
	background-color: #1b88ca;
}

.color-bg-icon.fa-sellsy,a.fa-sellsy.bg-icon:hover,.fa-sellsy.color-icon.border-icon:hover {
	background-color: #1f78b9;
}

.color-bg-icon.fa-share-alt-square,a.fa-share-alt-square.bg-icon:hover,.fa-share-alt-square.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-share-alt,a.fa-share-alt.bg-icon:hover,.fa-share-alt.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-shirtsinbulk,a.fa-shirtsinbulk.bg-icon:hover,.fa-shirtsinbulk.color-icon.border-icon:hover {
	background-color: #dd3a26;
}

.color-bg-icon.fa-simplybuilt,a.fa-simplybuilt.bg-icon:hover,.fa-simplybuilt.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-skyatlas,a.fa-skyatlas.bg-icon:hover,.fa-skyatlas.color-icon.border-icon:hover {
	background-color: #00adbb;
}

.color-bg-icon.fa-skype,a.fa-skype.bg-icon:hover,.fa-skype.color-icon.border-icon:hover {
	background-color: #00aff0;
}

.color-bg-icon.fa-slack,a.fa-slack.bg-icon:hover,.fa-slack.color-icon.border-icon:hover {
	background-color: #0f7965;
}

.color-bg-icon.fa-slideshare,a.fa-slideshare.bg-icon:hover,.fa-slideshare.color-icon.border-icon:hover {
	background-color: #e98325;
}

.color-bg-icon.fa-soundcloud,a.fa-soundcloud.bg-icon:hover,.fa-soundcloud.color-icon.border-icon:hover {
	background-color: #f80;
}

.color-bg-icon.fa-spotify,a.fa-spotify.bg-icon:hover,.fa-spotify.color-icon.border-icon:hover {
	background-color: #7ab800;
}

.color-bg-icon.fa-stack-exchange,a.fa-stack-exchange.bg-icon:hover,.fa-stack-exchange.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-stack-overflow,a.fa-stack-overflow.bg-icon:hover,.fa-stack-overflow.color-icon.border-icon:hover {
	background-color: #fe7a15;
}

.color-bg-icon.fa-steam-square,a.fa-steam-square.bg-icon:hover,.fa-steam-square.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-steam,a.fa-steam.bg-icon:hover,.fa-steam.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-stumbleupon-circle,a.fa-stumbleupon-circle.bg-icon:hover,.fa-stumbleupon-circle.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-stumbleupon,a.fa-stumbleupon.bg-icon:hover,.fa-stumbleupon.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-tencent-weibo,a.fa-tencent-weibo.bg-icon:hover,.fa-tencent-weibo.color-icon.border-icon:hover {
	background-color: #74af2c;
}

.color-bg-icon.fa-trello,a.fa-trello.bg-icon:hover,.fa-trello.color-icon.border-icon:hover {
	background-color: #256a92;
}

.color-bg-icon.fa-tripadvisor,a.fa-tripadvisor.bg-icon:hover,.fa-tripadvisor.color-icon.border-icon:hover {
	background-color: #589442;
}

.color-bg-icon.fa-tumblr-square,a.fa-tumblr-square.bg-icon:hover,.fa-tumblr-square.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-tumblr,a.fa-tumblr.bg-icon:hover,.fa-tumblr.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-twitch,a.fa-twitch.bg-icon:hover,.fa-twitch.color-icon.border-icon:hover {
	background-color: #6441a5;
}

.color-bg-icon.fa-twitter-square,a.fa-twitter-square.bg-icon:hover,.fa-twitter-square.color-icon.border-icon:hover {
	background-color: #55acee;
}

.color-bg-icon.fa-twitter,a.fa-twitter.bg-icon:hover,.fa-twitter.color-icon.border-icon:hover {
	background-color: #55acee;
}

.color-bg-icon.fa-viacoin,a.fa-viacoin.bg-icon:hover,.fa-viacoin.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-vimeo-square,a.fa-vimeo-square.bg-icon:hover,.fa-vimeo-square.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vimeo,a.fa-vimeo.bg-icon:hover,.fa-vimeo.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vine,a.fa-vine.bg-icon:hover,.fa-vine.color-icon.border-icon:hover {
	background-color: #00b488;
}

.color-bg-icon.fa-vk,a.fa-vk.bg-icon:hover,.fa-vk.color-icon.border-icon:hover {
	background-color: #45668e;
}

.color-bg-icon.fa-wechat,a.fa-wechat.bg-icon:hover,.fa-wechat.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-weibo,a.fa-weibo.bg-icon:hover,.fa-weibo.color-icon.border-icon:hover {
	background-color: #e71d34;
}

.color-bg-icon.fa-weixin,a.fa-weixin.bg-icon:hover,.fa-weixin.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-wikipedia-w,a.fa-wikipedia-w.bg-icon:hover,.fa-wikipedia-w.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-windows,a.fa-windows.bg-icon:hover,.fa-windows.color-icon.border-icon:hover {
	background-color: #00bcf2;
}

.color-bg-icon.fa-wordpress,a.fa-wordpress.bg-icon:hover,.fa-wordpress.color-icon.border-icon:hover {
	background-color: #21759b;
}

.color-bg-icon.fa-xing-square,a.fa-xing-square.bg-icon:hover,.fa-xing-square.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-xing,a.fa-xing.bg-icon:hover,.fa-xing.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-y-combinator,a.fa-y-combinator.bg-icon:hover,.fa-y-combinator.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yahoo,a.fa-yahoo.bg-icon:hover,.fa-yahoo.color-icon.border-icon:hover {
	background-color: #400191;
}

.color-bg-icon.fa-yc,a.fa-yc.bg-icon:hover,.fa-yc.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yelp,a.fa-yelp.bg-icon:hover,.fa-yelp.color-icon.border-icon:hover {
	background-color: #af0606;
}

.color-bg-icon.fa-youtube-play,a.fa-youtube-play.bg-icon:hover,.fa-youtube-play.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube-square,a.fa-youtube-square.bg-icon:hover,.fa-youtube-square.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube,a.fa-youtube.bg-icon:hover,.fa-youtube.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-rss,a.fa-rss.bg-icon:hover,.fa-rss.color-icon.border-icon:hover {
	background-color: #ffa811;
}

.color-bg-icon {
	color: #fff;
}

a.fa {
	color: #031521;
}

a.border-icon {
	border: 1px solid rgba(110,122,129,.4);
}

a.border-icon:hover {
	border-color: #031521;
}

a.border-icon.color-icon:hover {
	border-color: transparent;
}

a.bg-icon {
	background-color: #092b37;
}

a.color-bg-icon {
	color: #fff;
	background-color: #031521;
}

a.fa.color-icon:hover {
	color: #031521;
}

a.fa.bg-icon:hover {
	color: #fff;
}

a.fa.color-bg-icon:hover {
	background-color: #092b37;
	color: #fff;
}

a.color-icon:hover {
	color: #031521;
}

a.color-icon.border-icon:hover {
	color: #fff;
}

.alignnone {
	margin: 10px 0 30px;
}

.aligncenter,div.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.alignright {
	float: right;
	margin: 0 0 20px 30px!important;
	max-width: 50%;
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 30px 20px 0!important;
	max-width: 50%;
	clear: both;
}

p .alignright {
	margin-top: 20px!important;
}

p .alignleft {
	margin-top: 20px!important;
}

a img.alignright {
	float: right;
	margin: 10px 0 30px 40px;
}

a img.alignnone {
	margin: 10px 0 30px;
}

a img.alignleft {
	float: left;
	margin: 10px 40px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.screen-reader-text:focus {
	clip: auto!important;
	display: block;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.sticky,.bypostauthor {
	position: relative;
}

.ds .page-item>span,.ds .nav-links>span,.ds .page-links>span,.ds .page-item>a:not(.btn),.ds .nav-links>a:not(.btn),.ds .page-links>a:not(.btn) {
	color: #fff;
	border-color: rgba(255,255,255,.5);
}

.item-content a+.page-item,.item-content a+.nav-links,.item-content a+.page-links {
	margin-top: 30px;
}

.item-content .page-item,.item-content .nav-links,.item-content .page-links {
	margin-top: 30px;
	padding: 31px 0 19px;
	border-top: 1px solid #dadbd6;
	border-bottom: 1px solid #dadbd6;
	justify-content: flex-start;
}

.item-content .page-item a:first-child,.item-content .nav-links a:first-child,.item-content .page-links a:first-child {
	margin-left: 0;
}

.nav-links .page-numbers>span.next,.nav-links .page-numbers>a:not(.btn).next,.nav-links .page-numbers li>span.next,.nav-links .page-numbers li>a:not(.btn).next {
	font-size: 0;
}

.nav-links .page-numbers>span.next::before,.nav-links .page-numbers>a:not(.btn).next::before,.nav-links .page-numbers li>span.next::before,.nav-links .page-numbers li>a:not(.btn).next::before {
	content: '\f054';
	font-family: fontawesome,sans-serif;
	font-size: 12px;
}

.nav-links .page-numbers>span.prev,.nav-links .page-numbers>a:not(.btn).prev,.nav-links .page-numbers li>span.prev,.nav-links .page-numbers li>a:not(.btn).prev {
	font-size: 0;
}

.nav-links .page-numbers>span.prev::before,.nav-links .page-numbers>a:not(.btn).prev::before,.nav-links .page-numbers li>span.prev::before,.nav-links .page-numbers li>a:not(.btn).prev::before {
	content: '\f053';
	font-family: fontawesome,sans-serif;
	font-size: 12px;
}

.page-item,.nav-links,.page-links,.nav-links .page-numbers {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
}

.page-item>span,.nav-links>span,.page-links>span,.nav-links .page-numbers>span,.page-item>a:not(.btn),.nav-links>a:not(.btn),.page-links>a:not(.btn),.nav-links .page-numbers>a:not(.btn),.page-item li>span,.nav-links li>span,.page-links li>span,.nav-links .page-numbers li>span,.page-item li>a:not(.btn),.nav-links li>a:not(.btn),.page-links li>a:not(.btn),.nav-links .page-numbers li>a:not(.btn) {
	border: none;
	color: #031521;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
	font-size: 14px;
	padding: 0;
}

.page-item>span:hover,.nav-links>span:hover,.page-links>span:hover,.nav-links .page-numbers>span:hover,.page-item>a:not(.btn):hover,.nav-links>a:not(.btn):hover,.page-links>a:not(.btn):hover,.nav-links .page-numbers>a:not(.btn):hover,.page-item li>span:hover,.nav-links li>span:hover,.page-links li>span:hover,.nav-links .page-numbers li>span:hover,.page-item li>a:not(.btn):hover,.nav-links li>a:not(.btn):hover,.page-links li>a:not(.btn):hover,.nav-links .page-numbers li>a:not(.btn):hover {
	color: #092b37;
	background-color: transparent;
}

.page-item.active>a,.nav-links.active>a,.page-links.active>a,.nav-links .page-numbers.active>a,.page-item.active>.page-link,.nav-links.active>.page-link,.page-links.active>.page-link,.nav-links .page-numbers.active>.page-link,.page-item>.current,.nav-links>.current,.page-links>.current,.nav-links .page-numbers>.current {
	cursor: not-allowed;
	color: #092b37;
	background-color: transparent;
}

.page-item>span:not(.current),.nav-links>span:not(.current),.page-links>span:not(.current),.nav-links .page-numbers>span:not(.current) {
	pointer-events: none;
}

.page-item .fa,.nav-links .fa,.page-links .fa,.nav-links .page-numbers .fa {
	font-size: 10px;
	padding-bottom: 2px;
}

.page-links-title {
	width: auto!important;
	padding: 0 10px!important;
}

.page-links a:first-child {
	margin-left: 1em;
}

.pagination {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -10px;
	margin-top: 120px;
	border-top: 1px solid #dadbd6;
	border-bottom: 1px solid #dadbd6;
	padding: 31px 0 19px;
}

@media(max-width:1199px) {
	.pagination {
		margin-top: 60px;
	}
}

.blog-pagination.pagination .nav-links {
	padding-left: 200px;
}

@media(max-width:1199px) {
	.blog-pagination.pagination .nav-links {
		padding-left: 120px;
	}
}

@media(max-width:767px) {
	.blog-pagination.pagination .nav-links {
		padding-left: 40px;
	}
}

@media(min-width:1200px) {
	.post-list-with-aside .blog-pagination.pagination .nav-links {
		padding-left: 160px;
	}
}

.post-nav {
	margin-top: 120px;
	padding: 50px 0;
	border-top: 1px solid #dadbd6;
	border-bottom: 1px solid #dadbd6;
	position: relative;
}

@media(max-width:1199px) {
	.post-nav {
		margin-top: 90px;
	}
}

.post-nav .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.post-nav .nav-links a {
	position: relative!important;
}

.post-nav .nav-links>div {
	width: 49%;
	height: auto;
	position: relative;
	padding: 0 30px;
	text-align: right;
	transition: .2s opacity ease;
}

@media(max-width:575px) {
	.post-nav .nav-links>div {
		width: 100%;
	}

	.post-nav .nav-links>div:first-child {
		margin-bottom: 30px;
	}
}

.post-nav .nav-links>div:first-child {
	text-align: left;
}

.post-nav .nav-links>div:hover {
	opacity: .7;
}

.post-nav .nav-links .nav-previous .nav-subtitle::before {
	content: "";
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #031521;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: rotate(180deg) translateY(70%);
}

.post-nav .nav-links .nav-next .nav-subtitle::before {
	content: "";
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #031521;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-70%);
}

.post-nav .nav-links .nav-subtitle {
	color: #031521;
	display: inline-block;
	position: relative;
}

.post-nav .nav-links .nav-title {
	font-size: 40px;
	display: block;
	margin-top: 4px;
	line-height: 1.1;
}

@media(max-width:1199px) {
	.post-nav .nav-links .nav-title {
		font-size: 30px;
	}
}

.post-nav .nav-links a {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.post-nav .post-nav-image {
	display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
	text-align: center;
}

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

.nav-wrap>.top-nav+*:not(.top-includes) {
	padding-right: 30px;
}

@media(min-width:1200px) {
	.justify-nav-start .top-nav {
		justify-content: flex-start;
	}

	.top-nav {
		position: relative;
		flex-grow: 10;
		flex-wrap: nowrap;
		justify-content: center;
		display: flex;
		align-items: center;
	}

	.top-nav ul>li ul li .sf-with-ul {
		display: flex;
	}

	.top-nav ul>li ul li .sf-with-ul::after {
		position: relative;
		content: '\f054';
		font-family: fontawesome,sans-serif;
		margin-left: auto;
		display: inline-block;
		font-weight: 700;
		font-size: 10px;
		transform: translateY(-1px);
	}

	.justify-nav-end .top-nav {
		justify-content: flex-end;
	}

	.justify-nav-center .top-nav {
		justify-content: center;
	}

	.sf-menu {
		display: block;
	}

	.sf-menu,.sf-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.sf-menu li {
		position: relative;
	}

	.sf-menu li>ul {
		position: absolute;
		display: none;
		top: 100%;
		z-index: 99;
	}

	.sf-menu li:hover>ul,.sf-menu li.sfHover>ul {
		display: block;
	}

	.sf-menu a {
		display: block;
		position: relative;
	}

	.sf-menu a {
		padding: 5px 1.1em;
		text-decoration: none;
		zoom: 1;
		transition-property: color,background-color,border-color,padding-top,padding-bottom;
		font-size: 16px;
	}

	.sf-menu li {
		white-space: nowrap;
		*white-space: normal;
	}

	.sf-menu>li {
		display: inline-block;
		position: relative;
	}

	.sf-menu.nav>li:first-child>a {
		margin-left: 0;
	}

	.sf-menu.nav>li:last-child>a {
		margin-right: 0;
	}

	.sf-menu>li>a {
		line-height: 14px;
		padding: 7px 10px;
		display: inline-block;
		margin: 45px 10px;
		border: 1px solid transparent;
		border-radius: 3px;
		transition-duration: .15s;
	}

	.affix .sf-menu>li>a {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.sf-menu>li>a:hover,.sf-menu>li.active>a {
		border-color: #092b37;
	}

	.nav-narrow .sf-menu>li {
		padding: 0;
	}

	.nav-narrow .sf-menu>li>a {
		padding-top: 24px;
		padding-bottom: 24px;
		margin-left: 29px;
		margin-right: 29px;
	}

	.nav-narrow .sf-menu>li.active>a:before {
		content: '';
		position: absolute;
		height: 1px;
		left: -20px;
		right: -20px;
		top: 0;
		z-index: 1;
		background-color: #092b37;
	}

	.nav-bordered .sf-menu>li+li:before {
		content: '';
		width: 1px;
		position: absolute;
		left: -2px;
		top: 0;
		bottom: 0;
		background-color: rgba(255,255,255,.15);
	}

	.cs .sf-menu>li>a {
		color: #fff;
	}

	.cs .sf-menu>li>a:hover::before,.cs .sf-menu>li.active>a::before {
		color: #031521;
	}

	.ds .sf-menu>li>a {
		color: #fff;
	}

	.ds .sf-menu>li>a:hover::before,.ds .sf-menu>li.active>a::before {
		color: #092b37;
	}

	.ls .sf-menu>li>a {
		color: #031521;
	}

	.ls .sf-menu>li>a:hover,.ls .sf-menu>li.active>a {
		color: #092b37;
	}

	.ls .sf-menu>li>a:hover::before,.ls .sf-menu>li.active>a::before {
		color: #092b37;
	}

	.ls .sf-menu>li+li:before {
		background-color: #dadbd6;
	}

	.sf-menu li:hover,.sf-menu li.sfHover {
		-webkit-transition: none;
		transition: none;
	}

	.sf-menu>li .mega-menu,.sf-menu li>ul {
		margin-top: 0!important;
		text-align: left;
		list-style: none;
		padding: 20px 0;
		border-radius: 3px;
		background-color: #fff;
		border: 1px solid #dadbd6;
		min-width: 15em;
		*width: 15em;
	}

	.sf-menu li {
		padding: 0;
	}

	.sf-menu>li .mega-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu.nav ul a {
		color: #031521;
		padding-left: 30px;
		padding-right: 30px;
	}

	.sf-menu .mega-menu ul {
		box-shadow: none;
		padding: 0;
		background: 0 0;
	}

	.sf-menu .mega-menu ul a {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu ul a:hover,.sf-menu ul li.active>a {
		color: #092b37;
	}

	.sf-menu ul ul {
		margin-top: 0;
		top: -21px;
		left: calc(100% + 12px)!important;
	}

	.sf-arrows .sf-with-ul:after {
		position: relative;
		content: '\f078';
		font-family: fontawesome,sans-serif;
		margin-left: 8px;
		display: inline-block;
		font-weight: 700;
		font-size: 10px;
		transform: translateY(-2px);
	}

	.sf-arrows ul .sf-with-ul:after {
		font-family: fontawesome;
		padding-left: 7px;
		content: '\f105';
	}
}

@media(min-width:1200px) and (min-width:1500px) {
	.sf-menu>li>a {
		margin: 20px 5px;
		transition: all .3s ease-in-out;
	}
}

.sf-menu i[class] {
	margin-right: 7px;
	font-size: 1.1em;
}

@media(min-width:1200px) {
	.sf-menu .sf-xl-hidden {
		display: none!important;
	}
}

@media(max-width:1199px) {
	.sf-more-li {
		display: none;
	}
}

@media(min-width:1200px) {
	.page_header .toggle_menu,.page_toplogo .toggle_menu {
		display: none;
	}
}

.toggle_menu {
	position: absolute;
	top: 50%;
	right: 0;
	margin-left: -30px;
	margin-top: -30px;
	padding: 0!important;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 1002;
	visibility: visible;
	opacity: .95;
}

.page_header_wrapper .toggle_menu {
	z-index: 1003;
}

.ls .toggle_menu {
	background-color: #fff;
}

.ls .toggle_menu:before,.ls .toggle_menu span,.ls .toggle_menu span:before,.ls .toggle_menu span:after {
	background-color: #031521;
}

.page_toplogo .toggle_menu {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	margin: 0;
}

.toggle_menu:hover span:before {
	top: -9px;
}

.toggle_menu:hover span:after {
	top: 9px;
}

.toggle_menu:before,.toggle_menu span,.toggle_menu span:before,.toggle_menu span:after {
	display: block;
	width: 30px;
	position: absolute;
	background-color: #fff;
	content: '';
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	height: 2px;
}

.toggle_menu:before,.toggle_menu span {
	left: 15px;
	top: 50%;
}

.toggle_menu span:before {
	opacity: 1;
	top: -8px;
}

.toggle_menu span:after {
	opacity: 1;
	top: 8px;
}

.toggle_menu.mobile-active {
	background-color: #062637;
	border: none;
	left: auto;
	top: 0;
	right: 0;
	position: fixed;
	margin: 0;
	z-index: 3000;
}

.toggle_menu.mobile-active:before {
	background-color: #fff;
	transform: rotate(45deg);
}

.toggle_menu.mobile-active span {
	background-color: #fff;
	transform: rotate(-45deg);
}

.toggle_menu.mobile-active span:before,.toggle_menu.mobile-active span:after {
	opacity: 0;
}

.toggle_menu.active:before {
	transform: rotate(45deg);
}

.toggle_menu.active span {
	transform: rotate(-45deg);
}

.toggle_menu.active span:before,.toggle_menu.active span:after {
	opacity: 0;
}

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

@media(max-width:1199px) {
	.page_header [class*=col] {
		min-height: 0;
	}

	.top-nav {
		position: fixed;
		visibility: hidden;
		z-index: 10;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: transparent;
		opacity: 0;
		transition: all .3s ease-in-out;
	}

	.mobile-active .top-nav {
		visibility: visible;
		opacity: 1;
		background-color: #111;
		background-color: rgba(0,0,0,.9);
		z-index: 1002;
	}

	.nav-justified>li>a {
		text-align: left;
	}

	.sf-menu {
		display: block;
		position: fixed;
		overflow: auto;
		background-color: #fff;
		border-top: 61px solid #031521;
		padding: 20px 10px 20px 20px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 100%;
		text-align: left;
		opacity: 0;
		font-size: 16px;
		transition: all .4s ease-in-out;
	}

	.mobile-active .sf-menu {
		opacity: 1;
		right: 0;
	}

	.sf-menu li {
		position: relative;
	}

	.top-nav .sf-menu a {
		color: #031521;
		z-index: 2;
		display: block;
		padding: 10px;
	}

	.sf-menu ul {
		list-style: none;
		padding-left: 10px;
		margin-top: 0!important;
	}

	.sf-menu ul li a {
		letter-spacing: .1em;
	}

	.sf-menu ul li a:before {
		content: '';
		margin-right: 10px;
		display: inline-block;
		background-color: #092b37;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		position: relative;
		bottom: 3px;
	}

	.sf-arrows .sf-with-ul {
		padding-right: 3.5em;
	}

	.sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler {
		position: absolute;
		right: 5px;
		top: 13px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		z-index: 1;
	}

	.sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler:after {
		font-family: fontawesome;
		content: '\f105';
		color: #031521;
	}

	.sfHover>.sf-with-ul+.sf-menu-item-mobile-toggler:after {
		content: '\f107';
	}
}

@media screen and (min-width:992px) {
	.top-nav ul .mega-menu ul {
		border: none;
		min-width: auto;
	}

	.top-nav .menu-item-has-mega-menu {
		position: relative;
	}

	.top-nav .mega-menu {
		display: none;
		position: absolute;
		width: 940px;
		top: 100%;
		z-index: 10;
	}

	.top-nav .menu-item-has-mega-menu:hover .mega-menu {
		display: block;
	}

	.top-nav .mega-menu-row {
		position: static;
		display: table;
		table-layout: fixed;
	}

	.top-nav .mega-menu-row ul {
		position: static;
		display: block;
	}

	.top-nav .mega-menu-col {
		display: table-cell;
		width: 2000px;
		padding: 0 15px;
		border-left: 1px solid #dadbd6;
	}

	.top-nav .mega-menu-col>a {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: .05em;
	}

	.top-nav .mega-menu-col:first-child {
		border-left: none;
	}

	.top-nav ul ul .mega-menu {
		width: auto;
		top: -20px;
		margin-left: 1px;
		display: block;
	}

	.top-nav ul ul .mega-menu li {
		display: block;
		width: auto;
		border: none;
	}
}

@media screen and (min-width:1200px) {
	.top-nav .mega-menu {
		width: 1170px;
	}

	.top-nav ul .mega-menu ul {
		min-width: 10em;
	}

	.top-nav .mega-menu-col {
		padding: 0 40px;
	}
}

@media screen and (max-width:991px) {
	.top-nav .mega-menu {
		position: static;
	}
}

.menu-click {
	padding: 0;
}

.menu-click i {
	width: 1em;
	text-align: center;
	margin-right: 10px;
}

.menu-click .toggle_submenu {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 8px;
	text-align: center;
	opacity: .9;
	transform: rotate(-90deg);
	transition: .25s ease-in-out;
	border-radius: 50%;
	width: 3em;
	height: 3em;
	line-height: 3em;
}

.menu-click .toggle_submenu:before {
	top: 0;
	left: 0;
	position: absolute;
	width: 3em;
	height: 3em;
	line-height: 3em;
	font-family: fontawesome;
	content: "\f078";
}

.menu-click ul {
	padding: 0;
}

.menu-click li {
	position: relative;
	list-style: none;
	width: 100%;
	padding: 0;
}

.menu-click>li {
	transition: .3s ease-in-out;
}

.menu-click a {
	display: block;
	padding: 10px 40px;
	font-size: 16px;
}

.menu-click a:hover {
	background-color: rgba(150,150,150,.05);
}

.menu-click .active-submenu>a {
	background-color: rgba(150,150,150,.05);
}

.menu-click .active-submenu>.toggle_submenu {
	transform: rotate(0deg);
}

.menu-click li.active>a {
	color: #092b37;
}

.menu-click ul {
	opacity: 0;
	height: 0;
}

.menu-click ul a {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
}

.menu-click ul ul a {
	padding-left: 60px;
}

.menu-click ul ul ul a {
	padding-left: 70px;
}

.menu-click ul ul ul ul a {
	padding-left: 80px;
}

.menu-click .active-submenu>div.mega-menu {
	height: auto;
}

.menu-click .active-submenu>ul,.menu-click .active-submenu>div.mega-menu>ul {
	opacity: 1;
	height: auto;
}

.menu-click ul,.menu-click div.mega-menu {
	height: 0;
	overflow: hidden;
	transition: opacity .6s,margin-top .4s,margin-bottom .4s,height .3s ease-in-out;
}

.menu-click ul li.sfHover>.mega-menu ul {
	display: block;
	height: 100%;
}

.menu-click div.mega-menu>ul {
	margin-right: 0;
	height: auto;
}

.page_header {
	transition: .5s ease-in-out;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	height: auto;
}

.page_header.s-overlay::before {
	opacity: .4!important;
}

.page_header.s-overlay::before.lite {
	opacity: .2!important;
}

.boxed .page_header,.page_header.affix {
	position: fixed!important;
	z-index: 1001;
	box-shadow: 0 2px 15px 0 rgba(100,100,100,.05);
	opacity: .98;
}

.boxed .page_header:after,.page_header.affix:after {
	background-color: transparent;
}

.page_header.affix.s-bordertop::before {
	display: none;
}

@media(max-width:991px) {
	.page_header.mobile-active {
		z-index: 1003;
		opacity: 1;
	}
}

.page_header.affix-bottom {
	top: 0!important;
	position: fixed;
}

.page_header .row {
	min-height: 60px;
}

.page_header a {
	display: inline-block;
}

.page_header .btn {
	margin-bottom: 0;
}

.header_absolute {
	position: relative;
}

.header_absolute .page_header,.header_absolute .page_header_wrapper {
	z-index: 1002;
	position: absolute;
	right: 0;
	left: 0;
}

.header_absolute .page_topline,.header_absolute .page_toplogo,.header_absolute .page_header_wrapper,.header_absolute .page_title {
	background-color: transparent;
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top {
	background-color: transparent;
}

.page_topline {
	line-height: 1.4;
}

.page_topline .some-links a+a {
	margin-left: 80px;
}

@media(max-width:1199px) {
	.page_topline .some-links a+a {
		margin-left: 60px;
	}
}

.page_topline .search-form .form-group {
	margin-bottom: 0;
}

.page_topline.ds {
	color: #fff;
}

.page_topline.small-text i {
	font-size: 14px;
}

.page_topline .icon-inline {
	justify-content: flex-end;
}

.page_topline .social-icons {
	display: inline-block;
}

.page_topline .widget_nav_menu {
	display: inline-block;
}

.page_topline ul {
	margin: 0;
	padding: 0;
}

.page_topline ul li {
	display: inline-block;
}

.page_topline .dropdown-menu {
	margin: 23px 0 0 -25px;
	min-width: auto;
}

.page_topline .dropdown-language a>img {
	max-width: 16px;
	position: relative;
	bottom: 1px;
	margin-right: 6px;
}

.page_topline .owl-news-slider-dates {
	font-weight: 700;
}

.page_topline .topline-news-item {
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 90px;
}

.page_topline .topline-news-item .cat-links {
	display: inline;
}

.page_topline .topline-news-nav-arrow {
	border: 1px solid #dadbd6;
	font-size: 10px;
	position: relative;
	bottom: 20px;
	line-height: 38px;
	width: 40px;
	transition: opacity .2s ease-in-out;
}

.page_topline .topline-news-nav-arrow:hover {
	opacity: .5;
}

.page_topline .owl-nav>div {
	opacity: 1;
}

@media(min-width:992px) {
	.page_toplogo .media+.media {
		margin-left: 60px;
	}
}

.page_toplogo .widget_search form,.page_toplogo .widget_product_search form,.page_toplogo .widget_search input,.page_toplogo .widget_product_search input {
	max-width: none;
}

@media(max-width:991px) {
	.page_toplogo .media {
		margin: 10px;
	}
}

@media(min-width:1500px) {
	.page_topline .container-fluid,.page_toplogo .container-fluid,.page_header .container-fluid {
		padding-left: 100px;
		padding-right: 100px;
	}
}

.top-includes {
	margin: 0;
	padding: 0;
}

@media(min-width:992px) {
	.top-includes {
		white-space: nowrap;
	}
}

.top-includes>* {
	display: inline-block;
}

.top-includes>li {
	margin-left: 10px;
}

.top-includes>li:first-child {
	margin-left: 0;
}

@media(min-width:992px) {
	.top-includes.border-divided>li+li {
		border-left: 2px solid rgba(200,200,200,.35);
		margin-left: 26px;
		padding-left: 30px;
	}
}

@media(min-width:992px) {
	.top-nav+.top-includes {
		margin-left: 50px;
	}
}

@media(max-width:991px) {
	.top-includes.md-absolute {
		position: absolute;
		bottom: 0;
		right: 80px;
	}
}

.top-includes a.border-icon,.top-includes a.bg-icon,.top-includes a.color-bg-icon {
	margin-top: 2px;
	margin-bottom: 2px;
}

a.logo {
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.logo img {
	display: inline-block;
	/* max-height: 45px; */
}

a.logo .logo-text {
	font-size: 34px;
	padding: 0 10px;
}

a.logo .logo-subtext {
	font-size: 22px;
	padding: 0 10px;
}

a.logo .logo-text-bottom {
	font-size: 26px;
}

a.logo .flex-column,a.logo.flex-column {
	align-items: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.logo .flex-column.text-center,a.logo.flex-column.text-center {
	display: inline-block;
}

.text-center a.logo {
	justify-content: flex-start;
	align-items: center;
}

@media(max-width:767px) {
	.text-center a.logo {
		justify-content: center;
	}
}

.header_logo_center a.logo {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	z-index: 2;
}

.header_logo_center.affix a.logo {
	padding: 5px 0;
}

@media(min-width:1199px) {
	.header_logo_center .logo_wrapper {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

#search_modal {
	padding: 0!important;
}

#search_modal .widget {
	padding: 20px 0;
	background-color: #fff;
}

@media(min-width:1200px) {
	#search_modal .widget:before {
		content: '';
		position: absolute;
		top: 5px;
		left: 15px;
		height: 100%;
		max-height: 70px;
		width: 100%;
		background: url(/wp-content/themes/cognio-child/images/logo.png) no-repeat 0 0;
		opacity: 1;
	}
}

#search_modal .search-form {
	margin: 0 auto;
	max-width: 65%;
	padding: 0;
}

@media(max-width:575px) {
	#search_modal .search-form {
		margin-left: 30px;
	}
}

#search_modal a {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
}

#search_modal a:hover {
	color: #092b37;
	opacity: 1;
}

#search_modal .searchform-respond {
	width: 300px;
	margin: 20px auto;
	color: #fff;
}

#search_modal .form-group {
	margin-bottom: 0;
	display: flex;
}

#search_modal .form-control {
	background-color: transparent;
	height: 40px;
	width: 100%;
	max-width: none;
	font-size: 20px;
}

#search_modal .form-control:-moz-placeholder {
	color: #031521;
	opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
	color: #031521;
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	color: #031521;
}

#search_modal .form-control::-webkit-input-placeholder {
	color: #031521;
}

#search_modal .btn {
	color: #031521;
	min-width: auto;
	font-size: 0;
	padding: 10px;
	margin: 0;
}

#search_modal .btn:before {
	font-size: 18px;
	color: #fff;
	transition: all .3s ease-in-out;
}

#search_modal .btn:hover {
	opacity: 1;
}

#search_modal .btn:hover::before {
	color: #092b37;
}

#search_modal .close {
	text-align: center;
	line-height: 60px;
	position: absolute;
	top: 13px;
	right: 15px;
	min-width: 60px;
	color: #031521;
	text-shadow: none;
	opacity: 1;
	z-index: 2;
	font-size: 30px;
	border-radius: 50%;
}

#search_modal .close:hover {
	color: #092b37;
}

.active-side-header #search_modal {
	right: 310px;
}

.search_modal_button {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 0 0 0 10px;
}

body:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.2);
	z-index: 1001;
	visibility: hidden;
	opacity: 0;
}

body,body:after,#canvas,.page_header_side {
	transition: .5s ease-in-out;
}

#canvas {
	left: 0;
	transition-property: left,margin-left;
}

body.active-side-header {
	overflow: hidden;
}

body.active-side-header #canvas {
	left: 310px;
}

body.active-side-header .page_header_side {
	left: 0;
}

body.active-side-header:after {
	visibility: visible;
	opacity: 1;
}

html.html-active-push-header {
	overflow: hidden;
}

.page_header_side {
	z-index: 1002;
	position: fixed;
	width: 310px;
	left: -310px;
	top: 0;
	bottom: 0;
}

.page_header_side.active-slide-side-header {
	box-shadow: 0 0 4px 3px rgba(50,50,50,.05);
}

.page_header_side~.page_toplogo .toggle_menu {
	display: none;
}

.page_header_side a.logo {
	padding: 10px 20px;
	margin-bottom: 20px;
}

.page_header_side a.logo img {
	max-width: 100%;
}

.page_header_side .widget {
	margin-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

.page_header_side .widget_icons_list li+li {
	margin-top: 1em;
}

.page_header_side .social-icons {
	display: block;
	margin-top: 43px;
}

.page_header_side .social-icons a.border-icon,.page_header_side .social-icons a.bg-icon,.page_header_side .social-icons a.color-bg-icon {
	margin-top: 2px;
	margin-bottom: 2px;
}

@media(min-width:1200px) {
	.page_header_side~.page_topline .container-fluid,.page_header_side~.page_toplogo .container-fluid,.page_header_side~div .page_header .container-fluid {
		padding-left: 65px;
		padding-right: 65px;
	}
}

@media(max-width:1199px) {
	.page_header_side~.page_topline [class*=container],.page_header_side~.page_toplogo [class*=container],.page_header_side~div .page_header [class*=container] {
		padding-left: 65px;
		padding-right: 65px;
	}
}

.side_header_inner {
	padding: 26px 0 60px;
}

.toggle_menu_side {
	transition: right .3s ease-in-out;
	position: absolute;
	top: 0;
	right: -60px;
	margin: 0;
}

@media(max-width:370px) {
	.toggle_menu_side.active {
		right: 0;
		opacity: .4;
	}
}

.toggle_menu_side:before,.toggle_menu_side span:before,.toggle_menu_side span:after,.toggle_menu_side span {
	background-color: #fff!important;
}

.ds .toggle_menu_side {
	background-color: #092b37;
}

.bs .toggle_menu_side {
	background-color: #092b37;
}

.ls .toggle_menu_side {
	background-color: #092b37;
}

.page_header_side.header_side_sticked .toggle_menu_side {
	transition: .5s ease-in-out;
	right: -60px;
	top: 0;
}

.page_header_side.active-slide-side-header {
	left: 0;
}

.active-side-header .boxed .header_push~div .page_header,.active-side-header .header_push~div .page_header.affix {
	margin-left: 310px;
}

.active-side-header.slide-right .boxed .header_push~div .page_header,.active-side-header.slide-right .header_push~div .page_header.affix {
	margin-left: -310px;
}

.page_header_side.header_side_right {
	left: auto;
	right: -310px;
}

.page_header_side.header_side_right.active-slide-side-header {
	right: 0;
}

.page_header_side.header_side_right .toggle_menu_side {
	right: auto;
	transition: left .3s ease-in-out;
	left: -60px;
}

@media(max-width:370px) {
	.page_header_side.header_side_right .toggle_menu_side.active {
		left: 0;
	}
}

body.active-side-header.slide-right #canvas {
	left: -310px;
}

body.active-side-header.slide-right .page_header_side {
	left: auto;
	right: 0;
}

@media(min-width:600px) {
	.page_header_side.header_side_sticked.active-slide-side-header {
		left: 0;
	}

	.header_side_sticked~* {
		transition: margin .5s ease-in-out;
	}

	.header_side_sticked~* .container-fluid {
		padding-left: 80px;
	}

	.header_side_sticked~div .page_header {
		width: auto;
	}

	.header_side_sticked.active-slide-side-header~*,.header_side_sticked.active-slide-side-header~div .page_header {
		margin-left: 310px;
	}

	.boxed .header_side_sticked.active-slide-side-header~*,.boxed .header_side_sticked.active-slide-side-header~div .page_header {
		margin-left: 0;
	}

	.header_side_sticked~.page_header_wrapper {
		margin: 0!important;
	}

	.page_header_side.header_side_sticked.header_side_right.active-slide-side-header {
		left: auto;
	}

	.header_side_sticked.header_side_right.active-slide-side-header~*,.header_side_sticked.header_side_right.active-slide-side-header~div .page_header {
		margin-left: 0;
		margin-right: 310px;
	}
}

.page_slider {
	position: relative;
	overflow: hidden;
	clear: both;
}

.page_slider>img {
	width: 100%;
}

.page_slider p {
	font-size: 18px;
}

.page_slider h2 {
	font-size: 3em;
}

@media(max-width:992px) {
	.page_slider h2 {
		font-size: 2.1rem;
	}
}

@media(max-width:992px) {
	.page_slider h2 {
		font-size: 1.8rem;
	}
}

.page_slider .img-layer img {
	max-height: 765px;
	width: auto;
}

@media(max-width:1199px) {
	.page_slider .img-layer img {
		max-height: 465px;
	}
}

@media(max-width:767px) {
	.page_slider .img-layer img {
		max-height: 300px;
	}
}

.page_slider .several-buttons {
	flex-direction: row;
}

.page_slider .several-buttons a:not(:first-child) {
	margin-left: 20px;
	margin-top: 0;
}

.page_slider .ds {
	color: #fff;
}

.page_slider .photoswipe-link-button {
	position: relative;
	min-height: 60px;
	min-width: 60px;
	display: flex;
	align-items: center;
}

.page_slider .photoswipe-link-button span {
	order: 2;
	margin-left: 15px;
	transition: all .3s ease-out;
}

@media(max-width:1199px) {
	.page_slider .photoswipe-link-button span {
		display: none;
	}
}

.page_slider .photoswipe-link-button::before {
	left: 21px;
	transform: translateY(-50%);
	background-color: #fff;
	transition: all .3s ease-out;
}

.page_slider .photoswipe-link-button::after {
	position: static;
	z-index: 1;
	transform: unset;
	background-color: transparent;
	border-color: #fff;
}

.page_slider .photoswipe-link-button:hover::before {
	background-color: #031521;
}

.page_slider .photoswipe-link-button:hover::after {
	background-color: #fff;
	opacity: 1;
}

.page_slider .photoswipe-link-button:hover span {
	color: #fff;
}

.page_slider .flex-direction-nav .flex-prev {
	left: 2%;
	opacity: 1;
}

.page_slider .flex-direction-nav .flex-next {
	right: 2%;
	opacity: 1;
}

.page_slider .flexslider .slides {
	display: flex;
}

.page_slider .flexslider .slides li {
	min-height: 740px;
}

@media(max-width:1199px) {
	.page_slider .flexslider .slides li {
		min-height: 640px;
	}
}

@media(max-width:767px) {
	.page_slider .flexslider .slides li>img {
		display: none;
	}
}

.page_slider .flexslider:before,.page_slider .flexslider:after {
	content: '';
	display: block;
	clear: both;
}

.page_slider .flexslider .intro_layer {
	margin-bottom: 30px;
}

.page_slider .flexslider .intro_layer:first-child {
	margin-bottom: 10px;
}

.page_slider .flexslider .intro_layer:last-child {
	margin-bottom: 0;
}

@media(max-width:767px) {
	.page_slider .flexslider .intro_layer {
		margin-bottom: 20px;
	}
}

.page_slider .flexslider .intro_layer img {
	width: auto;
	display: inline-block;
}

.page_slider .flexslider.slider-shadow {
	padding-bottom: 50px;
}

.page_slider .flexslider.slider-shadow:before,.page_slider .flexslider.slider-shadow:after {
	content: "";
	position: absolute;
	background: 0 0;
	z-index: 1;
	bottom: 65px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 400px;
	box-shadow: 0 25px 20px rgba(0,0,0,.3);
	transform: rotate(-3deg);
}

.page_slider .flexslider.slider-shadow:after {
	right: 10px;
	left: auto;
	transform: rotate(3deg);
}

.page_slider .intro_layers_wrapper {
	display: flex;
}

@media(max-width:991px) {
	.page_slider .intro_layers_wrapper {
		align-items: center;
	}
}

@media(max-width:767px) {
	.page_slider .intro_layers_wrapper {
		flex-direction: column;
		padding: 60px 0;
	}
}

@media(max-width:991px) {
	.page_slider .img-layer {
		margin-right: 50px;
	}
}

@media(max-width:767px) {
	.page_slider .img-layer {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.page_slider .intro_layers {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 0;
	margin-left: auto;
	width: 100%;
}

.page_slider .intro_layers.with-image {
	width: 500px;
}

@media(max-width:1199px) {
	.page_slider .intro_layers.with-image {
		width: 430px;
	}
}

@media(max-width:991px) {
	.page_slider .intro_layers.with-image {
		width: 60%;
	}
}

@media(max-width:767px) {
	.page_slider .intro_layers.with-image {
		padding: 0;
		width: 100%;
	}
}

.page_slider .intro_feature_word>* {
	background-color: #dddbcf;
	font-size: 14px;
	color: #031521!important;
	line-height: 1;
	display: inline-block;
	padding: 9px 12px 7px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.page_slider .intro_feature_word>*:hover {
	color: #031521;
	background-color: #c4c0ab;
}

.page_slider .flex-control-nav {
	position: absolute;
	width: auto;
	top: calc(50% + 40px);
	transform: translateY(-50%);
	right: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none outside none;
	counter-reset: li!important;
}

.page_slider .flex-control-nav li {
	display: block;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.page_slider .flex-control-nav li+li {
	margin-top: 30px;
}

.page_slider .flex-control-nav li a {
	width: auto;
	height: auto;
	border: none;
	opacity: 1;
}

.page_slider .flex-control-nav li a::before {
	content: ".0" counter(li);
	counter-increment: li;
	left: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: #fff;
	transition: all .3s ease-in-out;
}

.page_slider .flex-control-nav li a:hover,.page_slider .flex-control-nav li a.flex-active {
	background-color: transparent;
}

.page_slider .flex-control-nav li a:hover::before,.page_slider .flex-control-nav li a.flex-active::before {
	color: #092b37;
	font-weight: 600;
}

@media(max-width:1199px) {
	.page_slider .flex-control-nav {
		right: 50px;
	}
}

@media(max-width:768px) {
	.page_slider .flex-control-nav {
		right: auto;
		top: auto;
		left: 50%;
		bottom: 30px;
		transform: translateX(-50%);
		flex-direction: row;
	}

	.page_slider .flex-control-nav li+li {
		margin-top: 0;
		margin-left: 20px;
	}
}

@media(min-width:300px) {
	.page_slider .cs,.page_slider .ds {
		background-color: transparent;
	}

	.page_slider .container-fluid,.page_slider .container,.page_slider img+.container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.page_slider [class*=col-] {
		position: static;
		min-height: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.page_slider .intro_layers_wrapper {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		left: 15px;
		height: 100%;
		z-index: 5;
	}

	.page_slider .intro_text_top .intro_layers {
		justify-content: flex-start;
	}

	.page_slider .intro_text_bottom .intro_layers {
		justify-content: flex-end;
	}
}

@media(min-width:300px) and (min-width:600px) {
	.boxed .page_slider .intro_layers_wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.page_slider .flex-direction-nav {
	display: none;
}

@media(min-width:992px) {
	.page_slider .intro_layers_wrapper {
		padding: 65px 0;
	}
}

@media(max-width:991px) {
	.page_slider {
		text-align: center;
	}
}

.page_slider .d-inline-block {
	width: 100%;
}

.page_404 {
	background-image: url(/wp-content/themes/cognio-child/images/404.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 244px);
}

.error-404 .page-header h3 {
	font-size: 160px;
	line-height: .8;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.error-404 .page-header p {
	background-color: #dddbcf;
	font-size: 14px;
	color: #031521!important;
	line-height: 1;
	display: inline-block;
	padding: 9px 12px 7px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.error-404 .page-header p:hover {
	color: #031521;
	background-color: #c4c0ab;
}

.error-404 .widget_mailchimp button:not(.btn):before {
	background-color: #fff;
}

.error-404 .page-content {
	margin-top: 60px;
}

@media(max-width:575px) {
	.error-404 .page-header h3 {
		font-size: 120px;
	}
}

.blog_slider {
	margin-bottom: 60px;
}

@media(min-width:992px) {
	.blog_slider .intro_layers_wrapper {
		left: 130px;
		right: 130px;
	}
}

@media(max-width:767px) {
	.blog_slider {
		display: none;
	}
}

.blog-featured-posts .post {
	height: 100%;
}

.entry-title,.entry-title:last-child {
	text-transform: none;
	margin: 0 0 .7em;
	line-height: 1;
	font-size: 30px;
}

@media(max-width:991px) {
	.entry-title,.entry-title:last-child {
		font-size: 1.9rem;
	}
}

.tag-links a:not(.btn) {
	border: 1px solid #092b37;
	color: #092b37;
	padding: 2px 15px;
	margin: 0 5px 4px 0;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	font-size: 14px!important;
}

.tag-links a:not(.btn):hover {
	border-color: #031521;
	color: #031521;
}

.ds .tag-links a:not(.btn):hover {
	border-color: #fff;
	color: #fff;
}

h4.entry-title {
	font-size: 24px;
	margin-bottom: .7em;
}

.item-media+.item-content h1.entry-title {
	margin-top: 5px;
}

@media(min-width:1200px) {
	.post-list-with-aside .post.post-over .item-content,.col-lg-8 .post.post-over .item-content {
		margin-left: 80px;
		margin-right: 80px;
	}
}

.post {
	position: relative;
}

.post.single-post .position-relative+.item-content {
	margin-top: 70px;
}

@media(max-width:1199px) {
	.post.single-post .position-relative+.item-content {
		margin-top: 50px;
	}
}

.post.single-post .entry-meta {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

@media(min-width:576px) {
	.post.single-post .entry-meta {
		align-items: center;
	}
}

.post.single-post .entry-meta .time-meta {
	margin-right: auto;
}

.post.single-post .entry-meta.with-cat-single {
	margin-bottom: 25px;
}

.post.single-post .entry-meta.with-cat-single span {
	margin-bottom: 15px;
}

.post.post-grid-item .item-media {
	overflow: visible;
}

.post.post-grid-item .item-media img {
	border-radius: 3px;
	overflow: hidden;
}

.post.post-grid-item .item-media .item-meta {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.post.post-grid-item .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.post.post-grid-item .item-content {
	padding: 40px 40px 0;
}

.post.post-grid-item.grid-without-img .item-meta {
	justify-content: center;
}

.post.post-grid-item.grid-without-img .item-meta .time-meta {
	margin-right: unset;
}

.post.post-grid-item.grid-without-img .item-content {
	padding-top: 0;
}

.post.post-without-img {
	padding: 0;
}

.post.post-without-img .entry-meta {
	max-width: unset;
}

.post.post-over .embed-responsive-item {
	z-index: 4;
}

.post.post-over .item-content {
	margin-left: 120px;
	margin-right: 120px;
	margin-top: -80px;
	padding: 80px 80px 0;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	z-index: 3;
}

@media(max-width:1199px) {
	.post.post-over .item-content {
		margin-left: 60px;
		margin-right: 60px;
		padding: 60px 60px 0;
	}
}

@media(max-width:767px) {
	.post.post-over .item-content {
		padding: 40px 40px 0;
		margin: 0;
	}
}

.post.vertical-item .item-media img {
	border-radius: 3px;
	overflow: hidden;
}

.post.vertical-item:not(.post_format-post-format-gallery):not(.post_format-post-format-video):not(.item-gallery) .position-relative {
	text-align: right;
}

.post.vertical-item:not(.post_format-post-format-gallery):not(.post_format-post-format-video):not(.item-gallery) .item-media {
	display: inline-block;
	text-align: center;
}

.post>.fa,.post .position-relative>.fa {
	position: absolute;
	right: 9px;
	top: 7px;
	color: #fff;
	transform: rotate(45deg);
	z-index: 2;
}

.post>.fa:before,.post .position-relative>.fa:before {
	position: relative;
	z-index: 3;
}

.post>.fa:after,.post .position-relative>.fa:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: -14px;
	left: -35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px;
	border-color: transparent transparent #092b37 transparent;
}

.post+.post {
	margin-top: 120px;
}

@media(max-width:1199px) {
	.post+.post {
		margin-top: 90px;
	}
}

.post h1.entry-title+.entry-meta {
	margin: -1em 0 2em;
}

.post.cover-image {
	padding: 35px 30px 30px;
	height: auto;
}

@media(min-width:992px) {
	.post.cover-image {
		padding: 60px 60px 50px;
	}
}

.post.cover-image .post-thumbnail {
	display: none;
}

.post ul:not(:last-child),.post ol:not(:last-child) {
	margin-bottom: 20px;
}

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

.post-thumbnail .owl-dots {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
}

.post-thumbnail+.entry-content {
	margin-top: 1.5em;
}

.post-password-form input[type=password] {
	margin-top: .5em;
	width: auto;
}

.post-password-form input[type=submit] {
	padding: 16px 36px;
}

.entry-meta {
	line-height: 1;
	clear: both;
	color: #031521;
}

.entry-meta i {
	font-size: 16px;
	position: relative;
	margin-right: 5px;
}

.entry-meta>span:not(:last-child) {
	margin-right: 20px;
}

@media(min-width:1200px) {
	.entry-meta {
		max-width: 770px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width:575px) {
	.entry-meta {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.entry-meta span:not(:last-child) {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.ds .entry-meta {
	color: #fff;
}

.author::before {
	content: '';
	position: relative;
	display: inline-flex;
	width: 15px;
	height: 15px;
	-webkit-mask: url('../wp-content/themes/cognio-child/img/icon-author.png') no-repeat center/cover;
	background-color: #092b37;
	bottom: -.1em;
	margin-right: 5px;
}

.author i {
	display: none;
}

.comments-link::before {
	content: '';
	position: relative;
	display: inline-flex;
	width: 15px;
	height: 15px;
	-webkit-mask: url('../wp-content/themes/cognio-child/img/icon-comment.png') no-repeat center/cover;
	background-color: #092b37;
	bottom: -.1em;
	margin-right: 5px;
}

.comments-link i {
	display: none;
}

.views::before {
	content: '';
	position: relative;
	display: inline-flex;
	width: 17px;
	height: 12px;
	-webkit-mask: url('../wp-content/themes/cognio-child/img/icon-view.png') no-repeat center/cover;
	background-color: #092b37;
	bottom: -.1em;
	margin-right: 5px;
}

.views i {
	display: none;
}

.views:empty {
	display: none;
}

.entry-footer {
	margin-top: 70px;
	padding-top: 50px;
	position: relative;
	border-top: 1px solid #dadbd6;
}

@media(max-width:1199px) {
	.entry-footer {
		margin-top: 50px;
	}
}

.entry-footer .entry-footer-wrapper {
	display: flex;
	flex-wrap: wrap;
}

@media(min-width:1200px) {
	.entry-footer .entry-footer-wrapper {
		max-width: 770px;
		margin-left: auto;
		margin-right: auto;
	}
}

.entry-footer .tag-wrapper {
	margin-right: 20px;
}

.entry-footer .blog-adds {
	position: relative;
	margin-left: auto;
	display: inline-block;
	margin-top: 6px;
	height: 16px;
}

.entry-footer .blog-adds>* {
	margin-right: 11px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	color: #dddbcf;
}

.entry-footer .blog-adds>*::before {
	font-family: themeicon;
	font-size: 20px;
	content: "";
	margin-right: 10px;
	font-weight: 500;
}

.entry-footer .widget+.blog-adds {
	margin-bottom: 49px;
}

.entry-footer .meta-block {
	display: inline-block;
	border: 0;
	border-radius: 0;
	margin: 0;
	height: auto;
	z-index: 1;
}

.entry-footer .meta-block::before {
	content: none;
}

.entry-footer .meta-block .dropdown .dropdown-menu {
	background-color: transparent;
	z-index: 2;
	border: none;
	position: fixed!important;
	right: 0!important;
	top: 50%!important;
	left: auto!important;
	min-width: 40px;
	width: 40px;
	transform: translateY(-50%)!important;
	box-shadow: none;
}

.entry-footer .meta-block .dropdown .dropdown-menu .share_buttons {
	display: block;
	animation-name: slideInRight;
	animation-duration: .5s;
	animation-timing-function: linear;
}

.entry-footer .meta-block .dropdown .dropdown-menu .share_buttons a.fa.color-bg-icon {
	margin: 0;
}

.entry-footer .meta-block .dropdown-menu {
	padding: 0;
}

.entry-footer .inline-block {
	display: inline-block;
	max-width: 100%;
}

.entry-footer .share_button {
	margin-right: 25px;
	font-size: 16px;
	height: 60px;
	width: 60px;
	color: #031521;
}

.entry-footer .comment-count {
	color: #fff;
	font-weight: 700;
	bottom: 6px;
}

.entry-footer .comment-count::before {
	color: #ffb820;
	content: "\e904";
	position: relative;
	bottom: -6px;
}

.entry-blog-share {
	margin-right: 0!important;
	line-height: 1!important;
}

@media(min-width:1200px) {
	.entry-blog-share {
		right: 60px;
		top: 50%;
		margin-top: -7px!important;
	}
}

@media(min-width:768px) {
	.entry-blog-share {
		right: 30px;
		top: 33px;
		margin-top: 0!important;
	}
}

.post-adds {
	border: 0;
	border-radius: 0;
	margin: 0;
	height: auto;
	z-index: 1;
}

.post-adds .dropdown-menu {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

.post-adds .dropdown-menu .share_buttons {
	width: 40px;
	min-width: 40px;
	overflow: visible;
	position: fixed;
	height: 280px;
	margin-top: -140px;
	top: 50%;
	right: 0;
	left: auto;
}

.post-adds .dropdown-menu .share_buttons a {
	margin: 0!important;
	display: block;
	width: 40px;
	height: 40px;
}

.post-adds .dropdown.open .dropdown-menu {
	background-color: transparent;
	z-index: 2;
}

.post-adds .dropdown.open .dropdown-menu .share_buttons {
	animation-name: slideInRight;
	-webkit-animation-name: slideInRight;
	animation-duration: .5s;
	-webkit-animation-duration: .5s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.entry-content:before,.entry-footer:before,.entry-header:before,.entry-content:after,.entry-footer:after,.entry-header:after {
	display: block;
	content: '';
	clear: both;
}

.ds .cat-links a:nth-of-type(1)::before {
	background-color: #fff;
}

.position-relative .cat-links {
	position: absolute;
	top: 30px;
	right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	z-index: 4;
}

.cat-links {
	font-size: 0;
	display: block;
	margin-bottom: 15px;
	line-height: 1;
}

.cat-links a {
	background-color: #092b37;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	display: inline-block;
	padding: 9px 12px 7px;
	border-radius: 3px;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
}

.cat-links a:hover {
	background-color: #031014;
	color: #fff!important;
}

.cat-links a:not(:last-child) {
	margin-top: 3px;
	margin-right: 10px;
}

.cat-links.absolute {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 4;
}

.entry-footer .edit-link,.entry-header .edit-link {
	float: right;
}

.entry-footer .edit-link a:before,.entry-header .edit-link a:before {
	font-family: fontawesome;
	content: '\f040';
	padding-right: .4em;
}

.entry-footer .entry-title+.edit-link,.entry-header .entry-title+.edit-link {
	position: absolute;
	right: 15px;
	top: .5em;
}

.post-adds {
	display: flex;
	background-color: #f5f5f5;
	line-height: 1;
	align-items: center;
	margin-bottom: 30px;
}

.post-adds i {
	width: 1em;
}

.post-adds a {
	display: inline-block;
	margin: 0;
}

.post-adds .dropdown-menu {
	padding: 0;
	border: none;
}

.post-adds .share_buttons {
	display: flex;
}

.post-adds .share_button {
	background-color: #092b37;
	color: #fff;
	line-height: 60px;
	padding: 0 21px;
}

.post-adds .like_button {
	color: #092b37;
	line-height: 60px;
	padding: 0 21px;
	border-right: 1px solid rgba(0,0,0,.5);
}

.post-adds .votes_count {
	padding: 0 21px;
}

.post-adds .views-count {
	margin-left: auto;
	padding: 22px 30px;
	background-color: #092b37;
	color: #fff;
}

@media(max-width:576px) {
	.post-adds {
		flex-wrap: wrap;
	}

	.post-adds .share_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .like_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .views-count {
		padding: 10px 15px;
		width: 100%;
	}
}

.post.readmore-hidden .item-content a.more-link:not(.btn) {
	display: none;
}

.post .gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.post .gallery.gallery-columns-6 .gallery-item figcaption,.post .gallery.gallery-columns-7 .gallery-item figcaption,.post .gallery.gallery-columns-8 .gallery-item figcaption,.post .gallery.gallery-columns-9 .gallery-item figcaption {
	word-break: break-all;
}

.post .gallery .gallery-item {
	width: 50%;
	padding: 10px;
	text-align: center;
}

.post .gallery .gallery-item figcaption {
	padding: 20px 5px 5px;
}

.post .gallery .gallery-item a {
	display: inline-block;
	width: 100%;
}

.post .gallery .gallery-item a img {
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}

.post .gallery.gallery-columns-2 .gallery-item .gallery-caption,.post .gallery.gallery-columns-3 .gallery-item .gallery-caption,.post .gallery.gallery-columns-4 .gallery-item .gallery-caption {
	max-width: 100%;
	padding: 8px;
	border: 1px solid #dadbd6;
	box-shadow: none;
}

@media(min-width:992px) {
	.post .gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}

	.post .gallery.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.post .gallery.gallery-columns-3 .gallery-item {
		width: 33.33%;
	}

	.post .gallery.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.post .gallery.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	.post .gallery.gallery-columns-6 .gallery-item {
		width: 16.66%;
	}

	.post .gallery.gallery-columns-7 .gallery-item {
		width: 14.28%;
	}

	.post .gallery.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}

	.post .gallery.gallery-columns-9 .gallery-item {
		width: 11.11%;
	}
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.gallery .gallery-item {
	width: 50%;
	padding: 0 2px;
	text-align: center;
	margin-bottom: 5px;
}

.gallery .gallery-item figcaption {
	padding: 5px 0;
}

.gallery .gallery-item a {
	display: inline-block;
	width: 100%;
}

.gallery .gallery-item a img {
	width: 100%;
}

.gallery.gallery-columns-2 .gallery-item .gallery-caption,.gallery.gallery-columns-3 .gallery-item .gallery-caption,.gallery.gallery-columns-4 .gallery-item .gallery-caption {
	max-width: 100%;
	padding: 8px;
	border: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

@media(min-width:992px) {
	.gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}

	.gallery.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.gallery.gallery-columns-3 .gallery-item {
		width: 33.33%;
	}

	.gallery.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.gallery.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	.gallery.gallery-columns-6 .gallery-item {
		width: 16.66%;
	}

	.gallery.gallery-columns-7 .gallery-item {
		width: 14.28%;
	}

	.gallery.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}

	.gallery.gallery-columns-9 .gallery-item {
		width: 11.11%;
	}
}

.author-bio {
	border-radius: 3px;
	padding: 60px;
	margin-top: 90px;
}

.author-bio .item-media {
	margin-right: 40px;
	flex-shrink: 0;
}

.author-bio .item-media img {
	max-width: 120px;
	border-radius: 50%;
	overflow: hidden;
}

@media(min-width:1200px) {
	.author-bio {
		padding: 80px;
		margin-top: 120px;
	}
}

.author-bio .author-bio-inner {
	display: flex;
}

@media(min-width:1200px) {
	.author-bio .author-bio-inner {
		max-width: 770px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width:575px) {
	.author-bio .author-bio-inner {
		flex-direction: column;
	}
}

.related-posts-columns {
	margin-top: 120px;
}

@media(max-width:1199px) {
	.related-posts-columns {
		margin-top: 90px;
	}
}

.comments-title {
	font-size: 40px;
	margin-bottom: 55px;
}

@media(max-width:1199px) {
	.comments-title {
		font-size: 30px;
	}
}

.comments-title span {
	display: flex;
	flex-wrap: wrap;
}

.comments-title small {
	font-weight: 400;
	letter-spacing: initial;
	font-family: heebo,sans-serif;
}

article+.comments-area {
	margin-top: 90px;
}

article+.comments-area .comment-respond {
	border: 1px solid #dadbd6;
}

.comments-area .comment-respond {
	padding: 80px;
	background-color: #fff;
}

@media(max-width:1199px) {
	.comments-area .comment-respond {
		padding: 60px;
	}
}

.comments-area .item-meta span:not(:last-child) {
	margin-right: 20px;
}

.comments-area .comment-list {
	list-style: none;
	margin-top: 100px;
	padding: 0;
	margin-bottom: 0;
}

.comments-area .comment-list .comment-respond {
	margin-top: 60px;
	margin-bottom: 60px;
}

.comments-area .comment-list .comment-respond small {
	font-size: 16px;
	display: block;
}

.comments-area .comment-list .comment-respond .comments-title span {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

@media(max-width:767px) {
	.comments-area .comment-list .comment-respond .comments-title span {
		flex-direction: column;
		align-items: flex-start;
	}

	.comments-area .comment-list .comment-respond .comments-title span small {
		margin-top: 10px;
	}
}

@media(min-width:1200px) {
	.comments-area .comment-list .comment-respond+ol.children::before {
		top: 0;
	}
}

.comments-area .comment-list ol.children {
	list-style: none;
	padding-left: 35px;
	margin-top: 30px;
}

@media(min-width:1200px) {
	.comments-area .comment-list ol.children {
		padding-left: 60px;
		position: relative;
	}
}

.comments-area .comment-list ol.children .comment+.comment {
	margin-top: 65px;
}

.comments-area .comment-list ol.children ol.children ol.children {
	padding-left: 35px;
}

@media(min-width:1200px) {
	.comments-area .comment-list ol.children ol.children ol.children {
		padding-left: 100px;
	}
}

.comments-area .comment-list .comment:last-child .comment-body:last-child {
	margin-bottom: 0;
}

.comments-area .comment-list:empty {
	display: none;
}

.comments-area .comment-form-comment {
	order: 1;
}

.comments-area .form-submit {
	order: 2;
}

.children .comment-body:last-child {
	margin-bottom: 0;
}

.trackback .comment-body,.pingback .comment-body {
	margin-left: 0;
}

.comment+.comment {
	margin-top: 65px;
}

.comment-body {
	position: relative;
	margin-left: 100px;
	margin-bottom: 65px;
	padding: 5px 0;
}

.comment-body a.comment-reply-link:after {
	content: "";
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #031521;
	width: 20px;
	height: 7px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
}

.comment-body ol,.comment-body ol ol,.comment-body ul ul {
	padding-left: 20px;
}

@media(max-width:575px) {
	.comment-body {
		padding-top: 5px;
	}
}

.time-meta a {
	background-color: #dddbcf;
	font-size: 14px;
	color: #031521!important;
	line-height: 1;
	display: inline-block;
	padding: 9px 12px 7px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
	white-space: nowrap;
}

.time-meta a:hover {
	color: #031521;
	background-color: #c4c0ab;
}

.comment .item-meta {
	margin-top: 17px;
}

.comment-meta {
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.comment-meta .item-meta {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
}

@media(max-width:767px) {
	.comment-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.comment-meta .item-meta {
		margin-top: 10px;
	}
}

.comment-meta h4 {
	margin-top: 0;
	text-transform: capitalize;
	font-size: 20px;
	letter-spacing: 0;
}

.comment-meta img {
	position: absolute;
	left: -100px;
	top: -20px;
	max-width: 80px;
	border-radius: 50%;
}

.comment-meta .comment-metadata {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.comment-meta b {
	font-weight: inherit;
}

@media(max-width:575px) {
	.comment-body {
		margin-left: 70px;
	}

	.comment-meta img {
		max-width: 60px;
		left: -70px;
	}
}

.reply {
	margin-top: 10px;
}

.reply a {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.comment-content p {
	margin-bottom: .5em;
}

.no-comments,.comment-awaiting-moderation {
	opacity: .7;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.comments-area>.comment-respond .comment-form-cookies-consent label {
	display: inline-block!important;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form p {
	margin-bottom: 45px;
	width: 100%;
}

.comment-form p.form-submit {
	margin-bottom: 0;
}

.comment-form textarea,.comment-form input:not(.submit) {
	width: 100%;
}

.comment-form textarea {
	min-height: 106px;
}

.comment-form input[type=checkbox] {
	margin: 0;
	visibility: hidden;
}

@media(min-width:992px) {
	.comment-form .comment-form-author {
		width: calc(50% + 25px);
	}

	.comment-form .comment-form-email {
		width: calc(50% - 25px);
	}

	.comment-form .comment-form-author {
		padding-right: 50px;
	}
}

.format-chat .entry-content p {
	display: flex;
}

.format-chat .entry-content p strong {
	margin-right: 10px;
	font-weight: 400;
	color: #031521;
	min-width: 70px;
}

.format-chat .entry-content p:nth-child(odd) {
	background-color: #fff;
}

.format-chat .entry-content p:not(:first-child) {
	border-top: none;
}

.format-quote.cover-image .entry-header>i {
	display: inline-block;
	font-size: 2em;
	margin-bottom: .7em;
}

.format-quote blockquote {
	border: none;
	font-style: inherit;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.format-quote blockquote>p {
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.post_format-post-format-video.post .embed-responsive::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #031521;
	z-index: 3;
}

.post_format-post-format-video a:hover>img {
	opacity: 1;
}

a:hover>img {
	opacity: 1;
}

.post_format-post-format-link .entry-content a::after {
	content: '';
	position: relative;
	-webkit-mask: url('../wp-content/themes/cognio-child/img/arrow-list.png') no-repeat center/cover;
	background-color: #031521;
	display: inline-block;
	width: 20px;
	height: 7px;
	margin-left: 10px;
}

.post.post_format-post-format-quote.single-post,.post.post_format-post-format-status.single-post {
	padding: 0;
	text-align: left;
}

.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab),.post.post_format-post-format-status:not(.single-post):not(.post-grid-item):not(.post-tab) {
	display: flex;
	padding: 0;
}

.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content,.post.post_format-post-format-status:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content {
	width: 100%;
	padding: 160px 200px;
}

@media(max-width:1199px) {
	.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content,.post.post_format-post-format-status:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content {
		padding: 90px 120px;
	}
}

@media(max-width:767px) {
	.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content,.post.post_format-post-format-status:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content {
		padding: 40px;
	}
}

.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content::before,.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 112px;
	height: 91px;
}

@media(max-width:1199px) {
	.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content::before,.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content::after {
		transform: scale(.5);
	}
}

.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content::before {
	background: url("/wp-content/themes/cognio-child/img/blog-quote1.png") no-repeat center/contain;
	left: 40px;
	bottom: 40px;
}

@media(max-width:1199px) {
	.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content::before {
		left: 20px;
		bottom: 20px;
	}
}

.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content::after {
	background: url("/wp-content/themes/cognio-child/img/blog-quote2.png") no-repeat center/contain;
	right: 40px;
	top: 40px;
}

@media(max-width:1199px) {
	.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-content::after {
		right: 20px;
		top: 20px;
	}
}

.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-header {
	position: relative;
}

.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) .item-header::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 48px;
	height: 40px;
	-webkit-mask: url('../wp-content/themes/cognio-child/img/quote.png') no-repeat center/cover;
	background-color: #092b37;
	z-index: 2;
	right: 0;
	top: 0;
}

.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) blockquote>p {
	text-indent: unset;
}

.post.post_format-post-format-quote:not(.single-post):not(.post-grid-item):not(.post-tab) blockquote>p::before {
	display: none;
}

.image-navigation .display_table {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #dadbd6;
	border-bottom: 1px solid #dadbd6;
}

.image-navigation .display_table a:hover {
	color: #092b37;
}

.image-navigation .display_table a div {
	padding: 30px;
	display: inline-block;
}

.image-navigation .display_table.text-right {
	margin-left: auto;
}

.post-shortcode .entry-footer>div {
	width: 50%;
}

@media(max-width:767px) {
	.post-shortcode .entry-footer>div {
		width: 100%!important;
	}
}

@media(min-width:1200px) {
	.single-item-full h1,.single-item-full h2,.single-item-full h3,.single-item-full h4,.single-item-full h5,.single-item-full h6,.single-item-full p,.single-item-full ul,.single-item-full ol,.single-item-full dl,.single-item-full nav,.single-item-full table,.single-item-full address,.single-item-full pre,.single-item-full form,.single-item-full .entry-content>div:not(.gallery),.single-item-full .wp-block-categories-dropdown,.single-item-full .wp-block-archives-dropdown,.single-item-full blockquote {
		max-width: 770px;
		margin-left: auto;
		margin-right: auto;
	}
}

#box_wrapper>section,#box_wrapper>div>section {
	overflow: hidden;
}

#box_wrapper>section.page_topline,#box_wrapper>section.page_toplogo,#box_wrapper>section.overflow-visible,#box_wrapper>div>section.overflow-visible {
	overflow: visible;
}

img.absolute_image {
	position: absolute;
	z-index: 1;
	top: 50px;
}

.image-rounded-cross-borders {
	position: relative;
	margin: 50px 0 60px;
}

.image-rounded-cross-borders:before,.image-rounded-cross-borders:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	background-color: #dadbd6;
	top: -30px;
	left: 50%;
}

.image-rounded-cross-borders:after {
	top: auto;
	bottom: -30px;
}

.image-rounded-cross-borders .box-shadow {
	padding: 9px;
	border-radius: 50%;
}

.image-rounded-cross-borders .box-shadow:before,.image-rounded-cross-borders .box-shadow:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 30px;
	background-color: #dadbd6;
	top: 50%;
	left: -30px;
}

@media(max-width:1199px) {
	.image-rounded-cross-borders .box-shadow:before,.image-rounded-cross-borders .box-shadow:after {
		display: none;
	}
}

.image-rounded-cross-borders .box-shadow:after {
	left: auto;
	right: -30px;
}

.image-rounded-cross-borders img {
	border-radius: 50%;
}

.btn-action i {
	width: 1em;
	height: 1em;
	text-align: center;
}

.btn-action i.fa-chevron-right {
	position: relative;
	left: 2px;
}

.partners-carousel a {
	opacity: .2;
}

.partners-carousel a:hover {
	opacity: .8;
}

.partners-carousel .center a {
	opacity: 1;
}

.dropdown-shopping-cart {
	position: relative;
	font-weight: 700;
}

.page_toplogo .dropdown-shopping-cart {
	margin-left: 24px;
}

.dropdown-shopping-cart i {
	font-size: 28px;
	padding-right: 14px;
}

.page_toplogo .dropdown-shopping-cart i {
	position: relative;
	top: .18em;
}

.dropdown-shopping-cart .badge {
	position: absolute;
	left: 24px;
	padding: .28em .5em .2em;
	border-radius: 1em;
}

.page_toplogo .dropdown-shopping-cart .badge {
	top: -.3em;
}

.dropdown-shopping-cart:hover {
	color: inherit;
}

.dropdown-shopping-cart+.dropdown-menu {
	margin-top: 50px;
}

@media(min-width:576px) {
	.dropdown-shopping-cart+.dropdown-menu {
		min-width: 430px;
	}
}

.page_title.s-overlay::before {
	opacity: .7!important;
}

.page_title h1,.page_title h2 {
	margin-bottom: 10px;
	line-height: 1;
	font-size: 60px;
}

@media(min-width:992px) {
	.page_title h1:last-child,.page_title h2:last-child {
		margin-bottom: 0;
	}
}

.page_title .small-title+.breadcrumb {
	font-size: 16px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 300;
}

@media(min-width:992px) {
	.page_title .title-inline {
		margin: 0;
	}

	.page_title .title-inline+.breadcrumb {
		padding-left: 30px;
		margin-left: 30px;
		border-left: 1px solid rgba(200,200,200,.35);
	}
}

.page_title .breadcrumb {
	line-height: 1.6;
}

.page_title [class*=container]>.breadcrumb {
	position: absolute;
	right: 15px;
	bottom: 0;
}

.page_map {
	height: 500px;
	text-align: center;
}

@media(min-width:1200px) {
	.page_map {
		height: 600px;
	}
}

.page_map .marker {
	display: none;
}

.map_marker_description {
	max-width: 270px;
}

.map_marker_description h3 {
	line-height: 1;
	margin-bottom: 10px;
}

.map_marker_description img {
	max-width: 90%!important;
}

.gm-style .gm-style-iw {
	overflow: visible!important;
	text-align: center;
	line-height: 1.6em;
}

.gm-style .gm-style-iw>*:first-child {
	position: relative;
}

.gm-style .gm-style-iw:before {
	content: '';
	display: block;
	position: absolute;
	border-top: 2px solid #092b37;
	top: -25px;
	left: -16px;
	right: -16px;
	bottom: -25px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.gm-style .gm-style-iw .icon-inline {
	display: inline-block;
	margin: .3em 0;
}

.gm-style .gm-style-iw .icon-inline .icon-styled {
	margin-right: 5px;
}

.page_footer {
	overflow: hidden;
}

.page_footer .widget+[class*=widget-] {
	margin-top: 60px;
}

.page_footer .widget+.widget {
	margin-top: 60px;
}

.page_footer.ds {
	color: #fff;
}

.page_footer .side-icon-box {
	margin: 0 0 20px;
}

.page_footer .side-icon-box>.icon-styled:first-child {
	margin-right: 0;
	position: relative;
	top: .5em;
}

.page_footer .side-icon-box .icon-styled+.media-body {
	margin-left: 20px;
}

.page_footer .two-columns .widget_nav_menu .menu-footer_menu-container {
	overflow: hidden;
}

.page_footer .two-columns .widget_nav_menu .menu {
	margin-top: -2px;
	margin-bottom: -2px;
	columns: 2;
	column-gap: 30px;
}

@media(max-width:575px) {
	.page_footer .two-columns .widget_nav_menu .menu {
		columns: auto;
	}
}

.page_footer .two-columns .widget_nav_menu .menu li {
	border-color: rgba(255,255,255,.1);
}

.page_footer .two-columns .widget_nav_menu .menu li a {
	min-height: 40px;
	line-height: 40px;
}

.page_footer .two-columns .widget_nav_menu .menu li a::before {
	display: none;
}

.page_footer .col-md-12 .widget_social_buttons {
	margin-bottom: 0;
}

.page_footer .col-md-12 .widget_social_buttons a {
	margin: 0 4px 70px;
}

@media(min-width:1200px) {
	.page_footer .col-md-12 .widget_social_buttons a {
		transform: translateY(50%);
		margin-bottom: 0;
	}

	.page_footer .col-md-12 .widget_social_buttons a:hover {
		transform: translateY(0);
	}
}

.item-hover-content {
	position: relative;
	overflow: hidden;
}

.item-hover-content .item-media {
	z-index: 2;
}

.item-hover-content .item-content {
	position: absolute;
	right: 0;
	left: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.item-hover-content .item-content h4 {
	line-height: 1;
	letter-spacing: .15em;
	margin-bottom: 1.4em;
}

.item-hover-content .item-content h4 span {
	font-weight: 900;
}

@media(min-width:1200px) {
	.item-hover-content.content-padding .item-content {
		padding: 54px 40px;
	}
}

.item-hover-content:hover {
	overflow: visible;
	z-index: 3;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.content-show-hover {
	overflow: hidden;
}

.content-show-hover .item-content {
	top: 0;
	opacity: 0;
	transform: scale(1.2);
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	transition: all .15s ease-in-out;
}

.content-show-hover .item-content h4 {
	line-height: 1;
	letter-spacing: .15em;
	margin-bottom: 1.4em;
}

.content-show-hover .item-content h4 span {
	display: block;
	font-weight: 900;
}

.content-show-hover:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.content-show-hover:hover .item-content {
	transform: scale(1);
	opacity: 1;
}

.item-gallery {
	overflow: hidden;
	position: relative;
	background: 0 0;
}

.item-gallery .item-content h4 {
	z-index: 5;
	transition: all .15s ease-in-out;
	opacity: 0;
	transform: scale(0);
}

.item-gallery.content-absolute .item-content {
	text-align: left;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 35px 40px;
	bottom: 0;
	transform: translateY(100%) scale(1);
	transition: all .3s ease-in-out;
}

@media(max-width:575px) {
	.item-gallery.content-absolute .item-content {
		padding: 30px;
	}
}

.item-gallery.content-absolute:hover .item-content {
	transform: none;
}

.item-gallery.content-absolute:hover .item-content h6 {
	opacity: 1;
}

.item-gallery:hover .item-content h4 {
	transform: scale(1);
	opacity: 1;
}

.gallery-absolute-item {
	position: relative;
}

.gallery-absolute-item img {
	transition: all .4s ease-out;
}

.gallery-absolute-item .item-media {
	border-radius: 3px;
	overflow: hidden;
}

.gallery-absolute-item .media-links div {
	transform: translateY(-50%);
}

.gallery-absolute-item .media-links::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	border: 1px solid #6e7a81;
	opacity: 0;
	transition: all .4s ease-out;
}

.gallery-absolute-item .media-links a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 30px;
	font-size: 14px;
	width: auto;
	height: auto;
	line-height: 1;
	border: none;
	background-color: transparent!important;
	transition: all .4s ease-out;
}

.gallery-absolute-item .media-links .link-zoom {
	left: 20%;
}

.gallery-absolute-item .media-links .link-anchor {
	left: 80%;
}

.gallery-absolute-item .media-links .link-anchor::before {
	content: '\f0c1'!important;
}

.gallery-absolute-item .media-links hr {
	position: absolute;
	width: 300px;
	opacity: 0;
	left: 50%;
	top: 50%;
	transition: all .4s ease-out;
}

.gallery-absolute-item .media-links hr:first-of-type {
	transform: translate(-50%,-50%) rotate(45deg);
}

.gallery-absolute-item .media-links hr:last-of-type {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.gallery-absolute-item .item-title {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	padding-left: 60px;
	padding-right: 60px;
	opacity: 0;
	max-height: 57px;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.gallery-absolute-item .item-title h5 {
	color: #fff;
}

@media(max-width:1400px) {
	.gallery-absolute-item .item-title {
		bottom: 30px;
	}
}

.gallery-absolute-item:hover img {
	position: relative;
	transform: scale(1.2);
}

.gallery-absolute-item:hover .media-links::after {
	opacity: 1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.gallery-absolute-item:hover .media-links hr {
	width: 140px;
	opacity: 1;
}

.gallery-absolute-item:hover .media-links a {
	top: 50%;
	transform: translate(-50%,-50%);
}

.gallery-absolute-item:hover .media-links a:hover {
	opacity: .8;
	transform: translate(-50%,-50%);
	color: #092b37;
}

.gallery-absolute-item:hover .media-links .link-zoom {
	left: calc(50% - 40px);
}

.gallery-absolute-item:hover .media-links .link-anchor {
	left: calc(50% + 40px);
}

.gallery-absolute-item:hover .item-title {
	opacity: 1;
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-auto-flow: dense;
}

.grid-container.gallery-layout-1 {
	grid-auto-rows: 175px;
}

.grid-container.gallery-layout-2 {
	grid-auto-rows: 200px;
}

.grid-container.gap-0 {
	grid-gap: 0;
}

.grid-container.gap-5 {
	grid-gap: 5px;
}

.grid-container.gap-15 {
	grid-gap: 15px;
}

.grid-container.gap-30 {
	grid-gap: 30px;
}

.grid-container .grid-box {
	opacity: 1;
	transform: scale(1);
	transition: all .5s ease-in-out;
	grid-row: span 2;
}

@media(min-width:1200px) {
	.grid-container .grid-box:nth-child(2),.grid-container .grid-box:nth-child(4),.grid-container .grid-box:nth-child(5),.grid-container .grid-box:nth-child(8),.grid-container .grid-box:nth-child(10),.grid-container .grid-box:nth-child(11) {
		grid-row: span 3;
	}
}

@media(max-width:1199px) and (min-width:768px) {
	.grid-container .grid-box:nth-child(2),.grid-container .grid-box:nth-child(3),.grid-container .grid-box:nth-child(6),.grid-container .grid-box:nth-child(7),.grid-container .grid-box:nth-child(10),.grid-container .grid-box:nth-child(11) {
		grid-row: span 4;
	}
}

@media(max-width:767px) {
	.grid-container .grid-box:nth-child(even) {
		grid-row: span 3;
	}
}

.grid-container .hide {
	opacity: 0;
	transform: scale(0);
}

.grid-container .item-gallery,.grid-container .item-media {
	width: 100%;
	height: 100%;
}

.grid-container img {
	height: 100%;
	object-fit: cover;
}

@media(max-width:1199px) {
	.grid-container {
		grid-template-columns: repeat(2,1fr);
	}
}

@media(max-width:767px) {
	.grid-container {
		grid-template-columns: repeat(1,1fr);
	}
}

.section-special.py-0>div>div {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.section-special.small-section>div>div {
	max-width: 545px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-top: 0;
	padding-bottom: 0;
}

@media(max-width:1950px) {
	.section-special.small-section>div>div {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media(max-width:1440px) {
	.section-special.small-section>div>div {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.back-bannn{
	    height: 78px!important;
	}
}

@media(max-width:991px) {
	.section-special.small-section>div>div {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
}

.section-special>div {
	height: 100%;
}

.section-special>div>div {
	padding: 160px 115px 150px;
	max-width: 785px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media(max-width:1199px) {
	.section-special>div>div {
		padding: 90px 50px 80px;
	}
}

@media(max-width:991px) {
	.section-special>div>div {
		max-width: unset;
	}
}

@media(min-width:992px) {
	.section-special.left>div {
		display: flex;
		justify-content: flex-end;
	}
}

.ds .owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:first-child i,.ds .owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:last-child i {
	background-color: #fff;
}

.ds .owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:first-child i:hover,.ds .owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:last-child i:hover {
	opacity: .6;
}

.owl-carousel.owl-theme.owl-nav-bottom {
	padding-bottom: 80px;
}

@media(max-width:1199px) {
	.owl-carousel.owl-theme.owl-nav-bottom {
		padding-bottom: 50px;
	}
}

.owl-carousel.owl-theme.owl-nav-bottom .owl-nav {
	bottom: -12px;
}

.owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:first-child {
	left: calc(50% - 20px);
	transform: translateX(-50%);
}

.owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:first-child i {
	background-color: #031521;
}

.owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:first-child:hover i {
	background-color: #092b37;
}

.owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:last-child {
	right: calc(50% - 20px);
	transform: translateX(50%);
}

.owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:last-child i {
	background-color: #031521;
}

.owl-carousel.owl-theme.owl-nav-bottom .owl-nav>div:last-child:hover i {
	background-color: #092b37;
}

.video-shortcode {
	position: relative;
}

.video-shortcode img {
	border-radius: 3px;
}

.video-shortcode .photoswipe-link-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.mailchimp-phone {
	display: flex;
	align-items: center;
	position: relative;
}

.mailchimp-phone>span {
	margin-right: 90px;
	width: 100%;
	position: relative;
}

.mailchimp-phone>span::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #031521;
}

.mailchimp-phone>span span {
	position: absolute;
}

.mailchimp-phone p {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	box-shadow: 0 0 0 0 rgba(9,43,55,.4),0 0 0 0 rgba(9,43,55,.6);
	-webkit-animation: pulse-icon-color-main 1.5s infinite;
}

.mailchimp-phone p::before {
	content: "";
	-webkit-mask: url(/wp-content/themes/cognio-child/img/icon-tel.png) no-repeat center;
	background-color: #fff;
	pointer-events: none;
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .3s ease-in-out;
}

.mailchimp-phone p:hover::before {
	background-color: #031521;
}

.mailchimp-phone input::placeholder {
	color: #031521;
}

.mailchimp-phone input[type=submit] {
	font-size: 0;
	width: 60px;
	height: 60px;
	padding: 0;
	border-radius: 50%;
	min-width: unset;
}

div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.section-title {
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent!important;
	-webkit-mask: url(/wp-content/themes/cognio-child/img/pattern.png);
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 250px;
	line-height: .9;
}

@media(max-width:1439px) {
	.section-title {
		font-size: 150px;
	}
}

@media(max-width:1199px) {
	.section-title {
		font-size: 100px;
	}
}

@media(max-width:767px) {
	.section-title {
		font-size: 60px;
	}
}

.ls .section-title {
	background-color: rgba(3,21,33,.07);
}

.ds .section-title,cs .section-title {
	background-color: rgba(255,255,255,.07);
}

.countdown-section {
	line-height: 1.5!important;
	padding: 5px 0 10px!important;
	margin: 20px 15px 0!important;
}

.countdown-amount {
	line-height: 1.2!important;
}

.countdown-section:first-child,.countdown-section:nth-child(1) {
	display: none!important;
}

.countdown-row {
	clear: both;
	display: flex;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	justify-content: start;
}

.countdown-section {
	display: inline-block;
	padding: 45px 0 30px;
	margin: 20px 15px 0 0;
	text-align: center;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 3px;
	flex-basis: 18%;
	background: rgb(0 0 0/.3);
}

.countdown-amount {
	font-size: 30px;
	font-family: montserrat,sans-serif;
	font-weight: 700;
	color: #dddbcf;
}

.countdown-period {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	padding: 0 10px;
}

.countdown-descr {
	display: block;
}

@media(max-width:1199px) {
	.countdown-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.countdown-section {
		padding: 30px 8px 20px;
	}

	.countdown-amount {
		font-size: 50px;
	}

	.countdown-period {
		min-width: 6.5em;
	}
}

.pricing-plan {
	padding: 30px 10px;
}

.pricing-plan .plan-name h3 {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2;
}

.pricing-plan .plan-name h3 span::before {
	width: 0;
}

.pricing-plan .price-wrap {
	margin-top: 30px!important;
}

.pricing-plan li {
	line-height: 1.1;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
}

.pricing-plan {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
	margin-bottom: 50px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.pricing-plan .plan-button {
	position: absolute!important;
	left: 3%;
	bottom: 5px;
	width: 94%!important;
	display: block;
}

.pricing-plan .plan-button:hover {
	color: #000;
}

#section-1ee1d98 .row>.col-lg-3 {
	display: flex;
	width: 100%;
}

@media(max-width:991px) {
	#section-1ee1d98 .row>.col-lg-3 {
		flex-direction: column;
	}
}

#section-1ee1d98 .row>.col-lg-3:nth-child(2) .btn {
	background: #00bcd4;
	border-color: #00bcd4;
}

#section-1ee1d98 .row>.col-lg-3:nth-child(3) .btn {
	background: #2196f3;
	border-color: #2196f3;
}

#section-1ee1d98 .row>.col-lg-3:nth-child(4) .btn {
	background: #3f51b5;
	border-color: #3f51b5;
}

#section-1ee1d98 .row>.col-lg-3:nth-child(5) .btn {
	background: #145369;
	border-color: #145369;
}

@media(min-width:1200px) {
	#section-06fa088 .form-control {
		border: 1px solid #ccc;
		padding: 10px;
	}

	#section-06fa088 .mt-xl-50 {
		margin-top: 20px!important;
	}
}

@media(min-width:1200px) {
	.p-xl-70 {
		padding: 30px!important;
	}
}

.page-id-6902 .ti-footer span,.page-id-6902 .ti-footer a,.page-id-6902 .ti-footer strong {
	color: #fff!important;
}

#section-06fa088 .form-control::placeholder,#section-06fa088 .form-control {
	color: #666;
}

#section-06fa088.ds .form-group::after {
	display: none!important;
}

#section-06fa088.ds .color-main {
	color: #fff!important;
}

#lp-top {
	color: #fff;
	font-size: 20px;
}

#lp-top h2,#lp-top h1 {
	color: #fff;
	font-size: 3.6em;
}

#lp-top .btn-outline-maincolor2 {
	color: #fff;
}

#lp-top .btn-outline-maincolor2:hover {
	color: #092b37;
}

#lp-top .special-meta {
	background: #dddbcf;
	color: #092b37;
	padding: 4px 8px;
	border-radius: 2px;
	font-size: 18px;
}

#lp-top .special-meta::before {
	background: 0 0;
}

#lp-top .form-wrapper {
	background: 0 0;
	position: relative;
	z-index: 1;
	padding: 0 0 0 30px!important;
	max-width: 400px;
	margin: auto;
}

#lp-top .form-wrapper input[type=text],#lp-top .form-wrapper input[type=email] {
	background: #fff;
	padding: 20px;
	border: 0;
	margin-bottom: 5px;
}

#lp-top .form-group:not(.checkbox-group)::after {
	background: #fff;
}

#lp-top .form-wrapper .mt-30 {
	margin-top: 0!important;
}

@media(min-width:1200px) {
	#lp-top .form-wrapper .mt-xl-50 {
		margin-top: 0!important;
	}
}

#lp-top .form-wrapper:before {
	height: 100%;
	background: url(../wp-content/uploads/2021/11/lp-form-side.png) top left no-repeat;
	background-size: contain;
	content: "";
	width: 40px;
	left: 0;
	z-index: 1;
	top: 0;
	position: absolute;
}

#lp-trustlogos img {
	max-height: 100px;
	vertical-align: middle;
}

#lp-top .btn-maincolor:hover {
	border-color: #fff!important;
	color: #fff!important;
}

#lp-top a.btn.btn-maincolor2:hover {
	color: #fff;
}

@media(max-width:480px) {
	.btn {
		min-width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#lp-top div.wpcf7 .ajax-loader,#lp-top .wpcf7-not-valid-tip {
	display: none!important;
}

#lp-top .wpcf7-response-output {
	font-size: 14px;
}

#lp-top .form-wrapper input[type=submit],#lp-top .form-wrapper button {
	background: #00ba74;
	color: #092b37;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}

#lp-top input[type=text].wpcf7-not-valid,#lp-top input[type=email].wpcf7-not-valid {
	border: 2px solid #f44336;
}

#lp-top .wpcf7-not-valid-tip {
	display: none!important;
}

#lp-bottomForm .icon-styled .color-main {
	color: #fff!important;
}

#lp-bottomForm .c-mb-50 [class*=col-],#lp-bottomForm .row.c-mb-50>[class*=col-] {
	margin-bottom: 10px;
	padding: 0 10px;
}

#lp-bottomForm .c-gutter-30 [class*=col-],#lp-bottomForm .row.c-gutter-30>[class*=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

#lp-bottomForm .form-control::placeholder {
	color: #333;
}

#lp-bottomForm label {
	display: none;
}

#lp-bottomForm .form-control {
	border: 1px solid #fff;
	padding: 10px;
	color: #000;
	background: #fff;
}

#lp-bottomForm select {
	padding: 0;
	border: 0;
	color: #333;
}

#lp-bottomForm .select-wrap {
	background: #fff;
	border: 1px solid #fff;
	padding: 10px;
}

#lp-bottomForm .form-group:not(.checkbox-group)::after,.select_container::before {
	display: none!important;
}

#lp-bottomForm .select_container::after {
	font-weight: 700;
}

#lp-bottomForm .wrap-forms .c-gutter-30.c-mb-15 .col-12.col-sm-12.mt-30.mb-0.mt-xl-50 {
	margin-top: 0!important;
	text-align: center;
}

#lp-bottomForm .wrap-forms .btn-maincolor {
	background: #00ba74;
	color: #062c37;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 45px;
}

#lp-bottomForm .wrap-forms .btn-maincolor:hover {
	background: #fff;
}

.quote-item {
	background: #efefef;
	padding: 20px;
	border-radius: 5px;
}

.quote-item .quote-image {
	margin-right: 10px;
}

.quote-item .quote-image img {
	width: 60px;
	max-width: 60px;
}

.quote-item .quote-image-text h4 {
	font-size: 16px!important;
	margin-bottom: 5px!important;
}

.quote-item .position {
	color: #a5a5a5;
}

.quote-item .position:before {
	display: none;
}

.quote-item .item-content {
	margin-top: 20px;
}

.quote-item .item-content:before {
	background: url(../wp-content/uploads/2021/11/star.png) left center no-repeat;
	background-size: contain;
	height: 30px;
	width: 130px;
	display: block;
	content: "";
}

.quote-item .content {
	font-style: normal;
	font-size: 15px;
	margin-top: 5px;
	color: #000;
	height: 100px;
	overflow-y: scroll;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
	padding-right: 10px;
}

.quote-item ::-webkit-scrollbar {
	width: 4px;
	border-radius: 3px;
}

.quote-item ::-webkit-scrollbar-track {
	background: rgba(85,85,85,.1);
}

.quote-item ::-webkit-scrollbar-thumb {
	background: rgba(85,85,85,.6);
}

.quote-item ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.quote-btn {
	display: none!important;
}

.woocommerce:before,.woocommerce:after {
	display: block;
	content: '';
	clear: both;
}

.woocommerce-breadcrumb,.woocommerce-products-header {
	display: none;
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
	margin: 0 0 1.5em;
	padding: 1.5em;
	border-left: 5px solid #092b37;
	background-color: rgba(150,150,150,.05);
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

@media(max-width:575px) {
	.woocommerce-error,.woocommerce-info,.woocommerce-message {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.woocommerce-error {
	flex-direction: column;
	align-items: flex-start;
}

.woocommerce-notices-wrapper,.woocommerce-form-coupon-toggle {
	width: 100%;
	margin-bottom: 60px;
}

.woocommerce-notices-wrapper:empty,.woocommerce-form-coupon-toggle:empty {
	margin-bottom: 0;
}

.woocommerce-info {
	border-color: #007ebd;
}

.woocommerce-error {
	list-style-position: inside;
}

.woocommerce .widget-theme-wrapper {
	margin-bottom: 30px;
}

.woocommerce .widget-theme-wrapper h3 {
	font-size: 24px;
	margin-bottom: 35px;
	line-height: 1;
}

.woocommerce .widget-theme-wrapper button {
	display: none;
}

.woocommerce .widget-theme-wrapper .woocommerce-product-search::before {
	content: '\f002';
}

.woocommerce-result-count {
	display: inline-block;
	margin-bottom: 0;
	padding: 15px 0;
	float: left;
}

.woocommerce-result-count+form {
	display: inline-block;
}

@media(min-width:576px) {
	.woocommerce-result-count+form {
		float: right;
	}
}

.toggle_view {
	padding: 15px 0;
}

.widget_product_categories .select_container::before,.woocommerce-input-wrapper .select_container::before {
	display: none;
}

.widget_product_categories .select2 .select2-selection,.woocommerce-input-wrapper .select2 .select2-selection {
	position: relative;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #dadbd6;
	height: auto;
	color: #031521;
	padding: 0 40px 12px 0;
}

.widget_product_categories .select2 .select2-selection::before,.woocommerce-input-wrapper .select2 .select2-selection::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #031521;
	left: 0;
	bottom: 0;
}

.widget_product_categories .select2 .select2-selection__rendered,.woocommerce-input-wrapper .select2 .select2-selection__rendered {
	padding-left: 0;
}

.widget_product_categories .select2 .select2-selection__arrow,.woocommerce-input-wrapper .select2 .select2-selection__arrow {
	position: absolute;
	height: 100%!important;
}

.widget_product_categories .select2 .select2-selection__arrow::after,.woocommerce-input-wrapper .select2 .select2-selection__arrow::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 20px;
	color: #092b37;
	font-family: fontawesome,sans-serif;
	font-size: 14px;
	pointer-events: none;
}

.widget_product_categories .select2 .select2-selection__arrow b,.woocommerce-input-wrapper .select2 .select2-selection__arrow b {
	display: none;
}

.woocommerce-input-wrapper {
	width: 100%;
}

#content_products {
	margin-bottom: -30px;
}

ul.products {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	clear: both;
	width: calc(100% + 30px);
}

ul.products .product {
	position: relative;
	padding: 0 25px;
	margin-bottom: 50px;
}

ul.products .product .product-inner {
	background-color: #f2f2eb;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

ul.products .product .product-inner .added_to_cart {
	margin-top: 15px;
}

ul.products .product .product-inner a:not(.button) {
	display: inline-block;
	width: 100%;
}

ul.products .product .product-inner a:not(.button) img {
	width: 100%;
	object-fit: cover;
}

ul.products .product .product-inner .product-description-short {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

ul.products .product .product-inner .product-description-short .desc-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 7px 0;
	max-width: 230px;
}

ul.products .product .product-inner .product-description-short .desc-wrap:not(:last-child) {
	border-bottom: 1px solid #dadbd6;
}

ul.products .product .product-inner .product-description-short .desc-wrap span {
	margin-right: 5px;
	color: #031521;
}

ul.products .product .product-inner .price-wrap {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

ul.products .product .product-inner .add_to_cart_button,ul.products .product .product-inner .product_type_external,ul.products .product .product-inner .product_type_grouped {
	background-color: transparent;
	font-size: 0;
	padding: 0;
	border: unset;
	min-width: unset;
}

ul.products .product .product-inner .add_to_cart_button:hover,ul.products .product .product-inner .product_type_external:hover,ul.products .product .product-inner .product_type_grouped:hover {
	background-color: transparent;
}

ul.products .product .product-inner .add_to_cart_button::before,ul.products .product .product-inner .product_type_external::before,ul.products .product .product-inner .product_type_grouped::before {
	content: '';
	display: inline-block;
	line-height: 0;
	width: 20px;
	height: 18px;
	-webkit-mask: url('../wp-content/themes/cognio-child/img/cart.png') no-repeat center/cover;
	background-color: #031521;
	position: relative;
	left: -.5em;
	top: -1px;
	transition: all .3s ease-in-out;
}

ul.products .product .product-inner .add_to_cart_button:hover::before,ul.products .product .product-inner .product_type_external:hover::before,ul.products .product .product-inner .product_type_grouped:hover::before {
	background-color: #092b37;
}

ul.products .product .product-inner .product-wrap {
	padding: 50px 50px 45px;
}

@media(max-width:1199px) {
	ul.products .product .product-inner .product-wrap {
		padding: 30px 30px 25px;
	}
}

ul.products .product .product-inner .product-wrap .category {
	color: #6e7a81;
}

ul.products .product .product-inner .product-wrap .category:hover {
	color: #092b37;
}

ul.products .product .product-inner .price {
	margin-top: 0;
	margin-bottom: 0;
	color: #092b37;
	font-size: 14px;
	font-weight: 300;
	opacity: 1;
	margin-right: auto;
}

ul.products .product .product-inner .price del {
	color: #6e7a81;
}

ul.products .product>a>img {
	width: 100%;
}

ul.products .product h2 {
	margin-top: 0;
	line-height: 1;
	font-size: 24px;
	font-family: montserrat,sans-serif;
}

@media(max-width:1199px) {
	ul.products .product h2 {
		font-size: 20px;
	}
}

ul.products .product h2+.star-rating {
	margin-top: 10px;
}

ul.products .product .onsale {
	position: absolute;
	top: 10px;
	left: 0;
	padding: .3em 1em;
	color: #fff;
	background-color: #092b37;
	z-index: 2;
}

ul.products .product .onsale:before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left-color: #02090b;
	border-top-color: #02090b;
}

ul.products.owl-carousel.owl-center .owl-item.center .product .product-inner {
	margin-top: 10px;
	border: none;
	box-shadow: 0 0 7px 4px rgba(6,38,55,.15);
}

ul.products.owl-carousel.owl-center .owl-item:not(.center) .product .product-inner {
	border: none;
	margin-top: 10px;
}

ul.products.owl-carousel.owl-center .owl-item:not(.center) .product .product-wrap {
	opacity: 0;
}

ul.products.owl-carousel>* {
	width: 100%;
}

ul.products.owl-carousel .product {
	width: 100%;
}

ul.products.owl-carousel .product h2 {
	font-size: 21px;
	margin-bottom: 0;
}

@media(max-width:767px) {
	ul.products .product {
		width: 100%!important;
	}
}

.columns-1>* {
	width: 100%;
	margin-right: 0;
}

@media(min-width:768px) {
	.columns-1 .product-inner {
		display: flex;
		align-items: center;
	}

	.columns-1 .product-inner>div {
		width: 50%;
		flex-shrink: 0;
	}
}

.woocommerce .columns-2>* {
	width: 50%;
}

.woocommerce .columns-3>* {
	width: 33.333333%;
}

@media(max-width:1200px) and (min-width:767px) {
	.woocommerce .columns-3>* {
		width: 50%;
	}
}

.woocommerce .columns-4>* {
	width: 25%;
}

@media(max-width:1200px) and (min-width:767px) {
	.woocommerce .columns-4>* {
		width: 50%;
	}
}

.woocommerce .columns-5>* {
	width: 20%;
}

.woocommerce .columns-6>* {
	width: 16.666667%;
}

.price {
	display: block;
	margin: 1em 0 1.5em;
	font-weight: 700;
	opacity: .65;
}

.price del {
	opacity: .7;
	padding: 0 .5em 0 0;
}

.price ins {
	text-decoration-line: unset;
	padding: 0 .1em;
}

@media(min-width:576px) {
	.woocommerce-info .showcoupon,.woocommerce-info .showlogin {
		margin-right: auto;
	}
}

.button {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 1;
	padding: 22px 15px;
	min-width: 150px;
	font-weight: 400;
	background: #092b37;
	color: #fff;
	border: 1px solid #092b37;
	border-radius: 3px;
	text-align: center;
}

.button:hover {
	background-color: transparent;
	border-color: #092b37;
	color: #092b37;
}

.button.disabled {
	cursor: not-allowed;
	opacity: .5;
}

.button+.button {
	margin-left: 4px;
}

.button.add_to_cart_button,.button.checkout {
	background-color: transparent;
	color: #092b37;
}

.button.add_to_cart_button:hover,.button.checkout:hover {
	background-color: #092b37;
	color: #fff;
}

.woocommerce-orders-table__row .button,.woocommerce-Message .button,.woocommerce-message .button {
	padding: 7px 16px;
}

.woocommerce-Message .button,.woocommerce-message .button {
	margin-top: 20px;
}

@media(min-width:576px) {
	.woocommerce-Message .button,.woocommerce-message .button {
		margin-top: 0;
		margin-left: auto;
	}
}

.add_to_cart_button+.wc-forward {
	padding: 0;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.add_to_cart_button+.wc-forward:after {
	font-family: fontawesome;
	content: "\f178";
	padding-left: .5em;
}

.woocommerce-pagination {
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-top: 80px;
	border-top: 1px solid #dadbd6;
	border-bottom: 1px solid #dadbd6;
	padding: 27px 0 23px;
}

@media(max-width:1199px) {
	.woocommerce-pagination {
		margin-top: 0;
	}
}

.woocommerce-pagination ul.page-numbers {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
}

.woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}

.woocommerce-pagination ul.page-numbers span,.woocommerce-pagination ul.page-numbers a {
	border: none;
	color: #031521;
	margin-right: 42px;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
	font-size: 14px;
	padding: 0;
}

.woocommerce-pagination ul.page-numbers span:hover,.woocommerce-pagination ul.page-numbers a:hover {
	color: #092b37;
	background-color: transparent;
}

@media(max-width:768px) {
	.woocommerce-pagination ul.page-numbers span,.woocommerce-pagination ul.page-numbers a {
		height: 45px;
		line-height: 15px;
		padding: 1.3em 1.2em;
		width: 45px;
	}
}

.woocommerce-pagination ul.page-numbers span.next,.woocommerce-pagination ul.page-numbers a.next {
	font-size: 0;
}

.woocommerce-pagination ul.page-numbers span.next::before,.woocommerce-pagination ul.page-numbers a.next::before {
	content: '\f054';
	font-family: fontawesome;
	font-size: 12px;
}

.woocommerce-pagination ul.page-numbers span.prev,.woocommerce-pagination ul.page-numbers a.prev {
	font-size: 0;
}

.woocommerce-pagination ul.page-numbers span.prev::before,.woocommerce-pagination ul.page-numbers a.prev::before {
	content: '\f053';
	font-family: fontawesome;
	font-size: 12px;
}

.woocommerce-pagination ul.page-numbers span {
	cursor: not-allowed;
	color: #092b37;
	background-color: transparent;
}

.product .images {
	position: relative;
	margin-bottom: 0;
}

.product .images .flex-direction-nav {
	display: none;
}

.product .images figure {
	max-width: none;
}

@media(min-width:768px) {
	.product .images {
		width: 45%;
		float: left;
	}
}

.product .summary {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 120px;
}

.product .summary:after {
	content: '';
	display: block;
	clear: both;
}

@media(max-width:1199px) {
	.product .summary {
		margin-bottom: 90px;
	}
}

@media(min-width:768px) {
	.product .summary {
		width: 45%;
		float: right;
	}
}

.product .summary .social-icons,.product .summary .share_buttons {
	margin-top: 50px;
	order: 22;
}

.product .summary .entry-title {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: none;
}

.product .summary .product-description-short {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}

.product .summary .product-description-short .desc-wrap {
	display: flex;
	padding: 7px 0;
	min-width: 60%;
}

.product .summary .product-description-short .desc-wrap:not(:last-child) {
	border-bottom: 1px solid rgba(20,29,40,.1);
}

.product .summary .product-description-short .desc-wrap span {
	font-weight: 500;
	color: #031521;
	margin-right: 5px;
}

.product .summary .product_meta span {
	font-weight: 500;
	color: #031521;
}

.product .summary .product_meta span span,.product .summary .product_meta span a {
	color: #6e7a81;
	font-weight: 400;
}

.product .summary .product_meta span span:first-child,.product .summary .product_meta span a:first-child {
	margin-left: 5px;
}

.product .summary .price-wrap {
	display: flex;
	align-items: center;
	margin-top: 65px;
	border-bottom: 1px solid #dadbd6;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.product .summary .price {
	margin-top: 0;
	margin-right: auto;
	order: -1;
	color: #062637;
	font-family: Montserrat,sans-serif;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	opacity: 1;
}

@media(max-width:991px) {
	.product .summary .price {
		font-size: 25px;
	}
}

.product .summary form {
	border-top: 1px solid #dadbd6;
	border-bottom: 1px solid #dadbd6;
	margin-top: 50px;
	padding-bottom: 50px;
	padding-top: 50px;
	order: 21;
}

.product .summary form .single_variation_wrap>div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}

.product .summary .woocommerce-product-rating {
	display: flex;
	line-height: 1;
	position: relative;
}

.product .summary .woocommerce-product-rating .woocommerce-review-link {
	order: 2;
	margin-right: 0;
	margin-left: auto;
	display: none;
}

.product .summary .woocommerce-product-rating+.product-description-short {
	margin-top: 15px;
}

.product .summary .woocommerce-review-link {
	display: inline-block;
	margin-right: 90px;
}

.product .summary .woocommerce-variation-price {
	margin-top: 20px;
}

.product .summary .variations {
	margin: 0;
}

.product .summary .variations tr {
	display: block;
	margin-bottom: 1em;
}

.product .summary .variations td {
	text-align: left;
	display: block;
	padding: 0;
	border: none;
}

.product .summary .variations label:after {
	content: ':';
}

.product .summary .variations .reset_variations:before {
	font-size: 16px;
	padding: .5em;
	display: inline-block;
	font-family: fontawesome;
	content: "\f05e";
}

.product .summary input+.add-to-cart {
	margin-top: 30px;
}

.product .summary .add-to-cart .quantity {
	margin-right: 20px;
}

@media(max-width:575px) {
	.product .summary .add-to-cart .quantity {
		margin-right: 0;
	}
}

.product .summary .quantity {
	display: inline-block;
	position: relative;
}

.product .summary .quantity [type=number] {
	font-weight: 400;
	height: 50px;
	padding: 0 25px;
	text-align: center;
	width: 90px;
	-moz-appearance: textfield;
	border: none;
	border-radius: 0;
}

.product .summary .quantity [type=number]:hover,.product .summary .quantity [type=number]:focus {
	-moz-appearance: number-input;
}

.product .summary .quantity [type=number]::-webkit-inner-spin-button,.product .summary .quantity [type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product .summary .quantity+button {
	top: -1px;
	position: relative;
	margin-right: 27px;
}

@media(max-width:575px) {
	.product .summary .quantity+button {
		margin-top: 20px;
	}
}

.product .summary .quantity [type=button] {
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	color: transparent;
	border: none;
	width: 22px;
	height: 10px;
	background-color: transparent;
	z-index: 1;
}

.product .summary .quantity [type=button]:hover+i {
	color: #092b37;
}

.product .summary .quantity [type=button]+i {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	width: 22px;
	text-align: center;
	line-height: 10px;
	color: #031521;
	display: inline-block;
}

.product .summary .quantity [type=button].minus {
	right: auto;
	left: 6px;
}

.product .summary .quantity [type=button].minus+i {
	right: auto;
	left: 6px;
}

.product .summary .product_meta {
	margin-top: 40px;
}

.product .summary .product_meta>span {
	display: block;
}

.product .summary .product_meta a {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	letter-spacing: 0;
	text-transform: capitalize;
}

.woocommerce-tabs {
	clear: both;
	margin-top: 20px;
	margin-bottom: 4em;
}

.woocommerce-tabs .comment-form input:-moz-placeholder,.woocommerce-tabs .comment-form textarea:-moz-placeholder {
	color: #031521;
	opacity: 1;
}

.woocommerce-tabs .comment-form input::-moz-placeholder,.woocommerce-tabs .comment-form textarea::-moz-placeholder {
	color: #031521;
	opacity: 1;
}

.woocommerce-tabs .comment-form input:-ms-input-placeholder,.woocommerce-tabs .comment-form textarea:-ms-input-placeholder {
	color: #031521;
}

.woocommerce-tabs .comment-form input::-webkit-input-placeholder,.woocommerce-tabs .comment-form textarea::-webkit-input-placeholder {
	color: #031521;
}

.woocommerce-tabs .comment-form p:not(:last-child):not(.comment-notes):not(.stars):not(.comment-form-cookies-consent) {
	position: relative;
	display: flex;
}

.woocommerce-tabs .comment-form p:not(:last-child):not(.comment-notes):not(.stars):not(.comment-form-cookies-consent)::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 30px;
	background-color: #031521;
	position: absolute;
	left: 0;
	bottom: 0;
}

.woocommerce-tabs ul.tabs {
	padding-left: 0;
	border-bottom: none;
	position: relative;
	z-index: 1;
	list-style: none;
	margin-bottom: 0;
}

@media(max-width:768px) {
	.woocommerce-tabs ul.tabs {
		flex-direction: column;
	}

	.woocommerce-tabs ul.tabs li a {
		width: 100%;
	}
}

.woocommerce-tabs ul.tabs li+li {
	border-top: none;
}

.woocommerce-tabs ul.tabs li {
	border-bottom: none;
	padding: 0;
	position: relative;
	z-index: 1;
	display: flex;
}

.woocommerce-tabs ul.tabs li.active a {
	background-color: #f2f2eb;
	border-color: #f2f2eb;
	color: #6e7a81;
}

.woocommerce-tabs ul.tabs li a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2px;
	color: #031521;
	text-align: center;
	background: #dddbcf;
	text-transform: unset;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	border: 1px solid #dddbcf;
	border-radius: 3px 3px 0 0;
	z-index: 0;
	overflow: hidden;
	padding: 14px 35px;
	min-width: 165px;
}

.woocommerce-tabs ul.tabs li a:hover {
	background-color: #f2f2eb;
	border-color: #f2f2eb;
}

.woocommerce-tabs .panel {
	background-color: #f2f2eb;
	padding: 75px 80px;
	z-index: 2;
	position: relative;
	border: 1px solid #f2f2eb;
	border-radius: 0 3px 3px 3px;
}

@media(max-width:767px) {
	.woocommerce-tabs .panel {
		padding: 30px;
		border-radius: 0 0 3px 3px;
	}
}

.woocommerce-tabs .panel h2 {
	font-size: 24px;
	margin-bottom: 35px;
	line-height: 1;
	font-size: 24px;
}

@media(min-width:768px) {
	.woocommerce-tabs ul.tabs {
		display: flex;
	}

	.woocommerce-tabs ul.tabs li a {
		margin-bottom: 0;
	}
}

.woocommerce-tabs .shop_attributes {
	margin-top: 0;
	display: block;
}

.woocommerce-tabs .shop_attributes tr td,.woocommerce-tabs .shop_attributes tr th {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}

.woocommerce-tabs .shop_attributes th {
	padding-right: 40px;
}

.woocommerce-tabs .shop_attributes th:after {
	content: ':';
}

.commentlist {
	padding: 0;
	list-style: none;
}

.stars+.select-wrap {
	display: none;
}

.comment_container {
	position: relative;
	padding-top: 17px;
	margin-bottom: 30px;
	margin-left: 100px;
}

.comment_container>img {
	max-width: 80px;
	position: absolute;
	top: -1px;
	left: -100px;
	border-radius: 50%;
	width: 100%;
}

.comment_container .meta {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.3;
	margin-right: 90px;
	margin-bottom: 20px;
	color: #031521;
}

.comment_container .meta strong {
	font-weight: 700;
	font-size: 24px;
}

.comment_container .meta span {
	display: none;
}

.comment_container .meta time {
	width: 100%;
	margin-top: 10px;
}

.comment_container .star-rating {
	float: right;
}

#tab-reviews .comment-respond {
	border: none;
	padding: 0;
}

#reviews label[for] {
	display: block;
}

.comment-reply-title {
	display: block;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: .5em;
	font-family: montserrat,sans-serif;
	line-height: 1;
	color: #031521;
	margin-top: 55px;
}

@media(max-width:1199px) {
	.comment-reply-title {
		margin-top: 35px;
		font-size: 30px;
	}
}

@media(min-width:1200px) {
	.woocommerce-tabs .comment-respond {
		max-width: 600px;
	}
}

.woocommerce-tabs .comment-respond .comment-form-cookies-consent {
	margin-top: 0;
}

.woocommerce-tabs .comment-respond p.form-submit {
	margin-top: 20px;
}

.woocommerce-tabs .comment-respond .comment-notes {
	margin-bottom: 0;
}

.woocommerce-tabs .comment-respond .comment-form-rating {
	width: 100%;
}

.woocommerce-tabs .comment-respond .comment-form-rating label {
	display: none;
}

.woocommerce-tabs .comment-respond .comment-form-rating p {
	margin-bottom: 20px;
}

.woocommerce-tabs .comment-respond .comment-form-comment {
	order: 1;
}

.woocommerce-tabs .comment-respond .form-submit {
	order: 2;
}

.woocommerce .form-submit .submit {
	width: auto;
	border: 1px solid #092b37;
	background-color: #092b37;
	border-radius: 3px;
	font-size: 14px;
	padding: 22px 15px;
	color: #fff;
	transition: all .3s ease-in-out;
}

.woocommerce .form-submit .submit:hover {
	background-color: transparent;
	color: #092b37;
}

.related,.upsells,.cross-sells {
	margin-top: 70px;
}

@media(max-width:1199px) {
	.related,.upsells,.cross-sells {
		margin-top: 60px;
	}
}

.related>h2,.upsells>h2,.cross-sells>h2 {
	font-size: 40px;
}

.related ul.products,.upsells ul.products,.cross-sells ul.products {
	margin: 0;
}

.related ul.products.owl-carousel .owl-stage-outer,.upsells ul.products.owl-carousel .owl-stage-outer,.cross-sells ul.products.owl-carousel .owl-stage-outer {
	padding-left: 0;
}

.related ul.products .owl-nav,.upsells ul.products .owl-nav,.cross-sells ul.products .owl-nav {
	display: none;
}

.related ul.products .product,.upsells ul.products .product,.cross-sells ul.products .product {
	padding: 3px;
	margin: 0;
}

.related ul.products .product .onsale,.upsells ul.products .product .onsale,.cross-sells ul.products .product .onsale {
	left: -2px;
}

.upsells>h2 {
	font-size: 30px!important;
	font-family: montserrat,sans-serif;
}

.widget .woocommerce-Price-amount {
	color: #092b37;
}

.page_footer .widget_shopping_cart ul li:last-child::before,.page_footer .widget_products ul li:last-child::before,.page_footer .widget_recently_viewed_products ul li:last-child::before,.page_footer .widget_recent_reviews ul li:last-child::before,.page_footer .widget_top_rated_products ul li:last-child::before {
	display: none;
}

.widget_shopping_cart ul,.widget_products ul,.widget_recently_viewed_products ul,.widget_recent_reviews ul,.widget_top_rated_products ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_shopping_cart ul li,.widget_products ul li,.widget_recently_viewed_products ul li,.widget_recent_reviews ul li,.widget_top_rated_products ul li {
	position: relative;
	padding-left: 115px;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 100px;
	margin-bottom: 30px;
}

.widget_shopping_cart ul li:last-child,.widget_products ul li:last-child,.widget_recently_viewed_products ul li:last-child,.widget_recent_reviews ul li:last-child,.widget_top_rated_products ul li:last-child {
	margin-bottom: 0;
}

.widget_shopping_cart ul li a>img,.widget_products ul li a>img,.widget_recently_viewed_products ul li a>img,.widget_recent_reviews ul li a>img,.widget_top_rated_products ul li a>img {
	position: absolute;
	left: 0;
	max-width: 100px;
	width: auto;
	max-height: 100px;
	border-radius: 3px;
	overflow: hidden;
}

.widget_shopping_cart .star-rating,.widget_products .star-rating,.widget_recently_viewed_products .star-rating,.widget_recent_reviews .star-rating,.widget_top_rated_products .star-rating {
	margin-top: 6px;
}

.widget_shopping_cart .product-title,.widget_products .product-title,.widget_recently_viewed_products .product-title,.widget_recent_reviews .product-title,.widget_top_rated_products .product-title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-family: montserrat,sans-serif;
}

.widget_shopping_cart del,.widget_products del,.widget_recently_viewed_products del,.widget_recent_reviews del,.widget_top_rated_products del,.widget_shopping_cart ins,.widget_products ins,.widget_recently_viewed_products ins,.widget_recent_reviews ins,.widget_top_rated_products ins,.widget_shopping_cart .amount,.widget_products .amount,.widget_recently_viewed_products .amount,.widget_recent_reviews .amount,.widget_top_rated_products .amount {
	font-weight: 400;
	display: inline-block;
}

.widget_shopping_cart del,.widget_products del,.widget_recently_viewed_products del,.widget_recent_reviews del,.widget_top_rated_products del {
	padding-right: 1em;
}

.widget_shopping_cart del span,.widget_products del span,.widget_recently_viewed_products del span,.widget_recent_reviews del span,.widget_top_rated_products del span {
	text-decoration: line-through;
	color: #031521!important;
}

.ds .widget_shopping_cart del span,.ds .widget_products del span,.ds .widget_recently_viewed_products del span,.ds .widget_recent_reviews del span,.ds .widget_top_rated_products del span {
	color: #fff!important;
}

.widget_recent_reviews a {
	font-size: 18px;
	font-weight: 400;
}

.reviewer {
	display: block;
}

.widget_price_filter .price_slider {
	margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
	margin-top: 3em;
	text-align: right;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 10px;
	cursor: ew-resize;
	outline: none;
	background: #fff;
	box-sizing: border-box;
	margin-top: -4px;
	opacity: 1;
	border: 1px solid #092b37;
	border-radius: 50%;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -2px;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 3px 3px rgba(9,43,55,.5);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #031521;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #f2f2eb;
}

.widget_price_filter .ui-slider-horizontal {
	height: 1px;
	border-radius: 3px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.widget_price_filter .price_label {
	color: #031521;
}

.widget_shopping_cart li {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-right: 30px;
}

.widget_shopping_cart li a+a {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
}

.widget_shopping_cart .remove {
	position: absolute;
	order: 3;
	line-height: .75;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}

.widget_shopping_cart .remove::before {
	content: '\f00d';
	font-family: fontawesome,sans-serif;
	position: absolute;
	font-size: 14px;
	left: 0;
	top: 0;
	color: #031521;
	transition: all .3s ease-in-out;
}

.widget_shopping_cart .remove:hover::before {
	color: #092b37;
}

.widget_shopping_cart .total {
	color: #031521;
	margin: 30px 0 45px;
	padding-top: 28px;
	font-size: 18px;
	font-weight: 700;
	border-top: 1px solid #dadbd6;
	font-family: montserrat,sans-serif;
}

.widget_shopping_cart .total .amount {
	float: right;
	color: #031521;
	font-weight: 700;
}

.widget_shopping_cart .quantity {
	font-weight: 400;
	color: #092b37;
	line-height: initial;
}

.widget_shopping_cart .button {
	padding-right: 20px;
	padding-left: 20px;
}

.dropdown .widget_shopping_cart {
	white-space: normal;
}

.dropdown .widget_shopping_cart .total {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0;
	margin: 30px -40px;
	padding: 20px 40px;
	background-color: rgba(150,150,150,.05);
}

.dropdown .widget_shopping_cart .buttons {
	white-space: nowrap;
}

.widget_product_tag_cloud a {
	border: 1px solid #092b37;
	border-radius: 3px;
	padding: 2px 15px;
	margin: 0 0 4px;
	text-align: center;
	display: inline-block;
	font-size: 14px!important;
	color: #092b37;
}

.widget_product_tag_cloud a:hover {
	border-color: #031521;
	color: #031521;
}

.woocommerce-MyAccount-navigation ul,.widget_layered_nav ul,.widget_layered_nav_filters ul,.widget_product_categories ul {
	padding: 0;
	list-style: none;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul ul li,.widget_layered_nav ul ul li,.widget_layered_nav_filters ul ul li,.widget_product_categories ul ul li {
	padding-left: 40px;
}

.woocommerce-MyAccount-navigation ul ul li:last-child,.widget_layered_nav ul ul li:last-child,.widget_layered_nav_filters ul ul li:last-child,.widget_product_categories ul ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.woocommerce-MyAccount-navigation li,.widget_layered_nav li,.widget_layered_nav_filters li,.widget_product_categories li {
	border-top: 1px solid #dadbd6;
	border-bottom: 1px solid #dadbd6;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.woocommerce-MyAccount-navigation li ul li::before,.widget_layered_nav li ul li::before,.widget_layered_nav_filters li ul li::before,.widget_product_categories li ul li::before {
	color: #031521;
}

.woocommerce-MyAccount-navigation li ul li>a,.widget_layered_nav li ul li>a,.widget_layered_nav_filters li ul li>a,.widget_product_categories li ul li>a {
	color: #6e7a81;
}

.woocommerce-MyAccount-navigation li ul li>a:hover,.widget_layered_nav li ul li>a:hover,.widget_layered_nav_filters li ul li>a:hover,.widget_product_categories li ul li>a:hover {
	color: #092b37;
}

.woocommerce-MyAccount-navigation li>a,.widget_layered_nav li>a,.widget_layered_nav_filters li>a,.widget_product_categories li>a {
	flex-grow: 10;
	display: inline-block;
	padding: 15px 0 14px;
	color: #031521;
}

.woocommerce-MyAccount-navigation li>a:hover,.widget_layered_nav li>a:hover,.widget_layered_nav_filters li>a:hover,.widget_product_categories li>a:hover {
	color: #092b37;
}

.woocommerce-MyAccount-navigation li>a:hover::before,.widget_layered_nav li>a:hover::before,.widget_layered_nav_filters li>a:hover::before,.widget_product_categories li>a:hover::before {
	color: #092b37;
}

.woocommerce-MyAccount-navigation li:before,.widget_layered_nav li:before,.widget_layered_nav_filters li:before,.widget_product_categories li:before {
	margin-left: 15px;
	font-family: fontawesome;
	content: '\f105';
	font-size: 14px;
	color: #092b37;
	position: relative;
	top: 50%;
	padding-right: 18px;
	top: 0;
}

.woocommerce-MyAccount-navigation li.is-active,.widget_layered_nav li.is-active,.widget_layered_nav_filters li.is-active,.widget_product_categories li.is-active {
	font-weight: 700;
}

.woocommerce-MyAccount-navigation li+li,.widget_layered_nav li+li,.widget_layered_nav_filters li+li,.widget_product_categories li+li {
	border-top: none;
}

.shop_table {
	margin-top: 0;
}

.shop_table .variation {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.shop_table .amount {
	font-weight: 500;
	color: #062637;
}

.shop_table th {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-bottom: 1px solid #dadbd6;
	vertical-align: bottom;
}

.shop_table dd {
	margin: 0 .5em .5em;
}

.shop_table .remove {
	font-size: 2em;
}

.shop_table .product-thumbnail img {
	max-width: 70px;
}

.shop_table .quantity {
	display: inline-block;
	position: relative;
}

.shop_table .quantity [type=number] {
	font-weight: 400;
	padding: 0 30px;
	height: 54px;
	text-align: center;
	width: 90px;
	-moz-appearance: textfield;
	border: none;
	border-radius: 0;
}

.shop_table .quantity [type=number]:hover,.shop_table .quantity [type=number]:focus {
	-moz-appearance: number-input;
}

.shop_table .quantity [type=number]::-webkit-inner-spin-button,.shop_table .quantity [type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shop_table .quantity+button {
	top: 0;
	position: relative;
}

@media(max-width:575px) {
	.shop_table .quantity+button {
		margin-top: 20px;
	}
}

.shop_table .quantity [type=button] {
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	color: transparent;
	border: none;
	width: 22px;
	height: 10px;
	background-color: transparent;
	z-index: 1;
}

.shop_table .quantity [type=button]:hover+i {
	color: #092b37;
}

.shop_table .quantity [type=button]+i {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	width: 22px;
	text-align: center;
	line-height: 10px;
	color: #031521;
	display: inline-block;
}

.shop_table .quantity [type=button].minus {
	right: auto;
	left: 6px;
}

.shop_table .quantity [type=button].minus+i {
	right: auto;
	left: 6px;
}

.shop_table .actions {
	padding-top: 2em;
	text-align: right;
}

.shop_table .coupon {
	float: left;
}

@media(max-width:1199px) {
	.shop_table .coupon {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-shrink: 0;
	}
}

.shop_table .coupon .button {
	padding: 15px;
}

.shop_table .coupon label {
	display: none;
}

.shop_table .coupon [type=text] {
	width: auto;
}

.shop_table .coupon [type=submit] {
	position: relative;
}

@media(max-width:1199px) {
	.shop_table .coupon [type=submit] {
		margin-top: 20px;
	}
}

@media(max-width:991px) {
	.shop_table.shop_table_responsive,.shop_table.woocommerce-table--order-details {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.cart-row {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-cart-form {
	width: calc(60% - 30px);
	margin-right: 30px;
}

@media(max-width:1199px) {
	.woocommerce-cart-form {
		width: 100%;
		margin-right: 0;
	}
}

.cart-collaterals {
	clear: both;
	display: flex;
	flex-direction: column;
	background-color: #f2f2eb;
	border-radius: 3px;
	padding: 30px;
	width: calc(40% - 30px);
	margin-left: 30px;
}

@media(max-width:1199px) {
	.cart-collaterals {
		width: 100%;
		margin-left: 0;
		margin-top: 60px;
	}
}

.cart-collaterals .shop_table {
	display: table!important;
}

.cart-collaterals h2 {
	font-size: 30px!important;
}

.cart-collaterals .cart_totals {
	order: -1;
}

.cart-collaterals .wc-proceed-to-checkout {
	margin-top: 3em;
}

.woocommerce-billing-fields h3,.checkout h3 {
	font-size: 40px;
	margin-bottom: 20px;
}

.woocommerce-billing-fields:before,.checkout:before,.woocommerce-billing-fields:after,.checkout:after {
	display: block;
	content: '';
	clear: both;
}

.woocommerce-NoticeGroup {
	margin-bottom: 30px;
}

.col2-set .col-1,.col2-set .col-2 {
	max-width: none;
	clear: both;
	padding: 0!important;
}

.col2-set .col-1:after,.col2-set .col-2:after {
	display: block;
	content: '';
	clear: both;
}

.col2-set .col-2 {
	margin-top: 60px;
}

@media(min-width:992px) {
	.col2-set#customer_details {
		flex-direction: column;
		width: 64%;
		float: left;
	}

	.col2-set~#order_review_heading,.col2-set~#order_review {
		float: right;
		width: 32%;
		margin-top: 0;
	}
}

td.product-name {
	width: 700px;
	min-width: 250px;
}

#payment ul {
	margin: 1em 0;
	list-style: none;
	padding-left: 0;
}

#payment [type=radio] {
	opacity: 0;
	margin-left: -10px;
}

#payment label {
	margin-bottom: 0;
}

.wc_payment_method .payment_box {
	margin-top: .8em;
	padding: .8em 1em;
	background-color: rgba(150,150,150,.05);
}

.place-order.form-row {
	display: block;
	margin-top: 2em;
}

p.form-row {
	display: flex;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

p.form-row[class*=form-row-]::before,p.form-row.notes::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #031521;
	position: absolute;
	left: 0;
	bottom: 0;
}

p.form-row+fieldset {
	margin-top: 50px;
}

p.form-row .select-wrap {
	width: 100%;
}

p.form-row:not(:last-child) {
	margin-bottom: 1.5em;
}

p.form-row label {
	display: none;
	margin-bottom: 0;
	text-align: left;
}

@media(min-width:992px) {
	p.form-row.form-row-first {
		width: 50%;
		float: left;
		padding-right: 15px;
	}

	p.form-row.form-row-last {
		width: 50%;
		float: left;
		padding-left: 15px;
	}

	p.form-row.form-row-last::before {
		left: 15px;
	}
}

p.form-row.notes,p.form-row.form-row-wide {
	width: 100%;
	clear: both;
}

.woocommerce-info+.checkout_coupon,.woocommerce-info+.login {
	display: none;
	width: 100%!important;
}

.lost_reset_password p.form-row.form-row-first {
	margin-right: 0;
	width: 100%;
}

.lost_reset_password,form.login {
	padding: 60px;
	border-radius: 3px;
	background-color: #f2f2eb;
	text-align: center;
}

@media(min-width:992px) {
	.lost_reset_password,form.login {
		width: 50%;
		margin: auto;
	}
}

.lost_reset_password .button,form.login .button {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.lost_reset_password .button:not(:last-child),form.login .button:not(:last-child) {
	margin-bottom: 15px;
}

@media(max-width:767px) {
	.woocommerce-MyAccount-navigation {
		margin-bottom: 60px;
	}
}

@media(min-width:768px) {
	.woocommerce-MyAccount-navigation {
		padding-left: 60px;
		float: right;
		width: 30%;
	}

	.woocommerce-MyAccount-content {
		float: left;
		width: 70%;
	}
}

.woocommerce-order-details {
	margin-top: 2.5em;
}

.woocommerce-customer-details {
	margin-top: 3.5em;
}

.woocommerce-customer-details h3 {
	margin-top: 1em;
}

ul.wc-item-downloads {
	list-style: none;
	padding-left: 0;
	margin: .5em 0;
}

.order-again {
	margin-top: 2em;
}

.woocommerce-terms-and-conditions-wrapper+button {
	margin-top: 55px;
}

.woocommerce-account h2 {
	margin-top: 0;
	text-align: center;
}

.woocommerce-account form {
	text-align: center;
}

.woocommerce-address-fields__field-wrapper+p {
	margin-top: 30px;
}

fieldset legend {
	font-size: 30px;
	font-family: montserrat,sans-serif;
	text-align: left;
	color: #031521;
	margin-bottom: 15px;
	font-weight: 500;
}

fieldset+.clear+p {
	margin-top: 40px;
}

.woocommerce h2 {
	font-size: 40px;
}

.woocommerce h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.accountTitle {
	margin-top: 0;
	text-align: center;
	font-size: 40px;
	margin-bottom: .25em;
}

#customer_login .col-1 h2,#customer_login .col-2 h2 {
	display: none;
}

.xoo-wsc-basket {
	bottom: 65px;
	margin-right: 2px;
	border-radius: 0;
}

.woocommerce-cart-form [name=update_cart] {
	display: none;
}

.woocommerce-ordering {
	max-width: 300px;
	width: 100%;
}

.products-selection {
	background-color: #fff;
	border: 1px solid #dadbd6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 6px 40px;
}

@media(max-width:1199px) and (min-width:992px) {
	.products-selection {
		flex-direction: column;
		padding: 20px 40px;
	}
}

@media(max-width:768px) {
	.products-selection {
		flex-direction: column;
		padding: 20px 40px;
	}
}

@media(max-width:575px) {
	.products-selection {
		padding-bottom: 40px;
	}
}

.products-selection .toggle_view {
	color: #062637;
	font-weight: 600;
}

.products-selection .toggle_view a {
	margin-left: 10px;
	color: #6e7a81;
}

.products-selection .toggle_view a:hover {
	color: #062637;
}

.products-selection .toggle_view .active {
	color: #062637;
}

@media(max-width:575px) {
	.products-selection .toggle_view {
		display: none;
	}
}

.woocommerce .related.products>h2 {
	font-size: 30px;
}

.relatedTitle {
	font-size: 30px;
	margin-top: 100px;
	display: none;
}

@media(max-width:1199px) {
	.relatedTitle {
		margin-top: 90px;
	}
}

@media(max-width:767px) {
	.relatedTitle {
		margin-top: 60px;
	}
}

.uws-products.carousel-layout .product {
	margin-bottom: 0;
}

.uws-products.carousel-layout .product .product-inner {
	margin-top: 2px;
	margin-bottom: 4px;
}

.uws-products.carousel-layout .product .product-inner .product-wrap {
	padding-left: 15px;
	padding-right: 15px;
}

@media(min-width:768px) {
	.uws-products.carousel-layout .price-wrap {
		flex-direction: column;
		justify-content: center;
	}
}

.badge.cart-count {
	position: absolute;
	left: 8px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: -9px;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	background-color: #dddbcf;
	line-height: .9;
}

.woocommerce-form__label-for-checkbox input[type=checkbox] {
	display: none;
}

.woocommerce-table:not(:first-child) {
	margin-top: 20px;
}

.uws-products.carousel-center .owl-carousel .owl-item.center .product .product-inner {
	margin-top: 10px;
	border: none;
	box-shadow: 0 0 7px 4px rgba(6,38,55,.15);
}

.uws-products.carousel-center .owl-carousel .owl-item:not(.center) .product .product-inner {
	border: none;
	margin-top: 10px;
}

.uws-products.carousel-center .owl-carousel .owl-item:not(.center) .product .product-wrap {
	opacity: 0;
}

.uws-products.carousel-center .owl-carousel>* {
	width: 100%;
}

.uws-products.carousel-center .owl-carousel .product {
	width: 100%;
}

.uws-products.carousel-center .owl-carousel .product h2 {
	font-size: 21px;
	margin-bottom: 0;
}

@media(max-width:575px) {
	.uws-products.carousel-center .product {
		width: 100%!important;
	}
}

.woocommerce-shipping-methods {
	display: none;
}

.woocommerce-checkout-review-order {
	padding: 30px;
	background-color: #f2f2eb;
	border-radius: 3px;
}

.woocommerce-checkout-review-order-table {
	display: block;
	overflow-x: auto;
}

.woocommerce-checkout-payment .form-row {
	margin-left: 0;
	margin-right: 0;
}

.comment-form .comment-form-cookies-consent {
	order: 2;
	margin-bottom: 20px;
}

.comment-form .comment-form-cookies-consent label {
	display: inline-block!important;
}

.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
	display: flex;
}

@media(min-width:1200px) {
	.products.columns-4:not(.owl-carousel) .product,.products.columns-3:not(.owl-carousel) .product {
		padding: 0 15px;
		margin-bottom: 40px;
	}

	.products.columns-4:not(.owl-carousel) .product h2,.products.columns-3:not(.owl-carousel) .product h2 {
		font-size: 20px;
	}

	.products.columns-4:not(.owl-carousel) .product .product-wrap,.products.columns-3:not(.owl-carousel) .product .product-wrap {
		padding: 25px 20px;
	}

	.products.columns-4:not(.owl-carousel) .product .button,.products.columns-3:not(.owl-carousel) .product .button {
		min-width: unset;
	}
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label {
	display: block!important;
	margin-bottom: 0;
}

.woocommerce-shipping-fields+.woocommerce-additional-fields {
	margin-top: 1.5em;
}










.inner-wrap {
    position: relative;
    transition: 0.7s ease;
}

.diss {
    position: fixed;
    /* height: 100vh; */
    top: 25%;
    display: flex;
    width: 100vh;
    gap: 35px;
    z-index: 1;
    left: 24.5%;
    transition: 1.7s ease;
    transform: scale(0.0);
}

.img1 {}

.diss img {
    /* width: 200px; */
    max-height: 100%;
}

.inner-wrap:hover .diss {
    display: flex;
    transition: 0.7s ease;
    transform: scale(1.0);
}








.padding__70 {
  padding: 70px 0;
}
.privacy_policy .about__content__sec h3 {
    font-size: 30px;
}
.privacy_policy .about__content__sec h3 {
    font-size: 30px;
    margin: 0px;
}
.about__content__sec p {
    font-size: 17px;
    line-height: 26px;
    color: var(--heading_color);
}


.privacy_policy .about__content__sec h4 {
    color: #3b9ab6;
    margin-bottom: 0px;
}

.about__content__sec {
    margin: 32px 0px;
}




.back-bannn{
    background: url(../images/banner1111.jpg);
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 114px;
    /* padding: 120px 0 140px; */
}





/*Story Section Begin*/

.book__stories__sec img {
  width: auto;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 43%);
}

.book__stories__sec {
  text-align: center;
}

.story__bg1 {
  background: url(../assets/images/story-bg01.jpg) no-repeat;
  background-size: cover;
}

.stories__sec__main .row {
  align-items: center;
}

.stories__sec__main {
  position: relative;
}

.stories__sec__main:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 72%);
  width: 100%;
  height: 100%;
  top: 0;
}

.story__content__Sec h3 {
  color: var(--white);
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  padding-bottom: 10px;
  margin-bottom: 0px!important;
}

.story__content__Sec h5 {
  color: #fe9603;
  font-size: 28px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 1px;
}

.story__content__Sec p {
  font-size: 17px;
  line-height: 29px;
  color: var(--white);
}

.story__content__Sec p a {
  color: var(--primary_color);
  text-decoration: underline;
  font-weight: bold;
}

.book__stories__sec ul li a {
  font-size: 17px;
}

.story__content__Sec ul li a {
  font-size: 17px;
  display: inline-block;
  color: var(--white) !important;
  font-weight: bold;
  background: #000000;
  padding: 15px 45px;
  border-radius: 6px;
}

.story__content__Sec ul li {
  display: inline-block;
  padding-right: 10px;
}

.story__content__Sec ul {
  padding-top: 10px;
}

.story__content__Sec ul li:nth-child(2) a {
  background: #fe9603;
}

.story__bg2 {
  background: url(../assets/images/story-bg02.jpg);
  background-size: cover;
}

.bg2:before {
  content: "";
  background: rgb(211 117 86 / 82%);
}

.bg2 .story__content__Sec h5 {
  color: #000000;
}

.bg2 .story__content__Sec p a {
  color: var(--secondary_color);
}

.story__bg3 {
  background: url(../assets/images/story-bg03.jpg);
  background-size: cover;
}

.bg3:before {
  content: "";
  background: rgb(25 74 80 / 82%);
}

.bg3 .story__content__Sec ul li a {
  background: #fe9603;
}

.story__bg4 {
  background: url(../images/story-bg04.jpg);
  background-size: cover;
}

.bg2 .story__content__Sec ul li:nth-child(2) a {
  background: white;
  color: var(--primary_color) !important;
}

.bg3 .story__content__Sec ul li:nth-child(2) a {
  background: white;
  color: var(--secondary_color) !important;
}

.story__bg5 {
  background: url(../assets/images/story-bg05.jpg);
  background-size: cover;
}

.story__bg6 {
  background: url(../assets/images/story-bg06.jpg);
  background-size: cover;
}

.story__bg7 {
  background: url(../assets/images/story-bg07.jpg);
  background-size: cover;
}

.story__bg8 {
  background: url(../assets/images/story-bg08.jpg);
  background-size: cover;
}

.story__form__content h3 {
  font-size: 40px;
  color: var(--primary_color);
}

.story__form__content p {
  font-size: 18px;
  line-height: 29px;
}

.form__story__sec input {
  height: 50px;
  margin-bottom: 20px;
  font-size: 17px;
}

.form__story__sec textarea {
  height: 160px;
  margin-bottom: 20px;
  resize: none;
}

.form__story__sec {
  position: relative;
}

.form__story__sec:before {
  background: url(../assets/images/step-process-vector-01.png);
  content: "";
  position: absolute;
  width: 356px;
  height: 605px;
  left: -20px;
  top: 60px;
  opacity: 0.5;
}

.form__story__sec:after {
  background: url(../assets/images/step-process-vector-02.png);
  content: "";
  position: absolute;
  width: 195px;
  height: 520px;
  right: 0px;
  bottom: 60px;
  opacity: 0.5;
}

/*Story Section End*/



















.popupform1 {
    /* max-width: 980px; */
    /* padding: 0; */
    /* overflow: visible; */
    /* position: relative; */
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0,0,0,.62);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    left: 0;
}

.custom-pop1 {
    position: relative;
    width: 980px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    height: auto;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-color: white;
    z-index: 111111111;
}

.custom-pop1 {
    padding: 30px 0;
}

a#entry-box_close {
    background-color: #2567ac;
    width: 36px;
    height: 36px;
    display: block;
    line-height: 59px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 12px;
    font-size: 22px;
    top: 6px;
    z-index: 999;
    border-radius: 33px;
}

.pop-txt1 {
    left: -44px;
    padding: 0;
}

.popup-content1 h2 {
    font-family: 'Poppins';
    font-size: 24px;
    padding: 0;
    color: #313131;
    padding-left: 0;
    font-weight: 600;
    margin: 0 0 1px;
}

.popup-content1 p {
    /* max-width: 86%; */
    margin: 0 0 10px;
    color: #313131;
    font-weight: 500;
    /* padding-left: 14px; */
    font-size: 14px;
}

.popup-content1 [class*='col-'] input {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.popup-content1 [class*='col-'] textarea {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 100%;
    border-radius: 0;
    resize: none;
}
.popup-content1 [class*='col-'] {
    padding: 0 7px;
    margin-top: 14px;
}
.popup-content1 p.form_tagline {
    max-width: 100%;
    font-size: 11px;
    margin: 0;
    position: relative;
    padding-left: 15px;
}
.popup-content1 p {
    /* max-width: 86%; */
    margin: 0 0 10px;
    color: #313131;
    font-weight: 500;
    /* padding-left: 14px; */
    font-size: 14px;
}
.popup-content1 p.form_tagline input {
    vertical-align: middle;
    height: auto;
    position: absolute;
    left: 0;
    top: 4px;
}

.popup-content1 [class*='col-'] input {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 0;
}
.btn-yellow {
    background: linear-gradient(90deg, rgba(37,150,209,1) 0%, rgb(36 126 191) 35%, rgb(37 91 163) 100%);
    color: white;
}
.custom-pop1 .btn-yellow {
    padding: 10px 40px;
    font-size: 14px;
}
.btn {
    border-radius: 0;
    padding: 14px 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    border: 2px solid;
}
.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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.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;
}
.btn-yellow:before {
    content: '';
    background: transparent;
    height: 77%;
    width: 95%;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid white;
    left: 0;
    bottom: 0;
    margin: auto;
}
.btn-yellow:after {
    background: #247abc;
}
.btn:after {
    content: '';
    background: linear-gradient(90deg, rgba(37,150,209,1) 0%, rgb(36 126 191) 35%, rgb(37 91 163) 100%);
    height: 14px;
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.custom-pop1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 496px;
    width: 336px;
    background: url(../images/pop-img.png) no-repeat 0 0 / 100%;
    /* filter: drop-shadow(0px 2px 37px white); */
}

/*pop-img.png*/




.ssssss {
    position: fixed;
    z-index: 11111111;
    bottom: 61px;
    left: 46px;
    /* width: 100%; */
    /* height: 100%; */
    /* background: #356bac; */
    filter: drop-shadow(0px 0px 5px white);
    /* background: white; */
    /* animation: vibration 1.5s ease infinite; */
    animation: shake 1.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}


.sssssss {
    background-image: url(../images/Banner-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 127px;
}


.ssssss a img {
    width: 188px;
}


@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@media only screen and (max-width: 1400px){
    .sssssss {
        height: 81px;
    }
    
}

.review-footer img {
    margin: 0 !important;
}

.review-footer {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    width: 100%;
}

.review-footer a {
    width: 100%;
}

.textwidget img.ssss.img-fluid {
    filter: brightness(0) invert(1) !important;
}
li.bolaa a img {
    filter: brightness(0);
}

