html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    background-color: #43333d;
    font: 15px Arial, Helvetica, sans-serif;
    color: #111;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    display: block;
}

a {
    color: #221a1f;
    text-decoration: none;
}

.wrap {
    background-color: #fff;
    margin: 0px auto;
    max-width: 1500px;
    overflow: hidden;
    clear: both;
    color: #111;
}

.header {
    padding: 10px 5px;
    font-size: 20px;
    overflow: hidden;
    clear: both;
    text-align: left;
    margin-bottom: 0px;
}

.header ul {
    display: inline-block;
    padding: 5px 5px;
    float: left;
}

.header li {
    display: inline-block;
    margin: 3px 10px 3px 0;
}

.header a {
    text-decoration: underline;
}

.header b a {
    text-decoration: underline;
}

.search {
    margin: 5px 5px;
    display: inline-block;
    float: right;
}

.search_bar input[type=text] {
    padding: 4px 7px;
    font-size: 14px;
    border-radius: 2px;
    border: 2px solid #221a1f;
    background-color: #f5f5f5;
    color: #333;
}

.h1 {
    font-weight: normal;
    font-size: 18px;
    color: #eee;
    padding: 10px;
    margin: 0px;
    overflow: hidden;
    clear: both;
}

.h2 {
    font-weight: bold;
    font-size: 22px;
    color: #111;
    padding: 10px;
    margin: 0px;
    overflow: hidden;
    clear: both;
    background: #ccc;
    text-decoration: bold;
    border-top: 1px solid #000;
}

.content {
    padding: 5px 0px;
    overflow: hidden;
    clear: both;
    background-color: #2d4641;
    margin-bottom: 10px;

}

.player_wrap {
    max-width: 1250px;
    margin: 0 auto;
}

.player {
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 5px 0;
}

.player .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.tags {
    padding: 5px 10px;
    overflow: hidden;
    clear: both;
    
    color: #ddd;
}

.tags p {
    padding: 0px 0px;
    line-height: 16px;
    margin: 0px;
}

.tags a {
    font-size: 15px;
    text-decoration: underline;
    padding: 3px 3px;
    margin: 3px 6px 3px 0;
    display: inline-block;
    color: #ddd;
}

.thumbs {
    padding: 5px 5px;
    overflow: hidden;
    clear: both;
}

.thumb {
    width: 16.66666%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 5px;
}

.thumb .thumb_in {
    padding-bottom: 3px;
    border: 1px solid #acacac;
    border-radius: 3px;
    background-color: #f0f1f1;
}

.thumb .thumb_img_wrap {
    position: relative;
    padding-bottom: 58%;
    display: block;
    background-color: #aaa;
}

.thumb .thumb_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.thumb .thumb_title {
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    display: block;
    margin: 7px;
    padding: 0px;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-style: normal;
    word-wrap: break-word;
}

.pagination {
    text-align: center;
    font-size: 22px;
    margin: 15px 5px 20px 5px;
    clear: both;
}

.pagination a {
    text-decoration: underline;
    font-weight: bold;
}

.trends {
    padding: 5px 10px;
    overflow: hidden;
    clear: both;
    text-align: left;
    margin-bottom: 10px;
}

.trends ul {
    margin: 0;
}

.trends li {
    display: inline-block;
    padding: 3px 1px;
    margin: 3px 6px 3px 0;
    text-decoration: none;
}

.trends .cat_title {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
}

.trends a {
    text-decoration: underline;
    font-weight: normal;
}

.links {
    padding: 5px 10px;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.links ul {
    margin: 0px;
}

.links li {
    width: 25%;
    float: left;
    padding: 4px 0px 4px 0px;
    font-size: 15px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    text-decoration: underline;
}

.footer {
    padding: 5px 10px;
    overflow: hidden;
    clear: both;
    color: #aaa;
    font-size: 14px;
    margin-top: 0px;
    background-color: #222;
}

.footer p {
    padding: 0px 0px;
}

.footer a {
    color: #eee;
    text-decoration: underline;
}

.text {
    padding: 10px;
}

li.exmex {
    display: none;
    text-align: center;
}

@media all and (max-width: 1300px) {
    .wrap {
        max-width: 100%;
    }

    .thumb {
        width: 25%;
    }

    .links li {
        width: 33.3333%;
    }
}

@media all and (max-width: 900px) {
    .wrap {
        max-width: 100%;
    }

    .thumb {
        width: 33.33333%;
    }
}

@media all and (max-width: 630px) {
    .wrap {
        max-width: 100%;
    }

    .thumb {
        width: 50%;
    }

    .links li {
        width: 50%;
    }

    .header {
        text-align: center;
    }

    .header ul {
        float: none;
    }

    .search {
        float: none;
    }

    li.exmex {
        display: block;
        padding: 5px 5px 3px 5px;
        margin: 0 5px 0 5px;
        overflow: hidden;
        clear: both;
        border: 1px solid #acacac;
        border-radius: 3px;
        background-color: #f0f1f1;
        text-align: center;
    }
}

@media all and (max-width: 340px) {
    .wrap {
        max-width: 100%;
    }

    .thumb {
        width: 100%;
    }

    .links li {
        width: 100%;
    }
}
.thumb .meta.time {
    right: 2.857142857142857%;
    padding: 4px 6px 2px;
    font-size: 11px;
}
.thumb .meta {
    display: block;
    background: #333;
    background: #00000047;
    bottom: 4.444444444444445%;
    color: #fff;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 60;
}
.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:2;color:#000;}.page-item.disabled .page-link{color:#868e96;pointer-events:none;border-color:#ddd}.page-link{position:relative;display:block;padding:.3rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
.pagination {
  margin-bottom: 30px;
}
.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}

.page-link {
    color: #000;
}
link:hover {
    color: #f6f7f7;
}
.page-item.disabled .page-link {
    color: #000;
    pointer-events: none;
    background-color: #ff467b;
    border-color: #760c2a;
}
label{display:none;}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}
.navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}
.navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}
.navbar-brand b {background: #ff0033 !important; color: #fff !important; border-radius: 4px;}
.navbar-brand {color: #000 !important; font-size: 25px; font-weight: 700 !important; }
.navbar-light .navbar-brand {font-size: 22px;}
.navbar-brand{text-decoration: none !important;}
.footer-logo {font-size: 30px; font-weight: 700; color: #073B4C;text-decoration: none !important;text-align: center!important;}
.footer-logo b {background: #ff0033; color: #fff; border-radius: 4px;}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-asp { border-radius: 8px; color: #000; border: 1px solid #acacac; background:#f0f1f1; text-decoration: none !important;}
.btn-asp:hover {border-color: #8b8686; color: #000; background: #d7dbdb}
.btn-asp {margin-bottom: 5px;}
.pagination a{text-decoration: none !important;}
.thumb .meta.count {
    left: 2.857142857142857%;
    padding: 4px 6px 2px;
    font-size: 11px;
}