body {
    background-color: #ffffff;
    color: #666666;
}
.container {
    padding: 0;
}
.header {
    background-image: url('/img/_pictures/cougarLife/girl_wall_mobile.jpg');
    color: #343434;
}
.header h1,
.header h2 {
    padding-right: 100px;
    padding-left: 20px;
    font-weight: 600;
    color: #333333;
    text-shadow: 0 0 0;
    text-transform: inherit;
}
.header h1 {
    padding-top: 40px;
    line-height: 1.2;
    font-size: 1.5em;
}
.header h2 {
    font-size: 0.9em;
    font-weight: normal;
}
.header .group-logo {
    padding: 15px 0;
}
.header .group-logo > div {
    flex: 5;
    text-align: center;
}
.header .group-logo > div:last-child img {
    width: 80%;
}

.header .group-logo img {
    max-height: 120px;
}

.footer {
    background-color: #eeeeee;
    color: #8e8e8e;
}

/* BOXES */
.boxes li {
    margin-bottom: 30px;
}
.box-item {
    border-radius: 4px;
    border-width: 5px;
    border-color: #ffffff;
    box-shadow: 0 0 0 0;
}
.box-item.actived {
    border-color: #EAA844;
    background-color: #FEF6E9;
    box-shadow: 0px 5px 10px 0px rgba(153,153,153,0.5);
}
.box-item .info {
    text-align: left;
}
.box-item .info h3 {
    text-align: center;
}
.box-item .info p {
    color: #888888;
}
.box-item .rate {
    position: absolute;
    left: 0;
    bottom: -45px;
    white-space: nowrap;
}
.box-item .rate .fa {
    color: #cacaca;
}
.box-item .rate .fa.checked {
    color: #EAA844;
}
.box-item .rate em {
    color: #b6b6b6;
}
.box-item .rating {
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 600;
}
.box-item .rating strong {
    color: #EAA844;
}
.box-item .buttons .btn {
    background-color: #EAA844;
    color: #ffffff;
}
.box-item .buttons .btn:hover {
    background-color: #c68219;
}
/* REGISTRATION */
.registration .registration-inner {
    border-color: #EAA844;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 5px;
    border-style: solid;
}
.registration .form-btn-close {
    background-color: #EAA844;
    color: #ffffff;
    border-bottom-left-radius: 5px;
}
.registration .form-btn-close:hover {
    background-color: #EAA844;
    color: #ffffff;
}
.registration .headline span {
    color: #34723D;
}
.btn.btn-primary {
    border-radius: 7px;
    background-color: #34723D;
    color: #ffffff;
}
.btn.btn-primary:hover {
    background-color: #34492F;
}

@media(min-width: 768px) {
    .container {
        padding: 0 20px;
    }
    .header {
        background-image: url('/img/_pictures/cougarLife/girl_wall.jpg');
    }
    .header h1,
    .header h2 {
        padding: 0;
    }
    .header h1 {
        font-size: 1.9em;
    }
    .header h2 {
        font-size: 0.9em;
    }
    .header .group-logo {
        padding: 25px 0 15px;
        width: 70%;
    }
    .header .group-logo > div:last-child img {
        width: 70%;
    }
    .box-item {
        border-color: #f9f9f9;
        background-color: #f9f9f9;
        box-shadow: 0px 5px 10px 0px rgba(153,153,153,0.5);
    }
    .box-item .info,
    .box-item .info h3 {
        text-align: right;
    }
    .box-item .info {
        flex: 4;
    }
    .box-item .rate {
        position: static;
    }
    .box-item .rating {
        float: none;
    }
}
@media(min-width: 992px) {
    .header .group-logo {
        width: 60%;
    }
    .header h1 {
        font-size: 2.7em;
    }
    .header h2 {
        font-size: 1.1em;
    }
    .header .group-logo > div:last-child img {
        width: 65%;
    }
    .box-item .info {
        flex: 3;
    }
}
@media(min-width: 1200px) {
    .header h1 {
        font-size: 3em;
    }
    .header h2 {
        font-size: 1.3em;
    }
    .header .group-logo > div:last-child img {
        width: 50%;
    }
}
@media only screen and (max-height: 600px) and (min-width: 568px) {
    .header h1, 
    .header h2 {
        padding-right: 180px;
        padding-left: 40px;
    }
    .header h1 {
        padding-top: 60px;
        font-size: 2.5em;
    }
    .header h2 {
        font-size: 1.6em;
    }
    .header .group-logo > div:last-child img {
        width: 50%;
    }
}

@media(max-width: 350px) {
    .box-item {
        padding: 20px 10px;
    }
}

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

    .header .group-logo {
        padding: 1.56em 0 1em;
    }
    .header .group-logo img {
        max-height: none;
        height: 7.5em;
    }
    .header .group-logo > div:last-child img {
        width: auto;
    }

    .boxes li {
        margin-bottom: 1.88em;
    }
    .box-item {
        border-radius: .25em;
        border-width: .31em;
        box-shadow: 0px .31em .63em 0px rgba(153,153,153,0.5);
    }
    .box-item .rate {
        bottom: -2.81em;
    }
    .box-item .rating {
        margin-right: .63em;
        margin-bottom: 1.25em;
    }

    .registration .registration-inner {
        border-radius: .31em;
        border-width: .31em;
    }
    .registration .form-btn-close {
        border-bottom-left-radius: .13em;
    }
}