﻿border-left: 1px solid #ccc;@supports((-webkit-transform-style:preserve-3d)or(transform-style:preserve-3d)) {
	.carousel-item-next,
	.active.carousel-item-right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@supports ((-webkit-transform-style:preserve-3d)or(transform-style:preserve-3d)) {
	.carousel-item-prev,
	.active.carousel-item-left {
		-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.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d)or(transform-style:preserve-3d)) {
	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item.active,
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-prev {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.carousel-control-prev,
.carousel-control-next {
	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-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-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,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.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:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important
}

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	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 iframe,
.embed-responsive embed,
.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:hover,
a.text-primary:focus {
	color: #0062cc !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #bd2130 !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
	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 {
	*,
	*::before,
	*::after {
		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
	}
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	p,
	h2,
	h3 {
		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 th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important
	}
	.table-dark {
		color: inherit
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

@media(min-width:768px) {
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media(min-width:992px) {
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media(min-width:1200px) {
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block
}

.img-circle {
	border-radius: 50%
}

.pagination {
	margin: 20px 0
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 40px 10px;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 15px;
	color: #00a7a1;
}
div.porto_nowidgets > div.pager > a,
div.porto_nowidgets > div.pager > a:visited  {

	color: #00a7a1;
}
.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #eee;
	color: #00a7a1;
}


.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
	margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: auto;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav.nav-list {
	flex-direction: column !important
}
.mega-menu-content > ul.liberty li a {
	color:#000;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #b3e3e1;
}

.nav>li>a {
	display: block;
	position: relative;
	padding: 10px 15px
}

.progress {
	margin-bottom: 20px
}

div.row>.pricing-table,
div.row>.counters,
div.row>.form-group {
	width: 100%;
	display: flex
}

@media(max-width:768px) {
	.hidden-xs {
		display: none !important
	}
}

.fade.in {
	opacity: 1
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

html {
	direction: ltr
}

body {
	background-color: #fff;
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0
}

body a {
	outline: none !important
}

li {
	line-height: 24px
}

@media(max-width:479px) {
	body {
		font-size: 13px
	}
}

.page-top {
	margin: 0 0 0 0;
	min-height: 50px;
	padding: 20px 0px;
	position: relative;
	text-align: left
}

.page-top .breadcrumb {
	background: none;
	margin: -3px 0 0 0;
	padding: 0 0 0 0;
}

.page-top .breadcrumb>li {
	text-shadow: none
}

.page-top .breadcrumb.breadcrumb-valign-mid {
	position: absolute;
	top: 40%;
	right: 20px
}

.page-top h2,
.page-top h1 {
	border-bottom: 5px solid #ccc;
	color: #fff;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	font-size: 2.6em;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative
}

.page-top h2 span,
.page-top h1 span {
	color: #999da3;
	display: block;
	font-size: .6em;
	font-weight: 300;
	margin: -10px 0 0
}

.page-top-no-title-border h2,
.page-top-no-title-border h1 {
	border: 0
}

.page-top-more-padding {
	padding: 35px 0
}

.page-top-color {
	background-color: #f7f7f7;
	border-bottom: 5px solid #f4f4f4;
	border-top: none
}

.page-top-color h2 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em
}

.page-top-color h2 span {
	opacity: .65
}

.page-top-color .breadcrumb>.active {
	opacity: .65
}

.page-top-light {
	background-color: #f7f7f7;
	border-bottom: 5px solid #f4f4f4;
	border-top: none
}

.page-top-light h2 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em
}

.page-top-reverse {
	text-align: right
}

.page-top-reverse .breadcrumb,
.page-top-reverse .breadcrumb.breadcrumb-valign-mid {
	float: left;
	left: 20px;
	right: auto;
	margin-top: -10px
}

.page-top.parallax {
	margin: 0 0 35px;
	padding: 180px 0 60px
}

.page-top-center {
	text-align: center
}

.page-top-center .breadcrumb {
	margin: 15px 0 0
}

.page-top-custom-background {
	padding: 45px 0;
	background-repeat: repeat;
	background-color: transparent;
	border-top: 0;
	border-bottom: 0
}

.page-top-custom-background h2 {
	color: #fff;
	border: 0
}

.page-top-custom-background h2 span {
	color: #fff;
	opacity: .7
}

.page-top-custom-background .breadcrumb.breadcrumb-valign-mid {
	top: 36%
}

.page-top-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
	color: #fff;
	opacity: .7
}

.page-top-custom-background .breadcrumb.breadcrumb-valign-mid a {
	color: #fff
}

.page-top.custom-product {
	background-image: url(Resources/img/custom-header-bg.jpg);
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #888;
	overflow: hidden
}

.page-top.custom-product .row {
	position: relative
}

.page-top.custom-product p.lead {
	color: #e8e8e8
}

.page-top.custom-product img {
	bottom: -47px;
	position: relative
}

.page-top.custom-product h1 {
	color: #fff;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 0
}

.page-top.small {
	border: none;
	/* margin-left: 18px; */
	padding: 10px 0;
	min-height: 30px;
}

.page-top.small .breadcrumb {
	margin: -2px 0 0 0;
}

@media(max-width:991px) {
	.page-top .breadcrumb {
		margin: 20px 0 0 0;
		float: none !important;
		position: static !important
	}
}

@media(max-width:479px) {
	.page-top {
		padding: 16px 0
	}
	.page-top h2,
	.page-top h1 {
		line-height: 37px
	}
}

aside ul.nav-list>li>a {
	color: #666;
	font-size: .9em
}

.home-intro {
	background-color: #171717;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left
}

.home-intro p {
	color: #fff;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	max-width: 800px;
	padding-top: 5px
}

.home-intro p span {
	color: #999;
	display: block;
	font-size: .8em;
	padding-top: 5px
}

.home-intro p em {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em
}

.home-intro .get-started {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align: right
}

.home-intro .get-started .btn {
	position: relative;
	z-index: 1
}

.home-intro .get-started .btn i,
.home-intro .get-started .btn em {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 5px
}

.home-intro .get-started a {
	color: #fff
}

.home-intro .get-started a:not(.btn) {
	color: #777
}

.home-intro .learn-more {
	margin-left: 15px
}

.home-intro.light {
	background-color: #e2e2e2
}

.home-intro.light.secondary {
	background-color: #e0e1e4
}

.home-intro.light p {
	color: #777
}

.home-intro-compact {
	border-radius: 0 0 10px 10px;
	margin-top: -10px
}

.home-intro-compact p {
	padding-left: 20px
}

.home-intro-compact .get-started {
	padding-right: 20px
}

@media(max-width:767px) {
	.home-intro-compact {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0
	}
}

.home-concept {
	background: transparent url(Resources/img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden
}

.home-concept strong {
	display: block;
	font-family: "Shadows Into Light", cursive;
	font-size: 2.1em;
	font-weight: normal;
	position: relative;
	margin-top: 30px
}

.home-concept .row {
	position: relative
}

.home-concept .process-image {
	background: transparent url(Resources/img/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	height: 175px;
	margin: 135px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 1
}

.home-concept .process-image img {
	border-radius: 150px;
	margin: 7px 8px;
	width: auto;
	height: auto;
	max-width: 145px;
	max-height: 145px
}

.home-concept .our-work {
	margin-top: 52px;
	font-size: 2.6em
}

.home-concept .project-image {
	background: transparent url(Resources/img/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	height: 420px;
	margin: 15px 0 0 -30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1
}

.home-concept .sun {
	background: transparent url(Resources/img/home-concept-icons.png) no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10%;
	top: 35px
}

.home-concept .cloud {
	background: transparent url(Resources/img/home-concept-icons.png) no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 57%;
	top: 35px
}

@media(max-width:991px) {
	.home-concept {
		background: none
	}
	.home-concept .project-image {
		margin: 60px auto 0 auto
	}
	.home-concept .process-image {
		margin-top: 60px
	}
}

@media(max-width:479px) {
	.home-concept .project-image {
		background-position: 0 0;
		margin-left: auto;
		max-width: 160px;
		height: auto;
		line-height: normal
	}
	.home-concept .fc-slideshow {
		max-height: 145px;
		max-width: 145px
	}
	.home-concept .fc-slideshow img {
		max-height: 145px;
		max-width: 145px
	}
}

.page-not-found {
	margin: 50px 0
}

.page-not-found h2 {
	font-size: 140px;
	font-weight: 600;
	letter-spacing: -10px;
	line-height: 140px
}

.page-not-found h4 {
	color: #777
}

.page-not-found p {
	font-size: 1.4em;
	line-height: 36px
}

@media(max-width:479px) {
	.page-not-found {
		margin: 0
	}
	.page-not-found h2 {
		font-size: 100px;
		letter-spacing: 0;
		line-height: 100px
	}
}

.body>#footer {
	background: #000;
	border-top: 4px solid #000;
	font-size: .9em;
	margin-top: 50px;
	padding: 30px 0 0;
	position: relative;
	clear: both;
}

.body>#footer .container .row>div {
	margin-bottom: 25px
}

.body>#footer .container input:focus {
	box-shadow: none
}

.body>#footer a:hover {
	color: #ccc
}

.body>#footer h1,
.body>#footer h2,
.body>#footer h3,
.body>#footer h4,
.body>#footer a {
	color: #fff !important
}

.body>#footer .copyright {
	color: #ffffff;
}

.body>#footer h4 {
	font-size: 1.8em;
	font-weight: 200
}

.body>#footer h5 {
	color: #ccc !important
}

.body>#footer ul.nav-list>li a {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	line-height: 20px;
	padding-bottom: 11px
}

.body>#footer ul.nav-list>li:last-child a {
	border-bottom: 0
}

.body>#footer ul.nav-list>li a:hover {
	background-color: rgba(255, 255, 255, .05)
}

.body>#footer ul.list.icons li {
	margin-bottom: 5px
}

.body>#footer form {
	filter: alpha(opacity=85);
	opacity: .85
}

.body>#footer form label.error {
	line-height: 16px;
	margin: 5px 0 -5px;
	display: block;
	clear: both
}

.body>#footer form .alert {
	padding: 6px;
	text-align: center
}

.body>#footer .footer-ribbon {
	background: #999;
	position: absolute;
	margin: -90px 0 0 14px;
	padding: 10px 20px 6px 20px
}

.body>#footer .footer-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px
}

.body>#footer .footer-ribbon span {
	color: #fff;
	font-size: 1.6em;
	font-family: "Shadows Into Light", cursive
}

.body>#footer .newsletter form {
	width: 100%;
	max-width: 262px
}

.body>#footer .newsletter form input.form-control {
	height: 34px;
	padding: 6px 12px
}

.body>#footer .alert a {
	color: #222 !important
}

.body>#footer .alert a:hover {
	color: #666 !important
}

.body>#footer .twitter .fa,
.body>#footer .twitter .fas,
.body>#footer .twitter .far,
.body>#footer .twitter .fal,
.body>#footer .twitter .fab {
	clear: both;
	font-size: 1.5em;
	position: relative;
	top: 3px
}

.body>#footer .twitter .meta {
	color: #999;
	display: block;
	font-size: .9em;
	padding-top: 3px
}

.body>#footer .twitter ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.body>#footer .twitter ul li {
	padding-bottom: 20px
}

.body>#footer .twitter ul li:last-child {
	padding-bottom: 0
}

.body>#footer .twitter-account {
	color: #fff;
	display: block;
	font-size: .9em;
	margin: -15px 0 5px;
	filter: alpha(opacity=55);
	opacity: .55
}

.body>#footer .twitter-account:hover {
	filter: alpha(opacity=100);
	opacity: 1
}

.body>#footer .contact {
	list-style: none;
	margin: 0;
	padding: 0
}

.body>#footer .contact i,
.body>#footer .contact em {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 10px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px
}

.body>#footer .contact i.fa-envelope,
.body>#footer .contact em.fa-envelope {
	font-size: 1em;
	top: 0
}

.body>#footer .contact p {
	margin-bottom: 10px
}

.body>#footer .logo {
	display: block
}

.body>#footer .logo.mb-xl {
	margin-bottom: 12px
}

footer .terms:before,
footer .privacy:before {
	display: block;
	content: '';
	height: 12px;
	border-left: 1px solid #777;
	float: left;
	margin: 5px 10px 0 7px
}

.body>#footer .footer-copyright {
	background: #060606;
	border-top: 4px solid #060606;
	margin-top: 40px;
	padding: 30px 0 10px
}

.body>#footer .footer-copyright nav {
	float: right
}

.body>#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.body>#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px
}

.body>#footer .footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0
}

.body>#footer .footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
	font-weight: 100;
}

.body>#footer .phone {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-top: -5px
}

.body>#footer .narrow-phone {
	text-align: right;
	margin: -2px 0 0 0
}

.body>#footer .narrow-phone .phone {
	font-size: 16px;
	padding-bottom: 0;
	margin-top: -13px
}

.body>#footer .recent-work {
	list-style: none;
	padding: 0;
	margin: 0
}

.body>#footer .recent-work li {
	float: left;
	width: 29%;
	margin: 10px 3% 0 0
}

.body>#footer .recent-work img {
	border: 0;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.body>#footer .recent-work .img-thumbnail-hover-icon {
	border: 0
}

.body>#footer .recent-work .img-thumbnail-hover-icon:after {
	font-size: 22px;
	margin-left: -2px
}

.body>#footer .view-more-recent-work {
	padding: 12px
}

.body>#footer.short {
	padding-top: 50px
}

.body>#footer.short .footer-copyright {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 0
}

.body>#footer.light {
	padding-top: 60px;
	background: #fff;
	border-top: 1px solid #ddd
}

.body>#footer.light .footer-ribbon {
	margin-top: -76px;
	margin-left: 14px
}

.body>#footer.light .footer-copyright {
	margin-top: 15px;
	background: #fff;
	border-top: 1px solid #ddd
}

.body>footer.light .footer-copyright p {
	color: #777
}

.body>#footer.light .phone,
.body>#footer.light .twitter-account {
	color: #777 !important
}

.body>#footer.light ul.nav-pills>li.active>a {
	color: #fff !important
}

.body>#footer.narrow {
	padding-top: 30px
}

.body>#footer.narrow .footer-copyright {
	margin-top: 0
}

.body>#footer.narrow .nav>li>a {
	padding: 5px 12px
}

.body>#footer.color {
	color: #fff
}

.body>#footer.color p {
	color: #fff
}

.body>#footer.color .footer-copyright nav ul li {
	border-left-color: #fff
}

@media(max-width:991px) {
	.body>#footer .phone {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.body>#footer .phone {
		font-size: 20px
	}
}

section.section {
	background: #00a7a1;
	/* border-top: 5px solid #f1f1f1; */
	margin: 30px 0;
	padding: 50px 0;
	/* color: #ffffff; */
}
section.section-primary {
	background: #00a7a1;
	/* border-top: 5px solid #f1f1f1; */
	margin: 30px 0;
	padding: 50px 0;
	color: #ffffff;
}
section.section-default {
	background: #efefef;
	/* border-top: 5px solid #f1f1f1; */
	margin: 30px 0;
	padding: 50px 0;
	/* color: #ffffff; */
}


#dnn_ctr675_ContentPane > section.section.section-default {
	padding: unset !important;
	padding-bottom: 20px !important;
	padding-top: 0px !important;
}

section.section.section-no-background {
	background: transparent;
	border-top-color: transparent
}

section.section.section-center {
	text-align: center
}

section.section.section-text-light h1,
section.section.section-text-light h2,
section.section.section-text-light h3,
section.section.section-text-light h4,
section.section.section-text-light h5,
section.section.section-text-light h6 {
	color: #fff
}

section.section.section-text-light p {
	color: #e6e6e6
}

section.section.section-background {
	background-repeat: repeat;
	border: 0
}

section.section.section-overlay {
	position: relative
}

section.section.section-overlay:before {
	content: "";
	display: block;
	background: url("Resources/img/video-overlay.png") repeat scroll 0 0 transparent;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

section.section.section-video {
	background: none !important;
	border: 0
}

section.section.section-parallax {
	border: 0
}

section.section.section-with-divider {
	margin: 56px 0 35px
}

section.section.section-with-divider .divider {
	margin: -56px 0 44px
}

section.section.section-footer {
	margin-bottom: -50px
}

@media(max-width:991px) {
	.container-fluid>.row>.p-none section.section {
		margin-bottom: 0;
		margin-top: 0
	}
	.container-fluid>.row>.p-none:first-child section.section {
		margin-bottom: 0;
		margin-top: 30px
	}
	.container-fluid>.row>.p-none:last-child section.section {
		margin-bottom: 30px;
		margin-top: 0
	}
}

section.section-custom-map {
	background: transparent url(Resources/img/map.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 20px 0 0;
	border: 0
}

section.section-custom-map section.section {
	border-top-color: rgba(241, 241, 241, .8);
	background: rgba(244, 244, 244, .8)
}

.parallax {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 70px 0;
	padding: 50px 0;
	clear: both
}

.parallax.parallax-ready {
	background-attachment: fixed
}

.parallax.parallax-disabled {
	background-attachment: fixed !important;
	background-position: 50% 50% !important
}

@media(max-width:991px) {
	.parallax {
		background-attachment: fixed !important;
		background-position: 50% 50% !important
	}
}

.text-muted {
	color: #999 !important
}

.text-dark {
	color: #1d2127 !important
}

.text-light {
	color: #fff !important
}

.text-weight-light {
	font-weight: 300
}

.text-weight-normal {
	font-weight: 400
}

.text-weight-semibold {
	font-weight: 600
}

.text-weight-bold {
	font-weight: 700
}

.text-uppercase {
	text-transform: uppercase
}

.text-lowercase {
	text-transform: lowercase
}

.text-capitalize {
	text-transform: capitalize
}

.b-thin {
	border-width: 3px
}

.b-normal {
	border-width: 5px
}

.b-thick {
	border-width: 7px
}

.m-none {
	margin: 0 !important
}

.m-auto {
	margin: 0 auto !important
}

.m-xs {
	margin: 5px !important
}

.m-sm {
	margin: 10px !important
}

.m-md {
	margin: 15px !important
}

.m-lg {
	margin: 20px !important
}

.m-xl {
	margin: 25px !important
}

.m-xlg {
	margin: 30px !important
}

.mt-none {
	margin-top: 0 !important
}

.mt-xs {
	margin-top: 5px !important
}

.mt-sm {
	margin-top: 10px !important
}

.mt-md {
	margin-top: 15px !important
}

.mt-lg {
	margin-top: 20px !important
}

.mt-xl {
	margin-top: 25px !important
}

.mt-xlg {
	margin-top: 30px !important
}

.mb-none {
	margin-bottom: 0 !important
}

.mb-xs {
	margin-bottom: 5px !important
}

.mb-sm {
	margin-bottom: 10px !important
}

.mb-md {
	margin-bottom: 15px !important
}

.mb-lg {
	margin-bottom: 20px !important
}

.mb-xl {
	margin-bottom: 25px !important
}

.mb-xlg {
	margin-bottom: 30px !important
}

.mb-minus50 {
	margin-bottom: -50px !important
}

.ml-none {
	margin-left: 0 !important
}

.ml-xs {
	margin-left: 5px !important
}

.ml-sm {
	margin-left: 10px !important
}

.ml-md {
	margin-left: 15px !important
}

.ml-lg {
	margin-left: 20px !important
}

.ml-xl {
	margin-left: 25px !important
}

.ml-xlg {
	margin-left: 30px !important
}

.mr-none {
	margin-right: 0 !important
}

.mr-xs {
	margin-right: 5px !important
}

.mr-sm {
	margin-right: 10px !important
}

.mr-md {
	margin-right: 15px !important
}

.mr-lg {
	margin-right: 20px !important
}

.mr-xl {
	margin-right: 25px !important
}

.mr-xlg {
	margin-right: 30px !important
}

.p-none {
	padding: 0 !important
}

.p-xs {
	padding: 5px !important
}

.p-sm {
	padding: 10px !important
}

.p-md {
	padding: 15px !important
}

.p-lg {
	padding: 20px !important
}

.p-xl {
	padding: 25px !important
}

.p-xlg {
	padding: 30px !important
}

.pt-none {
	padding-top: 0 !important
}

.pt-xs {
	padding-top: 5px !important
}

.pt-sm {
	padding-top: 10px !important
}

.pt-md {
	padding-top: 15px !important
}

.pt-lg {
	padding-top: 20px !important
}

.pt-xl {
	padding-top: 25px !important
}

.pt-xlg {
	padding-top: 30px !important
}

.pb-none {
	padding-bottom: 0 !important
}

.pb-xs {
	padding-bottom: 5px !important
}

.pb-sm {
	padding-bottom: 10px !important
}

.pb-md {
	padding-bottom: 15px !important
}

.pb-lg {
	padding-bottom: 20px !important
}

.pb-xl {
	padding-bottom: 25px !important
}

.pb-xlg {
	padding-bottom: 30px !important
}

.pr-none {
	padding-left: 0 !important
}

.pl-xs {
	padding-left: 5px !important
}

.pl-sm {
	padding-left: 10px !important
}

.pl-md {
	padding-left: 15px !important
}

.pl-lg {
	padding-left: 20px !important
}

.pl-xl {
	padding-left: 25px !important
}

.pl-xlg {
	padding-left: 30px !important
}

.pr-none {
	padding-right: 0 !important
}

.pr-xs {
	padding-right: 5px !important
}

.pr-sm {
	padding-right: 10px !important
}

.pr-md {
	padding-right: 15px !important
}

.pr-lg {
	padding-right: 20px !important
}

.pr-xl {
	padding-right: 25px !important
}

.pr-xlg {
	padding-right: 30px !important
}

.ib {
	display: inline-block;
	vertical-align: top
}

.va-middle {
	vertical-align: middle
}

.ws-nowrap {
	white-space: nowrap
}

.ws-normal {
	white-space: normal
}

html.dark body {
	background-color: #1d2127 !important
}

html.dark.boxed .body {
	background-color: #1d2127
}

html.dark header,
html.dark header .header-body {
	background: #1d2127 !important;
	border-color: #191c21;
	border-radius: 6px 6px 0 0
}

html.dark header.transparent {
	background: transparent
}

html.dark header .dropdown ul.dropdown-menu {
	background-color: #282d36
}

html.dark header .dropdown ul.dropdown-menu li a {
	border-bottom: 1px solid rgba(255, 255, 255, .05)
}

html.dark header nav ul.nav-top li a:hover {
	background-color: #282d36
}

html.dark header nav.mega-menu ul.nav-main li.mega-menu-item:not(.dropdown-full-color) .form-control {
	background-color: #2e353e !important;
	border-color: #2e353e !important;
	color: #fff !important
}

html.dark header nav.mega-menu ul.nav-main .mega-menu-signin a,
html.dark header nav.mega-menu ul.nav-main .mega-menu-signin a:hover,
html.dark header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
	color: #fff
}

html.dark header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
	color: #d9d9d9
}

html.dark header .search input.search:focus {
	border-color: #282d36
}

html.dark header.clean-top .header-top {
	background: #21262d;
	border-bottom-color: #282d36
}

html.dark header.narrow {
	border-bottom-color: #21262d
}

html.dark header nav.mega-menu .mega-menu-shop .actions-continue {
	border-top-color: #21262d
}

html.dark header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a {
	color: #fff
}

html.dark header nav.mega-menu .mega-menu-shop a {
	color: #fff
}

html.dark body.sticky-menu-active header {
	border-bottom-color: #282d36
}

html.dark body.sticky-menu-active header.transparent {
	background: #1d2127
}

html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
	color: #fff
}

html.dark .alert h1,
html.dark .alert h2,
html.dark .alert h3,
html.dark .alert h4,
html.dark .alert h5,
html.dark .alert h6 {
	color: #111
}

html.dark section.featured {
	background-color: #191c21;
	border-top-color: #2e353e
}

html.dark section.featured.map {
	background-image: url(Resources/img/map-bottom-dark.png)
}

html.dark section.section {
	background-color: #21262d;
	border-top-color: #282d36
}

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
	border-top-color: #282d36;
	border-left-color: #282d36;
	border-right-color: #282d36;
	background: #282d36
}

html.dark .tabs .nav-tabs li a:hover {
	border-top-color: #808697
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
	border-top-color: #808697
}

html.dark .tabs .nav-tabs.nav-justified {
	border-left-width: 0;
	border-right-width: 0;
	border-left-color: transparent;
	border-right-color: transparent
}

html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
	border-bottom-color: #282d36
}

html.dark .tabs.tabs-left .nav-tabs>li a,
html.dark .tabs.tabs-right .nav-tabs>li a {
	background: #282d36;
	border-left-color: #282d36;
	border-right-color: #282d36
}

html.dark .tabs.tabs-left .nav-tabs>li:last-child a,
html.dark .tabs.tabs-right .nav-tabs>li:last-child a {
	border-bottom-color: #282d36
}

html.dark .tabs .nav-tabs {
	border-color: #282d36
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
	background: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
	border-bottom-color: #2e353e
}

html.dark .tabs.tabs-vertical {
	border-top-color: #2e353e
}

html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
	border-bottom-color: #282d36;
	border-top-color: #2e353e
}

html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
	border-bottom-color: #808697;
	border-top-color: #2e353e
}

html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom-color: #808697;
	border-top-color: #2e353e
}

html.dark .tabs .tab-content {
	background: #2e353e;
	border-color: #2e353e
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
	border-top-color: #2e353e !important
}

html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
	color: #808697
}

html.dark .tab-content {
	background: #2e353e;
	border-color: #1d2127
}

html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
	background: transparent !important
}

html.dark .call-to-action.call-to-action-default {
	background: #282d36
}

html.dark .call-to-action.call-to-action-dark {
	background: #2e353e
}

html.dark .call-to-action.with-borders {
	border-top-color: #2e353e;
	border-bottom-color: #2e353e;
	border-left-color: #282d36;
	border-right-color: #282d36
}

html.dark .call-to-action.with-full-borders {
	border-color: #2e353e
}

html.dark .call-to-action.featured {
	background-color: transparent;
	background: -webkit-linear-gradient(top, #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
	border-bottom-color: #2e353e;
	border-left-color: #282d36;
	border-right-color: #282d36
}

html.dark .call-to-action.call-to-action-in-footer:before {
	border-top-color: #1d2127
}

html.dark .counters.with-borders .counter {
	border-top: 1px solid #2e353e;
	border-bottom: 1px solid #2e353e;
	border-left: 1px solid #282d36;
	border-right: 1px solid #282d36
}

html.dark .counters.counters-text-dark .counter {
	color: #fff !important
}

html.dark .counters.counters-text-dark .counter .fa,
html.dark .counters.counters-text-dark .counter .fas,
html.dark .counters.counters-text-dark .counter .far,
html.dark .counters.counters-text-dark .counter .fal,
html.dark .counters.counters-text-dark .counter .fab,
html.dark .counters.counters-text-dark .counter strong,
html.dark .counters.counters-text-dark .counter label {
	color: #fff !important
}

html.dark section.timeline:after {
	background: #505050;
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%
}

html.dark section.timeline .timeline-date {
	background-color: #282d36;
	border-color: #282d36;
	text-shadow: none
}

html.dark section.timeline .timeline-title {
	background: #282d36
}

html.dark section.timeline .timeline-box {
	border-color: #282d36;
	background: #282d36
}

html.dark section.timeline .timeline-box.left:before {
	box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36
}

html.dark section.timeline .timeline-box.left:after {
	background: #282d36;
	border-right-color: #282d36;
	border-top-color: #282d36
}

html.dark section.timeline .timeline-box.right:before {
	box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36
}

html.dark section.timeline .timeline-box.right:after {
	background: #282d36;
	border-left-color: #282d36;
	border-bottom-color: #282d36
}

html.dark .form-control {
	background-color: #282d36;
	border-color: #282d36
}

html.dark .btn-default {
	background-color: #282d36;
	border-color: #282d36;
	color: #fff
}

html.dark .btn.disabled,
html.dark .btn[disabled] {
	border-color: #282d36 !important
}

html.dark .pagination>li>a,
html.dark .pagination>li>span {
	background-color: #282d36;
	border-color: #242830
}

html.dark .theme-default .nivoSlider {
	background-color: #1d2127
}

html.dark section.section-custom-map {
	background: transparent url(Resources/img/map-dark.png) center 0 no-repeat
}

html.dark section.section-custom-map section.section {
	border-top-color: rgba(40, 45, 54, .8);
	background: rgba(33, 38, 45, .8)
}

html.dark .home-concept {
	background-image: url(Resources/img/home-concept-dark.png)
}

html.dark .home-concept .process-image {
	background-image: url(Resources/img/home-concept-item-dark.png)
}

html.dark .home-concept .project-image {
	background-image: url(Resources/img/home-concept-item-dark.png)
}

html.dark .home-concept .sun {
	background-image: url(Resources/img/home-concept-icons-dark.png)
}

html.dark .home-concept .cloud {
	background-image: url(Resources/img/home-concept-icons-dark.png)
}

html.dark .page-top {
	border-bottom-color: #191c21
}

html.dark .page-top-light {
	background-color: #2e353e
}

html.dark .panel-group .panel {
	background-color: #282d36
}

html.dark .panel-group .panel-default {
	border-color: #282d36
}

html.dark .panel-group .panel-heading {
	background-color: #2e353e
}

html.dark .panel-group .form-control {
	background-color: #21262d;
	border-color: #21262d
}

html.dark .toggle>label {
	background-color: #2e353e
}

html.dark .toggle.toggle-simple .toggle>label {
	color: #fff
}

html.dark .featured-box {
	background: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
	border-bottom-color: #2e353e
}

html.dark .featured-box.secondary h4 {
	color: #fff
}

html.dark .featured-boxes-flat .featured-box .box-content {
	background: #2e353e
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4,
html.dark .featured-boxes-style-6 .featured-box .box-content h4,
html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
	color: #fff
}

html.dark .featured-boxes-style-2 .featured-box {
	background: transparent
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
	background: #1d2127
}

html.dark .featured-boxes-style-4 .featured-box {
	background: transparent
}

html.dark .featured-boxes-style-5 .featured-box {
	background: transparent
}

html.dark .featured-boxes-style-5 .featured-box .icon-featured {
	background: #282d36;
	border-color: #2e353e
}

html.dark .featured-boxes-style-6 .featured-box {
	background: transparent
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured {
	background: #282d36;
	border-color: #2e353e
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
	border-color: #2e353e
}

html.dark .featured-boxes-style-7 .featured-box {
	background: transparent
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured {
	background: #282d36;
	border-color: #2e353e
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
	box-shadow: 3px 3px #161a1e
}

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
	background: #2e353e
}

html.dark .featured-box-effect-1 .icon-featured:after {
	box-shadow: 0 0 0 3px #2e353e
}

html.dark .feature-box.feature-box-style-2 h4,
html.dark .feature-box.feature-box-style-3 h4,
html.dark .feature-box.feature-box-style-4 h4 {
	color: #fff
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
	border-color: #2e353e
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
	border-color: #2e353e
}

html.dark .owl-dots .owl-dot span {
	background: #2e353e
}

html.dark .owl-carousel.top-border {
	border-top-color: #3f4247
}

html.dark .progress {
	background: #2e353e
}

html.dark .arrow {
	background-image: url(Resources/img/arrows-dark.png)
}

html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
	background-color: #282d36;
	border-color: #282d36
}

html.dark .thumb-info .thumb-info-wrapper:after {
	background-color: rgba(29, 33, 39, .9)
}

html.dark .thumb-info-social-icons {
	border-top-color: #373f4a
}

html.dark ul.nav-list>li a {
	border-bottom-color: #282d36
}

html.dark ul.nav-list>li a:hover {
	background-color: #282d36
}

html.dark .content-grid .content-grid-item:before,
html.dark .content-grid.content-grid-dashed .content-grid-item:before {
	border-left-color: #2e353e
}

html.dark .content-grid .content-grid-item:after,
html.dark .content-grid.content-grid-dashed .content-grid-item:after {
	border-bottom-color: #2e353e
}

html.dark .testimonial .testimonial-author strong {
	color: #fff
}

html.dark .testimonial.testimonial-style-3 blockquote {
	background: #2e353e !important
}

html.dark .testimonial.testimonial-style-4 {
	border-color: #2e353e !important
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down,
html.dark .testimonial.testimonial-style-5 .testimonial-author {
	border-top-color: #2e353e !important
}

html.dark .page-top {
	border-bottom-color: #282d36
}

html.dark .table>thead>tr>th,
html.dark .table>tbody>tr>th,
html.dark .table>tfoot>tr>th,
html.dark .table>thead>tr>td,
html.dark .table>tbody>tr>td,
html.dark .table>tfoot>tr>td,
html.dark .table-bordered {
	border-color: #282d36
}

html.dark .table-striped>tbody>tr:nth-child(2n+1)>td,
html.dark .table-striped>tbody>tr:nth-child(2n+1)>th {
	background-color: #2e353e
}

html.dark pre {
	background-color: #282d36;
	border-color: #282d36;
	color: #777
}

html.dark .show-grid [class*="col-md-"] .show-grid-block {
	background-color: #282d36;
	border-color: #282d36
}

html.dark .google-map-borders,
html.dark .embed-responsive-borders {
	border-color: #2e353e
}

html.dark .alert.alert-default {
	border-color: #2e353e;
	background-color: #282d36
}

html.dark hr,
html.dark hr.light,
html.dark .divider {
	background-image: -webkit-linear-gradient(left, transparent, #3f4247, transparent);
	background-image: linear-gradient(to right, transparent, #3f4247, transparent)
}

html.dark hr.solid {
	background: #3f4247
}

html.dark .divider .fa,
html.dark .divider .fas,
html.dark .divider .far,
html.dark .divider .fal,
html.dark .divider .fab {
	background: #1d2127
}

html.dark .divider.divider-solid {
	background: #3f4247
}

html.dark .divider.divider-style-2 .fa,
html.dark .divider.divider-style-2 .fas,
html.dark .divider.divider-style-2 .far,
html.dark .divider.divider-style-2 .fal,
html.dark .divider.divider-style-2 .fab {
	background: #21262d
}

html.dark .divider.divider-style-3 .fa,
html.dark .divider.divider-style-3 .fas,
html.dark .divider.divider-style-3 .far,
html.dark .divider.divider-style-3 .fal,
html.dark .divider.divider-style-3 .fab {
	border-color: #3f4247
}

html.dark .divider.divider-style-4 .fa,
html.dark .divider.divider-style-4 .fas,
html.dark .divider.divider-style-4 .far,
html.dark .divider.divider-style-4 .fal,
html.dark .divider.divider-style-4 .fab {
	border-color: #3f4247
}

html.dark .divider.divider-style-4 .fa:after,
html.dark .divider.divider-style-4 .fas:after,
html.dark .divider.divider-style-4 .far:after,
html.dark .divider.divider-style-4 .fal:after,
html.dark .divider.divider-style-4 .fab:after {
	border-color: #21262d
}

html.dark .divider.divider-small {
	background: transparent
}

html.dark .divider.divider-small hr {
	background: #3f4247
}

html.dark .divider.divider-small.divider-light hr {
	background: #3f4247
}

html.dark hr.dashed:after,
html.dark .divider.dashed:after {
	border-color: #3f4247
}

html.dark .heading.heading-bottom-border h1 {
	border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h2,
html.dark .heading.heading-bottom-border h3 {
	border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h4,
html.dark .heading.heading-bottom-border h5,
html.dark .heading.heading-bottom-border h6 {
	border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h1,
html.dark .heading.heading-bottom-double-border h2,
html.dark .heading.heading-bottom-double-border h3 {
	border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h4,
html.dark .heading.heading-bottom-double-border h5,
html.dark .heading.heading-bottom-double-border h6 {
	border-bottom-color: #3f4247
}

html.dark .heading.heading-middle-border:before {
	border-top-color: #3f4247
}

html.dark .heading.heading-middle-border h1,
html.dark .heading.heading-middle-border h2,
html.dark .heading.heading-middle-border h3,
html.dark .heading.heading-middle-border h4,
html.dark .heading.heading-middle-border h5,
html.dark .heading.heading-middle-border h6 {
	background: #1d2127
}

html.dark ul.history li .thumb {
	background-image: url(Resources/img/history-thumb-dark.png)
}

html.dark .recent-posts .date .day {
	background-color: #2e353e
}

html.dark .blog-posts article {
	border-color: #282d36
}

html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
	background-color: #282d36
}

html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
	background-color: #282d36;
	border-color: #282d36
}

html.dark ul.simple-post-list li {
	border-bottom-color: #21262d
}

html.dark .post-block {
	border-top-color: #191c21
}

html.dark ul.comments .comment-block {
	background-color: #282d36
}

html.dark ul.comments .comment-arrow {
	border-right-color: #282d36
}

html.dark .pricing-table li {
	border-top-color: #21262d
}

html.dark .pricing-table h3 {
	background-color: #21262d;
	text-shadow: none
}

html.dark .pricing-table h3 span {
	background: #282d36;
	border-color: #242830;
	box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
	color: #777
}

html.dark .pricing-table .most-popular {
	border-color: #282d36
}

html.dark .pricing-table .most-popular h3 {
	background-color: #282d36;
	color: #fff;
	text-shadow: none
}

html.dark .pricing-table .plan-ribbon {
	background-color: #282d36
}

html.dark .pricing-table .plan {
	background: #282d36;
	border: 1px solid #282d36;
	color: #777;
	text-shadow: none
}

html.dark .product-thumb-info {
	background-color: #282d36;
	border-color: transparent
}

html.dark .shop .quantity .qty {
	background-color: #282d36;
	border-color: transparent
}

html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
	background-color: #21262d;
	border-color: transparent
}

html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
	border-color: #282d36
}

html.dark .dialog {
	background-color: #1d2127
}

html.dark .modal-content {
	background-color: #1d2127
}

html.dark .modal-header {
	border-bottom-color: #282d36
}

html.dark .modal-header h1,
html.dark .modal-header h2,
html.dark .modal-header h3,
html.dark .modal-header h4,
html.dark .modal-header h5,
html.dark .modal-header h6 {
	color: #777
}

html.dark .modal-header .close {
	text-shadow: none;
	color: #fff
}

html.dark .modal-footer {
	border-top-color: #282d36
}

html.dark .loading-overlay {
	background: #1d2127
}

html.dark .loading-overlay .loader:after {
	-webkit-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
	-moz-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
	animation: animateLoaderAfterWhite 1s ease-in-out infinite
}

html.dark .body>#footer .newsletter form .btn-default {
	background-color: #21262d;
	border-color: #21262d;
	color: #777
}

html.dark .text-muted {
	color: #505461 !important
}

html.dark header .btn-responsive-nav {
	color: #fff
}

@media(max-width:991px) {
	html.dark header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
		background: transparent !important
	}
}

html.boxed body {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat
}

html.boxed .body {
	background-color: #fff;
	border-bottom: 5px solid #1d2127;
	border-radius: 5px;
	border-top: 5px solid #ccc;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	margin: 25px auto;
	max-width: 1200px;
	height: auto
}

html.boxed header,
html.boxed header .header-body,
html.boxed header.header-bottom .header-nav-bottom {
	max-width: 1200px
}

html.boxed header {
	left: auto;
	width: auto
}

html.boxed header.darken-top-border {
	margin-top: -5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

html.boxed body.sticky-menu-active header {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	left: auto
}

@media(max-width:1200px) {
	html.boxed body.sticky-menu-active header {
		width: 100%
	}
}

@media(max-width:991px) {
	html.boxed .body {
		margin: 0 auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0
	}
}

@media(max-width:767px) {
	html.boxed {
		background: none !important
	}
}

.shortcode-title {
	margin-bottom: 35px;
	text-align: right
}

.shortcode-title h4 {
	display: inline-block;
	float: left
}

header.fixedheader,
header.fixedheader .header-body {
	position: relative !important
}

body.sticky-disable header {
	display: none
}

.element-invisible.element-focusable {
	position: absolute !important;
	background: #fff;
	z-index: -99
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
	position: static !important;
	z-index: 9999
}

.focused>ul {
	display: block
}

.btn.btn-vertical-nav {
	background: #171717;
	color: #fff;
	display: none
}

@media(min-width:992px) {
	.nav-main-collapse-vertical {
		display: block !important
	}
}

.nav-pills>li>a {
	border-radius: 4px
}

@media(min-width:992px) {
	header nav.mega-menu .nav,
	header nav.mega-menu .dropup,
	header nav.mega-menu .dropdown,
	header nav.mega-menu .collapse {
		position: static
	}
	header nav.mega-menu ul.nav-main .mega-menu-content {
		text-shadow: none
	}
	header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .mega-menu-sub-title {
		color: #333;
		display: block;
		font-size: 1em;
		font-weight: 600;
		padding-bottom: 5px;
		text-transform: uppercase;
		margin-top: 20px
	}
	header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .mega-menu-sub-title:first-child {
		margin-top: 0
	}
	header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
		background: #fff !important;
		border-top: 6px solid #ccc;
		margin-top: -4px;
		color: #000;
		box-shadow: 0 20px 45px rgba(0, 0, 0, .08)
	}
	header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
		list-style: none;
		padding: 0;
		margin: 0
	}
	header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
		color: #777;
		text-shadow: none;
		margin: 0 0 0 -8px;
		padding: 3px 8px;
		text-transform: none;
		font-size: .9em;
		display: block;
		font-weight: normal;
		border-radius: 4px
	}
	header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #f4f4f4 !important;
		text-decoration: none
	}
	header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
		border-radius: 6px
	}
	header nav.mega-menu .navbar-inner,
	header nav.mega-menu .container {
		position: relative
	}
	header nav.mega-menu .dropdown-menu {
		left: auto
	}
	header nav.mega-menu .dropdown-menu>li {
		display: block
	}
	header nav.mega-menu .mega-menu-content {
		padding: 20px 30px
	}
	header nav.mega-menu .mega-menu-content:before {
		display: table;
		content: "";
		line-height: 0
	}
	header nav.mega-menu .mega-menu-content:after {
		display: table;
		content: "";
		line-height: 0;
		clear: both
	}
	header nav.mega-menu.navbar .nav>li>.dropdown-menu:after,
	header nav.mega-menu.navbar .nav>li>.dropdown-menu:before {
		display: none
	}
	header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
		width: auto;
		left: 15px;
		right: 15px
	}
	header nav.mega-menu nav.pull-right .dropdown-menu {
		right: 0
	}
	html header nav ul.nav-main .dropdown-full-color>ul.dropdown-menu li a,
	html header nav ul.nav-main .dropdown-full-color.mega-menu-item>ul.dropdown-menu li a {
		border-bottom: 1px solid rgba(255, 255, 255, .15)
	}
	html header nav ul.nav-main .dropdown-full-color>ul.dropdown-menu li:last-child>a,
	html header nav ul.nav-main .dropdown-full-color.mega-menu-item>ul.dropdown-menu li:last-child>a,
	html header nav ul.nav-main .dropdown-full-color.mega-menu-item>ul.dropdown-menu li:last-child a {
		border-bottom: 0
	}
	html header nav ul.nav-main .dropdown-full-color .mega-menu-sub-title,
	html header nav ul.nav-main .dropdown-full-color.mega-menu-item ul.sub-menu .mega-menu-sub-title {
		color: #fff;
		opacity: .65
	}
	html header nav ul.nav-main .dropdown-full-color .tip,
	html header nav ul.nav-main .dropdown-full-color.mega-menu-item .tip {
		background: #fff;
		color: #333
	}
	html header nav ul.nav-main .dropdown-full-color .tip:before,
	html header nav ul.nav-main .dropdown-full-color.mega-menu-item .tip:before {
		border-right-color: #fff
	}
	html header nav ul.nav-main .dropdown-full-color .dropdown-submenu>a:after,
	html header nav ul.nav-main .dropdown-full-color .dropdown-submenu:hover>a:after,
	html header nav ul.nav-main .dropdown-full-color.mega-menu-item .dropdown-submenu>a:after,
	html header nav ul.nav-main .dropdown-full-color.mega-menu-item .dropdown-submenu:hover>a:after {
		border-right-color: #fff;
		border-left-color: #fff
	}
}

@media(max-width:991px) {
	.mega-menu-item .dropdown-menu {
		width: 100% !important
	}
	.mega-menu-content [class^="col-md"] {
		flex: 0 0 100%;
		max-width: 100%
	}
}

header {
	position: relative;
	/* background: #f6f6f6; */
	/* background: -webkit-linear-gradient(#f6f6f6, #fff); */
	/* background: linear-gradient(#f6f6f6, #fff); */
	clear: both;
	min-height: 128px;
}

header .header-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid transparent;
	min-height: 128px;
	background: #fff
}

header .header-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:991px) {
	#header > div > div.header-container.container > div > div.header-right.justify-content-end > div {
		display:none;
	}
}


header .container {
	position: relative
}

header .header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-height: 100%;

}

header .header-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

header .header-column .header-row {
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit
}

header .header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 50px;
	z-index: 4
}

header .header-top .header-column {
	min-height: 50px
}

header .logo {
	margin: 10px 0;
	-webkit-transition: all .2s ease-in .2s;
	-moz-transition: all .2s ease-in .2s;
	transition: all .2s ease-in .2s;
	max-width: 240px
}

header .header-body .logo img {
	position: relative;
	max-width: 100%
}

header .header-body .header-nav {
	padding-top: 16px;
	min-height: 52px
}

header .header-body .header-nav-top {
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

header .header-body .search .input-group>span {
	display: -ms-flexbox;
	display: flex;
}

header .header-body .header-nav-main {
	padding: 15px 0
}

header .header-nav-main nav>ul>li>a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: normal;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 8px 12px;
	text-transform: uppercase;
	margin-left: 2px
}

header .header-nav-main .dropdown-toggle::after {
	content: none
}

header nav ul.nav-main li a .fa-caret-down {
	position: relative;
	top: -2px;
	margin-left: 2px;
	opacity: 0.95;
	margin-right: -9px;
	color: #00a7a1;
}
header nav ul.nav-main li a .fa-angle-down {
	position: relative;
	top: 0px;
	margin-left: 2px;
	opacity: 0.95;
	margin-right: -9px;
	color: #00a7a1;
}


header.flat-header .header-container .header-column {
	min-height: 128px
}

header.clean-top .header-top {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ededed
}

header.flat-menu .header-body {
	min-height: 152px
}

header.flat-menu .header-container .header-column {
	min-height: 100px
}

header.flat-menu .header-body .header-nav-main {
	padding: 0
}

header.colored .header-body {
	min-height: 147px;
	border-top: 0
}

header.center .header-body {
	min-height: 142px
}

header.center .header-container .header-nav-center>.header-column.justify-content-end {
	min-height: 100px
}

header.center .header-nav-center {
	display: block
}

header.center .header-body .header-nav-main,
header.nav-bar .header-body .header-nav-main {
	padding: 0
}

header.nav-bar .header-top {
	border-bottom: 1px solid #e3e1e0
}

header.nav-bar .header-top .header-column {
	min-height: 55px
}

header.nav-bar .header-body>.header-container .header-column {
	min-height: 100px
}

header .search {
	margin-left: 15px;
}

header .mini-search {
	display: none
}
button.btn.mini-search {
	visibility:hidden;
}

header div.social-icons {
	margin-left: 20px
}

header .gtranslator a {
	text-decoration: none
}

header.full-header div.social-icons,
header.header-bottom div.social-icons {
	margin-left: 0
}


/* Added CG */
header div.header-container.container div.mig-pad-top {
	padding-top: 56px;
}




body.sticky-menu-active .showControlBar header .header-body {
	top: 0
}
body.sticky-menu-active header.nav-bar .header-body .logo img {
      visibility: hidden;
}
body.sticky-menu-active header.flat-menu .header-body .logo,
body.sticky-menu-active header.center .header-body .logo,
body.sticky-menu-active header.nav-bar .header-body .logo {
	content: '';
  background: url(/portals/0/logotext.png) !important; 
  background-size: 180px !important;background-repeat: no-repeat !important;
	background-position: center bottom !important;
	width: 180px !important;
	object-fit: scale-down  !important;
	margin-left: 12px !important; margin-top:-8px !important;
	background-color: transparent !important;
}
body.sticky-menu-active header.flat-menu .header-body .logo2,
body.sticky-menu-active header.center .header-body .logo2,
body.sticky-menu-active header.nav-bar .header-body .logo2 {
	content: '';
  background: url(/portals/slacins/logotext.png) !important; 
  background-size: 180px !important;background-repeat: no-repeat !important;
	background-position: center bottom !important;
	width: 180px !important;
	object-fit: scale-down  !important;
	margin-left: 12px !important; margin-top:-8px !important;
	background-color: transparent !important;
}

body.sticky-menu-active .header-body {
	position: fixed !important;
	top: -58px;
	background-color: unset !important;
	background-image: url(/portals/0/images/headerBkgd.png);
	background-repeat:repeat-x;
	background-position: bottom;
}

body.sticky-menu-active header.nav-bar .header-body div.header-container.container .header-row,
body.sticky-menu-active header.nav-bar #header > div > div.header-container.container > div > div.header-right.justify-content-end > div > div > div > div > div {
	margin-left: 0px !important;
	
}
body.sticky-menu-active header .header-nav-top,
body.sticky-menu-active header #login,
body.sticky-menu-active header .search {
	/* display: none; */
	margin-bottom: -56px;
	margin-right: 0px;
}
body.sticky-menu-active #header > div > div.nav-bar-primary > div > div > div.header-nav-main-effect.right {
	margin-right:0px;
}

header .btn-responsive-nav {
    	position:relative;
    	/* left: 32px; */
    }

/* Added BB */
@media(max-width:992px){
    body.sticky-menu-active div.header-right.justify-content-end {
	    display:none;
    }
    body.sticky-menu-active header .header-body {
    	min-height:unset;
    }
    body.sticky-menu-active header .btn-responsive-nav {
    	top: 27px;
        left: 20px;	
    }
    body.sticky-menu-active header-column justify-content-end, body.sticky-menu-active #header > div > div.header-container.container > div > div.header-column.justify-content-end {
    	position: relative;
    	right:32px
    }

}


body.sticky-menu-active header.center .header-nav-center {
	display: flex
}

body.sticky-menu-active header.center .header-nav-main {
	padding-top: 15px;
	justify-content: flex-end
}

@media(min-width:992px) {
	header .nav-main-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		height: auto !important;
		min-height: 40px
	}
	header nav ul.nav-main li a {
		font-size: 16px;
		font-style: normal;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: 400;
		padding: 12px 12px 8px 12px;
	}
	header nav ul.nav-main li.btnLogin a {
		font-size: 16px;
		font-style: normal;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: 400;
		padding: 12px 14px 4px 14px;
	}
	header nav ul.nav-main li ul a {
		text-transform: none;
		font-weight: normal
	}
	header nav ul.nav-main li.dropdown:hover a.dropdown-toggle,
	header nav ul.nav-main li.dropdown:focus a.dropdown-toggle,
	header nav ul.nav-main li.dropdown.focused a.dropdown-toggle {
		border-radius: 5px 5px 0 0
	}
	header nav ul.nav-main li.dropdown:hover>ul {
		/* display: block */
	}
	header nav ul.nav-main ul.dropdown-menu {
		border: 0;
		border-top: 5px solid #ccc;
		border-radius: 0 6px 6px 6px;
		box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
		margin: 0 0 0 2px;
		/* padding: 5px; */
		top: auto;
		text-align: left;
		min-width: 200px;
	}
	header nav ul.nav-main ul.dropdown-menu>li>a {
		display: block;
		font-weight: 400;
		text-transform: none;
		position: relative;
		padding: 8px 25px 8px 10px;
		border-bottom: 1px solid #00a7a1;
		text-decoration: none;
		margin: 0 3px;
		color: #000 !important;
	}
	header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
		border-top: 0;
		border-radius: 6px;
		margin-left: 0;
		margin-top: 0
	}
	header nav ul.nav-main .dropdown-submenu:hover>.dropdown-menu {
		display: block
	}
	header nav ul.nav-main .dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		border-radius: 0 6px 6px 6px
	}
	header nav ul.nav-main .dropdown-submenu {
		position: relative
	}
	header nav ul.nav-main .dropdown-submenu .fa-caret-down,
	header nav ul.nav-main .dropdown-submenu .fa-angle-down {
		display: none
	}
	header nav ul.nav-main .dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #fff;
		margin-top: 5px;
		margin-right: -10px;
		position: absolute;
		top: 8px;
		right: 15px
	}
	header.ddrheader.center .header-container .header-column.justify-content-center,
	header.ddrheader.nav-bar .nav-bar-primary {
		height: auto !important
	}
	header.ddrheader.center .header-body .header-nav-main {
		padding-bottom: 15px
	}
	header.ddrheader.nav-bar .header-body .header-nav-main {
		padding: 0 0 0 0;
	}
	header.ddrheader.flat-menu .header-nav-main nav>ul>li {
		margin-top: -1px
	}
	header.ddrheader.flat-menu .header-nav-main nav>ul>li>a {
		padding-top: 40px;
		padding-bottom: 40px;
		border-radius: 0 !important;
		height: 100%;
		margin-top: 1px
	}
	header.flat-menu nav ul.nav-main ul.dropdown-menu,
	header.flat-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
		border-radius: 0 !important
	}
	body.sticky-menu-active header.center .header-nav-center .header-column.justify-content-center {
		align-items: flex-start
	}
	header .mini-search {
		display: none !important
	}
}

@media(max-width:991px) {
	header .header-body {
		padding: 0;
		overflow-x: hidden;
		
		overflow-y: hidden;
	}
	header .header-body .header-nav {
		padding-top: 20px
	}
	header .header-nav-main-effect {
		position: absolute;
		background: transparent;
		width: 100%;
		top: 100%;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		z-index: 99
	}
	header .header-nav-main-effect:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: #171717;
		z-index: -1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	header .nav-main {
		width: 100%
	}
	header nav ul.nav-main {
		padding: 15px 25px;
		display: block
	}
	header .nav-main ul {
		padding: 0;
		margin: 0
	}
	header nav ul.nav-main ul.sub-menu {
		padding: 0;
		margin-left: 5px !important
	}
	header .nav-main ul li {
		padding: 0;
		margin: 0;
		clear: both;
		float: none;
		display: block;
		border-bottom: 1px solid #00a7a1;
		position: relative;
		text-align: left;
	}
	header .nav-main ul li:last-child {
		border-bottom: none
	}
	header .nav-main ul li span.hidedivide{
		display: none;
	}

	header nav ul.nav-main li a {
		clear: both;
		display: block;
		padding: 9px 8px !important;
		border: 0;
		border-top: 0;
		margin: 0;
		font-weight: normal;
		text-transform: capitalize;
		color: #000 !important;
		font-size: 19px !important;
		font-weight: 100 !important;
	}
    header nav ul.nav-main li a:hover {
    	color:#00a7a1 !important;
    	text-decoration: none;
    }

	header nav ul.nav-main li a .fa-caret-down,
	header nav ul.nav-main li a .fa-angle-down {
		line-height: 35px;
		min-height: 38px;
		min-width: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
		display: initial;
		color: #00a7a1;
	}
    header nav ul.nav-main li a:hover .fa-caret-down,
    header nav ul.nav-main li a:hover .fa-angle-down {
    	color:#000;
    }

	header .nav-main ul ul {
		margin-left: 20px !important
	}
	header nav ul.nav-main li.dropdown.open .dropdown-toggle,
	header nav ul.nav-main li a,
	header nav ul.nav-main li>a:hover,
	header nav ul.nav-main li.active a,
	header nav ul.nav-main li.dropdown:hover a {
		background: none !important;
		background-color: transparent !important
	}
	header .nav-main ul.dropdown-menu {
		position: static;
		clear: both;
		float: none;
		display: none !important;
		border: 0
	}
	header .nav-main li.opened>ul.dropdown-menu,
	header .nav-main li.focused>ul.dropdown-menu {
		display: block !important
	}
	header nav ul.nav-main ul.dropdown-menu {
		background: none !important;
		background-color: transparent !important;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 15px
	}
	header div.social-icons {
		display: none !important
	}
	header .mini-search {
		padding: 6px 12px;
		background: #171717;
		color: #fff;
		margin-right: 10px;
		font-size: 14px !important
	}
	header.pushdownHeader .mini-search {
		margin-right: 45px
	}
	header.pushdownHeader.full-header .mini-search {
		margin-right: 75px
	}
	header .search-block {
		position: absolute;
		top: 100%;
		z-index: 9;
		width: 100%;
		left: 0
	}
	header .search-block span {
		display: block !important;
		margin: 0 !important
	}
	header .search-block input {
		width: 100%;
		font-size: 16px;
		padding: 5px 32px 5px 6px;
		border: 1px solid #ccc
	}
	header .search-block .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
		top: 2px
	}
	header .search-block ul.searchSkinObjectPreview,
	header.ddrheader.center nav {
		width: 100%
	}
	header.center .header-container .header-nav-center>.header-column.justify-content-end {
		width: 100%;
		min-height: 100px
	}
	header.center .header-container .header-nav-center>.header-column.justify-content-center {
		height: 0;
		min-height: 0
	}
	header.center .mini-search,
	header.center .btn-responsive-nav {
		position: absolute
	}
	header.center .mini-search {
		right: 50px
	}
	header .nav-main-collapse.show,
	body.sticky-menu-active header .nav-main-collapse.show {
		overflow: hidden !important;
		overflow-x: hidden !important;
		overflow-y: auto !important
	}
	header .nav-main-collapse,
	body.sticky-menu-active header .nav-main-collapse {
		 /* max-height: 330px */
		/* max-height: 380px; */
	}
	body.sticky-menu-active header.ddrheader.center .header-nav-center>.header-column.justify-content-end {
		width: 100%
	}
}

@media(min-width:992px) {
	header.newHeader {
		position: absolute;
		z-index: 1000;
		width: 100%;
		background: transparent
	}
	header.newHeader .header-body {
		background: transparent;
		width: 100%;
		z-index: 1000;
		position: fixed;
		border-top: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		min-height: 128px
	}
	header.newHeader .header-container .header-column {
		min-height: 127px
	}
	header.ddrheader.newHeader .header-body .header-nav-main {
		padding-bottom: 0
	}
	header.newHeader nav>ul.nav-main>li>ul.dropdown-menu {
		border-radius: 0 !important
	}
	header.newHeader .header-body nav ul.nav-main .dropdown-full-color ul.dropdown-menu {
		border-top-color: #fff !important
	}
	header.newHeader .header-nav-main nav>ul>li>a {
		padding-bottom: 20px;
		padding-top: 20px
	}
	body.sticky-menu-active header.newHeader .header-nav-main nav>ul>li>a {
		padding-bottom: 42px;
		padding-top: 42px
	}
	header.newHeader.fixedheader .header-nav-main nav>ul>li>a,
	body.sticky-menu-active header.newHeader.fixedheader .header-nav-main nav>ul>li>a {
		padding-bottom: 10px;
		padding-top: 10px
	}
	body.sticky-menu-active header.newHeader .header-body {
		background: rgba(0, 0, 0, .8);
		border-bottom: 0
	}
	body.sticky-menu-active header.ddrheader.newHeader .header-body .header-nav-main {
		padding-top: 0
	}
	body.sticky-menu-active header.newHeader.fixedheader .header-body {
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}
	header.header-bottom {
		position: absolute;
		z-index: 1000;
		width: 100%;
		background: transparent;
		min-height: 60px !important
	}
	header.header-bottom .header-body {
		background: transparent;
		width: 100%;
		z-index: 1000;
		position: fixed;
		border: 0;
		min-height: 60px
	}
	header.header-bottom .header-container .header-column {
		min-height: 100px
	}
	header.header-bottom .header-top {
		min-height: 60px
	}
	header.header-bottom .header-nav-bottom {
		bottom: 0;
		position: fixed;
		width: 100%;
		min-height: 100px;
		background: rgba(0, 0, 0, .8);
		z-index: 1000
	}
	header.header-bottom .header-body .header-nav-main {
		padding: 0
	}
	header.header-bottom .header-nav-main nav>ul>li>a {
		padding-top: 40px;
		padding-bottom: 40px
	}
	header.header-bottom ul.dropdown-menu {
		bottom: 100%;
		border-radius: 0 !important
	}
	header.header-bottom nav ul.nav-main .dropdown-submenu>.dropdown-menu {
		top: auto;
		bottom: 0
	}
	header.header-bottom nav ul.nav-main>li.focused>a {
		background: transparent
	}
	body.sticky-menu-active header.header-bottom .header-top {
		display: none
	}
	body.sticky-menu-active header.header-bottom .header-nav-bottom {
		bottom: auto;
		top: 0
	}
	body.sticky-menu-active .showControlBar header.header-bottom .header-nav-bottom {
		top: 54px
	}
	body.sticky-menu-active header.header-bottom .dropdown-menu {
		bottom: auto
	}
	header.full-header {
		position: absolute;
		z-index: 1000;
		width: 100%;
		background: transparent
	}
	header.full-header .header-body {
		padding: 0 40px;
		width: 100%;
		z-index: 1000;
		position: fixed;
		border-top: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		min-height: 140px;
		background: rgba(0, 0, 0, .5)
	}
	header.full-header .header-container-fluid .header-column {
		min-height: 85px
	}
	header.full-header .header-top {
		min-height: 54px
	}
	header.full-header .header-body .header-nav-main {
		padding: 0
	}
	header.full-header .header-nav-main nav>ul>li>a {
		padding-top: 32px;
		padding-bottom: 32px
	}
	header.full-header nav>ul.nav-main>li>ul.dropdown-menu {
		border-radius: 0 !important
	}
	header.full-header.fixedheader .header-nav-main nav>ul>li>a,
	body.sticky-menu-active header.full-header.fixedheader .header-nav-main nav>ul>li>a {
		padding-bottom: 10px;
		padding-top: 10px
	}
	body.sticky-menu-active header.full-header .header-body {
		background: rgba(0, 0, 0, .8);
		border-bottom: 0
	}
	body.sticky-menu-active header.full-header .header-nav-main nav>ul>li>a {
		margin-top: 1px
	}
}

header.full-header .header-container-fluid {
	position: relative
}

@media(max-width:991px) {
	header.header-bottom .header-container .header-column {
		min-height: 85px
	}
	header.full-header .header-top {
		padding: 0 30px
	}
	header.full-header .logo {
		padding-left: 30px
	}
	header.full-header .btn-responsive-nav {
		margin-right: 30px
	}
}

.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #171717
}

.scrollbar::-webkit-scrollbar {
	width: 12px;
	background-color: #171717
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555
}

header.overlayHeader .overlay {
	position: fixed;
	width: auto;
	top: 250px;
	left: 50%;
	opacity: 0;
	margin: 0 0 0 -150px !important;
	text-align: center;
	z-index: 1050;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	float: none !important;
	visibility: hidden
}

.overlay-effect header.overlayHeader .overlay {
	opacity: 1 !important;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible
}

header.overlayHeader .btn-responsive-nav {
	z-index: 9
}

header.overlayHeader .btn-responsive-nav:before {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: .9;
	-moz-transform: scale(.2) translate3d(0, 0, 0);
	-ms-transform: scale(.2) translate3d(0, 0, 0);
	-webkit-transform: scale(.2) translate3d(0, 0, 0);
	transform: scale(.2) translate3d(0, 0, 0);
	visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #000;
	width: 200px;
	height: 200px !important;
	position: absolute;
	top: 0;
	right: -86px;
	bottom: 0;
	margin: auto;
	content: "";
	z-index: 9
}

.overlay-effect header.overlayHeader .btn-responsive-nav:before {
	visibility: visible;
	-moz-transform: scale(30);
	-ms-transform: scale(30);
	-webkit-transform: scale(30);
	transform: scale(30)
}

header.overlayHeader.center .btn-responsive-nav:before,
header.overlayHeader.nav-bar .btn-responsive-nav:before {
	right: -72px
}

header.overlayHeader button {
	outline: none
}

header.overlayHeader .nav-main-collapse>nav.nav-main.overlay>ul.nav-pills li a {
	background: none !important;
	background-color: transparent !important
}

header.overlayHeader .overlay .dl-subview li.dl-subview,
header.overlayHeader .overlay .dl-subview li.dl-subview .overlay-menu,
header.overlayHeader .overlay .dl-subview li.dl-subviewopen,
header.overlayHeader .overlay .dl-subview li.dl-subviewopen>.overlay-menu,
header.overlayHeader .overlay .dl-subview li.dl-subviewopen>.overlay-menu>li,
header.overlayHeader .overlay .dl-subview li.dl-subview .overlay-submenu,
header.overlayHeader .overlay .dl-subview li.dl-subviewopen>.overlay-submenu,
header.overlayHeader .overlay .dl-subview li.dl-subviewopen>.overlay-submenu>li,
header.overlayHeader .overlay .dl-menu li.dl-menu,
header.overlayHeader .overlay .dl-menu li.dl-menu .overlay-submenu,
header.overlayHeader .overlay .dl-menu li.dl-submenu,
header.overlayHeader .overlay .dl-menu li.dl-submenu>.overlay-submenu,
header.overlayHeader .overlay .dl-menu li.dl-submenu>.overlay-submenu>li,
header.overlayHeader .overlay .nav-pills>li,
header.overlayHeader .overlay ul li a {
	display: block
}

header.overlayHeader .overlay .dl-subview li.dl-subviewopen.dl-menuopen>.overlay-menu>li>a,
header.overlayHeader .overlay .dl-subview li.dl-subview.dl-menuopen>.overlay-menu>li>a,
header.overlayHeader .overlay .dl-subview li,
header.overlayHeader .overlay .dl-subview li.dl-subviewopen>a,
header.overlayHeader .overlay .dl-subview li.dl-subview>a,
header.overlayHeader .overlay li .overlay-submenu,
header.overlayHeader .overlay .overlay-menu,
header.overlayHeader .overlay .icon-back,
header.overlayHeader .overlay.one-menu,
header .overlay .nav-pills>li {
	display: none
}

header.overlayHeader .overlay .dl-subview .icon-back {
	display: table;
	color: #fff;
	margin: 10px 18px 0;
	padding: 5px;
	font-size: 16px
}

header.overlayHeader .overlay .dl-subview .dl-subviewopen li a,
header.overlayHeader .overlay .dl-menu .dl-submenu li a {
	display: block;
	position: relative;
	line-height: 20px;
	text-decoration: none
}

header.overlayHeader .header-body .header-nav-main {
	position: relative
}

header.overlayHeader .overlay ul li a {
	color: transparent;
	text-align: left
}

header.overlayHeader nav ul.nav-main li a {
	padding: 15px 20px !important
}

header.overlayHeader nav ul.nav-main .overlay-dropdown a,
header.overlayHeader nav ul.nav-main li.overlay-dropdown:hover a,
header.overlayHeader nav ul.nav-main li.overlay-child:hover a,
header.overlayHeader nav ul.nav-main>li.active>a,
header.overlayHeader .overlay-menu .overlay-dropdown-submenu a:hover,
header.overlayHeader .overlay-menu .overlay-subchild a:hover {
	background-color: transparent !important
}

header.overlayHeader .overlay ul.nav-main {
	width: 300px;
	max-height: 450px;
	margin: 0 !important;
	padding: 0;
	overflow-y: auto;
	background-color: #1f1f1f;
	display: block
}

header.overlayHeader .overlay em.icon-right {
	float: right;
	font-size: 20px
}

header.overlayHeader nav ul.nav-main>li+li {
	margin-left: 0 !important
}

header.overlayHeader .overlay ul.nav-main li ul {
	padding: 0;
	margin: 0
}

.animate-menu {
	animation-name: example;
	animation-duration: 500ms
}

@keyframes example {
	0% {
		left: 60%;
		opacity: .1
	}
	100% {
		left: 50%;
		opacity: 1
	}
}

header.overlayHeader .close-btn {
	display: block;
	background: transparent;
	color: #fff;
	font-size: 25px;
	border: none;
	width: 25px;
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 0;
	cursor: pointer
}

header.overlayHeader.center .close-btn,
header.overlayHeader.nav-bar .close-btn {
	right: 15px
}

@media(max-width:991px) {
	header.overlayHeader .header-nav-main-effect {
		-webkit-transform: none;
		transform: none
	}
	header.overlayHeader .btn-responsive-nav:before {
		right: -80px
	}
	header.overlayHeader.center .btn-responsive-nav:before,
	header.overlayHeader.nav-bar .btn-responsive-nav:before {
		right: -66px
	}
	header.overlayHeader .close-btn {
		right: 6px
	}
	header.overlayHeader.center .close-btn,
	header.overlayHeader.nav-bar .close-btn {
		right: 22px
	}
	header.overlayHeader .nav-main ul li {
		border-bottom: none
	}
	header.overlayHeader .nav-main ul ul {
		margin-left: 0 !important
	}
	header.overlayHeader .overlay .dl-subview .icon-back {
		padding: 10px 20px;
		margin: 0
	}
}

@media(max-width:479px) {
	header.overlayHeader .overlay {
		top: 250px
	}
}

header.inlineHeader .push-menu {
	position: absolute;
	width: 270px;
	z-index: 9;
	overflow: hidden;
	-webkit-transition: box-shadow .3s ease, visibility 0s .6s ease;
	-moz-transition: box-shadow .3s ease, visibility 0s .6s ease;
	transition: box-shadow .3s ease, visibility 0s .6s ease;
	visibility: hidden;
	border-radius: 4px;
	text-align: left
}

header.inlineHeader .push-menu:after {
	content: ' ';
	position: absolute;
	top: -835px;
	right: -640px;
	height: 1650px;
	width: 1300px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .6s ease, opacity .3s .3s ease;
	-moz-transition: transform .6s ease, opacity .3s .3s ease;
	transition: transform .6s ease, opacity .3s .3s ease;
	border-radius: 50%;
	background: #fff;
	z-index: -1;
	opacity: 0
}

.show-menu header.inlineHeader .push-menu {
	-webkit-transition: box-shadow .6s .3s ease;
	-moz-transition: box-shadow .6s .3s ease;
	transition: box-shadow .6s .3s ease;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
	visibility: visible !important
}

.show-menu header.inlineHeader .push-menu:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .6s ease, opacity .6s ease;
	-moz-transition: transform .6s ease, opacity .6s ease;
	transition: transform .6s ease, opacity .6s ease;
	opacity: 1
}

.show-menu header.inlineHeader .push-menu ul li {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(1) {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(2) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(3) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(4) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .4s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(5) {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(6) {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(7) {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(8) {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(9) {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(10) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(11) {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s
}

.show-menu header.inlineHeader .push-menu li:nth-of-type(12) {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}

.show-menu header.inlineHeader .push-menu nav.nav-main.mega-menu.push-down {
	position: relative;
	right: 0
}

header nav.push-down ul.nav-main>li {
	display: none
}

header.inlineHeader nav ul.nav-main>li {
	display: block
}

header.inlineHeader nav.push-menu ul.nav-main>li+li {
	margin-left: 0
}

header.inlineHeader .nav-main-collapse {
	position: relative;
	overflow: visible !important
}

.push-animate {
	animation-name: example1;
	animation-duration: 500ms
}

@keyframes example1 {
	0% {
		left: 60%;
		opacity: .1
	}
	100% {
		left: 0;
		opacity: 1
	}
}

header.inlineHeader .navbar-collapse .push-menu>nav.push-down>ul.nav-main li>a {
	background: none !important;
	background-color: transparent !important
}

header.inlineHeader .navbar-collapse .push-menu ul.nav-main li:hover>a,
header.inlineHeader .navbar-collapse .push-menu ul.nav-main li>a:hover {
	background-color: rgba(0, 0, 0, .04) !important
}

header.inlineHeader .push-menu nav.nav-main.mega-menu {
	width: 100%
}

header.inlineHeader .push-menu .nav-main ul.nav-main {
	margin: 0 !important;
	display: block;
	width: 100%
}

header.inlineHeader .push-menu li>a {
	display: block;
	font-weight: 600;
	margin: 0;
	color: transparent;
	padding: 16px 25px !important;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	outline: none !important
}

header.inlineHeader .push-menu ul li {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	list-style-type: none;
	margin-left: 0 !important
}

header.inlineHeader .pushdown-menu {
	display: none !important
}

header.inlineHeader .push-menu .icon-right {
	padding: 0 0 0 15px;
	float: right;
	font-size: 20px
}

header.inlineHeader .push-menu a.backicon {
	display: table;
	font-size: 15px;
	font-weight: 500;
	color: #808080 !important;
	padding: 15px 25px 0;
	text-decoration: none
}

header.inlineHeader .push-menu li.menu-set.dl-subviewopen>ul.pushdown-menu,
header.inlineHeader .push-menu li.pushdown-sub-menu>ul {
	padding: 0;
	margin: 0 !important
}

header.inlineHeader .push-menu li.subviewopen>ul.pushdown-submenu {
	margin-left: 0 !important;
	padding: 0
}

header.inlineHeader .push-menu ul.dl-subview>li.menu-set.dl-subviewopen>a,
header.inlineHeader .push-menu ul.dl-subview>li.menu-child>a,
header.inlineHeader .push-menu ul.pushdown-menu>li.pushdown-sub>ul.pushdown-menu>li.push-down-menu,
header.inlineHeader .push-menu ul.pushdown-menu>li.pushdown-sub>ul.pushdown-submenu,
header.inlineHeader .push-menu ul.pushdown-menu.subview>li.pushdown-sub.subviewopen>a,
header.inlineHeader .push-menu ul.pushdown-menu.subview>li.pushdown-sub,
header.inlineHeader .push-menu li.a.subviewopen>a,
header.inlineHeader .push-menu ul.pushdown-menu.subview>li.push-down-menu,
header.inlineHeader .push-menu li.menu-set>ul.pushdown-menu,
header.inlineHeader .push-menu ul.dl-subview>li.menu-set,
header.inlineHeader .push-menu ul.pushdown-submenu.sub-view>li,
header.inlineHeader .push-menu li.pushdown-sub-menu.open>a,
header.inlineHeader .push-menu li.pushdown-sub-menu>ul.pushdown-submenu>li,
header.inlineHeader .push-menu a.backicon {
	display: none
}

.show-menu header.inlineHeader .push-menu ul.dl-subview a.backicon {
	display: table
}

header.inlineHeader .push-menu ul.pushdown-menu>li.subviewopen>ul.pushdown-submenu,
header.inlineHeader .push-menuli.pushdown-sub-menu.open>ul>li,
header.inlineHeader .push-menuul.pushdown-submenu.sub-view>li.open,
header.inlineHeader .push-menu li.menu-set.dl-subviewopen>ul.pushdown-menu,
header.inlineHeader .push-menu li.dl-subviewopen>ul.pushdown-menu>li.pushdown-sub.dl-subviewopen>ul.pushdown-menu>li.push-down-menu,
header.inlineHeader .push-menu ul.dl-subview>li.dl-subviewopen>ul.pushdown-submenu,
header.inlineHeader .push-menu ul.pushdown-menu.subview>li.pushdown-sub.subviewopen,
header.inlineHeader .push-menu li.a.subviewopen>ul.pushdown-submenu,
header.inlineHeader .push-menu li.menu-set.dl-subviewopen {
	display: block !important
}

header.inlineHeader.center .header-nav-center>.header-column.justify-content-center,
header.inlineHeader.nav-bar .header-nav-center .header-nav-main {
	justify-content: flex-end !important
}

@media(min-width:992px) {
	header.inlineHeader.flat-header .header-body .header-nav-main,
	header.inlineHeader.newHeader .header-body .header-nav-main {
		position: relative
	}
	header.inlineHeader.flat-header .nav-main-collapse,
	header.inlineHeader.newHeader .nav-main-collapse {
		position: unset
	}
	header.inlineHeader.flat-header .push-menu {
		top: 25px;
		right: 36px
	}
	header.inlineHeader.newHeader .push-menu {
		top: 18px;
		right: 36px
	}
	header.inlineHeader .push-menu {
		top: 10px;
		right: -128px
	}
	header.inlineHeader.flat-menu .push-menu {
		right: -10px
	}
	header.inlineHeader.center .push-menu,
	header.inlineHeader.no-border-top .push-menu {
		top: -42px;
		right: 35px
	}
	header.header-bottom.inlineHeader .push-menu {
		top: auto;
		bottom: 5px;
		right: -5px
	}
	header.header-bottom.inlineHeader .push-menu:after {
		right: -900px;
		top: -200px;
		height: 1500px;
		width: 1500px
	}
	header.inlineHeader.full-header .push-menu {
		top: 8px;
		right: -5px
	}
	body.sticky-menu-active header.inlineHeader.center .push-menu {
		top: 58px
	}
	body.sticky-menu-active header.inlineHeader.no-border-top .push-menu {
		top: -26px
	}
	body.sticky-menu-active header.header-bottom.inlineHeader .push-menu {
		top: 10px;
		bottom: auto
	}
	body.sticky-menu-active header.header-bottom.inlineHeader .push-menu:after {
		top: -795px;
		right: -515px;
		height: 1535px;
		width: 1000px
	}
}

@media(max-width:991px) {
	header.inlineHeader .header-nav-main-effect {
		transform: none;
		left: auto
	}
	header.inlineHeader .push-menu {
		top: -52px;
		right: 46px
	}
	header.inlineHeader.flat-menu .push-menu,
	header.inlineHeader.center .push-menu,
	header.inlineHeader.nav-bar .push-menu {
		top: -68px
	}
	header.inlineHeader.header-bottom .push-menu,
	header.inlineHeader.full-header .push-menu {
		top: -62px
	}
	body.sticky-menu-active header.inlineHeader.header-bottom .push-menu,
	body.sticky-menu-active header.inlineHeader.full-header .push-menu {
		top: -50px
	}
	header.inlineHeader .push-menu .nav-main ul li {
		border-bottom: 0
	}
}

@media(max-width:361px) {
	header.inlineHeader .push-menu {
		width: 235px
	}
}

header.pushdownHeader .navbar-collapse {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	top: 100%;
	z-index: 99999;
	min-height: auto
}

header.pushdownHeader .navbar-collapse nav {
	width: 100%;
	padding: 0 15px
}

header.pushdownHeader .pushdown.nav-main ul li {
	padding: 5px 10px;
	clear: both;
	display: block;
	border-bottom: 1px solid #2a2a2a;
	text-align: left;
	width: 100%
}

header.pushdownHeader .navbar-collapse nav.pushdown ul.nav-main li>a,
header.pushdownHeader .navbar-collapse nav.pushdown ul.nav-main li.active a,
header.pushdownHeader .navbar-collapse nav.pushdown ul.nav-main li:hover a,
header.pushdownHeader .navbar-collapse nav.pushdown ul.nav-main li a:focus,
header.pushdownHeader .navbar-collapse nav.pushdown ul.nav-main li a:hover,
header.pushdownHeader .navbar-collapse nav.pushdown ul.nav-main>li:hover>a,
header.pushdownHeader .navbar-collapse nav.pushdown ul.nav-main ul.dropdown-menu {
	background: none !important;
	background-color: transparent !important
}

header.pushdownHeader .pushdown .nav>li,
header.pushdownHeader .pushdown .nav>li>a {
	position: relative
}

header.pushdownHeader .pushdown .nav-pills li>a {
	outline: none !important;
	display: block
}

header.pushdownHeader nav.pushdown ul.nav-main li a .fa-caret-down,
header.pushdownHeader nav.pushdown ul.nav-main li a .fa-angle-down {
	top: 4px;
	font-size: 2em;
	position: absolute;
	right: 5px
}

header.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu {
	border: 0;
	border-radius: 6px;
	margin: 0;
	padding: 5px;
	padding-right: 0 !important
}

header.pushdownHeader .pushdown.nav-main ul.dropdown-menu {
	position: static;
	clear: both;
	float: none;
	display: none !important
}

header.pushdownHeader .pushdown .dropdown-menu {
	left: 0;
	z-index: 1000;
	text-align: left;
	list-style: none
}

header.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu li>a {
	padding: 5px;
	border: 0;
	font-weight: 400;
	text-transform: none;
	position: relative
}

header.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	border-radius: 6px;
	margin-top: -5px;
	margin-bottom: 0
}

header.pushdownHeader .pushdown.nav-main ul li:last-child {
	border-bottom: none
}

header.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu li>a {
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s
}

header.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu li:hover>a {
	padding-left: 16px;
	padding-right: 16px
}

header.pushdownHeader nav.pushdown ul.nav-main>li>a,
header.pushdownHeader nav.pushdown ul.nav-main li.dropdown:hover>a {
	padding: 5px !important
}

header.pushdownHeader nav.pushdown ul.nav-main .dropdown-submenu .fa-caret-down,
header.pushdownHeader nav.pushdown ul.nav-main .dropdown-submenu .fa-angle-down {
	display: block;
	right: 0
}

header.pushdownHeader .pushdown .scrollbar {
	max-height: 330px;
	background: #171717;
	overflow-y: auto
}

header.pushdownHeader nav ul.nav-main li>a:after {
	content: none
}

header.pushdownHeader.nav-bar nav.nav-main {
	float: right
}

header.pushdownHeader nav.nav-main.nav-main-collapse-push.collapse {
	display: none
}

header.pushdownHeader nav.nav-main.nav-main-collapse-push.collapse.in {
	display: block
}

header.pushdownHeader .pushdown .nav-main li.resp-active>ul.dropdown-menu {
	display: block !important
}

header.pushdownHeader .pushdown.nav-main ul.nav-main {
	border: 5px solid #171717
}

header.pushdownHeader.header-bottom .navbar-collapse {
	position: static;
	transform: none
}

header.pushdownHeader.full-header .header-container-fluid {
	position: relative
}

header.pushdownHeader .btn-responsive-nav {
	display: none !important
}

header.pushdownHeader .btn-push-nav {
	position: absolute;
	top: -52px;
	right: 15px
}

header.pushdownHeader.flat-menu .btn-push-nav,
header.pushdownHeader.center .btn-push-nav,
header.pushdownHeader.nav-bar .btn-push-nav {
	top: -65px
}

header.pushdownHeader.newHeader .btn-push-nav {
	top: -55px
}

header.pushdownHeader.header-bottom .btn-push-nav {
	top: 32px
}

header.pushdownHeader.full-header .btn-push-nav {
	top: -60px
}

@media(min-width:992px) {
	header.pushdownHeader .navbar-collapse {
		margin-top: 1px
	}
	header.pushdownHeader.header-bottom .pushdown.nav-main {
		position: absolute;
		width: 100%;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		top: auto;
		bottom: 100%
	}
	body.sticky-menu-active header.pushdownHeader.header-bottom .pushdown.nav-main {
		top: 100%;
		bottom: auto
	}
}

@media(max-width:991px) {
	header.pushdownHeader .navbar-collapse nav {
		padding: 5px 10px
	}
	header.pushdownHeader ul.nav-main {
		padding: 0;
		border: 0 !important
	}
	header.pushdownHeader .btn-push-nav {
		top: -52px
	}
	header.pushdownHeader.newHeader .btn-push-nav {
		top: -50px
	}
	header.pushdownHeader.center .btn-push-nav,
	header.pushdownHeader.nav-bar .btn-push-nav {
		top: -67px
	}
	header.pushdownHeader.header-bottom .btn-push-nav {
		top: -60px
	}
	header.pushdownHeader.full-header .btn-push-nav {
		right: 30px
	}
	header.pushdownHeader.header-bottom .navbar-collapse {
		height: 0
	}
	header.pushdownHeader .header-nav-main-effect:before {
		content: none
	}
	header.pushdownHeader .navbar-collapse {
		position: static;
		transform: none;
		height: 0;
		padding: 0
	}
	header.pushdownHeader .navbar-collapse:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: #171717;
		z-index: -1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	header.pushdownHeader.newHeader .header-container .header-column {
		min-height: 122px
	}
	header.pushdownHeader.full-header .header-container-fluid .header-column {
		min-height: 85px
	}
}

.showControlBar .navbar-collapse.slidebar {
	top: 54px
}

.navbar-collapse.slidebar {
	top: 0;
	overflow-y: auto !important;
	height: 100% !important;
	display: block !important
}

.slidebar .close-icon {
	display: inline-block;
	width: 100%;
	cursor: default
}

.slidebar .close-icon .fa-times-circle {
	cursor: pointer
}

.slidebar .close-icon em {
	float: right;
	padding: 15px;
	font-size: 20px
}

.slidebar .nav-pills>li {
	width: 100%;
	margin: 0
}

.slidebar .nav-pills>li>a {
	padding: 15px;
	font-weight: 600;
	color: #fff;
	border-radius: 0
}

.slidebar .nav-pills li .dropdown-toggle::after {
	content: none
}

.slidebar ul.nav-pills>li.active>a,
.slidebar ul.nav-pills>li.active>a:hover,
.slidebar ul.nav-pills>li.active>a:focus,
.slidebar .nav>li>a:hover,
.slidebar .nav>li>a:focus {
	background-color: rgba(255, 255, 255, .1)
}

.slidebar .dropdown-menu>li>a {
	padding: 15px;
	color: transparent;
	background-color: transparent;
	position: relative;
	transition: all .2s;
	display: block;
	text-decoration: none
}

.slidebar .dropdown-menu>li:hover>a {
	padding-left: 25px
}

.slidebar ul>li>a>em {
	float: right;
	top: 15px;
	font-size: 25px;
	position: absolute;
	right: 20px
}

.slidebar nav ul.nav-main li>ul {
	position: static;
	float: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
	margin-left: 15px;
	display: none
}

.slidebar nav ul.nav-main li.sub-open>ul {
	display: block
}

.slidebar .dropdown-menu>.active>a,
.slidebar .dropdown-menu>.active>a:hover,
.slidebar .dropdown-menu>.active>a:focus {
	background-color: transparent
}

body.sticky-menu-active .navbar-collapse.slidebar {
	top: 0
}

body .navbar-collapse.slidebar {
	top: 0;
	z-index: 0
}

body .navbar-collapse.in.slidebar {
	z-index: 0
}

body .navbar-collapse.slidebar[off-canvas*=overlay],
body .navbar-collapse.in.slidebar[off-canvas*=overlay] {
	z-index: 9999
}

header.overlayHeader.center .header-nav-main,
header.inlineHeader.center .header-nav-main,
header.overlayHeader.nav-bar .header-nav-main,
header.inlineHeader.nav-bar .header-nav-main {
	height: 0;
	padding: 0
}

header.overlayHeader.center .header-nav-center>.header-column.justify-content-center,
header.inlineHeader.center .header-nav-center>.header-column.justify-content-center,
header.overlayHeader.nav-bar .nav-bar-primary,
header.inlineHeader.nav-bar .nav-bar-primary {
	height: 0;
	min-height: 0
}

header.overlayHeader.center .header-nav-center>.header-column.justify-content-end,
header.inlineHeader.center .header-nav-center>.header-column.justify-content-end {
	width: 100%
}

body.sticky-menu-active header.header-bottom .header-body .logo img,
body.sticky-menu-active header.full-header .header-body .logo img {
	top: 0 !important
}

@media(min-width:992px) {
	header .btn-responsive-nav,
	header.pushdownHeader .btn-push-nav {
		display: none;
		background: transparent;
		color: #000;
		font-size: 25px;
		padding: 0;
		border: none;
		width: 25px;
		outline: none !important;
		box-shadow: none !important;
		z-index: 2;
		margin-left: 20px;
	}
	header.newHeader .btn-responsive-nav,
	header.header-bottom .btn-responsive-nav,
	header.full-header .btn-responsive-nav,
	header.pushdownHeader.newHeader .btn-push-nav,
	header.pushdownHeader.header-bottom .btn-push-nav,
	header.pushdownHeader.full-header .btn-push-nav {
		color: #fff
	}
	header.newHeader.fixedheader .btn-responsive-nav,
	header.full-header.fixedheader .btn-responsive-nav,
	header.newHeader.fixedheader .btn-push-nav,
	header.full-header.fixedheader .btn-push-nav {
		color: #000
	}
	header.overlayHeader .btn-responsive-nav,
	header.inlineHeader .btn-responsive-nav,
	header.slideheader .btn-responsive-nav,
	header.pushdownHeader .btn-push-nav {
		display: inline-block !important
	}
	header.ddrheader .btn-responsive-nav {
		display: none !important
	}
}

@media(max-width:991px) {
	header .btn-responsive-nav,
	header.pushdownHeader .btn-push-nav {
		background: #fff;
		display: block;
		color: #00a7a1;
		outline: none !important;
		width: 38px;
		font-size: 25px;
		right: 12px;
	}
	header.pushdownHeader .btn-push-nav {
		line-height: normal
	}
	html header.overlayHeader .nav-main-collapse,
	html header.inlineHeader .nav-main-collapse {
		height: 0 !important
	}
}

.dnnEditState header {
	position: relative !important
}

.widget-overlap {
	position: fixed;
	width: 100%;
	z-index: 1001;
	border: 0
}

.bg-color-dark {
	background-color: rgba(0, 0, 0, .5)
}

.bg-color-light {
	background-color: #f4f4f4
}

.mt-55 {
	margin-top: 55px
}

.mt-32 {
	margin-top: 32px
}

.mt-38 {
	margin-top: 38px
}

.brd-top {
	border-top: 5px solid #ededed
}

body.sticky-menu-active .mini-widgets {
	display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d2127;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0
}

h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 0
}

h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 32px 0
}

h3 {
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: uppercase
}

h4 {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0
}

h5 {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
	text-transform: uppercase
}

h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	font-size: inherit !important;
	font-family: inherit !important
}

h1.big {
	font-size: 4.2em;
	line-height: 54px
}

h1.small {
	font-size: 2.2em;
	line-height: 42px;
	font-weight: 600
}

h1.short {
	margin-bottom: 15px
}

h2.short {
	margin-bottom: 15px
}

h3.short,
h4.short,
h5.short,
h6.short {
	margin-bottom: 9px
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
	margin-bottom: 0
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
	margin-bottom: 33px
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
	margin-bottom: 44px
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
	margin-top: 22px
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
	margin-top: 44px
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
	color: #1d2127
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	color: #fff
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.heading.heading-border {
	margin-bottom: 25px
}

.heading.heading-border h1,
.heading.heading-border h2,
.heading.heading-border h3,
.heading.heading-border h4,
.heading.heading-border h5,
.heading.heading-border h6 {
	margin: 0;
	padding: 0
}

.heading.heading-bottom-border h1 {
	border-bottom: 5px solid #dbdbdb;
	padding-bottom: 10px
}

.heading.heading-bottom-border h2,
.heading.heading-bottom-border h3 {
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 10px
}

.heading.heading-bottom-border h4,
.heading.heading-bottom-border h5,
.heading.heading-bottom-border h6 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 5px
}

.heading.heading-bottom-double-border h1,
.heading.heading-bottom-double-border h2,
.heading.heading-bottom-double-border h3 {
	border-bottom: 3px double #dbdbdb;
	padding-bottom: 10px
}

.heading.heading-bottom-double-border h4,
.heading.heading-bottom-double-border h5,
.heading.heading-bottom-double-border h6 {
	border-bottom: 3px double #dbdbdb;
	padding-bottom: 5px
}

.heading.heading-middle-border {
	position: relative
}

.heading.heading-middle-border:before {
	border-top: 1px solid #dbdbdb;
	content: "";
	height: 0;
	left: auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%
}

.heading.heading-middle-border h1,
.heading.heading-middle-border h2,
.heading.heading-middle-border h3,
.heading.heading-middle-border h4,
.heading.heading-middle-border h5,
.heading.heading-middle-border h6 {
	position: relative;
	background: #fff;
	display: inline-block
}

.heading.heading-middle-border h1 {
	padding-right: 15px
}

.heading.heading-middle-border h2,
.heading.heading-middle-border h3 {
	padding-right: 10px
}

.heading.heading-middle-border h4,
.heading.heading-middle-border h5,
.heading.heading-middle-border h6 {
	padding-right: 5px
}

.heading.heading-middle-border-reverse {
	text-align: right
}

.heading.heading-middle-border-reverse h1,
.heading.heading-middle-border-reverse h2,
.heading.heading-middle-border-reverse h3,
.heading.heading-middle-border-reverse h4,
.heading.heading-middle-border-reverse h5,
.heading.heading-middle-border-reverse h6 {
	padding-right: 0
}

.heading.heading-middle-border-reverse h1 {
	padding-left: 15px
}

.heading.heading-middle-border-reverse h2,
.heading.heading-middle-border-reverse h3 {
	padding-left: 10px
}

.heading.heading-middle-border-reverse h4,
.heading.heading-middle-border-reverse h5,
.heading.heading-middle-border-reverse h6 {
	padding-left: 5px
}

.heading.heading-middle-border-center {
	text-align: center
}

.heading.heading-middle-border-center h1 {
	padding-left: 15px;
	padding-right: 15px
}

.heading.heading-middle-border-center h2,
.heading.heading-middle-border-center h3 {
	padding-left: 10px;
	padding-right: 10px
}

.heading.heading-middle-border-center h4,
.heading.heading-middle-border-center h5,
.heading.heading-middle-border-center h6 {
	padding-left: 5px;
	padding-right: 5px
}

.heading.heading-border-xs:before {
	border-top-width: 1px
}

.heading.heading-border-sm:before {
	border-top-width: 2px
}

.heading.heading-border-lg:before {
	border-top-width: 3px
}

.heading.heading-border-xl:before {
	border-top-width: 5px
}

.modal-header h3 {
	color: #333;
	text-transform: none
}

@media(max-width:479px) {
	h2 {
		line-height: 40px
	}
}

@media(max-width:767px) {
	h1.big {
		font-size: 3.2em;
		line-height: 42px
	}
}

p.featured {
	font-size: 1.6em;
	line-height: 1.5em
}

p.short {
	margin-bottom: 0
}

p.tall {
	margin-bottom: 20px
}

p.taller {
	margin-bottom: 40px
}

p .alternative-font {
	display: inline-block;
	margin-top: -15px;
	position: relative;
	top: 3px;
	margin-bottom: -6px
}

a,
a:hover,
a:focus {
	color: #ccc
}

p.drop-caps:first-child:first-letter {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding: 4px;
	margin-right: 5px;
	margin-top: 5px;
	font-family: Georgia
}

p.drop-caps.drop-caps-style-2:first-child:first-letter {
	background-color: #ccc;
	color: #fff;
	padding: 6px;
	margin-right: 5px;
	border-radius: 4px
}

.alternative-font {
	color: #ccc;
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em
}

ul.nav-list li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative
}

ul.nav-list li a {
	-webkit-transition: background .1s;
	-moz-transition: background .1s;
	transition: background .1s;
	border-bottom: 1px solid #00a7a1;
	padding: 8px 0;
	display: block;
	color: #000 !important;
	font-size: .9em;
	text-decoration: none
}
#mainMenu > li:nth-child(8) > ul > div > div > div > div:nth-child(1) > ul > li:nth-child(4) {
	border-bottom: 1px solid #00a7a1;
}

ul.nav-list li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	/* border-left: 4px solid #333; */ /* Removes caret-right */
	margin-left: 0px;
	margin-right: 5px;
	position: relative;
}

ul.nav-list li a:hover {
	background-color: #b3e3e1;
	text-decoration: none;
}

ul.nav-list li.active>a {
	font-weight: 400;
}

ul.nav-list li ul {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0
}

ul.nav-list li:last-child a {
	border-bottom: none
}

ul.nav-list.hide-not-active li ul {
	display: none
}

ul.nav-list.hide-not-active li.active ul {
	display: block
}

ul.nav-list.show-bg-active .active>a {
	background-color: #b3e3e1;
}

ul.nav-list.show-bg-active .active>a:hover {
	background-color: #eee
}

ul.narrow li a {
	padding: 4px 0
}

ul.nav-pills>li.active>a {
	background-color: #ccc
}

ul.nav-pills>li.active>a:hover,
ul.nav-pills>li.active>a:focus {
	background-color: #ccc
}

.btn {
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
	font-size: .9rem
}

.btn.btn-lg {
	font-size: 1rem;
	padding: .5rem 1rem
}

.btn.btn-sm {
	font-size: .8rem;
	padding: .3rem .65rem
}

.btn.btn-xs {
	font-size: .7rem;
	padding: .2rem .5rem
}

.btn-icon i,
.btn-icon em {
	margin-right: 10px
}

.btn-icon-right i,
.btn-icon-right em {
	margin-right: 0;
	margin-left: 10px
}

.btn-default {
	color: #666;
	background: #fff;
	border-color: #ccc
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:focus {
	box-shadow: 0 0 0 .2rem #ddd !important
}

.btn-success {
	border-color: #47a447;
	background-color: #47a447;
	border-color: #47a447 #47a447 #388038;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.btn-success:hover {
	border-color: #51b451 #51b451 #3f923f;
	background-color: #51b451;
	color: #fff
}

.btn-success:active,
.btn-success:focus {
	border-color: #3f923f;
	background-color: #3f923f;
	color: #fff
}

.btn-success.dropdown-toggle {
	border-left-color: #3f923f
}

.btn-success[disabled] {
	border-color: #86cb86;
	background-color: #86cb86;
	color: #ccc
}

.btn-warning {
	border-color: #ed9c28;
	background-color: #ed9c28;
	border-color: #ed9c28 #ed9c28 #d18211;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.btn-warning:hover {
	border-color: #efa740 #efa740 #e89113;
	background-color: #efa740;
	color: #fff
}

.btn-warning:active,
.btn-warning:focus {
	border-color: #e89113;
	background-color: #e89113;
	color: #fff
}

.btn-warning.dropdown-toggle {
	border-left-color: #e89113
}

.btn-warning[disabled] {
	border-color: #f5c786;
	background-color: #f5c786;
	color: #ccc
}

.btn-danger {
	border-color: #d2322d;
	background-color: #d2322d;
	border-color: #d2322d #d2322d #a82824;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.btn-danger:hover {
	border-color: #d64742 #d64742 #bd2d29;
	background-color: #d64742;
	color: #fff
}

.btn-danger:active,
.btn-danger:focus {
	border-color: #bd2d29;
	background-color: #bd2d29;
	color: #fff
}

.btn-danger.dropdown-toggle {
	border-left-color: #bd2d29
}

.btn-danger[disabled] {
	border-color: #e48481;
	background-color: #e48481;
	color: #ccc
}

.btn-info {
	border-color: #5bc0de;
	background-color: #5bc0de;
	border-color: #5bc0de #5bc0de #31b0d5;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.btn-info:hover {
	border-color: #70c8e2 #70c8e2 #46b8da;
	background-color: #70c8e2;
	color: #fff
}

.btn-info:active,
.btn-info:focus {
	border-color: #46b8da;
	background-color: #46b8da;
	color: #fff
}

.btn-info.dropdown-toggle {
	border-left-color: #46b8da
}

.btn-info[disabled] {
	border-color: #b0e1ef;
	background-color: #b0e1ef;
	color: #ccc
}

.btn-outline {
	border-width: 2px
}

.btn-3d {
	border-bottom-width: 3px;
	padding: 5px 12px;
	border-radius: 6px
}

.btn-3d.btn-lg,
.btn-group-lg>.btn-3d.btn {
	padding: 9px 16px
}

.btn-3d.btn-sm,
.btn-group-sm>.btn-3d.btn {
	border-width: 2px;
	padding: 4px 10px
}

.btn-3d.btn-xs,
.btn-group-xs>.btn-3d.btn {
	padding: 1px 5px;
	border-width: 1px
}

.btn-borders {
	border-width: 3px
}

.btn-borders.btn-success {
	background: transparent;
	border-color: #47a447;
	color: #47a447;
	text-shadow: none
}

.btn-borders.btn-success:hover,
.btn-borders.btn-success:focus {
	background-color: #51b451;
	border-color: #47a447 !important;
	color: #fff
}

.btn-borders.btn-warning {
	background: transparent;
	border-color: #ed9c28;
	color: #ed9c28;
	text-shadow: none
}

.btn-borders.btn-warning:hover,
.btn-borders.btn-warning:focus {
	background-color: #efa740;
	border-color: #ed9c28 !important;
	color: #fff
}

.btn-borders.btn-danger {
	background: transparent;
	border-color: #d2322d;
	color: #d2322d;
	text-shadow: none
}

.btn-borders.btn-danger:hover,
.btn-borders.btn-danger:focus {
	background-color: #d64742;
	border-color: #d2322d !important;
	color: #fff
}

.btn-borders.btn-info {
	background: transparent;
	border-color: #5bc0de;
	color: #5bc0de;
	text-shadow: none
}

.btn-borders.btn-info:hover,
.btn-borders.btn-info:focus {
	background-color: #70c8e2;
	border-color: #5bc0de !important;
	color: #fff
}

.btn-borders {
	padding: 4px 12px
}

.btn-borders.btn-lg,
.btn-group-lg>.btn-borders.btn {
	padding: 8px 16px
}

.btn-borders.btn-sm,
.btn-group-sm>.btn-borders.btn {
	border-width: 2px;
	padding: 4px 10px
}

.btn-borders.btn-xs,
.btn-group-xs>.btn-borders.btn {
	padding: 1px 5px;
	border-width: 1px
}

.badge {
	font-weight: 600
}

.badge-default {
	background-color: #777;
	color: #fff
}

.badge-primary {
	background-color: #ccc;
	color: #fff
}

.badge-success {
	background-color: #47a447;
	color: #fff
}

.badge-warning {
	background-color: #ed9c28;
	color: #fff
}

.badge-danger {
	background-color: #d2322d;
	color: #fff
}

.badge-info {
	background-color: #5bc0de;
	color: #fff
}

.badge-dark {
	background-color: #1d2127;
	color: #fff
}

.badge.badge-sm {
	font-size: .7em
}

.badge.badge-lg {
	font-size: 1em
}

.label-primary {
	background-color: #ccc;
	color: #fff
}

.label-success {
	background-color: #47a447;
	color: #fff
}

.label-warning {
	background-color: #ed9c28;
	color: #fff
}

.label-danger {
	background-color: #d2322d;
	color: #fff
}

.label-info {
	background-color: #5bc0de;
	color: #fff
}

.label-dark {
	background-color: #1d2127;
	color: #fff
}

.label.label-sm {
	font-size: .7em
}

.label.label-lg {
	font-size: 1em
}

form label {
	font-weight: normal
}

textarea {
	resize: vertical
}

select {
	border: 1px solid #e5e7e9;
	border-radius: 6px;
	outline: none
}

.label {
	font-weight: normal
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.form-control {
	font-size: .9rem
}

.form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
	border-color: #ccc
}

.form-control.error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control.error:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

label.valid {
	display: inline-block;
	text-indent: -9999px
}

label.error {
	color: #c10000;
	font-size: .9em;
	line-height: 18px;
	padding: 5px 0 0
}

label.error#captcha-error {
	margin-top: 15px
}

.captcha {
	clear: both;
	overflow: hidden;
	background: #f2f2f2;
	text-align: center;
	margin-bottom: 20px;
	max-width: 160px;
	height: 78px;
	position: relative
}

.captcha input {
	border: 0
}

.captcha-input {
	position: relative;
	top: 15px;
	font-size: 14px
}

.captcha-image {
	float: left;
	position: relative;
	top: -5px;
	left: -13px
}

.captcha-refresh {
	position: absolute;
	z-index: 1;
	bottom: 2px;
	right: 2px;
	border-radius: 3px;
	padding: 2px 5px
}

.captcha-refresh a,
.captcha-refresh a:hover,
.captcha-refresh a:focus,
.captcha-refresh a:active {
	color: #333
}

.table>thead>tr>td.primary,
.table>tbody>tr>td.primary,
.table>tfoot>tr>td.primary,
.table>thead>tr>th.primary,
.table>tbody>tr>th.primary,
.table>tfoot>tr>th.primary,
.table>thead>tr.primary>td,
.table>tbody>tr.primary>td,
.table>tfoot>tr.primary>td,
.table>thead>tr.primary>th,
.table>tbody>tr.primary>th,
.table>tfoot>tr.primary>th {
	background-color: #ccc;
	color: #fff
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #47a447;
	color: #fff
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #ed9c28;
	color: #fff
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #d2322d;
	color: #fff
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #5bc0de;
	color: #fff
}

.table>thead>tr>td.dark,
.table>tbody>tr>td.dark,
.table>tfoot>tr>td.dark,
.table>thead>tr>th.dark,
.table>tbody>tr>th.dark,
.table>tfoot>tr>th.dark,
.table>thead>tr.dark>td,
.table>tbody>tr.dark>td,
.table>tfoot>tr.dark>td,
.table>thead>tr.dark>th,
.table>tbody>tr.dark>th,
.table>tfoot>tr.dark>th {
	background-color: #1d2127;
	color: #fff
}

.table-condensed.table th,
.table-condensed.table td {
	padding: .25em
}

.featured-icon {
	background: #ccc;
	border-radius: 35px;
	color: #fff;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 35px
}

.featured-icon i,
.featured-icon em {
	color: #fff;
	font-size: .9em;
	font-weight: normal
}

.simple-icon-list .simple-icon {
	display: flex;
	margin-bottom: 10px;
	-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
	transition: all .5s cubic-bezier(.165, .84, .44, 1)
}

.simple-icon:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16)
}

.simple-icon-list .simple-icon a {
	display: inline-block;
	padding: 11px;
	font-size: 24px;
	cursor: pointer;
	color: #000
}

.simple-icon-list .simple-icon a:hover {
	color: #fff;
	text-decoration: none
}

.simple-icon-list .simple-icon span {
	font-size: 12px;
	color: #888;
	max-width: 180px;
	padding: 5px 10px;
	display: flex;
	align-items: center
}

.simple-icon-list .simple-icon span:hover {
	color: #000
}

.sample-icon-list .sample-icon a {
	display: block;
	color: #222;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	border-radius: 4px;
	font-size: 11px
}

.sample-icon-list .sample-icon a:hover {
	color: #fff;
	text-decoration: none
}

.sample-icon-list .sample-icon a:hover {
	background-color: #08c
}

.sample-icon-list .sample-icon a:hover .fa,
.sample-icon-list .sample-icon a:hover .fas,
.sample-icon-list .sample-icon a:hover .far,
.sample-icon-list .sample-icon a:hover .fal,
.sample-icon-list .sample-icon a:hover .fab,
.sample-icon-list .sample-icon a:hover .icons {
	font-size: 28px;
	vertical-align: -6px
}

.sample-icon-list .sample-icon a .fa,
.sample-icon-list .sample-icon a .fas,
.sample-icon-list .sample-icon a .far,
.sample-icon-list .sample-icon a .fal,
.sample-icon-list .sample-icon a .fab,
.sample-icon-list .sample-icon a .icons {
	width: 32px;
	font-size: 14px;
	display: inline-block;
	text-align: right;
	margin-right: 10px
}

.fontawesome-icon-list [class*="col-md-"] {
	margin-bottom: 9px
}

.fontawesome-icon-list>section {
	margin-top: 25px
}

.img-rounded {
	border-radius: 4px
}

.img-thumbnail {
	border-radius: 4px;
	position: relative
}

.img-thumbnail img {
	border-radius: 4px
}

.img-thumbnail .zoom {
	background: #ccc;
	border-radius: 100%;
	bottom: 8px;
	color: #fff;
	display: block;
	height: 30px;
	padding: 6px;
	position: absolute;
	right: 8px;
	text-align: center;
	width: 30px
}

.img-thumbnail .zoom i,
.img-thumbnail .zoom em {
	font-size: 14px;
	left: -1px;
	position: relative;
	top: -3px
}

.img-thumbnail.img-thumbnail-hover-icon {
	position: relative
}

.img-thumbnail.img-thumbnail-hover-icon img {
	position: relative;
	z-index: 1
}

.img-thumbnail.img-thumbnail-hover-icon:before {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	background: rgba(0, 0, 0, .65);
	border-radius: 4px;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 2
}

.img-thumbnail.img-thumbnail-hover-icon:after {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	content: "";
	font-size: 30px;
	height: 30px;
	position: absolute;
	top: 30%;
	margin-top: -15px;
	display: block;
	text-align: center;
	width: 100%;
	opacity: 0;
	z-index: 3
}

.img-thumbnail.img-thumbnail-hover-icon:hover:before {
	opacity: 1
}

.img-thumbnail.img-thumbnail-hover-icon:hover:after {
	top: 50%;
	opacity: 1
}

.img-thumbnail.img-thumbnail-hover-icon {
	font-weight: bold
}

ul.image-gallery {
	list-style: none;
	padding: 0
}

ul.image-gallery .image-gallery-item {
	margin-bottom: 35px
}

ul.image-gallery {
	display: flex
}

.restaurant .thumb-info-custom-icon {
	width: auto;
	margin: -30px auto 0;
	transform: none !important;
	border-radius: 0
}

.restaurant .thumb-info-custom {
	position: relative;
	overflow: visible;
	z-index: 2;
	border-radius: 0
}

.restaurant .thumb-info-caption .thumb-info-caption-text,
.restaurant .thumb-info-caption p {
	line-height: 20px;
	margin: 0 0 8px;
	padding: 10px;
	display: block
}

.restaurant .thumb-info-custom:after {
	border: 1px solid #ddd;
	bottom: -9px;
	content: "";
	height: 5px;
	left: 5px;
	position: absolute;
	right: 5px;
	width: auto;
	z-index: 0
}

.restaurant .thumb-info-custom:before {
	border: 1px solid #ddd;
	bottom: -5px;
	content: "";
	height: 5px;
	left: 2px;
	position: absolute;
	right: 2px;
	width: auto;
	z-index: 0
}

.restaurant .thumb-info-custom .btn {
	margin: 0 0 -60px;
	position: relative;
	z-index: 10;
	border-radius: 0
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #838383
}

.mfp-no-margins img.mfp-img {
	padding: 0
}

.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0
}

.mfp-no-margins .mfp-container {
	padding: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: .001;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
	opacity: .001;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: .01;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0
}

ul.thumbnail-gallery {
	list-style: none;
	margin: 10px 0;
	padding: 0
}

ul.thumbnail-gallery li {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 0
}

@media(max-width:991px) {
	.thumbnail {
		border: 0;
		text-align: center
	}
}

.v-menu ul.nav-main {
	clear: both;
	display: block;
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	border: 5px solid #171717
}

.v-menu nav ul.nav-main li a,
.v-menu nav ul.nav-main li.active a {
	background: none !important;
	background-color: transparent !important
}

.v-menu .nav-main ul li {
	padding: 5px;
	margin: 0;
	clear: both;
	float: none;
	display: block;
	border-bottom: 1px solid #2a2a2a
}

.v-menu nav ul.nav-main li a {
	clear: both;
	float: none;
	display: block;
	padding: 5px;
	border: 0;
	border-top: 0;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none
}

.v-menu .nav-main ul.nav-main {
	float: none;
	position: static;
	margin: 0;
	margin-right: -10px
}

.v-menu .nav-main ul {
	padding: 0
}

.v-menu .nav>li,
.v-menu .nav>li>a {
	position: relative
}

.v-menu .nav-pills>li>a {
	border-radius: 4px
}

.v-menu nav ul.nav-main li a .fa-caret-down,
.v-menu nav ul.nav-main li a .fa-angle-down {
	top: 6px;
	font-size: 25px;
	position: absolute;
	right: 5px
}

.v-menu nav ul.nav-main ul.dropdown-menu {
	border: 0;
	border-radius: 6px;
	margin: 0;
	padding: 5px;
	top: auto;
	margin-bottom: -5px;
	padding-right: 0 !important;
	background: none !important;
	background-color: transparent !important;
	box-shadow: none
}

.v-menu .dropdown-menu {
	left: 0;
	z-index: 1000;
	font-size: 14px;
	text-align: left;
	list-style: none
}

.v-menu li {
	line-height: 24px
}

.v-menu a {
	outline: none !important
}

.v-menu nav ul.nav-main ul.dropdown-menu li>a {
	padding: 5px;
	border: 0;
	border-top: 0;
	margin: 0;
	border-bottom: none;
	font-weight: 400;
	text-transform: none;
	position: relative
}

.v-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	border-radius: 6px;
	margin-top: -5px
}

.v-menu .nav-main ul li:last-child {
	border-bottom: none
}

.v-menu nav ul.nav-main ul.dropdown-menu li>a {
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s
}

.v-menu nav ul.nav-main ul.dropdown-menu li:hover>a {
	filter: none;
	background-color: #171717;
	padding-left: 16px;
	padding-right: 16px
}

.v-menu .nav-main li.resp-active>ul.dropdown-menu {
	display: block !important
}

.v-menu .nav-main ul.dropdown-menu {
	position: static !important;
	transform: none !important;
	clear: both;
	float: none;
	display: none !important;
	min-width: 100%
}

.v-menu li.dropdown-submenu {
	padding-right: 0 !important
}

.v-menu .dropdown-toggle::after {
	content: none
}

.masonry .masonry-item {
	width: 25%
}

.masonry .masonry-item.w2 {
	width: 50%
}

.masonry .masonry-item img {
	border-radius: 0 !important
}

.restaurant .thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:before {
	border-top: 1px solid #ddd;
	content: "";
	height: 1px;
	left: 20%;
	position: absolute;
	right: 2px;
	top: 50%;
	width: 60%
}

.restaurant .thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:after {
	border-left: 1px solid #ddd;
	content: "";
	height: 60%;
	left: 50%;
	position: absolute;
	right: 2px;
	top: 20%;
	width: 1px
}

.restaurant .thumb-info.thumb-info-centered-icons .thumb-info-action {
	-webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out, opacity .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate3d(0, -10px, 0);
	top: 50%;
	left: 3px;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 40px;
	margin-top: -20px;
	text-align: center;
	position: absolute;
	opacity: 0;
	z-index: 2
}

.restaurant .thumb-info.thumb-info-centered-icons .thumb-info-action-custom {
	top: 0 !important;
	margin-top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	display: block
}

.restaurant .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.list li {
	margin-bottom: 13px
}

.list.pull-left li {
	text-align: left
}

.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0
}

.list.list-icons li {
	position: relative;
	padding-left: 25px
}

.list.list-icons li .fa,
.list.list-icons li .fas,
.list.list-icons li .far,
.list.list-icons li .fal,
.list.list-icons li .fab {
	position: absolute;
	left: 0;
	top: 5px
}

.list.list-icons.list-icons-style-2 li {
	padding-top: 5px;
	padding-left: 36px
}

.list.list-icons.list-icons-style-2 li .fa,
.list.list-icons.list-icons-style-2 li .fas,
.list.list-icons.list-icons-style-2 li .far,
.list.list-icons.list-icons-style-2 li .fal,
.list.list-icons.list-icons-style-2 li .fab {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px
}

.list.list-icons.list-icons-style-3 li {
	padding-top: 5px;
	padding-left: 36px
}

.list.list-icons.list-icons-style-3 li .fa,
.list.list-icons.list-icons-style-3 li .fas,
.list.list-icons.list-icons-style-3 li .far,
.list.list-icons.list-icons-style-3 li .fal,
.list.list-icons.list-icons-style-3 li .fab {
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px
}

.list.list-icons.list-icons-sm li {
	padding-left: 13px;
	margin-bottom: 5px
}

.list.list-icons.list-icons-sm li .fa,
.list.list-icons.list-icons-sm li .fas,
.list.list-icons.list-icons-sm li .far,
.list.list-icons.list-icons-sm li .fal,
.list.list-icons.list-icons-sm li .fab {
	font-size: .8em;
	top: 7px
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
	padding-left: 32px
}

.list.list-icons.list-icons-sm.list-icons-style-2 li .fa,
.list.list-icons.list-icons-sm.list-icons-style-2 li .fas,
.list.list-icons.list-icons-sm.list-icons-style-2 li .far,
.list.list-icons.list-icons-sm.list-icons-style-2 li .fal,
.list.list-icons.list-icons-sm.list-icons-style-2 li .fab {
	width: 20px;
	height: 20px;
	padding: 3px
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
	padding-left: 32px
}

.list.list-icons.list-icons-sm.list-icons-style-3 li .fa,
.list.list-icons.list-icons-sm.list-icons-style-3 li .fas,
.list.list-icons.list-icons-sm.list-icons-style-3 li .far,
.list.list-icons.list-icons-sm.list-icons-style-3 li .fal,
.list.list-icons.list-icons-sm.list-icons-style-3 li .fab {
	width: 20px;
	height: 20px;
	padding: 3px
}

.list.list-icons.list-icons-lg li {
	padding-top: 5px;
	padding-left: 32px
}

.list.list-icons.list-icons-lg li .fa,
.list.list-icons.list-icons-lg li .fas,
.list.list-icons.list-icons-lg li .far,
.list.list-icons.list-icons-lg li .fal,
.list.list-icons.list-icons-lg li .fab {
	font-size: 1.5em
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
	padding-top: 8px;
	padding-left: 42px
}

.list.list-icons.list-icons-lg.list-icons-style-2 li .fa,
.list.list-icons.list-icons-lg.list-icons-style-2 li .fas,
.list.list-icons.list-icons-lg.list-icons-style-2 li .far,
.list.list-icons.list-icons-lg.list-icons-style-2 li .fal,
.list.list-icons.list-icons-lg.list-icons-style-2 li .fab {
	width: 30px;
	height: 30px;
	padding: 4px
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
	padding-top: 8px;
	padding-left: 42px
}

.list.list-icons.list-icons-lg.list-icons-style-3 li .fa,
.list.list-icons.list-icons-lg.list-icons-style-3 li .fas,
.list.list-icons.list-icons-lg.list-icons-style-3 li .far,
.list.list-icons.list-icons-lg.list-icons-style-3 li .fal,
.list.list-icons.list-icons-lg.list-icons-style-3 li .fab {
	width: 30px;
	height: 30px;
	padding: 4px
}

.list.list-icons.list-icons-reverse li {
	text-align: right;
	padding-right: 25px;
	padding-left: 0
}

.list.list-icons.list-icons-reverse li .fa,
.list.list-icons.list-icons-reverse li .fas,
.list.list-icons.list-icons-reverse li .far,
.list.list-icons.list-icons-reverse li .fal,
.list.list-icons.list-icons-reverse li .fab {
	position: absolute;
	left: auto;
	right: 0;
	top: 5px
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
	padding-right: 36px
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
	padding-right: 36px
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
	padding-left: 0;
	padding-right: 13px
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
	padding-right: 32px
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
	padding-right: 32px
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
	padding-left: 0;
	padding-right: 32px
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
	padding-right: 42px
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
	padding-right: 42px
}

.list.list-borders li {
	border-bottom: 1px solid #dbdbdb;
	margin-top: 9px;
	margin-bottom: 0;
	padding-bottom: 9px
}

.list.list-borders li:last-child {
	border-bottom: 0
}

.list.list-side-borders {
	border-left: 1px solid #dbdbdb;
	padding-left: 10px
}

.list.list-ordened {
	counter-reset: custom-counter;
	list-style: none
}

.list.list-ordened li {
	position: relative;
	padding-left: 22px
}

.list.list-ordened li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: bold
}

.list.list-ordened.list-ordened-style-2 li,
.list.list-ordened.list-ordened-style-3 li {
	padding-left: 32px
}

.list.list-ordened.list-ordened-style-2 li:before,
.list.list-ordened.list-ordened-style-3 li:before {
	border-radius: 100%;
	border-style: solid;
	border-width: 1px;
	min-width: 26px;
	padding: 0;
	text-align: center
}

.list.list-ordened.list-ordened-style-3 li:before {
	color: #fff;
	border: 0
}

.list.list-unstyled {
	padding-left: 0;
	padding-right: 0
}

dl dd {
	margin-bottom: 15px
}

ul.sitemap>li>a {
	font-weight: bold
}

ul.sitemap.list li {
	margin: 0 0 3px 0
}

ul.sitemap.list ul {
	margin-bottom: 5px;
	margin-top: 5px
}

.accordion .card {
	margin-top: 5px
}

.accordion .card:first-child {
	margin-top: 0
}

.accordion .card.card-default:nth-of-type(n) {
	border-bottom: 1px solid #999999;
	
}
#accordion8 > div > div.card-header > h4 a:before {
	content: '+'; 
	font-size: 24px;
	color: #000;
	float:left;
	margin-left: 5px; margin-right:10px; 
	padding-top:0px;
}
#accordion8 > div > div.card-header.bio > h4 a:before,
#accordion8 > div > div.card-header.bio > h4 a[aria-expanded="true"]:before,
#accordion8 > div > div.card-header.bio > h4 a[aria-expanded="false"]:before {
    content:unset !important;
}
#accordion8 > div > div.card-header.bio > h4 a:after {
	content: '▼';
	font-size: 22px;
	color: #000;
	float:left;
	margin-left: 5px; margin-right:10px; 
	padding-top:0px;
}

#accordion8 > div > div.card-header > h4 a[aria-expanded="true"]:before {
  content: '- ' !important;  
	font-size: 24px !important; font-weight: bold;
	color: #000 !important;
	float:left;
	margin-left: 5px; margin-right:10px; 
	padding-top:0px;
}
#accordion8 > div > div.card-header > h4 a[aria-expanded="false"]:before {
	content: '+ ' !important; 
	font-size: 24px !important; font-weight: bold;
	color: #000 !important;
	float:left;
	margin-left: 5px; margin-right:10px; 
	padding-top:0px;
}
#accordion8 > div > div.card-header.bio > h4 a[aria-expanded="true"]:after {
  content: '▲';  
	font-size: 22px;
	color: #000;
	float:left;
	margin-left: 5px; margin-right:10px; 
	padding-top:0px;
}
#accordion8 > div > div.card-header.bio > h4 a[aria-expanded="false"]:after {
	content: '▼'; 
	font-size: 22px;
	color: #000;
	float:left;
	margin-left: 5px; margin-right:10px; 
	padding-top:0px;
}

.accordion .card.card-default:nth-of-type(n) .card-header {
	padding: 0;
	/* border-radius: .25rem; */
	/* border-bottom: 0; */
	margin: -1px;
}

.accordion .card-title {
	font-size: 18px;
	margin: 0
}

.accordion .card-header a {
	display: block;
	padding-bottom: 10px;
	padding-top:5px;
}

.accordion .card-header a:hover,
.accordion .card-header a:focus {
	text-decoration: none
}

.accordion .card-header a .fa,
.accordion .card-header a .fas,
.accordion .card-header a .far,
.accordion .card-header a .fal,
.accordion .card-header a .fab {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px
}

.accordion.accordion-sm .card-header a {
	padding: 5px 15px;
	font-size: .9em
}

.accordion.accordion-sm .card-body {
	font-size: .9em
}

.accordion.accordion-lg .card-header a {
	padding: 15px 15px;
	font-size: 1em;
	font-weight: 600
}

.accordion.without-bg .card-default,
.accordion.without-bg .card-default>.card-header {
	background: transparent !important
}

.accordion.without-bg .card-body {
	padding-top: 0;
	padding-bottom: 0
}

.accordion.without-borders .card {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0
}

.accordion.without-borders .card-header a {
	padding-left: 0;
	padding-right: 0
}

.accordion.without-borders .card-body {
	padding: 0
}

.panel-group .panel-heading {
	padding: 0;
	border-radius: 3px
}

.panel-group .panel-heading a {
	display: block;
	padding: 10px 15px
}

.panel-group .panel-heading a:hover,
.panel-group .panel-heading a:focus {
	text-decoration: none
}

.panel-group .panel-heading a [class^="icon-"] {
	margin-right: 4px;
	position: relative;
	top: 1px
}

.panel-group .panel-heading a .fa,
.panel-group .panel-heading a .fas,
.panel-group .panel-heading a .far,
.panel-group .panel-heading a .fal,
.panel-group .panel-heading a .fab {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px
}

.panel-group.panel-group-sm .panel-heading a {
	padding: 5px 15px;
	font-size: .9em
}

.panel-group.panel-group-sm .panel-body {
	font-size: .9em
}

.panel-group.panel-group-lg .panel-heading a {
	padding: 15px 15px;
	font-size: 1em;
	font-weight: 600
}

.panel-group.without-bg .panel-default,
.panel-group.without-bg .panel-default>.panel-heading {
	background: transparent !important
}

.panel-group.without-bg .panel-body {
	padding-top: 0;
	padding-bottom: 0
}

.panel-group.without-borders .panel {
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0
}

.panel-group.without-borders .panel-heading a {
	padding-left: 0;
	padding-right: 0
}

.panel-group.without-borders .panel-body {
	padding: 0
}

.tabs {
	border-radius: 4px;
	margin-bottom: 20px
}

.nav-tabs {
	margin: 0;
	padding: 0;
	font-size: 0;
	border-bottom-color: #eee
}

.nav-tabs li {
	display: inline-block;
	float: none;
	position: relative
}

.nav-tabs li:last-child a {
	margin-right: 0
}

.nav-tabs li a {
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin-right: 1px
}

.nav-tabs li a,
.nav-tabs li a:hover {
	background: #f4f4f4;
	border-bottom: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 3px solid #eee;
	color: #ccc
}

.nav-tabs li a:hover {
	border-bottom-color: transparent;
	border-top: 3px solid #ccc;
	box-shadow: none
}

.nav-tabs li a:active,
.nav-tabs li a:focus {
	border-bottom: 0
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background: #fff;
	border-left-color: #eee;
	border-right-color: #eee;
	border-top: 3px solid #ccc;
	color: #ccc
}

.nav-tabs li .nav-link {
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin-right: 1px
}

.nav-tabs li .nav-link {
	background: #f4f4f4;
	border-bottom: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 3px solid #eee;
	color: #ccc
}

.tab-content {
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px
}

.nav-tabs.nav-right,
.nav-tabs.text-right {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.tabs.tabs-bottom {
	margin: 0 0 20px 0;
	padding: 0
}

.tabs.tabs-bottom .tab-content {
	border-radius: 4px 4px 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs {
	border-bottom: none;
	border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs li {
	margin-bottom: 0;
	margin-top: -1px
}

.tabs.tabs-bottom .nav-tabs li:last-child a {
	margin-right: 0
}

.tabs.tabs-bottom .nav-tabs li a {
	border-radius: 0 0 5px 5px;
	font-size: 14px;
	margin-right: 1px
}

.tabs.tabs-bottom .nav-tabs li a,
.tabs.tabs-bottom .nav-tabs li a:hover {
	border-bottom: 3px solid #eee;
	border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs li a:hover {
	border-bottom: 3px solid #ccc;
	border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs li.active a,
.tabs.tabs-bottom .nav-tabs li.active a:hover,
.tabs.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom: 3px solid #ccc;
	border-top-color: transparent
}

.tabs-vertical {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #eee
}

.tabs-vertical .tab-content {
	display: table-cell;
	vertical-align: top
}

.tabs-vertical .nav-tabs {
	border-bottom: none;
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	vertical-align: top;
	width: 25%
}

.tabs-vertical .nav-tabs>li {
	display: block
}

.tabs-vertical .nav-tabs>li a {
	border-radius: 0;
	display: block;
	padding-top: 10px
}

.tabs-vertical .nav-tabs>li a,
.tabs-vertical .nav-tabs>li a:hover,
.tabs-vertical .nav-tabs>li a:focus {
	border-bottom: none;
	border-top: none
}

.tabs-vertical .nav-tabs>li.active a,
.tabs-vertical .nav-tabs>li.active a:hover,
.tabs-vertical .nav-tabs>li.active:focus {
	border-top: none
}

.tabs-left {
	padding: 0
}

.tabs-left .tab-content {
	border-radius: 0 5px 5px 5px;
	border-left: none
}

.tabs-left .nav-tabs>li {
	margin-right: -1px
}

.tabs-left .nav-tabs>li:first-child a {
	border-radius: 5px 0 0 0
}

.tabs-left .nav-tabs>li:last-child a {
	border-radius: 0 0 0 5px;
	border-bottom: 1px solid #eee
}

.tabs-left .nav-tabs>li a {
	border-right: 1px solid #eee;
	border-left: 3px solid #eee;
	margin-right: 1px;
	margin-left: -3px
}

.tabs-left .nav-tabs>li a:hover {
	border-left-color: #ccc
}

.tabs-left .nav-tabs>li.active a,
.tabs-left .nav-tabs>li.active a:hover,
.tabs-left .nav-tabs>li.active a:focus {
	border-left: 3px solid #ccc;
	border-right-color: #fff
}

.tabs-right {
	padding: 0
}

.tabs-right .tab-content {
	border-radius: 5px 0 5px 5px;
	border-right: none
}

.tabs-right .nav-tabs>li {
	margin-left: -1px
}

.tabs-right .nav-tabs>li:first-child a {
	border-radius: 0 5px 0 0
}

.tabs-right .nav-tabs>li:last-child a {
	border-radius: 0 0 5px 0;
	border-bottom: 1px solid #eee
}

.tabs-right .nav-tabs>li a {
	border-right: 3px solid #eee;
	border-left: 1px solid #eee;
	margin-right: 1px;
	margin-left: 1px
}

.tabs-right .nav-tabs>li a:hover {
	border-right-color: #ccc
}

.tabs-right .nav-tabs>li.active a,
.tabs-right .nav-tabs>li.active a:hover,
.tabs-right .nav-tabs>li.active a:focus {
	border-right: 3px solid #ccc;
	border-left: 1px solid #fff
}

.nav-tabs.nav-justified {
	padding: 0;
	margin-bottom: -1px;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.nav-tabs.nav-justified li {
	margin-bottom: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover {
	border-radius: 5px 0 0 0
}

.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover {
	border-radius: 0 5px 0 0
}

.nav-tabs.nav-justified li a {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	margin-right: 0
}

.nav-tabs.nav-justified li a:hover,
.nav-tabs.nav-justified li a:focus {
	border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
	background: #fff;
	border-left-color: #eee;
	border-right-color: #eee
}

.nav-tabs.nav-justified li.active a {
	border-bottom: 1px solid #fff
}

.nav-tabs.nav-justified li.active a:hover {
	border-bottom: 1px solid #fff
}

.tabs.tabs-bottom {
	padding: 0
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
	border-top: none
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
	margin-right: 0;
	border-top-color: transparent
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
	border-radius: 0 0 0 5px
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
	margin-right: 0;
	border-radius: 0 0 5px 0
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
	border-top-color: transparent
}

.tabs-center .nav-tabs {
	text-align: center;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.tabs-navigation {
	border-radius: 5px
}

.tabs-navigation .nav-tabs>li {
	margin-bottom: 1px
}

.tabs-navigation .nav-tabs>li a {
	color: #777;
	padding: 14px;
	line-height: 120%
}

.tabs-navigation .nav-tabs>li a:before {
	font-family: "Font Awesome 5 Free";
	content: "";
	position: absolute;
	right: 15px;
	top: 15px
}

.tabs-navigation .nav-tabs>li a .fa,
.tabs-navigation .nav-tabs>li a .fas,
.tabs-navigation .nav-tabs>li a .far,
.tabs-navigation .nav-tabs>li a .fal,
.tabs-navigation .nav-tabs>li a .fab {
	margin-right: 4px
}

.tabs-navigation .nav-tabs>li:first-child a {
	border-radius: 5px 5px 0 0
}

.tabs-navigation .nav-tabs>li.active a,
.tabs-navigation .nav-tabs>li.active a:hover,
.tabs-navigation .nav-tabs>li.active a:focus {
	border-right-color: #eee
}

.tabs-navigation .nav-tabs>li:last-child a {
	border-radius: 0 0 5px 5px
}

.tab-pane-navigation {
	display: none
}

.tab-pane-navigation.active {
	display: block
}

.tabs.tabs-simple .nav-tabs {
	border: 0;
	margin-bottom: 10px
}

.tabs.tabs-simple .nav-tabs>li {
	margin-left: 0;
	margin-bottom: 20px
}

.tabs.tabs-simple .nav-tabs>li a,
.tabs.tabs-simple .nav-tabs>li a:hover,
.tabs.tabs-simple .nav-tabs>li a:focus {
	padding: 15px 30px;
	background: none;
	border: 0;
	border-bottom: 3px solid #eee;
	border-radius: 0;
	color: #777;
	font-size: 16px
}

.tabs.tabs-simple .tab-content {
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none
}

@media(max-width:479px) {
	.tabs .nav.nav-tabs.nav-justified li {
		display: block;
		margin-bottom: -5px
	}
	.tabs .nav.nav-tabs.nav-justified li a {
		border-top-width: 3px !important;
		border-bottom-width: 0 !important
	}
	.tabs .nav.nav-tabs.nav-justified li:first-child a,
	.tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
		border-radius: 5px 5px 0 0
	}
	.tabs .nav.nav-tabs.nav-justified li:last-child a,
	.tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
		border-radius: 0
	}
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
		margin-bottom: 0;
		margin-top: -5px
	}
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
		border-bottom-width: 3px !important;
		border-top-width: 0 !important
	}
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
		border-radius: 0
	}
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
		border-radius: 0 0 5px 5px
	}
}

.tabs-navigation .nav-tabs>li {
	font-weight: bold
}

.toggle {
	margin: 10px 0 20px;
	position: relative;
	clear: both
}

.toggle .toggle {
	margin: 10px 0 0
}

.toggle>input {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 45px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2
}

.toggle>label,
.toggle>.toggle-heading {
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
	background: #f4f4f4;
	border-left: 3px solid #ccc;
	border-radius: 5px;
	color: #ccc;
	display: block;
	font-size: 1.1em;
	min-height: 20px;
	padding: 12px 20px 12px 10px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
	width: 100%;
	text-align: left;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	outline: none
}

.toggle>label:-moz-selection,
.toggle>.toggle-heading:-moz-selection {
	background: none
}

.toggle>label em.fa-minus,
.toggle>.toggle-heading em.fa-minus {
	display: none
}

.toggle>label em.fa-plus,
.toggle>.toggle-heading em.fa-plus {
	display: inline
}

.toggle>label:selection,
.toggle>.toggle-heading:selection {
	background: none
}

.toggle>label:before,
.toggle>.toggle-heading:before {
	border: 6px solid transparent;
	border-left-color: inherit;
	content: '';
	margin-top: -6px;
	position: absolute;
	right: 4px;
	top: 50%
}

.toggle>label:hover,
.toggle>.toggle-heading:hover {
	background: #f5f5f5
}

.toggle>label+p,
.toggle>.toggle-heading+p {
	color: #999;
	display: block;
	overflow: hidden;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px
}

.toggle>label i,
.toggle>label em,
.toggle>.toggle-heading i,
.toggle>.toggle-heading em {
	font-size: .7em;
	margin-right: 8px;
	position: relative;
	top: -1px
}

.toggle>.toggle-content {
	display: none
}

.toggle>.toggle-content>p {
	margin-bottom: 0;
	padding: 10px 0
}

.toggle.active i.fa-minus,
.toggle.active em.fa-minus {
	display: inline
}

.toggle.active i.fa-plus,
.toggle.active em.fa-plus {
	display: none
}

.toggle.active>label,
.toggle.active>.toggle-heading {
	background: #f4f4f4;
	border-color: #ccc
}

.toggle.active>label:before,
.toggle.active>.toggle-heading:before {
	border: 6px solid transparent;
	border-top-color: #fff;
	margin-top: -3px;
	right: 10px
}

.toggle.active>p {
	white-space: normal
}

.toggle>p.preview-active {
	height: auto;
	white-space: normal
}

.toggle.toggle-sm .toggle>label,
.toggle.toggle-sm .toggle>.toggle-heading {
	font-size: .9em;
	padding: 6px 20px 6px 10px
}

.toggle.toggle-sm .toggle>.toggle-content>p {
	font-size: .9em
}

.toggle.toggle-lg .toggle>label,
.toggle.toggle-lg .toggle>.toggle-heading {
	font-size: 1.1em;
	padding: 16px 20px 16px 20px
}

.toggle.toggle-lg .toggle>.toggle-content>p {
	font-size: 1.1em
}

.toggle.toggle-simple .toggle>label,
.toggle.toggle-simple .toggle>.toggle-heading {
	border-radius: 0;
	border: 0;
	background: transparent;
	color: #777;
	padding-left: 32px;
	margin-bottom: -10px;
	font-size: 1em;
	font-weight: 600;
	color: #1d2127
}

.toggle.toggle-simple .toggle>label:after,
.toggle.toggle-simple .toggle>.toggle-heading:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: #ccc;
	top: 50%;
	margin-top: -12px;
	border-radius: 3px;
	z-index: 1
}

.toggle.toggle-simple .toggle>label:before,
.toggle.toggle-simple .toggle>.toggle-heading:before {
	border: 0;
	left: 7px;
	right: auto;
	margin-top: -10px;
	top: 50%;
	font-family: "Font Awesome 5 Free";
	content: "";
	z-index: 2;
	color: #fff;
	font-size: 13px
}

.toggle.toggle-simple .toggle.active>label,
.toggle.toggle-simple .toggle.active>.toggle-heading {
	background: transparent;
	color: #1d2127
}

.toggle.toggle-simple .toggle.active>label:before,
.toggle.toggle-simple .toggle.active>.toggle-heading:before {
	content: ""
}

.toggle.toggle-simple .toggle>label,
.toggle.toggle-simple .toggle>.toggle-heading {
	font-weight: bold
}

.popup-inline-content {
	background: none repeat scroll 0 0 #fff;
	margin: 40px auto;
	max-width: 1170px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
	display: none
}

.mfp-wrap .popup-inline-content {
	display: block
}

.dialog {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	max-width: 600px
}

.dialog.dialog-xs {
	max-width: 200px
}

.dialog.dialog-sm {
	max-width: 400px
}

.dialog.dialog-md {
	max-width: 600px
}

.dialog.dialog-lg {
	max-width: 900px
}

.white-popup-block {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative
}

.white-popup-block.white-popup-block-xs {
	max-width: 200px
}

.white-popup-block.white-popup-block-sm {
	max-width: 400px
}

.white-popup-block.white-popup-block-md {
	max-width: 600px
}

.white-popup-block.white-popup-block-lg {
	max-width: 900px
}

body.lightbox-opened.sticky-menu-active header {
	padding-right: 17px
}

.pull-left {
	float: left !important
}

.pull-right {
	float: right !important
}

.push-bottom {
	margin-bottom: 35px
}

.push-top {
	margin-top: 35px
}

.align-center,
.center {
	text-align: center !important
}

.align-left {
	text-align: left !important
}

.align-right {
	text-align: right !important
}

.bold {
	font-weight: bold
}

.inverted {
	color: #fff;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px
}

h1 .inverted {
	padding-left: 10px;
	padding-right: 10px
}

h2 .inverted {
	padding-left: 7px;
	padding-right: 7px
}

h3 .inverted {
	padding-left: 2px;
	padding-right: 2px
}

h4 .inverted {
	padding-left: 4px;
	padding-right: 4px
}

h5 .inverted {
	padding-left: 2px;
	padding-right: 2px
}

h6 .inverted {
	padding-left: 2px;
	padding-right: 2px
}

.cur-pointer {
	cursor: pointer
}

.clearfix {
	display: inline-block
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #ccc
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #ccc;
	border-color: #ccc
}

.read-more,
.learn-more {
	display: inline-block;
	white-space: nowrap
}

.offset-anchor {
	display: block;
	position: relative;
	visibility: hidden;
	top: -100px
}

@media(max-width:991px) {
	.offset-anchor {
		top: 0
	}
}

.show-grid [class*="col-md-"] .show-grid-block {
	background-color: #eee;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	display: block
}

.alert-admin {
	margin: 25px 0
}

.alert-admin img {
	margin: -50px 0 0
}

.alert-admin .btn {
	margin: 0 0 -15px
}

.alert-admin p {
	color: #444
}

.alert-admin h4 {
	color: #111;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase
}

.alert-admin .warning {
	color: #b20000
}

.alert .fa,
.alert .fas,
.alert .far,
.alert .fal,
.alert .fab {
	margin-right: 8px;
	font-size: 1.1em
}

.alert ul {
	padding: 0;
	margin: 7px 0 0 40px
}

.alert ul li {
	font-size: .9em
}

.alert.alert-sm {
	padding: 5px 10px;
	font-size: .9em
}

.alert.alert-lg {
	padding: 20px;
	font-size: 1.2em
}

.alert.alert-default {
	background-color: #f2f2f2;
	border-color: #eaeaea;
	color: #727272
}

.alert.alert-default .alert-link {
	color: #4c4c4c
}

.alert.alert-dark {
	background-color: #333a44;
	border-color: #07080a;
	color: #ced3db
}

.alert.alert-dark .alert-link {
	color: #fafbfb
}

.embed-responsive.embed-soundcloud {
	padding-bottom: 19.25%
}

.embed-responsive.embed-responsive-borders {
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 4px
}

.content-grid {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.content-grid .content-grid-item {
	position: relative;
	padding: 30px;
	margin: 0
}

.content-grid .content-grid-item:before,
.content-grid .content-grid-item:after {
	content: '';
	position: absolute
}

.content-grid .content-grid-item:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #dadada
}

.content-grid .content-grid-item:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #dadada
}

.content-grid .content-grid-item .img-responsive {
	display: inline-block
}

.content-grid.content-grid-dashed .content-grid-item:before {
	border-left: 1px dashed #dadada
}

.content-grid.content-grid-dashed .content-grid-item:after {
	border-bottom: 1px dashed #dadada
}

hr {
	background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
	background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
	border: 0;
	height: 1px;
	margin: 22px 0
}

hr.short {
	margin: 11px 0
}

hr.tall {
	margin: 44px 0
}

hr.taller {
	margin: 66px 0
}

hr.solid {
	background: #dbdbdb
}
hr.blackhr {
	border-top: 1px solid #000;
}
hr.primary {
	border-top: 1px solid #00a7a1;
}
hr.primaryhr {
	border-top: 2px solid #00a7a1 !important;
}

hr.light {
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, .15), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .15), transparent)
}

hr.invisible {
	background: none;
}

.divider {
	border: 0;
	height: 1px;
	margin: 44px auto;
	background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
	background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
	text-align: center;
	position: relative;
	clear: both
}

.divider.taller {
	margin: 66px auto
}

.divider .fa,
.divider .fas,
.divider .far,
.divider .fal,
.divider .fab,
.divider .icons {
	text-align: center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #fff;
	border-radius: 50px;
	color: #a9a9a9;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	width: 50px;
	font-size: 20px;
	margin: 0 auto 0 -25px;
	top: -25px;
	left: 50%;
	z-index: 1
}

.divider.divider-solid {
	background: #dbdbdb
}

.divider.divider-icon-sm .fa,
.divider.divider-icon-sm .fas,
.divider.divider-icon-sm .far,
.divider.divider-icon-sm .fal,
.divider.divider-icon-sm .fab,
.divider.divider-icon-sm .icons {
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: -15px;
	font-size: 15px;
	margin-left: -16px
}

.divider.divider-icon-lg {
	margin: 86px 0
}

.divider.divider-icon-lg .fa,
.divider.divider-icon-lg .fas,
.divider.divider-icon-lg .far,
.divider.divider-icon-lg .fal,
.divider.divider-icon-lg .fab,
.divider.divider-icon-lg .icons {
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: -30px;
	font-size: 30px;
	margin-left: -30px
}

.divider.divider-icon-lg.taller {
	margin: 100px auto
}

.divider.divider-xs {
	width: 35%
}

.divider.divider-sm {
	width: 67%
}

.divider.divider-left .fa,
.divider.divider-left .fas,
.divider.divider-left .far,
.divider.divider-left .fal,
.divider.divider-left .fab,
.divider.divider-left .icons {
	left: 0;
	margin-left: 0;
	margin-right: 0;
	right: auto
}

.divider.divider-right .fa,
.divider.divider-right .fas,
.divider.divider-right .far,
.divider.divider-right .fal,
.divider.divider-right .fab,
.divider.divider-right .icons {
	left: auto;
	margin-left: 0;
	margin-right: 0;
	right: 0
}

.divider.divider-style-2 .fa,
.divider.divider-style-2 .fas,
.divider.divider-style-2 .far,
.divider.divider-style-2 .fal,
.divider.divider-style-2 .fab,
.divider.divider-style-2 .icons {
	background: #f4f4f4;
	color: #a9a9a9
}

.divider.divider-style-3 .fa,
.divider.divider-style-3 .fas,
.divider.divider-style-3 .far,
.divider.divider-style-3 .fal,
.divider.divider-style-3 .fab,
.divider.divider-style-3 .icons {
	border: 1px solid #cecece
}

.divider.divider-style-4 .fa,
.divider.divider-style-4 .fas,
.divider.divider-style-4 .far,
.divider.divider-style-4 .fal,
.divider.divider-style-4 .fab,
.divider.divider-style-4 .icons {
	border: 1px solid #cecece
}

.divider.divider-style-4 .fa:after,
.divider.divider-style-4 .fas:after,
.divider.divider-style-4 .far:after,
.divider.divider-style-4 .fal:after,
.divider.divider-style-4 .fab:after,
.divider.divider-style-4 .icons:after {
	border: 3px solid #f4f4f4;
	border-radius: 50%;
	box-sizing: initial;
	content: "";
	display: block;
	height: 100%;
	left: -4px;
	padding: 1px;
	position: absolute;
	top: -4px;
	width: 100%
}

.divider.divider-small {
	margin: 22px auto;
	background: transparent
}

.divider.divider-small hr {
	width: 50px;
	height: 3px;
	background: #555
}

.divider.divider-small.divider-small-center {
	text-align: center
}

.divider.divider-small.divider-small-center hr {
	margin-left: auto;
	margin-right: auto
}

.divider.divider-small.divider-small-right {
	text-align: right
}

.divider.divider-small.divider-small-right hr {
	margin-left: auto
}

.divider.divider-small.divider-light hr {
	background: #ddd
}

.divider.divider-small.divider-small-sm hr {
	height: 1px
}

.divider.divider-small.divider-small-lg hr {
	height: 6px
}

.divider.divider-small.tall {
	margin: 34px 0
}

.divider.divider-small.taller {
	margin: 46px 0
}

hr.dashed,
.divider.dashed {
	background: none;
	position: relative
}

hr.dashed:after,
.divider.dashed:after {
	border: 1px dashed #dbdbdb;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 100%
}

hr.pattern,
.divider.pattern {
	background: none;
	position: relative
}

hr.pattern:after,
.divider.pattern:after {
	background: transparent url(Resources/img/patterns/worn_dots.png) repeat 0 0;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 100%
}

hr.pattern.pattern-2:after,
.divider.pattern.pattern-2:after {
	background-image: url(Resources/img/patterns/az_subtle.png)
}

.sort-source-wrapper {
	padding: 8px 0;
	position: relative
}

.sort-source-wrapper .nav {
	margin: -100px 0 5px
}

.sort-source-wrapper .nav>li>a {
	color: #fff;
	background: transparent
}

.sort-source-wrapper .nav>li>a:hover,
.sort-source-wrapper .nav>li>a:focus {
	background: transparent
}

.sort-source-wrapper .nav>li.active>a {
	background: transparent
}

.sort-source-wrapper .nav>li.active>a:hover,
.sort-source-wrapper .nav>li.active>a:focus {
	background: transparent
}

.sort-source {
	clear: both
}

.sort-destination {
	overflow: hidden
}

.sort-destination.full-width {
	position: relative
}

.sort-destination.full-width .isotope-item {
	width: 20%;
	float: left
}

.sort-destination.full-width .isotope-item.w2 {
	width: 40%
}

.sort-destination.full-width .isotope-item .img-thumbnail,
.sort-destination.full-width .isotope-item a,
.sort-destination.full-width .isotope-item .thumb-info img {
	border-radius: 0
}

.sort-source-wrapper+.sort-destination.full-width {
	margin: 0 0 -81px;
	top: -51px
}

@media(max-width:991px) {
	.sort-destination.isotope {
		overflow: visible !important;
		height: auto !important
	}
	.sort-destination.isotope.full-width {
		overflow: hidden !important
	}
	.isotope-hidden {
		display: none !important
	}
	#header > div > div.nav-bar-primary > div > div > div.header-nav-main-effect.right {
		display:none;
	}
}


div#login {display:none;}
.noleftmargin {
	margin-left:-10px;
}

ul#mainMenu.nav.nav-pills.nav-main li.active.dropdown-full-color.dropdown-primary:first-child {
	display:none;
}


#Form > div.wrapper > div > div.mini-widgets > div > div > div.col-md-4.text-center {
	padding:0px; !important
}

#dnn_ctr501_HtmlModule_lblContent > div > div > div:nth-child(1) > a {
	color:#ffffff;
}

#dnn_ctr501_HtmlModule_lblContent > div > div > div.col-md-auto > a, #dnn_ctr501_HtmlModule_lblContent > div > div > div:nth-child(3) > a {
	color: #000;
}


@media(max-width:991px) {
.page-top.small {
    display:none;
}	

}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem;
    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 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


html .btn-quaternary,
html .btn-primary,
html .btn-borders.btn-primary,
html .btn .btn-tertiary,
div > div > div > a > button  {
    font-weight: 500 !important;
    letter-spacing: 0.017em;
    text-transform: uppercase;
}



@media (min-width: 1224px){
	div.blog-posts.single-post > article > div.postInner-image > img,
    div.blog-posts.single-post > article > div.post-content > div.postInner-image > img {
		max-width:400px;
		height:auto;
		margin: auto;
		float:left;
		margin-right:40px;
		margin-bottom:40px;
}
}


@media (max-width: 1225px){
	div.blog-posts.single-post > article > div.postInner-image > img,
    div.blog-posts.single-post > article > div.post-content > div.postInner-image > img {
	    width: 100%;
}
}


div.porto_nowidgets > div > article > div.post-content > div.post-meta > span > a,
div.porto_nowidgets > div > article > div.post-content > div.post-meta > span > a:visited,
div.porto_nowidgets > div > article > div.related.pull-top > ul > li > div.post-info > a,
div.porto_nowidgets > div > article > div.related.pull-top > ul > li > div.post-info > a:visited,
div.porto_nowidgets > article > div.post-meta > span > a,
div.porto_nowidgets > article > div.post-meta > span > a:visited {
	color: #00a7a1;
}

div.porto_nowidgets > article > span > a > img {
		max-width:400px;
		height:auto;
		margin: auto;
		float:left;
		margin-right:40px;
		margin-bottom:40px;
}

/*home-other-links*/
ul.home-other-links { margin:0; padding:0; list-style:none;}
.home-other-links li {
    line-height: 16px;
    padding: 10px 0;
}
#dnn_ctr611_HtmlModule_lblContent .home-other-links li > a,
#dnn_ctr612_HtmlModule_lblContent .home-other-links li > a,
#dnn_ctr614_HtmlModule_lblContent .home-other-links li > a { 
    color:#c1c1c1 !important; 
}

.fa-angle-right {
	color: #00a7a1;
	font-size: 16px;

}

h6.FooterColHeader {
    color:#fff;
    letter-spacing: 0.2em;
    font-weight: bold; white-space:nowrap;
}

ul.social-icons.new li,
ul.social-icons li.active {
	opacity: 0.8;
}


#submenu4,
#submenu3,
#submenu2,
#submenu1,
#submenu4s,
#submenu3s,
#submenu2s,
#submenu1s,
#submenu4e,
#submenu3e,
#submenu2e,
#submenu1e,
#submenu4p,
#submenu3p,
#submenu2p,
#submenu1p {
	min-height:200px;
}

#submenu1p > img,
#submenu2p > img,
#submenu3p > img,
#submenu4p > img {
	
}

/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .safari_only {

  header div.search input.NormalTextBox {
	line-height:normal!important;
         }

}


div.col-lg-2.primaryback {background-color: #00a7a1;padding-top:10px;padding-bottom:10px;white-space:nowrap;}
div.col-lg-2.primaryback a.white { color: #fff !important; }
div.col-lg-2.grayback {background-color: #efefef;padding-top:10px;padding-bottom:10px;white-space:nowrap;border-left: 1px solid #ccc;}
div.col-md-auto.grayback {background-color: #efefef;padding-top:10px;padding-bottom:10px;white-space:nowrap;}
div.col-lg-2.grayback a.black,
div.col-md-auto.grayback a.black { color:#000 !important;}

#mainMenu > li > ul {
        margin-left: 2px !important;
    }

@media (max-width:767px) {
	div > div > ul > li > div.post-image > div.img-thumbnail img {
	height:100px !important;
	width: auto !important;
    }
    div.porto_nowidgets.widgetmodule > div > h6,
    div > div > ul > li > div.post-info {
    	font-size: 150%;
    	text-align: center;
    }
    
    div.social-icons {
    	clear:both;
    	margin-top: 20px !important;
    	text-align: center;
    }
    div img {
    	/* display:block;
        margin-left:auto;
        margin-right:auto; */
    }
     div.mt-lg.mb-xl > a:nth-child(3) {
     	float:right; margin-bottom: 20px;display:none;
     }
     div.mt-lg.mb-xl > a.shopperlink {
     	float:left; margin-bottom: 20px;
     	margin-left: 20px; display:none;
     }
     .porto_nowidgets .post-image {
     	float:none !important;

     }
     #dnn_ctr529_HtmlModule_lblContent > div > div,
     #dnn_ctr544_HtmlModule_lblContent > div:nth-child(2) > h2,
     div.post-image,
     p {
     	text-align: center !important;
     	font-size:120% !important;
     }

     #dnn_ctr984_HtmlModule_lblContent > blockquote > small {
     	text-align: center !important;
     	font-size:120% !important;
     }
     
     #footer > div.footer-copyright > div > div > div,
     .body>#footer .footer-copyright p {
     	text-align: justify !important;
     }
     #footer > div.footer-copyright {
     	text-align: center !important;
     }
     #dnn_ctr529_HtmlModule_lblContent > div > div:nth-child(2) > p:nth-child(2) {
     	font-size: initial !important;
     	font-size: large !important; 
     }
     ul.simple-post-list div.post-image > div {
     	width: unset !important;
     }
     div > div > a > button {
     	width: 100%;
     }
    

}


html .btn-borders.btn-primary.ms {
     background: transparent;
     border: 2px solid #00a7a1;
     color: #00a7a1;
     text-shadow: none;
     padding: 40px;
     text-transform:unset !important;
     font-size: 20px;
     font-weight: bold !important;
     white-space: nowrap;
}
@media(max-width:900px) {
	html .btn-borders.btn-primary.ms {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px !important;
	}
	#dnn_ctr827_HtmlModule_lblContent > div,
	#dnn_ctr827_HtmlModule_lblContent > div.mt-lg.mb-xl {
		padding: 0px !important;
		margin: 0px !important;
	}
}


#dnn_ctr726_HtmlModule_lblContent > div > a,
#dnn_ctr727_HtmlModule_lblContent > div > a {
	text-decoration: none !important;
}



html .btn-borders.btn-primary {
     background: transparent;
     border: 2px solid #00a7a1;
}

.table-bio {max-width: 600px}
.table-bio td {
	padding: 0 !important;
	margin: 0 !important;
        white-space: nowrap;
	font-size: 102%;
	width:50%;
}

#accordion8 > div > div.card-header.bio { border-bottom: 2px solid #00a7a1; }
#accordion8 > div > div.card-header.bio > h4 > a
 {
	font-size: 22px !important;
	font-weight: bold !important;
}
#dnn_ctr752_HtmlModule_lblContent > div > div > div.col.pb-xl.left {
	max-width:250px;
	min-width:250px;
}
#dnn_ctr752_HtmlModule_lblContent > div > div > div {
	/* max-width:580px; */
	min-width: 580px;
}

@media(min-width:768px){
    #dnn_ctr757_ContentPane { border-left: 2px solid #00a7a1; }
}

#dnn_ctr480_HtmlModule_lblContent > div > div > div > div > ul > li.nav-item.active > a,
#dnn_ctr480_HtmlModule_lblContent > div > div > div > div > ul > li.nav-item > a {
    border: unset !important;
    background-color: unset !important;
    text-align: right !important;
    color: #000 !important;	
    font-family: itc-fenice, serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 24px !Important;
    letter-spacing: 0.015em;
    padding-right:82px;
}
#dnn_ctr480_HtmlModule_lblContent > div > div > div > div > ul > li.nav-item.active > a {
	/*text-decoration: underline;
	text-decoration-color: #00a7a1;*/
	color: #00a7a1 !important;
}
#accordion8 > div > div.card-header > h4 > a.contact {
	color: #00a7a1 !important;
	font-size: 20px !important;
	margin-left: 10px;
}
#accordion8 > div > div.card-header > h4 > a.contact:before {
    content: '+';
    font-size: 20px !important;
    color: #00a7a1 !important;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    font-weight:normal;
}
#accordion8 > div.contact {
	border-bottom: 1px solid #00a7a1 !important;
}
.tabs-liberty {
    border-top: unset !important;
}
.contact-tab {
	max-width: 580px;
	margin-left: 20px;
}
#dnn_ctr480_HtmlModule_lblContent > div > div > div.col-md-5 {
	border-right: 2px solid #00a7a1;
}

#dnn_ctr480_HtmlModule_lblContent > div > div > div > div > ul > li.nav-item.active > a:after {
    content: url(/portals/0/images/resources/contact-tab-pointer.jpg);
    float: right;
    position:absolute;
    background-position-x: right;
    background-position-y: middle;
    background-size: initial;
    background-repeat: no-repeat;
}

@media(max-width:906px){
#dnn_ctr480_HtmlModule_lblContent > div > div > div.col-md-5 > div > ul > li.nav-item > a {
	font-size:20px !important;
}
}

@media(max-width:994px){

#dnn_ctr480_HtmlModule_lblContent > div > div > div.col-md-5 > div > ul > li.nav-item > a {
	font-size:22px !important;
	white-space: nowrap !important;
	letter-spacing: normal !important;
}

}

#accordion2Primary > div {
	border: 0px !important;
	border-radius: unset !important;

}
#accordion2Primary > div > div.card-header {
	padding: 10px;

}
#accordion2Primary > div > div.card-header > h4 > a {
	color: #fff !important;
	font-size: 20px !important;
	text-align: center;
}
#accordion2Primary > div > div.card-header > h4 > a:before {
    content: '+';
    font-size: 24px;
    color: #fff;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
}


@media (min-width:992px) and (max-width: 1039px) {
#mainMenu > li:nth-child(9) {
	display: none;
}
#mainMenu > li:nth-child(8) > span { display: none;}
}


#footer > div.footer-copyright > div > div:nth-child(1) > div {
	text-align: left !important;
}

div.card-body > h5 {
	font-weight:bold;
}
div.card-body > hr {
	border: 2px solid #00a7a1;
}
div.card-body > table > tbody > tr > td.right {
	min-width: 130px;
}
#dnn_ctr768_HtmlModule_lblContent > div > div > div > div > h6 > strong > a {
	color:#fff !important;
	font-size:22px !important;
}
#dnn_ctr768_HtmlModule_lblContent > div > div > div > div > p {
	color: #fff;
}


.h5container {
	border-bottom: 2px solid #00a7a1;
	text-align: left;
	padding-left: 12px;
	max-width: 240px;
}
#dnn_ctr638_HtmlModule_lblContent > p {
	text-align: left;
	margin-bottom: 6px;
	margin-left: 12px;
}
#dnn_ctr638_HtmlModule_lblContent > p:nth-child(2) {
	margin-top: 8px;
}
#dnn_ctr638_HtmlModule_lblContent > p > a {
	text-decoration: underline;
	color: #000 !important;
}
.bottomborder {
	border-bottom: 2px solid #00a7a1;
	max-width: 240px;
}
@media (max-width: 766px) {
	.h5container {
	text-align: center;
	max-width: unset;
}
#dnn_ctr638_HtmlModule_lblContent > p {
	text-align: center;
}
#dnn_ctr638_HtmlModule_lblContent > p:nth-child(2) {
	margin-top: 8px;
}
#dnn_ctr638_HtmlModule_lblContent > p > a {
	text-align: center;
}
.bottomborder {
	max-width: unset;
}
#dnn_ctr656_HtmlModule_lblContent {
	display: none;
}
#dnn_ctr783_HtmlModule_lblContent {
	display: unset !important;
}
}

#dnn_ctr783_HtmlModule_lblContent {
	display: none;
}

#mainMenu > li:nth-child(9) > span { display:none; }

.nowrap { white-space:nowrap !important; }

blockquote {
	font-family: itc-fenice, serif;
	font-weight: 400;
	color: #000;
        border-left: 0px !important;
        /* border-left: #ccc 2px solid !important;
        border-image: linear-gradient( to bottom, #ccc, rgba(0, 0, 0, 0) ) 1 100%; */
	 
}

#dnn_ctr610_HtmlModule_lblContent > div.mt-lg.mb-xl > a.shopperlink > img:hover,
#dnn_ctr610_HtmlModule_lblContent > div.mt-lg.mb-xl > a:nth-child(3) > img:hover {
	opacity: unset !important;
}

#dnn_ctr613_ModuleContent > div > div > ul > li > div.post-image > div > a > img {
   margin-left: auto;
   margin-right: auto;
   width: 100px !important;
}

#mainMenu > li:nth-child(8) > ul > div > div > div > div:nth-child(2) > ul > li:nth-child(4) > a {
   border-bottom: 1px solid #00a7a1;
}

.body>#footer p,
.body>#footer a {
	font-size: 14px !important;
}
