/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License:none (public domain)*/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}/* 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}

/*--- Custom Fonts ---*/
/*
@font-face {
	font-family:avenir-next-rounded-std-med;
    src: url('http://www.cartoonnetwork.com/static/fonts/AvenirNextRoundedStd-Med.otf');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face{
    font-family:avenir-next-rounded-std-med;
    src:url("secure-fonts/24bb7030-aa2b-4728-8c50-0d5a19597835.eot");
    src:url("secure-fonts/24bb7030-aa2b-4728-8c50-0d5a19597835.eot") format("eot"),
    	url("secure-fonts/c4f4af3e-b5b8-4fb3-b707-670bbc765c69.woff") format("woff"),
    	url("secure-fonts/58765556-0682-4c0d-a380-ddc721268253.ttf") format("truetype"),
    	url("secure-fonts/5ba56fed-120b-437e-b74b-fdb7563b5f1b.svg") format("svg");
    font-weight: normal;
    font-style:normal;
}

@font-face {
	font-family: 'cn-bold';
    src: url('secure-fonts/cn_bold.eot');
    src: url('secure-fonts/cn_bold.eot#iefix') format('embedded-opentype'),
         url('secure-fonts/cn_bold.woff') format('woff'),
         url('secure-fonts/cn_bold.ttf') format('truetype'),
         url('secure-fonts/cn_bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'cn-symbols';
    src: url('secure-fonts/cn-symbols.eot');
    src: url('secure-fonts/cn-symbols.eot#iefix') format('embedded-opentype'),
         url('secure-fonts/cn-symbols.woff') format('woff'),
         url('secure-fonts/cn-symbols.ttf') format('truetype'),
         url('secure-fonts/cn-symbols.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-font-smoothing: antialiased !important;
}
.cn_symbols{
	text-transform:lowercase;
	font-family:cn-symbols;
}

/*----- Global shadow class, add it to all modules -----*/
.shadow {
	-moz-box-shadow: 2px 4px 8px 0px #333;
	-webkit-box-shadow: 2px 4px 8px 0px #333;
	box-shadow: 2px 4px 8px 0px #333;
}

/* ========== Global footer ======================================================================= */
#global-footer {
    background-color: #000;
    color:#fff;
    margin-top:30px;
    padding:50px 0;
    position: relative;
    z-index: 100;
}
    .global-footer-wrapper{
        margin:0 auto;
        max-width:980px;
        width:100%;
    }
        #global-footer-nav{
            color:#fff;
            display:inline-block;
            font-family:Arial, Helvetica, sans-serif;
            font-size:11px;
            font-weight:bold;
            line-height:35px;
            margin-top:-10px;
            max-width:200px;
            padding:10px 2.5% 10px 5%;
            text-transform:uppercase;
            vertical-align:top;
            width:21%;
        }
            #global-footer-nav li{
                list-style:none;
            }
                #global-footer-nav li a:link{
                    color:inherit;
                    text-decoration:none;
                }
                #global-footer-nav li a:visited{
                    color:inherit;
                }
                #global-footer-nav li a:hover{
                    color:#ec008c;
                }
                #global-footer-nav #global-footer-privacy-link {
                    color: #86e0ff;
                }
        #global-footer-copy{
            border-left:1px solid #fff;
            color:#fff;
            display:inline-block;
            font-family:Arial, Helvetica, sans-serif;
            max-width:655px;
            padding:10px 5.1% 10px 3%;
            vertical-align:top;
            width:55%;
        }
            .global-footer-copy-legal-large{
                font-size:11px;
                line-height:13px;
                margin-bottom:15px;
            }
            .global-footer-copy-legal-small{
                font-size:9px;
                line-height:12px;
                margin-bottom:15px;
            }
            .global-footer-copy-images{
                margin-top:40px;
                
            }               
                .global-footer-copy-images-cartoon-network-logo{
                    display:inline-block;
                    height:26px;
                }
                .global-footer-copy-images-rating{
                    display:inline-block;
                    height:26px;
                    margin-left:15px;
                }
                .global-footer-copy-images-georgia{
                    display:inline-block;
                    height:26px;
                    margin-left:15px;
                }                
@media only screen and (min-width:481px) and (max-width:767px) {
#global-footer {
    padding:50px 30px;
}
    .global-footer-wrapper{
        max-width:none;
    }
        #global-footer-nav{
            font-size:14px;
            line-height:45px;
            margin-top:-14px;
            max-width:none;
            padding:0;
            width:49%;
        }
                .global-footer-nav-text{
                    text-decoration:underline;
                }
                #global-footer-nav li a:hover{
                    color:#fff;
                }
        #global-footer-copy{
            border-left:none;
            max-width:none;
            padding:0;
            width:50%;
        }
            .global-footer-copy-legal-large{
                display:none;
            }
            .global-footer-copy-legal-small{
                font-size:16px;
                line-height:20px;
                margin-bottom:20px;
            }
            .global-footer-copy-images-cartoon-network-logo{
                height:41px;
                width:auto;
            }
            .global-footer-copy-images-rating{
                height:41px;
                margin-left:3.2%;
                width:auto;
            }
            .global-footer-copy-images-georgia{
                display: block;
                height:41px;
                margin-left:3.2%;
                margin-top: 26px;
                width:auto;
            }
}
@media only screen and (max-width:480px) {
#global-footer {
    padding:25px 15px;
}
    .global-footer-wrapper{
        max-width:none;
    }
        #global-footer-nav{
            font-size:9px;
            line-height:25px;
            margin-top:-9px;
            max-width:none;
            padding:0;
            width:49%;
        }
                .global-footer-nav-text{
                    text-decoration:underline;
                }
                #global-footer-nav li a:hover{
                    color:#fff;
                }
        #global-footer-copy{
            border-left:none;
            max-width:none;
            padding:0;
            width:49%;
        }
            .global-footer-copy-legal-large{
                display:none;
            }
            .global-footer-copy-legal-small{
                font-size:8px;
                line-height:10px;
                margin-bottom:10px;
            }
            .global-footer-copy-images-cartoon-network-logo{
                height:20.5px;
                width:auto;
            }
            .global-footer-copy-images-rating{
                height:20.5px;
                margin-left:3.2%;
                width:auto;
            }                        
            .global-footer-copy-images-georgia{
                display: block;                
                height:20.5px;
                margin-left:3.2%;
                margin-top: 16px;                
                width:auto;
            }            
}
/* ========== end global footer =================================================================== */

/*--- marketing tracking pixel ---*/
.tracking-pixel {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;  
}

/* CVP Auth flash object - hiding it so it doesn't show on the page */
#cvpXhrFlash {
    position: absolute;
    bottom: 0;
    left: 0;  
    visibility: hidden;  
}


/*--- clear fix ---*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
} /* IE6 */

*:first-child+html .clearfix, *:first-child+html #_sb_alertContent {
    zoom: 1;
} /* IE7 */

a {text-decoration: none;}

/* ========= TOS Cookie css =======================================================================*/



/* Terms of use bar */

#tos-bar {
    height:69px;
    background-color:#fff000;
    position:relative;
    z-index: 11;
}

#tos-wrap {
    width:95.7%;
    margin:0 auto; 
}

#tos-text {
    float:left;
}

#tos-text p {
    font:19px/70px avenir-next-rounded-std-med, arial, sans-serif;
}

#tos-text p a {
        font:23px cn-bold, serif;
        border-bottom:3px solid #000;
        margin:0 8px;
        color:#000;
        text-transform:uppercase;
}

#tos-text p a:hover {
    border-bottom:6px solid #000;
}

#tos-close {
    float:right;
    margin: 10px 0 0 0;
    border:2px solid #000;
    width:52px;
    height:44px;
    background:url(img/tos-sprite.png) no-repeat;
    background-position:5px 2px;
}

#tos-close:hover {
    background-color:#000;
    background-position:-77px 2px;
    cursor:pointer;
}


#tos-close span {
    display:none;
}



@media only screen and (min-width : 1200px) and (max-width : 1921px) {


    #tos-text p {
        font-size:24px;
        line-height:65px;
    }


    #tos-text p a {
        font-size:28px;
    }

}



@media only screen and (min-width : 1050px) and (max-width : 1199px) {

    #tos-text p {
        font-size:21px;
        line-height:68px;
    }


    #tos-text p a {
        font-size:25px;
    }

}

@media only screen and (min-width : 1030px) and (max-width : 1049px) {

    #tos-text p {
        font-size:20px;
        line-height:69px;
    }


    #tos-text p a {
        font-size:24px;
    }

}

@media only screen and (min-width : 980px) and (max-width : 1029px) {

    #tos-text p {
        font-size:19px;
        line-height:70px;
    }


    #tos-text p a {
        font-size:23px;
    }

}


@media only screen and (min-width : 640px) and (max-width : 980px) {

    #tos-bar {
        height:94px;
    }

    #tos-text {
        width:90%;  
    }

    #tos-text p {
        padding:11px 0 0 0;
        font:21px/33px avenir-next-rounded-std-med, arial, sans-serif;
        width:500px;
        text-align:center;
        margin:0 auto;
    }

    #tos-text p a {
        font-size:23px;
    }

    #tos-text p a:hover {
        border-bottom:4px solid #000;
    }

    #tos-close {
        margin: 17px 0 0 0;
        border:3px solid #000;
        width:65px;
        height:55px;
        background-position:8px -38px;
    }

    #tos-close:hover {
        background-position:-74px -38px;
    }

}


@media only screen and (min-width : 640px) and (max-width : 749px) {

    #tos-text {
        width:85%;  
    }

}


@media only screen and (max-width : 639px) {
        
    #tos-bar {
        height:155px;
    }


    #tos-text {
        float:none;
    }

    #tos-text p {
        font-size:17px;
        line-height:30px;
        width:303px;
        text-align:center;
        margin:0 auto;
    }

    #tos-text p a {
        font-size:19px;
        border-bottom:2px solid #000;
        margin:0 4px;
        color:#000;
    }

    #tos-text p a:hover {
        border-bottom:2px solid #000;
    }

    #tos-close {
        float:none;
        margin:11px auto 0;
        border:3px solid #000;
        width:288px;
        height:35px;
        text-indent:0px;
        text-align:center;
        text-indent:30px;
        background-position:90px -90px;

    }

    #tos-close:hover {
        background-position:90px -90px;
        background-color:#fff000;
    }


    #tos-close p span {
        display:inline;
        font:25px/35px cn-bold, serif;
        text-transform:uppercase;
    }

}

/* ========= end of TOS cooke  ==================================================== */