.banner {
    position: relative;
}
.inner-page .banner-img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*min-height: 350px;*/
}

.banner-img {
    position: relative;
}
.banner-img img {
    width: 100%;
}

img {
    max-width: 100%;
}
.inner-page .banner-img:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: "";
}

.banner-img:after {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
}
.page-title {
    position: absolute;
    bottom: 30%;
    left: 0px;
    width: 100%;
    text-align: center;
}
.breadcrumb {
    background: #f6f6f6;
    padding: 15px 0;
    margin: 0px;
}
.breadcrumb ul {
    padding: 0px;
    margin: 0px;
}
.breadcrumb ul li:first-child {
    padding-left: 0px;
}

.breadcrumb ul li {
    list-style: none;
    position: relative;
    padding: 0 15px 0 10px;
    display: inline-block;
}
.breadcrumb ul li a {
    line-height: 26px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcrumb ul li:after {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 26px;
    color: #666;
    content: "\f105";
    font-family: 'FontAwesome';
}
h1, .h1, h2, .h2, h3, .h3{
    color:#0072cf;
}
.forums-page {
        font: normal 13px/20px Verdana,Geneva,sans-serif;
    padding: 0px 0;
}
.forum-h1-head{
        font-family: Verdana,Geneva,sans-serif;
    padding: 0px 0;
    
    text-transform: uppercase;
    margin-bottom: 25px;
}
.right-slide {
    display: block;
    padding: 0 0 0 15px;
}
.right-slide .search-box {
    width: 100%;
    padding: 0 50px 0 0;
    position: relative;
    margin-bottom: 30px;
}
.right-slide .search-box input[type="text"] {
    width: 100%;
    border: solid 1px #e0e0e0;
    height: 50px;
    line-height: 28px;
    padding: 10px 15px;
    border-right: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0px;
}
.right-slide .search-box input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    background: url(../images/forum/search-icon.png) no-repeat top left #4c8383;
    border: none;
    height: 50px;
    background-size: 100% auto;
}
.right-slide h3 {
    font-size: 16px;
    border-bottom: solid 2px #4c8383;
    line-height: 34px;
    padding-bottom: 10px;
    color: #0072cf;
    font-family: Verdana,Geneva,sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}
.forums-page .right-slide h3:before {
    background: #fff;
}

.right-slide h3:before {
    position: absolute;
    bottom: -4px;
    height: 6px;
    left: 50px;
    background: #f5f5f5;
    content: "";
    width: 10px;
}
.right-slide h3:after {
    position: absolute;
    bottom: -4px;
    height: 6px;
    background: #4c8383;
    width: 50px;
    content: "";
    left: 0px;
}
.right-slide .member-list {
    padding: 0px 0 30px 0;
}
.right-slide .member-list .member-slide {
    border-bottom: solid 1px #e0e0e0;
    min-height: 70px;
    padding: 15px 0 15px 50px;
    position: relative;
}
.right-slide .member-list .member-slide .img {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.right-slide .member-list .member-slide .name {
    display: block;
}
.right-slide .member-list .member-slide .name a {
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    color: #444;
    text-decoration: none;
}
.right-slide .member-list .member-slide .activity {
    display: inline;
    line-height: 20px;
    font-size: 13px;
    color: #666;
}
.right-slide .replies-course {
    padding: 0 0 30px 0;
}
.right-slide .replies-course .course-slide {
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #e0e0e0;
}
.right-slide .replies-course .course-slide .name {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 15px;
    color: #444;
    line-height: 20px;
}
.right-slide .replies-course .course-slide .name img {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    border-radius: 50%;
}

img {
    max-width: 100%;
}
.right-slide .replies-course .course-slide .name a {
    color: #444;
    text-decoration: none;
}
.right-slide .replies-course .course-slide .date {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.right-slide .working-list {
    padding: 0px;
    margin: 15px 0 30px 0;
}
.right-slide .working-list li {
    list-style: none;
    border-bottom: solid 1px #e0e0e0;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    padding: 5px 0;
}
.right-slide .working-list li span {
    float: right;
    width: auto;
}
.right-slide .catagorie-list {
    padding: 15px 0 30px 0;
    margin: 0px;
}
.right-slide .catagorie-list li {
    list-style: none;
    display: block;
    padding: 5px 0;
}
.right-slide .catagorie-list li a {
    font-size: 16px;
    color: #9C9C9c;
    line-height: 30px;
    text-decoration: none;
    padding: 0 0 0 26px;
    position: relative;
    display: inline-block;
}
.forums-page h2 {
    color: #0072cf;
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
}
.forums-page .forums-info {
    border: solid 1px #e0e0e0;
}
.forums-info .forums-slide {
    display: block;
    padding: 30px;
}
.forums-info .forums-slide .forum-name {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}
.forums-info .forums-slide .forum-name a {
   color: #4c8383;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.forums-info .forums-slide .topic {
    line-height: 30px;
    font-size: 14px;
    float: right;
    cursor: pointer;
}
.forums-info .forums-slide p {
    width: 100%;
    max-width: 600px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin: 0px;
}
.forums-info .forums-slide.even {
    background: #f5f5f5;
}
.forums-info .forums-slide .even:hover{
    background-color: :#fff;
}
.forums-page .comment-form {
    padding: 0px 0 0 0;
}
.forums-page .comment-form h3 {
    color: #0072cf;
     font-family: Verdana,Geneva,sans-serif;
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
}
.forums-page .comment-form .input-box {
    padding-bottom: 30px;
    display: block;
    position: relative;
}
.not-avail-p{padding:10%;}

.forums-page .comment-form .input-box input {
    border:1px solid #ccc;;
   
    border-bottom: solid 2px #e0e0e0;
    height: 36px;
    /*width: 100%;*/
    font-size: 15px;
    color: #333;
}
#category_id{
   
    height: 36px;
    /*width: 100%;*/
    font-size: 15px;
    color: #333;
}
#forum_textarea{
    border:1px solid #ccc;;
   
    border-bottom: solid 2px #e0e0e0;
    height: 100px;
    /*width: 100%;*/
    font-size: 15px;
    color: #333;
}
#forum_post_rply
{
   border: none;
   
    border-bottom: solid 2px #e0e0e0;
    height: 100px;
    /*width: 100%;*/
    font-size: 15px;
    color: #333; 
}
#forum_category_description
{
    border: none;
   
    border-bottom: solid 2px #e0e0e0;
    height: 100px;
    /*width: 100%;*/
    font-size: 15px;
    color: #333; 
    
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0px;
}
.forums-page .comment-form .input-box .fa {
    position: absolute;
    top: 0px;
   /* right: 0px;*/
    line-height: 36px;
    color: #999;
    font-size: 14px;
    width: 30px;
    text-align: center;
}
.forums-page .comment-form .submit-slide {
    margin-top: 15px;
}
.btn3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
    border: solid 1px #4c8383;
    background: none;
    border-top: solid 1px #4c8383;
    border-bottom: solid 1px #4c8383;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #4c8383;
}
.btn3:hover{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
    border: solid 1px #4c8383;
    background: #4c8383;
    border-top: solid 1px #4c8383;
    border-bottom: solid 1px #4c8383;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.btn2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
    border-top: solid 1px #4c8383;
    background: none;
    border-top: solid 1px #4c8383;
    border-bottom: solid 1px #4c8383;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #4c8383;
}
.btn2:hover {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
    border-top: solid 1px #4c8383;
    background: #4c8383;
    border-top: solid 1px #4c8383;
    border-bottom: solid 1px #4c8383;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.btn2:before {
    left: 0;
    top: 0;
}


.btn2:after {
    right: 0;
    bottom: 0;
}

.forum-details {
    display: block;
    width: 100%;
    border: solid 1px #e0e0e0;
}

.forum-details .details-slide {
    padding: 20px;
}
.forum-details .details-slide .name {
    display: block;
    padding-bottom: 8px;
    cursor:pointer;
}
.forum-details .details-slide .name a {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.forum-details .details-slide .info {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.forum-details .details-slide .info .block {
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}
.forum-details .details-slide .info .fa {
    padding: 0 5px 0 0;
}
.forum-details .details-slide .info img {
    width: 20px;
    border-radius: 50%;
    margin: 0 5px 0 0;
}
.forum-details .details-slide.even {
    background: #f5f5f5;
}
.forums-single-course .details-slide {
    border: solid 1px #e0e0e0;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 20px 20px 20px 140px;
    position: relative;
    min-height: 200px;
}
.forums-single-course .details-slide .user-info {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80px;
    text-align: center;
}

.forums-single-course .details-slide .user-info .name {
    display: block;
    line-height: 20px;
    padding-top: 10px;
    font-size: 14px;
    color: #4c8383;
}
.forums-single-course .details-slide .user-info .post {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #555;
    padding-bottom: 10px;
}
.forums-single-course .details-slide .user-info .role {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    background: #ccc;
    padding: 0 10px;
}
.forums-single-course .details-slide .date {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #888;
}
.forums-single-course .details-slide p {
    display: block;
    margin: 0px;
    line-height: 24px;
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}
.forums-single-course .details-slide .permalink {
    display: inline-block;
    padding: 0 10px;
    background: #02cbf7;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
input[type="submit"] {
    background-color: #0c5963;
    color: white;
    padding:10px;
    border: #0c5963;
}
#create_id_forum{
    float:right;
}

#forum-comnt-icon{font-size:10px;
cursor: pointer;}



