a.button18 {
    display: inline-block;
    font-size: 12px;
    color: rgb(205, 216, 228);
    text-decoration: none;
    padding: .2em .8em;
    outline: none;
    border-right: 1px solid rgba(13, 20, 27, .5);
    border-top: 1px solid rgba(270, 278, 287, .01);
    background-color: rgb(64, 73, 82);
    background-image: radial-gradient(1px 60% at 0% 50%, rgba(255, 255, 255, .3), transparent),
    radial-gradient(1px 60% at 100% 50%, rgba(255, 255, 255, .3), transparent),
    linear-gradient(rgb(64, 73, 82), rgb(72, 81, 90));
}

a.button18:hover {
    background-image: radial-gradient(1px 60% at 0% 50%, rgba(255, 255, 255, .3), transparent),
    radial-gradient(1px 60% at 100% 50%, rgba(255, 255, 255, .3), transparent),
    linear-gradient(rgb(51, 60, 67), rgb(58, 65, 72));
}

a.button18:focus {
    color: rgb(245, 247, 250);
    border-top: 1px solid rgb(67, 111, 136);
    background-image: linear-gradient(rgb(46, 95, 122), rgb(36, 68, 92));
}

a.button18:focus:hover {
    border-top: 1px solid rgb(49, 87, 107);
    background-image: linear-gradient(rgb(33, 77, 98), rgb(29, 57, 77));
}

h3 code {
    font-size: 14px;
    font-weight: normal;
}

.pt {
    padding-top: 15px;
}

h1 {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 35px;
    font-weight: 600;
}

h2 a {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--bs-secondary);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 500;
}

h2 a:hover {
    color: var(--bs-secondary);
    text-decoration: none;
}

.short a {
    /*	line-height:25px;
    
        font-size:18px;  */

}

h4 a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 600;
}

h4 a:hover {
    color: var(--bs-secondary);
    text-decoration: none;
}

h5 {
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px dotted #f1f1f1;
}

h5:before,
h5 :after {
    content: '';
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: .4em;
}

p a {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--bs-primary);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 500;
    font-family: 'helvetica', sans-serif;
}

p a:hover {
    color: var(--bs-secondary);
}

.mb {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.mb:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.tp {
    overflow: hidden;
    /*height:75px;*/
    display: inline-block;
    /*width:100%;*/
}

.imthumb {
    overflow: hidden;
    height: 165px;
    display: block;
    width: 100%;
}

.imthumb-mark {
    overflow: hidden;
    height: 80px;
    display: block;
    width: 100%;
}

.hh {
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--bs-primary);
}

.jumbotron .brand {
    padding-right: 30px;
    padding-left: 0;
    padding-top: 25px;
    margin-left: 0px;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 25px;
    text-transform: uppercase;
    opacity: 0.9999;
    font-weight: 300;
}

.cn {
    text-align: center;
    margin: 0 auto;
}

.jumbotron {
    text-transform: uppercase;
    font-size: 13px;
    color: #eee;
    font-weight: bold;
}

.jumbotron a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.jumbotron a:hover {
    color: var(--bs-secondary);
}

.jumbotron-mob {
    padding: 25px 0 25px 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 13px;
    color: #eee;
    background: #333;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
}

.jumbotron-mob a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.jumbotron-mob a:hover {
    color: var(--bs-secondary);
}

.jumbotron-mob .brand {
    padding-right: 30px;
    padding-left: 0;
    padding-top: 25px;
    margin-left: 0px;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 25px;
    text-transform: uppercase;
    opacity: 0.9999;
    font-weight: 300;
}

hr.soften {
    height: 1px;
    margin: 15px 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    border: 0;
}

.footer {
    padding: 30px 0;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.footer h4 {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #444;
}

.footer p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
}

.footer-links {
    margin: 10px 0;
}

.footer-links li {
    display: inline;
    padding: 0 2px;
}

.footer-links li:first-child {
    padding-left: 0;
}

.footer a {
    color: var(--bs-primary);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer a:hover {
    color: var(--bs-secondary);
    text-decoration: none;
}

.acc-rot {
    background: #7AC6B5;
    text-transform: uppercase;
    border: none;
    font-size: 11px;
    color: #fff;
}

.fserch {
    border: 0px;
}

.meta {
    font-size: 11px;
    color: var(--bs-secondary);
}

.meta a {
    font-size: 11px;
    color: var(--bs-secondary);
}

.meta a:hover {
    color: var(--bs-secondary);
}

.link-title {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.link-title:hover {
    color: var(--bs-secondary);
}

h6 {
    position: relative;
    overflow: hidden;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h6 > span {
    display: inline-block;
    margin: 0 .4em;
}

h6 > span:before,
h6 > span:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: .4em;
}

h6 > span:before {
    margin-left: -102%;
}

h6 > span:after {
    margin-left: 2%;
}

.mt {
    margin-top: 25px;
}

div.wrapper {
    position: relative;
}

.wrapper img:hover {
    opacity: 0.55;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.description {
    background-color: rgba(0, 178, 238, 0.75);
    color: white;
    font-family: 'tahoma';
    font-size: 15px;
    left: 0px;
    position: absolute;
    top: 0px;
}

div.description_content {
    padding: 5px;
}

div.description8 {
    top: 0px;
    color: #fff;
    font-size: 16px;
    left: 0px;
    position: absolute;
    font-weight: 300;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.description8:hover {
    background-color: var(--bs-secondary);
    cursor: pointer;
}

div.description7:hover {
    background-color: var(--bs-secondary);
    cursor: pointer;
}

div.description8 a {
    color: #fff;
}

div.description7 {
    bottom: 0px;
    color: #fff;
    font-size: 11px;
    left: 0px;
    position: absolute;
    font-weight: 400;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.description7 a {
    color: #fff;
}

div.description6 {
    top: 0px;
    color: #fff;
    font-size: 11px;
    left: 0px;
    position: absolute;
    font-weight: 200;
    text-transform: uppercase;
    padding: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social {
    font-size: 19px;
    padding-right: 5px;
}

.post-meta {
    font-size: 13px;
    color: #000;
}

.post-meta a {
    color: var(--bs-primary);
}

.comm {
    min-width: 60px;
    padding: 10px 0;
}

.sep {
    margin-bottom: 20px;
    border-bottom: 1px dotted #f1f1f1;
    padding-bottom: 20px;
}

.sep:last-child {
    margin-bottom: -15px;
    border-bottom: none;
    padding-bottom: 0;
}

.sep1 {
    margin-bottom: 15px;
    border-bottom: 1px dotted #f2f2f2;
}

.sep1:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.sort {
    padding: 7px 10px 5px 10px;
    background-color: #f7f7f7;
    height: 25px;
    color: #000;
    font-size: 12px;
    border-radius: 2px;
    font-weight: 400;
    border: 1px solid #f4f4f4;
}

.sort a {
    color: #000;
}

.sort a:hover {
    color: var(--bs-primary);
}

.so {
    font-size: 16px;
}

.m20 {
    margin-bottom: 20px;
}

/*.search {
    position: relative;
    width: 100%;
    margin-bottom: 55px;
}

.searchTerm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    outline: none;
    padding: 5px 45px 5px 15px;
    background: #f7f7f7;
    color: #000;
}

.searchButton,
.searchIcon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--bs-primary);
    text-align: center;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    font-size: 16px;
}

.searchButton {
    opacity: 0;
    z-index: 1;
}*/

.pages {
    font-size: 15px;
}

.pages a {
    color: var(--bs-secondary);
    font-size: 15px;
}

.pages a:hover {
    color: var(--bs-primary);
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mr {
    max-height: 75px;
    overflow: hidden;
}

.user {
    background-color: var(--bs-primary);
    font-size: 13px;
    padding: 5px 12px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-radius: 0 0 2px 2px;
    cursor: pointer;
    outline: none;
}

.user a {
    color: #fff;
    outline: none;
}

.user:hover {
    background-color: var(--bs-secondary);
}

.martop {
    margin-top: 25px;
}

.sub-menu {
    font-family: "arial", "verdana", "tahoma";
    margin-bottom: 25px;
}

.right {
    float: right;
}

.footer img {
    margin: 4px;
}