/************************************************/
/*     FONTS                                    */
/************************************************/

@font-face {
  font-family: 'arcade';
  src: url('/kidscbc2/content/fonts/arcade_classic/ka1.eot');
  src: local('?'), url('/kidscbc2/content/fonts/arcade_classic/ka1.woff') format('woff'), url('/kidscbc2/content/fonts/arcade_classic/ka1.ttf') format('truetype'), url('/kidscbc2/content/fonts/arcade_classic/ka1.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'highway';
  src: url('/kidscbc2/content/fonts/electric_highway_sign/EHSMB.eot');
  src: local('?'), url('/kidscbc2/content/fonts/electric_highway_sign/EHSMB.woff') format('woff'), url('/kidscbc2/content/fonts/electric_highway_sign/EHSMB.ttf') format('truetype'), url('/kidscbc2/content/fonts/electric_highway_sign/EHSMB.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.Montserrat {
    font-family: 'Montserrat', sans-serif;
}
.Bitter {
    font-family: 'Bitter', serif;
}


/************************************************/
/*     GENERAL STYLES                           */
/************************************************/

body {
  /*background-image: url(/kidscbc2/content/images/circuit_board_tile.jpg);*/ /*<--- Default background */
	background-image:url('/kidscbc2/content/images/winter_bg_loop_final_small.jpg');
	position: relative;
	
		/*Theme: Summer of Fun - Animals */
			
		background-image:url('http://www.cbc.ca/kidscbc2/content/themes/underwater_tile.png');
			
  	background-color: #00cbe0;
      	
}

body.poisson_davril {
  filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=2) !important;  
  ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)" !important;
  -moz-transform: rotate(-180deg) !important; 
  -o-transform: rotate(-180deg) !important; 
  -webkit-transform: rotate(-180deg) !important;  
  position: absolute; 

}

.container {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  
  /* OG pinstripe
  border-left:  1px solid #7A7A7A;
  border-right:   1px solid #7A7A7A;
  */
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
  
}
.clr {
  clear: both;
}

.tabbed_out {
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  color: #2c3440;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

img {
  height/*\**/: 100%\9; /* property breaks in Safari but is needed for IE8 */
  width: 100% !important;
  height: auto !important;
}
img.fixed {
  width: auto;
}

iframe, object, embed {
  max-width: 100%;
}

#infscr-loading {
  position: absolute;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  bottom: 0;
  left: 44%;
  margin-bottom: 1em;
  min-height: 1px;
  padding: 15px;
  text-align: center;
  width: 10em;
  z-index: 1;
}

/************************************************/
/*     LIKE BUTTON STYLES                      */
/************************************************/

.like-button-image {
	display:inline-block !important;
}

.like-button.up {
	display:inline-block;
	background-image: url('/kidscbc2/content/images/like_button_up.png');
	width:143px !important;
	height:53px !important;
}

.like-button.down {
	display:inline-block;
	background-image: url('/kidscbc2/content/images/like_button_down.png');
	width:143px !important;
	height:53px !important;
}
#like-button-reaction0-icon_img {
	width:143px !important;
	height:53px !important;
}
#like-count-reaction0-count-value, .like-button-text {
	font-size:18px !important;
}

.like-button-text {
	display:inline-block !important;
	margin-left:20px !important;
}
@media (max-width: 480px) {
	#like-button_gig_containerParent #like-button, #like-button_gig_containerParent #like-count {
		display: block !important;
	}
	.like-button-text {
		margin-left:0px !important;
	}
}

/************************************************/
/*     POLL STYLES                              */
/************************************************/

div.gig-button-text {
  font-size: 14px !important;
  white-space: normal !important;
}

.poll {
  border: 5px solid #f0c40f;
  border-radius: 10px;  
}

.poll .poll-head {
  background: transparent url('/kidscbc2/content/images/poll-ribbon-whats_your_take.png') center top no-repeat;
  height: 67px;
  margin-top: -44px;
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.poll .poll-body h3 {
  font-size: 20px;
  margin-top: 0px;
}

.poll .poll-body h3 .title-q {
  color: #f0c40f;
  font-size: 36px;
  padding-right: 10px;
}

.poll .poll-body #answers {
  float: left;
  padding-left: 5%;
}

.poll .poll-body #results {
  display: none;
  float: left;
  padding-left: 5%;
}

.poll .poll-body #results .result-wrap {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

@media (max-width: 400px) { 
	.poll .poll-head  {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		font-family: 'Bitter','Arial',serif;
		font-size: 24px;
		font-weight: bold;
		height: auto;
		margin: 10px 0;
		overflow: visible;
		text-align: center;
		text-indent: 0;
		width: 100%;
	}
}


/************************************************/
/*     NAV BAR                                  */
/************************************************/

.navbar {
  margin-bottom: 20px;
}

.navbar-toggle {
  float: left;
  margin-left: 15px;
}

.navbar.navbar-default .container-fluid {
  padding-left:  0px;
  padding-right: 0px;
}
.navbar.navbar-default .container-fluid .navbar-collapse {
  margin-right: -15px;
  margin-left:  -15px;
}

.navbar.navbar-default {
  background: transparent url('/kidscbc2/content/images/nav-header-illustration-day.jpg') left top no-repeat;
  /*background: transparent url('/kidscbc2/content/images/header_lunarnewyear.png') left top no-repeat;*/
	
	
  background: transparent url('http://www.cbc.ca/kidscbc2/content/themes/header_summeroffun_animals_small.png') left top no-repeat;
	
	
  height: 214px;
  margin-right: -15px;
  margin-left:  -15px;
  margin-bottom: 0px;
  border: 0;
  border-radius: 0px;
}
/*
.navbar.navbar-default.sunset {
  background: transparent url('/kidscbc2/content/images/nav-header-illustration-sunset.jpg') left top no-repeat;
}
.navbar.navbar-default.night {
  background: transparent url('/kidscbc2/content/images/nav-header-illustration-night.jpg') left top no-repeat;
}
.navbar.navbar-default.sunrise {
  background: transparent url('/kidscbc2/content/images/nav-header-illustration-sunrise.jpg') left top no-repeat;
}
.navbar.navbar-default.full-moon-day {
	background-image: url('/kidscbc2/content/images/nav-header-illustration-fullmoon.jpg');
}
*/


.navbar.navbar-default .navbar-brand {
  background: transparent url('/kidscbc2/content/images/_Kids2_LOGO.png') left top no-repeat;
  height: 100px;
  width: 150px;
  position: absolute;
  left: 44px;
  top: 6px;
  overflow: hidden;
  text-indent: -9999px;
}
.navbar.navbar-default ul.nav {
  width: 100%;
  position: absolute;
  top: 129px;
}
.navbar.navbar-default ul.nav li {
  width: 25%;
  height: 85px;
}
.navbar.navbar-default ul.nav li a {
  height: 85px;
  display: block;
  background-color: transparent;
  padding: 0;
  font-weight: bold;
  font-size: 30px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar.navbar-default ul.nav li.active a:hover {
  cursor: default;
}
.navbar.navbar-default ul.nav li a span.icon {
  display: inline-block;
  height: 55px;
  width: 78px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 15px 0 0 20px;
}
.navbar.navbar-default ul.nav li a span.copy {
  display: inline-block;
  position: relative;
    top: -10px;
  /* 
  top: 20px;
  */
}

.navbar.navbar-default ul.nav li.home {
  background: transparent url('/kidscbc2/content/images/nav_item-off-bg-home.png') left top repeat-x !important;
  
}
.navbar.navbar-default ul.nav li.home.active, .navbar.navbar-default ul.nav li.home:hover {
  background: transparent url('/kidscbc2/content/images/nav_item-on-bg-home.png') left top repeat-x !important;
  
}
.navbar.navbar-default ul.nav li.home a {
  color: #ed2224 !important;
}
.navbar.navbar-default ul.nav li.home.active a, .navbar.navbar-default ul.nav li.home:hover a {
  color: #FFF !important;
}
.navbar.navbar-default ul.nav li.home a span.icon {
  background: transparent url('/kidscbc2/content/images/nav_item-off-home.png') left top repeat-x !important;
  margin-right: 15px;
}
.navbar.navbar-default ul.nav li.home.active a span.icon, .navbar.navbar-default ul.nav li.home:hover a span.icon {
  background: transparent url('/kidscbc2/content/images/nav_item-on-home.png') left top repeat-x !important;
}


.navbar.navbar-default ul.nav li.explore {
  background: transparent url('/kidscbc2/content/images/nav_item-off-bg-explore.png') left top repeat-x !important;
  
}
.navbar.navbar-default ul.nav li.explore.active, .navbar.navbar-default ul.nav li.explore:hover {
  background: transparent url('/kidscbc2/content/images/nav_item-on-bg-explore.png') left top repeat-x !important;
  color: #FFF !important;
}
.navbar.navbar-default ul.nav li.explore a {
  color: #02a2c8 !important;
}
.navbar.navbar-default ul.nav li.explore.active a, .navbar.navbar-default ul.nav li.explore:hover a {
  color: #FFF !important;
}
.navbar.navbar-default ul.nav li.explore a span.icon {
  background: transparent url('/kidscbc2/content/images/nav_item-off-explore.png') left top repeat-x !important;
  margin-right: 15px;
}
.navbar.navbar-default ul.nav li.explore.active a span.icon, .navbar.navbar-default ul.nav li.explore:hover a span.icon {
  background: transparent url('/kidscbc2/content/images/nav_item-on-explore.png') left top repeat-x !important;
}


.navbar.navbar-default ul.nav li.watch {
  background: transparent url('/kidscbc2/content/images/nav_item-off-bg-watch.png') left top repeat-x !important;
  
}
.navbar.navbar-default ul.nav li.watch.active, .navbar.navbar-default ul.nav li.watch:hover {
  background: transparent url('/kidscbc2/content/images/nav_item-on-bg-watch.png') left top repeat-x !important;
  
}
.navbar.navbar-default ul.nav li.watch a {
  color: #03be5f !important;
}
.navbar.navbar-default ul.nav li.watch.active a, .navbar.navbar-default ul.nav li.watch:hover a {
  color: #FFF !important;
}
.navbar.navbar-default ul.nav li.watch a span.icon {
  background: transparent url('/kidscbc2/content/images/nav_item-off-watch.png') left top repeat-x !important;
  margin-right: 20px;
}
.navbar.navbar-default ul.nav li.watch.active a span.icon, .navbar.navbar-default ul.nav li.watch:hover a span.icon {
  background: transparent url('/kidscbc2/content/images/nav_item-on-watch.png') left top repeat-x !important;
}


.navbar.navbar-default ul.nav li.play {
  background: transparent url('/kidscbc2/content/images/nav_item-off-bg-play.png') left top repeat-x !important;
  
}
.navbar.navbar-default ul.nav li.play.active, .navbar.navbar-default ul.nav li.play:hover{
  background: transparent url('/kidscbc2/content/images/nav_item-on-bg-play.png') left top repeat-x !important;
  color: #FFF !important;
}
.navbar.navbar-default ul.nav li.play a {
  color: #ff7800 !important;
}
.navbar.navbar-default ul.nav li.play.active a , .navbar.navbar-default ul.nav li.play:hover a{
  color: #FFF !important;
}
.navbar.navbar-default ul.nav li.play a span.icon {
  background: transparent url('/kidscbc2/content/images/nav_item-off-play.png') left top repeat-x !important;
  margin-left: 35px;
  margin-right: 20px;
}
.navbar.navbar-default ul.nav li.play.active a span.icon, .navbar.navbar-default ul.nav li.play:hover a span.icon {
  background: transparent url('/kidscbc2/content/images/nav_item-on-play.png') left top repeat-x !important;
}

/* fullsize */
@media (min-width: 992px) and (max-width: 1199px)  {
  
}
/* 3-col display query */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-default {
    /*background: transparent url('/kidscbc2/content/images/header_winter_crop.png') left top no-repeat;*/
    background: transparent url('/kidscbc2/content/images/header_winter_crop.png') left top no-repeat;
		
		
		background: transparent url('http://www.cbc.ca/kidscbc2/content/themes/header_summeroffun_animals_small.png') left top no-repeat;
		
		
  }
  .navbar.navbar-default ul.nav li a {
    font-size: 20px;
  }
  .navbar.navbar-default ul.nav li a span.icon {
    margin: 15px 0 0;
  }
  .navbar.navbar-default ul.nav li a span.copy {
    top: -15px;
  }
  
  .navbar.navbar-default ul.nav li.home a span.icon {
    background: transparent url('/kidscbc2/content/images/nav_item-off-sm-home.png') 10px 5px no-repeat !important;
    margin-right: 10px;
  }
  .navbar.navbar-default ul.nav li.home.active a span.icon, .navbar.navbar-default ul.nav li.home:hover a span.icon {
    background: transparent url('/kidscbc2/content/images/nav_item-on-sm-home.png') 10px 5px no-repeat !important;
  }
  .navbar.navbar-default ul.nav li.explore a span.icon {
    background: url("/kidscbc2/content/images/nav_item-off-sm-explore.png") no-repeat scroll 5px 7px rgba(0, 0, 0, 0) !important;
    margin-right: 5px;
  }
  .navbar.navbar-default ul.nav li.explore.active a span.icon, .navbar.navbar-default ul.nav li.explore:hover a span.icon {
    background: transparent url('/kidscbc2/content/images/nav_item-on-sm-explore.png') 5px 7px no-repeat !important;
  }
  .navbar.navbar-default ul.nav li.watch a span.icon {
    background: url("/kidscbc2/content/images/nav_item-off-sm-watch.png") no-repeat scroll 10px 5px rgba(0, 0, 0, 0) !important;
    margin-right: 10px;
  }
  .navbar.navbar-default ul.nav li.watch.active a span.icon, .navbar.navbar-default ul.nav li.watch:hover a span.icon {
    background: transparent url('/kidscbc2/content/images/nav_item-on-sm-watch.png') 10px 5px no-repeat !important;
  }
  .navbar.navbar-default ul.nav li.play a span.icon {
    background: url("/kidscbc2/content/images/nav_item-off-sm-play.png") no-repeat scroll left 4px rgba(0, 0, 0, 0) !important;
    margin-left: 25px;
    margin-right: 15px;
  }
  .navbar.navbar-default ul.nav li.play.active a span.icon, .navbar.navbar-default ul.nav li.play:hover a span.icon {
    background: transparent url('/kidscbc2/content/images/nav_item-on-sm-play.png') left 4px no-repeat !important;
  }
  
}
/* mobile display query */

@media (max-width: 767px) {
  .navbar.navbar-default {
    background-image: none;
    background-color: #82a013;
    height: 100px;
  }
  .navbar.navbar-default.sunset {
    background-color: #da7700;
  }
  .navbar.navbar-default.night {
    background-color: #053b3b;
  }
  .navbar.navbar-default.sunrise {
    background-color: #8e59a7;
  }
  .navbar.navbar-default .navbar-header {
		height: 129px;
	}
  .navbar.navbar-default {
    background: transparent url('/kidscbc2/content/images/header_winter_crop.png') left top no-repeat;
		
		
    background: transparent url('http://www.cbc.ca/kidscbc2/content/themes/header_summeroffun_animals_small.png') left top no-repeat;
		
		
    height: 105px;
  }
  /*
    .navbar.navbar-default.sunset {
		background-image: url('/kidscbc2/content/images/nav-header-illustration-sunset.jpg');
	}
	.navbar.navbar-default.night {
		background-image: url('/kidscbc2/content/images/nav-header-illustration-night.jpg');
	}
	.navbar.navbar-default.sunrise {
		background-image: url('/kidscbc2/content/images/nav-header-illustration-sunrise.jpg');
	}
	.navbar.navbar-default.full-moon-day {
		background-image: url('/kidscbc2/content/images/nav-header-illustration-sm-fullmoon.jpg');
	}
	*/
	.navbar.navbar-default .navbar-brand {
		  display: block;
		  margin: 0 auto;
		  float: none;
		  position: relative;
		  left: 0;
		  background: transparent url('/kidscbc2/content/images/Kids2_LOGO.png') left top no-repeat;
		  height: 120px;
		  width: 145px;
		  top: -88px;
	}
	
	.navbar-header .navbar-toggle {
		border: 2px solid #003480;
		margin-left: 0 !important;
		border-left: 0 !important;
		-moz-border-radius-topright: 		10px !important;
		-moz-border-radius-bottomright: 	10px !important;
		-moz-border-radius-topleft: 		 0px !important;
		-moz-border-radius-bottomleft: 		 0px !important;
		-webkit-border-top-right-radius: 	10px !important;
		-webkit-border-bottom-right-radius: 10px !important;
		-webkit-border-top-left-radius: 	 0px !important;
		-webkit-border-bottom-left-radius: 	 0px !important;
		border-top-right-radius: 			10px !important;
		border-bottom-right-radius: 		10px !important;
		border-top-left-radius: 			 0px !important;
		border-bottom-left-radius: 			 0px !important;
		background: rgb(22, 89, 189);
		background: -moz-linear-gradient(90deg, rgb(22, 89, 189) 20%, rgb(1, 60, 149) 75%);
		background: -webkit-linear-gradient(90deg, rgb(22, 89, 189) 20%, rgb(1, 60, 149) 75%);
		background: -o-linear-gradient(90deg, rgb(22, 89, 189) 20%, rgb(1, 60, 149) 75%);
		background: -ms-linear-gradient(90deg, rgb(22, 89, 189) 20%, rgb(1, 60, 149) 75%);
		background: linear-gradient(180deg, rgb(22, 89, 189) 20%, rgb(1, 60, 149) 75%);
		-moz-box-shadow:    0px 5px 0px 0px rgba(50, 50, 50, 0.4);
		box-shadow:         0px 5px 0px 0px rgba(50, 50, 50, 0.4);
		-webkit-box-shadow: 0px 5px 0px 0px rgba(50, 50, 50, 0.4);
		height: 70px;
		width: 70px;
		display: inline-block;
		position: inherit;
		z-index: 10;
		margin-top: 15px;
		margin-left: 20px;
		padding-top: 16px;
		float: none;
	}
}

/* tucking nav styles */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
  height: 6px;
    margin: 0 auto 10px;
  width: 100%;
  -moz-border-radius:   2px;
  -webkit-border-radius:  2px;
  border-radius:      2px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #185BC0;
}

.navbar-offcanvas, .navmenu {
	width: 100%;
}

/*
.canvas-slid .navbar-toggle {
  margin-left: -40px;
  z-index: 100;
}
*/
#navsidebar {
  z-index: 11;
  background-color: #2C3440;
}
#navsidebar li {
  background-color: #2C3440;
  font-family: 'Bitter', arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  outline: 2px solid #212730;
  height: 70px;
}
#navsidebar li.active {
  background-color: #3C4450;
}
#navsidebar li .icon{
  height: 70px;
  width: 90px;
  background-color: #FF0000;
  display: table-cell;
}
#navsidebar li .copy{
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
#navsidebar li a {
  padding: 0;
}
#navsidebar li.active a{
  background-color: #3C4450;
}

#navsidebar li.nav-bar-back {
	background-color: #185BC0;
    color: #FFFFFF;
    display: inline-table;
    font-weight: bold;
    height: 60px;
    text-align: right;
	width: 100%;
	cursor: pointer;
}
#navsidebar li.nav-bar-back .copy {
    text-align: right;
    vertical-align: middle;
    width: 100%;
	padding-right: 20px;
}

#navsidebar li.home a .icon {
  background: #ed2224 url('/kidscbc2/content/images/nav_item-on-sm-home.png') 13px 12px no-repeat !important;
}
#navsidebar li.active.home a .icon {
  background: #ed2224 url('/kidscbc2/content/images/nav_item-on-sm-home.png') 13px 12px no-repeat !important;
} 

#navsidebar li.explore a .icon {
  background: #02a2c8 url('/kidscbc2/content/images/nav_item-on-sm-explore.png') 11px 13px no-repeat !important;
}
#navsidebar li.active.explore a .icon {
  background: #02a2c8 url('/kidscbc2/content/images/nav_item-on-sm-explore.png') 11px 13px no-repeat !important;
}

#navsidebar li.watch a .icon {
  background: #03be5f url('/kidscbc2/content/images/nav_item-on-sm-watch.png') 11px 11px no-repeat !important;
}
#navsidebar li.active.watch a .icon {
  background: #03be5f url('/kidscbc2/content/images/nav_item-on-sm-watch.png') 11px 11px no-repeat !important;
}

#navsidebar li.play a .icon {
  background: #ff7800 url('/kidscbc2/content/images/nav_item-on-sm-play.png') 12px 10px no-repeat !important;
}
#navsidebar li.active.play a .icon {
  background: #ff7800 url('/kidscbc2/content/images/nav_item-on-sm-play.png') 12px 10px no-repeat !important;
} 


/************************************************/
/*  FRONTPAGE FEATURE                           */
/************************************************/

@media (max-width: 767px) {
  .navbar-toggle {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #feature-col1, #feature-col2, #feature-col3 {
    height: 304px;
    padding: 0;
  }

  #feature1 .caption-wrapper, #feature2 .caption-wrapper, #feature4 .caption-wrapper, #feature5 .caption-wrapper {
    height: 46px;
    width: 188px;
  }

  #feature1 img, #feature2 img, #feature4 img, #feature5 img {
    height: 106px !important;
    width: 188px !important;
  }

  #feature3 .caption-wrapper {
    height: 46px !important;
    width: 375px !important;
  }

  #feature3 img {
    height: 258px !important;
    width: 375px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #feature-col1, #feature-col2, #feature-col3 {
    /*
	height: 366px; 
	*/
    padding: 0;
  }

  #feature1 .caption-wrapper, #feature2 .caption-wrapper, #feature4 .caption-wrapper, #feature5 .caption-wrapper {
    height: 60px !important;
    width: 243px !important;
  }

  #feature1 img, #feature2 img, #feature4 img, #feature5 img {
    height: 137px !important;
    width: 243px !important;
  }

  #feature3 .caption-wrapper {
    height: 60px !important;
    width: 485px !important;
  }

  #feature3 img {
    height: 334px !important;
    width: 485px !important;
  }
}

@media (min-width: 1200px) {
  #feature-col1, #feature-col2, #feature-col3 {
    /*
	height: 422px;
	*/
    padding: 0;
  }

  #feature1 .caption-wrapper, #feature2 .caption-wrapper, #feature4 .caption-wrapper, #feature5 .caption-wrapper {
    height: 60px;
    width: 293px;
  }

  #feature1 img, #feature2 img, #feature4 img, #feature5 img {
    height: 165px !important;
    width: 293px !important;
  }

  #feature3 .caption-wrapper {
    height: 60px !important;
    width: 585px !important;
  }

  #feature3 img {
    height: 390px !important;
    width: 585px !important;
  }
}


/************************************************/
/*     ARTICLE COPY STYLES                      */
/************************************************/

.blog-main .blog-post-title {
  font-size: 26px;
  line-height: 32px;
}
.blog-main .image-caption-wrapper .caption {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, sans-serif;
}
.blog-main p {
  font-size: 18px;
  line-height: 24px;
}
.accordion_content p  {
	line-height: 1.42857143;
}
.blog-main p a {
  font-weight: bold;
  color: #00b8e4;
  text-decoration: none;
}
.blog-main p a:hover {
  text-decoration: underline;
}




/************************************************/
/*     DATE BAR and OTHER HEADERS               */
/************************************************/

.page-header {
  margin-top:   25px;
  margin-bottom:  0px;
  padding-bottom: 25px;
  padding-left: 15px;
  border: none;
}
.page-header .date-header {
  font-size: 2.3em;
  font-weight: bold;
  margin: 0px;
  color: #2c3440;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
	.page-header.row {
	  margin-top:   	25px;
	  margin-bottom:  	 0px;
	  padding-bottom: 	25px;
	  padding-left: 	15px;
	  border: none;
	  border-bottom: none !important;
	}
	
	.page-home .page-header.row  {
		background-color: #E8191B !important;
	}
	.page-header.row.explore  {
		background-color: #02A1C7 !important;
	}
	.page-header.row.watch  {
		background-color: #03BE5F !important;
	}
	.page-header.row.play  {
		background-color: #FF7800 !important;
	}
	
	.page-header h1, .page-header .date-header {
	  font-size: 1.4em !important;
	  font-weight: bold !important;
	  margin: 0px !important;
	  color: #FFF !important;
	}
}

/************************************************/
/*     ISOTOPE                                  */
/************************************************/

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/************************************************/
/*     CAPTIONS                                 */
/************************************************/

.caption {
  background-color: #000;
  color: #fff;
  display: table-cell;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0 10px;
  vertical-align: middle;
  width: 100%;
  line-height: 1.2em;
}

.caption a {
  color: #fff;
  font-size: 1em;
  outline: none;
  text-decoration: none;
}

.caption-bar {
  display: table-row;
  height: 6px;
  width: 100%;
}

.caption-wrapper {
  display: table;
  height: 60px;
  width: 100%;
}

.video.watch .caption-wrapper .caption p {
	font-size: 14px;
	line-height: 15px;
}
.explore > .caption-wrapper, .redirect_url > .caption-wrapper, #latest-feed .caption-wrapper {
  border-top: 6px solid #02a2c8;
}
.games > .caption-wrapper {
  border-top: 6px solid #ff7800;
}
.play > .caption-wrapper {
  border-top: 6px solid #ff7800;
}

.watch > .caption-wrapper {
  border-top: 6px solid #03be5f;
}

.page-home .news-feed {
  padding-left: 0;
  padding-right: 0;
}

.page-play .game {
  margin: 15px 0;
  min-height: 138px;
}

.page-play .game .caption-wrapper {
  min-height: 46px;
}

.page-watch .video {
  margin: 15px 0;
}
.page-watch .video-season {
	width: 100px;
	height: 22px;
	background: #03be5f;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	float: left;
	margin-right: 10px;
	color: white;
	display: none;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
}
.page-watch .video-season.active:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 22px;
	left: 40px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #03be5f;
}
.page-watch .video .caption-wrapper {
  min-height: 86px;
}
.watch-show-titles {
	font-size: 18px;
}


/************************************************/
/*     CONTENT FEED STYLES                      */
/************************************************/
h2.home-latest-feed {
  padding-left:15px;
  font-size: 26px;
}


.page-header.row {
  border-bottom: 5px solid #2c3440;
  margin: 0 -15px;
  padding-bottom: 0;
}
.page-header.row  {
  padding: 20px 0;
  background-color: #eaeaea;
}
.page-header.row h1 {
  font-size: 50px;
  margin: 0;
  font-family: 'Bitter', Arial, serif;
  /*
  */
}
.page-header.row.explore {
  border-bottom: 5px solid #02a2c8;
}
.page-header.row.explore h1 {
  color: #02a2c8;
}

.page-header.row.watch {
  border-bottom: 5px solid #03be5f;
}
.page-header.row.watch h1 {
  color: #03be5f;
}

.page-header.row.play {
  border-bottom: 5px solid #ff7800;
}
.page-header.row.play h1 {
  color: #ff7800;
}

.explore .blog-post .corner {
  border-right: 30px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #02a2c8;
    height: 0;
    width: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.blog-main.explore {
  border-left: 5px solid #02a2c8;
  padding-left: 45px;
}
.watch .blog-post .corner {
  border-right: 30px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #03be5f;
    height: 0;
    width: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.blog-main.watch {
  border-left: 5px solid #03be5f;
  padding-left: 45px;
}
#swf-container.play .corner {
  border-right: 30px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #ff7800;
    height: 0;
    width: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
#swf-container.play {
  border-left: 5px solid #ff7800;
  padding-left: 45px;
}


.post {
  position: relative;
}
.type-ribbon {
  position: absolute;
  right:  0px;
  top:  0px;
  overflow: hidden;
  height: 60px;
  width:  60px;
  -moz-border-radius-bottomleft:    5px;
  -webkit-border-bottom-left-radius:  5px;
  border-bottom-left-radius:      5px;
  /*background-color: #2c3440;*/
}
.type-ribbon .type-image {
  background: transparent url('/kidscbc2/content/images/post-60x60-media_type.png') left top no-repeat;
  position: relative;
  top: 0;
  left: -240px; /* defaults to article position */
  height:60px;
  width:360px;
}
.explore .type-ribbon  {
  background-color: #02a2c8;
}
.type-ribbon {
  right:  15px; /* to address padding issue */
}
.explore-video-feature .game-img {
  background-color: #ff7800;
}
.explore-video-feature .game-img .type-image { 
	 left: -120px;
}
.related-posts .type-ribbon, .explore-video-feature .type-ribbon {
  right: 0px; /* no padding issue in releated post bar */
}
.post.quiz-poll .type-ribbon .type-image {
  left: 0px;
}
.post.picture .type-ribbon .type-image {
  left: -60px;
}
.post.game .type-ribbon .type-image {
  left: -120px;
}
.post.video .type-ribbon .type-image {
  left: -180px;
}
.post.article .type-ribbon .type-image {
  left: -240px;
}
.post.make-do .type-ribbon .type-image {
  left: -300px;
}
#quiz img {
	width: 300px !important;
}
#quiz #answers ol {
	margin: 0;
	padding: 0;
}

/* not neccessary at the moment
.watch .type-ribbon {
  background-color: #03be5f;
}
.play .type-ribbon, .redirect_url .type-ribbon {
  background-color: #ff7800;
}

#frontpage-feature .type-ribbon {
  height: 70px;
  width:  70px;
  -moz-border-radius-bottomleft:    10px;
  -webkit-border-bottom-left-radius:  10px;
  border-bottom-left-radius:      10px;
}
*/
.feature-post {
  position: relative;
}

.caption-wrapper .caption {
  background-color: #2c3440;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0px 5px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         0px 5px 0px 0px rgba(0, 0, 0, 0.2);
}

.news-feed .post, .related-posts  .post, .make-do-feature .post {
  margin-bottom: 25px;
}


@media (max-width: 767px) { 
  .blog-main {
    padding-left: 15px !important; 
  }
  .explore .blog-post .corner {
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid #02A2C8 !important;
  }
  .watch .blog-post .corner {
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid #03BE5F !important;
  }
  .play .blog-post .corner {
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid #FF7800 !important;
  }
  
}

/************************************************/
/*     VIEW TEMPLATE STYLES                     */
/************************************************/

.post-details {
  padding: 20px 0;
}
.post-details .title-row, .post-details .date-row {
  
}
.post-details .left, .post-details .right {
  display: inline-block;
  color: #000;
}
.post-details .left {
  
}
.post-details .right {
  
}
.post-details .right.col-xs-12.col-sm-9.col-md-9 {
  padding-left: 0px;
}
.post-details .key {
  font-weight: bold;
}
.post-details .value {
  
}
.post-details .title-row, .post-details .date-row {
  font-size: 17px;
}
.post-details .title-row {

}
.post-details .title-row .blog-post-title {
  margin-top: 10px;
}
.post-details .title-row .icon-wrap {
  
}
/** large icons removed as a test
.post-details .icon-wrap .icon-holder {
  width: 100px;
  height: 100px;
  background: transparent url('/kidscbc2/content/images/view-post-type-lg-article.png') left top no-repeat;
}
.blog-main.quiz-poll .icon-wrap .icon-holder {
  background: transparent url('/kidscbc2/content/images/view-post-type-lg-quiz.png') left top no-repeat;
}
.blog-main.picture .icon-wrap .icon-holder {
  background: transparent url('/kidscbc2/content/images/view-post-type-lg-picture.png') left top no-repeat;
}
.blog-main.game .icon-wrap .icon-holder {
  background: transparent url('/kidscbc2/content/images/view-post-type-lg-game.png') left top no-repeat;
}
.blog-main.video .icon-wrap .icon-holder {
  background: transparent url('/kidscbc2/content/images/view-post-type-lg-video.png') left top no-repeat;
}
.blog-main.article .icon-wrap .icon-holder {
  background: transparent url('/kidscbc2/content/images/view-post-type-lg-article.png') left top no-repeat;
}
.blog-main.make-do .icon-wrap .icon-holder {
  background: transparent url('/kidscbc2/content/images/view-post-type-lg-make-do.png') left top no-repeat;
}
*/
.post-details .icon-wrap .icon-holder {
	width: 50px;
	height: 50px;
	position: relative;
    top: 10px;
	margin-right: 10px;
	background: transparent url('/kidscbc2/content/images/view-post-type-sm-article.png') left top no-repeat;
}
.blog-main.quiz-poll .icon-wrap .icon-holder {
	background: transparent url('/kidscbc2/content/images/view-post-type-sm-quiz.png') left top no-repeat;
}
.blog-main.picture .icon-wrap .icon-holder {
	background: transparent url('/kidscbc2/content/images/view-post-type-sm-photo.png') left top no-repeat;
}
.blog-main.game .icon-wrap .icon-holder {
	background: transparent url('/kidscbc2/content/images/view-post-type-sm-game.png') left top no-repeat;
}
.blog-main.video .icon-wrap .icon-holder {
	background: transparent url('/kidscbc2/content/images/view-post-type-sm-video.png') left top no-repeat;
}
.blog-main.article .icon-wrap .icon-holder {
	background: transparent url('/kidscbc2/content/images/view-post-type-sm-article.png') left top no-repeat;
}
.blog-main.make-do .icon-wrap .icon-holder {
	background: transparent url('/kidscbc2/content/images/view-post-type-sm-make-do.png') left top no-repeat;
}

.post-details .title-row .rate {
  padding: 20px;
}
.post-details .title-row .title {
  
}
.post-details .date-row .icon-holder{

}
.post-details .date-row .post-date-label, .post-details .date-row .blog-post-meta {
	font-size: 1em;
}
.post-details .date-row .post-date-label {
	font-weight: bold;
}

.page-watch iframe {
  margin-bottom: 20px;
}
.video-description {
  margin: 10px 0px;
}
.video-pager {
  list-style: none outside none;
    padding-left: 0;
    text-align: center;
}
.video-pager li {
  border: 3px solid #185bc0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Montserrat', Arial, sans-serif;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}
.video-pager li a {
  color: #185bc0;
}
/*.video-pager .previous {
   margin-right: 100px;
}
.video-pager .next {
   margin-left: 100px;
}*/

@media (max-width: 767px) {
  .video-pager li {
    display: block;
    float: none;
    margin-left:  0 !important;
    margin-right: 0 !important;
  }
}


/************************************************/
/*     TICKER                                   */
/************************************************/

.ticker_container {
  margin-bottom: 10px;
  margin-top: 20px;
}

.ticker_container h3 {
  background: transparent url('/kidscbc2/content/images/play-head-top_scores.png') left top no-repeat;
  height: 67px;
  width: 458px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  margin: 0 auto -20px;
  z-index: 100;
}

.ticker_container .ticker {
  font-family: arcade;
  font-size: 36px;
  background-color: #000;
  padding: 20px 0 25px;
  overflow: hidden;
  height: 102px;
  /*
  height: 42px;
  color: #80AE27; # pea green
  */
  width: 100%;
  color: #FFDB2A; 
  z-index: 10;
}

.ticker_container .ticker .moving_span  {
  position: relative;
  left: 1px;
}
.ticker_container .ticker .moving_span span {
  margin-left: 50px;
}

.ticker_container .ticker span {white-space:nowrap;}

@media (max-width: 767px) {
  /* interm mobile header solution */
  .ticker_container h3 {
    background: transparent url('/kidscbc2/content/images/play-head-small-top_scores.png') left top no-repeat;
    height: 41px;
    width: 280px;
    overflow: hidden;
    margin-bottom: -15px;
  }
}


/************************************************/
/*     SCOREBOARD PANEL STYLES                  */
/************************************************/

.scoreboard-body {
  height: 477px;
  overflow-y: scroll;
}
.scoreboard-panel {
  width: 100%;
  background-color: #FF7800;
    -moz-border-radius:   10px;
  -webkit-border-radius:  10px;
  border-radius:      10px;
    padding: 13px;
  margin-top: 25px;
}
.scoreboard-panel > h3 {
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 26px;
  margin: 20px 0;
}
.scoreboard-panel .scoreboard-body {
  background: #FFF;
}
.scoreboard-panel .scoreboard-body > table tr:nth-child(2n) {
  background: #FFF;
}



/************************************************/
/*     SIDE RAIL STYLES                         */
/************************************************/

.related-posts {
  /*
  padding-top: 20px;
  */
  margin-bottom: 20px;
}
.related-posts .related_header {
  font-size: 26px;
    line-height: 32px;
  margin: 20px 0 20px;
  font-family: 'Montserrat', sans-serif;
  color: #2c3440;
}

#top-games .related-posts {
  background-color: #ff7800;
  -moz-border-radius:   5px;
  -webkit-border-radius:  5px;
  border-radius:      5px;
  padding: 13px;
}
#top-games .related-posts  .related_header {
  color: #FFF;
  text-align: center;
}
#top-games .games-wrapper {
  background-color: #FFF;
}
#top-games .games-wrapper ol {
  padding: 0;
  margin: 0;
  display:table;
  list-style-type:none; /*Hide counter*/
  counter-reset: counter;
  width: 100%;
}
#top-games .games-wrapper img {
  height: 50px !important;
  width: 50px !important;
}
#top-games li {
  color: #B9B9B9;
    display: table-row;
    padding-left: 5px;
    vertical-align: middle;
}
#top-games li:before {
  /**/
    content: counters(counter, " ", decimal);
    counter-increment: counter;
    display: table-cell;
  font-size:16px;
    font-family: 'Montserrat','Arial';
    padding: 25px 10px 30px;
    text-align: center;
}
#top-games li:nth-child(2n) {
    background-color: #EEEEEE;
    margin: 0;
}
#top-games .image-link {
  /*display: table-cell;*/
    vertical-align: middle;
}
#top-games .game-title {
  display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
	width: 60%; 
}



.make-do-feature {
  margin: 20px 0;
}
.make-do-feature .related_header {
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #2c3440;
    font-size: 26px;
}
.make-do-feature .category-blurb {
  font-size: 18px;
  line-height: 24px;
}

.explore-video-feature .video {
    min-height: 100px;
}
.explore-video-feature .video .caption-wrapper {
    min-height: 45px;
}



/************************************************/
/*     POPUP BUTTON STYLES                      */
/************************************************/

.left_chevron {
  background: transparent url('/kidscbc2/content/images/btn-white-left_chevron.png') left top no-repeat;
  height: 27px;
  width: 22px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  top: 6px;
  left: 0px;
}
.pop_button.show_more.button_blue {margin-bottom:10px;}
.pop_button .button_wrap {
  display: inline-block;
    position: relative;
    top: -5px;
    text-decoration: none;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  /* old animation removed
  transition: all 200ms ease 0s;
  */
}
.pop_button .button_wrap:hover {
/* old animation removed
    box-shadow: none;
    top: 0;
*/
}


.button_blue .button_wrap {
    background-color: #185bc0;
    box-shadow: 0 5px 0 0 #002f76;
  text-shadow: 0px 3px 0px rgba(1, 43, 0, 1);
  color: #FFF;
}

.show_more  .button_wrap {
  margin-top: 40px;
  font-size: 26px;
  font-weight: bold;
}
.back  .button_wrap {
  margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	width: auto;
	text-align: center;
	padding: 5px 20px;
}
.back .left_chevron {
  top: 6px;
  left: -10px;
}



/************************************************/
/*     EXPLORE FILTER STYLES                    */
/************************************************/

ul.category-filters {
  margin: 30px 0px 30px;
  padding: 0 15px;
}
.category-filters li {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.category-filters li a {
  background-color: #02A2C8;
  border: 3px solid #02A2C8;
  color: #FFF;
  padding: 0 3px;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 5px 0;
}
.category-filters li a:active, .category-filters li.active a {
  background-color: #FFF;
  border: 3px solid #02A2C8;
  color: #02A2C8;
}
.category-filters li a:hover {
  background-color: #FFF;
  color: #02A2C8;
}
.category-filters li.active a:hover {
  background-color: #FFF;
  color: #02A2C8;
}
/* little hack to include an arrow at the bottom */
.category-filters li.active a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #02A2C8;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

.category-filters li span.filter-label {
  display: inline-block;
    height: 22px;
    position: relative;
    top: -9px;
    vertical-align: middle;
}
.category-filters li span.filter-icon {
  margin-right: 5px;
  height: 32px;
  width: 36px;
  display: inline-block;
  overflow:hidden;
}

.category-filters li span.explore {
  background: transparent url(/kidscbc2/content/images/explore-filter-off-all.png) left top no-repeat;
}
.category-filters li.active span.explore, .category-filters li a:hover span.explore{
  background: transparent url(/kidscbc2/content/images/explore-filter-on-all.png) left top no-repeat;
}
.category-filters li span.animals {
  background: transparent url(/kidscbc2/content/images/explore-filter-off-animals.png) left top no-repeat;
}
.category-filters li.active span.animals, .category-filters li a:hover span.animals{
  background: transparent url(/kidscbc2/content/images/explore-filter-on-animals.png) left top no-repeat;
}
.category-filters li span.entertainment {
  background: transparent url(/kidscbc2/content/images/explore-filter-off-entertainment.png) left top no-repeat;
}
.category-filters li.active span.entertainment, .category-filters li a:hover span.entertainment{
  background: transparent url(/kidscbc2/content/images/explore-filter-on-entertainment.png) left top no-repeat;
}
.category-filters li span.lol {
  background: transparent url(/kidscbc2/content/images/explore-filter-off-lol.png) left top no-repeat;
}
.category-filters li.active span.lol, .category-filters li a:hover span.lol{
  background: transparent url(/kidscbc2/content/images/explore-filter-on-lol.png) left top no-repeat;
}
.category-filters li span.nature {
  background: transparent url(/kidscbc2/content/images/explore-filter-off-nature.png) left top no-repeat;
}
.category-filters li.active span.nature, .category-filters li a:hover span.nature{
  background: transparent url(/kidscbc2/content/images/explore-filter-on-nature.png) left top no-repeat;
}
.category-filters li span.science-tech {
  background: transparent url(/kidscbc2/content/images/explore-filter-off-science.png) left top no-repeat;
}
.category-filters li span.canada {
  background: transparent url(/kidscbc2/content/images/explore-filter-off-canada.png) left top no-repeat;
}
.category-filters li span.sport {
  background: transparent url(/kidscbc2/content/images/explore-filter-off-sport.png) left top no-repeat;
}
.category-filters li.active span.science-tech, .category-filters li a:hover span.science-tech{
  background: transparent url(/kidscbc2/content/images/explore-filter-on-science.png) left top no-repeat;
}
.category-filters li span.world-events {
  background: transparent url(/kidscbc2/content/images/explore-filter-off-world.png) left top no-repeat;
}
.category-filters li.active span.world-events, .category-filters li a:hover  span.world-events {
  background: transparent url(/kidscbc2/content/images/explore-filter-on-world.png) left top no-repeat;
}
.category-filters li.active span.canada, .category-filters li a:hover  span.canada {
  background: transparent url(/kidscbc2/content/images/explore-filter-on-canada.png) left top no-repeat;
}
.category-filters li.active span.sport, .category-filters li a:hover  span.sport {
  background: transparent url(/kidscbc2/content/images/explore-filter-on-sport.png) left top no-repeat;
}

/************************************************/
/*     FOOTER STYLES                            */
/************************************************/

footer {
  background-color: #82a013;
  margin: 0 -15px;
    padding: 15px;
}
footer.sunset {
  background-color: #da7700;
}
footer.night {
  background-color: #053b3b;
}
footer.sunrise {
  background-color: #8e59a7;
}

footer .copyright {
  color: #FFF;
}
footer .nav  {
    text-align: center;
}
footer .nav a {
  color: #FFF;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 14px;
}
footer .nav > a:focus, footer .nav > a:hover {
    background-color: transparent;
    text-decoration: underline;
}
footer #CMF {
  background: transparent url('/kidscbc2/content/images/CMF-FMC.png') left top no-repeat;
  width: 200px;
  height: 24px;
  overflow:hidden;
  text-indent: -9999px;
  display: inline-block;
  margin: 10px 0 0;
}


@media (max-width: 400px) {
.navbar.navbar-default.row, .page-header.row, .news-feed.row {margin-right: 0px;}
}

/* FIXES FOR MOBILE HORIZONTAL SCROLLINIG ISSUES */
@media (max-width: 767px) {
	body {
		padding-right: 0 !important;
	} 
	
	.container {
		padding: 0 !important;
	}
	
	.page-header.row, 
	.navbar.navbar-default.row ,
	#frontpage-feature.row,
	.main_content.row,
	.news-feed.row,
	.video-feed.row,
	.play-feed.row,
	.explore-post.row,
	.play-post.row,
	.video-post.row, 
	footer
	{
		margin-left: 0;
		margin-right: 0;
		padding-right: 15px;
		width: 100%;
	}
	
	.news-feed.row 
	{
		margin-left: -15px;
	}
	
	/*
	.page-header.row,
	*/
	.navbar.navbar-default.row ,
	#frontpage-feature.row,
	.main_content.row,
	.news-feed.row,
	.video-feed.row,
	.play-feed.row,
	footer
	{
		padding-left: 15px;
	}
	
	.explore-post.row,
	.play-post.row,
	.video-post.row
	{
		padding-left: 0px;
	}
	
	#frontpage-feature.row {
		margin-top: 15px;
	}
	
	.pop_button.show_more
	{
		margin: 0 auto;
		width: 90%;
	}
	.back  .button_wrap {
		font-size: 20px;
		padding: 5px 8px 12px 18px;
	}
	
}

/* SLIDER FORMATTING OVERRIDES */
.carousel-indicators {
	display: none;
}
.carousel-caption {
	position: inherit;
	font-family: Arial,sans-serif;
	font-size: 14px;
    line-height: 20px;
	z-index: 150;
}
.carousel-inner{
box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
}
.carousel-control {
	background: none !important;
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}
/* Soundcloud hide comments */
#soundcloud div.l-sidebar-right {
    display: none !important;
}

#soundcloud div.l-main {
    margin-right: 0;
}

#soundcloud canvas.g-box-full:nth-child(2) {
    display: none;
}
.soundCommentsModule {
    display: none !important;
}

.waveformComments {
    display: none !important;
}

.waveformCommentsCanvas {
    display: none !important;
}
.g-box-full {
	display: none !important;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://www.cbc.ca/kidscbc2/content/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://www.cbc.ca/kidscbc2/content/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.cbc.ca/kidscbc2/content/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://www.cbc.ca/kidscbc2/content/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('http://www.cbc.ca/kidscbc2/content/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('http://www.cbc.ca/kidscbc2/content/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* Kids' CBC 2 Custom leaving box styles */
.leaving_box .buttons {
	height: 20%;
	height: 50px\9;
}
.leaving_box .buttons a{
	width: 50%;
	height: 100%;
	display: block;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	font-size: 3vw;
	font-size: 25px\9;
	text-align: center;
	padding: .5vw 0;
	margin: 0;
	float: right;
}
.leaving_box .buttons .cancel {
	background: #E81E20;
	border-bottom: .5vw solid #B21719;
}
.leaving_box .buttons .okay {
	background: #02A2C8;
	border-bottom: .5vw solid #027D9A;
}

/* UPGRADE BROWSER POPUP STYLES */
.upgrade_box {
	width: 500px;
}
.upgrade_box .message {
	color: $kidscbc-red;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
}

.upgrade_box .buttons .cancel {
	background-color: $kidscbc-red;
	text-shadow: -1px -1px 0 #870616, 1px -1px 0 #870616, -1px 1px 0 #870616, 1px 1px 0 #870616
}
	
.upgrade_box .buttons .upgrade {
	background-color: $kidscbc-blue !important;
	text-shadow: -1px -1px 0 #1779CD, 1px -1px 0 #1779CD, -1px 1px 0 #1779CD, 1px 1px 0 #1779CD;
}
/* Video wrapper to make video responsive*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
a.tile_link {visibility:visible;}
.post a.tile_link {visibility:visible;}
a.tile_link .post {visibility:visible;}
*/
.pinned-foot-bg {
	position: fixed;
	bottom: 0px;
	z-index: -1;
	width: 100%;
	background-image: url(/kidscbc2/content/static-images/footer_summeroffun_animals.png);
	background-repeat: no-repeat;
	height: 270px;
	background-size: 100%;
}
@media (max-width: 1328px) {
	.pinned-foot-bg {
		height: 210px;
	}
}
@media (max-width: 1200px) {
	.pinned-foot-bg {
		  height: 175px;
	}

}
@media (max-width: 986px) {
	.pinned-foot-bg {
		height: 144px;
	}

}
/* Edits to bring in new nav */
.container.header-wrapper, .container.main-nav {
	margin-left: -16px;
	box-shadow: none;
	border: none;
}
.container.footer-wrapper {
    box-shadow: 5px 0px 5px -1px rgba(0,0,0,0.15), -5px 0px 5px -1px rgba(0,0,0,0.15);
    border: none;
}
.container.main-nav {
	font-family: 'Montserrat', sans-serif;
}
.container.main-nav .navbar-nav>li>a {
	line-height: inherit;
}
.main-nav ul li .icon {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	display: inline-block;
}
.primary-footer img {
	width: auto !important;
    height: auto !important;
}
.primary-footer img#cmf-logo {
	width: 150px !important;
    height: auto !important;
}
.secondary-footer, .primary-footer {
	font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) and (max-width: 991px) {
	.navbar-header .navbar-toggle {
		background: #fff;
		display: inherit;
		box-shadow: none;
		padding: 0px 10px;
		margin-left: 20px !important; 
		height: 35px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #e10003;
		width: 37px;
		height: 5px;
		margin: 3px 0;	
	}
	.menu-label {
	    position: relative;
	    top: -34px;
	    right: -30px;
	}
	.main-nav ul li a {
		padding: 10px 20px;
	}
}

/*CSS Overrides: */


