.page-anmeldelser {

    .main-container {
        padding: 0;
    }

    #page-wrapper {

        .content-system {
            width: 16.5%;
            float: left;

            .page-header {
                font-family: 'Montserrat';
                font-size: 22px;
                font-weight: 100;
                color: #c1272d;
                border-top: 1px solid @border-right;
                border-bottom: none;
                margin: 20px 0 0 10px;
                padding: 10px 0 0;
            }
        }

        .text-center {
            .textcenter;
            margin: 0 0 0 10px;

            .pager-ellipsis {
                height: 0;
            }
        }

        .page-content {
            @media (max-width: 1200px) {
                padding-top: 0;
            }
            margin: 0;
            padding-bottom: 30px;

            .panel-pane {

                .pane-content {
                    margin: 0;
                }
            }

            .panel-separator {
                height: 0;
            }

            .views-row {
                position: relative;
                padding: 0 10px;
                margin: 0 0 10px;

                .views-field-created {
                    color: #808080;
                }

                .views-field-title {
                    a {
                        color: #1a1a1a;
                    }
                }

                .field-review-sub-headline {
                    color: #808080;
                }
            }

            section[class*=pane-cover] {
                width: 50%;
                float: left;
                font-family: 'Montserrat';
                flex: none;
                -webkit-flex: none;
                display: block;

                .pane-title {
                    flex: none;
                    -webkit-flex: none;
                    width: initial;
                }

                .item-list {
                    clear: both;
                    padding: 0 10px;

                    .pager {
                        text-align: left;
                        margin: 0;

                        li {

                            a {
                                margin: 0 0 8px;
                            }
                        }
                    }
                }

                .first-row-wrapper {
                    overflow: hidden;
                }

                .second-row-wrapper {
                    margin: 0 0 10px;
                    overflow: hidden;

                    .views-row {
                        width: 50%;
                        float: left;
                        padding: 0 10px 265px;
                        margin: 0 0 -250px;
                        overflow: hidden;
                        min-height: 565px;
                    }
                }

                .other-row-wrapper {
                    overflow: hidden;

                    .views-row {
                        width: 50%;
                        float: left;
                        padding: 0 10px 15px;
                        min-height: 175px;

                        &.views-row-odd {
                            clear: both;
                        }
                    }
                }
            }

            .pane-cover-g-main-content-panel-pane-1 {
                .view-content > div {
                    .field-review-sub-headline {
                        &:before {
                            content: '\f03d';
                        }
                    }
                }

            }

            .pane-cover-g-main-content-panel-pane-2 {
                .view-content {
                    & > div {
                        .field-review-sub-headline {
                            &:before {
                                content: '\f041';
                            }
                        }
                    }

                    .first-row-wrapper, .second-row-wrapper, .other-row-wrapper {
                        .field-review-sub-headline {
                            padding: 3px 10px 10px 28px;
                        }
                    }

                    .second-row-wrapper, .other-row-wrapper {
                        .field-review-sub-headline {
                            padding: 0 0 0 26px;
                        }
                    }
                }

                & + .panel-separator {
                    clear: both;
                }
            }

            section[class*=g-main] {

                .view-content {

                    .first-row-wrapper {

                        .views-row {
                            min-height: 425px;
                        }

                        .views-row-first {
                            padding: 0 10px 23px;
                        }

                        .field-review-main-image {
                            border-top: 1px solid #c1041f;
                        }

                        .form-group {
                            margin-bottom: -14px;
                        }

                        .fivestar-widget-static {

                            .star {
                                background-image: none;
                                position: relative;
                                margin: 0 1.6px 0;
                                width: 20px;
                                height: 20px;
                                text-indent: 0;

                                .on {
                                    background-image: none;
                                    font-size: 0;

                                    &:before {
                                        position: absolute;
                                        display: block;
                                        content: "\f005";
                                        top: -5px;
                                        left: 0px;
                                        font-size: 22px;
                                        width: 20px;
                                        height: 19px;
                                        z-index: 999;
                                        font-family: 'FontAwesome';
                                        color: #c1041f;
                                    }
                                }

                                .off {
                                    background-image: none;

                                    &:before {
                                        position: absolute;
                                        display: block;
                                        top: -4px;
                                        content: '\f006';
                                        left: 0px;
                                        font-size: 22px;
                                        width: 20px;
                                        height: 19px;
                                        z-index: 999;
                                        font-family: 'FontAwesome';
                                        color: #c1041f;
                                    }
                                }
                            }
                        }
                    }
                }

                .view-content > div {

                    .field-review-sub-headline {
                        position: relative;

                        &:before {
                            position: absolute;
                            display: block;
                            top: 1px;
                            left: 10px;
                            width: 20px;
                            height: 20px;
                            z-index: 999;
                            font-family: 'FontAwesome';
                            color: #c1041f;
                        }
                    }

                    &:first-child {

                        .field-review-sub-headline {

                            &:before {
                                top: 3px;
                            }
                        }
                    }
                }

                .pagination {
                    .prev {
                        display: none;
                    }
                }

                h2 {
                    font-family: 'Montserrat';
                    color: white;
                    background-color: black;
                    font-size: 18px;
                    font-weight: 100;
                    text-transform: lowercase;
                    padding: 5px 7px;
                    margin: 0 10px 15px 10px;
                }

                .first-row-wrapper {

                    .views-field-created {
                        font-size: 10px;
                        font-weight: 100;
                        padding: 12px 10px 0;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                    }

                    .field-review-rating {
                        padding: 17px 10px 0;

                        div.fivestar-widget-static {

                            .star {
                                position: relative;
                            }
                        }
                    }

                    .views-field-title {
                        font-size: 26px;
                        line-height: 32px;
                        padding: 15px 10px 10px;
                    }

                    .field-review-sub-headline {
                        font-size: 18px;
                        padding: 3px 10px 10px 38px;
                        position: relative;
                    }
                }

                .second-row-wrapper, .other-row-wrapper {

                    .field-review-main-image {
                        border-top: 1px solid #c1041f;
                    }

                    .views-field-created {
                        font-size: 10px;
                        font-weight: 100;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        padding: 12px 12px 0;
                        border-top: 1px solid #c1041f;
                    }

                    .field-review-rating {
                        padding: 18px 10px 0;
                        margin: 0 0 -10px;

                        .star {
                            margin: 0 0.6px;
                        }
                    }

                    .views-field-title {
                        font-size: 20px;
                        line-height: 22px;
                        padding: 5px 10px 10px;
                    }

                    .field-review-sub-headline {
                        font-size: 14px;
                        padding: 0 0 0 32px;
                    }
                }

                .second-row-wrapper .views-field-created {
                    border-top: 0;
                }

                .views-row {

                    &:hover {

                        &:before {
                            background-color: rgba(0, 0, 0, 0.3);
                        }
                    }

                    &:before {
                        position: absolute;
                        display: block;
                        content: '';
                        top: 0;
                        bottom: 0;
                        left: 10px;
                        right: 10px;
                        background-color: @light-grey;
                        z-index: -1;
                        transition: 0.3s;
                        -webkit-transition: 0.3s;
                    }
                }

            }

            section[class*=g-popular] {
                padding: 0 10px;
                position: relative;
                margin: -1px 0 0;

                .pane-title {
                    font-size: 22px;
                    font-weight: 100;
                    color: #c1041f;
                    font-family: 'Montserrat';
                    border-top: 1px solid #b3b3b3;
                    padding: 15px 0 10px;
                    margin: 0;
                }

                .pane-content {
                    background-color: #f5dddd;
                    font-family: 'Montserrat';
                    font-size: 14px;
                }

                .view-header {
                    padding: 7px 0 11px 13px;
                    letter-spacing: 1px;
                    border-top: 1px solid #c3021d;
                    font-weight: 600;
                }

                .views-row {
                    padding: 0 10px 0 40px;

                    .views-field-counter {
                        font-family: 'Caecilia LT Std';
                        font-size: 30px;
                        position: absolute;
                        top: -8px;
                        left: 15px;
                        color: #e6a9ab;
                    }

                    .views-field-title {
                        line-height: 10px;
                        padding: 2px 0;
                        font-weight: 600;

                        .field-content {
                            position: relative;
                        }

                        a {
                            font-family: 'Montserrat';
                            font-size: 14px;
                            color: #1a1a1a;
                        }
                    }

                    .field-review-sub-headline {
                        color: #808080;
                    }

                    .field-review-rating {
                        border-bottom: 1px solid #e9b1b3;
                        margin: 3px 20px 0 0;
                    }
                }

                .views-row-last {
                    margin: 0;
                    padding: 0 10px 10px 40px;

                    .field-review-rating {
                        border: none;
                    }
                }
            }
        }
    }
}
