/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../../../s/roboto/v14/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../../../s/roboto/v14/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../../../s/roboto/v14/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../../../s/roboto/v14/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../../../s/roboto/v14/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../../../s/roboto/v14/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../../../s/roboto/v14/fg2nPs59wPnJ0blURyMU3PesZW2xOQ-xsNqO47m55DA.woff) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, fieldset, embed, object, applet {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background-color: #e5e5e5;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    height: 100%;
    text-rendering: optimizeLegibility;
}

.p2m-content {
    width: 95%;
    margin: 1em auto 0;
    padding-bottom: 1em;
}

a, a:visited {
    color: #333;
}

.play-button {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.05);
    -ms-box-shadow:0 1px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.05);
    box-shadow:0 1px 0 rgba(0,0,0,0.05);
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    background-color:#fff;
    border:1px solid rgba(0,0,0,0.17);
    color:#737373;
    cursor:pointer;
    display:inline-block;
    font-family:Roboto,sans-serif;
    font-size:1.077em;
    font-style:normal;
    font-weight:500;
    height:2em;
    line-height:2em;
    position:relative;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    vertical-align:middle;
    padding:0 1em;
}
.play-button:hover {
    -moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.27);
    -ms-box-shadow:0 1px 0 0 rgba(0,0,0,0.27);
    -webkit-box-shadow:0 1px 0 0 rgba(0,0,0,0.27);
    box-shadow:0 1px 0 0 rgba(0,0,0,0.27);
    border:1px solid rgba(0,0,0,0.27);
    color:#333;
    cursor:pointer;
}
.play-button:active, .play-button.active {
    -moz-box-shadow:inset 0 2px 0 #d6d6d6;
    -ms-box-shadow:inset 0 2px 0 #d6d6d6;
    -webkit-box-shadow:inset 0 2px 0 #d6d6d6;
    box-shadow:inset 0 2px 0 #d6d6d6;
    background-color:#e5e5e5;
    border:1px solid rgba(0,0,0,0.27);
}
.play-button.see-more {
    background-color: #b3c833;
    color:#fff;
    border: 1px;
}
.play-button.see-more:hover {
    -moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.27);
    -ms-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.27);
    -webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.27);
    box-shadow:inset 0 -2px 0 rgba(0,0,0,0.27);
    background-color:#c1d739;
}
.play-button.see-more:active {
    -moz-box-shadow:inset 0 2px 0 rgba(0,0,0,0.27);
    -ms-box-shadow:inset 0 2px 0 rgba(0,0,0,0.27);
    -webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,0.27);
    box-shadow:inset 0 2px 0 rgba(0,0,0,0.27);
    background-color:#96aa39;
}
.play-button.white:focus {
    border:1px solid rgba(0,0,0,0.27);
}
.play-button:focus {
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    outline:4px solid #c7dcfc;
}

.cluster {
    position: relative;
}

.wrapper-more-button {
    position: absolute;
    top: 0.75em;
    right: 0;
}
.wrapper-more-button-bottom {
    float: right;
    margin-bottom: 20px;
}

.cluster-container {
    margin-bottom: 2em;
}

.card-list {
    text-align: center;
}
.card {
    display:inline-block;
    position:relative;
    text-align:left;
    vertical-align:top;
    white-space:normal;
    -webkit-backface-visibility:hidden;
    margin: 0.35% 0.35% 0.7%;
}
.card-content {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow:0 2px 4px rgba(0,0,0,0.1);
    -ms-box-shadow:0 2px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.1);
    box-shadow:0 2px 4px rgba(0,0,0,0.1);
    background:#fff;
    position:relative;
    text-decoration:none;
    vertical-align:top;
}
a.card-click-target {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.card .cover {
    -moz-border-radius:2px 2px 0 0;
    -webkit-border-radius:2px 2px 0 0;
    border-radius:2px 2px 0 0;
    background-color:#fff;
    overflow:hidden;
    position:relative;
}
.card .cover-image-container {
    height:110%;
    left:-5%;
    position:relative;
    top:-5%;
    width:110%;
}
.card .cover-outer-align {
    display:table;
    height:100%;
    width:100%;
}
.card .cover-inner-align {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}
.card .price {
    background: transparent;
    cursor:pointer;
    display:inline-block;
    font-size:1em;
    font-weight:400;
    padding-left:2px;
    position:relative;
    text-align:right;
    text-transform:uppercase;
}
.card .subtitle-container {
    min-height:22px;
}
.card .details {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    height: 6.5em;
    position:relative;
    padding: 3% 7% 0;
}
.card h2 {
    color:#333;
    display:block;
    font-size:1.6em;
    font-weight: 300;
    line-height:1.3em;
    overflow:hidden;
    text-decoration:none;
    position:relative;
    white-space:nowrap;
}
.card .subtitle {
    color:#aaa;
    display:inline-block;
    font-size:1.1em;
    line-height:1.3em;
    width:100%;
    overflow:hidden;
    white-space:nowrap;
    margin:1px 0;
    text-decoration: none;
}
.card.no-rationale .description {
    margin-top:17px;
}
.card .reason-set {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
    position:absolute;
    bottom: 0;
    right: 0;
    display:block;
    width:100%;
    padding: 0 7% 4%;
}

.card .reason {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#aaa;
    display:block;
    font-size:12px;
    font-style:italic;
    line-height:15px;
    position:relative;
    padding:3px 0;
}

.card .reason:first-child {
    border-top:0;
}

.card .reason .chunk-placeholder {
    height:30px;
}

.card .reason-body .reviewer-name {
    font-weight:700;
    padding-left:2px;
}

.card-details-star-rating {
    display:block;
    height:18px;
    position:relative;
    top:1px;
}

.reason-set-star-rating {
    display:block;
    height: 14px;
}

.quick-rating-container {
    border-top:1px solid #e5e5e5;
    margin:0 10px;
    padding:17px 0;
}

.preview-overlay-container {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .25s ease;
    -moz-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
    background:rgba(0,0,0,0.4);
    cursor:pointer;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

.preview-overlay-container .preview-overlay {
    bottom:0;
    left:0;
    position:absolute;
    padding:2px;
}

.cluster-heading {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor:default;
    font-size:2.15em;
    font-weight:100;
    padding:5px;
    width: auto;
    display: inline-block;
}

.paragraph-end {
    display: block;
    position: absolute;
    height: 100%;
    width: 3em;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
    background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
    background-image: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
    background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
    background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
}

.details-wrapper.movies .cover-container .preview-overlay-container {
    cursor:pointer;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

.variants-container .card .details {
    font-size:16px;
    padding-bottom:7px;
}

.stars-container,.stars-count {
    display:inline-block;
    vertical-align:top;
    white-space:nowrap;
}

.nav-profile,.card .subtitle-container, .card .stars-container {
    display:block;
    position:relative;
    width:100%;
}

.play-button.apps, .play-button.apps.disabled, .play-button.apps.disabled:hover, .play-button.apps.disabled:active,
.play-button.apps.disabled:focus, .apps .ctp-header.no-banner, .nav .apps .icon-container,
.nav .apps .selected .hover-target {
    background-color:#b3c833;
}

.card:hover .preview-overlay-container, .preview-overlay-container:hover, .card-actions:hover,
.details-trailer .preview-overlay-container, .expand-button:hover .button-image, .expand-button:hover .arrow-image,
.details-section:hover .expand-button .play-button, .variation-menu .play-button.disabled,
.wishlist-yet-to-add:hover .wishlist-icon {
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
}

.card h2:hover, .card .subtitle:hover, a.kav-learn-more-link:hover, a.redeem-terms-link:hover,
.redeem-error-msg a:hover {
    cursor:pointer;
    text-decoration:underline;
}

button {
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    -webkit-font-smoothing: inherit;
    align-items: initial;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

.card .price-container {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
}

.card .price {
    color: #b3c833;
}

.tiny-star.star-rating-non-editable-container {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAcklEQVQoz2P4//8/AzmYgWKN6KC4uFgYhGF8UjTqgjBJGqG2GUOxMF6NQAViQCwFxGpAbICk0QAqBpITw6ZRAUkxLqyA1akENCvg9SNQgRYWTVoEA4cSjTDFalAM5uPVCFTABY0/ASSDBKBiXNRNcqRiADBao1Bj6dJdAAAAAElFTkSuQmCC) bottom left repeat-x;
    height: 14px;
    width: 69px;
    left: -1px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 1px;
    display: block;
}

.tiny-star .current-rating {
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAdElEQVQoz2P4//8/AzmYgWKN6KC4uDgBhGF8UjQ+AGGSNEJt+w/FCXg1AhUUAHEDEB8A4g9IGj9AxUByBdg0LkBSjAsvwOpUApoX4PUjUMEFLJouEAwcSjTCFB+AYjAfr0agAgNo/AUgGRQAFTOgbpIjFQMAtcfKBD81ItYAAAAASUVORK5CYII=) bottom left repeat-x;
    display: block;
    position: absolute;
}

.header {
    position: relative;
}

.tabs {
    width: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 100;
}

.tabs .play-button {
    text-transform: uppercase;
    height: auto;
    font-weight: 400;
    line-height: 1.4em;
    padding: 0.1em;
    width: auto;
    min-width: 12em;
    margin-left: 0.2em;
}

.tabs .play-button span {
    text-transform: none;
    font-size: 75%;
}

.tab {
    display: none;
}
.tab.active {
    display: block;
}

.card .cover {
    height: auto;
    width: auto;
}
.card .cover .cover-image-container {
    height: 110%;
    left: 0;
    position: relative;
    top: 0;
    width: auto;
}
.card .cover .cover-image {
    height: auto;
    width: 85%;
    padding: 8%;
}

.loading {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 9px;
    }
    .tabs {
        position: inherit;
        text-align: center;
        width: 100%;
    }
    .tabs a {
        display: inline-block;
    }
    .tabs .play-button {
        text-transform: uppercase;
        height: auto;
        font-weight: 400;
        line-height: 1.4em;
        padding: 0.1em;
        width: 40%;
        display: block;
        min-width: 12em;
        margin-left: 0.2em;
        float: left;
    }
}

@media screen and (max-width: 320px) {
    body {
        font-size: 9px;
    }
    .cluster-heading {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    body {
        font-size: 9px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    body {
        font-size: 12px;
    }
}

@media screen and (min-width: 1024px) {
    body {
        font-size: 11px;
    }
}

@media screen and (min-width: 1200px) {
    body {
        font-size: 13px;
    }
}