/* Defaults
------------------------------------------------------------------------------- */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chromeframe {
    position: absolute;
    top: 0;
}

html {
    font-size: 56%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-size: 2.3rem;
    font-size: 2.3em;
}

body,
select,
input,
textarea {
    color: #ffffff;
}

a {
    color: #03f;
}

a:active,
a:focus {
    color: #EC008C;
}

a {
    color: #43B8E7;
}

/* ::-moz-selection { background: #fcd700; color: #fff; text-shadow: none; }
::selection { background: #fcd700; color: #fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #fcd700; }
*/
ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

input:-moz-placeholder {
    color: #a9a9a9;
}

textarea:-moz-placeholder {
    color: #a9a9a9;
}

p {
    margin: 0 0 1rem;
}

*:focus {
    outline: 0;
}

/* Fonts
------------------------------------------------------------------------------- */
@font-face {
    font-family: 'GarageGothicBlack';
    src: url('../fonts/garagegothic-black.eot');
    src: url('../fonts/garagegothic-black.eot') format('embedded-opentype'), url('../fonts/garagegothic-black.woff') format('woff'), url('../fonts/garagegothic-black.ttf') format('truetype'), url('../fonts/garagegothic-black.svg#GarageGothicBlack') format('svg');
}

@font-face {
    font-family: 'GarageGothic W00 Bold';
    src: url('../fonts/garagegothic-bold.eot');
    src: url('../fonts/garagegothic-bold.eot') format('embedded-opentype'), url('../fonts/garagegothic-bold.woff') format('woff'), url('../fonts/garagegothic-bold.ttf') format('truetype'), url('../fonts/garagegothic-bold.svg#GarageGothic W00 Bold') format('svg');
}

@font-face {
    font-family: 'GarageGothic W00 Regular';
    src: url('../fonts/garagegothic-regular.eot');
    src: url('../fonts/garagegothic-regular.eot') format('embedded-opentype'), url('../fonts/garagegothic-regular.woff') format('woff'), url('../fonts/garagegothic-regular.ttf') format('truetype'), url('../fonts/garagegothic-regular.svg#GarageGothic W00 Regular') format('svg');
}

@font-face {
    font-family: 'iconcomics';
    src: url('../fonts/iconcomics/iconcomics.ttf?noqdlo') format('truetype'), url('../fonts/iconcomics/iconcomics.woff?noqdlo') format('woff'), url('../fonts/iconcomics/iconcomics.svg?noqdlo#iconcomics') format('svg');
    font-weight: normal;
    font-style: normal;
}

.c_icon {

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconcomics' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon_fullscreeen_exit:before {
    content: "\e907";
}

.icon_fullscreeen:before {
    content: "\e909";
}

.icon_expand_horizontal:before {
    content: "\e900";
}

.icon_expand_vertical:before {
    content: "\e901";
}

.icon_fat_arrow_down:before {
    content: "\e902";
}

.icon_fat_arrow_left:before {
    content: "\e903";
}

.icon_fat_arrow_right:before {
    content: "\e904";
}

.icon_fat_arrow_up:before {
    content: "\e905";
}

.icon_first:before {
    content: "\e906";
}

.icon_last:before {
    content: "\e908";
}

/* Global styles
------------------------------------------------------------------------------- */
a,
a *,
a:link,
a:visited,
a:link *,
a:visited * {
    text-decoration: none !important;
}

strong {
    font-family: 'GarageGothic W00 Bold', Arial, sans-serif;
}

.editorial-contents li {
    margin-left: 20px;
}

.editorial-contents ul {
    list-style: inherit;
}

.editorial-contents h1,
.editorial-contents h2,
.editorial-contents h3,
.editorial-contents h4,
.editorial-contents h5,
.editorial-contents h6 {
    margin: 0;
}

.editorial-contents h1 {
    font-size: 5.4rem;
}

.editorial-contents h2 {
    font-size: 4.2rem;
}

.editorial-contents h3 {
    font-size: 3.4rem;
}

.editorial-contents h4 {
    font-size: 3rem;
}

.editorial-contents h5 {
    font-size: 2.8rem;
}

.editorial-contents h6 {
    font-size: 2.5rem;
}

body {
    font-family: 'GarageGothic W00 Regular', 'Helvetica Neue', Arial, sans-serif;
    margin: 0 auto;
}

section {
    position: relative;
    float: left;
    width: 94%;
    margin: 3%;
    -webkit-backface-visibility: hidden;
}

article {
    position: relative;
    float: left;
    width: 100%;
}

.light {
    background: #fff;
}

.purple {
    background: #853a95;
}

.purple_inverted {
    background-color: #ffffff;
    color: #853a95;
}

.purple_inverted h1 {
    color: #853a95;
}

.purple_inverted h2 {
    color: #853a95;
}

.dark {
    background: #303030;
}

.padded {
    padding: 5px 5px;
}

.new_padded {
    padding: 0;
    padding-bottom: 5px;
}

.new_padded h2 {
    margin-left: 5%;
    margin-bottom: 0;
    line-height: 4rem;
}

html[dir="rtl"] .new_padded h2 {
    margin-left: 0;
    margin-right: 5%;
}

.new_padded .all-link,
.new_padded .go-home {
    margin: 5%;
}

.new_padded .all-link span,
.new_padded .go-home span,
.new_padded .all-link img,
.new_padded .go-home img {
    display: inline-block;
    vertical-align: middle;
}

html[dir="rtl"] .all-link,
html[dir="rtl"] .go-home {
    text-align: left;
}

.gutter {
    padding: 0;
}

.icon {
    display: block;
    max-width: 25%;
}

.button {
    display: block;
    background: #43b8e7;
    color: #fff;
    padding: 1% 3% 2% 5%;
    text-decoration: none;
    font-family: 'GarageGothic W00 Bold';
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 0 auto;
}

.button:active,
.button:focus {
    color: #fff;
}

.button img.icon {
    max-width: 48%;
}

.button img.icon.game {
    max-width: 22%;
}

.button span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.button .icon {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
}

html[dir="rtl"] .button .icon {
    float: left;
}

.player .button {
    font-size: 3rem;
}

.top {
    width: 79%;
    margin: 0 8% 3%;
}

.top a {
    display: block;
    float: left;
    width: 100%;
    background: #808080;
    border-radius: 8px;
    color: #fff;
    padding: 2% 5%;
    text-decoration: none;
    font-size: 3.3rem;
}

.top span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0;
    max-width: 70%;
    width: 70%;
}

.top .icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    max-width: 30%;
    width: 30%;
}

.top:active,
.top:focus {
    color: #fff;
}

.all-link {
    display: block;
    text-decoration: none;
    font-family: 'GarageGothic W00 Bold';
    text-transform: uppercase;
    color: #ffffff;
    background-color: #43b8e7;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: -1% center;
    background-size: auto 50px;
    padding: 1.2rem 2%;
    padding-left: 19%;
}

html[dir="rtl"] .all-link {
    background-image: url(../images/arrow_rev.png);
    background-position: 4% center;
}

.all-link span {
    line-height: 1.2;
    font-size: 4.8rem;
}

.all-link .icon {
    float: right;
    text-align: right;
    width: 16px;
    margin-left: 8px;
}

.go-home {
    display: none;
    text-decoration: none;
    font-family: 'GarageGothic W00 Bold';
    font-size: 3.6rem;
    line-height: 3rem;
    text-transform: uppercase;
    color: #fff;
    margin: 1% auto 0;
}

.go-home:active,
.go-home:focus {
    color: #000;
}

.go-home .icon {
    text-align: right;
    width: 16px;
    margin-left: 8px;
}

html[dir="rtl"] .go-home .icon {
    float: left;
    display: inline-block;
    margin-left: 0;
    margin-right: 8px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.more {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.3rem;
}

.more a {
    display: block;
    width: 94%;
    background: #43b8e7;
    color: #fff;
    padding: 5%;
    text-decoration: none;
    font-size: 4.5rem;
    margin: 0 auto;
}

.more span {
    display: block;
    margin: 0;
}

.more .icon {
    float: right;
    width: 26px;
    margin-top: 1.3rem;
}

html[dir="rtl"] .more .icon {
    float: left;
}

.more a:active,
.more a:focus {
    background: #EC008C;
    color: #fff;
}

h1,
h2,
h3 {
    font-family: 'GarageGothic W00 Bold';
    font-weight: normal;
    margin: 0 0 0.5rem;
}

h1 {
    font-size: 3rem;
    color: #ffffff;
    margin: 0 0 1rem;
}

h2 {
    font-size: 3.8rem;
    text-transform: uppercase;
    margin: 2% 5%;
}

h3,
.carousel_widget.three_onscreen .carousel_item a .label p,
.listing li a .label p {
    font-size: 1.8rem;
}

.featured_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 0;
}

html[dir="rtl"] .featured_bg {
    right: 0;
    left: auto;
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.featurebar {
    position: relative;
    left: -35px;
    top: -5px;
    width: 300px;
    height: 50px;
    z-index: 20;
}

html[dir="rtl"] .featurebar {
    right: -13px;
    left: auto;
}

.featured h2 {
    position: relative;
    font-family: 'GarageGothic W00 Bold';
    font-size: 4.5rem;
    color: #fff;
    padding: 0 0 0 20px;
    z-index: 30;
    text-indent: 5%;
}

.heads-up li:first-child h3 {
    font-size: 2.3rem;
    margin: 0;
}

/* Main styles
------------------------------------------------------------------------------- */
body {
    background: #ffffff;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
}

header {
    position: relative;
    z-index: 20;
    float: left;
    height: auto;
    background: #43b8e7;
    width: 100%;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

body.games header {
    background: #f9eb46;
}

body.videos header {
    background: #853a95;
}

.padding_wrapper {
    padding: 1% 3%;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    margin-right: 1%;
    position: relative;
}

.logo .img {
    display: block;
    width: 100%;
    height: 0;
    background-image: url('../images/logo_blue.gif');
    padding-bottom: 76%;
    background-size: 100% auto;
    background-position: 0 0%;
}

.logo:hover .img {
    background-position: 0 100%;
}

[dir="rtl"] .logo {
    margin-right: 0%;
    margin-left: 1%;
}

.pre {
    position: relative;
    display: block;
    white-space: pre-wrap;
}

header nav {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    font-family: 'GarageGothic W00 Bold';
}

header nav ol {
    float: left;
    width: 100%;
    list-style: none;
    margin: 1% 0;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: right;
}

header nav li {
    display: inline-block;/* float: right; */
    width: 33%;
    max-width: 210px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    padding: 0 1.5%;
    vertical-align: top;
}

header nav li.home {
    margin-top: -4%;
}

;

header nav li:first-child {
    background: none;
}

header nav li a {
    display: block;
    padding: 1%;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

header nav li a .img {
    box-sizing: border-box;
    margin: 0 auto 6%;
    background-size: 100% auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

header nav li a:hover .img {
    background-position: 0 0;
}

header nav li a:active .img {
    background-position: 0 0;
}

header nav li.videos a .img {
    background-image: url('../images/video_blue.gif');
    width: 58%;
    padding-bottom: 58%;
}

header nav li.games a .img {
    background-image: url('../images/game_blue.gif');
    width: 80%;
    padding-bottom: 57.93103448275862%;
}

header nav li.home a .img {
    background-image: url('../images/home_blue.gif');
    width: 69%;
    padding-bottom: 72.55%;
}

body.games header nav li a {
    color: #000000;
}

body.games header nav li.videos a .img {
    background-image: url('../images/video_yellow.gif');
}

body.games header nav li.games a .img {
    background-image: url('../images/game_yellow.gif');
}

body.games header nav li.home a .img {
    background-image: url('../images/home_yellow.gif');
}

body.games .logo .img {
    background-image: url('../images/logo_yellow.gif');
}

body.videos header nav li.videos a .img {
    background-image: url('../images/video_purple.gif');
}

body.videos header nav li.games a .img {
    background-image: url('../images/game_purple.gif');
}

body.videos header nav li.home a .img {
    background-image: url('../images/home_purple.gif');
}

body.videos .logo .img {
    background-image: url('../images/logo_purple.gif');
}

/*.touch header nav li.videos a .img{ background-image: url('../images/videos_icon.png');width: 74%;padding-bottom: 79%; }
.touch header nav li.games a .img{ background-image: url('../images/games_icon.png'); width: 80%; padding-bottom:57.93103448275862%;  }
.touch header nav li.home a .img{ background-image: url('../images/home_icon.png'); width: 80%; padding-bottom:72.55%; }
.touch .logo .img { display: block; width: 100%; height: 0; background-image: url('../images/logo.png'); padding-bottom: 76%; background-size: 100% auto; background-position: 0 0%; }
*/
header nav li a span {
    display: block;
    padding: 0.5rem 1.4rem;
    font-size: 2.2rem;
    line-height: 2rem;
    word-break: break-all;
}

header nav li a:focus span,
header nav li a:active span,
header nav li a.current span {
    color: #fff;
    background: #000;
}

.slideshow,
.player {
    position: relative;
    z-index: 100;
    float: left;
    width: 94%;
    margin: 3%;
    background: #853a95;
}

.player.the_games {
    margin-top: 2%;
    padding-top: 2%;
}

.player iframe,
.player object,
.player embed,
.player video {
    margin: 0 auto;
    display: block;
}

.player.purple {
    background-color: #853a95;
}

.slideshow .slides {
    overflow-x: hidden;
    overflow-y: hidden;
}

.slideshow .slides li {
    position: relative;
}

.slideshow .caption,
.player .caption,
.carousel_widget.main_carousel .caption {
    padding: 2%;
    background-color: #853a95;
    width: 100%;
    font-family: 'GarageGothic W00 Bold';
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}

.slideshow .caption:after,
.player .caption:after,
.carousel_widget.main_carousel .caption:after,
.slideshow .caption:before,
.player .caption:before,
.carousel_widget.main_carousel .caption:before {
    left: 0;
    border: 0;
    content: " ";
    height: 0;
    padding-bottom: 29.1%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: none;
}

.slideshow .caption:after,
.player .caption:after,
.carousel_widget.main_carousel .caption:after {
    bottom: 100%;
    background-image: url(../images/purple_hex_top.png);
}

.slideshow .caption:before,
.player .caption:before,
.carousel_widget.main_carousel .caption:before {
    top: 100%;
    background-image: url(../images/purple_hex_bottom.png);
    padding-bottom: 33%;
}

.carousel_widget.main_carousel .caption.desktop_override_image.desktop {
  background: transparent;
}
.carousel_widget.main_carousel .caption.desktop_override_image img.desktop_override_image {
  position: absolute;
  top: -100px;
}
.carousel_widget.main_carousel .caption.desktop_override_image.desktop:before,
.carousel_widget.main_carousel .caption.desktop_override_image.desktop:after {
  display: none;
}

.slideshow .caption small,
.player .caption small,
.carousel_widget.main_carousel .caption small {
    font-family: 'GarageGothic W00 Regular';
    text-transform: none;
}

.slideshow .caption,
.carousel_widget.main_carousel .caption {
    padding: 0;
}

html[dir="rtl"] .slideshow .caption,
html[dir="rtl"] .carousel_widget.main_carousel .caption {
    text-align: right;
}

.slideshow .caption .half,
.carousel_widget.main_carousel .caption .half {
    padding: 5%;
    padding-bottom: 2%;
}

.slides,
.control-nav,
.direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.direction-nav {
    display: block;
}

.control-nav {
    bottom: 8%;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    max-height: 85px;
    padding-top: 9px;
    background-color: rgba(0, 0, 0, 0.4); /* -webkit-backface-visibility: hidden; -webkit-perspective: 1000;  */
}

.carousel_widget .control-nav {
    bottom: 0;
}

.control-nav li {
    display: inline-block;
    margin: 0 0px;
}

.control-paging li a {
    position: relative;
    background-image: url('../images/pagination_off.png');
    background-position: 0 0;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    max-width: 46px;
    max-height: 40px;
    height: 40px;
    width: 46px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.control-paging li a:active,
.control-paging li a:focus {
    background-image: url('../images/pagination_on.png');
}

.control-paging li a.active {
    position: relative;
    top: 0px;
    cursor: default;
    background-image: url('../images/pagination_on.png');
}

.direction-nav a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABGCAIAAACR0eu7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFMTNBQ0FCNURDQTExRTQ5OEQ1ODAyOUY0QkU5NzY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFMTNBQ0FDNURDQTExRTQ5OEQ1ODAyOUY0QkU5NzY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUUxM0FDQTk1RENBMTFFNDk4RDU4MDI5RjRCRTk3NjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUUxM0FDQUE1RENBMTFFNDk4RDU4MDI5RjRCRTk3NjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4yTP/uAAAGoElEQVR42uyd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);
    background-repeat: no-repeat;
    background-size: 200% auto;
    display: block;
    height: 50px;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
    bottom: 12%;
    width: 50px;
}

.carousel_widget .direction-nav a {
    bottom: 0px;
}

.direction-nav .prev {
    left: 0;
}

.direction-nav .next {
    background-position: 100% 0;
    right: 0;
}

}

.listing {
float: left;
width: 100%;
}

.featured .listing {
margin-top: 0;
}

.listing li {
float: left;
width: 100%;
margin: 2% 0;
margin-top: 0;
}
html[dir="rtl"] .listing li{
    float: right;
}

.listing li a {
display: block;
float: left;
width: 100%;
position: relative;
}

.listing li a .label h3 {
font-family: "GarageGothic W00 Bold"
}

;

.listing li a .label p {
font-size: 1.8rem;
font-family: "GarageGothic W00 Regular"
}

.listing li a .label h3,
.listing li a .label p {
font-size: 2rem;
}

.listing li a .label {
position: absolute;
bottom: 0;
background: rgb (0, 0, 0);
background: rgba(0, 0, 0, 0.5);
padding: 2%;
color: #fff;
width: 100%;
text-decoration: none;
line-height: 1;
}

html[dir="rtl"] .listing li a .label {
text-align: right;
}

.listing li a .label .thumb {
float: left;
width: 72px;
border: 2px solid #000;
margin-left: -2.1%;
margin-right: 4%;
margin-top: -30px;
}

.listing li a .label .icon {
float: right;
max-height: 100px;
}

html[dir="rtl"] .listing li a .label .icon {
float: left;
}

.listing li a .label p {
margin: 0;
}

.buttons li {
position: relative;
float: left;
width: 100%;
}

.buttons li a,
.buttons li .fake_a {
position: relative;
display: block;
float: left;
width: 100%;
background-color: #43b8e7;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0% center;
background-size: auto 69%;
color: #fff;
padding: 2%;
padding-left: 15%;
margin-bottom: 2%;
text-transform: uppercase;
}

.buttons li .fake_a {
padding-left: 5%;
}

html[dir="rtl"] .buttons li a {
    background-image: url(../images/arrow_rev.png);
    background-position: 6% center;
    padding: 2% 26% 2% 22%;
}

.buttons li .fake_a {
background-image: none;
font-size: 2.2rem;
}

.buttons.menu li a {
background-image: url(../images/arrow_down.png);
background-size: 9%;
background-position: 5% center;
position: relative;
}

.buttons li:active a,
.buttons li:focus a {
background-color: #EC008C;
}

.buttons li a .icon {
    float: right;
    max-height: 100%;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    margin-top: 0%;
}

html[dir="rtl"] .buttons li a .icon {
float: right;
}

.buttons li a span {
font-size: 2.3rem;
line-height: 1.2;
float: left;
display: block;
margin: 0% 0 0% 2%;
font-family: "GarageGothic W00 Bold";
}

html[dir="rtl"] .buttons li a span {
    float: left; /*margin-left: 6rem !important;*/
    //white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    //text-overflow: ellipsis;
}

.menu {
margin-bottom: 0;
}

.menu .flyout {
display: none;
float: left;
width: 100%;
z-index: 40;
background: #43b8e7;
padding: 5% 5% 5% 10%;
margin-bottom: 5%;
}

.buttons.menu ul,
.buttons.menu .flyout ul {
float: left;
width: 100%;
}

.buttons.menu .flyout li {
width: 100%;
margin: 0 !important;
}

.buttons.menu .flyout a {
background: none;
box-shadow: none;
font-size: 2.5rem;
}

.buttons.menu .flyout li a:focus,
.buttons.menu .flyout li a:active,
.buttons.menu .flyout li a.active {
color: #000000;
}

.buttons.menu li.active .flyout {
display: block;
margin-top: -7px;
}

.buttons.menu li.active > a {
background-image: url(../images/arrow_up.png);
background-color: #EC008C;
}

.buttons.menu .shows .flyout {
padding: 5%;
}

.buttons.menu .shows .flyout a {
padding: 5%;
}

html[dir="rtl"] .buttons.menu .shows .flyout li {
float: right;
}

.buttons.menu .shows .flyout li {
width: 25%;
}

.buttons.menu .shows .flyout li a {
margin-bottom: 0;
}

.buttons.menu .shows .flyout li a >img {
width: 100%;
}

.buttons.menu .shows .flyout a.active {
background: #EC008C;
}

.sort {
float: left;
width: 100%;
margin-bottom: 3%;
}

.sort a {
display: block;
float: left;
width: 100%;
font-size: 2.3rem;
background-color: #43b8e7;
background-image: url(../images/arrow_down.png);
background-repeat: no-repeat;
background-position: 95% center;
background-size: 12%;
color: #fff;
padding: 10px;
text-transform: uppercase;
text-decoration: none;
}

html[dir="rtl"] .sort a {
background-position: 5% center;
float: right;
}

.sort:active a,
.sort:focus a {
background-color: #EC008C;
}

.sort ul {
display: none;
float: left;
width: 100%;
background: #43b8e7;
padding: 2%;
}

.sort ul li {
cursor: pointer;
}

.sort.active ul {
display: block;
}

.sort.active > a {
background-image: url(../images/arrow_up.png);
background-color: #EC008C;
}

.sort li a {
background: none !important;
padding: 1%;
}

.sort li a:active,
.sort li a:focus,
.sort li a.active {
color: #000000;
}

footer {
float: left;
width: 100%;
background: #000;
color: #fff;
padding: 3%;
font-size: 1.8rem;
}

footer nav {
width: 100%;
}

footer nav {
margin-top: 3%;
}

footer nav li {
margin-bottom: 6%;
}

footer nav a {
color: #43b8e7;
text-decoration: none;
}

footer nav a:before {
content: "";
display: inline-block;
height: 11px;
width: 10px;
vertical-align: middle;
background-color: transparent;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-size: 100% auto;
margin-right: 6px;
}

html[dir="rtl"] footer nav a:before {
transform: rotate(180deg);
}

footer .copyright img {
float: left;
width: 30.3333%;
margin-right: 3%;
}

footer .copyright p,
footer a {
font-size: 2.4rem;
line-height: 2.6rem;
}

footer .copyright .seo {
font-size: 2rem;
line-height: 2.2rem;
}

.cube_bullet {
display: none;
width: 22px;
position: absolute;
bottom: 0px;
left: 8px;
}

/* Media queries
------------------------------------------------------------------------------- */
@media all  and (min-width:400px) {
.top a {
    font-size: 4.5rem;
}

.buttons li a span {
    font-size: 3rem;
}

}

@media all  and (min-width:480px) {
.control-nav {
    padding-top: 6px;
}

html {
    font-size: 58%;
}

.left {

    /* float: left;  */
}

.right {
    float: right;
}

.button {
    float: right;
    width: 100%;
}

.player .button {
    font-size: 3rem;
    width: auto;
}

.button span {

    /* float: left;  */     max-width: 84%;
    padding-left: 68px;
}

html[dir="rtl"] .button span {

    /* float: right;  */ padding-right: 15px;
}

.all-link,
.go-home {
    display: block;
    float: right;
}

html[dir="rtl"] .all-link,
html[dir="rtl"] .go-home {
    float: left;
}

.slideshow .caption,
.carousel_widget.main_carousel .caption {
    position: relative;
}

.slideshow .caption .right,
.carousel_widget.main_carousel .caption .right {
    position: absolute;
    bottom: 14%;
    right: 3%;
    padding: 0;
}

.quarter {
    width: 25%;
}

.threequarters {
    width: 75%;
}

.half {
    width: 50%;
}

.half.text {
    width: 45%;
    margin-right: 5%;
}

.onethird,
.twothirds {
    width: 50%;
}

.featurebar {
    width: 350px;
    height: 56px;
    left: -38px;
}

html[dir="rtl"] .featurebar {
    right: -16px;
    left: auto;
}

.featured h2 {
}

.listing li a .label .thumb {
    float: left;
    border: 2px solid #000;
    margin-right: 4%;
}

.top a {
    font-size: 5rem;
}

.buttons li a span {
    font-size: 4rem;
}

.sort {
    position: relative;
    float: right;
    width: 200px;
}

html[dir="rtl"] .sort {
    float: left;
}

.sort ul {
    position: absolute;
    top: 100%;
    z-index: 40;
    padding: 10px;
}

.sort ul a {
    font-size: 2.8rem;
    padding: 5px 0;
}

}

@media all  and (min-width:580px) {
.padded {
    padding: 15px 20px;
}

.control-nav li {
    display: inline-block;
    margin: 0 6px;
}

.featured h2 {
    font-size: 4.5rem;
    margin-top: 8px;
}

.button {
    font-size: 3rem;
}

.listing li a .label .icon {
    max-height: 40px;
}

.buttons li {
    width: 48.5%;
    margin-left: 3%;
}

.buttons li:first-child {
    margin-left: 0;
}

.buttons li a span {
    margin: 0.5rem 0 0 1.2rem;
    font-size: 2.8rem;
}

.buttons.menu li a .icon {
    max-width: 18%;
}

.menu .flyout {
    position: absolute;
    top: 89%;
    padding: 5%;
    margin-top: 0 !important;
    margin-bottom: 0;
}

.buttons.menu .flyout li a {
    font-size: 3.6rem;
}

.buttons.menu.single li {
    float: none;
    width: 425px;
    margin-left: auto;
    margin-right: auto;
}

.buttons.menu.single li a {
    display: inline-block;
    float: none;
}

.buttons.menu.single .flyout {
    top: 86%;
}

.buttons.menu.single .shows .flyout li {
    float: left;
}

html[dir="rtl"] .buttons.menu.single .shows .flyout li {
    float: right;
}

.more a {
    width: 29.33333%;
    margin: 0 auto;
    padding: 2%;
}

footer nav {
    margin-top: 0;
}

footer nav {
    float: left;
    width: 30%;
    margin-right: 5%;
}

footer .copyright {
    float: left;
    width: 65%;
}

}

@media all  and  (min-width:10px) and (max-width:767px) {
.listing li {
    margin: 10px 5% !important;
    width: 90%;
}

.carousel_widget.three_onscreen {
    width: 100%;
}

.carousel_widget.three_onscreen .carousel_area {
    width: 100%;
}

.carousel_widget.three_onscreen .carousel_wrapper {
    width: 100% !important;
}

.carousel_widget.three_onscreen .carousel_item {
    width: 90% !important;
    margin: 20px auto !important;
}

header {
    padding-bottom: 12px;
}

}

@media all  and (min-width:768px) {
.direction-nav a {
    height: 70px;
    width: 70px;
}

.all-link {
    padding: 1.7rem 2%;
    padding-left: 9%;
}

.all-link span {
    line-height: 1;
    font-size: 3.3rem;
}

html[dir="rtl"] .all-link span{
    font-size: 2.3rem;
}

.all-link {
    position: absolute;
    right: 0;
    top: 0;
}

html[dir="rtl"] .all-link {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
}

.cube_bullet {
    display: none;
}

html {
    font-size: 62.5%;
}

h2 {
    font-size: 3.8rem;
    margin: 0;
}

h3 {
    font-size: 2.3rem;
}

.icon {
    display: block;
    max-width: 28%;
}

.onethird {
    width: 33.33333%;
}

.twothirds {
    width: 66.6666%;
}

section {
    float: left;
    margin: 2%;
    width: 96%;
}

.logo {
    width: 18%;
    margin-right: 38%;
}

[dir="rtl"] .logo {
    margin-right: 0%;
    margin-left: 38%;
}

header {
    margin: 1% 2% 0;
    width: 96%;
    padding-bottom: 1%;
}

header nav {
    width: 42%;
}

header nav li {
    background-position: right center;
}

header nav li a span {
    padding: 0.5rem 1rem;
    font-size: 3.2rem;
    line-height: 3rem;
}

.slideshow,
.player {
    margin: 2%;
    width: 96%;
}

.player.the_games {
    margin-top: 2%;
    padding-top: 2%;
}

.direction-nav {
    display: block;
}

.control-nav {
    padding-top: 12px;
    height: 70px;
}

.carousel_widget .direction-nav a {
    bottom: 0px;
}

.slideshow {
    padding-bottom: 4%;
}

.slideshow .caption,
.carousel_widget.main_carousel .caption {
    position: absolute;
    right: 3%;
    top: 28%;
    width: 330px;
    box-shadow: none;
    color: #fff;
    font-size: 3.2rem;
    line-height: 2.8rem;
}

.slideshow .caption .right .button,
.carousel_widget.main_carousel .caption .right .button {
    padding: 2% 0%;
    width: 90%;
    margin-right: 5%;
    margin-bottom: 2%;
}

.slideshow .caption .right,
.slideshow .caption .left,
.carousel_widget.main_carousel .caption .right,
.carousel_widget.main_carousel .caption .left {
    float: none;
}

.slideshow .caption .half,
.carousel_widget.main_carousel .caption .half {
    width: 100%;
}

.slideshow .caption .right,
.carousel_widget.main_carousel .caption .right {
    position: static;
    bottom: -40px;
    left: 0;
    padding: 0;
}

.slideshow .caption:after,
.carousel_widget.main_carousel .caption:after,
.slideshow .caption:before,
.carousel_widget.main_carousel .caption:before {
    display: block;
}

.listing li a .label h3,
.listing li a .label p {
    font-size: 2.4rem;
}

.two-up li,
.buttons li {
    width: 48.5%;
    margin-left: 3%;
    margin-top: 3%;
}

/*html[dir="rtl"] .two-up li{
    margin-left: 0%;
    margin-right: 3%;
}
*/
.buttons.menu li {
    width: 47.5%;
    margin-left: 5%;
    margin-right: 0%;
}

.buttons.menu li:first-child {
    margin-left: 0%;
    margin-right: 0;
}

.buttons.menu.single li:first-child {
    margin-left: auto;
    margin-right: auto;
}

.sort {
    float: none;
    position: absolute;
    top: 10px;
    right: 20px;
}

html[dir="rtl"] .sort {
    right: auto;
    left: 20px;
}

.three-up li {
    width: 31.33333%;
    margin-left: 3%;
    font-size: 1.4rem;
    float: none !important;
    display: inline-block;
}

.three-up li h3 {
    font-size: 1.8rem;
}

.two-up li:first-child,
.three-up li:first-child,
.buttons li:first-child,
.two-up li:nth-child(3n+4),
.three-up li:nth-child(3n+4) {
    margin-left: 0;
}

html[dir="rtl"] .two-up li:first-child,
html[dir="rtl"] .two-up li:nth-child(3n+4){
    margin-left: 3%;
}

html[dir="rtl"] .two-up li:nth-child(2),
html[dir="rtl"] .two-up li:nth-child(3n+5) {
    margin-left: 0;
}


.heads-up li {
    width: 31.33333%;
    margin: 0 0 1.5% 3%;
    font-size: 1.4rem;
}

.heads-up li:first-child h3 {
    font-size: 3rem !important;
}

.heads-up li h3 {
    font-size: 1.8rem;
}

.heads-up li:first-child {
    width: 65.6666%;
    margin: 0;
}

html[dir="rtl"] .heads-up li {
    margin: 0 0 1.5% 0%;
}

html[dir="rtl"] .heads-up li:first-child{
    margin: 0 0 1.5% 3%;
}

.listing li:first-child a .label {
    padding: 1% 2%;
}

.listing.two-up.footer-list li:first-child a .label {
    padding: 2%;
}

.heads-up li:last-child {
    margin: 0 0 0 3%;
}

.listing li {
    float: left;
}

/* .listing.three-up li a:focus .label, .listing.three-up li a:active .label { top: 0; bottom: auto; height: 100%; vertical-align: middle; text-align: center; }
.listing.three-up li a:focus .label .icon, .listing.three-up li a:active .label .icon { position: relative; float: none; margin: auto; top: 23%; width: 50%; }
.listing.three-up li a:active .label h3, .listing.three-up li a:active .label p, .listing.three-up li a:focus .label h3, .listing.three-up li a:focus .label p { display: none; }
.listing li a .label .thumb { display: none; }
*/
.listing li a .label .icon {
    max-height: 38px;
}

.featured h2 {
    font-size: 4rem;
}

.featured .listing {
    margin-top: 0;
}

.featured .listing li a:active .label,
.listing.heads-up li a:active .label,
.featured .listing li a:focus .label,
.listing.heads-up li a:focus .label {
    background-color: #EC008C;
    display: block;
}

.buttons li a {
    padding: 1% 2%;
    padding-left: 16%;
}

.buttons li a span {
    font-size: 3rem;
    margin: 1% 0 0% 2%;
}

.top {
    display: none;
}

footer {
    font-size: 1.7rem;
}

footer nav {
    float: left;
    width: 20%;
    margin-right: 5%;
}

footer .copyright {
    float: left;
    width: 72%;
    padding-left: 5%;
    border-left: 1px solid #fff;
}

}

.player .article {
float: none;
}

.video_wrapper {
position: relative;
max-width: 100%;
width: 100%;
}

.video_wrapper .padding {
padding-bottom: 55.55%;
}

.video_wrapper video,
.video_wrapper object,
.video_wrapper embed,
.video_wrapper .mejs-container,
.video_wrapper .BrightcoveExperience {
position: absolute !important;
top: 0;
left: 0;
height: 100% !important;
width: 100% !important;
max-width: 100%;
z-index: 1;
}

.video_wrapper .mejs-overlay {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
max-width: 100%;
}

.three-up li a > img {
width: 100%;
}

.two-up li a > img {
width: 100%;
}

.two-up li a {
text-decoration: none;
}

/* Carousel Widget */
.carousel_widget {
position: relative;
overflow: visible;
}

.carousel_widget .carousel_area {
position: relative;
overflow: hidden;
}

.carousel_widget .carousel_wrapper {
transition: transform 1s ease-out, left 1s ease-out;
-webkit-transition: -webkit-transform 1s ease-out, left 1s ease-out;
}

.carousel_widget .carousel_wrapper.no_transition {
transition: none;
-webkit-transition: none;
}

.carousel_item {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: top;
position: relative;
}


.listing li {
  position: relative;
}
.carousel_item .label-new,
.listing .label-new {
  position: absolute;
  top: 0;
}
.carousel_item .label-new span ,
.listing .label-new span {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
  font-size: 2.2rem;
}
/*@media (min-width: 768px) {
  .carousel_item .label-new span {
    font-size: 2.4rem;
  }
}*/
.carousel_item .label-new:before,
.listing .label-new:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 55px;
  border-right-width: 115px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #e62c91 transparent transparent transparent;
}

.carousel_widget.three_onscreen .carousel_item {
width: 30.333%;
margin-right: 1.6%;
display: block;
margin-bottom: 10px;
}

html[dir="rtl"] .carousel_widget.three_onscreen .carousel_item {
margin-right: 0%;
margin-left: 1.6%;
}

.carousel_widget.three_onscreen .carousel_item a {
display: block;
width: auto;
height: 100%;
position: relative;
text-decoration: none;
overflow: hidden;
}

.carousel_widget.three_onscreen .carousel_item a > img {
width: 100%;
}

.carousel_widget.three_onscreen .carousel_item a .label {
position: absolute;
bottom: 0;
background: rgb (0, 0, 0);
background: rgba(0, 0, 0, 0.5);
padding: 2%;
color: #fff;
width: 101%;
width: -webkit-calc(100% + 2px);
width: calc(100% + 2px);
line-height: 0.9;
}

html[dir="rtl"] .carousel_widget.three_onscreen .carousel_item a .label {
text-align: right;
}

.carousel_widget.three_onscreen .carousel_item a .label .thumb {
float: left;
width: 72px;
border: 2px solid #000;
margin-left: -2.1%;
margin-right: 4%;
margin-top: -30px;
}

.carousel_widget.three_onscreen .carousel_item a .label p {
margin: 0;
}

.carousel_widget.three_onscreen .carousel_item a .label .icon {
float: right;
}

html[dir="rtl"] .carousel_widget.three_onscreen .carousel_item a .label .icon {
float: left;
}

.carousel_widget.three_onscreen .nav_button {
cursor: pointer;
height: 100%;
width: 20px;
position: absolute;
top: 0;
background: #43b8e7;
display: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABGCAIAAACR0eu7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFMTNBQ0FCNURDQTExRTQ5OEQ1ODAyOUY0QkU5NzY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFMTNBQ0FDNURDQTExRTQ5OEQ1ODAyOUY0QkU5NzY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUUxM0FDQTk1RENBMTFFNDk4RDU4MDI5RjRCRTk3NjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUUxM0FDQUE1RENBMTFFNDk4RDU4MDI5RjRCRTk3NjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4yTP/uAAAGoElEQVR42uyd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);
background-size: 200%;
background-repeat: no-repeat;
}

.carousel_widget.three_onscreen .nav_button.nav_left {
left: 0;
background-position: 0 center;
}

.carousel_widget.three_onscreen .nav_button.nav_right {
right: 0;
background-position: 100% center;
}

.carousel_widget.three_onscreen .nav_button.disabled {
display: none;
}

.carousel_widget.main_carousel .caption .right .button {
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: -1% center;
background-size: auto 50px;
padding-left: 0;
}

html[dir="rtl"] .carousel_widget.main_carousel .caption .right .button {
background-image: url(../images/arrow_rev.png);
background-position: 3% center;
}

//.all-videos-list,
.all-games-list {
direction: ltr;
}

.slideshow .caption,
.carousel_widget.main_carousel .caption {
font-size: 3.2rem;
line-height: 2.8rem;
}

.button span {

/* float: left;  */     max-width: 84%;
padding: 4% 0;
padding-left: 68px;
}

.cookie_popup {
width: 100%;
z-index: 999999;
position: fixed;
bottom: 0;
padding: 1%;
background-color: #853a95;
color: #ffffff;
box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
}

.cookie_popup .inner {
max-width: 1024px;
width: 100%;
margin: 0 auto;
}

.cookie_popup .text {
width: 70%;
display: inline-block;
vertical-align: middle;
padding: 0 5%;
}

.cookie_popup .buttons {
width: 30%;
display: inline-block;
vertical-align: middle;
text-align: center;
}

.cookie_popup a {
background-color: #43b8e7;
color: #ffffff;
padding: 4px;
font-size: 2.2rem;
line-height: 1.1;
display: inline-block;
margin-bottom: 2px;
}

.cookie_popup h5 {
font-size: 2.4rem;
}

.cookie_popup p {
font-size: 1.8rem;
}

@media all  and (min-width:580px) {
.carousel_widget.three_onscreen .carousel_item a .label .icon {
    max-height: 40px;
}

}

@media all  and (min-width:768px) {
.carousel_widget .control-nav {
    bottom: 0;
}

.new_padded {
    padding: 0px;
    padding-bottom: 10px;
}

.new_padded h2 {
    margin-bottom: 0;
    margin-left: 20px;
    line-height: 5rem;
    max-width: 45%;
    min-height: 7rem;
    margin-top: 1rem;
}

html[dir="rtl"] .new_padded h2 {
    margin-left: 0;
    margin-right: 20px;
}

.new_padded .all-link,
.new_padded .go-home {
    margin-right: 20px;
    text-align: right;
}

html[dir="rtl"] .new_padded .all-link,
html[dir="rtl"] .new_padded .go-home {
    margin-left: 20px;
    text-align: left;
}

.carousel_widget.three_onscreen {
    padding: 0px 20px;
}

.carousel_widget.three_onscreen .carousel_item a .label h3 {
    font-size: 2.4rem;
    font-family: "GarageGothic W00 Bold";
}

.carousel_widget.three_onscreen .carousel_item a .label p {
    font-size: 2.4rem;
    font-family: "GarageGothic W00 Regular";
}

.carousel_widget.three_onscreen .carousel_item {
    font-size: 1.4rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-bottom: 0px;
}

.carousel_widget.three_onscreen .carousel_item a .label .thumb {
    display: none
}

.carousel_widget.three_onscreen:hover .nav_button {
    display: block;
}

.carousel_widget.three_onscreen .nav_button.show {
    display: block;
}

.carousel_widget.three_onscreen .nav_button.show.disabled {
    display: none;
}

.carousel_widget.three_onscreen:hover .nav_button.disabled {
    display: none;
}

.carousel_widget.three_onscreen:hover .nav_button.show.disabled {
    display: none;
}

section:active .carousel_widget.three_onscreen .nav_button {
    display: block;
}

section:active .carousel_widget.three_onscreen .nav_button.disabled {
    display: none;
}

section:active .carousel_widget.three_onscreen .nav_button.show.disabled {
    display: none;
}

.new_padded .all-link,
.new_padded .go-home {
    margin: 0;
}

.new_padded .all-link {
    margin-right: 20px;
    max-width: 50%;
}

.new_padded .go-home {
    margin: 15px 0;
    margin-right: 20px;
}

}

/* POPUPS */
.popup {
top: 0;
left: 0;
width: 94%;
height: auto;
background-color: #ffffff;
color: #000;
padding: 40px;
display: none;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
position: absolute;
z-index: 999;
margin-top: 1%;
overflow: hidden;
}

.popup .copy {
margin-top: 28px;
word-wrap: break-word;
}

.popup .copy ol,
.popup .copy ul {
margin-left: 20px;
}

.popup .copy ol,
.popup .copy ul,
.popup .copy p {
margin-bottom: 20px;
word-wrap: break-word;
font-size: 32px;
}

.popup .copy h1 {
margin-bottom: 30px;
color: #000000;
}

.popup.active {
display: block;
}

.popup .close_btn {
height: 60px;
line-height: 60px;
width: 60px;
text-align: center;
background-color: #000000;
color: #ffffff;
position: absolute;
right: 10px;
top: 0px;
cursor: pointer;
font-size: 40px;
font-weight: bold;
}

.popup .btn {
height: 60px;
line-height: 40px;
text-align: center;
padding: 10px;
margin: 0 auto;
cursor: pointer;
font-size: 40px;
font-weight: bold;
background-color: #000000;
color: #ffffff;
}

.popup a,
.popup a:visited,
.popup a:active,
.popup a:focus {
color: #EC008C;
}

@media all  and (min-width:768px) {
.popup {
    margin-left: 3%;
    margin-top: 2%;
}

.carousel_trim {
    display: none;
}

}

.carousel_widget.main_carousel {
float: left;
width: 94%;
margin: 3%;
margin-top: 0;
background-color: #853a95;
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
overflow: hidden;
}

.carousel_widget.main_carousel {
}

.carousel_trim {
display: none;
position: absolute;
bottom: 0;
left: 0;
height: 15px;
width: 1520px;
max-width: 1520px;
}

.carousel_widget.main_carousel .carousel_item {
width: 100%;
margin-right: 0%;
padding-bottom: 70px;
}

html[dir="rtl"] .carousel_widget.main_carousel .carousel_item {
margin-left: 0%;
}

.carousel_widget.main_carousel .carousel_item > img {
width: 100%;
}

@media all  and (min-width:768px) {
.carousel_widget.main_carousel {
    width: 96%;
    margin: 2%;
    margin-top: 0;
    background-color: #ffffff;
}

.carousel_widget.main_carousel .carousel_item {
    padding-bottom: 0px;
}

}

/* #google_ads_iframe_/8494/turner/cartoonnetwork.web.site/mobilehome/roc/mban.320x50_0__container__ { margin: 0 auto; }
*/
#div-gpt-ad-1402421516953-0 > div {
margin: 0 auto;
}

#ima-ad-container > div:first-child {
width: 100% !important;
height: 100% !important;
}

#ima-seek-bar-div {
width: 100% !important;
}

.tablet#gameplay_page_iframe,
.smartphone#gameplay_page_iframe {
position: absolute;
top: 0;
left: 0;
}

.two-up li.mpu a > img {
width: auto;
}

#adContainer {
margin: 0 auto;
display: block;
}

.shows-navigation {
position: relative;
padding: 1% 30px 0;
overflow: hidden;
text-align: center;
}

.shows-navigation .arrow {
content: '';
width: 0;
height: 0;
border-style: solid;
position: absolute;
top: 15px;
cursor: pointer;
}

.shows-navigation .arrow-left {
left: 5px;
border-width: 30px 20px 30px 0;
border-color: transparent #fff transparent transparent;
}

.shows-navigation .arrow-right {
right: 5px;
border-width: 30px 0 30px 20px;
border-color: transparent transparent transparent #fff;
}

.shows-navigation ul {
white-space: nowrap;
overflow: auto;
}

.shows-navigation ul li {
display: inline-block;  /*margin: 0 3px;*/
border: 3px solid transparent;
box-sizing: border-box;
}

.shows-navigation ul li:hover {
border: 3px solid #fff;
}

@media all  and (min-width:768px) {
.footer-list {
    height: 250px;
}

.footer-list li {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

}

.banner-space,
.mpu_inner {
display: inline-block;
padding: 3px;
background-color: #ffffff;
text-align: center;
font-family: 'GarageGothic W00 Bold', 'Helvetica Neue', Arial, sans-serif;
letter-spacing: 1px;
color: #000000;
font-size: 16px;
text-transform: uppercase;
max-width: 100%;
}

.banner-space img,
.banner-space iframe,
.banner-space div,
.mpu_inner img,
.mpu_inner iframe,
.mpu_inner div {
max-width: 100%;
}

.mpu {
text-align: center;
}

.mpu_inner .adtech {
display: inline-block;
}

.comic_viewer {
position: relative;
width: 100%;
display: block;
overflow: hidden;
}

.comic_container {
width: 100%;
position: relative;
padding: 0 11%;
}

.comic_pages {
position: relative;
white-space: nowrap;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
backface-visibility: hidden;
margin: 0 auto;
display: block;
}

.comic_page {
opacity: 0;
-webkit-transform: perspective(2000px) rotateX(0deg) rotateY(77deg) scale(0.3);
transform: perspective(2000px) rotateX(0deg) rotateY(77deg) scale(0.3);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
display: inline-block;
vertical-align: top;
width: 100%;
}

.comic_page img {
width: 100%;
}

.comic_page.active {
opacity: 1;
-webkit-transform: perspective(500px) rotateX(0) rotateY(0);
transform: perspective(500px) rotateX(0) rotateY(0);
}

.selectalias {
position: relative;
width: 100%;
cursor: pointer;
display: block;
color: #853a95;
background-color: #ffffff;
font-size: 38px;
font-family: 'GarageGothic W00 Bold', 'Helvetica Neue', Arial, sans-serif;
}

.selectalias .arrow {
font-size: 20px;
}

.selectalias .optionalias,
.selectalias .active_selection {
padding: 11px;
}

.selectalias .optionalias,
.selectalias .optionalias_wrapper {
display: block;
width: 100%;
position: relative;
background-color: #ffffff;
}

.selectalias .arrow,
.selectalias .active_selection {
position: absolute;
display: inline-block;
vertical-align: top;
}

.selectalias .active_selection {
width: 70%;
left: 0;
top: 50%;
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}

.selectalias .arrow {
width: 30%;
height: 100%;
right: 0;
top: 0;    /* use !important to prevent issues with browser extensions that change fonts */
font-family: 'iconcomics' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}

.selectalias .arrow:before {
content: "\e902";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.selectalias .optionalias_wrapper {
position: absolute;
top: 100%;
left: 0;
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
display: none;
border: 1px solid #853A95;
}

.selectalias .optionalias:after {
content: " ";
position: absolute;
top: 0;
width: 100%;
height: 1px;
background-color: #eeeeee;
left: 0;
}

.selectalias.active .optionalias_wrapper {
display: block;
}

.selectalias.active .arrow {
background-image: url("../images/tab_arrow_up.png");
}

.selectalias .optionalias:hover {
color: #ffffff;
background-color: #853a95;
}

.c_button {
color: #ffffff;
position: relative;
cursor: pointer;
}

.c_button .c_inner {
background-color: #43b8e7;
}

.c_button:hover .c_inner {
background-color: #42caf4;
}

.c_button.active {
color: #853a95;
}

.c_button.active .c_inner {
background-color: #ffffff;
}

.controls {
position: relative;
width: 100%;
z-index: 9;
max-width: 1024px;
margin: 2% auto;
text-align: center;
}

.controls .selectalias {
width: 100%;
padding-bottom: 44%;
text-align: left;
}

.controls .select_padder {
position: relative;
display: inline-block;
vertical-align: bottom;
width: 16%;
padding: 1%;
z-index: 99;
}

.fullscreen .controls .select_padder {
width: 20%;
}

.c_button {
position: relative;
width: 10%;
display: inline-block;
vertical-align: bottom;
max-width: 80px;
}

.controls .c_button {
padding: 1%;
}

.c_button .c_inner {
padding-bottom: 100%;
height: 0;
display: block;
}

.c_button .c_inner:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 50px;
line-height: 1;
width: 50px;
height: 50px;
}

[data-selectalias].hidden {
display: none;
}

[data-selectalias] select {
color: #000000;
width: 100%;
display: block;
}

.fullscreen .controls {
max-width: 700px;
}

.fullscreen .player {
overflow-y: auto;
width: 100%;
margin: 0;
}

.fullscreen .player .caption {
padding: 8px 15px;
}

.fullscreen .c_button.js_cfullscreen {
//color: #853a95;
}

.fullscreen .c_button.js_cfullscreen .c_inner {
//background-color: #ffffff;
}

.c_button .icon_fullscreeen_exit {
display: none;
}

.c_button .icon_fullscreeen {
display: block;
}

.fullscreen .c_button .icon_fullscreeen_exit {
display: block;
}

.fullscreen .c_button .icon_fullscreeen {
display: none;
}

.c_button.js_cexpand_hor,
.c_button.js_cexpand_vert {
opacity: 0.3;
}

.fullscreen .c_button.js_cexpand_hor,
.fullscreen .c_button.js_cexpand_vert {
opacity: 1;
}

.mainnav_left,
.mainnav_right {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 11px;
}

.mainnav_left {
left: 4px;
}

.mainnav_right {
right: 4px;
}

@media(min-height:600px) {
.fullscreen.fill_vert .comic_pages {
    max-width: 300px;
}

}

@media(min-height:800px) {
.fullscreen.fill_vert .comic_pages {
    max-width: 400px;
}

}

@media(min-height:1070px) {
.fullscreen.fill_vert .comic_pages {
    max-width: 530px;
}

}

@media(max-width:1024px) {
.selectalias .active_selection {
    width: 80%;
}

.selectalias .arrow {
    width: auto;
    right: 20px;
}

.controls .c_button {
    width: 25%;
    padding: 1%;
}

.mainnav_left {
    display: none;
}

.mainnav_right {
    display: none;
}

[data-selectalias] {
    width: 100%;
    display: block;
}

.controls {
    width: 100%;
    left: 0%;
    padding: 10px;
}

.controls .select_padder {
    width: 100%;
    display: block;
    padding-bottom: 3%;
}

.fullscreen .controls .select_padder {
    width: 100%;
}

.controls .selectalias {
    padding-bottom: 0;
    height: 50px;
}

.comic_viewer {
    padding-bottom: 75px;
}

.c_button.hidden,
.c_button.js_cfullscreen,
.c_button.js_cexpand_hor,
.c_button.js_cexpand_vert {
    display: none;
}

.comic_container {
    padding: 0;
}

}

.gameiframewrapper{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    height: 1px !important; /*ios bug fix*/
    width: 1px !important; /*ios bug fix*/
    min-height: 100%; /*ios bug fix*/
    min-width: 100%; /*ios bug fix*/
    z-index: 1;
    /*overflow: auto;*/
}
.gameiframewrapper iframe{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    height: 1px !important; /*ios bug fix*/
    width: 1px !important; /*ios bug fix*/
    min-height: 100%; /*ios bug fix*/
    min-width: 100%; /*ios bug fix*/
    z-index: 1;
}
