:root {
	--dcd-blue-dk: 22,126,192; /*167EC0*/
	--dcd-blue-lt: 23,180,233; /*17B4E9*/
	--dcd-green: 122,193,68;/*7AC144*/
	--dcd-grey: 89,89,89;/*595959*/
}
/*
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,700;1,800&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans');

.blue {
	color: rgba(var(--dcd-blue-dk),1);
}
.blue-bg {
	color: rgba(var(--dcd-blue-dk),1);
}
.lblue {
	color: rgba(var(--dcd-blue-lt),1);
}
.lblue-bg {
	color: rgba(var(--dcd-blue-lt),1);
}
.grey {
	color: rgba(var(--dcd-grey),1);
}
.grey-bg {
	color: rgba(var(--dcd-grey),1);
}
.green {
	color: rgba(var(--dcd-green),1);
}
.green-bg {
	color: rgba(var(--dcd-green),1);
}
section {
	background-color: #eeeeee;
}

section,
.container,
.container-fluid {
	position: relative;
	word-wrap: break-word;
}

a.mbr-iconfont:hover {
	text-decoration: none;
}

.form-control:focus {
	box-shadow: none;
}

:focus {
	outline: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
	margin-bottom: 0;
}

a {
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
}

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

figure {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	padding: 10px 0 10px 20px;
	position: relative;
	border-left: 2px solid;
	border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	transition-delay: 9999s;
	transition-property: background-color, color;
}

textarea[type="hidden"] {
	display: none;
}

body {
	position: relative;
	overflow-x: hidden;
}

section {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.hidden {
	visibility: hidden;
}

.mbr-z-index20 {
	z-index: 20;
}

/*! Base colors */
.mbr-white {
	color: #ffffff;
}

.mbr-black {
	color: #000000;
}

.mbr-bg-white {
	background-color: #ffffff;
}

.mbr-bg-black {
	background-color: #000000;
}

/*! Text-aligns */
.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

@media (max-width: 767px) {
	.align-left,
	.align-center,
	.align-right,
	.mbr-section-btn,
	.mbr-section-title {
		text-align: center;
	}
}

/*! Font-weight	*/
.mbr-light {
	font-weight: 300;
}

.mbr-regular {
	font-weight: 400;
}

.mbr-semibold {
	font-weight: 500;
}

.mbr-bold {
	font-weight: 700;
}

/*! Media	*/
.media-size-item {
	-moz-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	flex: 1 1 auto;
}

.media-content {
	flex-basis: 100%;
}

.media-container-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: start;
}

.media-container-row .media-size-item {
	width: 400px;
}

.media-container-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
}

.media-container-column > * {
	width: 100%;
}

@media (min-width: 992px) {
	.media-container-row {
		flex-wrap: nowrap;
	}
}

figure {
	overflow: hidden;
}

figure[mbr-media-size] {
	transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
	display: block;
	width: 100%;
}

.card {
	background-color: transparent;
	border: none;
}

.card-img {
	text-align: center;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.media {
	max-width: 100%;
	margin: 0 auto;
}

.mbr-figure {
	-ms-grid-row-align: center;
	align-self: center;
}

.media-container > div {
	max-width: 100%;
}

.mbr-figure img,
.card-img img {
	width: 100%;
}

@media (max-width: 991px) {
	.media-size-item {
		width: auto !important;
	}
	.media {
		width: auto;
	}
	.mbr-figure {
		width: 100% !important;
	}
}

/*! Buttons */
.mbr-section-btn {
	margin-left: -.25rem;
	margin-right: -.25rem;
	font-size: 0;
}

.btn {
	font-weight: 500;
	border-width: 0;
	font-style: normal;
	letter-spacing: 1px;
	margin: .4rem .8rem;
	white-space: normal;
	transition: all .3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	word-break: break-word;
	border-color: transparent;
	line-height: 1;
}

.btn .mbr-iconfont {
	font-size: 1.6rem;
}

.btn-sm {
	font-weight: 500;
	letter-spacing: 1px;
	transition: all .3s ease-in-out;
}

.btn-md {
	font-weight: 500;
	letter-spacing: 1px;
	margin: .4rem .8rem !important;
	transition: all .3s ease-in-out;
}

.btn-lg {
	font-weight: 500;
	letter-spacing: 1px;
	margin: .4rem .8rem !important;
	transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
	cursor: pointer;
	margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
	margin-right: 0.8rem;
}

.mbr-regular {
	font-weight: 400;
}

.mbr-semibold {
	font-weight: 500;
}

.mbr-bold {
	font-weight: 700;
}

[type="submit"] {
	-webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
	min-height: 100vh;
}

.mbr-fullscreen {
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	min-height: 100vh;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/*! Map */
.map {
	height: 25rem;
	position: relative;
}

.map iframe {
	width: 100%;
	height: 100%;
}

/* Form */
.form-asterisk {
	font-family: initial;
	position: absolute;
	top: -2px;
	font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
	bottom: 25px;
	right: 90px;
	position: fixed;
	text-align: right;
	z-index: 5000;
	color: #ffffff;
	font-size: 32px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 60px;
	width: 60px;
	outline-style: none !important;
	position: relative;
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-align: center;
}

.mbr-arrow-up a:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
	line-height: 60px;
}

.mbr-arrow-up-icon {
	display: block;
	color: #fff;
}

.mbr-arrow-up-icon::before {
	content: "\203a";
	display: inline-block;
	font-family: serif;
	font-size: 32px;
	line-height: 1;
	font-style: normal;
	position: relative;
	top: 6px;
	left: -4px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
	position: absolute;
	bottom: 45px;
	left: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: rgba(80, 80, 80, 0.5);
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mbr-arrow > a {
	display: inline-block;
	text-decoration: none;
	outline-style: none;
	-webkit-animation: arrowdown 1.7s ease-in-out infinite;
	animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
	position: absolute;
	top: -2px;
	left: 15px;
	font-size: 2rem;
}

@keyframes arrowdown {
	0% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes arrowdown {
	0% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@media (max-width: 500px) {
	.mbr-arrow-up {
		left: 50%;
		right: auto;
		transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg);
	}
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
		*/
@keyframes gradient-animation {
	from {
		background-position: 0% 100%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	to {
		background-position: 100% 0%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes gradient-animation {
	from {
		background-position: 0% 100%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	to {
		background-position: 100% 0%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

.bg-gradient {
	background-size: 200% 200%;
	animation: gradient-animation 5s infinite alternate;
	-webkit-animation: gradient-animation 5s infinite alternate;
}

.row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}

.justify-content-center {
	-webkit-justify-content: center;
}

@media (max-width: 576px) {
	.col-xs-3 {
		flex: 0 0 25%;
		max-width: 25%;
		padding-left: 0;
		padding-right: 0;
	}
}

.form-group:focus {
	outline: none;
}

.jq-selectbox__select {
	padding: 1.07em 1.07em;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

.jq-selectbox__dropdown {
	position: absolute;
	top: 100%;
	left: 0 !important;
	width: 100% !important;
}

.jq-selectbox__trigger-arrow {
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}

.jq-selectbox li {
	padding: 1.07em .5em;
}

input[type="range"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#scrollToTop a i:before {
	content: '';
	position: absolute;
	height: 40%;
	top: 25%;
	background: #fff;
	width: 2px;
	left: calc(50% - 1px);
}

#scrollToTop a i:after {
	content: '';
	position: absolute;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 40%;
	height: 40%;
	left: 30%;
	bottom: 30%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
	font-style: normal;
}

.mbr-arrow a {
	color: #ffffff;
}

@media (max-width: 767px) {
	.mbr-arrow {
		display: none;
	}
}

.form-control-label {
	position: relative;
	cursor: pointer;
	margin-bottom: .357em;
	padding: 0;
}

.alert {
	color: #ffffff;
	border-radius: 0;
	border: 0;
	font-size: .875rem;
	line-height: 1.5;
	margin-bottom: 1.875rem;
	padding: 1.25rem;
	position: relative;
}

.alert.alert-form::after {
	background-color: inherit;
	bottom: -7px;
	content: "";
	display: block;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
}

.form-control {
	background-color: #f5f5f5;
	box-shadow: none;
	color: #565656;
	line-height: 1.43;
	min-height: 3.5em;
	padding: 1.07em;
}

.form-control, .form-control:focus {
	border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
	border-color: red;
}

.mbr-overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

blockquote {
	font-style: italic;
	padding: 10px 0 10px 20px;
	font-size: 1.09rem;
	position: relative;
	border-width: 3px;
}

ul,
ol,
pre,
blockquote {
	margin-bottom: 2.3125rem;
}

pre {
	background: #f4f4f4;
	padding: 10px 24px;
	white-space: pre-wrap;
}

.inactive {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none;
}

.mbr-section__comments .row {
	justify-content: center;
}


html,
body {
	height: auto;
	min-height: 100vh;
}

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

body {
	font-style: normal;
	line-height: 1.5;
	color: #232323;
}

.mbr-section-title {
	font-style: normal;
	line-height: 1.2;
}

.mbr-section-subtitle {
	line-height: 1.3;
}

.mbr-text {
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 300;
	color: rgba(var(--dcd-grey),1);
}





body {
	font-family: 'Open Sans', sans-serif;;
}
.display-1, 
.display-2, 
.display-3, 
.display-4, 
.display-5, 
.display-6, 
.display-7 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	letter-spacing: -0.03em;
}




.display-1 {
	font-size: 5rem;
	letter-spacing: -0.05em;
	line-height: 1;
}
.display-1A {
	font-size: 5vh;
}
.display-2 {
	font-size: 4rem;
	letter-spacing: -0.05em;
	line-height: 1;
}
.display-3 {
	font-size: 3rem;
	letter-spacing: -0.05em;
}
.display-4 {
	font-size: 2.2rem;
}
.display-5 {
	font-size: 2rem;
}
.display-6 {
	font-size: 2rem;
}
.display-7 {
	font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)	48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
	.display-1 {
		font-size: 4rem;
	}
	.display-1A {
		font-size: 4vh;
	}
	.display-2 {
		font-size: 2.1rem;
	}
	.display-3 {
		font-size: 2rem;
	}
	.display-4 {
		font-size: 2rem;
	}
	.display-5 {
		font-size: 1.2rem;
	}
	.display-6 {
		font-size: 1.2rem;
	}
	.display-7 {
		font-size: 1.2rem;
	}
}
/*@media (max-height: 800px) {
	.display-1A {
		font-size: 3vh;
	}
}
*/
/* Buttons */
.btn {
	padding: 1.1rem 3rem 1rem;
	border-radius: 3px;
}
.btn-sm {
	padding: 0.7rem 1.5rem 0.6rem ;
	border-radius: 3px;
	font-size: .7rem;
}
.btn-md {
	padding: 1.3rem 3rem 1.2rem;
	border-radius: 3px;
}
.btn-lg {
	padding: 1.2rem 3.2rem;
	border-radius: 3px;
}
.bg-primary {
	background-color: #167ec0 !important;
}
.bg-success {
	background-color: #17b4e9 !important;
}
.bg-info {
	background-color: #7237a2 !important;
}
.bg-warning {
	background-color: #f8f9c4 !important;
}
.bg-danger {
	background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
	background-color: #167ec0 !important;
	border-color: #167ec0 !important;
	color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff !important;
	background-color: #167ec0 !important;
	border-color: #167ec0 !important;
}
.btn-primary:before {
	background-color: #0e517b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #ffffff !important;
	background-color: #0e517b !important;
	border-color: #0e517b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
	background-color: #7ac144 !important;
	border-color: #7ac144 !important;
	color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
	color: #ffffff !important;
	background-color: #7ac144 !important;
	border-color: #7ac144 !important;
}
.btn-secondary:before {
	background-color: #568b2e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #ffffff !important;
	background-color: #568b2e !important;
	border-color: #568b2e !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
	background-color: #7237a2 !important;
	border-color: #7237a2 !important;
	color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
	color: #ffffff !important;
	background-color: #7237a2 !important;
	border-color: #7237a2 !important;
}
.btn-info:before {
	background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
	color: #ffffff !important;
	background-color: #4a2469 !important;
	border-color: #4a2469 !important;
}
.btn-success {
	border-radius: 12px;
}
.btn-success,
.btn-success:active,
.btn-success.active {
	background: linear-gradient(135deg, #17b4e9, #167ec0) !important;
	box-shadow: 0 0 2px rgba(var(--dcd-grey),0.3);
	margin-top: 5px;
	border: 0;
/*
	background-color: #17b4e9 !important;
	border-color: #17b4e9 !important;
*/
	color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
	background: linear-gradient(135deg, #167ec0, #17b4e9) !important;
	box-shadow: 0 5px 15px rgba(var(--dcd-grey),0.3);
	border: 0 !important;
	border-color: transparent !important;
/*
	color: #ffffff !important;
	background-color: #17b4e9 !important;
*/
}
.btn-success:before {
	/*background-color: #107ea4 !important;*/
	background: linear-gradient(135deg, #17b4e9, #167ec0) !important;
	border: 0 !important;
	border-color: transparent !important;
}
.btn-success:not(:disabled):not(.disabled).active, 
.btn-success:not(:disabled):not(.disabled):active {
	background: linear-gradient(135deg, #17b4e9, #167ec0) !important;
	margin-top: 5px;
	border: 0 !important;
	border-color: transparent !important;
}
.btn-success:not(:disabled):not(.disabled).active:focus, 
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
	color: #ffffff !important;
	background-color: #107ea4 !important;
	border-color: #107ea4 !important;
}




.btn-warning {
	border-radius: 12px;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
	background: linear-gradient(135deg, #FF9900, #FF0000) !important;
	box-shadow: 0 0 2px rgba(var(--dcd-grey),0.3);
	margin-top: 5px;
	border: 0;
/*
	background-color: #FF9900 !important;
	border-color: #FF9900 !important;
*/
	color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
	background: linear-gradient(135deg, #FF0000, #FF9900) !important;
	box-shadow: 0 5px 15px rgba(var(--dcd-grey),0.3);
	border: 0 !important;
	border-color: transparent !important;
/*
	color: #ffffff !important;
	background-color: #FF9900 !important;
*/
}
.btn-warning:before {
	/*background-color: #107ea4 !important;*/
	background: linear-gradient(135deg, #FF9900, #FF0000) !important;
	border: 0 !important;
	border-color: transparent !important;
}
.btn-warning:not(:disabled):not(.disabled).active, 
.btn-warning:not(:disabled):not(.disabled):active {
	background: linear-gradient(135deg, #FF9900, #FF0000) !important;
	margin-top: 5px;
	border: 0 !important;
	border-color: transparent !important;
}
.btn-warning:not(:disabled):not(.disabled).active:focus, 
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #ffffff !important;
	background-color: #107ea4 !important;
	border-color: #107ea4 !important;
}



.btn-danger,
.btn-danger:active,
.btn-danger.active {
	background-color: #efefef !important;
	border-color: #efefef !important;
	color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
	color: #707070 !important;
	background-color: #efefef !important;
	border-color: #efefef !important;
}
.btn-danger:before {
	background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #707070 !important;
	background-color: #c9c9c9 !important;
	border-color: #c9c9c9 !important;
}
.btn-white {
	color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
	color: #808080 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}
.btn-white:before {
	background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
	color: #808080 !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
	background-color: #333333 !important;
	border-color: #333333 !important;
	color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
	color: #ffffff !important;
	background-color: #333333 !important;
	border-color: #333333 !important;
}
.btn-black:before {
	background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
	color: #ffffff !important;
	background-color: #0d0d0d !important;
	border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
	background: none;
	border-color: #0c4264;
	color: #0c4264;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
	color: #ffffff;
	border-color: #167ec0;
}
.btn-primary-outline:before {
	background-color: #167ec0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
	color: #ffffff !important;
	background-color: #167ec0 !important;
	border-color: #167ec0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
	background: none;
	border-color: #4a7728;
	color: #4a7728;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
	color: #ffffff;
	border-color: #7ac144;
}
.btn-secondary-outline:before {
	background-color: #7ac144;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
	color: #ffffff !important;
	background-color: #7ac144 !important;
	border-color: #7ac144 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
	background: none;
	border-color: #3c1d56;
	color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
	color: #ffffff;
	border-color: #7237a2;
}
.btn-info-outline:before {
	background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
	color: #ffffff !important;
	background-color: #7237a2 !important;
	border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
	background: none;
	border-color: #0d6d8d;
	color: #0d6d8d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
	color: #ffffff;
	border-color: #17b4e9;
}
.btn-success-outline:before {
	background-color: #17b4e9;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
	color: #ffffff !important;
	background-color: #17b4e9 !important;
	border-color: #17b4e9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
	background: none;
	border-color: #edf067;
	color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
	color: #aaac12;
	border-color: #f8f9c4;
}
.btn-warning-outline:before {
	background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
	color: #ffffff !important;
	background-color: #f8f9c4 !important;
	border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
	background: none;
	border-color: #bcbcbc;
	color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
	color: #707070;
	border-color: #efefef;
}
.btn-danger-outline:before {
	background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
	color: #ffffff !important;
	background-color: #efefef !important;
	border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
	background: none;
	border-color: #000000;
	color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
	color: #ffffff;
	border-color: #333333;
}
.btn-black-outline:before {
	background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
	color: #ffffff !important;
	background-color: #333333 !important;
	border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
	background: none;
	border-color: #ffffff;
	color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
	color: #333333;
	border-color: #ffffff;
}
.btn-white-outline:before {
	background-color: #ffffff;
}
.btn-bgr {
	position: relative;
	transition: border 0.3s ease-in-out, color 0.5s;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
	position: relative;
	z-index: 12;
}
.btn-bgr:before {
	content: ' ';
	position: absolute;
	top: -2px;
	left: -2px;
	right: 105%;
	bottom: -2px;
	transition: right 0.3s ease-in-out;
	z-index: -1;
}
.btn-bgr:hover:before {
	right: -2px;
}
.btn-underline {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: color 0.2s ease-out;
}
.btn-underline:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #167ec0;
	-webkit-transition: width 0.2s ease-out;
	-moz-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
	width: 100%;
}
.text-primary {
	color: #167ec0 !important;
}
.text-secondary {
	color: #7ac144 !important;
}
.text-success {
	color: #17b4e9 !important;
}
.text-info {
	color: #7237a2 !important;
}
.text-warning {
	color: #f8f9c4 !important;
}
.text-danger {
	color: #efefef !important;
}
.text-white {
	color: #ffffff !important;
}
.text-black {
	color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #0c4264 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
	color: #4a7728 !important;
}
a.text-success:hover,
a.text-success:focus {
	color: #0d6d8d !important;
}
a.text-info:hover,
a.text-info:focus {
	color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
	color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
	color: #4d4d4d !important;
}
.alert-success {
	background-color: #70c770;
}
.alert-info {
	background-color: #7237a2;
}
.alert-warning {
	background-color: #f8f9c4;
}
.alert-danger {
	background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
	background-color: #167ec0;
	border-color: #167ec0;
	color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
	box-shadow: none;
}
a,
a:hover {
	color: #167ec0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
	color: #68baee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
	color: #d1f0fb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
	color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
	color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
	color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
	display: none;
}
blockquote {
	border-color: #167ec0;
}
/* Forms */
.mbr-form .btn {
	margin: .4rem 0;
}
@media (max-width: 767px) {
	.btn {
		font-size: .75rem !important;
	}
	.btn .mbr-iconfont {
		font-size: 1rem !important;
	}
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
	background: #167ec0;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
	color: #167ec0;
}
/*Menu*/
.display-1 > .mbr-iconfont {
	font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
	font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
	font-size: 1.92rem;
}
.display-5 > .mbr-iconfont {
	font-size: 3.52rem;
}
.display-7 > .mbr-iconfont {
	font-size: 2.4rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
	background-color: #167ec0;
	color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
	transition: 0.4s;
	border-top-color: currentColor;
	border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
	border-top-color: #167ec0;
	border-bottom-color: #167ec0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	color: #ffffff !important;
	background-color: #167ec0 !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #000000 !important;
	background: #7ac144 !important;
	box-shadow: none !important;
}
.lazy-bg {
	background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	background: transparent no-repeat center;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23167ec0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
	opacity: 0.5;
}






#billboard-home {
	background-image: url("../images/mbr-1920x1440.jpg");
}
/*
#billboard-home .mbr-section-title {
	letter-spacing: -0.05em;
}
*/
/*
#billboard-home .mbr-text {
	letter-spacing: -0.05rem;
	color: rgba(var(--dcd-grey),1);
	font-weight: 500;
}
*/
#billboard-home .card-img span {
	font-size: 100px;
}
#billboard-home .mbr-section-btn {
	color: rgba(var(--dcd-grey),1);
	font-size: 1rem;
}
/*
#billboard-home .mbr-section-title,
#billboard-home .card-img {
	color: #167ec0;
}
*/
#billboard-home .bullet {
	background: rgba(255, 255, 255, 0.5);
	padding: 5px 10px;
}
#billboard-home .nobr {
	white-space: nowrap;
}
#billboard-home .disappeared {
	display: none;
}










.logos {
	padding-top: 45px;
	padding-bottom: 0px;
	background: #ffffff;
}
.logos img {
	width: 20vh;
	margin: auto;
}
.logos .card {
	transition: opacity 0.3s;
	height: fit-content;
	padding: 0; /*1rem 0rem;*/
	/*opacity: 0.5;*/
	margin-bottom: 0;/*1rem;*/
}
.logos .card:hover {
	opacity: 0.9;
}
.logos H1 {
	color: #ffffff;
}
.logos .row {
	justify-content: space-between;
}
/*
@media (min-width: 992px) {
	.logos .col-lg-1 {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
*/
.logos .row {
	justify-content: center!important;
	padding: 0 80px;
}










#features {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
/*
#features .mbr-text {
	color: #767676;
	font-weight: 500;
}
*/
#features .sub {
	padding: 0 10vw;
}
#features h4 {
	text-align: center;
}
#features p {
	text-align: center;
}
#features .card .card-img {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#features .card:hover .step {
	color: #ffffff;
	border: 0px solid transparent;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
#features .card:hover .step:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
#features .step {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	width: 100px;
	height: 100px;
	border: 2px solid #eee;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50%;
	transition: all .3s;
}
#features .step:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition-duration: 0.3s;
	background: linear-gradient(45deg, #17b4e9, #167ec0);
	border-radius: 50%;
}
#features .underline {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
#features .underline .line {
	width: 5rem;
	height: 3px;
	background: linear-gradient(90deg, #167ec0, #7ac144);
	display: inline-block;
}
@media (min-width: 768px) {
	#features .mbr-section-title,
	#features .underline {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
#features .mbr-section-title,
#features .underline {
	color: #167ec0;
}
#features .card-title,
#features .card-img {
	color: #17b4e9;
}
#features .cap {
	font-weight: 900;
}

#features .cr-update {
	margin: 0 15vw;
}
@media (max-width: 768px) {
	#features .cr-update {
		margin: 0 15px;
	}
}






.timer-panel {
	padding-top: 80px !important;
	padding-bottom: 0;
	background-color: #ffffff;
}
.timer-panel .underline {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.timer-panel .underline .line {
	width: 5rem;
	height: 3px;
	background: black;/*linear-gradient(90deg, #ffffff, #ffffff);*/
	display: inline-block;
}
.timer-panel .mbr-section-subtitle {
	color: #767676;
	font-weight: 300;
}
.timer-panel .number-wrap {
	color: #ffffff;
	background: #17b4e9;
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 5px 10px 13px 10px;
	margin: 0;
	min-width: 118px;
	max-width: 100%;
	background: linear-gradient(135deg, #17b4e9, #167ec0);
		border-radius: 12px 12px 0 0;

}
.timer-panel .number {
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	text-transform: none;
	letter-spacing: -2px;
	word-spacing: 0;
	line-height: 1.3;
	color: #ffffff;
}
.timer-panel .period {
	display: block;
	padding-top: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.timer-panel .dot {
	position: absolute;
	top: -10px;
	right: -1em;
	width: 1em;
	display: none;
	height: 83%;
	overflow: hidden;
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	line-height: 89.65px;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
	color: #ffffff;
}
.timer-panel .countdown-cont {
	max-width: 700px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.timer-panel .dot {
		display: none;
	}
}
@media (max-width: 550px) {
	.timer-panel .col-xs-3 {
		padding-left: 0;
		padding-right: 0;
	}
	.timer-panel .number-wrap {
		min-width: auto;
	}
	.timer-panel .number {
		white-space: nowrap;
	}
}
@media (max-width: 440px) {
	.timer-panel .number {
		font-size: 40px;
	}
}
@media (max-width: 380px) {
	.timer-panel .period {
		font-size: 0.8rem;
	}
}
@media (max-width: 300px) {
	.timer-panel .number {
		font-size: 28px;
	}
	.timer-panel .period {
		font-size: 0.7rem;
	}
}







.heading {
	color: rgba(var(--dcd-blue-lt),1);
	font-weight: 500;
	font-size: 120%;
	letter-spacing: -0.03em;
}

.program {
	color: rgba(var(--dcd-blue-lt),1);
	font-weight: bold;
}
.tday,.presentation {
	color: #0D6EB6;
	font-weight: bold;
}
.titler {
	font-style: italic;
	white-space: nowrap;
	/*color: rgba(13,110,182,0.7);*/
}

.prog {
	display: table;
	width: 100%;
}
/*
.speaker {
	height: 80px;
	width: 80px;
}
.speaker img {
	width: auto;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
*/
/*
SPEAKER PIX
*/
.speaker {
	margin-top: 6px;
}
.rightDIV {
	display: flex; 
	justify-content: flex-end;
}
.button-up {
	display: flex; 
	justify-content: center;
}
.speaker-spacer {
	height: 15px;
	display: block;
}
@media (min-width: 992px) {
	.tbl3 h4 {
		font-size: 2rem;
		line-height: 1.3;
		letter-spacing: -0.03em;
		font-weight: 300;
	}
}
@media (max-width: 992px) {
	.rightDIV {
		position: absolute;
		padding: 5px auto;
	}
	.speaker {
		padding-right: 90px;
		text-align: left;
	}
	.tday {
		font-size: 1.8rem;
		line-height: 1.3;
		letter-spacing: -0.05em;
		display: block;
		width: 100%;
	}
	.date-spacer {
		display: none;
	}
	.button-up {
		display: block; 
		margin: 10px auto;;
	}

}
@media (max-width: 460px) {
	.prog {
		display: inline;
	}
}


@media print {
	.morebtn,
	.morebtnholder,
	#menu-1 {
		visibility: hidden;
		display: none;
	}
}
.blink {
	animation: blinker 4s linear infinite;
}
@keyframes blinker {	
	50% { opacity: 0.5; color: rgba(var(--dcd-blue-lt),1); }
}

.common {
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #ffffff;
}




.presenter{
	font-weight: bold;
	white-space: nowrap;
}
.presenter-button{
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid rgba(var(--dcd-blue-lt),0.5);
}
.presenter-button:hover{
	color: rgba(var(--dcd-blue-dk),1) !important;
	border-bottom: none;
}

.speakerImage {
	background-repeat: no-repeat;
	background-size: auto 80px;
	background-position-x: center; 
	overflow:hidden;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:80px;
	height:80px;
	margin: -5px 4px 0 0;
	z-index: 5;
	cursor: pointer;
}

@media (max-width: 992px) {
	.speakerImage {
		margin: -5px auto 0 auto;
	}
}
@media (max-width: 460px) {
	.presenter {
		white-space: normal;
	}
}

.modal-device-contents{
	font-family: "Open Sans", sans-serif;
}
.lock-scroll {
	/*overflow: hidden;*/
}








.admin {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: red;
	z-index: 999;
}
.admin p {
	color: white;
	font-weight: 400;
	text-align: center;
	font-size: 0.7rem;
	letter-spacing: 0.05rem;
	line-height: 1;
	padding: 0;
	margin: 5px 0;
	text-transform: uppercase;
}
.admin a{
	color: white;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid white;
}


.striker {
	position: relative;
}
.striker:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 0.5px solid red;
}

.soldout {
	color: red;
	font-style: italic;
}



/* INDENT AD ON PROGRAM */

.dont-miss {
	position: relative;
	float:right;
	margin-bottom: 50px;
}
.dm-msg h6, 
.dm-msg h3, 
.dm-msg p {
	color: white;
	margin: 0 auto;
	padding: 0 0 3px 0;
	text-align: left;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.01em;
}
.dm-msg {
	position: absolute;
	top: 440px;
	right: -60px;
	width: 250px;
	height: auto;
	border-radius: 20px;
	background: rgba(var(--dcd-blue-dk),1);
	z-index: 9;
	padding: 28px 30px 32px;
	cursor: pointer;
}
.dm-img {
	position: absolute;
	width: 120px;
	height: 120px;
	right: -90px;
	border: 3px solid white;
	top: calc(50% - 70px);
	background: rgba(0,0,0,0.1);
	border-radius: 100vmax;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position-x: center;
	overflow: hidden;
	box-shadow: 0 10px 50px rgba(0,0,0,0.3);
	cursor: pointer;
}
.inset-img {
	position: relative;
	width: 120px;
	height: 120px;
	border: 3px solid white;
	top:0;
	background: rgba(0,0,0,0.1);
	border-radius: 100vmax;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position-x: center;
	overflow: hidden;
	box-shadow: 0 10px 50px rgba(0,0,0,0.3);
	cursor: default;
	margin: 0 20px 0 auto;
}
.inset-caption {
	width: 120px;
	margin: 5px 20px 0 auto;
	text-align: center;
	font-weight: 400;
	font-size: 0.75rem;
	text-transform: uppercase;
	z-index: 100;
	letter-spacing: 0.03em;
}
@media (max-width: 1400px) {
	.dm-msg {
		top: 450px;
		right: 0px;
	}
}
@media (max-width: 1292px) {
	.dm-msg {
		right: 40px;
	}
	.dm-img {
		right: -80px;
	}
	.dont-miss {
		margin-left:80px !important;
	}
}
@media (max-width: 1200px) {
	.dont-miss {
		margin-left:80px !important;
	}
}
@media (max-width: 991px) {
	.inset-img {
		margin: -30px 0 0px;
		top: 0px;
		position: relative;
		left: calc(50% - 60px);
	}
	.dm-img {
		right: -60px;
	}
	.dont-miss {
		margin: 0 30px 30px 30px !important;
		float:none;
	}
	.dm-msg {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		margin: 10px auto;
		width: 80%;
		height: auto;
		border-radius: 20px;
		background: rgba(var(--dcd-blue-dk),1);
		z-index: 9;
		padding-right: 60px;
	}
	.inset-caption {
		margin: 10px auto;
		display: none;
	}
}
@media (max-width: 400px) {
	.dm-msg {
		width: 95%;
		padding-right: 70px;
	}
	.dm-img {
		right: -50px;
	}
	.dont-miss {
		margin: 0 10px 30px 10px !important;
		float:none;
	}
}
.dm-hl{
	background: rgba(var(--dcd-blue-lt),1);
	margin: 4px -30px 6px !important;
	padding: 4px 30px 6px !important;
}
@media (max-width: 991px) {
	.dm-hl{
		margin: 4px -60px 6px -30px !important;
	}
}
@media (max-width: 400px) {
	.dm-hl{
		margin: 4px -70px 6px -30px !important;
	}
}


.small, small {
	font-size: 80%;
	line-height: 1;
	font-weight: inherit;
}


