﻿.body-content {
    /*padding-top: 70px;*/
    font-size: 15px;
}

.lg-title {
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #777;
    font-size: 36px;
}

.lg-title-border::after {
    content: "";
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.ribbon {
    background: #fff;
    color: #777;
    position: absolute;
    top: 25px;
    left: -28px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 24px;
    height: 25px;
    z-index: 3;
    width: 130px;
}

.icon-u {
    color: #1a99aa;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px !Important;
    background: #fff;
    font-size: 50px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 -3px 10px rgba(0,0,0,0.15);
}

.info-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    line-height: 40px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.panel.prices {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.prices {
    color: #fff !important;
}

bg-primary .val small, .bg-primary .val {
    color: #fff;
}

.bg-primary {
    color: #fff !important;
    background-color: #ff6a00;
}

table {
    font-size: 14px;
}

@media print {
    .filter-table {
        display: none !important;
    }
}

.btn-attract {
    margin-bottom: 10px;
}


p {
    text-align: center;
    color: #777;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
