section
{
    padding: 90px 0
}
.block {
    display: block;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
img {
    -ms-interpolation-mode: bicubic;
}
/**
 * Background
 */
.bg-danger {
    background: #DF2938 !important;
    color: #FFF !important;
}
/**
 * Course
 */
.course-item {
    background: #FFF;
    width: 100%;
    line-height: 1.5;
    position: relative;
    padding-bottom: 60px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.29);
}
.course-item:hover {
    -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.89);
    -moz-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.89);
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.89);
}
.course-item a {
    color: #777;
    display: block;
}
.course-item-image img {
    width: 100%;
}
.course-item-top {
    position: relative;
    padding-left: 15px;
    padding-top: 20px;
    background-color: rgba(225, 238, 221, 0.4);
    height: 43px;
}
.course-item-top .image {
    width: 60px;
    height: 60px;
    border: 2px solid #FFF;
    float: left;
    margin-top: -27px;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
}
.course-item-price {
    position: absolute;
    top: -15px;
    right: -5px;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 10px 3px;
    font-family: 'Roboto Condensed', sans-serif;
}
.course-item-price:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #991C26;
}
.course-item-content {
    padding: 25px 15px 40px 15px;
    padding-left: 20px;
}
.course-item-content h3 {
    font-size: 23px;
    color: #666;
    line-height: 28px;
    margin: 0;
}
.course-item-content p {
    margin-top: 20px;
}
.course-item-bottom {
    font-size: 11px;
    text-align: center;
    line-height: 1.4;
    padding: 0 5px;
    border-top: 1px solid #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(225, 238, 221, 0.4);
}
.course-item-bottom > div {
    width: 33.3333333%;
    float: left;
    padding: 15px 0 12px;
}
.course-item-bottom > div:nth-child(1) {
    width: 38%;
}
.course-item-bottom > div:nth-child(2) {
    width: 33%;
}
.course-item-bottom > div:nth-child(3) {
    width: 29%;
}
.course-item-bottom > div:not(:last-child) {
    border-right: 1px solid #E5E5E5;
}
.course-item-bottom i {
    font-size: 14px;
}
.course-item-wrapper.gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
.course-item-wrapper.gap-20 .course-item {
    margin: 0 0 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.course-lession-wrapper-2 {
    margin-bottom: -10px;
}
.course-lession-item-2 {
    display: block;
    border: 1px solid #E5E5E5;
    padding: 25px;
    margin: 0 0 25px;
}
a.course-lession-item-2 {
    color: #777;
}
a.course-lession-item-2:hover {
    background: #FAFAFA;
}
.course-lession-item-2 .lebal-lesson {
    display: inline-block;
    vertical-align: middle;
    background: #E6E6E6;
    color: #0D7CC9;
    font-weight: 700;
    line-height: 1;
    padding: 5px 7px;
    margin-right: 5px;
}
.course-lession-wrapper-2.alt-item-bg .course-lession-item-2 {
    background: #F2F2F2;
}
.course-lession-wrapper-2.alt-item-bg .course-lession-item-2:hover {
    background: #FCFCFC;
}
.course-lession-wrapper-2.alt-item-bg .course-lession-item-2 .lebal-lesson {
    background: #FFF;
    border: 1px solid #E5E5E5;
}
.course-item-top .image {
    width: 60px;
    height: 60px;
    border: 2px solid #FFF;
    float: left;
    margin-top: -27px;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
    .course-item-price {
        top: 27px;
    }
}
@media only screen and (max-width: 767px) {
    .course-item-content h3 {
        font-size: 19px;
        line-height: 23px;
    }
}
@media (max-width: 479px) {
}
/**
 * GridLex
 * http://gridlex.devlint.fr/index.html
 */
[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0
}
[class*=GridLex-col-] {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
}
[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0
}
[class*=GridLex-grid-][class*=-noGutter]>[class*=GridLex-col] {
    padding: 0
}
[class*=GridLex-grid-][class*=-center] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
[class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
@media screen and (max-width:80em) {
}
@media screen and (max-width:64em) {
}
@media screen and (max-width:48em) {
}
@media screen and (max-width:35.5em) {
}
[class*=GridLex-grid]>[class*=GridLex-col-1] {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}
[class*=GridLex-grid]>[class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}
[class*=GridLex-grid]>[class*=GridLex-col-9] {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}
[class*=GridLex-grid]>[class*=GridLex-col-12] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
@media screen and (max-width:80em) {
}
@media screen and (max-width:64em) {
}
@media only screen and (max-width: 1199px) {
    [class*=GridLex-grid]>[class*=_mdd-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
}
@media only screen and (max-width: 991px) {
    [class*=GridLex-grid]>[class*=_sm-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_sm-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_sm-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}
@media only screen and (max-width: 767px) {
    [class*=GridLex-grid]>[class*=_xs-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_xs-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_xs-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}
@media (max-width: 479px) {
    [class*=GridLex-grid]>[class*=_xss-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}
.GridLex-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}
.GridLex-gap-30 > div > div > a {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: 100%;
}
.newsletter {
    background:#005b7f;
    color:#fff;
    width:100%;
    padding-top:25px;
    text-align:center;
    font-size:13px;
}
/*------------------------------------------------------------------
Project:        Edutue
Author:         Crenoveative
URL:            http://crenoveative.com
Created:        18/10/2016
-------------------------------------------------------------------*/
/**
 * Header
 */
/* Main Menu Dropdown */
/* Mega Menu */
@media only screen and (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
/**
 * Header Top
 */
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {}
@media (max-width: 767px) {
}
/**
 * Sticky Header
 */
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {}
/**
 * Mini Navbar
 */
/**
 * Hero Header
 */
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {
}
/**
 * Search form
 */
.main-search-wrapper .form-control:-ms-input-placeholder {
    color: #555;
}
.main-search-wrapper .form-control::-webkit-input-placeholder {
    color: #555;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {
}
/**
 * Breadcrumb
 */
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {}
@media (max-width: 479px) {}
/**
 * Course
 */
.course-item {
    background: #FFF;
    width: 100%;
    line-height: 1.5;
    position: relative;
    padding-bottom: 60px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.course-item:hover {
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.29);
}
.course-item a {
    color: #777;
    display: block;
}
.course-item-image img {
    width: 100%;
}
.course-item-top {
    position: relative;
    padding-left: 15px;
    padding-top: 7px;
}
.course-item-top .image {
    width: 60px;
    height: 60px;
    border: 2px solid #FFF;
    float: left;
    margin-top: -27px;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
}
.course-item-price {
    position: absolute;
    top: -15px;
    right: -5px;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 10px 3px;
    font-family: 'Roboto Condensed', sans-serif;
}
.course-item-price:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #991C26;
}
.course-item-content {
    padding: 25px 15px 60px 15px;
    padding-left: 20px;
}
.course-item-content h3 {
    font-size: 17px;
    color: #666;
    line-height: 28px;
    margin: 0;
}
.course-item-content p {
    margin-top: 20px;
}
.course-item-bottom {
    font-size: 11px;
    text-align: center;
    line-height: 1.4;
    padding: 0 5px;
    border-top: 1px solid #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
}
.course-item-bottom > div {
    width: 33.3333333%;
    float: left;
    padding: 15px 0 12px;
}
.course-date-bottom {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 20px 10px 20px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.course-item-bottom > div:nth-child(1) {
    width: 38%;
}
.course-item-bottom > div:nth-child(2) {
    width: 33%;
}
.course-item-bottom > div:nth-child(3) {
    width: 29%;
}
.course-item-bottom > div:not(:last-child) {
    border-right: 1px solid #E5E5E5;
}
.course-item-bottom i {
    font-size: 14px;
}
.course-item-wrapper.gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
.course-item-wrapper.gap-20 .course-item {
    margin: 0 0 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.course-lession-wrapper-2 {
    margin-bottom: -10px;
}
.course-lession-item-2 {
    display: block;
    border: 1px solid #E5E5E5;
    padding: 25px;
    margin: 0 0 25px;
}
a.course-lession-item-2 {
    color: #777;
}
a.course-lession-item-2:hover {
    background: #FAFAFA;
}
.course-lession-item-2 .lebal-lesson {
    display: inline-block;
    vertical-align: middle;
    background: #E6E6E6;
    color: #0D7CC9;
    font-weight: 700;
    line-height: 1;
    padding: 5px 7px;
    margin-right: 5px;
}
.course-lession-wrapper-2.alt-item-bg .course-lession-item-2 {
    background: #F2F2F2;
}
.course-lession-wrapper-2.alt-item-bg .course-lession-item-2:hover {
    background: #FCFCFC;
}
.course-lession-wrapper-2.alt-item-bg .course-lession-item-2 .lebal-lesson {
    background: #FFF;
    border: 1px solid #E5E5E5;
}
.course-item-top .image {
    width: 60px;
    height: 60px;
    border: 2px solid #FFF;
    float: left;
    margin-top: -27px;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
    .course-item-price {
        top: 27px;
    }
}
@media only screen and (max-width: 767px) {
    .course-item-content h3 {
        font-size: 19px;
        line-height: 23px;
    }
}
@media (max-width: 479px) {
}
/**
 * Detail Page
 */
.detail-page-wrapper .content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.detail-page-wrapper .sidebar-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.detail-content-wrapper {
    margin-top: -10px;
    margin-bottom: 35px;
}
.course-detail-header {
    border-bottom: 1px solid #E5E5E5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.course-detail-header .info > .image {
    width: 155px;
    float: left;
}
.course-detail-header .info > .content {
    margin-left: 175px;
}
.course-detail-header .info > .content h2 {
    line-height: 1.2;
    margin: -5px 0 4px;
}
.course-detail-section:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
}
.course-detail-header ul.meta-list {
    margin: 0;
    margin-left: 175px;
}
.course-detail-header ul.meta-list li {
    display: inline-block;
    border-right: 1px solid #E5E5E5;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 1.2;
}
.course-detail-header ul.meta-list li:nth-last-child(2),
.course-detail-header ul.meta-list li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.course-detail-header ul.meta-list li h6 {
    line-height: 1;
    margin: 7px 0 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.course-detail-header ul.meta-list li .meta-teacher > .image {
    width: 44px;
    height: 44px;
    border: 2px solid #FFF;
    float: left;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    float: left;
}
.course-detail-header ul.meta-list li .meta-teacher > .image img {
    border-radius: 50%;
}
.course-detail-header ul.meta-list li .meta-teacher > .content {
    margin-left: 60px;
}
.course-detail-header ul.meta-list li.meta-price {
    float: right;
}
.course-detail-header ul.meta-list li.meta-price .price {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 7px 15px;
    margin-top: 5px;
}
.course-intro .listing-box {
    width: 300px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .course-detail-header ul.meta-list {
        margin-bottom: -10px
    }
    .course-detail-header ul.meta-list li {
        margin-bottom: 10px
    }
    .course-detail-header ul.meta-list li.meta-price {
        float: none;
        margin-left: 15px
    }
}
@media only screen and (max-width: 991px) {
    .course-intro .listing-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 767px) {
    .course-detail-header .info > .image {
        float: none;
        margin-bottom: 15px
    }
    .course-detail-header .info > .content,
    .course-detail-header ul.meta-list {
        margin-left: 0
    }
}
@media (max-width: 479px) {
}
/**
 * Featured
 */
.call-featiured {
    margin-top: 25px;
    position: relative;
    padding-left: 50px;
    line-height: 1.45;
}
.call-featiured .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    background: #DB0B23;
    font-size: 17px;
    line-height: 36px;
    position: absolute;
    top: 3px;
    left: 0;
}
.call-featiured h5 {
    line-height: 1.2;
    margin: 0 0 5px;
}
.call-featiured p {
    margin: 0 0 5px;
}
.call-featiured .phone-number {
    font-style: normal;
    color: #DB0B23;
    display: block;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {
}
/**
 * Testimonial
 */
/**
 * Sidebar
*/
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {}
/**
 * Sorting
 */
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {
}
/**
 * Pager
 */
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {}
@media (max-width: 479px) {}
/**
 * Blog
 */
.comment-form .form-control:-ms-input-placeholder {
    color: #FFF
}
.comment-form .form-control::-webkit-input-placeholder {
    color: #FFF
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {}
@media (max-width: 479px) {
}
/**
 * Footer
 */
.newsletter-footer .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.newsletter-footer .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {}
/**
 * Sign-in & Sign-up modal
 */
/**
 * Static and Faq Page
 */
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
}
/**
 * Instructor and Team
 */
.teacher-item-list-02-wrapper {
    margin-bottom: -20px;
}
.teacher-item-list-02 {
    line-height: 1.4;
    margin: 0 0 25px;
}
.teacher-item-list-02 .image {
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    border-radius: 50%;
}
.teacher-item-list-02 .image img {
    border-radius: 50%;
}
.teacher-item-list-02 h3 {
    font-size: 23px;
    line-height: 25px;
    margin: 0 0 5px;
    color: #0D7CC9;
    letter-spacing: 1.5px;
}
.teacher-item-list-02 h4 {
    font-size: 20px;
    margin: 3px 0;
    color: #0D7CC9;
    letter-spacing: 1.5px;
    line-height: 1.2;
}
.teacher-item-list-02 .labeling {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0 0 15px;
}
.teacher-item-list-02 .short-info {
    margin: 0 0 20px;
}
.teacher-item-list-02 .rating-wrapper {
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.teacher-item-list-02 .rating-wrapper .rating-item {
    display: inline-block;
    vertical-align: top;
}
.teacher-item-list-02-sub {
    position: relative;
    border-top: 1px solid #E5E5E5;
    padding-top: 25px;
}
.teacher-item-list-02-sub:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 50%;
    width: 1px;
    background: #E5E5E5;
}
.teacher-item-list-02-wrapper.alt-short-info-mb .short-info {
    margin: 0 0 15px;
}
.teacher-item-list-02-wrapper.alt-sub-border .teacher-item-list-02-sub:first-child {
    border-top: 0;
    padding-top: 0;
}
.teacher-item-list-02-wrapper.alt-sub-border .teacher-item-list-02-sub:after {
    bottom: 0;
}
.teacher-item-list-02-wrapper.alt-sub-border .teacher-item-list-02-sub:last-child:after {
    bottom: 20px;
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
    .teacher-item-list-02-sub.hidden-after-sm:after {
        display: none
    }
    .bo-bt-div-div-last-child-div .teacher-item-list-02-sub > div > div > div {
        border-bottom: 0;
        padding-bottom: 0
    }
}
@media only screen and (max-width: 767px) {
    .teacher-item-list-02 .image {
        width: 150px;
        margin-bottom: 15px
    }
}
@media (max-width: 479px) {}
/**
 * Review
 */
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {}
/**
 * Payment
 */
/**
 * 404 page
 */
/**
 * Contact Us
 */
@media only screen and (max-width: 991px) {
}
/**
* Pricing
*/
a.pricing-item-02 {
    display: block;
    color: #777;
    font-weight: 400;
    width: 100%;
    background: #EEEEEE;
    o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.pricing-item-02 {
    padding: 5px 40px 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.23);
}
.pricing-item-02:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #FFF;
}
.pricing-item-02 .pricing-heading {
    width: 200px;
    float: left;
    padding-top: 10px;
}
.pricing-item-02 .pricing-content {
    margin-left: 240px;
    margin-top: 20px;
}
.pricing-item-02 .pricing-price {
    line-height: 1;
    margin: 20px 0 10px;
    font-size: 32px;
    font-weight: 600;
    color: #0D7CC9;
}
.pricing-item-02 .pricing-price span {
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
}
.pricing-item-02 .pricing-heading .font-sm {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-style: italic;
    color: #A1A1A1;
}
a.pricing-item-02:hover {
    background: #0D7CC9;
    color: #FFF;
}
a.pricing-item-02:hover .pricing-price {
    color: #FFF;
}
a.pricing-item-02:hover .pricing-heading h6,
a.pricing-item-02:hover .pricing-heading .font-sm {
    color: #FFF;
}
@media only screen and (max-width: 1199px) {
    .pricing-item-02 .pricing-heading {
        width: 140px
    }
    .pricing-item-02 .pricing-content {
        margin-left: 200px
    }
}
@media only screen and (max-width: 991px) {
    .pricing-item-02 .pricing-heading {
        width: auto;
        float: none;
        margin-bottom: 30px
    }
    .pricing-item-02 .pricing-content {
        margin-left: 0
    }
}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {}
/**
 * User Profile
*/
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {
}
/**
* Miscellaneous
*/
button.favorites {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

/**
 * Pagina Corso
 */
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
    html,body{
        -webkit-overflow-scrolling: touch;
    }
    .abstract .lead {
        padding-top: 15px;
        padding-bottom: 5px!important;
        margin-bottom: 0;
    }
    .course-detail-header .info > .image {
        width: 100%;
        float: none;
        margin: -29px 0 35px;
    }
    .corso h6 {
        padding-bottom: 10px;
    }
    .corso h2 {
        padding-bottom: 20px;
        font-weight: 600;
    }
    .meta-list {
        margin-left: -35px!important;
    }
    .meta-list li {
        margin-right: 10px!important;
        padding-right: 10px!important;
    }
    .meta-list li:first-child {
        width: 100%;
        border-right: none!important;
    }
    .course-detail-header ul.meta-list li.meta-price {
        float: right;
        margin-left: 0px!important;
    }
    #course-detail-section-4 {
        text-align: center;
        margin: auto;
    }
    .teacher-item-list-02 .image {
        margin: auto;
        margin-bottom: 20px;
    }
    .tag-item {
        display: table;
    }
    footer {
        padding-bottom: 45px;
    }
    .buttons-social {
        text-align: center;
        padding: 25px;
    }
    .buttons-social>a {
        width: 4em!important;
        height: 4em!important;
        box-shadow: none!important;
        margin: 10px;
    }
    .float {
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 99999;
        width: 100%;
        text-align: center;
    }
    .float .row {

    }
    .butn {
        -webkit-border-radius: 28;
        -moz-border-radius: 28;
        border-radius: 28px;
        font-family: Arial;
        color: #ffffff;
        font-size: 20px;
        background: #52b510;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }

    .butn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }
    .col-prenota {
        background: #469C3B;
        padding: 15px 0;
    }
    .col-programma {
        background: #003d56;
        padding: 15px 0;
    }
    .float a {
        padding: 20px 0;
        color: white;
        font-size: 1.3em;
        font-weight: bold;
    }
    #chat-application {
        bottom: 65px!important;
    }
    .rel-categories {
        display: inline-flex;
    }
    .info .image {
        box-sizing: border-box;
        position: relative;
    }
    .ecm-round {
        background-color: #df2938;
        top: 15px;
        color: #fff;
        right: 15px;
        height: 64px;
        width: 64px;
        position: absolute;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 50%;
        padding: 10px 0;
        border: 3px solid white;
    }
    .ecm-round .date {
        display: grid;
    }
    .ecm-round .day {
        font-size: 22;
    }
    .ecm-round .month {
        font-size: 11px;
        display: block;
    }
    .sottotitolo {
        display: grid;
        font-size: 18px;
        font-weight: normal;
    }
}
@media (max-width: 479px) {}

.form-phone {
    display: none;
}

