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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Prevent font scaling in landscape while allowing user zoom */
html {
    -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* Common */
h1, h2, h3, h4, h5, h6 {
    font-family: "VAG Rounded W01 Bold",Arial, Helvetica, sans-serif;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

strong {
    font-family: "VAG Rounded W01 Bold";
}

@font-face {
    font-family:"VAG Rounded W01 Light";
src:url("/css/agkidzone/fonts/8eb3a61c-2df5-402f-aacc-7733752abec6.eot?#iefix");
src:url("/css/agkidzone/fonts/8eb3a61c-2df5-402f-aacc-7733752abec6.eot?#iefix") format("eot"),url("/css/agkidzone/fonts/67ca5d86-3357-4491-aa9f-6e7ff54b2e2e.woff") format("woff"),url("/css/agkidzone/fonts/888f8505-0e2c-41e8-af58-21279dda85e5.ttf") format("truetype"),url("/css/agkidzone/fonts/ca4650e2-5aa3-4755-9c6d-256cbb4f5115.svg#ca4650e2-5aa3-4755-9c6d-256cbb4f5115") format("svg");
}

@font-face {
    font-family:"VAG Rounded W01 Bold";
src:url("/css/agkidzone/fonts/e043dd77-7cee-4a3c-b628-822e3bdbc8ac.eot?#iefix");
src:url("/css/agkidzone/fonts/e043dd77-7cee-4a3c-b628-822e3bdbc8ac.eot?#iefix") format("eot"),url("/css/agkidzone/fonts/5b73c12f-4a5a-4d8c-81be-1babf4a3f3dd.woff") format("woff"),url("/css/agkidzone/fonts/5638af5b-03a3-4601-a279-943ee3b29448.ttf") format("truetype"),url("/css/agkidzone/fonts/40964335-0b3a-4c89-895c-1e8f58438faa.svg#40964335-0b3a-4c89-895c-1e8f58438faa") format("svg");
}

.ssc-friends-desc p a span{
	padding-right:3px;
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
}

.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}

body {
    margin: 0;
    background-color: #fff;
    font-family: "VAG Rounded W01 Light",Arial, Helvetica, sans-serif;
    background-image: url(/agkidzone/cb/respond/cbr-sky-new.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
}

img {
    max-width: 100%;
    height: auto;
}

#content {
    max-width: 970px;
    margin: 0px auto;
    z-index: 9;
    padding: 0px 5px;
    position: relative;
}

header #logo {
    float: left;
    margin: 15px 0px 5px 15px;
}

nav {
    margin-bottom: 13px;
    margin-left: 14%;
}

nav ul {
    border: 0px solid;
}

nav ul li {
    float: left;
    width: 16.5%;
    text-align: center;
}

nav ul li.menu-txt {
    display: none;
}

nav ul li a {
    color: #2b3990;
    font-size: 20px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.shop {
    display: none;
}

#soc-search {
    float: left;
    width: 91%;
}

#social {
    vertical-align: bottom;
    position: absolute;
    top: 25px;
    right: 20px;
}

#social ul li {
    float: left;
}

#social ul li:first-child {
    box-shadow: none;
}

.boxad {
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    width: 100%;
}

#search {
    width: 50%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #FFF;
    height: 25px;
    padding: 2px 2px 2px 15px;
    color: #666;
    margin-left: 20px;
}

#search input.search {
    border: 0px solid;
    width: 80%;
    padding-top: 4px;
}

#search input.s-button {
    border: 0px;
    background-color: #EC164C;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    font-weight: bold;
    height: 25px;
    float: right;
    padding: 0px 10px;
}

.icon-Videos {
    padding-top: 4px;
}


#cbr-legal {
    color: #482F64;
    font-family: arial,Geneva,sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 30px;
}

#cbr-legal h1, #cbr-legal h2, #cbr-legal h3 {
    padding: 10px 0px 10px 0px;
    color: #6F4899;
    line-height: 25px;
}

#cbr-legal ol {
    padding: 20px;
}

.swipe-wrap a {
    display: block;
    text-decoration: none;
}

#carousel-bullets {
    position: absolute;
    bottom: 20px;
    left: 5px;
}

#carousel-bullets li {
    float: left;
}

.carousel-caption {
    position: absolute;
    padding: 10px 15px;
    bottom: 2px;
    right: 0;
    color: white;
    width: 75%;
    text-align: right;
    background: rgba(231,56,39,0);
    background: -moz-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(111,72,153,0.98) 64%, rgba(111,72,153,1) 65%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,56,39,0)), color-stop(64%, rgba(111,72,153,0.98)), color-stop(65%, rgba(111,72,153,1)));
    background: -webkit-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(111,72,153,0.98) 64%, rgba(111,72,153,1) 65%);
    background: -o-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(111,72,153,0.98) 64%, rgba(111,72,153,1) 65%);
    background: -ms-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(111,72,153,0.98) 64%, rgba(111,72,153,1) 65%);
    background: linear-gradient(to right, rgba(231,56,39,0) 0%, rgba(111,72,153,0.98) 64%, rgba(111,72,153,1) 65%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#6F4899',GradientType=1 ); /* IE6-9 */
}

.carousel-caption h2 {
    font-size: 35px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.carousel-caption p {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-size: 15px;
    padding-top: 3px;
}

.cb-r-berry {
    background-image: url(/agkidzone/cb/respond/cbr-heart-off.png);
    background-repeat: no-repeat;
    width: 52px;
    height: 45px;
    cursor: pointer;
}

.cb-r-berry:hover, .cb-r-berry.active {
    background-image: url(/agkidzone/cb/respond/cbr-heart-on.png);
}

/*SPRITE INFO*/
.sprite {
    background: url(/agkidzone/cb/respond/cbr-sprite.png) no-repeat top left;
}

.social-icon {
    margin-left: 7px;
}

.sprite-cbr-flag {
    background-position: 0 -66px;
    width: 43px;
    height: 33px;
    display: block;
    text-indent: -9999px;
}

.social-icon-fg {
    background-image: url(/agkidzone/cb/respond/cbr-flag.png);
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 50px;
}

.sprite-fb {
    background-position: 0 -212px;
    display: block;
    height: 48px;
    text-indent: -9999px;
    width: 48px;
}

.social-icon-fb {
    background-image: url(/agkidzone/cb/respond/cbr-facebook.png);
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}

.sprite-insta {
    background-position: 0 -270px;
    display: block;
    height: 48px;
    text-indent: -9999px;
    width: 48px;
}

.social-icon-in {
    background-image: url(/agkidzone/cb/respond/cbr-instagram.png);
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}

.sprite-pin {
    background-position: 0 -328px;
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -9999px;
}

.social-icon-pn {
    background-image: url(/agkidzone/cb/respond/cbr-pinterest.png);
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}

.sprite-twit {
    background-position: 0 -386px;
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -9999px;
}

.social-icon-tw {
    background-image: url(/agkidzone/cb/respond/cbr-twitter.png);
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}

.sprite-ytube {
    background-position: 0 -444px;
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -9999px;
}

.social-icon-yt {
    background-image: url(/agkidzone/cb/respond/cbr-youtube.png);
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}

.sprite-cbr-aglogo {
    background-position: 0 0;
    padding-left: 200px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 56px;
}

#cb-corp {
    padding: 30px 0px 0px 0px;
    color: #2b3990;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
}

#cb-corp p {
    padding-top: 40px;
}
/*SPRITE INFO*/


/**
 * SSC Section
 */

/* Section */
.cbr-section:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cbr-section {
    padding: 12px 0;
}

#videos h3, #games h3, #apps h3, #activities h3, #shop h3 {
    color: #2b3990;
    padding: 5px 0px 5px 10px;
}

#apps h3 {
    margin-bottom: 15px;
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
}

.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}

/* CB thumbnails */

.ssc-thumbnails {
    position: relative;
}

.ssc-thumbnails .thumbnail-arrow {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 34px;
    height: 100%;
    z-index: 250;
    top: 0;
    cursor: pointer;
    opacity: 0.4;
}

.ssc-thumbnails .thumbnail-arrow:hover {
    opacity: 0.8;
}

.ssc-thumbnails .thumbnail-arrow.inactive {
    display: none;
}

.ssc-thumbnails .thumbnail-prev {
    background-image: url(/agkidzone/ss/respond/arrow_prev.png);
    left: 0;
}

.ssc-thumbnails .thumbnail-next {
    background-image: url(/agkidzone/ss/respond/arrow_next.png);
    right: 0;
}

.ssc-thumbnails .ssc-thumbnail {
    display: block;
    height: 100%;
    float: left;
    text-decoration: none;
    color: #439543;
}

.ssc-thumbnails .ssc-thumbnail img {
    width: 100%;
    display: block;
}

.ssc-thumbnails .ssc-thumbnail.drop-shadow img {
    box-shadow: 1px 8px 7px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 8px 7px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 8px 7px -6px #rgba(0, 0, 0, 0.5);
}

.ssc-thumbnails.no-img-responsive .ssc-thumbnail img {
    width: auto;
    margin: 0 auto;
}

.ssc-thumbnails.col-4 .ssc-thumbnail {
    width: 25%;
}

.ssc-thumbnails.col-3 .ssc-thumbnail {
    width: 33.33333333%;
}

.ssc-thumbnails.col-2 .ssc-thumbnail {
    width: 50%;
}

h4.title {
    color: #00AEEF;
    text-align: center;
    padding-top: 12px;
    font-family: "VAG Rounded W01 Light",Arial, Helvetica, sans-serif;
}

/**
 * Videos

 */

#videos {
    padding: 10px 0px;
    margin-top: -13px;
}

#videos h2, #games h2, #apps h2, #act h2, #shop h2 {
    color: #E61846;
    font-size: 25px;
    margin: 10px 0px 10px 10px;
    padding-top: 2px;
}

#videos a, #games a, #apps a, #act a {
    color: #439543;
    text-decoration: none;
}

#videos a:hover, #games a:hover, #apps a:hover, #activities a:hover {
    text-decoration: underline;
    color: #00AEEF;
}

#videos a span, #games a span, #apps a span, #act a span {
    padding-top: 8px;
    display: block;
}

#videos span.ad {
    color: #CCC;
    font-size: 11px;
}

#videos .videos {
    width: 34.43298%;
    float: left;
    text-align: center;
}

#videos .videos img {
    box-shadow: 1px 8px 7px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 8px 7px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 8px 7px -6px #rgba(0, 0, 0, 0.5);
}

#videos ul li span {
}

#videos .recad {
    float: left;
    width: 30.92783%;
    text-align: center;
}

#videos .recad .ad {
    color: #ccc;
    font-size: 11px;
}

/**
 * Games
 */

/**
 * Activities
 */

#activities .cbr-thumbnail + .cbr-thumbnail img {
    border-left: 1px solid #eee;
}

/**
 * Shop
 */
.second-header {
    float: left;
    padding-bottom: 25px;
    width: 100%;
}

.categories {
    color: #6F4899;
    float: left;
    font-size: 20px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    text-decoration: none;
    padding: 0 20px 10px 15px;
}

.categories-links {
    color: #6F4899;
    font-size: 18px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    margin-left: 132px;
    padding-bottom: 15px;
    text-decoration: none;
}

.categories-links a {
    color: #6F4899;
    font-size: 18px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
 }

 .categories-title {
    color: #6F4899;
    font-size: 24px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    font-weight: bold;
    padding: 2% 0 0 32%;
 }

.page-title {
    color: #6F4899;
    font-size: 30px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    font-weight: bold;
    padding: 15% 0 24% 2%;
}

.footer h2 {
    font-size: 20px;
}

.footer .findssc {
    float: left;
    width: 60%;
}

.footer .findssc ul {
}

.footer .findssc ul li, .footer .legalssc ul li {
    float: left;
    padding: 10px 10px 5px 0px;
}

.footer .findssc ul li a, .footer .legalssc ul li a {
    color: #2b3990;
}

.footer .legalssc {
    float: right;
    width: 40%;
}

#container {
    min-height: 100%;
    position: relative;
    height: 100%;
}

#footerbg {
    margin-top: -350px;
}

#cookies_footer {
    background-color: #333333;
    color: #fff;
    font-size: 14px;
    padding: 2%;
}
   
#cookies_footer p {
    margin-left: 7%;
}


.return-to-top {
    color: #6F4899;
    float: right;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    font-size: 20px;
    margin-top: 20px;
    padding: 10px 15px 0px 0px;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 100%;
 }

.return-to-top a {
    color: #6F4899;
    font-size: 18px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    margin-left: 0px;
}

.categories-menu {
    border-right: 1px solid rgba(128, 128, 128, 0.21);
    color: #3c5679;
    float:left;
    font-size: 18px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    height:100%;
    margin-top: 2%;
    padding: 0% 0% 0% 3%;
    width: 27%;
}

.categories-menu ul li a {
    line-height: 201%;
    list-style: none;
    margin-left: 6%;
    padding-top: 3%;
}

.categories-menu-title {
    color: #6F4899;
    font-size: 22px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
}

.categories-menu-title a {
    color: #6F4899;
    font-size: 22px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    text-decoration: none;
}

.categories-menu-title a:hover {
    color: #6F4899;
    font-size: 22px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    text-decoration: underline;
}
.categories-menu ul li a {
    color: #3e6f97;
    font-size: 18px;
    font-family: "VAG Rounded W01 Bold", arial, san-serif;
    text-decoration: none;
}

.categories-menu ul li a:hover {
    text-decoration: underline;
}

.whitebox {
    background-color: #ffffff;
}



 /*SHOP PAGE STYLES*/
 .all {
     min-height: 100px;
     float:right;
     width:72%;
 }

#ssc-shop-hero {
    background-image: url(/agkidzone/cb/respond/shop/cb-shp-hero.jpg);
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 23.09278350515464%;
    background-size: 100%;
    position: relative;
}

#ssc-shop-hero h1 {
    position: absolute;
    top: 30%;
    left: 50px;
    color: #FFF;
    text-shadow: 1px 2px 2px #333333;
    font-size: 80px;
}

#ssc-shop-hero span {
    margin-right: 15px;
    font-size: 70px;
}

#sscr-main .shop-item {
    box-sizing: border-box;
    float: left;
    margin: 3% 2% 0 -1%;
    padding: 0% 0 0 2%;
    -moz-box-sizing: border-box;
    width: 24%;
}

#sscr-main .shop-item img {
    border: 1px solid #F3F3F3;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 100%;
}

#sscr-main .shop-item h3 {
    color: #624795;
    font-size: 20px;
    padding: 8px 5px;
}

#sscr-main .shop-item p {
    font-size: 13px;
    line-height: 15px;
    padding-left: 3px;
}

#sscr-main .shop-item a {
    color: #624795;
    float: none;
    margin-top: 20px;
}

#sscr-main .shop-item.one {
    background: linear-gradient(#D1EAF7, #FFFFFF);
    background: -moz-linear-gradient(#D1EAF7, #FFFFFF);
    background: -o-linear-gradient(#D1EAF7, #FFFFFF);
    background: -webkit-linear-gradient(#D1EAF7, #FFFFFF);
    width: 97%;
    margin-left: 15px;
}

#sscr-main .shop-item.one h3 {
    font-size: 25px;
}

#sscr-main .shop-item.one p {
    font-size: 15px;
}

#sscr-main .shop-item.one img {
    width: 34%;
}

#sscr-main #top {
    margin-top: 15px;
}

a.shp-but-fox {
    display: block;
    text-indent: -9999px;
    background-image: url(/agkidzone/parents/vendors/agkzp_bnfs.gif);
    background-repeat: no-repeat;
    width: 217px !important;
    height: 45px !important;
}

a.shp-but-ttb {
    display: block;
    text-indent: -9999px;
    background-image: url(/agkidzone/parents/vendors/agkzp_bnttb.gif);
    background-repeat: no-repeat;
    width: 210px !important;
    height: 39px !important;
}

div.vertical-line{
    background-color: black;
    height: 100%;
    margin: 0 auto;
    width: 1px;
}

/*APPS PAGE*/
#ssc-apps-hero {
    background-image: url(/agkidzone/cb/respond/bios/cb-char-hero-new.png);
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 23.09278350515464%;
    background-size: 100%;
    position: relative;
}

#ssc-apps-hero h1 {
    position: absolute;
    top: 30%;
    left: 40%;
    color: #FFF;
    text-shadow: 2px 3px 8px #333333;
    font-size: 80px;
}

#ssc-apps-hero span {
    margin-right: 15px;
    font-size: 60px;
}

.ssc-app-sec {
    padding: 20px 50px;
    line-height: 20px;
}

.ssc-app-img {
    float: left;
    padding-right: 40px;
    width: 25%;
    text-align: center;
}

.ssc-app-img img {
    padding-bottom: 5px;
}

.ssc-app-img a {
    color: #614794;
    text-decoration: none;
    display: block;
}

.ssc-app-desc {
    float: left;
    width: 75%;
}

.ssc-app-desc h2 {
    color: #624795;
    padding: 15px 0px 5px 0px;
}

.ssc-app-desc p {
    margin: 20px 0px 30px 0px;
}

.ssc-app-desc ul {
}

.ssc-app-desc ul li {
    float: left;
    width: 25%;
    padding: 0px 3px;
}
/*.ssc-app-desc li a.bg-apple, .ssc-app-desc li a.bg-gp, .ssc-app-desc li a.bg-az, .ssc-app-desc li a.bg-nook{
    background-repeat:no-repeat; display:block; text-indent:-9999px; width:135px !important; height: 40px !important;}

.ssc-app-desc li a.bg-apple{background-image:url(/agkidzone/ss/respond/apps/badge-apple.png);}
.ssc-app-desc li a.bg-gp{background-image:url(/agkidzone/ss/respond/apps/badge-gp.png);}
.ssc-app-desc li a.bg-az{background-image:url(/agkidzone/ss/respond/apps/badge-az.png);}
.ssc-app-desc li a.bg-nook{background-image:url(/agkidzone/ss/respond/apps/badge-nook.png);}*/

.ssc-app-dropdown {
    background: #EBE2FC;
 /* Old browsers */
    overflow: hidden;
    padding: 10px 0;
    display: none;
}

.ssc-app-dropdown .screenshots,
.ssc-app-dropdown .trailer {
    display: none;
}

.ssc-app-dropdown .screenshots {
    margin-bottom: 0;
}

.ssc-app-dropdown .screenshots img {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

.ssc-app-dropdown .screenshots .slick-prev:before,
.ssc-app-dropdown .screenshots .slick-next:before {
    font-size: 38px;
}

.ssc-app-dropdown .screenshots .slick-prev {
    left: 0;
    width: auto;
    height: auto;
}

.ssc-app-dropdown .screenshots .slick-next {
    right: 0;
    width: auto;
    height: auto;
}

.ssc-app-dropdown .trailer iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
}

/*CHARACTERS PAGE*/



#ssc-friends-hero {
    background-image: url(/agkidzone/cb/respond/bios/cb-char-hero-new.png);
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 23.09278350515464%;
    background-size: 100%;
    position: relative;
}

#ssc-friends-hero h1 {
    position: absolute;
    top: 30%;
    left: 30%;
    color: #FFF;
    text-shadow:  2px 3px 8px #333333;
    font-size: 80px;
}

#ssc-friends-hero span {
    margin-right: 15px;
    font-size: 70px;
}

.cbr-stripe {
    position: absolute;
    top: 0px;
    width: 100%;
    color: #fff;
    padding: 25px;
}

.ssc-friends-char {
    width: 35%;
    float: left;
    margin: 0px 20px 0px 0px;
    position: relative;
    z-index: 20;
}

.ssc-friends-desc {
    float: left;
    width: 62%;
    color: #684B95;
    position: relative;
}

.ssc-friends-desc h2 {
    font-size: 35px;
    color: #fff;
}

.ssc-friends-desc a {
    color: #684B95;
    text-decoration: none;
}

.ssc-friends-desc span.icon-Activities {
    margin-left: 10px;
}

.ssc-friends-desc p {
    font-size: 18px;
    line-height: 25px;
    width: 95%;
    padding-top: 20px;
}

#ssc-friends-cb, #ssc-friends-sb, #ssc-friends-fb, #ssc-friends-gb, #ssc-friends-th, #ssc-friends-hb, #ssc-friends-wh, #ssc-friends-bhl, #ssc-friends-lhe, #ssc-friends-bhr, #ssc-friends-chp {
    overflow: hidden;
    height: 310px;
    padding-top: 10px;
    background-color: #000;
    position: relative;
}

#ssc-friends-cb {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,172,204,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(227,172,204,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,172,204,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,172,204,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,172,204,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(227,172,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3accc', GradientType=0 );
}

#ssc-friends-cb .cbr-cbcolor {
    background-color: #df5d9f;
}

#ssc-friends-sb {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,169,217,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(205,169,217,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,169,217,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,169,217,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,169,217,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(205,169,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cda9d9', GradientType=0 );
}

#ssc-friends-sb .cbr-cbcolor {
    background-color: #ac55bb;
}

#ssc-friends-fb {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,212,136,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,212,136,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,212,136,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,212,136,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,212,136,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,212,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0d488', GradientType=0 );
}

#ssc-friends-fb .cbr-cbcolor {
    background-color: #f1a800;
}

#ssc-friends-gb {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(158,208,244,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(158,208,244,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(158,208,244,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(158,208,244,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(158,208,244,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(158,208,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9ed0f4', GradientType=0 );
}

#ssc-friends-gb .cbr-cbcolor {
    background-color: #4ea9f1;
}

#ssc-friends-th{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,159,175,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,159,175,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,159,175,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,159,175,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,159,175,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(220,159,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dc9faf', GradientType=0 );
}

#ssc-friends-th .cbr-cbcolor {
    background-color: #C55164;
}

#ssc-friends-hb, #ssc-friends-bhr {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(167,161,198,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(167,161,198,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(167,161,198,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(167,161,198,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(167,161,198,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(167,161,198,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a7a1c6', GradientType=0 );
}

#ssc-friends-hb .cbr-cbcolor, #ssc-friends-bhr .cbr-cbcolor {
    background-color: #54468E;
}

#ssc-friends-wh, #ssc-friends-lhe {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,190,214,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,190,214,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,190,214,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,190,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,190,214,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,190,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edbed6', GradientType=0 );
}

#ssc-friends-wh .cbr-cbcolor, #ssc-friends-lhe .cbr-cbcolor {
    background-color: #E283B0;
}

 #ssc-friends-bhl {
    background: rgba(252,243,248,1);
    background: -moz-linear-gradient(top, rgba(252,243,248,1) 0%, rgba(221,151,104,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,243,248,1)), color-stop(100%, rgba(221,151,104,1)));
    background: -webkit-linear-gradient(top, rgba(252,243,248,1) 0%, rgba(221,151,104,1) 100%);
    background: -o-linear-gradient(top, rgba(252,243,248,1) 0%, rgba(221,151,104,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,243,248,1) 0%, rgba(221,151,104,1) 100%);
    background: linear-gradient(to bottom, rgba(252,243,248,1) 0%, rgba(221,151,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf3f8', endColorstr='#dd9768', GradientType=0 );
}

 #ssc-friends-bhl .cbr-cbcolor {
    background-color: #B92D3F;
}

 #ssc-friends-chp {
    background: rgba(225,233,247,1);
    background: -moz-linear-gradient(top, rgba(225,233,247,1) 0%, rgba(151,166,206,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,233,247,1)), color-stop(100%, rgba(151,166,206,1)));
    background: -webkit-linear-gradient(top, rgba(225,233,247,1) 0%, rgba(151,166,206,1) 100%);
    background: -o-linear-gradient(top, rgba(225,233,247,1) 0%, rgba(151,166,206,1) 100%);
    background: -ms-linear-gradient(top, rgba(225,233,247,1) 0%, rgba(151,166,206,1) 100%);
    background: linear-gradient(to bottom, rgba(225,233,247,1) 0%, rgba(151,166,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e9f7', endColorstr='#97A6CE', GradientType=0 );
}

 #ssc-friends-chp .cbr-cbcolor {
    background-color: #5A6A9B;
}

#ssc-privacy {
    margin: 30px;
    color: #326D32;
    font-family: arial, Geneva, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

#ssc-privacy h1 {
    padding-bottom: 10px;
    line-height: 35px;
}

#ssc-privacy ol {
    padding: 10px 0 10px 40px;
    list-style-type: decimal;
}

#friends-gallery .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

#friends-gallery .modal-dialog {
    max-width: 860px;
    margin: 12% auto;
}

#friends-gallery .modal-body {
    padding: 0;
    min-height: 480px;
}

#friends-gallery .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1100;
    cursor: pointer;
    display: block;
    text-shadow: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
    font-size: 24px;
    color: #fff;
}

#friends-gallery .slick-prev:before,
#friends-gallery .slick-next:before {
    font-size: 32px;
}

#friends-gallery .slick-prev,
#friends-gallery .slick-next {
    width: 32px;
    height: 32px;
}

#friends-gallery .slick-next {
    right: 20px;
}

#friends-gallery .slick-prev {
    left: 20px;
}

#friends-gallery .gallery {
    margin-bottom: 0;
}

#friends-gallery .gallery img {
    display: block;
    margin: 0 auto;
}

/* CONTACT FORM STYLES */
#sscr-contactr {
    float: right;
    width: 50%;
    margin-top: 10px;
}

#sscr-contactl {
    float: left;
    width: 30%;
    margin-left: 70px;
    margin-top: 10px;
}

#agk-contactuswrap h1, .contact-section h2 {
    color: #6f4899 !important;
    margin: 10px 0px;
}

#email_dialog {
    background: none !important;
    width: auto !important;
    float: none !important;
}

#email_dialog input, #email_dialog textarea {
    background-color: #FEF1F7;
    border: 1px solid #6f4899 !important;
    color: #000 !important;
}

.contact-us .contact-section p {
    font-weight: normal !important;
}

#email_dialog fieldset ol li {
    width: auto !important;
    float: none !important;
}

#email_dialog fieldset li label {
    background: none !important;
    text-indent: 5px !important;
    float: none !important;
    display: block;
    text-align: left !important;
    height: auto !important;
    width: 100% !important;
}

#email_dialog .contact-submit {
    background-color: #E84668 !important;
    border-radius: 25px;
    padding: 8px !important;
    width: 150px !important;
    color: #fff !important;
    cursor: pointer;
}

#email_dialog #header_message {
    font-weight: bold !important;
    height: auto !important;
}

#email_dialog fieldset ol li .form_error {
    float: none;
    margin: 5px 0px !important;
}

.catalog #instructions_bottom .section .tophead, .catalog #instructions_bottom .section .subhead {color:#944b9d !important;}

/* Screen size up to 768px */
@media screen and (max-width: 767px) {
    .naver {
    }

    .naver .naver-handle {
        background-color: #6F4899 !important;
    }

    nav {
        margin-top: 20px;
    }

    ul.navigation li.games {
        display: none;
    }

    .carousel-caption h2 {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 13px;
    }

    header #logo {
        width: 35%;
    }

    #soc-search {
        float: left;
        width: 80%;
        margin-top: 0px;
    }

    #social {
        display: none;
    }

    #search {
        width: 60%;
    }

    #search input.search {
        border: 0px solid;
        width: 60%;
        padding-top: 4px;
    }

    nav {
        float: none;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 1;
    }

    nav ul {
        background-color: #6F4899;
        width: 150px;
        padding: 25px 10px 1px 10px;
    }

    nav ul li {
        float: none;
        padding: 7px 0px;
        text-align: left;
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    nav ul li:last-child {
        border-bottom: 0px solid #fff;
    }

    nav ul li a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        display: block;
    }

    #games {
        display: none;
    }

    .more {
        display: none;
    }

    .shop {
        display: block;
    }

    .boxad {
        display: none;
    }

    #videos .videos {
        width: 50%;
    }

    h4, .h4 {
        font-size: 15px;
    }

    #content {
        padding: 0px 0px;
    }

    .recad {
        display: none;
    }

    .findssc, .legalssc {
        padding-left: 10px;
    }


/*SHOP PAGE 768*/
    .all {
        width:100%;
    }

    .categories-menu ul li a {
        font-size: 13px;
        margin-left: 0px;
    }

    .categories-menu-title a {
        color: #6F4899;
        font-size: 20px;
        font-family: "VAG Rounded W01 Bold", arial, san-serif;
        text-decoration: none;
    }

    #ssc-shop-hero h1 {
        font-size: 55px;
        left: 30px;
    }

    #ssc-shop-hero span {
        font-size: 40px;
    }

    #sscr-main .shop-item {
        float: left;
        height: 458px;
        margin-left: 0px;
        padding: 20px 4px;
        width: 47%;
    }

    #sscr-main .shop-item img {
        border: 1px solid #F3F3F3;
        float: none;
        margin: 0 auto;
        margin-right: 0px;
        padding-bottom: 10px;
        width: 75%;
    }

    #sscr-main .shop-item h3 {
        font-size: 21px;
        padding: 10px 0px 5px 0px;
    }

    #sscr-main .shop-item p {
        font-size: 13px;
        line-height: 15px;
        margin-left: 0;
        padding-left: 0;
    }

    #sscr-main .shop-item a {
        float: none;
        margin-top: 20px;
    }

    #ssc-shop-hero h1 {
        position: absolute;
        top: 35%;
        left: 30px;
        color: #FFF;
        text-shadow: 1px 2px 2px #333333;
        font-size: 50px;
    }

    #sscr-main .shop-item.one  {
        width: 96%;
    }

    #sscr-main .shop-item.one h3 {
        font-size: 21px;
    }

    #sscr-main .shop-item.one p {
        font-size: 13px;
        margin-left: 42%;
    }

    #sscr-main .shop-item.one img {
        float: left;
        margin-right: 10px;
        width: 40%;
    }

/*APP PAGE 768*/
    .ssc-app-sec {
        padding: 20px 10px;
        line-height: 20px;
    }

    #ssc-apps-hero h1 {
        font-size: 55px;
        left: 40%;
    }

    #ssc-apps-hero span {
        font-size: 40px;
    }

    .ssc-app-desc h2 {
        color: #C9424D;
        padding: 5px 0px 5px 0px;
        font-size: 20px;
    }

    .ssc-app-img {
        float: left;
        padding-right: 40px;
        width: 35%;
        text-align: center;
    }

    .ssc-app-desc {
        float: left;
        width: 65%;
    }

    .ssc-app-desc ul li {
        width: 50%;
    }

    .ssc-app-desc ul li img {
        width: 75%;
    }




/*CHARACTERS PAGE 768*/
    #ssc-friends-cb, #ssc-friends-sb, #ssc-friends-fb, #ssc-friends-gb, #ssc-friends-th, #ssc-friends-hb, #ssc-friends-wh, #ssc-friends-bhl, #ssc-friends-lhe, #ssc-friends-bhr, #ssc-friends-chp {
        overflow: hidden;
        height: 100%;
        padding-top: 10px;
        background-color: #000;
        position: relative;
    }

    #ssc-friends-hero h1 {
        font-size: 55px;
    }

    .cbr-stripe {
        padding: 20px;
    }

    .ssc-friends-char {
        float: left;
        margin: 0px 20px 0px 0px;
    }

    .ssc-friends-desc {
        float: left;
        width: 60%;
    }

    .ssc-friends-desc h2 {
        font-size: 25px;
        padding-bottom: 5px;
    }

    .ssc-friends-desc p {
        font-size: 15px;
        line-height: 20px;
        width: 98%;
        padding-top: 10px;
    }



/*CONTACT US STYLES*/
    #sscr-contactr {
        float: none;
        width: 100%;
    }

    #sscr-contactl {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
}

/* Screen size up to 480px */
@media only screen and (max-width: 480px) {
    header, .footer {
        background-repeat: repeat-x;
        background-size: 100%;
    }

    #content {
        padding: 0px;
    }

    nav {
        margin-top: 5px;
    }

    ul.navigation li.games {
        display: none;
    }

    #carousel-bullets {
        display: none;
    }

    .all {
        float:right;
        height:100%;
    }

    .categories-menu {
        border-right: 0px;
        color: #3c5679;
        float:left;
        font-size: 18px;
        font-family: "VAG Rounded W01 Bold", arial, san-serif;
        height:100%;
        margin: 2% 0% 3% 2%;
        padding: 0% 0% 0% 3%;
        width: 100%;
    }

    .categories-menu ul {
        float: right;
        padding: 3% 0% 1% 0%;
        font-size: 18px;
        font-family: "VAG Rounded W01 Bold", arial, san-serif;
    }

    .categories-menu ul li {
        display: block;
        float: left;
        padding: 9px 0px 0px 0px;
        margin: -15px 15px 4px 5px;
    }

    .categories-menu-title {
        float:left;
    }

    .categories-title {
        padding: 10% 0% 0% 0%;
        text-align: center;
    }

    .carousel-caption {
        position: relative;
        padding: 10px 15px;
        bottom: 4px;
        right: 0;
        color: white;
        width: 100%;
        text-align: left;
        background: #6F4899;
    }

    .carousel-caption {
        padding: 5px 10px;
    }

    .carousel-caption h2 {
        font-size: 15px;
    }

    .carousel-caption p {
        font-size: 11px;
    }

    #search {
        display: none;
    }

    header #logo {
        width: 35%;
    }

    #soc-search {
        margin-top: 0px;
    }

    #hero {
        position: relative;
    }

    #hero img {
        position: absolute;
        clip: rect(0px,504px,232px,280px);
        display: block;
    }

    #videos .recad {
        float: none;
        width: 90% !important;
        margin: 0 auto;
        text-align: center;
    }

    #videos .videos {
        width: 50% !important;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    #shop .shop-sec1 {
        width: 50%;
    }

    #shop .shop-sec2 {
        width: 50%;
    }

    #shop .shop-sec3 {
        display: none;
    }


/*SHOP PAGE 480*/
    #ssc-shop-hero h1 {
        left: 20px;
        font-size: 30px;
    }

    #ssc-shop-hero span {
        margin-right: 15px;
        font-size: 25px;
    }

    #sscr-main .shop-item {
        width: 100%;
        float: left;
        margin-left: 0px;
        padding: 20px 10px 0px 10px !important;
        text-align: center;
    }

    #sscr-main .shop-item:nth-of-type(even) {
        background-color: #FDF4F9;
    }

    #sscr-main .shop-item img {
        margin-right: 0px;
        width: 60%;
        float: none;
        margin-left: 0px;
        display: block;
        margin: 0 auto;
        padding-bottom: 0px;
    }

    #sscr-main .shop-item a {
        width:100%;
        margin: 20px auto;
    }

    #sscr-main .shop-item.one  {
        width: 100%;
        margin: 0px;
    }

    #sscr-main .shop-item.one p {
        margin-left: 0;
    }

    #sscr-main .shop-item.one img {
        display: inline;
        float: none;
        margin-right: 0;
        width: 60%;
    }



/*APP PAGE 480*/
    #ssc-apps-hero h1 {
        left: 40%;
        font-size: 30px;
    }

    #ssc-apps-hero span {
        margin-right: 15px;
        font-size: 25px;
    }

    .ssc-app-sec {
        padding: 20px 5px;
        line-height: 14px;
        font-size: 13px;
    }

    .ssc-app-desc h2 {
        color: #C9424D;
        padding: 5px 0px 5px 0px;
        font-size: 14px;
    }

    .ssc-app-img {
        float: left;
        padding-right: 10px;
        width: 35%;
        text-align: center;
    }

    .ssc-app-img a {
        padding: 2px 0px;
    }

    .ssc-app-desc {
        float: left;
        width: 65%;
    }

    .ssc-app-desc p {
        margin: 10px 0px 10px 0px;
    }

    .ssc-app-desc ul li {
        width: 50%;
        margin-bottom: 8px;
    }

    .ssc-app-desc ul li img {
        width: 95%;
    }

    .footer {
        margin-top: 0px;
        height: 205px;
    }

    .footer .findssc {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }

    .footer .findssc ul {
    }

    .footer .findssc ul li, .footer .legalssc ul li {
        float: left;
        padding: 5px 5px 5px 0px;
    }

    .footer .legalssc {
        float: none;
        width: 100%;
    }

    .findssc, .legalssc {
        padding-left: 10px;
    }

    #cb-corp {
        padding: 20px !important;
    }

    #cb-corp p {
        padding-top: 10px;
        padding-left: 10px;
        font-size: 12px;
    }

    .sprite-cbr-aglogo {
        float: none;
        margin-left: 10px;
    }

/*FRIENDS PAGE 480*/

    #ssc-friends-hero h1 {
        position: absolute;
        top: 35%;
        left: 30%;
        color: #FFF;
        text-shadow: 1px 2px 2px #333333;
        font-size: 30px;
    }

    #ssc-friends-hero span {
        margin-right: 15px;
        font-size: 25px;
    }

    #ssc-friends-cb, #ssc-friends-sb, #ssc-friends-fb,  #ssc-friends-gb,  #ssc-friends-th, #ssc-friends-hb,  #ssc-friends-wh, #ssc-friends-bhl, #ssc-friends-lhe, #ssc-friends-bhr, #ssc-friends-chp {
        height: 100%;
    }

    #ssc-friends-cb span.extra, #ssc-friends-sb span.extra, #ssc-friends-fb span.extra,  #ssc-friends-gb span.extra,  #ssc-friends-th span.extra, #ssc-friends-hb span.extra,  #ssc-friends-wh span.extra, #ssc-friends-bhl span.extra, #ssc-friends-lhe span.extra, #ssc-friends-bhr span.extra, #ssc-friends-chp span.extra {
        display: none;
    }

    .ssc-friends-char {
        float: left;
        margin: 0px 10px 0px 0px;
    }

    .ssc-friends-desc {
        float: left;
        width: 60%;
        margin-top: 5px;
    }

    .ssc-friends-desc h2 {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .ssc-friends-desc p {
        font-size: 11px;
        line-height: 12px;
        width: 100%;
    }

    #friends-gallery .modal-dialog {
        margin: 0 auto;
    }

    #friends-gallery .gallery button {
        display: none !important;
    }
}

/* Modal */
.close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
	/*opacity: .2;*/
	/*filter: alpha(opacity=20);*/
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 35px 35px 10px 35px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-footer:after {
    clear: both;
}

/* Helpers */
.show {
    display: block !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden;
}

/* Country Flag Selector */
#country-picker {
/*  background: url(/agkidzone/country_picker_top.png) no-repeat;*/
    width: 839px;
    position: relative;
    margin: 0 auto;
    background-color: #4ABAEC;
    border-radius: 6px;
    padding: 6px;
    border: 4px solid #575757;
    border-radius: 6px;
}

#country-picker-modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

#country-picker-content {
    background-color: #fff;
}

#country-picker-close {
    background: url(/agkidzone/country_picker_x.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -8px;
    text-indent: -9999px;
    top: -8px;
    width: 32px;
    z-index: 9999;
}

#country-picker-inner {
/*  background: url(/agkidzone/country_picker_repeat.png);*/
    min-height: 374px;
    position: relative;
}

#country-picker-portrait {
    height: 100%;
    position: absolute;
    width: 330px;
}

#country-picker.cb #country-picker-portrait {
    background-color: #E2F4FB;
}

#country-picker.ss #country-picker-portrait {
    background-color: #ffdde6;
}

#country-picker-title {
    background-image: url(/agkidzone/country_picker_titles.png);
    background-repeat: none;
    height: 46px;
    margin: 20px auto 0 !important;
    text-indent: -9999px;
    width: 270px;
}

#country-picker.ss #country-picker-title {
    background-position: 0 -48px;
}

#country-picker-hero {
    background-image: url(/agkidzone/country_picker_heroes.png);
    background-repeat: none;
    bottom: 0px;
    height: 282px;
    position: absolute;
}

#country-picker.cb #country-picker-hero {
    background-position: -239px 0;
    left: 74px;
    width: 186px;
}

#country-picker.ss #country-picker-hero {
    left: 44px;
    width: 236px;
}

#country-picker-country-name {
    display: none;
}

#country-picker-flags {
    background-color: #fff;
    float: right;
    min-height: 374px;
    width: 489px;
    padding-top: 20px;
}

#country-picker.cb #country-picker-flags {
/*  background: url(/agkidzone/country_picker_divider_cb.png) repeat-y left top #fff;*/;
}

#country-picker.ss #country-picker-flags {
    background: url(/agkidzone/country_picker_divider_ss.png) repeat-y left top #fff;
}

#country-picker-flags ul {
    margin: 0;
    padding: 0px 37px 36px;
}

#country-picker-flags li {
    background-image: url(/agkidzone/country_picker_flags.png);
    background-repeat: none;
    float: left;
    height: 64px;
    list-style-type: none;
    margin: 6px;
    width: 90px;
}

#country-picker-flags li a {
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}

/* Countries */
#country-picker-flags li.ca {
    background-position: 0 -264px;
}

#country-picker-flags li.ast {
    background-position: 0 -66px;
}

#country-picker-flags li.fca {
    background-position: 0 -330px;
}

#country-picker-flags li.br {
    background-position: 0 -198px;
}

#country-picker-flags li.uk {
    background-position: 0 -1848px;
}

#country-picker-flags li.es {
    background-position: 0 -1584px;
    display: none;
}

#country-picker-flags li.de {
    background-position: 0 -792px;
}

#country-picker-flags li.fr {
    background-position: 0 -726px;
}

#country-picker-flags li.it {
    background-position: 0 -990px;
    display: none;
}

#country-picker-flags li.mx {
    background-position: 0 -1122px;
}

#country-picker-flags li.ar {
    background-position: 0 0px;
    display: none;
}

#country-picker-flags li.cl {
    background-position: 0 -396px;
    display: none;
}

#country-picker-flags li.co {
    background-position: 0 -528px;
    display: none;
}

#country-picker-flags li.pe {
    background-position: 0 -1386px;
    display: none;
}

#country-picker-flags li.pa {
    background-position: 0 -1254px;
    display: none;
}

#country-picker-flags li.nl {
    background-position: 0 -132px;
    display: none;
}

#country-picker-flags li.us {
    background-position: 0 -1914px;
    display: none;
}

#country-picker-bottom {
/*  background: url(/agkidzone/country_picker_bottom.png) no-repeat;
  height: 13px;
  width: 839px;*/;
}

@media screen and (max-width: 320px) {
    #country-picker-flags ul {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    #country-picker-flags ul {
        padding-left: 6px;
        padding-right: 6px;
    }

    #country-picker-flags li {
        margin: 6px 3px;
    }
}

@media screen and (max-width: 891px) {
    #country-picker {
        width: auto;
        margin: 0 14px;
    }

    #country-picker-portrait {
        background-color: transparent !important;
        width: 100%;
        height: auto;
        width: auto;
        position: relative;
    }

    #country-picker-title {
        background: none;
        height: auto;
        margin: 0;
        text-indent: 0px;
        width: auto;
        text-align: center;
        width: 100%;
        color: #6F4899;
        margin-top: 0px !important;
        padding-top: 14px;
    }

    #country-picker-hero {
        display: none;
    }

    #country-picker-flags {
        float: none;
        width: auto;
    }
}

@media screen and (min-width: 900px) {
    #country-picker {
        width: 839px;
    }
}

@media screen and (max-width: 767px) {
    .categories {
        color: #6F4899;
        float: none;
        font-size: 20px;
        font-family: "VAG Rounded W01 Bold", Arial, san-serif;
        padding: 0 20px 10px 15px;
        text-decoration: none;
}

    .categories-links a {
        color: #6F4899;
        font-size: 18px;
        font-family: "VAG Rounded W01 Bold", arial, san-serif;
        margin-left: 0px;
}

    .categories-links {
        margin-left: 15px;
        margin-right: 10px;
    }
}
