body {
	background-color: #fff;
	font-family: 'Work Sans', sans-serif;	
	font-weight: 400;
	color: #575759;
}

h1,h2,h3,h4,h5,h6 {
	color: #575759;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	margin-top: 0;
}

.block {
	padding: 48px inherit;
}

h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase,
.h1.text-uppercase,
.h2.text-uppercase,
.h3.text-uppercase,
.h4.text-uppercase,
.h5.text-uppercase,
.h6.text-uppercase {
  letter-spacing: inherit;
}

a {
	color: #28b0a4;
}

a:hover {
 color: #575759;
}

p {
	color: #575759;
}

.lead {
	font-size: 24px !important;
}

.fa {
	color: inherit !important;
}

.btn {
	border: none;
}

.btn-default {
	background-color: #d3d742;
}

.btn-default:hover {
	color: #fff;
	background-color: #28b0a4;
}

.btn-group > .btn:first-child {
	border-right: 2px solid #fff;
  margin-left: 0;
}

.btn-primary {
	background-color: #28b0a4;
}

.btn-primary:hover {
	color: #575759;
	background-color: #dee62e !important;
}

.btn-primary.secondary {
	background-color: rgba(164, 164, 164, 0.6);
	border: 1px solid #fff;
}

.btn-primary:hover {
	color: #575759;
	background-color: #dee62e;
}

.btn-link {
	color: #575759;
}

.btn-link:hover {
	background-color: #fafafa;
	color: #e8d716;
	text-decoration: none;
}

.modal-content {
  position: relative;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: none;
}

.modal-backdrop {
  z-index: 0;
}

h3.modal-title {
	color: #575759;
}

.fa {
	color: #575759;
}

.block-main {
	background-color: #575759;
}

.block-secondary {
	background-color: #fcfcfc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.block-custom {
	background-color: #dee62e;
	padding: 30px 0;
}

.block-secondary h2.text-muted {
	color: #575759;
}

blockquote p.lead {
	color: #575759;
}

blockquote small {
	color: #575759;
}

/* Responsive Video */

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Video
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
} */
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.video-container .img-responsive,
.video-container .thumbnail > img,
.video-container .thumbnail a > img,
.video-container .carousel-inner > .item > img,
.video-container .carousel-inner > .item > a > img {
  display: inline-block;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: relative;
  background: rgba(255,  255,  255, 0.80);
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 60%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}

/* Navigation Settings */
.navbar-transparent .navbar-nav > li > a {
	color: #000;
}

.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:focus {
	background-color: rgba(238, 238, 238, 0.4);
  color: #231F20;
}

.navbar-nav > li > a {
	padding-top: 45px;
	padding-bottom: 45px;
}

.navbar-brand {
	height: auto;
	padding: 15px 15px;
}


.anchor {
	display:block;
	height:10px; /* this is the height of your header */
	margin-top:-10px; /* this is again negative value of the height of your header */
	visibility:hidden;
}

#parallax { 
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
	url(http://direct.jubjub.com/clients/labyrinth-learning/wireframe2/assets/img/fotolia_77372824.jpg) center bottom fixed no-repeat;
	background-size: cover;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
}

.thumbnail {
  
  position:relative;
  overflow:hidden;
  display: block;
  padding: 0;
  margin-bottom: 21px;
  line-height: 1.4;
  background-color: #ffffff;
   border:1px solid #888;
  border-radius: 0;
  transition: none;
}

.thumbnail .caption {
  padding: 0px;
}

.thumbnail .caption p,.thumbnail .caption small {
	font-size: 14px;
}

.caption {
	position:absolute;
	top:0;
  right:0;
  background: rgba(40, 176, 164, 0.8);
  width:100%;
  height:100%;
  display: none;
  text-align:left;
  color:#fff !important;
  z-index:1;
	margin-bottom: -21px !important;
}

.vertical-alignment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	padding: 17px;
}


.thumbnail .vertical-alignment{
	padding: 17px 12px;
}

.vertical-alignment h3 {
	color: #fff;
	font-size: 24px;
}

.thumbnail .caption li {
  margin-left: -20px !important;
}

.c-white {
	color: #fff;
}

h2.c-white {
	border-bottom: 1px solid #fff;
}

.thumbnail .caption p,.thumbnail .caption small,.thumbnail .caption li  {
	font-size: 12px;
}

/* navbar */

.navbar {
	background: transparent;
	border: 0;
	-webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-ms-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out;
	margin-bottom: 0px;
}

.navbar.scrolled {
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: background 1s ease-in;
	-moz-transition: background 1s ease-in;
	-ms-transition: background 1s ease-in;
	-o-transition: background 1s ease-in;
	transition: background 1s ease-in;
}
	
.app-navbar.scrolled {
	border-bottom: 1px solid #f1f1f1;
}

.navbar-transparent .navbar-toggle .icon-bar {
	background-color: #28b0a4;
}

.navbar-toggle {
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 4px;
	margin-bottom: 8px;
  width: 42px;
}

.navbar-toggle .icon-bar.close {
	margin-top: 20px;
}

.navbar-toggle .icon-bar.close:nth-of-type(1) {
		position: absolute;
		top: 0;
	  transform: rotate(45deg);
}
	
.navbar-toggle .icon-bar.close:nth-of-type(2) {
	  background-color: transparent;
}
	
.navbar-toggle .icon-bar.close:nth-of-type(3) {
		position: absolute;
		top: 0;
	  transform: rotate(-45deg);
}

.panel-default > .panel-heading {
	color: #ffffff;
  background-color: #28b0a4;
  border-color: transparent;
}

.panel a:hover {
	color: #d3d742 !important;
	text-decoration: none;
}

.panel-default {
  border-color: transparent;
}

#toTop {
  background: #28b0a4;
  border: 0;
  border-radius: 3px;
  bottom: 10px;
	display: none;
  height: 42px;
  position: fixed;
  overflow: hidden;
  right: 10px;
	text-decoration: none;
  text-indent: 100%;
  width: 42px;
}

#toTopHover {
  background: #dee62e;
  display: block;
  float: left;
  filter: alpha(opacity=0);
  height: 42px;
  overflow: hidden;
  opacity: 0;
  -moz-opacity: 0;
  width: 42px;
}

#toTop:active, #toTop:focus {
  outline: none
}

#toTop:before {
  font-family: 'FontAwesome';
  content: "\f106";
  color: #fffaf4;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  text-indent: 0;
}

.video-transit-txt{
	margin:18px 0px 0px 0px;
}

.addi-cont-wrap{
	overflow:hidden;
}

.padd-none{
	padding:0 !important;
}

.align-center{
	margin:0 auto;
	float:none;
}

.addtitional-cont .addi-cont-wrap{
	background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px 35px;
}

.btn-default[disabled],.btn-default[disabled]:hover{
	border:1px solid #acabab;
	background-color:#f0f0f0;
	color:#acabab;
}

h4.sub-head-title{
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	text-align: left;
	margin-bottom: 18px;
}

.title-wrap{
	width: 100%;
}

.block-cont-wrap{
	margin-bottom: 25px;
}

.fastcourse .btn{
	font-size: 14px;

}

.block-cont-wrap .thumbnail .vertical-alignment{
	padding:17px 8px;
}

.block-cont-wrap .thumbnail .caption p, .block-cont-wrap .thumbnail .caption small, .block-cont-wrap .thumbnail .caption li{
	font-size: 15px;
}




/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
.exercise-files .box-padding button{
	width:100%;
	text-transform:capitalize;
}
.exercise-files .box-padding > a{
	display:block;
	margin-bottom:8px;
}

.box-padding {
	margin-bottom:10px;
	min-height:400px;
}
	
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {


}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	h1 {
		border-bottom: 1px solid #ccc;
		display: inline-block;
		font-size: 60px;
	}
	
	h2 {
		border-bottom: 1px solid #ccc;
		display: inline-block;
		font-size: 48px;
	}
	
	h3 {
		font-size: 36px;
	}
	
	h4 {
		font-size: 24px;
	}

	.nav-bordered.nav-stacked > li.active > a,
	.nav-bordered.nav-stacked > li.active > a:hover,
	.nav-bordered.nav-stacked > li.active > a:focus {
		border-left-color: #28b0a4;
	}

	.nav-bordered > li.active > a,
	.nav-bordered > li.active > a:hover,
	.nav-bordered > li.active > a:focus {
	  color: #28b0a4;
	}

	.nav-bordered > li > a:hover,
	.nav-bordered > li > a:focus {
	  color: #28b0a4;
	}

	.well {
		text-align: center;
	}

	.thumbnail .caption p,.thumbnail .caption small,.thumbnail .caption li  {
		font-size: 16px;
	}

	#parallax { 
		padding: 200px 0;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.thumbnail .caption p,.thumbnail .caption small,.thumbnail .caption li {
		font-size: 16px;
	}

	#parallax { 
		background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
		url(../img/fotolia_77372824.jpg) fixed no-repeat;
		background-position: center -100px;
		background-size: cover;
		height: auto;
		margin: 0 auto;
		padding: 350px 0;
		width: 100%;
	}

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.box-padding {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.exercise-files .box-padding {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.nav > li > a{
		padding-right:10px;
		padding-left:10px;
	}
	
	.navbar-nav{
		margin-right:0px;
	}

}

/* Large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {

	.thumbnail .caption p,.thumbnail .caption small,.thumbnail .caption li  {
		font-size: 20px;
	}

	.box-padding {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	.navbar-header {
		float: none;
	}
  
	.navbar-left,.navbar-right {
  	float: none !important;
  }
  
	.navbar-toggle {
  	display: block;
  }

	.navbar-collapse {
  	border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  
	.navbar-fixed-top {
		top: 0;	
		border-width: 0 0 1px;
	}
  
	.navbar-collapse.collapse {
  	display: none!important;
  }
  
	.navbar-nav {
  	float: none!important;
		margin-top: 7.5px;
	}
	
	.navbar-nav>li {
  	float: none;
  }

	.navbar-nav>li>a {
  	padding-top: 10px;
    padding-bottom: 10px;
  }

  nav .container {
    width: 100%;
  }

}

@media only screen and (min-width:992px) and (max-width:1599px) {
	.exercise-files .col-md-2{
	width:19.667%;
	}
	.exercise-files .box-padding button{
	font-size:11px;
	}
	.box-padding {
		min-height:330px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	
	.addtitional-cont .col-md-2{
		padding:0px;
	}
	.exercise-files .col-md-2{
	width:20.667%;
	}
	
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	
	.btn-bookshelf{
		margin-bottom:10px;
	}
	
	.box-padding {
		min-height:500px;
	}

}

@media only screen and (max-width : 580px) {
	.exercise-files .box-padding button{
		font-size:12px;
	}
	
	.box-padding {
		min-height: 410px;
	}

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.btn {
		font-size: 14px;
	}
	.exercise-files .col-xs-6{
		float:none;
		margin:0 auto 20px;
		width:100%;
	}
	.exercise-files .thumbnail > img{
		width:100%;
	}
	.box-padding {
		min-height: inherit;
	}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	/*.caption .vertical-alignment {
		display: none;
	}*/

	.btn {
		font-size: 12px;
	}

}
a.ability-link{
 color:#fff;
 text-decoration:none;
}