/*VIDEOs page*/
.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    float: left;
}
.title, .sub-title {
    padding: 5px 0px;
}
.resources .myc_pageheading {
    text-transform: capitalize !important;
}
.resources .navigation_tab i.fa {
    font-size: 16px;
}
.resources .navigation_tab i {
    line-height: 22px;
}
.resources .navigation_tab {
    margin-right: 5px;     
    width: 33px;
    line-height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.slide_effect i {
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}
.back_left a:hover {
    color: #f99b1c;
}
.slide_effect.back_left > i {
    margin-left: -10px;
    transition: all 0.2s ease-in;
    left: -10;
}
.container .section {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.back_left {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 100%;
    margin-left: 10px;
}
.back_left .navigation_heading a {
    text-decoration: none;
}
.back_left .navigation_heading {
    width: auto;
    cursor: pointer;
    margin-left: -4px;
}
.back_left .navigation_heading span {
    line-height: 29px;
}
.back_left .navigation_tab i {
    line-height: 29px;
}
.back_left a:hover + .back_left i:hover {
    color: #f99b1c;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.back_left a {
    display: block;
    padding-left: 0px;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
}
.section video {
    margin: 0 auto;
    width: 100%;
}
/*Dashboard*/

.resources {
    padding: 10px 0px;
    padding-left: 0px;
    margin-bottom: 25px; /*new change*/
    float: left;
    width: 100%; /*newer change*/

}
.resources ul li {
    font-size: 16px;
    line-height: 40px;
    list-style: none;
    margin-left: -30px;
}
.resources li > a {
    text-decoration: none;
}
.resources li > i {
    padding-right: 5px;
}

.resources li a:hover  {
      transition: width 2s;
}

