body {
    background-color: #ffffff;
    color: #666666;
}
.header {
    background-image: url('/img/_pictures/cougarLife/girl_on_beach.jpg');
    background-size: 100%;
    display: none;
}
.header .header-inner {
    padding-right: 0;
    padding-bottom: 0;
}
.header .group-logo {
    padding: 5px 20px 10px 0;
}
.header .group-logo > div {
    flex: 15;
    text-align: left;
}
.header .group-logo > div + div {
    flex: 2;
    text-align: center;
}
.title-single {
    margin-top: 30px;
}

.main-content-inner.has-aside .aside {
    display: none;
}
/* BOXES */
.main-content {
    margin-top: 30px;
}
.boxes {
    padding: 0;
}
.boxes li {
    margin-bottom: 30px;
}
.boxes li:last-child {
    margin-bottom: 0;
}
.box-item {
    padding: 0 0 20px;
    border-color: #cccccc;
}
.box-item > div {
    text-align: left;
    padding: 0 30px;
}
.box-item > div.ribbon {
    padding-left: 10px;
    padding-right: 10px;
    top: 12px;
}
.box-item > div.buttons {
    text-align: center;
}
.box-item.actived {
    border-color: #990000;
    box-shadow: 0 0 0 5px #990000 inset;
}
.box-item.actived .logo-mobile {
    padding: 5px 5px 0;
}
.box-item .logo {
    display: none;
}
.box-item .logo-mobile {
    padding: 0;
}
.box-item .logo-mobile img {
    width: 100%;
}
.box-item .info p {
    color: #888888;
    font-size: 1.2em;
}
.box-item .info h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.4em;
}
.box-item .rate {
    margin: 5px 0 10px;
    font-size: 18px;
}
.box-item .rate .fa {
    color: #cacaca;
}
.box-item .rate .fa.checked {
    color: #FFD300;
}
.box-item .rating {
    display: none;
}
.box-item .rating strong {
    font-size: 2.5em;
}
.box-item .buttons .btn {
    background-color: #F8E71C;
    color: #444444;
    max-width: 260px;
    height: 50px;
    font-size: 1.3em;
}
.box-item .buttons .btn:hover {
    background-color: #d3c302;
}
.box-item .rating strong {
    color: #FF31B8;
}
.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: #026D9E;
    color: #ffffff;
}
.advertise {
    display: none;
    text-align: center;
}
.advertise p {
    font-size: 12px;
}
/* REGISTRATION */

.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: #F8E71C;
    color: #4A4A4A;
}
.btn.btn-primary:hover {
    background-color: #bbad00;
    color: #fff;
}
.footer {
    background-color: #eeeeee;
    color: #8e8e8e;
    margin-top: 30px;
    font-weight: 700;
}

@media(min-width: 768px) {
    .header {
        display: block;
    }
    .header h1 {
        font-size: 3em;
    }
    .header h2 {
        font-size: 1em;
    }
    .advertise {
        display: block;
    }
    .advertise p {
        font-weight: 600;
    }
    .box-item {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: -1px;
    }
    .box-item.fix-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .box-item > div {
        font-size: 0.8em;
        padding: 0 10px;
        text-align: center;
    }
    .box-item .rate,
    .box-item > div {
        margin: 0;
    }
    .box-item .rate > * {
        margin-left: 0;
    }
    .box-item .rating {
        display: block;
        font-size: 0.8em;
        line-height: 25px;
    }
    .box-item .info p {
        font-size: 1em;
    }
    .box-item .info h3 {
        font-weight: 600;
        font-size: 1.3em;
    }
    .box-item .rate {
        margin: 0;
        font-size: 14px;
    }
    .box-item .logo {
        display: block;
    }
    .box-item .buttons .btn {
        max-width: 220px;
        height: 42px;
        font-size: 1.2em;
    }
    .box-item .logo {
        flex: 2;
    }
    .box-item .logo img {
        max-width: 170px;
        padding: 0px 10px;
    }
    .box-item.fix-item .logo img {
        padding: 0;
    }
    .box-item .logo-mobile {
        display: none;
    }
}
@media(min-width: 992px) {
    .header h1 {
        font-size: 4em;
    }
    .header h2 {
        font-size: 1.2em;
    }
    .main-content-inner.has-aside .aside {
        padding-left: 20px;
        display: block;
    }
    .box-item > div {
        font-size: 1em;
        padding: 0 10px;
    }
    .box-item .rate {
        font-size: 16px;   
    }
    .box-item .rate > * {
        margin-left: 7px;
    }
    .box-item .rating {
        font-size: 1em;
    }
    .box-item .rating strong {
        font-size: 2em;
    }
    .box-item .logo {
        flex: 3;
    }
    .box-item .info {
        flex: 4;
    }
    .box-item .logo img {
        max-width: 150px;
    }
    .box-item.fix-item .logo img {
        max-width:180px;
    }
    .box-item .buttons {
        flex: 3;
    }
}
@media(min-width: 1200px) {
    .header h1 {
        font-size: 6em;
    }
    .header h2 {
        font-size: 1.5em;
    }
    .box-item > div {
        padding: 0 20px;
    }
    .box-item .logo {
        padding: 0; 
    }
    .box-item .logo img {
        max-width: 170px;
        width: 100%;
    }
    .box-item.fix-item .logo img {
        max-width:210px;
    }
    .box-item .rating strong {
        font-size: 2.5em;
    }
}
@media(max-width: 350px) {
    .top-bar {
        margin-bottom: 15px;
        font-size: 2em;
    }
    .title-single {
        margin: 0;
    }
    .main-content,
    .main-content-inner.has-aside {
        margin-top: 15px;
    }
    .box-item > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-item .info p {
        font-size: 1em;
    }
}

@media (min-width: 1880px) and (min-height: 885px) {
    .top-bar .container {
        max-width: 31.25em;
        padding: 0 .52em;
    }

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

    .title-single {
        margin-top: 1.25em;
    }
    
    .main-content {
        margin-top: 1.88em;
    }
    .main-content-inner.has-aside .aside {
        padding-left: 1.25em;
    }

    .boxes li {
        margin-bottom: 1.88em;
    }
    .box-item {
        padding: 2.5em 0;
        margin-bottom: -.06em;
    }
    .box-item > div {
        font-size: 1em;
        padding: 0 1.25em;
    }
    .box-item .logo img {
        max-width: 10.63em;
        padding: 0px .63em;
    }
    .box-item.actived {
        box-shadow: 0 0 0 .31em #990000 inset;
    }
    .box-item.actived .logo-mobile {
        padding: .31em .31em 0;
    }
    .box-item .rate {
        font-size: 1em;
    }
    .box-item .rate > * {
        margin-left: .44em;
    }
    .box-item .rating {
        line-height: 1.56em;
    }
    .box-item .buttons .btn {
        max-width: 11.46em;
        height: 2.19em;
    }
    .box-item > div.ribbon {
        padding-left: .63em;
        padding-right: .63em;
        top: .75em;
    }

    .registration .headline {
        margin-bottom: 1.88em;
    }

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