/*
Theme Name: Magicreche
Description: Child Creche WordPress Theme
Author: Coffeecream
Theme URI: http://coffeecreamthemes.com/
Author URI: http://themeforest.net/user/Coffeecream
Version: 3.9
License: GNU General Public License
*/

/* GLOBAL STYLES
==================================================================*/
@font-face {
    font-family: 'avantgarde';
    src: url('fonts/AvantGardeLT-Book.eot');
    src: url('fonts/AvantGardeLT-Book?#iefix') format('embedded-opentype'),
         url('fonts/AvantGardeLT-Book.woff2') format('woff2'),
         url('fonts/AvantGardeLT-Book.woff') format('woff'),
         url('fonts/AvantGardeLT-Book.ttf') format('truetype'),
         url('fonts/AvantGardeLT-Book.svg#avantgarde') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	overflow-x: hidden;
	font-family: "avantgarde", Arial, sans-serif;
	min-height: 100% !important;
}

h4,h5,h6 {
	color: #222;
	font-family: "avantgarde", Arial, sans-serif;
	font-weight: bold;
}

h5,h6 {
	letter-spacing: 0.1em;
	margin: 1em 0 3em; 
}

a,
a i,
button,
.widget_recent_comments i {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

a, a:link, a:hover, a:active {
	outline: none;
}

a:hover {
	text-decoration: none;
}

p {
    margin: 0px 0px 1em;
    font-size: 18px;
    line-height: 22px;
}

pre { 
	margin: 2.5em 0;
	text-align: left !important; 
}

hr {
	border-top: 3px solid #eee;
	margin: 30px 0;
}
hr.separator {
	margin: 45px 0;
}
hr.separator:last-child {
	margin-bottom: 0;
}

section.page {
	position: relative;
}

.page-title {
	text-align: center;
}

.google-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.wp-video, .wp-video * {
	max-width: 100%;
}
.mejs-poster.mejs-layer {
	background-size: cover;
}

body > article.page {
	padding-bottom: 50px; 
}

.layout-boxed {
	position: relative;
	max-width: 1280px;
	margin: 0 auto !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.layout-boxed .navbar {
	max-width: 1280px;
	margin: 0 auto;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .aligncenter {}

/* ROWS
==================================================================*/

section {
	display: block;
}
section > .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.clear {
	clear: both;
	display: table;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.row {
	position: relative;
}

.no-fade,
footer .row {
	opacity: 1;
}

.btn-lg {
	border-width: 2px;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 15px 30px;
}

/* NAV
==================================================================*/

.navbar-brand,
.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0; 
	text-transform: uppercase;
}

.navbar {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin: 0;
}

.admin-bar .navbar-fixed-top {
	margin-top: 32px;
}

.nav > li > a {
	font-weight: bold;
}

.dropdown-menu {
	border: 0;
}

.pagination {
	margin: 0 0 50px;
	overflow: hidden;
	display: block;
}
.pagination a:first-child {
	float: left;
}
.pagination a:last-child {
	float: right;
}

/* COLORS
==================================================================*/

.scheme-alternative,
.scheme-alternative h1, .scheme-alternative h2, .scheme-alternative h3,
.scheme-alternative blockquote small, blockquote .small {
	color: #fff;
}
.scheme-alternative h4, .scheme-alternative h5, .scheme-alternative h6 {
	color: #000;
}

/* BANNER
==================================================================*/

.tint {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 9;
}

.welcome {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 33%;
	width: 100%;
	left: 0;
	z-index: 10;
	-webkit-transform: translateY(-33%);
	-moz-transform: translateY(-33%);
	-ms-transform: translateY(-33%);
	-o-transform: translateY(-33%);
	transform: translateY(-33%);
}

.welcome h1 {
	color: #fff;
	margin: 0 30px;
}

/*
.welcome p {
	font-size: 24px;
	font-weight: 300;
	margin: 1em 30px;
	text-transform: uppercase;
}
*/

.welcome i {
	font-size: 60px;
}

.fullscreen > .container {
	z-index: 10;
}


/* BACKGROUNDS
==================================================================*/

.background1 {
	background-color: #e75d5d;
}

.background2 {
	background-color: #f1a733;
}

.background3 {
	background-color: #5eb28f;
}

.background,
.background h2,
.background h3 {
	color: #fff;	
}

.background-image {
	background-image: url(../images/background.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}

.btn-transparent {
	border-color: #fff;
	color: #fff;
}

.btn-transparent:hover {
	border-color: #222;
	color: #222;
}

/* TEASER
==================================================================*/

.stick-to-bottom {
	bottom: 25px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

.teaser {
	text-align: center;
	position: relative;
}
.teaser.icon-box {
	padding-top: 60px;	
}

.teaser .box {
/* 	padding: 0 15px 15px; */
}
.teaser.icon-box .box {
	padding-top: 60px;
}
.teaser.text-box .box {
	padding-top: 10px;
}

.teaser p { color: inherit; }

.teaser .arrow {
	bottom: -15px;
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
z-index: -1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.teaser .icon {
	background: #E75D5D;
	color: #fff;
	height: 120px;
	left: 50%;
	margin-left: -60px;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 120px;
	z-index: 1;
}

.teaser .icon i.fa {
	font-size: 60px;
	line-height: 90px;
}

.teaser .icon img {
	margin-top: 8px;
}

/* STAFF
==================================================================*/

.staff-item {
	text-align: center;
}
.post-grid .staff-item {
	margin-bottom: 30px;
}


/* TABS
==================================================================*/

.nav-tabs > li {
	float: none;
	display: inline-block;
}

.nav-tabs > li > a {
	font-weight: normal;
}

.tab-content > .tab-pane {
	padding: 30px 0 0;
}


/* Accordion
==================================================================*/

.panel {
	box-shadow: none;
} 

.panel-default > .panel-heading {
	background: #fff;
}

.panel-title {
	font-size: inherit;
	font-weight: normal;
}

.panel-title a {
	text-decoration: none;
}


/* TESTIMONIALS
==================================================================*/

.review-item blockquote {
	border: 0;
	margin: 0 50px;
	padding: 0;
}

.review-item blockquote small {
	font-size: 100%;
	margin-top: 15px;
}

.review-carousel .review-item {
	text-align: center;
}

.post-grid .review-item blockquote {
	margin: 0;
}

/* GALLERY
==================================================================*/

.gallery {
	display: table;
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
}

.gallery li {
	overflow: hidden;
	padding: 0;
	position: relative;
}

.gallery img {
	width: 100%;
	display: block;
}

.gallery span {
	background: rgba(0,0,0,0.3);
	display: block;
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
} 

.gallery i {
	left: 50%;
	margin: -21px 0 0 -17px;
	position: absolute;
	top: 50%;
}

.gallery a,
.gallery a:hover {
	color: #fff;
	display: block;
	float: left;
	width: 100%;
}

/* PRICE TABLES
==================================================================*/

.price-table {
	text-align: center;
	list-style: none;
	padding: 0;
}

.price-table li {
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #888;
	padding: 15px 30px;
}

.price-table .title,
.price-table .price {
	background: #222;
	border: none;
	color: #fff;
	font-weight: 800;
	padding-bottom: 0;
}

.price-table .price {
	font-size: 2.769em;
	padding-top: 0;
}

.price-table .period {
	background: #222;
	border: none;
	padding-top: 0;
}

/* SCHEDULE
==================================================================*/

body .tt_event_theme_page {
	padding: 0;
	width: auto;
	max-width: 1140px;
}
body .tt_event_page_left {
	width: 745px;
	margin-right: 30px;
}
body .tt_event_page_right {
	width: 365px;
}

body .tt_upcoming_events li {
	width: 100%;
}

body .tt_event_hours li {
	width: 302px;
}

body .tt_event_columns > div {
	float: left;
	width: auto;
	min-width: 300px;
	overflow: hidden;
}
body .tt_event_columns .tt_event_column_right {
	float: none;
}

/* BLOG
==================================================================*/

body > header {
	margin-bottom: 30px;
	background: #5EB28F url("img/background.png") center bottom repeat-x;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

header h1 {
	color: #fff;
	font-size: 36px;
	margin: 1em 0;
}

.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.entry-title {
	color: #222;
	font-family: "avantgarde", Arial, sans-serif;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
	text-transform: uppercase;
}

.entry-meta {
	color: #bbb;
}
.entry-meta a {
	color: inherit;
}

.entry-meta span {
	padding-right: 15px;	
}

.entry-meta i {
	padding-right: 5px;
}

.entry-content {
	margin-top: 10px;
}

.carousel-control i {
	margin-top: -15px;
	position: absolute;
	top: 50%;
}

.alignleft {
	margin: 5px 15px 15px 0;
	float: left;
}

.alignright {
	margin: 5px 0 15px 15px;
	float: right;
}

img.alignright, img.alignleft, img.aligncenter {
	display: block;
	max-width: 100%;
	height: auto;
}
img.aligncenter {
	margin: 0 auto;
}

.owl-carousel.blog-carousel {
	width: auto;
	min-width: 100%;
	margin: 0 -15px;
}

.item .post {
	border: 0;
	padding: 0 15px;
}

.post-thumb {
	margin-top: 30px;
}
.post-thumb > img {
	width: 100%;
}

section.comment-content {
	padding: 0;
}

.form-allowed-tags code {
	white-space: normal;
}

.format-audio .post-thumb img {
	margin-bottom: -30px;
}

/* SIDEBAR
==================================================================*/

aside h5 {
	color: #e75d5d;
	letter-spacing: normal;
	margin: 0 0 1em;
}

aside h5 i {
	margin-right: 10px;
}

aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside a, .widget_recent_comments li, .widget_archive li, .widget_categories li {
	border-top: 1px solid #eee;
	color: #888;
	display: block;
	padding: 10px 25px;
	position: relative;
}
.widget_archive li, .widget_categories li { text-align: right; }
.textwidget a, #wp-calendar a,
.widget_archive a, .widget_categories a {
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
}
.widget_archive a, .widget_categories a {
	float: left;
}

.widget_recent_comments a {
	border: none;
}

aside a:hover, .widget_recent_comments li:hover {
	background: #f8f8f8;
	color: #222;
}
.widget_archive a:hover, .widget_categories a:hover {
	background: none;
}
.widget_recent_comments li:hover {
	color: inherit;
}

aside a i, .widget_recent_comments li i {
	position: absolute;
	right: 25px;
	top: 13px;
}

aside a:hover i, .widget_recent_comments li:hover i {
	right: 15px;
}

.archive-dropdown {
	width: 100%;
}

.sizdebar img {
	max-width: 100%;
}

/* calendar */
.widget_calendar table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.widget_calendar td, .widget_calendar th, .widget_calendar caption {
	border: #eee 1px solid;
	padding: 3px 0 4px;
}
.widget_calendar caption {
	border-bottom: none;
}
.widget_calendar th {
	text-align: center;
}

.sidebar select {
	width: 100%;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}

.widget_rss h5 {
	padding: 10px 25px;
	margin: 0;
}
.widget_rss h5 a {
	display: inline;
	padding: 0;
	border: none;
}
.rsswidget { font-weight: bold; }
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	padding: 5px 25px;
}
.widget_rss cite {
	display: block;
	margin-bottom: 10px;
}

/* tag cloud */
.widget_tag_cloud .tagcloud a {
	font-size: 14px !important;
	display: inline-block;
	border: none;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
}


/* COMMENTS
==================================================================*/

#commentform { margin-bottom: 50px; }

.comments h3 {
	margin-bottom: 30px;
}

.comments h5 {
	letter-spacing: normal;
}

.media, .media .media {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 30px;
}

/* FOOTER
==================================================================*/

footer {
	background: #222;
	padding: 30px 0;
	margin-top: 40px;
}

footer p a {
	color: #fff;
}

footer p a:hover {
	color: #ccc;
}

footer ul {
	list-style: none;
	padding: 1em 0 0 0;
	margin-bottom: 0;
}

footer li {
	display: inline-block;
	padding: 0 10px;
}


/* Owl Carousel
==================================================================*/

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 48px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	position: absolute;
	top: 50%;
	margin-top: -53px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 10px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 10px;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ddd;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/* SUPERSLIDES
==================================================================*/

.superslides, .singleslide {
	position: absolute !important;
}

.singleslide {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}


#header-languages {
	float: right;
	position: relative;
	line-height: 90px;
	margin-left: 20px;
}
#header-languages .dropdown-menu {
	right: 0;
	left: auto;
	margin-top: 0;
	line-height: 30px;
}
#header-languages .dropdown-toggle {
	color: #fff;
}
#header-languages .dropdown-toggle:hover, #header-languages.open .dropdown-toggle {
	color: #FFD200;
}
#header-languages .dropdown-toggle img {
	position: absolute;
	top: 14px;
	left: 12px;
}
#header-languages .dropdown-menu { min-width: 0; }
#header-languages ul {
	padding: 0 10px;
	margin: 0 0 5px;
}
#header-languages li { list-style-type: none; }

/* MOBILE STYLES
==================================================================*/

@media (max-width: 767px) {

	.navbar-nav > li > a {
		line-height: 15px !important;
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}

	.stick-to-bottom, .welcome {
		position: relative;
	}

	.welcome {
		margin-top: 25%;
		margin-left: 0px !important;
	}

	.welcome h1 {
		font-size: 36px;
	}

	.welcome p {
		font-size: 18px;
	}

}


/* custom */
.navbar-default .navbar-nav > li > a {
    color: #71A7D6 !important;
    font-weight: normal !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #A2DBBE !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #A2DBBE !important;
    background-color: transparent !important;
}


form .multicheckbox br, form .checkbox br{display:none;}
.multicheckbox label {float:left;}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #C7254E;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 0px;
}
code, kbd, pre, samp {
    font-family: "avantgarde",Helvetica,Arial,sans-serif;
font-size: 13px;
line-height: 1.615;
color: #888;
}
.control-label{color:#222;}
code{white-space: normal !important;padding: 0 !important;}
.gfield_checkbox li br{display:none;}
.white-separator{border-bottom: 1px solid #fff !important;}
.no-event-filter .events_filter{display:none !important;}
.vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 20px 10px !important;
}
.img-responsive img{width:100% !important;height:auto !important;}
.img-responsive {width:100% !important;height:auto !important;}

hr {
border: none !important;
margin: 4px 0px !important;
}

.teaser.icon-box .box {
    padding-top: 60px;
    min-height: 230px;
    padding-bottom: 15px;
}
.centered{
	margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
#content .page-title{display:none;}
.fa-lg {
    font-size: 1.5em !important;
    line-height: 0.75em;
    vertical-align: -15%;
}
footer ul {
    list-style: outside none none;
    padding: 0px 0px 0px;
    margin-bottom: 0px;
    text-align: right;
}
.stick-to-bottom {
    bottom: 25px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 200;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.teaser.icon-box {
    padding-top: 60px;
    margin-top: 10px !important;
}
.vc_tta-accordion .vc_tta-panel-title > a {
    background: transparent none repeat scroll 0px 0px;
    display: block;
    padding: 14px 20px !important;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: color 0.2s ease-in-out 0s;
    border: medium none;
}
.vc_tta-controls-icon{display:none !important;}
span.sidebar-title{
	color: #415754 !important;
    margin: 0px;
    float: left;
    font-size: 15px;
    
    padding: 0px 12px 0px 0px;
    width: 100%;
}
.vc_tta-accordion .vc_tta-panel-body {
    border: medium solid transparent;
    box-sizing: content-box;
    padding: 0 !important;
    display: none;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    transition: padding 0.2s ease-in-out 0s;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading{border-radius:0px !important;margin-bottom:10px !important;}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body{border:none !important;}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body{background:none !important;}
.vc_tta-accordion .vc_tta-panel-body{padding:10px !important;}
.vc_tta-accordion h4, .vc_tta.vc_general h5, .vc_tta.vc_general h6 {
    
    font-family: "Pacifico",Arial,sans-serif;
    font-weight: normal;
}
.vc_tta-tabs .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: none;
    font-size: 18px;
    color: #71A7D6;
    float: right;
}
.gform_button{
	display: inline-block;
padding: 6px 12px;
margin-bottom: 0px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;

border-width: 2px;
font-size: 100%;
letter-spacing: 0.1em;
padding: 15px 30px;
line-height: 1.33;
border-radius: 0px;
color: #FFF;
background-color: #E75D5D;
border-color: #E75D5D;
}

/* SIDE BAR */
.widget_nav_menu li{
    margin-bottom:5px;
}
.widget_nav_menu a{
    border: none !important;
    color: #fff !important;
    display: block;
    padding: 0 !important;
    position: relative;
    font-size: 18px;
}
.widget_nav_menu a:hover{
    background: none !important;
    color: #fff !important;
    opacity: 0.5;
}
.widget_nav_menu .current_page_item a{
    background: none !important;
    color: #fff !important;
    opacity: 0.5;
}
.widget_nav_menu i{
    display: none !important;
}

.widget_text{
background: none !important;
padding: 0px !important;
}
.sidebar-enrol a{
color:#fff !important;
font-family: "Pacifico",Georgia,Times,"Times New Roman";
font-weight: normal;
font-size:24px;
background: none !important;
}
.sidebar-enrol a:hover{
opacity:0.5 !important;
background: none !important;
}
.widget_text h5 i{
display:none !important;
}
.textwidget{
font-size: 18px;
color: #666;
line-height: 22px;
}
.subheading p{
font-size:25px !important;
line-height:30px !important;
}
h3{
font-size:25px !important;
line-height:30px !important;
font-family: "avantgarde",Arial,sans-serif !important;
font-weight:700 !important;
}
ul.social-div{
	list-style: outside none none;
padding: 0px;
margin-bottom: 0px;
text-align: center;
margin:20px;
}
ul.social-div li{
	    display: inline-block;
    padding: 0px 10px;
}
ul.social-div .fa-lg {
    font-size: 4em !important;
    line-height: 0.75em;
    vertical-align: -15%;
}
.tabs_box_navigation.sf-timetable-menu {
    float: left;
    clear: none;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 18px;
    display: none !important;
}
.owl-item h2{margin-top:0px !important;}
.teaser h3 a {color:#fff !important;}
.teaser .box h3{
padding: 0 10px 5px 10px;
}
.teaser .box p{
padding: 0px 16px 10px;
}
.welcome p {
font-size: 24px;
font-weight: 700;
margin: 20px 10px;
text-transform: none;
line-height: 26px !important;
}

.home-colored-box p{text-align:center;}
.home-colored-box .wpb_single_image .vc_figure, .home-colored-box .wpb_single_image .vc_single_image-wrapper, .home-colored-box img {width:100% !important;}

#testimonials .owl-carousel-item-text {
    text-align: center;
    font-size: 23px;
}
 
.wpb_images_carousel img, .slideshow img{width:100%;height:auto;}

.wpb_images_carousel { 
-webkit-clip-path: polygon(0 0, 99% 2%, 99% 75%, 100% 100%, 0 100%, 2% 25%);
clip-path: url("#clipPolygon");
}
/*
.clip-svg { 
-webkit-clip-path: polygon(0 0, 99% 2%, 99% 75%, 100% 100%, 0 100%, 2% 25%);
clip-path: url("#clipPolygon");
}
*/

.vc_toggle_default .vc_toggle_title .vc_toggle_icon{display:none;}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon{display:none;}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 5px;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 10px !important;
}

h4{font-size:21px;color:#555 !important;}

#adults-registration h1{display:none;}
#next-gen-registration h1{display:none;}
#school-registration h1{display:none;}

.wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 15px !important;
}

.vc_toggle {
    font-size: 18px;
    line-height: 22px;
}
.vc_toggle ul {
    padding-left: 20px !important;
}

.mejs-container .mejs-controls, .mejs-container{background-color:#70C2CD !important;}


.audio-row .wpb_wrapper .wpb_text_column{
	position: relative;
    z-index: 2;
    
    padding: 10px 15px !important;
	background: url(img/large-el-home.svg) top left no-repeat, 
                url(img/large-el-home-bottom.svg) bottom left no-repeat;
}
.audio-row .wpb_wrapper .wpb_text_column:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 11px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #B6E3E9 !important;
}
.mejs-container {margin-top:5px !important;margin-bottom:10px !important;}
.audio-row br{display:none;}

.owl-carousel-item-text {
    text-align: center;
    font-size: 18px !important;
}
#gallery .owl-carousel-item-text {
    text-align: center;
    font-size: 24px !important;
}

#our-mission .page-title h2{display:none;}

.vc_toggle {
    border: none !important;
    background-color: #B6E3E9 !important;
    margin-bottom:10px !important;
    padding:12px !important;
    
}
.vc_toggle_title > h4 {
    color:#fff !important;
    font-family: "Pacifico",Arial,sans-serif;
    font-weight: normal;
}

.vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #fff;
    float:right;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #fff;
    float:right;
}
h1.page-title{display:none;}

ul.sub-menu{
padding-left: 20px;
line-height:20px;
}
.widget_nav_menu .current_page_item ul.sub-menu a {
    background: transparent none repeat scroll 0% 0% !important;
    color: #FFF !important;
    opacity: 0.7 !important;
}
.widget_nav_menu .current_page_item ul.sub-menu a:hover {
    background: transparent none repeat scroll 0% 0% !important;
    color: #FFF !important;
    opacity: 0.5;
}
.vc_col-sm-3{width:24.9% !important;}

@media (max-width: 767px) {
#start-2 {min-height:1900px !important;}
.teaser.icon-box {
    padding-top: 60px;
    margin-top: 15px !important;
}
}

@media (min-width: 768px) {
.box h3{
	height:90px;
}
.box p{
	height:200px;
	font-size: 15px;
	line-height: 18px;
	margin: 0px 0px 1em;
}
.register-hp{
	height:50px;
}
}

@media (min-width: 900px) {
	.register-hp a {
    color: #FFF !important;
    font-family: Pacifico,Georgia,Times,"Times New Roman";
    font-weight: normal;
    font-size: 22px;
    border: 2px solid #FFF;
    padding: 2px 30px 4px;
    border-radius: 10px;
}
	#start-2 .welcome {
    color: #FFF;
    display: block;
    margin: 0px auto;
    position: absolute;
    text-align: center;
    top: 15% !important;
    width: 100%;
    left: 0px;
    z-index: 10;
    transform: translateY(-20%);
    margin-left: 0px !important;
}
	#start-2 #start-2 {min-height:800px !important;}
.box h3{
	height:60px;
	}
.box p{
	height:250px;
	font-size: 18px;
	line-height: 22px;
	margin: 0px 0px 1em;
	}
.register-hp{
	height:50px;
	}
.register-hp a{
padding: 2px 20px 4px !important;
	}
}
@media (min-width: 1200px) {
.box h3{
	height:60px;
	}
.box p{
	height:180px;
	font-size: 18px;
	line-height: 22px;
	margin: 0px 0px 1em;
	}
.register-hp{
	height:50px;
	}
.register-hp a{
padding: 2px 30px 4px !important;
	}
}
@media (min-width: 1600px) {
.box h3{
	height:40px;
	}
.box p{
	height:100px;
	font-size: 18px;
	line-height: 22px;
	margin: 0px 0px 1em;
	}
.register-hp{
	height:50px;
	}
}

.register-hp{
	text-align: center;
bottom: 20px;
z-index: 9999;
width:100%;

	}
.register-hp a{
	color: #fff !important;
font-family: Pacifico,Georgia,Times,"Times New Roman";
font-weight: normal;
font-size:22px;
border: 2px solid #FFF;
padding: 2px 30px 4px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
	}
	
	
	.tt_tabs .tt_timetable td {
    vertical-align: middle !important;
}

.vc_images_carousel {
    position: relative;
    width: 100% !important;
    max-height:450px !important;
}
	
	
@media (max-width: 992px) {

.navbar-header {
float: none;
}

.navbar-toggle {
display: block;
}

.collapse.navbar-collapse {
display: none!important;
}

.nav.navbar-nav {
float: none!important;
    }

.navbar-nav>li {
float: none;
}

.navbar-nav>li>a {
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 1px solid #fff;
}

.navbar-nav > li > a {
    line-height: 40px !important;
}
.menu-main-menu{margin-bottom:15px !important;}

.collapse.in{
display:block !important;
}

}

 



/* ADULTS */
.adults h2{
color: #71A7D6 !important;
font-size:23px !important;
}
.adults .subheading p{
color: #71A7D6 !important;
}
.adults h3{
color: #71A7D6 !important;
}

.adults .widget_text h5{
color: #71A7D6 !important;
font-family: Pacifico,Georgia,Times,"Times New Roman";
font-weight: normal;
font-size:22px;
}
.adults .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border: none !important;
    background-color: #CFE1F1 !important;
    margin-bottom:10px;
    
}
.adults .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
    color:#71A7D6 !important;
}
.adults .vc_tta-accordion .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #71A7D6;
    float:right;
}
.adults .vc_tta-accordion .vc_active .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #71A7D6;
    float:right;
}

.adults .vc_toggle {
    border: none !important;
    background-color: #CFE1F1 !important;
    margin-bottom:10px;
    padding:12px;
    
}
.adults .vc_toggle_title > h4 {
    color:#71A7D6 !important;
    font-family: "Pacifico",Arial,sans-serif;
    font-weight: normal;
}

.adults .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #71A7D6;
    float:right;
}
.adults .vc_toggle_default.vc_toggle_active .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #71A7D6;
    float:right;
}

.adults .colored-box{
	background-color: #CFE1F1 !important;
	padding: 20px;
	margin: 0;
}

.adults .widget_nav_menu{
	position: relative;
    z-index: 2;
    
    padding: 20px 25px !important;
	background: url(img/adults-top1.svg) top left no-repeat, 
                url(img/adults-bottom1.svg) bottom left no-repeat;
}
.adults .widget_nav_menu:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #71A7D6 !important;
}
.adults .sidebar-text{
position: relative;
z-index: 2;
padding: 30px 25px 30px 25px !important;
background: url(img/adults-top2.svg) top left no-repeat, 
            url(img/adults-bottom2.svg) bottom left no-repeat;
}
.adults .sidebar-text:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #CFE1F1 !important;
}
.adults .sidebar-enrol{
	position: relative;
    z-index: 2;
    text-align:center;
    padding: 20px 25px !important;
    
    background: url(img/adults-top3.svg) top left no-repeat, 
                url(img/adults-bottom3.svg) bottom left no-repeat;
}
.adults .sidebar-enrol:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #71A7D6 !important;
}

/* SCHOOLS */
.schools h2{
color: #F06556 !important;
font-size:23px !important;
}
.schools .subheading p{
color: #F49B8F !important;
}
.schools h3{
color: #F49B8F !important;
}

.schools .widget_text h5{
color: #F06556 !important;
font-family: Pacifico,Georgia,Times,"Times New Roman";
font-weight: normal;
font-size:22px;
}
.schools .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border: none !important;
    background-color: #FACBC5 !important;
    margin-bottom:10px;
    
}
.schools .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
    color:#F06556 !important;
}
.schools .vc_tta-accordion .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #F06556;
    float:right;
}
.schools .vc_tta-accordion .vc_active .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #F06556;
    float:right;
}

.schools .vc_toggle {
    border: none !important;
    background-color: #FACBC5 !important;
    margin-bottom:10px;
    padding:12px;
    
}
.schools .vc_toggle_title > h4 {
    color:#F06556 !important;
    font-family: "Pacifico",Arial,sans-serif;
    font-weight: normal;
}

.schools .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #F06556;
    float:right;
}
.schools .vc_toggle_default.vc_toggle_active .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #F06556;
    float:right;
}



.schools .colored-box{
	background-color: #FACBC5 !important;
	padding: 20px;
	margin: 0;
}

.schools .widget_nav_menu{
	position: relative;
    z-index: 2;
    
    padding: 20px 25px !important;
	background: url(img/school-top1.svg) top left no-repeat, 
                url(img/school-bottom1.svg) bottom left no-repeat;
}
.schools .widget_nav_menu:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #F06556 !important;
}
.schools .sidebar-text{
position: relative;
z-index: 2;
padding: 30px 25px 30px 25px !important;
background: url(img/school-top2.svg) top left no-repeat, 
            url(img/school-bottom2.svg) bottom left no-repeat;
}
.schools .sidebar-text:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #FACBC5 !important;
}
.schools .sidebar-enrol{
	position: relative;
    z-index: 2;
    text-align:center;
    padding: 20px 25px !important;
    
    background: url(img/school-top3.svg) top left no-repeat, 
                url(img/school-bottom3.svg) bottom left no-repeat;
}
.schools .sidebar-enrol:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #F06556 !important;
}


/* PARENTS */
.parents h2{
color: #AADCC1 !important;
font-size:23px !important;
}
.parents .subheading p{
color: #AADCC1 !important;
}
.parents h3{
color: #AADCC1 !important;
}

.parents .widget_text h5{
color: #AADCC1 !important;
font-family: Pacifico,Georgia,Times,"Times New Roman";
font-weight: normal;
font-size:22px;
}
.parents .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border: none !important;
    background-color: #DDF4E7 !important;
    margin-bottom:10px;
    
}
.parents .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
    color:#AADCC1 !important;
}
.parents .vc_tta-accordion .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #AADCC1;
    float:right;
}
.parents .vc_tta-accordion .vc_active .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #AADCC1;
    float:right;
}

.parents .vc_toggle {
    border: none !important;
    background-color: #DDF4E7 !important;
    margin-bottom:10px;
    padding:12px;
    
}
.parents .vc_toggle_title > h4 {
    color:#AADCC1 !important;
    font-family: "Pacifico",Arial,sans-serif;
    font-weight: normal;
}

.parents .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #AADCC1;
    float:right;
}
.parents .vc_toggle_default.vc_toggle_active .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #AADCC1;
    float:right;
}

.parents .colored-box{
	background-color: #DDF4E7 !important;
	padding: 20px;
	margin: 0;
}

.parents .widget_nav_menu{
	position: relative;
    z-index: 2;
    
    padding: 20px 25px !important;
	background: url(img/parents-top1.svg) top left no-repeat, 
                url(img/parents-bottom1.svg) bottom left no-repeat;
}
.parents .widget_nav_menu:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #AADCC1 !important;
}
.parents .sidebar-text{
position: relative;
z-index: 2;
padding: 30px 25px 30px 25px !important;
background: url(img/parents-top2.svg) top left no-repeat, 
            url(img/parents-bottom2.svg) bottom left no-repeat;
}
.parents .sidebar-text:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #DDF4E7 !important;
}
.parents .sidebar-enrol{
	position: relative;
    z-index: 2;
    text-align:center;
    padding: 20px 25px !important;
    
    background: url(img/parents-top3.svg) top left no-repeat, 
                url(img/parents-bottom3.svg) bottom left no-repeat;
}
.parents .sidebar-enrol:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #AADCC1 !important;
}


/* TEENS/NEXTGEN */
.teens h2{
color: #F3CF64 !important;
font-size:23px !important;
}
.teens .subheading p{
color: #F3CF64 !important;
}
.teens h3{
color: #F3CF64 !important;
}

.teens .widget_text h5{
color: #F3CF64 !important;
font-family: Pacifico,Georgia,Times,"Times New Roman";
font-weight: normal;
font-size:22px;
}
.teens .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border: none !important;
    background-color: #FBEBCC !important;
    margin-bottom:10px;
    
}
.teens .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
    color:#F3CF64 !important;
}
.teens .vc_tta-accordion .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #F3CF64;
    float:right;
}
.teens .vc_tta-accordion .vc_active .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #F3CF64;
    float:right;
}

.teens .vc_toggle {
    border: none !important;
    background-color: #FBEBCC !important;
    margin-bottom:10px;
    padding:12px;
    
}
.teens .vc_toggle_title > h4 {
    color:#F3CF64 !important;
    font-family: "Pacifico",Arial,sans-serif;
    font-weight: normal;
}

.teens .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #F3CF64 ;
    float:right;
}
.teens .vc_toggle_default.vc_toggle_active .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #F3CF64 ;
    float:right;
} 

.teens .colored-box{
	background-color: #FBEBCC !important;
	padding: 20px;
	margin: 0;
}
.teens .home-colored-box{
	background-color: #FBEBCC !important;
	color: #F1B62F !important;
	padding: 0;
	margin: 0;
}
.teens .home-colored-box .subheading p{
	font-size:36px !important;
/* 	line-height:43px !important; */
	padding: 40px 30px 0 30px;
}

.teens .home-colored-box .wpb_content_element{margin:0 !important;}
.teens .home-colored-box .vc_column-inner {margin:0 !important;padding:0 !important;}
.teens .home-colored-box .subheading{
    
}

.teens .widget_nav_menu{
	position: relative;
    z-index: 2;
    
    padding: 20px 25px !important;
	background: url(img/teens-top1.svg) top left no-repeat, 
                url(img/teens-bottom1.svg) bottom left no-repeat;
}
.teens .widget_nav_menu:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #F3CF64 !important;
}
.teens .sidebar-text{
position: relative;
z-index: 2;
padding: 30px 25px 30px 25px !important;
background: url(img/teens-top2.svg) top left no-repeat, 
            url(img/teens-bottom2.svg) bottom left no-repeat;
}
.teens .sidebar-text:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #FBEBCC !important;
}
.teens .sidebar-enrol{
	position: relative;
    z-index: 2;
    text-align:center;
    padding: 20px 25px !important;
    
    background: url(img/teens-top3.svg) top left no-repeat, 
                url(img/teens-bottom3.svg) bottom left no-repeat;
}
.teens .sidebar-enrol:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #F3CF64 !important;
}


/* TEAM */
.team h2{
color: #AF97C0 !important;
font-size:23px !important;
}
.team .subheading p{
color: #AF97C0 !important;
}
.team h3{
color: #AF97C0 !important;
}

.team .widget_text h5{
color: #AF97C0 !important;
font-family: Pacifico,Georgia,Times,"Times New Roman";
font-weight: normal;
font-size:22px;
}
.team .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border: none !important;
    background-color: #E7E2ED !important;
    margin-bottom:10px;
    
}
.team .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
    color:#AF97C0 !important;
}
.team .vc_tta-accordion .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #AF97C0;
    float:right;
}
.team .vc_tta-accordion .vc_active .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #AF97C0;
    float:right;
}

.team .vc_toggle {
    border: none !important;
    background-color: #E7E2ED !important;
    margin-bottom:10px;
    padding:12px;
    
}
.team .vc_toggle_title > h4 {
    color:#AF97C0 !important;
    font-family: "Pacifico",Arial,sans-serif;
    font-weight: normal;
}

.team .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #AF97C0 ;
    float:right;
}
.team .vc_toggle_default.vc_toggle_active .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #AF97C0 ;
    float:right;
} 

.team .colored-box{
	background-color: #E7E2ED !important;
	padding: 20px;
	margin: 0;
}

.team .widget_nav_menu{
	position: relative;
    z-index: 2;
    
    padding: 20px 25px !important;
	background: url(img/team-top1.svg) top left no-repeat, 
                url(img/team-bottom1.svg) bottom left no-repeat;
}
.team .widget_nav_menu:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #AF97C0 !important;
}
.team .sidebar-text{
position: relative;
z-index: 2;
padding: 30px 25px 30px 25px !important;
background: url(img/team-top2.svg) top left no-repeat, 
            url(img/team-bottom2.svg) bottom left no-repeat;
}
.team .sidebar-text:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #E7E2ED !important;
}
.team .sidebar-enrol{
	position: relative;
    z-index: 2;
    text-align:center;
    padding: 20px 25px !important;
    
    background: url(img/team-top3.svg) top left no-repeat, 
                url(img/team-bottom3.svg) bottom left no-repeat;
}
.team .sidebar-enrol:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #AF97C0 !important;
}

/* MORE */
.more h2{
color: #85C1CA !important;
font-size:23px !important;
}
.more .subheading p{
color: #B6E3E9 !important;
}
.more h3{
color: #B6E3E9 !important;
}

.more .widget_text h5{
color: #B6E3E9 !important;
font-family: Pacifico,Georgia,Times,"Times New Roman";
font-weight: normal;
font-size:22px;
}
.more .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border: none !important;
    background-color: #DBEDF2 !important;
    margin-bottom:10px;
    
}
.more .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
    color:#B6E3E9 !important;
}
.more .vc_tta-accordion .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #B6E3E9;
    float:right;
}
.more .vc_tta-accordion .vc_active .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #B6E3E9;
    float:right;
}
.more .colored-box{
	background-color: #DBEDF2 !important;
	padding: 20px;
	margin: 0;
}

.more .widget_nav_menu{
	position: relative;
    z-index: 2;
    
    padding: 20px 25px !important;
	background: url(img/more-top1.svg) top left no-repeat, 
                url(img/more-bottom1.svg) bottom left no-repeat;
}
.more .widget_nav_menu:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #B6E3E9 !important;
}
.more .sidebar-text{
position: relative;
z-index: 2;
padding: 30px 25px 30px 25px !important;
background: url(img/more-top2.svg) top left no-repeat, 
            url(img/more-bottom2.svg) bottom left no-repeat;
}
.more .sidebar-text:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #DBEDF2 !important;
}
.more .sidebar-enrol{
	position: relative;
    z-index: 2;
    text-align:center;
    padding: 20px 25px !important;
    
    background: url(img/more-top3.svg) top left no-repeat, 
                url(img/more-bottom3.svg) bottom left no-repeat;
}
.more .sidebar-enrol:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 8px; /* position it off the top background */
    right: 0;
    bottom: 8px; /* position it off the bottom background */
    left: 0;
/*     background-color: url(middle.png) top left repeat-y; */
    background-color: #B6E3E9 !important;
}

.more .vc_tta-accordion .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #B6E3E9;
    float:right;
}
.more .vc_tta-accordion .vc_active .vc_tta-title-text::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #B6E3E9;
    float:right;
}

.more .vc_toggle {
    border: none !important;
    background-color: #DBEDF2 !important;
    margin-bottom:10px;
    padding:12px;
    
}
.more .vc_toggle_title > h4 {
    color:#85C1CA !important;
    font-family: "Pacifico",Arial,sans-serif;
    font-weight: normal;
}

.more .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    color: #85C1CA ;
    float:right;
}
.more .vc_toggle_default.vc_toggle_active .vc_toggle_title::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    color: #85C1CA ;
    float:right;
} 


@media (min-width: 768px) {
#start-2 .col-md-offset-1 {
    margin-left: 8.33333%;
}
#start-2 .col-md-2 {
    width: 16.6667%;
}
#start-2 .col-md-2 {
    float: left;
}
#start-2 .col-md-2{
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
#start-2 .welcome {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 23%;
	width: 100%;
	left: 0;
	z-index: 10;
	-webkit-transform: translateY(-23%);
	-moz-transform: translateY(-23%);
	-ms-transform: translateY(-23%);
	-o-transform: translateY(-23%);
	transform: translateY(-23%);
}
}



@media (min-width: 768px) and (max-width: 900px) {
.register-hp a {
    border: none !important;
}
}

@media (min-width: 768px) {
	/*
	 * Row with equal height columns
	 * --------------------------------------------------
	 */
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
	
	.row-eq-height [class*="col-"] {
		padding-top: 15px;
	  padding-bottom: 15px;
	/*
	  background-color: #eee;
	  background-color: rgba(86,61,124,.15);
	  border: 1px solid #ddd;
	  border: 1px solid rgba(86,61,124,.2);
	*/
	}
	
	/*
	 * Callout styles copied from Bootstrap's main docs.
	 */
	/* Common styles for all types */
	.bs-callout {
	  padding: 20px;
	  margin: 20px 0;
	  border-left: 3px solid #eee;
	}
	.bs-callout h4 {
	  margin-top: 0;
	  margin-bottom: 5px;
	}
	.bs-callout p:last-child {
	  margin-bottom: 0;
	}
	.bs-callout code {
	  background-color: #fff;
	  border-radius: 3px;
	}
	/* Variations */
	.bs-callout-danger {
	  background-color: #fdf7f7;
	  border-color: #d9534f;
	}
	.bs-callout-danger h4 {
	  color: #d9534f;
	}
	.bs-callout-warning {
	  background-color: #fcf8f2;
	  border-color: #f0ad4e;
	}
	.bs-callout-warning h4 {
	  color: #f0ad4e;
	}
	.bs-callout-info {
	  background-color: #f4f8fa;
	  border-color: #5bc0de;
	}
	.bs-callout-info h4 {
	  color: #5bc0de;
	}
	.teaser.icon-box{
	 height: 100% !important;
	}
	.box{
	 height: 100% !important;  
	}
	iframe + .map-locker {
	    position: relative;
	    float: right;
	    margin-top: -150px;
	    margin-right: 13px;
	    height: 50px;
	    width: 50px;
	    border-radius: 50%;
	    background: #FFF url("img/map-locker.png") no-repeat scroll 0px 50%;
	}
}
@media (max-height: 800px) {
	/* #start-2{min-height:800px !important;} */
}
.ult-style-1 .ult-team-member-name-wrap .ult-team-member-name {
    color: #fff !important;
    font-size: 11px !important;
    text-transform: none;
    margin: 0px 0 5px !important;
    display: block;
    font-weight: 700;
}
.ult-style-1 .ult-team-member-name-wrap {
    
    box-sizing: border-box;
    background-color: rgb(175, 151, 192) !important;
}
.ult-style-1 .ult-team-member-position {
    padding-bottom: 0;
    font-size: 12px !important;
    color: #fff !important;
    letter-spacing: 0 !important;
    text-transform: none  !important;
    display: block;
    box-sizing: border-box;
    line-height: 12px !important;
    padding: 10px !important;
}
.slick-slide {
    margin: 0 4px;
    float: left !important;
}
button.slick-prev.default{
color: rgb(175, 151, 192);
font-size: 30px;
display: none !important;
}
button.slick-next.default{
color: rgb(175, 151, 192);
font-size: 30px;
display: none !important;
}