.detail-course{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 1280px){
	.detail-course{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
	.detail-course h1{
		text-decoration: none;
		color: #292f38;
		font: bold 46px/1.16 'Raleway', sans-serif;
		display: block;
		margin-bottom: 20px;
	}
		.detail-course h1 a{
			color: #292f38;
		}
    .detail-course h2{
        text-decoration: none;
        color: #292f38;
        font: bold 22px/1.16 'Raleway', sans-serif;
        display: block;
        margin-bottom: 20px;
    }

	.detail-course .course-full{
		border-top: 1px solid #ECEFF3;
		padding-top: 20px;
		margin-top: 20px;
		font: 1.2rem/1.3 'Raleway', sans-serif;
		color: #44444a;
		word-wrap: break-word;
	}
		.detail-course .course-full > :first-child {
			margin-top: 0;
		}
		.detail-course .course-full > :last-child {
			margin-bottom: 0;
		}
		.detail-course .course-full .course-field{
			margin: 20px 0;
		}
			.detail-course .course-full .course-field h3{
				font-size: 1.4rem;
				font-weight: 900;
			}
	.detail-course  .course-meta{
		margin: 20px 0;
	}
		.detail-course .course-category{
			display: inline-block;
			font:  1.2rem/1.3 'Raleway', sans-serif;
			margin-right: 20px;
		}
			.detail-course .course-category a{
				text-decoration: none;
			}
		.detail-course .course-time-ago{
			display: inline-block;
			
			font:  1.2rem/1.3 'Raleway', sans-serif;
			color: #a0a0a4;
		}
			.detail-course .course-time-ago a{
				text-decoration: none;
				color: #a0a0a4;
			}

#course-info h2{
	font-size: 2.6rem;
	line-height: 1;
	font-weight: 900;
	color: #292f38;
}
	#course-info h2 small{
		font-size: 1.8rem;
		line-height: 1;
		color: #a2a2a2;
	}
#course-info h3{
	font-size: 2.1rem;
	font-weight: 500;
	color: #292f38;
	margin-bottom: 30px;
}





@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.calendar {
    background: #fff;
    border: none;
    border-radius: 2px;
    display: block;
    /*min-width: 20rem;*/
    text-align: center;
    /*max-width: 20rem*/
}

.calendar.is-active {
    display: initial
}

.calendar .calendar-nav {
    background: #d80010;
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    padding: .5em
}

.calendar .calendar-nav .calendar-nav-day,
.calendar .calendar-nav .calendar-nav-month,
.calendar .calendar-nav .calendar-nav-year {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.calendar .calendar-nav .calendar-day,
.calendar .calendar-nav .calendar-month,
.calendar .calendar-nav .calendar-year {
    flex: 1
}

.calendar .calendar-nav .calendar-month {
    font-size: 1.5rem
}

.calendar .calendar-nav .calendar-day {
    font-size: 2.5rem
}

/*.calendar .calendar-nav .calendar-nav-next-month,
.calendar .calendar-nav .calendar-nav-next-year,
.calendar .calendar-nav .calendar-nav-previous-month,
.calendar .calendar-nav .calendar-nav-previous-year {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    text-decoration: none;
    color: #fff
}

.calendar .calendar-nav .calendar-nav-next-month:hover,
.calendar .calendar-nav .calendar-nav-next-year:hover,
.calendar .calendar-nav .calendar-nav-previous-month:hover,
.calendar .calendar-nav .calendar-nav-previous-year:hover {
    background-color: transparent
}

.calendar .calendar-nav .calendar-nav-next-month:hover svg,
.calendar .calendar-nav .calendar-nav-next-year:hover svg,
.calendar .calendar-nav .calendar-nav-previous-month:hover svg,
.calendar .calendar-nav .calendar-nav-previous-year:hover svg {
    stroke-width: 1em
}

.calendar .calendar-nav .calendar-nav-next-month svg,
.calendar .calendar-nav .calendar-nav-next-year svg,
.calendar .calendar-nav .calendar-nav-previous-month svg,
.calendar .calendar-nav .calendar-nav-previous-year svg {
    stroke: currentColor;
    width: 11.25px;
    height: 18px
}*/

.calendar .calendar-body,
.calendar .calendar-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #ECEFF3;
    border-top: none;
}

.calendar .calendar-body .calendar-date,
.calendar .calendar-header .calendar-date {
    flex: 0 0 14.28%;
    max-width: 14.28%
}

.calendar .calendar-header {
    padding: 1em 1em 0 1em;
    background: 0 0;
    color: #fff;
    font-size: .75rem
}

.calendar .calendar-header .calendar-date {
    color: #b5b5b5
}

.calendar .calendar-body {
    padding: 0 1em 1em 1em;
    color: #7a7a7a;
    border: 1px solid #ECEFF3;
    border-top: none;
}

.calendar .calendar-date {
    border: 0;
    padding: .4rem 0
}

.calendar .calendar-date .date-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: .1rem solid transparent;
    border-radius: 100%;
    color: #4a4a4a;
    /*cursor: pointer;*/
    height: 2.2rem;
    font-size: 1rem;
    line-height: 1.4rem;
    outline: 0;
    padding: .3rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
    vertical-align: middle;
    white-space: nowrap;
    width: 2.2rem
}

.calendar .calendar-date .date-item.is-today {
    background: 0 0;
    border-color: #00d1b2;
    color: #00d1b2
}

.calendar .calendar-date .date-item:focus {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, .7);
    text-decoration: none
}

/*.calendar .calendar-date .date-item:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, .7);
    text-decoration: none
}*/

.calendar .calendar-date .date-item.is-active {
    background: #00d1b2;
    border-color: #00d1b2;
    color: #fff
}

/*.calendar .calendar-date.is-disabled .calendar-event,
.calendar .calendar-date.is-disabled .date-item,
.calendar .calendar-date[disabled] .calendar-event,
.calendar .calendar-date[disabled] .date-item {
    cursor: default;
    opacity: .25;
    pointer-events: none
}*/

.calendar .calendar-range {
    position: relative
}

.calendar .calendar-range::before {
    background: #d1fff8;
    content: "";
    height: 2.2rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.calendar .calendar-range.calendar-range-start::before {
    left: 50%
}

.calendar .calendar-range.calendar-range-end::before {
    right: 50%
}

.calendar .calendar-range .date-item {
    color: #00d1b2
}

.calendar.is-large {
    max-width: 100%
}

.calendar.is-large .calendar-body .calendar-date {
    border-bottom: none;
    border-right: none;
    display: flex;
    flex-direction: column;
    height: 11rem;
    padding: 0
}

.calendar.is-large .calendar-body .calendar-date:nth-child(7n) {
    border-right: 0
}

.calendar.is-large .calendar-body .calendar-date:nth-last-child(-n+7) {
    border-bottom: 0
}

.calendar.is-large .date-item {
    align-self: flex-end;
    height: 2.2rem;
    margin-right: .5rem;
    margin-top: .5rem
}

.calendar.is-large .calendar-range::before {
    top: 1.9rem
}

.calendar.is-large .calendar-range.calendar-range-start::before {
    left: auto;
    width: 1.9rem
}

.calendar.is-large .calendar-range.calendar-range-end::before {
    right: 1.9rem
}

.calendar.is-large .calendar-events {
    flex-grow: 1;
    line-height: 1;
    overflow-y: auto;
    padding: .5rem
}

.calendar.is-large .calendar-event {
    background-color: #7a7a7a;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1rem;
    margin: .2rem auto;
    overflow: hidden;
    padding: .3rem .4rem;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: baseline;
    white-space: nowrap
}

.calendar.is-large .calendar-event.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.calendar.is-large .calendar-event.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.calendar.is-large .calendar-event.is-light {
    background-color: #f5f5f5;
    color: #363636
}

.calendar.is-large .calendar-event.is-dark {
    background-color: #363636;
    color: #f5f5f5
}

.calendar.is-large .calendar-event.is-primary {
    background-color: #00d1b2;
    color: #fff
}

.calendar.is-large .calendar-event.is-link {
    background-color: #3273dc;
    color: #fff
}

.calendar.is-large .calendar-event.is-info {
    background-color: #209cee;
    color: #fff
}

.calendar.is-large .calendar-event.is-success {
    background-color: #23d160;
    color: #fff
}

.calendar.is-large .calendar-event.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.calendar.is-large .calendar-event.is-danger {
    background-color: #ff3860;
    color: #fff
}