


.clearfix:after,
.row:after {
    clear: both
}




.logo-desktop {
    display: inline-block;
    font-size: 15px
}


.bordered-list a,
.media-list,
.media-list li:not(:last-child) div {
    border-bottom: 1px solid #be9940
}

#mainSideBar,
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .5)
}

.menu-footer-inline {
    display: inline-block;
    margin: 5px;
    color: #fff
}

.pagination {
    text-align: center;
    margin: 15px 0 0
}

.pagination a {
    background: #1B1C1D;
    display: inline-block;
    margin: 3px;
    border-radius: 50%;
    color: #fff;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px
}

.pagination a.active {
    color: #FFF;
    background-color: #be9940
}

.lightbox-item-with-caption figcaption {
    display: none
}

.lightbox-item-with-caption amp-img {
    display: block
}

.amp-image-lightbox-caption {
    padding: 15px
}

.padding-top-bar {
    padding-top: 1em
}

.glassbg {
    background: rgba(0, 0, 0, 0.17);
    border: 1px solid #be9940;
    border-radius: 3px
}

.absolute-right {
    position: absolute;
    right: 0
}

@media (min-width:768px) {
    .container {
        width: 100%;
        margin: auto
    }
    .bodybg {
        background-image: url(image/bg.html);
        background-size: 100%;
        background-color: #2f4f4f;
        background-repeat: no-repeat;
        background-attachment: fixed
    }
    .logo-mobile,
    .mobile-nav {
        display: none
    }
}

@media (max-width:768px) {
    .container {
        width: 100%;
        margin: auto
    }
    .bodybg {
        background-image: url(image/bg.html);
        background-size: 100%;
        background-color: #2f4f4f;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 0 50px
    }
    .mobile-nav {
        position: fixed;
        right: 0;
        left: 0;
        padding: 5px;
        z-index: 1030;
        bottom: 0;
        background-color: #0000;
    }
  
}

.bordered-list a,
.media-list a,
.media-list amp-img,
.media-list i,
.toast {
    display: block
}



.media-list {
    list-style: none;
    padding: 0
}

.media-list a {
    position: relative
}

.media-list i {
    position: absolute;
    right: 5px;
    top: 50%;
    line-height: 10px;
    margin-top: -17px
}

.media-list div {
    margin-left: 80px;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.bordered-list {
    padding-left: 0;
    list-style: none
}

.bordered-list a {
    color: inherit;
    position: relative;
    padding: 10px 15px 8px 0
}

.bordered-list a:after {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 12px;
    line-height: 47px;
    font-weight: 500;
    content: '+'
}


.toast {
    position: relative;
    height: 40px;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 80px
}



#logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#mainSideBar {
    min-width: 300px;
    padding-bottom: 30px;
    background: #1B1C1D
}

#mainSideBar>div:not(.divider) {
    padding: 17px 20px
}

#menu div,
td,
th {
    padding: 0
}

#mainSideBar figure {
    width: 300px;
    max-width: 100%;
    padding: 0 20px;
    position: relative
}

#mainSideBar button {
    position: absolute;
    right: 20px;
    top: 18px
}

#mainSideBar amp-img {
    margin-bottom: 5px
}

#mainSideBar h3,
#mainSideBar h5 {
    margin: 0;
    line-height: 1.5
}

#menu {
    margin-top: 15px
}

#menu a,
#menu h6 {
    color: inherit;
    font-size: 1.3rem;
    padding: 0;
    border: none
}

#menu a,
#menu span {
    padding: 14px 20px 14px 53px;
    display: block;
    color: inherit;
    position: relative;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

#menu section[expanded]>h6 span {
    background-color: rgba(0, 0, 0, .06);
    color: #263238
}

#menu h6 span:after {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 47px;
    content: '\f0dd'
}

#mainSideBar li i,
#menu i {
    font-size: 1.7rem;
    position: absolute;
    left: 20px
}

#panel-logo amp-img {
    margin: 0
}

#panel-search {
    background-color: rgba(0, 0, 0, .2);
    margin: 0 -20px;
    padding: 0 20px
}

#panel-search input {
    border: none;
    background: 0 0;
    outline: 0;
    height: 55px;
    line-height: 55px;
    color: rgba(255, 255, 255, .87);
    width: 100%
}

#panel-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .54);
    font-style: italic
}

#panel-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .54);
    font-style: italic
}

#panel-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .54);
    font-style: italic
}

#panel-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .54);
    font-style: italic
}

#panel-search input[type=submit] {
    display: none
}

.social-ball {
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #FFF;
    margin-right: 5px
}

body,
th {
    text-align: left
}

.col-mobile-12,
input,
table,
textarea {
    width: 100%
}

.social-ball.fa-facebook {
    background-color: #4867AA
}

.social-ball.fa-twitter {
    background-color: #00ACED
}

.social-ball.fa-linkedin {
    background-color: #0177B5
}

.social-ball.fa-behance {
    background-color: #010103
}

.social-ball.fa-dribbble {
    background-color: #E04C86
}

.social-ball.fa-twitch {
    background-color: #64459b
}

.social-ball.fa-google-plus {
    background-color: #db4a40
}

.blog-item .preview {
    display: block;
    margin-bottom: 15px
}

.subtitle {
    font-size: 1.2rem
}

.blog-sidebar-box {
    margin-bottom: 30px
}

table {
    color: #fff;
    border-spacing: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

table td,
table th {
    padding: .75rem;
    
    vertical-align: top;
    border-top: 1px solid #be9940;
    background-color: #c10000;
    font-family: 'Oswald', sans-serif;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #be9940
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-right: #55595c;
    border-color: #55595c
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e31a47;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #eceeef
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover tbody tr:hover {
    background-color: #f5f5f5
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #dff0d8
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #d9edf7
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fcf8e3
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f2dede
}


.


body[dir=rtl] {
    text-align: right
}

.card,
.text-center {
    text-align: center
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

[class*=col-] {
    margin-bottom: 30px
}

.container-fluid {
   padding-right: 1px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.container-full .row,
.no-gap.row {
    margin-right: 0;
    margin-left: 0
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.container-full,
.container-full [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.no-gap [class*=col-] {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0
}


.col-desktop-7,
.col-mobile-12,
 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}


@media (min-width:768px) {
    
    .col-desktop-12 {
        width: 75%
    }
    
}