a {
    font-weight: 500;
}

.main-header-menu li > a {
    color: #2a2a2a;
}

.main-header-menu li:hover > a {
    color: #787e86;
}

.main-header-menu .current-menu-item > a {
    color: #903;
}

.site-footer {
	position: relative;
	margin-top: 50px;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-adv .footer-adv-overlay {
	border-top-width: 0;
}

.table-responsive table {
    border: 0px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-responsive td,
.table-responsive th {
    border: 0;
    border-width: 0px;
}
.no-margin, .no-margin_p p {
    margin: 0;
}
.table-responsive .h4,
.table-responsive h4 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -.025rem;
    margin-top: 0;
    line-height: 1.4em;
}
.table-responsive .table {
    width: 100%;
    margin-bottom: 20px;
}
.table-responsive .td-p8 {
    padding: 8px;
    margin: 0 10px;
}
.table-responsive .table caption+thead tr:first-child td,
.table-responsive .table caption+thead tr:first-child th,
.table-responsive .table colgroup+thead tr:first-child td,
.table-responsive .table colgroup+thead tr:first-child th,
.table-responsive .table thead:first-child tr:first-child td,
.table-responsive .table thead:first-child tr:first-child th {
    border-top: 0;
}
.table-responsive .table tbody > tr > td,
.table-responsive .table tbody > tr > th,
.table-responsive .table tfoot > tr > td,
.table-responsive .table tfoot > tr > th,
.table-responsive .table thead > tr > td,
.table-responsive .table thead > tr > th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-responsive .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table-responsive .no-padding-i {
    padding: 0 !important;
}
.table-responsive .ml10 {
    margin-left: 10px;
}
.table-responsive .text-black {
    color: #2a2a2a;
}
.table-responsive .text-white,
.table-responsive .text-white h4 {
    color: #fff;
}
.table-responsive .text-muted {
    color: #787e86;
}
.table-responsive.text-center,
.table-responsive.text-center td,
.table-responsive.text-center th h4 {
    text-align: center;
}
.table-responsive .text-sm {
    font-size: .813rem;
    font-weight: 400;
}
.table-responsive .tr-grey {
    background-color: #f2f2f2;
}
.table-responsive .table-price-tags > th > div {
    min-width: 200px;
    margin: 0 10px;
    display: flow-root;
    padding: 10px;
}
.table-responsive .box-shadow {
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.content-muted {
    background-color: #A3A3A3;
}
.content-red {
    background-color: #990033;
}
.content-green {
    background-color: #02A2A2;
}
.content-black {
    background-color: #2A2A2A;
}

/* wrapper */
element.style {
    top: 2090px;
    left: 227.844px;
    display: block;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.in {
    opacity: .9;
}
.fade.in {
    opacity: 1;
}
.tooltip {
    position: absolute;
    z-index: 98;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    visibility: visible;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

/* arrow */
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/* inner */
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .footer-adv.footer-adv-layout-5 {
        text-align: center;
    }
}

.ast-small-footer-wrap {
	font-size: 14px;
}