.row {
    max-width: 75rem;
}

button.small, .button.small {
    font-size: 0.8125rem !important;
}

.button, body, button, h1, h2, h3, .top-bar-section ul li > a {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.course-info span, footer, h1, h2, h3, label, li, p, td span {
    font-weight: 300;
}

h2, h3 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

h1 {
    margin-bottom: 2rem;
}

.container-gray h1 {
    margin-bottom: 0;
}

h2:first-child, h3:first-child {
    margin-top: 0;
}

hr {
    margin-bottom: 2rem;
}

.button.small, button.small {
    padding: .7rem 1.75rem;
}

.container {
    padding: 1rem 0;
}

header {
    padding-top: 1rem;
}

.header-margin {
    margin-top: .8rem;
}

header a {
    color: #666;
}

.alert-box p {
    margin: 0;
}

td img {
    border-radius: 5px;
}

.course {
    margin-bottom: 2rem;
}

.area {
    margin-bottom: 1rem;
}

.course-image {
    height: 110px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    border: solid #ccc 1px;
    border-bottom: 0;
}

.area-image img, .course-image img {
    width: 100%;
    opacity: .8;
}

.area-info, .course-info {
    padding: 1rem;
    border-radius: 5px;
    color: #333;
    position: relative;
    border: solid #e8e8e8 1px;
}

.area-info {
    padding: .5rem 1rem;
    font-weight: 300;
    font-size: .85rem;
}

.area-info .count {
    float: right;
    color: #999;
}

.course-info {
    border: solid #ccc 1px;
    background: #f0f0f0;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

a:hover .course-info {
    background: #fff;
}

a:hover .area-info {
    background: #1C1F3B;
    color: #fff;
}

a:hover .area-info .count {
    color: #fff;
}

a:hover .area-image img, a:hover .course-image img {
    opacity: 1;
}

.course-info span, .course-info strong {
    display: block;
    line-height: 1.3;
}

.course-info span {
    margin-top: 1rem;
    font-size: .8rem;
}

.course-info span.course-price {
    font-size: .9rem;
}

.course-info span.course-price del {
    font-size: .8rem;
    color: #666;
    font-weight: 700;
}

.course-info span.course-price b {
    font-size: 1rem;
}

.course-price {
    color: green;
}

.bg-course-price {
    background: #1C1F3B;
}

.course-price-light {
    color: #777;
}

.numbers {
    font-weight: 300;
    font-size: 1rem;
}

.numbers big {
    font-size: 1.2rem;
}

.img-circle {
    border-radius: 250px;
}

.img-rounded {
    border-radius: 5px;
}

.row.course-tech {
    font-size: .8rem;
    line-height: 1.2;
    font-weight: 300;
    color: #888;
    margin-bottom: 1rem;
}

.course-tech img {
    max-height: 50px;
    margin-bottom: .5rem;
}

.course-features {
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
}

.course-features li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #777;
    margin-bottom: .5rem;
}

footer {
    margin-top: 2rem;
    padding: 2rem 0;
    color: #999;
}

footer p {
    font-size: .8rem;
}

footer img {
    margin-left: 1rem;
}

label {
    line-height: 2;
}

.breadcrumbs {
    border: none;
    background: 0 0;
    padding: 0;
}

p.lead {
    color: #999;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.slider li {
    height: 450px;
}

.slider img {
    width: 100%;
}

.slider .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.slider .caption h2 {
    font-size: 2.8rem;
    line-height: 1.2;
}

.slider .caption p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.slider .caption h2, .slider .caption p {
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

.featured {
    margin-top: 2rem;
    background: #1C1F3B;
    padding: 2rem 0;
    color: #fff;
    font-weight: 300;
}

.featured h2, .featured p {
    color: #fff;
}

.featured h2 {
    margin: 0;
}

.featured .icon {
    font-size: 3rem;
    line-height: 1;
}

.featured .icon-left {
    font-size: 1.6rem;
    display: inline-block;
    margin-right: .5rem;
}

.featured .number {
    font-size: 1.2rem;
    display: inline-block;
    line-height: 0;
}

@media (min-width: 700px) {
    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .container {
        padding: 2rem 0;
    }

    .course-info {
        min-height: 250px;
    }

    .course-info span.course-price {
        position: absolute;
        bottom: 1rem;
    }

    .numbers {
        font-size: 1.2rem;
    }

    .numbers big {
        font-size: 2.6rem;
    }

    .area-image {
        height: 65px;
    }

    .featured .icon {
        font-size: 5rem;
    }

    .featured .icon-left, .featured .number {
        font-size: 2rem;
    }
}

nav {
    background: #1C1F3B;
}

nav ul.menu {
    display: flex;
    margin: 0 auto;
    max-width: 75rem;
    padding: 0;
    list-style: none;
}

nav ul.menu li.item {
    flex: 0 0 24%;
    margin-right: 1%;
}

nav ul.menu li.item:last-child {
    margin: 0;
}

nav ul.menu li.item a.link {
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
    padding: 1.5rem 0;
    color: #fff;
    border-bottom: solid #007095 5px;
    text-align: center;
}

nav ul.menu li.item a.link:hover, nav ul.menu li.item a.open {
    background: #61b6d9;
    color: #fff;
    border-color: #333;
}

.f-dropdown.content {
    border: 0;
    background: #1C1F3B;
    padding: 0;
    margin-top: 0;
}

.f-dropdown.content.open {
    outline: none;
}

.f-dropdown::before, .f-dropdown::after {
    display: none;
}

.f-dropdown ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}

.f-dropdown li {
    width: 33%;
    list-style: none;
    cursor: inherit;
}

.f-dropdown li a {
    color: #fff;
    padding: 0.5rem 1rem;
}

.f-dropdown li:hover, .f-dropdown li:focus {
    background: none;
}

.f-dropdown li a:hover {
    text-decoration: underline;
    color: #fff;
}

@media all and (max-width: 480px) {
    nav {
        margin: 1rem 0;
    }

    nav ul.menu {
        flex-direction: column;
    }

    nav ul.menu li.item {
        flex-direction: column;
        margin: 0;
        flex: 0 0 100%;
    }

    nav ul.menu li.item a.link {
        font-size: 1rem;
        padding: 1rem 0;
        border-width: 1px;
    }

    .f-dropdown li {
        width: 100%;
    }
}