html, body { 
	margin:0;
	padding:0;
	height:100%;
    width: 100%;
    background: #ffffff;
}
#a {
	display: none;
}
.lg {
	display: inline;
}
.xs {
	display: none;
}
#container {
	min-height:100%;
	position:relative;
	padding-bottom: 50px;
}
.bannerWrapper {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 30px 0 30px 0;
}
.bannerInfo {
    text-align: center;
}
.bannerInfo .logo {
    height: auto;
    width: 170px;
    display: inline-block;
}
.bannerInfo h1 {
    font-size: 45px;
    color: #6f6f6f;
    margin: 40px auto;
	margin-bottom: 0px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}
.btn-primary {
    height: 45px;
    padding: 0 20px;
    border: none;
    line-height: 45px;
    background-color: #ea7066;
    webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.btn-primary:hover {
    background-color: #ea7066;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
}
.sectionTitle {
    margin-bottom: 75px;
}
.sectionTitle h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    color: #ea7066;
    width: 100%;
    font-weight: 700;
}
.full-wrapper {
    padding: 0 0 60px;
    width: 100%;
}
.sectionTitle h2 span.shape {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #b3deef;
    display: inline-block;
    padding: 0;
    position: relative;
}
.sectionTitle h2 span.shape:after,
.sectionTitle h2 span.shape:before {
    content: "";
    height: 2px;
    display: inline-block;
    position: absolute;
    border-radius: 2px;
    background-color: #b3deef;
}
.sectionTitle h2 span.shape:after {
    content: "";
    width: 70px;
    top: 6px;
}
.sectionTitle h2 span.shape:before {
    content: "";
    width: 55px;
    top: 11px;
}
.sectionTitle h2 span.shape-left:before,
.sectionTitle h2 span.shape-left:after {
    right: 3px;
}
.sectionTitle h2 span.shape-right:before,
.sectionTitle h2 span.shape-right:after {
    left: 3px;
}
.content {
	vertical-align: top;
    width: 50%;
	display: inline-block;
}
.content:first-of-type {
	padding-left: 60px;
}
.dropdown-title {
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 24px;
}
.dropdown-box {
	line-height: 20px;
}
.dropdown-text-main {
	line-height: 25px;
}
.dropdown-text {
	text-align: justify;
	padding: 20px;
    font-family: 'Dosis',sans-serif;
    color: #666666;
    font-size: 18px;
	font-weight: normal;
}
p.choose {
	text-align: center;
	font-size: 16px;
	font-color: darkgrey;
	margin: 0;
}
a.btn {
	background-color: white;
	font-size: 24px;
	
	border: 1px solid #e4e4e4;
	display: inline-block;
    padding: 11px 20px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}
p.links {
	padding: 20px;
	text-align: center;
	margin: 0;
}
p.links a {
	text-decoration: none;
	/* text-shadow: -1px 1px #b1b1b1; */
}
.link:first-of-type + span {
	vertical-align: middle;
	color: #b1b1b1;
    font-style: italic;
    margin: 0 10px;
}
.link {
	font-weight: 700;
	font-size: 36px;
}
.links .link:first-of-type a {
	color: #84bed6;
}
.links .link:last-of-type a {
	color: #b5d56a;
}
.links .link:first-of-type a:hover {
	color: #679fb7;
    box-shadow: 0 4px 0 rgba(0,0,0,0.2);
}
.links .link:last-of-type a:hover {
	color: #a0b966;
    box-shadow: 0 4px 0 rgba(0,0,0,0.2);
}
p.links + p.asterisk {
	width: 315px;
	text-align: center;
	margin: 0 auto;
}
.box {
    display: block;
    position: relative;
    background: #ffffff;
    width: 33.33%;
    float: left;
}
/*
.box:nth-of-type(3n) {
	width: 100%;
	color: black;
}
*/
.box>div:hover h3 {
	border-radius: 8px 8px 8px 8px;
}
.box1>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #b5d56a;
	box-shadow: 0 0 0px 5px #b5d56a;
}
.box2>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #f0c14b;
	box-shadow: 0 0 0px 5px #f0c14b;
}
.box3>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #84bed6;
	box-shadow: 0 0 0px 5px #84bed6;
}
.box4>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #a597e7;
	box-shadow: 0 0 0px 5px #a597e7;
}
.box5>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #ea7066;
	box-shadow: 0 0 0px 5px #ea7066;
}
.box6>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #b5d56a;
	box-shadow: 0 0 0px 5px #b5d56a;
}
.box7>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #f0c14b;
	box-shadow: 0 0 0px 5px #f0c14b;
}
.box8>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #84bed6;
	box-shadow: 0 0 0px 5px #84bed6;
}
.box9>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #a597e7;
	box-shadow: 0 0 0px 5px #a597e7;
}
.box10>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #ea7066;
	box-shadow: 0 0 0px 5px #ea7066;
}
.box11>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #b5d56a;
	box-shadow: 0 0 0px 5px #b5d56a;
}
.box12>div:hover h3 {
    -webkit-box-shadow: 0 0 0px 5px #f0c14b;
	box-shadow: 0 0 0px 5px #f0c14b;
}
.box>div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px 8px 8px 8px;
    margin: 5px 10px 0;
}
.box.box5>div {
    background-position: center;
}
.box>div a {
    display: block;
    height: 100%;
    width: 100%;
	text-decoration: none;
}
/*
.box1-inner {
    background-image: url("images/gymnastics.jpg");
}
.box2-inner {
    background-image: url("images/tumbling.jpg");
}
.box3-inner {
    background-image: url("images/cheerleading.jpg");
}
.box4-inner {
    background-image: url("images/ninja.jpg");
}
.box5-inner {
    background-image: url("images/swimming.jpg");
}
.box6-inner {
    background-image: url("images/after-school.jpg");
}
.box7-inner {
    background-image: url("images/pre-school.jpg");
}
.box8-inner {
    background-image: url("images/birthday.jpg");
}
.box9-inner {
    background-image: url("images/fun.jpg");
}
.box10-inner {
    background-image: url("images/field-trips.jpg");
}
.box11-inner {
    background-image: url("images/camp.jpg");
}
*/
.box h3 {
	height: 75px;
	line-height: 50px;
	bottom: 0;
	left: 10px;
	right: 10px;
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    color: #FFF;/*#ea7066;*/
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 auto 10px;
	padding: 10px;
	border-radius: 8px 8px 8px 8px;
	text-shadow: 2px 2px #666;
	webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.box1 h3 {
    background-color: #b5d56a;
}
.box2 h3 {
    background-color: #f0c14b;
}
.box3 h3 {
    background-color: #84bed6;
}
.box4 h3 {
	background-color: #a597e7;
}
.box5 h3 {
    background-color: #ea7066;
}
.box6 h3 {
    background-color: #b5d56a;
}
.box7 h3 {
    background-color: #f0c14b;
}
.box8 h3 {
    background-color: #84bed6;
}
.box9 h3 {
    background-color: #a597e7;
}
.box10 h3 {
	background-color: #ea7066;
}
.box11 h3 {
    background-color: #b5d56a;
}
.box12 h3 {
	background-color: #f0c14b;
}
.chevron {
	background: url(images/chevron.png);
	background-repeat: no-repeat;
	width: 50px;
    height: 30px;
    position: relative;
	left: 50%;
	margin-left: -25px;
	z-index: 1;
	top: 2px;
	display: none;
}
/*
.box6,.box7 {
	width: 50%;
}
.box8,.box9,.box10 {
	width: 25%;
}
.box11 {
	width: 25%;
}
*/
@media (max-width: 1024px) {
	.sectionTitle h2 span {
		display: block;
		width: 100%;
		float: left;
	}
	.sectionTitle h2 span.shape {
		float: none;
	}
}
h4 {
	text-align: center;
	font-family: 'Dosis', sans-serif;
    font-size: 24px;
    color: grey;
	margin: 5% 5%;
    font-weight: 900;
	border-bottom: 2px solid grey;
	padding-bottom: 5px;
}
.locations .location {
	display: inline-block;
	width: 420px;
}
.location a.img-link-1:hover > img {
    -webkit-box-shadow: inset 0 0 0px 15px #84bed6;
	box-shadow: inset 0 0 0px 15px #84bed6;
}
.location a.img-link-2:hover > img {
    -webkit-box-shadow: inset 0 0 0px 15px #b5d56a;
	box-shadow: inset 0 0 0px 15px #b5d56a;
}
.img-btn {
	position: relative;
	top: -50px;
}
.color-1 {
    color: #f0c24b!important;
}
.bg-color-1 {
    background-color: #f0c24b!important;
}
.border-color-1 {
    border-color: #f0c24b!important;
}
.color-2 {
    color: #b5d56a!important;
}
.bg-color-2 {
    background-color: #b5d56a!important;
}
.border-color-2 {
    border-color: #b5d56a!important;
}
.color-3 {
    color: #ea7066!important;
}
.bg-color-3 {
    background-color: #ea7066!important;
}
.border-color-3 {
    border-color: #ea7066!important;
}
.color-4 {
    color: #84bed6!important;
}
.bg-color-4 {
    background-color: #84bed6!important;
}
.border-color-4 {
    border-color: #84bed6!important;
}
.color-5 {
    color: #a597e7!important;
}
.bg-color-5 {
    background-color: #a597e7!important;
}
.border-color-5 {
    border-color: #a597e7!important;
}
.color-6 {
    color: #ea77ad!important;
}
.bg-color-6 {
    background-color: #ea77ad!important;
}
.border-color-6 {
    border-color: #ea77ad!important;
}
.bg-color-7 {
    background-color: #2f3c43;
}
.footer-contact-info {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    font-weight: 400;
}
.footer-contact-info ul li span.i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
}
.footer-contact-info ul {
	list-style:none;
	text-align: center;
	padding: 0;
}
.footer-contact-info ul li {
	margin: 10px;
}
.footer-contact-info ul:first-of-type li:first-of-type {
	font-family: 'Dosis', sans-serif;
    font-weight: 100;
	font-size: 18px;
}
.footer-contact-info a, .footer a {
	color: #ea7066;
    text-decoration: none!important;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
    color: #23527c;
}
.footer {
	background-color: whitesmoke;
    height: 50px;
    border-top: 1px solid lightgray;
    text-align: center;
	position: absolute;
    width: 100%;
    bottom: 0px;
}
.footer-text {
	padding: 12px;
}
.footer-contact-title {
	padding-bottom: 20px;
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 36px;
}
.footer-contact-info > ul.icon-list:first-of-type > li:first-of-type {
	margin-left: 20px;
}
.footer-contact-info > ul.icon-list:first-of-type > li:nth-of-type(2) {
	margin-left: 14px;
}
.footer-contact-info > ul.icon-list:first-of-type > li:nth-of-type(3) {
	margin-left: 69px;
}
.footer-contact-info > ul.icon-list:first-of-type > li:nth-of-type(4) {
	margin-left: 22px;
}
.footer-contact-info > ul.icon-list:first-of-type > li:last-of-type {
	margin-left: 75px;
}
.footer-contact-info > ul.icon-list:last-of-type > li:first-of-type {
	padding-left: 34px;
}
.location img {
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 200px;
}
.divider {
    border-bottom: 1px solid darkgrey;
    border-bottom-width: 5px;
    border-bottom-style: dotted;
    width: 50px;
    margin: 0 auto 20px auto;
}
.content:first-of-type .sectionTitle:first-of-type {
	margin-bottom: 52px;
}
.box-info {
	display: none;
	background-color: red;
}
.box3 + .box-info + .box-display {
	margin-top: 110px;
}
.box6 + .box-info + .box-display {
	margin-top: 200px;
}
.box9 + .box-info + .box-display {
	margin-top: 290px;
}
.box12 + .box-info + .box-display {
	margin-top: 380px;
}
.box-display {
	display: none;
	border: 1px solid lightgrey;
    box-shadow: 0px 2px 0px #bebebe;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 8px;
	background-color: whitesmoke;
	position: relative;
	line-height: 50px !important;
	text-align: left;
	padding: 0 10px;
}
@media (max-width: 1300px) {
	.box9 h3 {
		line-height: 27px;
	}
}
@media (max-width: 1232px) {
	.box12 h3 {
		line-height: 27px;
	}
}
@media (max-width: 1085px) {
	.box6 h3 {
		line-height: 27px;
	}	
}
@media (max-width: 1920px) {
	.content:first-of-type .sectionTitle:first-of-type {
		margin-bottom: 20px;
	}
	.box h3 {
		font-size: 27px;
	}
	.location, .location img {
		width: 350px !important;
	}
}
@media (max-width: 1440px) {
	.box h3 {
		font-size: 24px;
	}
	.locations {
		display: table-row;
		height: 360px;
	}
	.locations .location {
		display: table-cell;
		vertical-align: bottom;
		width: 50% !important;
	}
	.locations .location:last-of-type {
		vertical-align: top;
		direction: rtl;
	}
	.locations .location img {
		width: 100% !important;
	}
}
@media (max-width: 1024px) {
	.locations .location img {
		width: 105% !important;
	}
	.content > .sectionTitle {
		min-height: 58px;
	}
	.box h3 {
		font-size: 16px;
		font-weight: 500;
	}
	.box h3 {
		line-height: 50px;
	}	
}
@media (max-width: 939px) {
	.box9 h3 {
		line-height: 27px;
	}
}
@media (max-width: 913px) {
	.box12 h3 {
		line-height: 27px;
	}
}
@media (max-width: 807px) {
	.box6 h3 {
		line-height: 27px;
	}
}
@media (max-width: 900px) {
	.locations .location img {
		width: 110% !important;
	}
}
@media (max-width: 800px) {
	.locations .location img {
		width: 115% !important;
	}
}
/* start touch devices */
@media (max-width: 456px) {
	.footer-text {
		padding: 7px;
	}
}
/* start tablet */
@media (max-width: 768px) {
	#address-container {
		height: 50px;
		display: inline-block;
	}
	#address-container {
		position: relative;
		bottom: -22px;
	}
	.lg {
		display: none;
	}
	.xs {
		display: block;
	}
	.footer-contact-info > ul.icon-list:first-of-type > li:first-of-type {
		margin-left: 20px;
	}
	.footer-contact-info > ul.icon-list:first-of-type > li:nth-of-type(2) {
		margin-left: 14px;
	}
	.footer-contact-info > ul.icon-list:first-of-type > li:last-of-type {
		display: table;
		margin-left: 54px;
		font-size: 11px;
	}
	.footer-contact-info > ul.icon-list:last-of-type > li:first-of-type {
		padding-left: 0px;
	}
	.footer-contact-info > ul.icon-list:first-of-type > li:last-of-type > a {
		display: table-cell;
	}
	.footer-contact-info > ul.icon-list:first-of-type > li:last-of-type > a:first-of-type {
		text-align: right;
		padding-right: 4px;
	}
	.footer-contact-info > ul.icon-list:first-of-type > li:last-of-type > a:last-of-type {
		text-align: left;
		padding-left: 4px;
	}
	#b {
		display: none;
	}
	#a {
		display: inline;
	}
	.locations .location img {
		width: 100% !important;
	}
	.content {
		width: 100%;
		padding: 10px !important;
	}
	.content .sectionTitle {
		margin-bottom: 50px !important;
	}
	.box h3 {
		font-weight: 700;
		font-size: 20px;
		line-height: 50px;
	}
}
@media (max-width: 531px) {
	.box9 h3 {
		line-height: 27px;
	}
}
@media (max-width: 503px) {
	.box12 h3 {
		line-height: 27px;
	}
}
@media (max-width: 442px) {
	.box6 h3 {
		line-height: 27px;
	}
}
@media (max-width: 600px) {
	.locations .location img {
		width: 105% !important;
	}
}
@media (max-width: 500px) {
	.locations .location img {
		width: 110% !important;
	}
}
/* end tablet */
/* start mobile */
@media (max-width: 425px) {
	.content .sectionTitle {
		margin-bottom: 75px !important;
	}
	.box {
		width: 50%;
	}
	.box h3 {
		line-height: 50px;
	}
	.locations {
		display: block;
		height: auto;
	}
	.locations .location {
		direction: ltr;
		width: 100% !important;
		display: block;
	}
	.locations .location img {
		width: 100% !important;
	}
	.footer-text {
		font-size: 12px;
	}
}
@media (max-width: 361px) {
	.box9 h3 {
		line-height: 27px;
	}
}
@media (max-width: 342px) {
	.box12 h3 {
		line-height: 27px;
	}
}
/* end mobile */
/* end touch devices */