/* Initial Positions for theme elements */
.wild-kratts-wild-alaska-theme #wild-kratts-wild-alaska .title-block.init-state { 
    -webkit-transform:scale(.7);
    -moz-transform:scale(.7);
    -ms-transform:scale(.7);
    -o-transform:scale(.7);
    transform:scale(.7);
    opacity: 0;
}

.wild-kratts-wild-alaska-theme .title-block{
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wild-kratts-wild-alaska-theme #wild-kratts-wild-alaska .characters.init-state{
    -webkit-opacity: 0;	
    -moz-opacity: 0;	
    -ms-opacity: 0;	
    -o-opacity: 0;	
    opacity: 0;	
} 

.wild-kratts-wild-alaska-theme #wild-kratts-wild-alaska .characters.init-state #bear,
.wild-kratts-wild-alaska-theme #wild-kratts-wild-alaska .characters.init-state #bird{
    bottom: -457px;
    left: -45px;
}
.wild-kratts-wild-alaska-theme #wild-kratts-wild-alaska .characters.init-state #group{
    left: 500px;
}

.wild-kratts-wild-alaska-theme #wild-kratts-wild-alaska .title-block.init-state #titleLogo {
    top:-970px; 
}

.wild-kratts-wild-alaska-theme #wild-kratts-wild-alaska .title-block.init-state #date {
    bottom:-929px;
}

.wild-kratts-wild-alaska-theme .characters,
.wild-kratts-wild-alaska-theme #bear,
.wild-kratts-wild-alaska-theme #bird,
.wild-kratts-wild-alaska-theme #group{
    -webkit-transition-property: bottom, left, right, opacity, scale;
    -moz-transition-property: bottom, left, right, opacity, scale;
    -ms-transition-property: bottom, left, right, opacity, scale;
    -o-transition-property: bottom, left, right, opacity, scale;
    transition-property: bottom, left, right, opacity, scale;
    
    -webkit-transition-duration: .75s;
    -moz-transition-duration: .75s;
    -ms-transition-duration: .75s;
    -o-transition-duration: .75s;
    transition-duration: .75s;
    
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Headband override */
body.wild-kratts-wild-alaska-theme {
    background:#686bfc;
}

#headband-container #parents-message-bar,
body.wild-kratts-wild-alaska-theme div#headband-container,
body.wild-kratts-wild-alaska-theme div#headband-container #parents-message-bar .parents-message .more-toggle{
	background-color: #ffefcc;	
}

body.wild-kratts-wild-alaska-theme div#headband-container .headband-nav{
	background-color: #ffd880;	
}

body.wild-kratts-wild-alaska-theme div#headband-container a,
body.wild-kratts-wild-alaska-theme div#headband-container .headband-nav .nav-item a,
body.wild-kratts-wild-alaska-theme div#headband-container #parents-message-bar .parents-message,
body.wild-kratts-wild-alaska-theme div#headband-container #headband-user-block {
	color: #f26c11;
}

body.wild-kratts-wild-alaska-theme div#headband-container #parents-message-bar .for-parents-badge,
body.wild-kratts-wild-alaska-theme div#headband-container #parents-message-bar #squished-headband-toggle{
	background-color: #f26c11;
	border-color: #dd610c;
}

body.wild-kratts-wild-alaska-theme div#headband-container #parents-message-bar .parents-bar-bookmarks ul li .parents-bar-bookmark{
	background-color: #ff8b00;
}

body.wild-kratts-wild-alaska-theme div#headband-container #parents-message-bar .for-parents-badge:after{
	border-left-color: #ffffff;	
}

body.wild-kratts-wild-alaska-theme #headband-container .headband-nav .nav-item.settings button[data-action=settings-trigger]{
	background-position: 75% 50% !important;
}

.no-svg body.wild-kratts-wild-alaska-theme #headband-container .headband-nav .nav-item.settings button[data-action=settings-trigger]{	
}

/* Loaded Theme Styles */
.wild-kratts-wild-alaska-theme .scroll-panel.theme-section #theme-stage{
    margin-bottom: 0px;
    background: url('../images/background.jpg');
    background-size:100%;
    background-repeat: no-repeat;
    top:0;
    position:absolute;
}

.wild-kratts-wild-alaska-theme #wild-kratts-wild-alaska{
    position: absolute;
    width: 750px;
    left: 50%;
    margin-left: -375px;
    bottom: 0;
    top: 0;
}

.wild-kratts-wild-alaska-theme .title-block{
    width: 850px;
    height: 406px;	
    background-size: 100%;
    position: absolute;
    bottom: 275px;
    right: -314px;
    z-index:1;

    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

.wild-kratts-wild-alaska-theme .character-stage{
    position: absolute;
}
.wild-kratts-wild-alaska-theme #titleLogo{
    left: -630px;
    max-width: 720px;
    top: 13px;
    z-index: 2;
}
.wild-kratts-wild-alaska-theme #date{
    left: -420px;
    max-width: 350px;
    bottom: -20px;
    z-index: 3;
}
.wild-kratts-wild-alaska-theme #bear,
.wild-kratts-wild-alaska-theme #bird{
    display:none;
}
.wild-kratts-wild-alaska-theme #group{
    left: 0px;
    bottom: 23px;
    min-width: 1220px;
}
.wild-kratts-wild-alaska-theme .character-stage .character{
    width: 100%;
}


/* Media Queries */
@media only screen and (min-width: 1601px) {
    .wild-kratts-wild-alaska-theme #group{
        left: 0px;
        bottom: 213px;
        min-width: 1270px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo{
        left: -570px;
        max-width: 720px;
        top: -277px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #date{
        left: -403px;
        max-width: 430px;
        bottom: 252px;
        z-index: 3;
    }
}
@media only screen and (max-width: 1600px) {
    .wild-kratts-wild-alaska-theme #group {
        left: 0px;
        bottom: 173px;
        min-width: 1220px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -450px;
        max-width: 720px;
        top: -257px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -369px;
        max-width: 430px;
        bottom: 230px;
        z-index: 3;
    }
}
@media only screen and (max-width: 1380px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section #theme-stage {
        background-size: 125%;
        background-position: center top;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: -40px;
        bottom: 143px;
        min-width: 1130px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -300px;
        max-width: 720px;
        top: -247px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -309px;
        max-width: 370px;
        bottom: 210px;
        z-index: 3;
    }
}
@media only screen and (max-width: 1025px) {
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -148px;
        max-width: 650px;
        top: -287px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: 191px;
        max-width: 320px;
        bottom: 386px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: -140px;
        bottom: 184px;
        min-width: 1000px;
    }
}
@media only screen and (max-width: 775px) {
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -47px;
        max-width: 480px;
        top: -287px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: 191px;
        max-width: 240px;
        bottom: 461px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: -70px;
        bottom: 354px;
        min-width: 840px;
    }
}
@media only screen and (max-width: 601px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #group {
        display: none;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 250px;
        bottom: -16px;
        max-width: 370px;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: 60px;
        bottom: 104px;
        min-width: 890px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -20px;
        max-width: 400px;
        top: 122px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -61px;
        max-width: 240px;
        bottom: 61px;
        z-index: 2;
    }
}
@media only screen and (max-width: 500px) {
      .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 20px;
        max-width: 320px;
        top: 138px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: 139px;
        max-width: 190px;
        bottom: 271px;
        z-index: 2;
    }
    wild-kratts-wild-alaska-theme #bird {
        left: 100px;
        bottom: 184px;
        min-width: 750px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 260px;
        bottom: 126px;
        max-width: 270px;
    }
}

@media only screen and (min-width: 1601px) and (max-height: 1200px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
	 	min-height: 841px;
	}
    .wild-kratts-wild-alaska-theme #group {
        left: 50px;
        bottom: 73px;
        min-width: 1190px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -510px;
        max-width: 720px;
        top: -108px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -403px;
        max-width: 430px;
        bottom: 62px;
        z-index: 3;
    }
}
@media only screen and (max-width: 1600px) and (max-height: 1200px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
	 	min-height: 841px;
	}
    .wild-kratts-wild-alaska-theme #group {
        left: 0px;
        bottom: 93px;
        min-width: 1220px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -450px;
        max-width: 720px;
        top: -77px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -369px;
        max-width: 430px;
        bottom: 21px;
        z-index: 3;
    }
}
@media only screen and (max-width: 1380px) and (max-height: 1200px) {
 .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
	 	min-height: 841px;
	}    
.wild-kratts-wild-alaska-theme #titleLogo {
        left: -300px;
        max-width: 620px;
        top: -67px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -299px;
        max-width: 340px;
        bottom: 80px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 30px;
        bottom: 143px;
        min-width: 1000px;
    }
}
@media only screen and (max-width: 1025px) and (max-height: 1200px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 841px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -190px;
        max-width: 560px;
        top: -107px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -192px;
        max-width: 290px;
        bottom: 180px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 40px;
        bottom: 143px;
        min-width: 930px;
    }
}
@media only screen and (max-width: 775px) and (max-height: 1200px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 841px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -70px;
        max-width: 480px;
        top: -127px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -112px;
        max-width: 290px;
        bottom: 263px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 50px;
        bottom: 228px;
        min-width: 790px;
    }
}
@media only screen and (max-width: 601px) and (max-height: 1200px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 40px;
        max-width: 352px;
        top: 103px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -64px;
        max-width: 220px;
        bottom: 93px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: -40px;
        bottom: 84px;
        min-width: 890px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 150px;
        bottom: -6px;
        max-width: 340px;
    }
}
@media only screen and (max-width: 500px) and (max-height: 1200px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 117px;
        max-width: 223px;
        top: 73px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -4px;
        max-width: 220px;
        bottom: 137px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: 20px;
        bottom: 134px;
        min-width: 890px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 180px;
        bottom: 74px;
        max-width: 330px;
    }
}


@media only screen and (min-width: 1601px) and (max-height: 1010px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 794px;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 80px;
        bottom: 33px;
        min-width: 1190px;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -403px;
        max-width: 430px;
        bottom: 12px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -510px;
        max-width: 720px;
        top: -58px;
        z-index: 2;
    }
}
@media only screen and (max-width: 1600px) and (max-height: 1010px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
	 	min-height: 794px;
	}
}
@media only screen and (max-width: 1380px) and (max-height: 1010px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
	 	min-height: 794px;
	}
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -300px;
        max-width: 620px;
        top: -43px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -299px;
        max-width: 340px;
        bottom: 20px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 30px;
        bottom: 113px;
        min-width: 1000px;
    }
}
@media only screen and (max-width: 1025px) and (max-height: 1010px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 794px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -190px;
        max-width: 620px;
        top: -86px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -199px;
        max-width: 340px;
        bottom: 145px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: -10px;
        bottom: 33px;
        min-width: 1000px;
    }
}
@media only screen and (max-width: 775px) and (max-height: 1010px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 794px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 21px;
        max-width: 390px;
        top: -126px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -46px;
        max-width: 260px;
        bottom: 301px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 70px;
        bottom: 253px;
        min-width: 790px;
    }
}
@media only screen and (max-width: 601px) and (max-height: 1010px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 67px;
        max-width: 320px;
        top: 75px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -46px;
        max-width: 260px;
        bottom: 131px;
        z-index: 2;
    }
}
@media only screen and (max-width: 500px) and (max-height: 1010px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 114px;
        max-width: 230px;
        top: 75px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -21px;
        max-width: 210px;
        bottom: 150px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: 20px;
        bottom: 174px;
        min-width: 830px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 180px;
        bottom: 115px;
        max-width: 300px;
    }
}


@media only screen and (min-width: 1900px) and (max-height: 888px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 690px;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section #theme-stage {
        margin-bottom: 0px;
        background: url(../images/background.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        top: -357px;
        position: absolute;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -650px;
        max-width: 720px;
        top: 122px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #date {
        right: -202px;
        left: auto;
        max-width: 430px;
        bottom: 102px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: -50px;
        bottom: 33px;
        min-width: 1190px;
    }
}
@media only screen and (max-width: 1899px) and (max-height: 888px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 690px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -490px;
        max-width: 640px;
        top: 52px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -383px;
        max-width: 390px;
        bottom: -39px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 100px;
        bottom: 53px;
        min-width: 1070px;
    }
}
@media only screen and (max-width: 1600px) and (max-height: 888px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
	 	min-height: 690px;
	}
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -450px;
        max-width: 640px;
        top: 62px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -383px;
        max-width: 390px;
        bottom: -49px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 90px;
        bottom: 53px;
        min-width: 1070px;
    }
}
@media only screen and (max-width: 1380px) and (max-height: 888px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
	 	min-height: 690px;
	}
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -300px;
        max-width: 520px;
        top: 92px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -283px;
        max-width: 330px;
        bottom: -19px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 50px;
        bottom: 93px;
        min-width: 970px;
    }
}
@media only screen and (max-width: 1025px) and (max-height: 888px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 690px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -190px;
        max-width: 460px;
        top: 72px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -193px;
        max-width: 260px;
        bottom: 42px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 50px;
        bottom: 93px;
        min-width: 830px;
    }
}
    @media only screen and (max-width: 775px) and (max-height: 888px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 690px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 30px;
        max-width: 400px;
        top: 2px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 150px;
        bottom: 193px;
        min-width: 660px;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -123px;
        max-width: 220px;
        bottom: 172px;
        z-index: 2;
    }
}
@media only screen and (max-width: 601px) and (max-height: 888px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 70px;
        max-width: 320px;
        top: 62px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -44px;
        max-width: 240px;
        bottom: 122px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: 0px;
        bottom: 84px;
        min-width: 890px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 170px;
        bottom: -6px;
        max-width: 340px;
    }
}
@media only screen and (max-width: 500px) and (max-height: 888px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 80px;
        max-width: 300px;
        top: 62px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -44px;
        max-width: 240px;
        bottom: 131px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: 20px;
        bottom: 124px;
        min-width: 890px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 170px;
        bottom: 43px;
        max-width: 340px;
    }
}
@media only screen and (max-width: 480px) and (max-height: 888px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 114px;
        max-width: 230px;
        top: 62px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: 6px;
        max-width: 200px;
        bottom: 153px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: 50px;
        bottom: 194px;
        min-width: 850px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 200px;
        bottom: 103px;
        max-width: 310px;
    }
}


@media only screen and (min-width: 1900px) and (max-height: 715px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 530px;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section #theme-stage {
        margin-bottom: 0px;
        background: url(../images/background.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        top: -447px;
        position: absolute;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -454px;
        max-width: 580px;
        top: 164px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        right: auto;
        left: -108px;
        max-width: 340px;
        bottom: 2px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 270px;
        bottom: 23px;
        min-width: 890px;
    }
}
@media only screen and (max-width: 1899px) and (max-height: 715px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 530px;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section #theme-stage {
        margin-bottom: 0px;
        background: url(../images/background.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        top: -90px;
        position: absolute;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -420px;
        max-width: 490px;
        top: 172px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -323px;
        max-width: 320px;
        bottom: -51px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 260px;
        bottom: 23px;
        min-width: 870px;
    }
}
@media only screen and (max-width: 1601px) and (max-height: 715px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 530px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -300px;
        max-width: 490px;
        top: 166px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -351px;
        max-width: 320px;
        bottom: -51px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 320px;
        bottom: 83px;
        min-width: 790px;
    }
}
@media only screen and (max-width: 1380px) and (max-height: 715px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 530px;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section #theme-stage {
        margin-bottom: 0px;
        background: url(../images/background.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        top: 0px;
        position: absolute;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -175px;
        max-width: 490px;
        top: 180px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -281px;
        max-width: 320px;
        bottom: -63px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 220px;
        bottom: 83px;
        min-width: 790px;
    }
}
@media only screen and (max-width: 1025px) and (max-height: 715px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 530px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: -94px;
        max-width: 360px;
        top: 202px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -161px;
        max-width: 250px;
        bottom: -43px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #group {
        left: 140px;
        bottom: 83px;
        min-width: 790px;
    }
}
@media only screen and (max-width: 776px) and (max-height: 715px) {
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 530px;
    }
    .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme #group {
        display:none;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 16px;
        max-width: 320px;
        top: 166px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -121px;
        max-width: 220px;
        bottom: 35px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: 180px;
        bottom: 154px;
        min-width: 780px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 380px;
        bottom: 153px;
        max-width: 230px;
    }
}
@media only screen and (max-width: 601px) and (max-height: 715px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 66px;
        max-width: 320px;
        top: 56px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -7px;
        max-width: 220px;
        bottom: 137px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: 70px;
        bottom: 154px;
        min-width: 780px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 210px;
        bottom: 123px;
        max-width: 260px;
    }
}
@media only screen and (max-width: 500px) and (max-height: 715px) {
    .home .theme-section #theme-stage .theme-big-active, .wild-kratts-wild-alaska-theme #bear, .wild-kratts-wild-alaska-theme #bird{
        display:block;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section #theme-stage {
        margin-bottom: 0px;
        background: url(../images/background.jpg);
        background-size: 200%;
        background-position: -300px 0;
        background-repeat: no-repeat;
        top: 0px;
        position: absolute;
    }
    .wild-kratts-wild-alaska-theme .scroll-panel.theme-section {
        min-height: 635px;
    }
    .wild-kratts-wild-alaska-theme #titleLogo {
        left: 115px;
        max-width: 230px;
        top: 76px;
        z-index: 3;
    }
    .wild-kratts-wild-alaska-theme #date {
        left: -7px;
        max-width: 200px;
        bottom: 147px;
        z-index: 2;
    }
    .wild-kratts-wild-alaska-theme #bird {
        left: 70px;
        bottom: 184px;
        min-width: 780px;
    }
    .wild-kratts-wild-alaska-theme #bear {
        left: 240px;
        bottom: 143px;
        max-width: 260px;
    }
}