@charset "UTF-8";

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Regular.eot');
    src: url('../fonts/subset-Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Regular.woff2') format('woff2'),
        url('../fonts/subset-Lato-Regular.woff') format('woff'),
        url('../fonts/subset-Lato-Regular.ttf') format('truetype'),
        url('../fonts/subset-Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Bold.eot');
    src: url('../fonts/subset-Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Bold.woff2') format('woff2'),
        url('../fonts/subset-Lato-Bold.woff') format('woff'),
        url('../fonts/subset-Lato-Bold.ttf') format('truetype'),
        url('../fonts/subset-Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #3d3d3d;
	line-height: 1.412;
}

/* Section */

.section {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
}


/* Intro */

#intro .section {
	padding-top: 50px;
	padding-bottom: 55px;
}

#intro .texts {
	max-width: 1020px;
	margin: 0 auto 60px;
	text-align: center;
	line-height: 1.69;
}

#intro .features .image {
	float: left;
	margin-left: 48px;
	width: 399px;
}

#intro .features .info {
	position: relative;
	margin-left: 486px;
	margin-top: -5px;
}

#intro .features .info .kindergarten {
	position: absolute;
	right: 51px;
	top: 0;
	width: 202px;
}

/* Links */

#links {
	color: #fff;
	font-size: 20px;
	background: #2d5101 url(../images/links-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#links .section {
	padding-top: 60px;
	padding-bottom: 60px;
}

#links ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}

#links ul li {
	margin: 0 -4px 0 0;
	padding: 0 1.75em;
	list-style: none;
	display: inline-block;
}

#links ul li a {
	position: relative;
	display: inline-block;
	width: 13.85em;
	height: 13.85em;
	background: rgba(0,0,0,0.62);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 0.1em solid #fff;	
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#links ul li a:after {
	content: "";
	position: absolute;
	left: -0.65em;
	right: -0.65em;
	top: -0.65em;
	bottom: -0.65em;
	border: 0.2em solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
	-moz-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
	transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
}

#links ul li .overlay {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

#links ul li .overlay .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0.75em;
	line-height: 1.171;
}

#links ul li .overlay .text img {
	display: block;
	height: 3.7em;
	margin: 0 auto 1.35em;
}

#links ul li .overlay .text em {
	font-style: normal;
}

#links ul li a:hover {
	background-color: rgba(0,0,0,0.8);
}

#links ul li a:hover:after {
	left: -0.8em;
	right: -0.8em;
	top: -0.8em;
	bottom: -0.8em;
}

/* Management */

#management {
	border-bottom: 1px solid #c2c2c2;
}

#management .section {
	padding-top: 38px;
	padding-bottom: 80px;
}

#management .text {
	float: left;
	width: 780px;
}

#management .text .heading {
	text-align: left;
	margin-bottom: 27px;
}

#management .text .image {
	float: left;
	width: 343px;
	overflow: hidden;
}

#management .text .image img {
	max-width: 9999em;
}

#management .text .info {
	margin-left: 386px;
}

#management .text .info .linkBtn {
	margin-top: 12px;
}

#management .feeds {
	float: right;
	width: 400px;
	margin-top: 10px;
}

#management .feeds #fbFeeds {
	height: 436px;
	text-align: center;
	background: url(../images/loading-fb.gif) no-repeat center top;
}


/* Miscelleneous */

p {
	margin: 0 0 19px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 19px;
	padding: 0;
	font-weight: bold;
	color: #05a24c;
	line-height: 1.2;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
#content a {
	color: #05A262;
}
#content a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.heading {
	font-size: 25px;
	font-weight: bold;
	color: #05a24c;
	text-align: center;
	margin: 0 0 19px;
	line-height: 1.2;
}

.bulletList {
	margin: 0;
	padding: 0;
}

.bulletList li {
	position: relative;
	margin: 0 0 3px;
	padding: 0 0 0 45px;
	list-style: none;
	line-height: 1.412;
}

.bulletList li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 12px;
	background: #dc2320;
	border: 2px solid #fd8337;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

.linkBtn {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border: 0;
	cursor: pointer;
	background: #dd221e;
	padding: 13.5px 19px;
	min-width: 182px;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-appearance: none;
}

.linkBtn:hover {
	color: #fff;
	background-color: #f84131;
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}



