/* Global */
.section-title{
    margin-bottom: 50px;
    font: 30px/1 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

/* Header */
.page-header-top .top_side_left{
    float: left;
}
.top_side_left{
    display: inline-block;
}
.top_side_left .cws_social_links{
    display: inline-block;
    margin-right: 20px;
}
.cws_social_links a{
    color: #fff;
    border-radius: 50%;
    padding: 7px;
}
.top_side_left span{
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

/* Home page about section */
.course-item .course-hover{
    padding: 30px 0;
}
.course-item{
    margin-top: 20px;
}
.course-item .course-name{
    padding: 15px 25px !important;
    text-align: center;
}
.course-item .course-name a{
    font-size: 18px;
    text-transform: uppercase;
}
.course-item .course-name .time{
    float: right;
    color: #fff;
}
.course-item .course-name .time i{
    margin-right: 5px;
}
.language-section{
    margin-left: 6  px;
    height: 37px;
    line-height: 37px;
}
.language{
    font-weight: bold;
    font-size: 12px;
    width: 20px !important;
    height: 30px;
    padding: 0 5px;
    text-transform: uppercase;
}
.language.active{
    opacity: .5;
}
.language:first-child{
    padding: 0;
    /*border-right: 1px solid #ccc;*/
}
.news-btn{
    text-align: center;
}
.community{
    border: 1px solid #ffaa83;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.community:hover{
    border: 2px solid #000;
    color:#000;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.community h3{
    font-size: 23px;
    color: #ff7a3e;
    text-transform: capitalize;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.community .community-logo svg{
    fill: #ff7a3e;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.community:hover h3,
.community:hover p{
    color: #000;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.community:hover .community-logo svg{
    fill:#000;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}




