:root {
	--info: 81, 184, 209;
	--info-hover: #4193a7;
	--info-border: #398092
}

@media all {
	body {
		font-family: Montserrat, sans-serif;
		background-color: #f6f1ec
	}

	html, body {
		height: 100%
	}

	body {
		display: -ms-flexbox;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 40px
	}

	.hero-image {
		height: 100%;
		width: 100%;
		position: static;
		background-image: linear-gradient(#f6f1ec, #fff);
		background-repeat: no-repeat;
		background-position-y: top;
		background-color: #f6f1ec;
		background-size: cover;
		z-index: -1;
		background-position-x: center;
		box-shadow: inset 0 -13px 50px 0 #00000094
	}

	@media (max-width: 576px) {
		.btn-xs-block {
			width: 100%;
			display: block
		}
	}

	h1, h2 {
		font-family: "Playfair Display", serif
	}

	h2 {
		font-size: 3rem
	}

	.card {
		transition: .3s ease-in-out
	}

	.inactive_icon {
		color: #999
	}

	.autosaved {
		display: block;
		margin-bottom: 12px;
		position: relative;
		z-index: 400
	}

	.autosaved:after {
		content: '\f00c Saved';
		font-family: 'Font Awesome 5 Pro';
		font-size: .9rem;
		color: #27a844;
		position: absolute;
		top: -25px;
		right: 0
	}

	.autosaved_not {
		display: block;
		margin-bottom: 12px;
		position: relative;
		z-index: 400
	}

	.autosaved_not :after {
		content: '\f00d Not Saved';
		font-family: 'Font Awesome 5 Pro';
		font-size: .9rem;
		color: #dc3546;
		position: absolute;
		top: -25px;
		right: 0
	}

	.btn-info {
		color: #fff;
		background-color: rgba(var(--info));
		border-color: rgba(var(--info))
	}

	.btn-info:hover {
		color: #fff;
		background-color: var(--info-hover);
		border-color: var(--info-border)
	}

	.btn-info.focus, .btn-info:focus {
		color: #fff;
		background-color: var(--info-hover);
		border-color: var(--info-border);
		box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
	}

	.btn-info.disabled, .btn-info:disabled {
		color: #fff;
		background-color: rgba(var(--info));
		border-color: rgba(var(--info))
	}

	.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
		color: #fff;
		background-color: var(--info-border);
		border-color: #10707f
	}

	.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
	}

	.btn-outline-info {
		color: rgba(var(--info));
		border-color: rgba(var(--info))
	}

	.btn-outline-info:hover {
		color: #fff;
		background-color: rgba(var(--info));
		border-color: rgba(var(--info))
	}

	.btn-outline-info.focus, .btn-outline-info:focus {
		box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
	}

	.btn-outline-info.disabled, .btn-outline-info:disabled {
		color: rgba(var(--info));
		background-color: transparent
	}

	.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
		color: #fff;
		background-color: rgba(var(--info));
		border-color: rgba(var(--info))
	}

	.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
	}

	.badge-info {
		color: #fff;
		background-color: rgba(var(--info))
	}

	a.badge-info:focus, a.badge-info:hover {
		color: #fff;
		background-color: var(--info-border)
	}

	a.badge-info.focus, a.badge-info:focus {
		outline: 0;
		box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
	}

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

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

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

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

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

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

	.bg-info {
		background-color: rgba(var(--info)) !important
	}

	a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
		background-color: var(--info-border) !important
	}

	.border-info {
		border-color: rgba(var(--info)) !important
	}

	.text-info {
		color: rgba(var(--info)) !important
	}

	a.text-info:focus, a.text-info:hover {
		color: #0f6674 !important
	}

	.table-info, .table-info > td, .table-info > th {
		background-color: #bee5eb
	}

	.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
		border-color: #86cfda
	}

	.table-hover .table-info:hover {
		background-color: #abdde5
	}

	.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
		background-color: #abdde5
	}
}

.logo {
	width: 160px
}

.card-lesson:hover {
	transform: translateY(-7px)
}

.price-tag {
	position: absolute;
	right: 0;
	transform-origin: right top;
	transition: .5s ease-in-out;
	z-index: 1
}

.price-tag-cost {
	color: black;
	font-weight: bold;
	font-size: 3.5rem;
}

.price-tag > img {
	height: 300px;
	width: 300px;
	position: relative;
	z-index: -1;
	transform-origin: top right;
	transition: .5s ease-in-out
}

.grow-price-tag {
	height: 320px !important;
	width: 320px !important;
	animation: pulse 1s ease-in-out 0s infinite alternate
}

.price-tag-original-cost {
	position: absolute;
	text-decoration: line-through;
	font-size: 2rem;
	margin-left: -40px;
	margin-top: -10px;
	transform: rotate(-10deg);
}

.price-tag-discount {
	color: #d00d0d;
	font-size: 3.5rem;
}

@keyframes pulse {
	from {
		transform: scale(1)
	}
	to {
		transform: scale(1.1)
	}
}

.price-tag-scroll {
	position: fixed;
	top: 0;
	transform: scale(.5)
}

@media (max-width: 576px) {
	.price-tag {
		transform: scale(.5)
	}

	.price-tag-scroll {
		transform: scale(.45)
	}
}

.iframe-module {
	height: 100%;
	width: 100%
}

.module-header {
	background-color: #51B8D1;
	color: white;
}

.module-mobile-header {
	writing-mode: vertical-rl;
}

.module-modal {
	height: 95vh
}

.module-dialog {
	max-width: 95vw
}

.module-body {
	height: 0;
	padding-top: 0;
	padding-bottom: 0
}

.modal-side-header {
	display: none
}

.congrats {
	width: 100%;
	height: 100%;
	background-image: url("../images/pcm/congrats-background.svg");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: cover
}

@media (max-width: 830px) {
	.iframe-module {
		height: 100%
	}

	.module-modal {
		height: 100%;
		margin: 0;
		padding: 0;
		max-width: none
	}

	.module-dialog {
		height: 100%
	}

	.module-modal {
		border: none;
		border-radius: 0
	}

	.module-header {
		display: none
	}

	.modal-side-header {
		display: block
	}

	.module-footer {
		display: none
	}

	.module-body {
		padding: 0;
		margin: 0
	}
}

.module-thumb-img {
	height: 225px;
	background-position: center;
	background-size: cover;
	border-radius: 15px 15px 0 0
}

.module-thumb-text-container {
	position: absolute;
	height: 225px;
	width: 90%
}

.module-thumb-text {
	position: absolute;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 2.2rem;
	color: #fff;
	line-height: 1;
	left: 20px;
	bottom: 20px;
	text-shadow: 1px 1px 5px #4b1b6f7d
}

.album-border {
	overflow: hidden;
	border-radius: 15px
}

.card-img, .card-img-top {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px
}

.popover-header {
	background-color: rgb(var(--info));
	color: white;
}

.coming-soon:before {
	width: 200px;
	height: 35px;
	line-height: 37px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-align: center;
	position: absolute;
	background: #e92629;
	top: 33px;
	left: -48px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	content: 'coming soon';
	z-index: 1
}

div.locked div.module-thumb-img {
	cursor: not-allowed;
}

div.locked:hover div.module-thumb-img:hover, div.locked:hover .module-thumb-text-container:hover {
	cursor: not-allowed;
}

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

div.placeholder div.module-thumb-img {
	filter: grayscale(1)
}

div.placeholder div.card-body {
	filter: grayscale(.5)
}

.grayscale {
	filter: grayscale(1)
}

.module-thumb-img {
	height: 225px;
	background-position: center;
	background-size: cover;
	border-radius: 15px 15px 0 0
}

.done {
	transition: 1s;
	filter: brightness(.5)
}

.card:hover .done {
	filter: none
}

.module-thumb-img:hover, .module-thumb-text-container:hover {
	cursor: pointer
}

.card-text {
	overflow: hidden;
	overflow-y: auto;
	color: #1d2124;
	padding-right: 10px;
	font-size: 1rem;
	margin-bottom: 15px
}

.card-footer {
	border-top: none
}

.card-footer:last-child {
	border-radius: 0 0 12px 12px
}

.card-text::-webkit-scrollbar {
	width: 5px
}

.card-text::-webkit-scrollbar-track {
	background: #d7d7d7;
	border-radius: 25px
}

.card-text::-webkit-scrollbar-thumb {
	background: #6c3a91;
	border-radius: 25px
}

.card-text::-webkit-scrollbar-thumb:hover {
	background: #000
}

.card-lesson-title {
	color: #000;
	font-size: 1rem;
	font-weight: 700
}

.card-free-lesson-info {
	text-align: center;
	font-weight: bolder;
	background-color: wheat;
	padding: 1rem;
	border-radius: 12px;
	transition: .5s linear;
}

.card-free-lesson-info:hover {
	cursor: pointer;
	background-color: #e3cda3;
}

.modal-header {
	background-color: rgb(var(--info));
}

.close {
	color: #fff
}

.close:hover {
	color: #faebd7
}

iframe {
	border: none
}

.info-boxes {
	padding: 10px;
	border: 2px solid #fff;
	border-radius: 8px;
}

.info-box-body {
	font-weight: 700;
	font-size: 1.3rem
}

.info-box-head {

}

.progress-header {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 20px
}

.progress {
	border-radius: 25px
}

.progress-bar-overall {
	background-color: #59cb00;
}

.progress-bar-card {
	background-color: #2299f1;
}

#overall-progress-bar {
	background-size: 2rem 2rem
}

.progress-header-lesson {
	font-size: 1rem;
	color: #561d81;
	font-weight: 700
}

.album {
	position: relative;
	width: 100%;
	overflow: hidden
}

.background-image {
	background-image: url("../images/backgrounds/successful-business-woman-holding-tablet.jpg");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-color: #0d0b0a;
	background-size: cover
}

.form-signin {
	width: 100%;
	max-width: 370px;
	margin-left: auto;
	margin-right: 10%;
	margin-top: 4%;
	border: solid 10px #fff
}

.hero-image-login {
	position: absolute;
	background-position-x: left;
	background-image: url("../images/backgrounds/hero-image-login.png")
}

.hero-image-profile {
	position: fixed;
	top: 0;
	filter: brightness(0.15);
	background-image: url("../images/backgrounds/handsome-man-at-computer-sm.png");
}

.hero-image-course-designer {
	position: fixed;
	top: 0;
	background-image: url("../images/hero-image-course-designer.jpg");
	filter: brightness(.2);
}

.hero-image-userlist {
	position: fixed;
	top: 0;
	filter: brightness(.6);
	background-image: url("../images/backgrounds/students.jpg");
}

@media (max-width: 1366px) {
	.form-signin {
		position: relative;
		overflow: hidden
	}

	.blur-backdrop {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #d7d8faa3;
		z-index: -1
	}

	.hero-image-login {
		background-position-x: calc(-20vw / .9)
	}
}

@media (max-width: 1024px) {
	.form-signin {
		margin-top: calc(100vh * .15);
		margin-left: auto;
		margin-right: auto
	}

	.hero-image {
		background-image: none
	}

	.background-image {
		background-image: none
	}
}

@media (max-width: 576px) {
	.blur-backdrop {
		display: none
	}

	.form-signin {
		border: 0;
		background-color: unset;
		max-width: 330px;
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 0;
		margin-top: 2%;
		margin-left: auto;
		margin-right: auto
	}

	.hero-image {
		background-image: none
	}
}

.form-signin .checkbox {
	font-weight: 400
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
	border: none;
}

.form-signin .form-control:focus {
	z-index: 2
}

.form-signin input[type=email] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.form-signin input[type=password] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

@media (max-width: 1024px) {
	.h-sm-auto {
		height: auto !important
	}
}

/* MYCOURSE TABLES AND LISTS*/

.mycourse-table {
	background-color: #2D2A2275;
	border-radius: 8px;
	backdrop-filter: blur(3px);
}

.mycourse-table {
	color: wheat;
}

/*MYCOURSE TABLES*/

.table th {
	border-top: none;
}

table {
	border-radius: 8px
}

label, .dataTables_filter > label, .dataTables_length > label, .dataTables_info, thead {
	color: #ffffff !important;
}

h1, h2 {
	font-family: 'Playfair Display', serif;
}

.mycourse-table .form-control, .mycourse-table .form-control:focus {
	background-color: #2E2A24;
	color: wheat;
	border-color: #22201b;
}

.mycourse-table .form-control:focus {
	border-color: #2d2d2d;
}

.mycourse-table .form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(56 52 46 / 25%);
}

.page-link {
	background-color: #38342e;
	color: wheat;
	border-color: #22201b;
}

.paginate-button {
	background-color: #2E2A24;
	color: wheat;
}

.page-item.active .page-link {
	background-color: #22201b;
	color: wheat;
	border-color: #14110E;
}

.page-item.disabled .page-link {
	background-color: #2D2D2D;
	border-color: #22201b;
}

.modal-body label {
	color: #000 !important;
	display: block;
}

/* REPORTING MODAL */

#reports_table_wrapper .table_top {
	margin-bottom: 25px;
}

#reports_table_wrapper .dataTables_info {
	margin-bottom: .85rem; /* same as datatables css*/
}

#reports_table_wrapper .table-hover tbody tr:hover {
	color: wheat;
}

#reports_table_wrapper .table_top label, #reports_table_wrapper .dataTables_info {
	color: wheat !important;
}

.text-navaho {
	color: navajowhite !important;
}

.text-header {
	font-family: "Playfair Display", serif;
}

#report_inputs label {
	color: navajowhite !important;
}

table.dataTable tbody tr {
	transition: .3s transform ease-in-out;
}

table.dataTable tbody tr.selected {
	transform: scale(1.01);
	background-color: #2c2217 !important; /* replace datatables default */
}

#report_output_reveal #report_name {
	color: white !important;
}

#report_table tr {
	color: navajowhite !important;
}

#report_table_wrapper {
	margin-top: 25px;
}

#report_table_wrapper label, #report_table_info {
	color: wheat !important;
}

#report_scheduler_container, #report_scheduler_container label,
#scheduled_reports_wrapper label, #scheduled_reports_wrapper .dataTables_info {
	color: black !important;
}

/* MY COURSES CARDS AND LISTS */
/*
	Commented out for testing
 */

.card-course:hover {
	transform: scaleX(1.008);
}

#mycourse-listify, #mycourse-cardify {
	color: white;
}

#mycourse-cardify:hover, #mycourse-listify:hover {
	transition: .3s transform ease-in-out, 1s color ease-in-out;
	transform: scale(1.1);
	color: #51B8D1;
}

.card-course-info {
	cursor: pointer;
	font-size: 1.5rem;
	/*transition: all 500ms ease-in-out;*/
}

.card-course-info:hover {
	color: var(--info-hover) !important;
	transform-origin: center;
	transform: scale(1.1);
}

.my-course-item {
	overflow: hidden;
	border: 0;
	/*transition: 1s ease-in-out;*/
}

.my-course-item .img {
	/*transition: all 500ms ease-in-out;*/
}

.my-course-item > div.row {
	min-height: 280px;
}

/* CARDS */
.my-course-card {
	margin-bottom: 1.5rem !important;
	border-radius: 25px;
	/*animation: 1s grow-card ease-in-out forwards;*/
}

.my-course-card .card-course-info {
	margin-left: auto !important;
	padding: 1.25rem 1.25rem 0 0;
}

.my-course-card .card-body .row {
	/*margin-top: 1.5rem !important;*/
}

.my-course-card .card-data {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	position: relative;
	width: 100%;
}

.my-course-card .card-progress {
	margin-top: .5rem;
	margin-bottom: 1rem;
}

.my-course-card .card-progress-percent {
	margin-left: auto;
}

.my-course-card .progress {
	margin-top: auto;
	margin-bottom: auto;
}

.my-course-card div.img {
	position: relative;
	width: 100%;
	max-width: 41.66667%;
	flex: 0 0 41.66667%;


	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 50px;
	/*animation: .9s grow-img ease-in-out forwards;*/
}

.my-course-card .course-card-buttons {
	display: flex;
}

.my-course-card .course-listing-buttons {
	display: none;
}

/* LISTINGS */

.my-course-listing {
	margin-bottom: 1rem !important;
	border-radius: 10px;
	/*animation: 1s shrink-card ease-in-out forwards;*/
}

.my-course-listing .card-course-info {
	padding: .5rem .5rem 0 0;
}

.my-course-listing button.course-page:before {
	content: '<i class="fad fa-play-circle"></i>';
}

.my-course-listing .card-body {
	padding: 0;
	margin-top: 7px;
}

.my-course-listing h4 {
	font-size: 1.2rem;
}

.my-course-listing .card-data {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	position: relative;
	width: 100%;
}

.my-course-listing .card-progress {
	max-width: 70%;
}

.my-course-listing .card-progress-percent {
	margin-bottom: 5px;
	margin-left: 1rem;
	font-size: .8rem;
}

.my-course-listing .card-instructor-byline, .my-course-listing .card-progress h4 {
	display: none;
}

.my-course-listing .progress {
	margin-top: .3rem;
	height: .5rem;
}

.my-course-listing div.img {
	position: relative;
	width: 100%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;


	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*animation: 1s shrink-img ease-in-out forwards;*/
}

.my-course-listing .course-card-buttons {
	display: none;
}

.my-course-listing .course-listing-buttons {
	display: flex;
}


@keyframes shrink-card {
	from {
		height: 300px;
	}

	to {
		height: 50px;
	}
}

@keyframes grow-card {
	from {
		height: 50px;
	}

	to {
		height: 300px;
	}
}

@keyframes shrink-img {
	from {
		height: 300px;
	}

	to {
		height: 50px;
	}
}

@keyframes grow-img {
	from {
		height: 50px;
	}

	to {
		height: 300px;
	}
}

/* THE COUNTDOWN TIMER*/

.fbr-item-countdown .fbr-countdown {
	display: block;
	padding: .5em;
	max-width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.fbr-item-countdown .fbr-countdown-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.fbr-item-countdown .fbr-count {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	line-height: 1.3;
	font-size: smaller
}

.fbr-item-countdown .fbr-count .fbr-count-value {
	font-size: larger
}

.fbr-item-countdown .fbr-count .fbr-count-text {
	padding: 0 .5em
}

.fbr-item-countdown .fbr-count .fbr-count-abbr {
	display: none
}

.fbr-item-countdown.fbr-button-before-message .fbr-buttons {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.fbr-item-countdown.fbr-message-before-countdown .fbr-message {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.fbr-item-countdown.fbr-message-before-countdown .fbr-buttons {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.fbr-item-countdown.fbr-message-before-countdown.fbr-button-before-message .fbr-buttons {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.fbr-item-countdown.fbr-message-after-countdown .fbr-message {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.fbr-item-countdown.fbr-message-after-countdown .fbr-buttons {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.fbr-item-countdown.fbr-message-after-countdown.fbr-button-before-message .fbr-buttons {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.fbr-item-countdown.fbr-countdown-boxed .fbr-count {
	background-color: #FFF;
	color: #222;
	margin: 0 2px;
	width: 4em;
	padding: .5em 0;
	border-radius: 3px;
	overflow: hidden
}

.fbr-item-countdown.fbr-countdown-boxed .fbr-count .fbr-count-text {
	width: 100%;
	font-size: smaller;
	padding: 0 .5em
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: larger;
	line-height: 1
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count:after {
	display: inline-block;
	content: ':';
	margin: 0 .1em
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count .fbr-count-value:after {
	display: inline
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count .fbr-count-text {
	display: none
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count.fbr-count-days:after {
	opacity: 0;
	visibility: hidden
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count.fbr-count-days .fbr-count-value:after {
	content: 'd'
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count.fbr-count-hours .fbr-count-value:after {
	content: 'h'
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count.fbr-count-minutes .fbr-count-value:after {
	content: 'm'
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count.fbr-count-seconds:after {
	display: none
}

.fbr-item-countdown.fbr-countdown-digital .fbr-count.fbr-count-seconds .fbr-count-value:after {
	content: 's'
}

.fbr-item-countdown-expired .fbr-message {
	display: block;
	padding: .5em;
	max-width: 100%
}