body {
    background-color: #ffffff;
    color: #666666;
}
.container {
    padding: 0;
}
.top-bar {
    margin-bottom: 0;
    padding: 10px;
    font-size: 1.4em;
    text-align: center;
}
.header {
    margin-bottom: 0;
    background-image: url('/img/_pictures/cougarLife/girl_on_beach.jpg');
    background-size: cover;
}
.header .header-inner {
    padding: 20px 0 10px 10px;
}
.header h1, 
.header h2 {
    line-height: 1;
}
.header h2 {
    font-size: 0.7em;
}
.header .group-logo {
    margin-top: 5px;
    width: 40%;
    white-space: nowrap;
}
.header .group-logo > div {
    display: inline-block;
    margin: 0 5px;
}
.header .group-logo > div img {
    vertical-align: middle;
}
.title-single {
    display: none;
}
/* BOXES */
.boxes-header {
    display: none;
}
.boxes li {
    margin: 0 0 -1px;
}
.box-item {
    border-color: #cccccc;
}
.box-item.actived {
    border-color: #990000;
    box-shadow: 0 0 0 5px #990000 inset;
}
.box-item .logo.has-index .index-wrapper {
    border-color: #e7e7e7;
}
.box-item .logo.has-index .index-number {
    background-color: #2B6C9A;
    color: #ffffff;
}
.box-item .info {
    display: none;
}
.box-item .info p {
    color: #888888;
}
.box-item .rate .fa {
    color: #cacaca;
}
.box-item .rate .fa.checked {
    color: #FFCC02;
}
.box-item .rate em {
    display: block;
    margin: 10px 0 0 0;
    white-space: nowrap;
}
.box-item .rating {
    margin-top: 20px;
    margin-right: 0;
    font-size: 1em;
}
.box-item .rating > div,
.box-item .rating > span {
    margin: 3px 0;
}
.box-item .rating strong {
    margin: 3px 0;
    font-weight: 600;
}
.box-item .rating > span {
    text-decoration: underline;
    cursor: pointer;
}
.box-item .rating .percent-users {
    border-color: #4E7321;
    color: #4E7321;
}
.box-item .buttons .btn {
    background-color: #FFCC02;
    color: #444444;
}
.box-item .buttons .btn:hover {
    background-color: #e2bb1d;
}
.box-item .rate em,
.box-item .rating strong {
    color: #4A4A4A;
}
.box-item .rating, 
.box-item .buttons .btn,
.box-item .rate em {
    font-weight: 600;
}
.box-item .buttons .btn span.arrow {
    display: inherit;
    background: url('/img/_pictures/cougarLife/arrow_right.svg');
    width: 20px;
    height: 13px;
}
.boxes-header .box-item {
    background-color: #e7e7e7;
    color: #9b9b9b;
}


/* REGISTRATION */
.registration .registration-inner {
    background: #ffffff;
}
.registration .form-btn-close:hover {
    background-color: #2d2d2d;
    color: #ffffff;
}
.registration .headline {
    margin-bottom: 30px;
}
.registration .headline span {
    color: #34723D;
}
.btn.btn-primary {
    background-color: #FFCC02;
    color: #4A4A4A;
}
.btn.btn-primary:hover {
    background-color: #c59f00;
    color: #fff;
}
.group-logo-footer {
    display: flex;
}
.group-logo-footer > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.group-logo-footer > div img {
    max-height: 100px;
}
.footer {
    background-color: #eeeeee;
    color: #8e8e8e;
    margin-top: 30px;
    font-weight: 700;
}

@media(min-width: 768px) {
    .top-bar {
        padding: 10px 0 15px;
        font-size: 2em;
        font-weight: 700;
    }
    .header .header-inner {
        padding-top: 50px;
        padding-left: 20px;
    }
    .header h1 {
        font-size: 5.5em;
    }
    .header h2 {
        font-size: 1.4em;
    }
    .header .group-logo {
        margin-top: 10px;
    }
    .title-single {
        display: none;
    }
    .boxes li {
        margin: 0 0 -1px 0;
    }
    .box-item .info {
        display: block;
    }
    .box-item .info h3 {
        font-weight: 700;
    }
    .box-item .rate,
    .box-item > div {
        margin: 0;
    }
    .box-item .logo img {
        max-width: 120px;
    }
    .group-logo-footer {
        display: none;
    }
}
@media(min-width: 992px) {
    .header {
        margin-bottom: 20px;
    }
    .container {
        padding: 0 20px;
    }
    .top-bar {
        margin-bottom: 20px;
        text-align: left;
    }
    .boxes-header {
        display: block;
    }
    .header .group-logo {
        margin-top: 10px;
    }
    .box-item .logo img {
        max-width: 200px;
    }
    .box-item .rating {
        margin-top: 0;
    }
    .box-item .logo.has-index .index-number {
        width: 70px;
        height: 70px;
        line-height: 65px;
        font-size: 55px;
    }
    .box-item .logo.has-index .index-wrapper img {
        max-width: 135px;
    }
}
@media(min-width: 1200px) {
    .header h1 {
        font-size: 6em;
    }
    .header .group-logo {
        margin-top: 20px;
    }
    .box-item .logo.has-index .index-number {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 70px;
    }
    .box-item .logo.has-index .index-wrapper img {
        max-width: 150px;
    }
}

@media(max-width: 350px) {
    .top-bar {
        font-size: 1.1em;
    }
}
@media(max-width: 769px) {
    .ribbon {
        top: 23px;
        right: -25px;
        left: auto;
        transform: rotate(90deg);
    }
}

@media(max-width: 992px) and (min-width: 750px) and (min-height: 850px) {
    .box-item {
        display: block;
        padding: 30px 0px;
        margin-bottom: -1px;
    }
    .box-item > div {
        flex: auto !important;
    }
    .box-item .logo,
    .box-item .info {
        padding-right: 50%;
    }
    .box-item .info {
        padding-top: 20px;
        padding-left: 12%;
        padding-bottom: 40px;
    }
    .box-item .rating {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
    }
    .box-item .buttons {
        width: 100%;
    }
}

@media (min-width: 1880px) and (min-height: 885px) {
    .container {
        padding: 0 1.25em;
    }

    .top-bar {
        margin-bottom: .63em;
        padding: .31em 0 .47em;
        font-size: 2em;
    }
    .top-bar .container {
        max-width: 37.5em;
        padding: 0 .63em;
    }

    .header {
        margin-bottom: 1.25em;
    }
    .header .header-inner {
        padding: 3.13em 0 .63em 1.25em;
    }
    .header .group-logo {
        margin-top: 1.25em;
    }
    .header .group-logo > div {
        margin: 0 .31em;
    }
    .header .group-logo img {
        height: 6em;
    }

    .boxes li {
        margin: 0 0 -.06em 0;
    }
    .box-item.actived {
        box-shadow: 0 0 0 .31em #990000 inset;
    }
    .box-item .logo.has-index .index-number {
        width: 1.29em;
        height: 1.29em;
        line-height: 1.29em;
        font-size: 4.38em;
    }
    .box-item .logo img {
        max-width: 12.5em;
    }
    .box-item .logo.has-index .index-wrapper {
        width: 100%;
    }
    .box-item .logo.has-index .index-wrapper img {
        max-width: 9.38em;
    }
    .box-item .rating strong {
        margin: .06em 0;
    }
    .box-item .rating > div,
    .box-item .rating > span {
        margin: .19em 0;
    }
    .box-item .rate em {
        margin: .63em 0 0 0;
    }
    .box-item .buttons .btn span.arrow {
        width: 1.04em;
        height: .68em;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .box-item > div.ribbon {
        padding-left: .63em;
        padding-right: .63em;
        top: .75em;
    }

    /* .header .group-logo {
        padding: .31em 1.25em .63em 0;
    }
    .header .group-logo img {
        height: 6em;
    }

    .main-content {
        margin-top: 1.88em;
    }

    .box-item {
        padding: 2.81em 0px;
        margin-bottom: -.06em;
    }
    .box-item > div {
        font-size: 1em;
        padding: 0 2.19em;
    }
    .box-item .review {
        bottom: 1.25em;
    }
    .box-item.actived {
        box-shadow: 0 0 0 .31em #990000 inset;
    }
    .box-item .logo img {
        max-width: 11.25em;
    }
    .box-item .buttons .btn {
        max-width: 11.46em;
        height: 2.19em;
    }
    .box-item .buttons .btn span.arrow {
        width: 1.04em;
        height: .68em;
        background-repeat: no-repeat;
        background-size: cover;
    } */
    
    .registration .headline {
        margin-bottom: 1.56em;
    }

    .footer {
        margin-top: 1.88em;
    }
}