/* Section */

.section {
	position: relative;
   /*	width: 990px; */
	width: 1320px;
	margin: 0 auto;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 18px;
	overflow: hidden;
}

/* Header */

#header {
	position: relative;
	background: url(../images/garden.svg) no-repeat center bottom;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#header .inner {
	background: url(../images/trees.png) no-repeat center bottom;
	-webkit-background-size: 1966px;
	-moz-background-size: 1966px;
	background-size: 1966px;
}

#header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 24px;
	background: url(../images/white-grass.svg) repeat-x center top;
}

#header .section {
	position: relative;
	height: 635px;
	z-index: 1;
}

#header .logo {
	position: absolute;
	left: -200px;
	top: 14px;
	width: 526px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .owl {
	position: absolute;
	left: -20px;
	bottom: 0;
	width: 329px;
}

#header .kids {
	position: absolute;
	width: 456px;
	left: -208px;
	bottom: 16px;
	z-index: -1;
}

#header .facebook {
	position: absolute;
	right: 0;
	top: 11px;
	width: 35px;
	height: 36px;
	background: url(../images/facebook-ico.png) no-repeat;
	text-indent: -9999em;
}

#header .socials {
	position: absolute;
	right: 11px;
	top: 13px;
	margin: 0;
	padding: 0;
}

#header .socials li {
	float: left;
	margin: 0 0 0 9px;
	padding: 0;
	list-style: none;
}

#header .socials li a {
	display: block;
	overflow: hidden;
}

#header .socials li img {
	display: block;
	height: 33px;
	border: 2px solid #000;
	border-radius: 10px;
}

#header .socials li a:hover {
	transform: scale(1.08);
}

#header .contacts {
	position: absolute;
	right: 100px;
	top: 12px;
	margin: 0;
	padding: 0;
}

#header .contacts li {
	display: block;
	margin: 0 0 4px 46px;
	padding: 0;
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: right;
}

#header .contacts li a {
	display: inline-block;
}

#header .topNavi {
	position: absolute;
	right: 0;
	top: 119px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#header .topNavi li {
	position: relative;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-shadow: 0 0 8px #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header .topNavi li a {
	display: inline-block;
	padding: 10px 14.6px;
}

#header .topNavi li a.Current,
#header .topNavi li:hover {
	background: #ffff7f;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header .topNavi li ul {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

#header .topNavi li:hover ul {
	display: block;
}

#header .topNavi li ul li {
	margin: 0;
	padding: 0;
	float: none;
	border-radius: 0;
}

#header .topNavi li ul li a {
	padding: 7px 16px;
	display: block;
	white-space: nowrap;
}

#header .slider,
#header .slider .inner {
	position: absolute;
	right: 0;
	top: 205px;
	width: 675px;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.75);
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.75);
	-webkit-transform: rotate(2.5deg);
	-moz-transform: rotate(2.5deg);
	-ms-transform: rotate(2.5deg);
	transform: rotate(2.5deg);
}

#header .slider .inner {
	position: static;
	padding: 13px 13px 44px;
	-webkit-transform: rotate(-2.5deg);
	-moz-transform: rotate(-2.5deg);
	-ms-transform: rotate(-2.5deg);
	transform: rotate(-2.5deg);
}

#header .slider .slides {
	margin: 0;
	padding: 0;
}

#header .slider .slides li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .slider .slides li img {
	display: block;
	width: 100%;
}

#header .slider .slides .owl-prev,
#header .slider .slides .owl-next {
	position: absolute;
	right: -33px;
	top: 96px;
	width: 59px;
	height: 55px;
	text-indent: -9999em;
	background: url(../images/slider-arrows.png) no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);	
}

#header .slider .slides .owl-next {
	top: 151px;
	background-position: left bottom;
}

/* Content */

#content {
	padding: 40px 0 20px;
}

/* Enrolment */

#enrolment {
	position: relative;
	background: #44bb2e;
	-webkit-transform: rotate(3.2deg);
	-moz-transform: rotate(3.2deg);
	transform: rotate(3.2deg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}

#enrolment:after {
	content: "";
	position: absolute;
	left: 19px;
	top: -263px;
	width: 373px;
	height: 264px;
	background: url(../images/enrolment-kids.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);	
}

#enrolment .form {
	position: relative;
	padding: 3.737373737373737% 2.525252525252525%;
	background: #8fda3a;
	-webkit-transform: rotate(-3.2deg);
	-moz-transform: rotate(-3.2deg);
	transform: rotate(-3.2deg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#enrolment .form .title {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
}

#enrolment .form .left {
	float: left;
	width: 38.29787234042553%; /* 454px */
}

#enrolment .form .right {
	float: left;
	width: 408px;
	margin-left: 20px;
}

#enrolment .form .field {
	margin-bottom: 19px;
}

#enrolment .form .field .textbox,
#enrolment .form .field textarea {
	display: block;
	margin: 0;
	padding: 15px 18px;
	border: 0;
	background: #ffffff;
	width: 100%;
	height: 52px;
	color: #000;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
}

#enrolment .form .field textarea {
	overflow: auto;
	resize: none;
	height: 123px;
}

#enrolment .form .field label.error {
	color: #a00;
	margin: 0;
	padding-top: 3px;
	font-weight: normal;
	font-size: 11px;
}

#enrolment .form .submitBtn {
	margin: 0;
	padding: 0;
	background: #00b8ff;
	border: 0;
	cursor: pointer;
	color: #fff;
	width: 100%;
	height: 52px;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 29.76px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-bottom: 3px solid #0099cc;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#enrolment .form .submitBtn:hover {
	background-color: #2ec7ff;
}

#enrolment .form .kid {
	position: absolute;
	right: 32px;
	top: 27px;
	width: 165px;
	pointer-events: none;
}

#enrolment .form .dolls img {
	display: block;
	width: 400px;
	max-width: 9999em;
}

#enrolmentForm label {
	font-size:15px;
}
#enrolmentForm label.error {
	font-size: 11px;
}
#bookatour label {
	font-size:15px;
}
#bookatour label.error {
	font-size: 11px;
}
/* Feedback */

#feedback {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 50px;
	border-top: 5px dotted #cccccc;
}

#feedback .title {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 41px;
	color: #00b8ff;
}

#feedback .slides {
	margin: 0;
	padding: 0;
}

#feedback .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#feedback .slides li blockquote {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 983px;
	font-size: 18px;
	font-style: italic;
	color: #666666;
	border: 0;
}

#feedback .slides li blockquote p {
	margin-bottom: 10px;
}

#feedback .slides .owl-prev,
#feedback .slides .owl-next {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 24px;
	text-indent: -9999em;
	margin-top: -12px;
	background: url(../images/slider-arrow.svg) no-repeat;
	background-size: 100%;
}

#feedback .slides .owl-prev {
	left: 4.861111111111111%;
}

#feedback .slides .owl-next {
	right: 4.861111111111111%;
	transform: rotate(180deg);
}

/* Footer */

#footer {
	margin-top: 35px;
	border-top: 5px dotted #cccccc;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 15px;
}

#footer .top {
	position: relative;
	background: #f7f7f7;
}

#footer .top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 24px;
	background: url(../images/green-grass.svg) repeat-x center bottom;
}

#footer .top .section {
	padding-bottom: 52px;
	padding-top: 25px;
}

#footer.forHome .top .section {
	padding-top: 20px;
}

#footer.forHome {
	/*margin-top: -48px;*/
}

#footer .top .links {
	float: left;
	width: 370px;
}

#footer .top .links .title {
	color: #44bb2e;
	margin: 0 0 15px;
	font-weight: bold;
}
#footer .top .links ul {
	margin: 0;
	padding: 0;
}

#footer .top .links ul li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

#footer .top .links ul li:last-child {
	margin-bottom: 0;
}
#footer .top .contacts {
	float: right;
	margin: 41px 0 0;
	padding: 0;
}

#footer .top .contacts li {
	margin: 0 0 10px;
	padding: 0 0 0 39px;
	list-style: none;
	color: #5c5c5c;
}

#footer .top .contacts li a {
	display: inline-block;
	line-height: 24px;
}

#footer .top .contacts li.phone {
	background: url(../images/call-ico.png) no-repeat 3px 3px;
}

#footer .top .contacts li.email {
	background: url(../images/envelope-ico.png) no-repeat 2px 4px;
}

#footer .top .contacts li.facebook {
	background: url(../images/facebook-small-ico.png) no-repeat 1px 0;
}

#footer .top .logo {
	position: absolute;
	width: 385px;
	top: 13px;
	left: 50%;
	margin-left: -192.5px;
}

#footer .top .logo .dolls {
	display: block;
	width: 100%;
}

#footer .top .logo .flogo {
	display: block;
	width: 93.80952380952381%;
	margin: 5px auto 0;
}

#footer .bottom {
	background: #54b746;
	color: #fff;
}

#footer .bottom .section {
	position: relative;
	padding-top: 25px;
	padding-bottom: 15px;
}

#footer .bottom .copyright {
	text-align: center;
	font-size: 13px;
	margin: 0;
}

#CalendarTable {
	margin-bottom: 50px;
}
/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 35px;
	outline: none;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 5px;
	background: #7030a0;
}

#mm-navigation {
	text-align: left;
}

#mm-navigation ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

#mm-navigation ul li.Current {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

#mm-navigation *:after, #mm-navigation *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-panels  .section {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
/* Justified Gallery */

.justified-gallery strong {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #000000;
	line-height: 1.2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
	font-weight: normal;
}

.justified-gallery strong span {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.justified-gallery strong span em {
	display: table-cell;	
	vertical-align: middle;
	font-style: normal;
	width: 100%;
	padding: 8px 15px;
	height: 80px;
}

.galleryWrapper .gallery a {
	overflow: hidden;
}

.galleryWrapper .gallery a img {
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

.galleryWrapper .gallery a:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.justified-gallery a:hover strong {
	opacity: 1;
	visibility: visible;
}
.justified-gallery p {
	margin-bottom: 12px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
label.error {
	color: red;
	font-weight: normal;
	font-size: 11px;
}
.grecaptcha-badge {
	z-index: 999!important;
}

.fieldRequired {
	color: red;
	font-weight: normal;
	font-size: 10px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}
.filename {
	border: 0;
	margin-left: 7px;
}
.isRequired {
	color: red;
}
.errorStrip {
	text-align: center;
	font-weight: bold;
	background-color: #eee;
	color: red;
	padding: 10px 0;
	margin: 10px 0 10px 0;
}
