﻿/*
    @font-face {
    font-family: 'galano-grotesque';
    src: url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueBold/GalanoGrotesque-Bold-webfont.eot');
    src: url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueBold/GalanoGrotesque-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueBold/GalanoGrotesque-Bold-webfont.woff2') format('woff2'), url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueBold/GalanoGrotesque-Bold-webfont.woff') format('woff'), url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueBold/GalanoGrotesque-Bold-webfont.ttf') format('truetype'), url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueBold/GalanoGrotesque-Bold-webfont.svg#galano_grotesquebold') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'galano-grotesque';
    src: url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueSemiBold/GalanoGrotesque-SemiBold-webfont.eot');
    src: url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueSemiBold/GalanoGrotesque-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueSemiBold/GalanoGrotesque-SemiBold-webfont.woff2') format('woff2'), url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueSemiBold/GalanoGrotesque-SemiBold-webfont.woff') format('woff'), url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueSemiBold/GalanoGrotesque-SemiBold-webfont.ttf') format('truetype'), url('../../../ReallymovingTemplates/fonts/GalanoGrotesqueSemiBold/GalanoGrotesque-SemiBold-webfont.svg#galano_grotesquesemibold') format('svg');
    font-weight: 400;
    font-style: normal;
}
*/
.rm-stars {
    position: relative;
    display: inline-block;
}

    .rm-stars:before {
        background-image: url('/ReallymovingTemplates/images/star-grey.png');
        content: "";
        display: inline-block;
    }

    .rm-stars > .rm-stars-rating {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 0;
        white-space: nowrap;
    }

        .rm-stars > .rm-stars-rating:before {
            background-image: url('/ReallymovingTemplates/images/star.png');
            content: "";
            display: inline-block;
        }

.rm-stars--x2:before {
    background-size: 26px;
    height: 26px;
    width: 130px;
}

.rm-stars--x2 > .rm-stars-rating:before {
    background-size: 26px;
    height: 26px;
    width: 130px;
}

.rm-stars--x1:before {
    background-size: 18px;
    height: 18px;
    width: 90px;
}

.rm-stars--x1 > .rm-stars-rating:before {
    background-size: 18px;
    height: 18px;
    width: 90px;
}

.rm-badge {
    color: #a5a5a5;
    font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 400;
}

    .rm-badge.rm-badge--new:before {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #25ceed;
        color: white;
        content: "New";
        margin-right: 7px;
        padding: 2px 10px;
    }

.clearfix {
    clear: both;
}

.rm-rating-sm {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #a5a5a5;
    display: block;
    height: 160px;
    padding: 15px 10px 10px;
    overflow: hidden;
    text-decoration: none;
    width: 150px;
}

.rm-rating-sm__title,
.rm-rating-sm__reviews {
    color: #452765;
    font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
}

.rm-rating-sm__title {
    font-size: 0.9375em;
    margin: 0;
    text-transform: uppercase;
}

.rm-rating-sm__rating {
    padding-top: 10px;
    text-align: center;
}

.rm-rating-sm__reviews {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    font-size: 1.09375em;
    margin: 10px 0 20px;
    padding: 10px 0;
}

.rm-rating-sm__logo-img {
    background-image: url('/ReallymovingTemplates/images/logo/logo-widget.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 28px;
    margin: 0 auto;
    padding-right: 3px;
    width: 115px;
}

.rm-rating-sm .rm-badge {
    font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 25px 10px 30px;
    text-align: center;
}

    .rm-rating-sm .rm-badge.rm-badge--new:before {
        content: "New \A";
        line-height: 40px;
    }

.rm-rating-sm--compact {
    height: 115px;
}

    .rm-rating-sm--compact .rm-rating-sm__title {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .rm-rating-sm--compact .rm-rating-sm__rating,
    .rm-rating-sm--compact .rm-rating-sm__reviews {
        float: left;
        min-height: 35px;
    }

    .rm-rating-sm--compact .rm-rating-sm__rating {
        margin-top: 8px;
        width: 55%;
    }

        .rm-rating-sm--compact .rm-rating-sm__rating .rm-stars--x2:before {
            background-size: 16px;
            height: 16px;
            width: 80px;
        }

        .rm-rating-sm--compact .rm-rating-sm__rating .rm-stars--x2 > .rm-stars-rating:before {
            background-size: 16px;
            height: 16px;
            width: 80px;
        }

    .rm-rating-sm--compact .rm-rating-sm__reviews {
        border: none;
        font-size: 0.875em;
        margin-bottom: 5px;
        padding: 0 0 0 5%;
        text-align: left;
        width: 35%;
    }

    .rm-rating-sm--compact .rm-rating-sm__logo {
        border-top: 1px solid #e6e6e6;
        clear: both;
        padding-top: 12px;
    }

    .rm-rating-sm--compact .rm-badge {
        margin: 12px 0 7px;
        min-height: 35px;
        text-align: left;
    }

        .rm-rating-sm--compact .rm-badge.rm-badge--new:before {
            content: "New";
            line-height: inherit;
            white-space: normal;
            float: left;
            margin-top: 6px;
        }

.rm-rating-sm--purple.rm-rating-sm {
    background-color: #452765;
    border: 1px solid #452765;
}

.rm-rating-sm--purple .rm-rating-sm__title,
.rm-rating-sm--purple .rm-rating-sm__reviews {
    color: white;
}

.rm-rating-sm--purple .rm-rating-sm__logo-img {
    background-image: url('/ReallymovingTemplates/images/logo/logo-widget--white.png');
}

.rm-rating-sm--purple .rm-badge {
    color: white;
}

.rm-rating-sm--grey.rm-rating-sm {
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
}

.rm-rating-sm--grey .rm-rating-sm__reviews {
    border-bottom: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
}

.rm-rating-sm--grey.rm-rating-sm--compact .rm-rating-sm__title {
    border-bottom: 1px solid #a5a5a5;
}

.rm-rating-sm--grey.rm-rating-sm--compact .rm-rating-sm__reviews {
    border: none;
}

.rm-rating-sm--grey.rm-rating-sm--compact .rm-rating-sm__logo {
    border-top: 1px solid #a5a5a5;
}

html,
body {
    margin: 0;
    padding: 0;
}

.rm-rating-lg {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #a5a5a5;
    height: 100%;
    min-height: 290px;
    min-width: 290px;
    margin-right: 2px;
    padding: 15px 20px 8px;
    width: initial;
}

.rm-rating-lg__score,
.rm-rating-lg__review-stats,
.rm-rating-lg__reviews,
.rm-rating-lg__read-reviews > a {
    color: #452765;
    font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.rm-rating-lg__rating,
.rm-rating-lg__review-stats,
.rm-rating-lg__read-reviews,
.rm-rating-lg__logo-img {
    float: left;
    width: 50%;
}

.rm-rating-lg__score {
    font-size: 1.1875em;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.rm-rating-lg__rating {
    height: 60px;
    margin-bottom: 10px;
}

.rm-rating-lg__review-stats {
    font-size: 1.125em;
    line-height: 1.3em;
    margin: 0;
    text-align: right;
}

.rm-rating-lg__reviews {
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    clear: both;
    list-style-type: none;
    overflow-y: auto;
    min-height: 138px;
    margin: 0 -20px;
    padding: 0 20px 0 0;
}

    .rm-rating-lg__reviews:before,
    .rm-rating-lg__reviews:after {
        content: '';
        display: block;
        height: 10px;
    }

    .rm-rating-lg__reviews li {
        border-top: 1px solid #e6e6e6;
        margin-left: 20px;
        padding: 18px 0 0;
    }

        .rm-rating-lg__reviews li:first-child {
            border-top: none;
        }

        .rm-rating-lg__reviews li .rm-stars {
            float: right;
            margin-top: -3px;
        }

        .rm-rating-lg__reviews li p {
            color: #333333;
            font-size: 0.9375em;
            font-weight: 300;
            margin-bottom: 7px;
        }

        .rm-rating-lg__reviews li .rm-review-age {
            color: #8c8c8c;
            font-size: 0.78125em;
            font-weight: 400;
            margin-bottom: 10px;
            text-align: right;
        }

        .rm-rating-lg__reviews li:last-child {
            border-bottom: none;
        }

.rm-rating-lg__footer {
    padding-top: 20px;
    height: 35px;
}

.rm-rating-lg__read-reviews {
    font-size: 0.9375em;
    margin: 12px 0 0;
    text-transform: uppercase;
}

    .rm-rating-lg__read-reviews a {
        text-decoration: none;
    }

.rm-rating-lg__logo-img {
    background-image: url('/ReallymovingTemplates/images/logo/logo-widget.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    float: right;
    height: 28px;
    margin: 0 auto;
    padding-right: 3px;
    width: 115px;
}

.rm-rating-lg--reviewscouk .rm-rating-lg__logo-img {
    background-image: url('/ReallymovingTemplates/images/logo/logo-reviewscouk.png');
    height: 24px;
    margin-top: 4px;
    padding-right: 0;
    width: 144px;
}

.rm-rating-lg .rm-badge {
    font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 10px;
    width: 260px;
}

    .rm-rating-lg .rm-badge.rm-badge--new:before {
        content: "New ";
        line-height: 25px;
        margin-bottom: 5px;
        white-space: pre;
    }

@media screen and (max-width: 320px) {
    .rm-rating-lg__read-reviews {
        font-size: 0.875em;
        width: 55%;
    }

    .rm-rating-lg__logo-img {
        width: 108px;
    }
}

@media screen and (max-width: 368px) {
    .rm-rating-lg--reviewscouk .rm-rating-lg__logo-img {
        background-image: url('/ReallymovingTemplates/images/logo/logo-reviewscouk.png');
        height: 24px;
        margin-top: 4px;
        padding-right: 0;
        width: 108px;
    }
}

.rm-rating-lg--purple.rm-rating-lg {
    background-color: #452765;
    border: 1px solid #452765;
}

.rm-rating-lg--purple .rm-rating-lg__score,
.rm-rating-lg--purple .rm-rating-lg__review-stats,
.rm-rating-lg--purple .rm-rating-lg__reviews,
.rm-rating-lg--purple .rm-rating-lg__read-reviews > a {
    color: white;
}

    .rm-rating-lg--purple .rm-rating-lg__reviews li p {
        color: #e6e6e6;
    }

    .rm-rating-lg--purple .rm-rating-lg__reviews li .rm-review-age {
        color: #a5a5a5;
    }

.rm-rating-lg--purple .rm-rating-lg__logo-img {
    background-image: url('/ReallymovingTemplates/images/logo/logo-widget--white.png');
}

.rm-rating-lg--grey.rm-rating-lg {
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
}

.rm-rating-lg--grey .rm-rating-lg__reviews {
    border-bottom: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
}

    .rm-rating-lg--grey .rm-rating-lg__reviews li {
        border-top: 1px solid #a5a5a5;
    }

        .rm-rating-lg--grey .rm-rating-lg__reviews li:first-child {
            border-top: none;
        }
