

.white-bg{
    background-color: white; 
}
.countdown-container{
    position: absolute; top: 50%; left: 0; transform: translate(0%,-50%);padding: 10px; width:100%;
}
.countdown-time{
    background-color: transparent; display: block; text-align: center; margin: 0; 
    padding: 9px 0; width: 40px; height: 40px; border-radius: 50%;
    box-shadow: 2px 2px 5px #eee; text-shadow: 2px 2px 2px #eee; border: 1px solid #fff;
}
.countdown-d{
    display: block;width: 40px;font-size: 9px; text-shadow: 2px 2px 2px #fff;
}
/*Centering col-md-*/
.centered{
    text-align: center; font-size: 0;
}
.centered > div{
    float: none; display: table-cell; font-size: 14px; text-align: center;
}
.centered > div.staff{
    float: none; display: inline-block; font-size: 14px; 
}

.light-dark-background{
    background-color: #eee; color: #000;
}
.staff{
    text-align: center; position: relative; 
}
.staff img{
        display: block; width: 220px; height: 220px; border-radius: 50%;
        margin: 0 auto; 
}

.staff p{
        font-size: 16px; margin: 0;
    }
    .staff-social-icons i{
        display: inline-block; margin-right: 10px; cursor: pointer;
    }
    .black-cap{
        padding: 15px; display: block; width: 100%; background-color: #3a3a3a;
    }
    .gold{
        color: rgb(202,194,0);
    }
.staff b{
    position: relative; top: -10px; background-color: #007ebd; padding: 7px 9px;
    border-radius: 0 20px; color: #fff; display: table; margin: 0 auto;
}


.text-xs {
	font-size: 10px;
	font-size: 1rem;
}

.text-sm {
	font-size: 13px;
	font-size: 1.3rem;
}

.text-md {
	font-size: 16px;
	font-size: 1.6rem;
}

.text-lg {
	font-size: 19px !important;
	font-size: 1.9rem !important;
}

.text-xl {
	font-size: 22px;
	font-size: 2.2rem;
}

.text-muted {
	color: #999999 !important;
}

html.dark .text-muted {
	color: #505461 !important;
}

.text-primary {
	color: #cccccc !important;
}

.text-secondary {
	color: #e36159 !important;
}

.text-tertiary {
	color: #2baab1 !important;
}

.text-quartenary {
	color: #734ba9 !important;
}

.text-success {
	color: #47a447 !important;
}

.text-warning {
	color: #ed9c28 !important;
}

.text-danger {
	color: #d2322d !important;
}

.text-info {
	color: #5bc0de !important;
}

.text-dark {
	color: #171717 !important;
}

.text-primary-inverse {
	color: white !important;
}

.text-secondary-inverse {
	color: white !important;
}

.text-tertiary-inverse {
	color: white !important;
}

.text-quartenary-inverse {
	color: white !important;
}

.text-success-inverse {
	color: white !important;
}

.text-warning-inverse {
	color: white !important;
}

.text-danger-inverse {
	color: white !important;
}

.text-info-inverse {
	color: white !important;
}

.text-dark-inverse {
	color: white !important;
}

/* weights */
.text-light {
	font-weight: 300;
}

.text-normal {
	font-weight: 400;
}

.text-semibold {
	font-weight: 600;
}

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

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.rounded {
	border-radius: 5px;
}

.b-thin {
	border-width: 3px;
}

.b-normal {
	border-width: 5px;
}

.b-thick {
	border-width: 7px;
}

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

/* spacement top	*/
.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;
}

/* spacement bottom	*/
.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: 90px !important;
}
