/* General Style */
body {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0; 
    background: url(images/page.png);
    overflow-x: hidden;
    overflow-y: auto;
    color: #555;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none!important;
}
.unstyled,
.list-unstyled li,
.dropdown-menu li{
    list-style: none;
}
.bbcode-panel a.btn {
    display: inline-block;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
}
.bbcode-panel.mceToolbar {
    padding: 0 0 15px 0;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: none;
}
.img-rounded {
    -webkit-border-radius: 2px;
    border-radius: 2px;    
}
.user-avatar {
    -webkit-border-radius: 100%;
    border-radius: 100%; 
    max-width: inherit;  
}
.text-muted {
    color:#5F4A8D;
}
br {
    font-size: 0;
    height: 0;
    display: table;
    clear: both;
}
#portal input[type=checkbox] {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-left: -15px;
    z-index: 100;
    position: relative;
    border: 1px solid #000;
    visibility: visible;
    opacity: 1;
} 
.form-group label.checkbox {
    text-align: left;
}

#image-options {
    overflow: hidden;
}
#image-options .divider {
    margin-bottom: 10px;   
}
.badge {
    background-color: #FE0101;
}
.day-header {
    color: #000;
    font-size:26px;
    font-weight:bolder;
    margin-bottom: 15px;
    display: block;
}
ul {
    padding-left: 0;
    list-style-position: inside;
}
#forum, 
#forum-stats, 
#forum-rules {
    min-height: 0;
}
#uiAlert {
    z-index: 99999;
}
.btn-custom {
	color: #fff;
	background-color: #016E57;
	border-color: #016E57;
}
.btn-custom:hover {
	color: #fff;
	background-color: #004234;
	border-color: #004234;
}
/* e107 Profile*/
.menus .panel-profile,
.menus .panel {
    background: none;
    border: none;
}
.menus .panel-profile {
    margin: 0 -15px;
}
.menus .panel-profile .row {
    border-color: rgba(60,60,60,0.12)!important;
}
/* Nav List Style */
.nav-list {
    border-bottom: 1px solid rgba(60,60,60,0.12);
}
.nav-list li {
    border-top: 1px solid rgba(60,60,60,0.12);
}
.nav-list li a {
    padding: 8px 15px;
    display: block;
}

/*Custom Pages*/
.menus.cpage-full-list .text {
    padding-top: 0;
}
.page-chapters-list > li{
    list-style: none;
}
.page-chapters-list h3 {
    color: #AFC387;
}
.cpage .cpage-body {
    margin-bottom: 15px;
}
/* WMessage Carousel */
.menus.wm {
    padding-top: 0;
    padding-bottom: 0;
}
#wmessage-carousel {
    padding-bottom: 30px;
    overflow: hidden;
}
#wmessage-carousel .carousel-inner .item .menus {
    padding-bottom: 20px;
}
#wmessage-carousel .menus-text {
    color: #777!important;
}
#wmessage-carousel .carousel-inner .item .carousel-caption {
    display: none;
}
#wmessage-carousel .carousel-indicators {
    top: 100%;
    margin-top: -25px;
    padding-bottom: 10px;
}
#wmessage-carousel .carousel-control {
    background: none;
    display: none;
}
#wmessage-carousel .carousel-control .glyphicon {
    margin-top: -30px;
}
#wmessage-carousel .carousel-indicators li {
    margin: 0 3px;
    width: 12px;
    height: 12px;
}
#wmessage-carousel .carousel-indicators li:not(.active){
    border-color: #999;
}
.menus.wm br {
    margin-bottom: 3px!important;
    display: table!important;
}
/* WMessage Unclosed */
.wmessage {
    padding: 15px 0;
    margin-bottom: 0px;
    display: block;
    color: inherit;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Login Menu*/
.dropdown-menu .menus.login {
    margin-bottom: 0;
}
.dropdown-menu .menus.login .menus-caption {
    display: none;
}
.dropdown-menu .menus.login .logged-out {
    margin: 0 15px;
}
.loggin {
    padding-top: 5px;
}
.loggin .btn.dropdown-toggle{
    background: transparent;
    color: #00AEEF;
}
.loggin .dropdown-menu,
.logggin .dropdown-menu {
    min-width: 200px;
}
.logged-out .imgcode {
    display: table!important;
    margin: 0 auto;
}
.logged-out .sign-up a {
    color: #fff;
}
/*Login Page*/
#login-template {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
#login-template .logo {
    margin: 0 auto;
}
.menus.login_page .menus-text {
    padding: 0 15px;
}
.menus.login_page h2 {
    font-size: 18px;
}
#login-template label.checkbox {
    display: table;
    margin: 0 auto;
}
.signup-xup .fa{
    font-size: 16px;
}
.signup-xup {
    margin: 2px 0;
}
/* CONTENT */
.page {
    max-width: 1200px;
    position: relative;
    z-index: 1;
}
.header-area {
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    z-index: 100; 
     background: rgb(104,105,107,1);
    background: -moz-linear-gradient(top, rgba(104,105,107,1) 0%, rgba(233,233,233,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(104,105,107,1)), color-stop(100%,rgba(233,233,233,1)));
    background: -webkit-linear-gradient(top, rgba(104,105,107,1) 0%,rgba(233,233,233,1) 100%);
    background: -o-linear-gradient(top, rgba(104,105,107,1) 0%,rgba(233,233,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(104,105,107,1) 0%,rgba(233,233,233,1) 100%);
    background: linear-gradient(to bottom, rgba(104,105,107,1) 0%,rgba(233,233,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68696b', endColorstr='#e9e9e9',GradientType=0 );
    color: #fff!important;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
    border-bottom: 3px solid #FEE501;
}
.brand img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin-bottom: 10px;
}
.socialbtns .cat {
    width: 100%;
    display: block;
}
.mysocialbtns li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}
.mysocialbtns li > a {
    font-size: 36px;
}
.socialbtns .input-group-addon {
    background: #016E57;
    color: #fff;
    border-color: #016E57;
}
.content-area {
    padding-top: 30px;
}
.bottom-area {
    background: #016E57;
    padding-top: 30px;
}
.footer-area {
    padding-top: 20px;
    padding-bottom: 30px;
}
.footer {
    font-size: 12px;
    text-align: center;
}
.footer .member-login,
.footer .admin-login {
    display: inline-block;
    margin: 0 10px;
}
/* Main Navigation */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default {
    z-index: 1000;
}
.navbar-inverse {
    min-height: 0!important;
    z-index: 500;
}
.navbar-nav > li > a {
    text-transform: capitalize;
}
.navbar-nav > li > a > .fa,
.navbar-nav > li > a > .glyphicon {
    margin-right: 5px;
}
.navbar-toggle {
    background: #fff;
}
.sub-arrow {
    color: #016E57;
}
.navbar-toggle .icon-bar {
    background: #016E57!important;
}
.navbar-default,
.navbar-collapse {
    border: none;
}
.navbar-default {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4);
}
/* Tabbed Slider*/
.tabbed-slider {
    background: #fff;
}
.sp-thumbnail {
    padding: 0 10px;
}
.sp-thumbnail-title {
    font-size: 16px;
    overflow: hidden;
    margin-top:5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #016E57;
}
.sp-thumbnail-description {
    font-size: 13px;
    overflow: hidden;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	border-left: 5px solid #00612A;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	border-right: 13px solid #00612A;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(2):before {
	border-left: 5px solid #DCC400;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(2):after {
	border-right: 13px solid #DCC400;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(3):before {
	border-left: 5px solid #000;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(3):after {
	border-right: 13px solid #000;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(4):before {
	border-left: 5px solid #A3181C;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(4):after {
	border-right: 13px solid #A3181C;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(5):before {
	border-left: 5px solid #005989;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(5):after {
	border-right: 13px solid #005989;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	border-bottom: 5px solid #00612A;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	border-bottom: 13px solid #00612A;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(2):before {
	border-bottom: 5px solid #DCC400;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(2):after {
	border-bottom: 13px solid #DCC400;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(3):before {
	border-bottom: 5px solid #000;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(3):after {
	border-bottom: 13px solid #000;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(4):before {
	border-bottom: 5px solid #A3181C;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(4):after {
	border-bottom: 13px solid #A3181C;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(5):before {
	border-bottom: 5px solid #005989;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:nth-of-type(5):after {
	border-bottom: 13px solid #005989;
}
/* Normal Slider */
.sp-button {
    border-color: #016E57;
}
.sp-button:hover {
    background: #016E57;
}
.sp-selected-button {
    background: #003525;
}
/* Lightbox Carousel */
.lightbox-carousel-area {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.lightbox-carousel .lightbox-slide {
    padding: 0 15px;
}
.lightbox-carousel .lightbox-slide a img {
    width: 100%;
}
.lightbox-carousel .lightbox-slide p {
    padding-top: 15px;
    text-align: center;
}
.lightbox-carousel .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 100;
    width: 40px;
    height: 40px;
}
.lightbox-carousel .slick-arrow:before,
.lightbox-carousel .slick-arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #003525; 
    z-index: 100; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lightbox-carousel .slick-prev {
    left: 25px;
}
.lightbox-carousel .slick-next {
    right: 25px;
}
.lightbox-carousel .slick-prev.slick-arrow:before {
    -moz-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 10px;
    left: 0;
}
.lightbox-carousel .slick-prev.slick-arrow:after {
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    top: 26px;
    left: 0;
}
.lightbox-carousel .slick-next.slick-arrow:before {
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    top: 10px;
    right: 0;
}
.lightbox-carousel .slick-next.slick-arrow:after {
    -moz-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 26px;
    right: 0;
}
.lightbox-carousel .slick-prev:hover.slick-arrow:before {
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 14px;
    left: 0;
}
.lightbox-carousel .slick-prev:hover.slick-arrow:after {
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    top: 24px;
    left: 0;
}
.lightbox-carousel .slick-next:hover.slick-arrow:before {
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    top: 14px;
    right: 0;
}
.lightbox-carousel .slick-next:hover.slick-arrow:after {
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 24px;
    right: 0;
}
.lightbox-carousel .slick-dots {
    display: table;
    margin: 10px auto 0 auto;
}
.lightbox-carousel .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.lightbox-carousel .slick-dots li .dot {
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #003525;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.lightbox-carousel .slick-dots li.slick-active {
    height: 12px;
    width: 30px;
    background: #003525;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.im-img {
	position:absolute; 
	z-index:5000; 
	left:20%; 
	max-width:130px;
	padding-top:20px;
}
.mt-modal video{
	width:100%;
}
/*Sign-up page*/
.sign-up-menu {
    margin-top: 20px;
}
.sign-up-menu .inner {
    background: #751113;
    padding: 15px;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.sign-up-menu legend {
    font-family: 'Orienta', cursive;
    color: #fff;
    border: none;
}
.sign-up-menu .error {
    color: #FCCA02;
}
.sign-up-menu .form-control {
    color: #333;
}
.sign-up-menu #progress { 
    position: relative; 
    height: 5px; 
    background-color: #fff; 
    margin-bottom: 20px; 
}
.sign-up-menu #progress-complete { 
    border: 0; position: absolute; 
    height: 5px; 
    min-width: 10px; 
    background-color: #01CBFD; 
    transition: width .2s ease-in-out; 
}
/* Menus */
.menus {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
.menus .menus-caption {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    font-family: 'Orienta', sans-serif;
    background: #003525;
    padding: 10px;
    padding-left: 20px;
    margin-left: -20px;
    position: relative;
}
.menus .menus-caption:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #016E57 transparent transparent;
    top: 100%;
    left: 0;
}
.menus .menus-caption .btn-group .btn {
    -webkit-box-shadow: 0px 0 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0 3px 1px rgba(0,0,0,0.3);
}
.menus .menus-text {
    display: block;
}
.bottom-area .menus {
    border: none;
    background: none;
    color: #aaa;
}
.bottom-area .menus .menus-caption:before {
    border-color: transparent transparent transparent transparent;
}
.bottom-area .menus .menus-caption {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    font-family: 'Orienta', sans-serif;
    background: none;
    padding: 10px;
    padding-left: 20px;
    margin-left: -20px;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.bottom-area a {
    color: #4EB703;
}
.bottom-area a:hover {
    color: #75D401;
}
/* PM Menu */
.menus.pm .btn-mini {
    margin-top: 15px;
}
/* Chapter Menu */
.menus.chapter-menu .col-md-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* User Language Menu */
.menus.user_lan .btn {
    margin-top: 10px;
}
/* User Theme Menu */
.usertheme .tbox {
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    margin-bottom: 10px;
}
/* Chatbox Menu */
.chatbox #cmessage.tbox {
    max-width: 100%!important;
    margin-bottom: 10px;
}
.chatbox p {
    background: rgba(200,200,200,0.3);
    padding: 5px 10px;
    margin-top: 5px;
}
/* Blog Calendar */
.menus.blog_calendar h5,
.menus.blog_calendar .blogcalendar {
    text-align: center;
}
.menus.blog_calendar h5,
.item h5 {
    
}
.menus.blog_calendar #blogCalendar {
    overflow: hidden;
    display: table;
    width: 100%;
}
/* Contact Menu */
.menus.contact-menu .input-group.text-center {
    display: table;
    margin: 0 auto;
}
/* News */
.article {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.article .article-header {
    position: relative;
}
.article .news-title {
    position: relative;
    background: #003525;
    color: #fff;
    margin-top: 0px;
    margin-left: -20px;
    padding: 10px;
    padding-left: 20px;
    z-index: 5;
}
.article-item .news-title {
    margin-top: 10px;
}
.article .news-title:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #016E57 transparent transparent;
    top: 100%;
    left: 0;
}
.article .news-author {
    font-size: 14px;
}
.article .news-date,
.article .news-category {
    display: inline-block;
    font-size: 12px;
}
.article .right-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    z-index: 10;
}
.article .right-btn .badge {
    position: absolute;
    top: -5px;
    right: 25px;
}
.article h2 {
    color: #000;
    padding-right: 45px;
    font-family: 'Orienta', cursive;
}
.article .article-info {
    margin-bottom: 0px;
}
.article .article-body {
    padding-top: 15px;
    font-size: 16px;
}
.article .news-img {
    padding-left: 0;
    padding-bottom: 5px;
}
.article .news-img a {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.article .article-tags {
    padding: 15px 15px 5px 15px;
    font-size: 12px;
    text-align: right;
}
.article .options {
    padding-top: 20px;
}
.options a.btn{
    width: 45px!important;
    border: none!important;
    text-align: center;
    margin: 1px!important;
    border-radius: 0!important;
}
.options .btn-group {
    margin-left: 0!important;
    border-radius: 0!important;
}
.newscatlist-title {
    
    font-size: 34px;
}
/* Extended News */
.article-item {
    padding-top: 0;
    padding-bottom: 0;
}
.article-item .right-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.article-item .options {
    padding-bottom: 10px;
}
.article-item .news-item-img {
    padding-left: 0;
}
.article-item .news-images-left {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.article-item .news-images-right {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.article-item .row02 .news-images-left,
.article-item .row02 .news-images-right {
    padding-bottom: 0;
}
/*Extended News Images Slider*/
.news-item-img {
    margin-bottom: 15px;
}
.news-item-img .slick-arrow {
    position: absolute;
    z-index: 40;
    top: 100%;
    margin-top: 10px;
    left: 0;
    padding: 0 10px;
}
.news-item-img .slick-arrow.slick-next {
    left: 35px;
}
/* Other News Menu*/
.menus.other_news h4.othernews-caption,
.menus.other_news .othernews-text {
    text-align: left!important;
}
.menus.other_news2 .media-heading {
    margin-bottom: 15px;
}
/* Comments */
.comment-text .c-text {
    background: rgba(200,200,200,0.3);
    padding: 5px 15px;
    display: block;
    margin-bottom: 0;
}
.c-box {
    display: inline-table;
}
.c-box.text-muted {
    padding-left: 15px;
}
/* Forum */
.general-forum-header ul.breadcrumb {
    margin-bottom: 10px;
}
.forum-title {
    color: #016E57;
}
.forum-post {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(100,100,100,0.05);
}
.forum-post.first-post {
    background: rgba(100,100,100,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}
#forum-viewtopic .label-info.moderator-label {
    background: #FF8F00;
}
#forum-viewtopic .label-info.admin-label {
    background: #5E35B1;
}
#forum-viewtopic .label-info.main-admin-label {
    background: #C2185B;
}
.forum-text {
    width: 100%;
    background: rgba(40,40,40,0.05);
    padding: 10px;
    overflow: hidden;
}
.forum-info .btn-group {
    min-width: 100px;
}
.breadcrumb {
    background: rgba(100,100,100,0.1);
}
.forum-icons {
    background: #eee;
    border: 1px solid #ddd;
}
.forum-post .signature {
    width: 100%;
    border-top: 1px dashed #ccc;
    padding: 5px;
}
/*Members List*/
.content.user-list {
    padding-top: 15px;
}
.content.user-list .table.e-list {
    margin-top: 15px;
    border-top: 1px solid rgba(40,40,40,0.2);    
}
.content.user-list .table.e-list thead {
    background: rgba(255,255,255,0.1);
}
.content.user-list .table.e-list .forumheader3{
    border-top: 1px solid rgba(40,40,40,0.12); 
    vertical-align: middle;   
}

/* RESPONSIVE CSS */ 
@media (min-width: 992px){
.socialbtns div:first-child {
    text-align: right;
}

}
@media (max-width: 1800px){
.im-img {
	position:absolute; 
	z-index:5000; 
	left:18%; 
	max-width:130px;
}
}
@media (max-width: 1700px){
.im-img {
	position:absolute; 
	z-index:5000; 
	left:14%; 
}
}
@media (max-width: 1600px){
.im-img {
	position:absolute; 
	z-index:5000; 
	left:12%; 
}
}
@media (max-width: 1500px){
.im-img {
	position:absolute; 
	z-index:5000; 
	left:10%; 
}
}
@media (max-width: 1400px){
.im-img {
	position:absolute; 
	z-index:5000; 
	left:6%; 
}
}
@media (max-width: 1300px){
.im-img {
	position:absolute; 
	z-index:5000; 
	left:1%; 
}
}
@media (max-width: 1200px){
.im-img {
	position:absolute; 
	z-index:5000; 
	left:1%; 
	max-width:90px;
	padding-top:1px;
}
}
@media (max-width: 1100px){
.im-img {
	position:absolute; 
	z-index:5000; 
	left:1%; 
	max-width:90px;
	padding-top:1px;
}
}
@media (max-width: 992px){
.socialbtns div {
    text-align: right;
}
.socialbtns div:first-child {
    text-align: left;
}
}
    
@media (max-width: 767px) { 
.article .news-img {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

a.brand {
    margin: 0 auto;
    display: table;
}
.brand img {
    max-height: 100px;
    display: block;
    margin-bottom: 10px;
}

.socialbtns div {
    text-align: center!important;
}

}


@media (max-width: 468px) {
.comment-box-form .comment-box-left {
    float: none;
    display: table;
    width: 100%;
}
.navbar-toggle {
    margin-right: 15px;
    margin-left: 10px;
    margin-top: 15px;
}
.page {
    padding-left: 0;
    padding-right: 0;
}
.navbar {
    padding-left: 15px;
    padding-right: 15px;
}  
}


