html {
  font-size: 14px;
}

html, body{
	height: 100%;
}

.container-fluid {
    height: 100%;
    min-height: 100%;
}

img, canvas, video, svg {
    height: auto;
    max-width: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn {
	border-radius: 0;
}
.btn-app{
	background: #005B8E;
	border: 1px solid #005B8E;
}

div.card-img{
	height: 100%;
	background: #005B8E url(/images/camps.png) no-repeat center center;
}

#page-container {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    height: 100%;
}

.navbar-light .navbar-nav .nav-link{
	text-transform: uppercase;
	color:  #005B8E;
}

.navbar-light .navbar-toggler{
	color: #005B8E;
	border-color: #005B8E;
}

.navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 91, 142, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.box.jumbotron {
	padding: 2rem;
	background: #f3f3f6;
}

.box.jumbotron h2{
	text-transform: uppercase;
	font-size: 1.2rem;
    position: relative;
    margin: 0 0 1rem 0;
}

.box.jumbotron h2 span{
 	background: #f3f3f6;
 	position: relative;
 	padding: 0 15px 0 0;
 	z-index: 2;
}

.box.jumbotron h2:after, .box.jumbotron h2:before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border: 0;
    border-top: 1px dotted #666;
    z-index: 1;
    top: 65%;
}
.box.jumbotron h2:before {
	top: 45%;
	/*border-bottom: 1px dotted #666;*/
}

.login{
	margin-top: -60px;
}

.nav-link i{
	display: block;
	color:  #005B8E;
	font-size: 30px;
	margin: 0 0 4px 0;
}


footer{
	background: #005B8E;
	color: #fff;
	font-size: 19px;
}

footer a, footer a:hover{
	color: #fff;
	text-decoration: underline;
}

footer p{
	margin-bottom: 0;
}
.acreditations li a{
	position: relative;
	display: block;
	color: transparent;
	font-size: 0;
	height: 75px;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
ul.acreditations  li a img{
	max-height: 75px;
	max-width: 99px;
}
.acreditions li a:hover{
	transform: scale(0.8);
}
.social-link{
	display: block;
    position: relative;
    border: 2px solid #fff;
    height: 23px;
    width: 23px;
    border-radius: 100%;
    transition: all 0.3s;
}
.social-link:hover{
	border: 2px solid #387d92;
	color: #387d92;
}
.social-link i{
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 80%;
}
.social-link span{
	display: none;
}

.child-activity-selector{
	margin-top: -35px;
	background: rgba(255,255,255,0.8);
}

.child-activity-selector .btn-app{
	border-radius: 0;
	line-height: 80px;
	font-size: 18px;
}

.table th{
	text-transform: uppercase;
	color: #005B8E;
	font-weight: normal;
}

.table td{
	color: #666;
}
a.cart-action{
	display: inline-block;
	text-decoration: none;
	margin: 0 10px;
}
.cart-action i{
	display: block;
}

h4{
	color: #999;
}

td.product-name, td.weekday-label, td.time-label{
	font-size: 1.1rem;
	/*font-weight: bold;*/
	color: #005B8E;
}

.breadcrumb{
	background: transparent;
	border-bottom: 1px solid #005B8E;;
	border-radius: 0;

}

.profile-picture img{
	max-height: 250px;
	border: 1px solid #efefef;
}

.card-product{
	height: 500px;
}

.card-product .card-img-top{
	max-width: 100%;
}

.nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.nav-pills.nav-wizard > li:after {
  content: "";
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #eee;
  z-index: 150;
  position: absolute;
}
.nav-pills.nav-wizard > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: #eee #eee #eee transparent;
  z-index: 150;
}
.nav-pills.nav-wizard > li:first-child {
  border-left: 0;
}
.nav-pills.nav-wizard > li:first-child:before {
  display: none;
}
.nav-pills.nav-wizard > li:first-child a {
  border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
  border-right: 0;
}
.nav-pills.nav-wizard > li a {
  border-radius: 0;
  background-color: #eee;
  color: #005B8E;
}

.nav-pills.nav-wizard > li:hover:before {
  border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover:after {
  border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover a {
  background: #aaa;
  color: #fff;
}
.nav-pills.nav-wizard > li.active:before {
  border-color: #005B8E #005B8E #005B8E transparent;
}
.nav-pills.nav-wizard > li.active:after {
  border-color: transparent transparent transparent #005B8E;
}
.nav-pills.nav-wizard > li.active a {
  background-color:#005B8E;
  color: #fff;
}