/* GOOGLE FONTS */
@import url(https://fonts.googleapis.com/css?family=Roboto:500,900italic,900,400italic,100,700italic,300,700,500italic,100italic,300italic,400);
@import url(https://fonts.googleapis.com/css?family=Finger+Paint);
@import url(https://fonts.googleapis.com/css?family=Cabin+Sketch:400,700);


/* Global properties ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#00a8ff!important; color:#fff}
::-moz-selection{ background:#00a8ff!important; color:#fff}

a{ color:#5e5e5e; text-decoration: none; outline:none}
a:hover{ color:#5e5e5e; text-decoration: none; outline:none}

body{ background: #fff;  border:0; font: 14px 'Roboto', Arial, Helvetica, sans-serif; color: #5e5e5e; line-height:20px; min-width:320px;}

.container { position: relative; min-width: 320px;}

#main{margin: 0 auto; position: relative; overflow: hidden;}

/* Page Animated item Styles */
.animated {
  visibility: hidden;
}

.visible {
visibility: visible;
}


/* ============================= header ====================== */
.top_wrapper{position: relative; }
.top_bg{position: absolute; width: 100%; height: 100%;overflow: hidden;}
.top_content{position: relative; padding-bottom: 80px;}

.sky1{width: 100%; height: 746px; display: block;}

.sky2{width: 100%; height: 147px; display: block;}

.grass1{width: 100%; height: 2000px; background: url(../images/grass1.jpg) center top repeat-x #4d7f00;}

.sun1{width: 401px; height: 305px; background: url(../images/sun1.html) right top no-repeat; position: absolute;right: 50px; top: 20px;}

header{padding-top: 20px; padding-bottom: 25px; text-align: center;}
.logo {
    display: inline-block;
    
    
}

.snail1_wrapper{margin-top: -100px; position: relative;}
.not-front .snail1_wrapper{margin-top: 0;}

.snail1_wrapper img{ margin-left: auto; margin-right: auto; position: relative;width: 35%;padding-top: 10%;}
.not-front .snail1_wrapper img{width: 380px;}


.snail1_wrapper .tree1{ position: absolute; width: 100%; height: 100%; z-index: 10;}
.snail1_wrapper .snail1{ position: relative; z-index: 10;}






.slogan1{text-align: center; font-family: 'Cabin Sketch'; font-size: 60px; line-height: 1; text-transform: uppercase; color: #fff; font-weight: 700; padding-top: 30px;}

.slogan2{text-align: center; font-family: 'Finger Paint'; font-size: 16px; line-height: 1.5; color: #fff; font-weight: 400; padding-top: 30px;}

/* ============================= team ====================== */
#team_wrapper{ position: relative; padding-top: 40px; }

#team{position: relative;padding-bottom: 80px;}

.team_prev{display: block; width: 34px; height: 34px; background: url(../images/prev.png) left top no-repeat; position: absolute; left: 50%;margin-left: -40px; bottom: 0px; z-index: 10;}
.team_prev:hover{background-position: bottom;}

.team_next{display: block; width: 34px; height: 34px; background: url(../images/next.png) left top no-repeat; position: absolute; left: 50%; bottom: 0px; z-index: 10;}
.team_next:hover{background-position: bottom;}

#team .carousel-box{position: relative;}
#team .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#team .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#team .caroufredsel_wrapper{padding: 0; margin: 0;}
#team .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#team .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }

.team{}
.team .team_inner{height:400px !important;}
.team .team_inner a{display: block; text-decoration: none; position: relative; background: none; padding: 0px; text-align: left;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover{ background: none; }
.team .team_inner a figure{margin: 0; padding: 0px; position: relative; border: none; padding: 0px; background: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover figure{background: none;}
.team .team_inner a figure img{width: 100%; border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0;}
.team .team_inner a figure em{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; background: none; opacity: 0; filter: alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover figure em{opacity: 1; filter: alpha(opacity=100);}
.team .team_inner a .caption{padding: 20px; text-align: center; background: #fff; border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover .caption{}
.team .team_inner a .txt1{font-family: 'Finger Paint'; font-size: 28px; color: #00a8ff; padding-top: 10px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover .txt1{color: #00a8ff;}
.team .team_inner a .txt2{color: #5e5e5e; padding-top: 15px; padding-bottom: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover .txt2{color: #000;}
.team .team_inner a .txt3{display: inline-block; color: #a5a5a5; font-size: 12px; font-weight: 700;  line-height: 20px; padding: 4px 15px; text-transform: uppercase; background: #fff; border: 1px solid #dedede; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover .txt3{color: #fff; background: #00a8ff; border-color: #00a8ff;}


/* ============================= team end ====================== */

.splash_wrapper{padding-top: 0px; padding-bottom: 0px;}

.page_title{text-align: center; font-family: 'Cabin Sketch'; font-size: 50px; line-height: 2; text-transform: uppercase; font-weight: 700; color: #27e52c;; padding-top: 0px;}




/* ============================= content ====================== */
#content{position: relative; background: #fff; padding-top: 0px;}

.breadcrumbs1_wrapper{padding-bottom: 20px;}

.breadcrumbs1{padding: 10px; margin-top: 0px; font-weight: 400; line-height: 45px !important; color: #a8d7f5; font-size: 14px; background: none; font-family: 'Finger Paint'; font-size: 16px; line-height: 20px;}
.breadcrumbs1 a{color: #00a8ff; text-decoration: underline;}
.breadcrumbs1 a:hover{color: #00a8ff; text-decoration: none;}
.breadcrumbs1 span{display: inline-block; width: 16px; height: 14px; background: url(../images/breadcrumbs1.png) 0 0 no-repeat; margin: 0 20px;}





/* ============================= footer ====================== */

.bot1_wrapper{background: #182f4a; padding-top: 40px; padding-bottom: 60px;color: #a4aec4; font-size: 13px; line-height: 24px; text-transform: uppercase; }
.bot1_wrapper a{color: #a4aec4;}
.bot1_wrapper a:hover{color: #fff;}

.logo2_wrapper{text-align: center; padding-bottom: 20px;}
.logo2{display: inline-block;}

.bot1_title{padding-top: 25px; padding-bottom: 15px; font-weight: 700; }

.social_wrapper{}
.social{ display: block; margin: 0; padding: 0; list-style: none;}

.social li{display: inline-block; margin: 10px 38px 10px 0px;}
.social li a{
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social li a:hover{ opacity: 0.7; filter:alpha(opacity=70);}

.bot2_wrapper{background: #102135; padding: 40px 0; text-align: center; color: #919db4;}
.bot2_wrapper a {color: #919db4;}
.bot2_wrapper a:hover {color: #fff;}


/* ============================= parallax ====================== */
.parallax {width: 100%; position: relative; overflow: hidden; background: none;}
.parallax, .parallax .parallax-content, .parallax .overlay { height: 100%;}

.parallax-bg { width: 100%; height: 100%; left: 0; top: 0; margin: 0 auto; position: absolute; background-size: cover; background-attachment: scroll; background-repeat: repeat-y; background-position: center center; }
.parallax-bg.bg-fixed{background-attachment: fixed;}
.parallax .overlay { background: none; width: 100%; position: absolute; overflow: hidden; background: none;}
.parallax-content { padding-top: 0px; padding-bottom: 0px;}




.bg1 { background-image: url(../images/parallax1.jpg); }

#parallax1{padding-top: 90px; padding-bottom: 130px; text-align: center; color: #fff;}

#parallax1 .txt1{font-family: 'Cabin Sketch'; font-size: 160px; line-height: 1.1; font-weight: 700;}
#parallax1 .txt2{font-family: 'Cabin Sketch'; font-size: 90px; line-height: 1.1; font-weight: 700;}



.wave1{background: url(../images/wave1.png) 0 0 repeat-x;}

.wave2{background: url(../images/wave2.png) 0 0 repeat-x;}





.wave1, .wave2{height: 30px; position: absolute; width: 100%; z-index: 12; left: 0; bottom: 0;}

.wave1 {
  -webkit-animation: wave-animation1 8.7s infinite linear; /* Safari 4+ */
  -moz-animation:    wave-animation1 8.7s infinite linear; /* Fx 5+ */
  -o-animation:      wave-animation1 8.7s infinite linear; /* Opera 12+ */
  animation:         wave-animation1 8.7s infinite linear; /* IE 10+ */
}
.wave2 {
  -webkit-animation: wave-animation1 6.3s infinite linear; /* Safari 4+ */
  -moz-animation:    wave-animation1 6.3s infinite linear; /* Fx 5+ */
  -o-animation:      wave-animation1 6.3s infinite linear; /* Opera 12+ */
  animation:         wave-animation1 6.3s infinite linear; /* IE 10+ */
}

@-webkit-keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@-moz-keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@-o-keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}


/* ============================= main menu ====================== */
.menu_wrapper{text-align: center;}
.navbar_ { margin: 0; padding: 0; background: none; border:none; position: relative;z-index: 30; min-height: 0; float: none; display: inline-block; padding-right: 0; background: none;}
.navbar_ .navbar-toggle {float: right; background: #f84828; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-right: auto; margin-bottom: 10px; margin-left: auto; width: 42px; float: none;}
.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus{background: #ae2e17;}
.navbar_ .navbar-toggle .icon-bar{background: #fff;}
.navbar-collapse_{padding-left: 0; padding-right: 0; border: none;}
.navbar_ .nav{position: relative; margin: 0; padding: 0; display: block; float: none;}
.navbar_ .nav > li{position: relative; display: block; float: left; white-space: nowrap; margin-left: 15px; background: none;}
.navbar_ .nav > li:first-child{margin-left: 0;}
.navbar_ .nav > li > a{display: block; text-decoration: none; background: none; font-family: 'Finger Paint'; font-weight: 400; font-size: 16px; line-height: 47px; color: #fff; text-shadow:none; padding: 0 40px; border: none; margin: 0; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; text-align: left; margin-top: 5px; margin-bottom: 5px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}

.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{color: #fff; text-decoration: none; background: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; line-height: 57px;margin-top: 0; margin-bottom: 0;}
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus{color: #fff; text-decoration: none; background: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; line-height: 57px;margin-top: 0; margin-bottom: 0;}


.navbar_ .nav > li.nav1 > a, .navbar_ .nav > li.nav1.sub-menu ul{background: #f84828!important;}
.navbar_ .nav > li.nav2 > a, .navbar_ .nav > li.nav2.sub-menu ul{background: #f9800d!important;}
.navbar_ .nav > li.nav3 > a, .navbar_ .nav > li.nav3.sub-menu ul{background: #ffcc00!important;}
.navbar_ .nav > li.nav4 > a, .navbar_ .nav > li.nav4.sub-menu ul{background: #9cca00!important;}
.navbar_ .nav > li.nav5 > a, .navbar_ .nav > li.nav5.sub-menu ul{background: #00cf88!important;}
.navbar_ .nav > li.nav6 > a, .navbar_ .nav > li.nav6.sub-menu ul{background: #00a8ff!important;}



.logo_wrapper .LaInfancia
{
    margin-left: 880px;
    margin-top: -117px;
    width: 17%;
}
.logo22
{
    margin-right: 927px;
    margin-top: -207px;
}
.header-cell {
    float: left;
    font-family: Finger Paint;
    font-size: 25px;
    color: Red;
    font-weight: 600;
    margin-left: 600px;   
    width: 52%;
    margin-bottom: 10px;
}
.header-cell .event-tooltip {
    width: 388px;
    padding: 15px 18px;
    font-family: helvetica;
    font-size: 13px;
    color: #4e87a0;
    text-align: left;
    background-color: #f2ed9e;;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.header-cell h4 
{
    color:Red;
}
.tooltip {
    /*display: none ;*/
}
.lft
{
    float: left;
    border-right: 2px solid;
}
.fac
 {
    left: 8%;
    background-color: #eef9fa;
    border-radius: 40px;
}
.bottom-images
 {
    
    display: block;
    float: left;
    margin-top: 0px !important;
    padding-top: 30px;
    text-align: center;
    margin-left: 7%;
 }
 .bottom-images img
 {
     width:100%;
 }
.f1 
{ 
    
    position: absolute;
    bottom: 406px;
    left: 0%;
   
}

.f1
{
   
    position: absolute;
    bottom: 406px;
    left: 0%;
   
}
.f2
     {
    position: absolute;
    bottom: 262px;
    left: 8%;
    
}
.f3
{
    position: absolute;
    bottom: 323px;
    left: 23%;
   
}
 .f4
   {
    position: absolute;
    bottom: 400px;
    left: 31%;
   
}
.f11 {
    position: absolute;
    bottom: 443px;
    right: 30%;
    
}

.f21
     {
    position: absolute;
    bottom: 270px;
    left: 8%;
    
}
.f31
{
    position: absolute;
    bottom: 323px;
    left: 23%;
    
}
 .f41
   {
    position: absolute;
    bottom: 400px;
    left: 31%;
   
}
  
 

.sub-menu ul{ position: absolute; display: none; left: 0; top: 100%; list-style: none; margin: 0; padding:10px 0px; background: none; text-align: left; border: none; margin-top: 5px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.sub-menu li{ margin: 0; position: relative; display: block; border-top: 1px solid rgba(255, 255, 255, 0.3); text-transform: uppercase;}
.sub-menu li:first-child{border-top: none;}
.sub-menu li a{display: block; position: relative; font-family:'Roboto'; font-weight: 700; font-size: 14px; line-height: 20px; color: #fff; text-decoration: none; padding: 5px 25px 5px 25px; background: none; opacity: 0.7; filter:alpha(opacity=70);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sub-menu li a:hover{ text-decoration: none; color: #fff; background: none; opacity: 1; filter:alpha(opacity=100);}





.sub-menu-1 > ul{}

.sub-menu-2 > ul{left: 100%; top: 0; margin-left: 0px; background: #fff;}


/* ============================= search-form ====================== */
.search-form-wrapper{padding-bottom: 0px;}
.navbar-form { float: none; position:relative; z-index: 11; margin:11px 0px 0 0 ; padding: 0; }
.navbar-form input { width: 100%; height: auto; font-size: 14px; line-height: 20px; color:#717172; background: #fff; border: 1px solid #cdcdcd; margin: 0; padding: 10px 50px 10px 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
.navbar-form input:focus {color: #000; background: #fff;  border-color: #717172; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.navbar-form a {text-decoration: none; margin: 0; display: inline-block; width: 42px; height: 28px; background: url(../images/search.png) left top no-repeat; position:absolute; right:0; top: 7px; }
.navbar-form a:hover { background-position: right;}

/* ============================= toTop ====================== */
#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; z-index: 1000; overflow:hidden; width:50px; height:50px; border:none; text-indent:100%; background:url(../images/totop.gif) no-repeat left top; }
#toTopHover { background:url(../images/totop.gif) no-repeat left bottom; width:50px; height:50px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }



/* ============================= main layout ====================== */


h1{font-family:'Cabin Sketch'; font-weight:700; font-size:50px; color:#00a8ff; background: none; line-height:1; padding:20px 0 30px; margin: 0 0 0 0; position: relative; text-transform: uppercase;}

h2{font-family:'Cabin Sketch'; font-weight:700; font-size:36px; color:#00a8ff; background: none; line-height:1; padding:20px 0 20px; margin: 0 0 20px 0; position: relative; text-transform: uppercase; border-bottom: 4px solid #f5f8f3;}
h2.c{color: #f84828;}

h3{font-family:'Finger Paint'; font-weight:400; font-size:28px; color:#00a8ff; background: none; line-height:1; padding:0px 0 15px; margin: 0 0 0px 0; position: relative;}


h6{font-family:'Finger Paint'; font-weight:400; font-size:18px; color:#00a8ff; line-height:24px; padding:0px 0  10px 0; margin: 0;}

.bodr
{
       background-color: #e7fff3;
}
.eventswebsite
	{
	    display:block !important;
	    padding: 10px;
        width: 70%;
        margin-left: 15%;
        border: 3px solid #3b8400;
        border-radius: 30px;
	}
	.events
	{
       display:none  !important;
	}
	.gridalternate1
{
    background-color: #d9f7f7 !important;
}
   .inner-calendar-head
    {
    background-color: #d9f7f7 !important;
    font-family: 'Gochi Hand', cursive;
    font-size: 25px;
    color:#25a5f3;
    }
  .border{  
  border: 2px solid #75bbf3;
  border-radius: 35px;  
  }
  .row-news {
    margin-right: 0px;
    margin-left: 0px;
}  
.events-wrapper {
    background-color: #e0f1ff;
    margin-left: 9%;
}
.divider {
    border-bottom: 4px dotted #bddef9;
    padding-bottom: 10px;
    margin: 10px 0px;
}
.date-label-wrapper {
    padding-bottom: 10px;
}
.date-label {
    background: #f5f5f5;
    display: inline-block;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 13px;
}
.date-label .month {
    display: block;
    background: #29AAE2;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.date-label .day {
    display: block;
    padding-top: 5px;
    font-size: 15px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 500;
}
.box12 {
    
    padding: 4px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #F6FAFD;
}
.gridheading {
    font-family: 'Finger Paint';
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #3d84e6;
    border-color: #3d84e6;
    height: 35px;
    text-align: center;
    border: dotted 1px #96C7E2 !important;
}
.griditem {
    font-family: calibri,Arial,Sans-Serif;
    font-size: 10pt;
    color: black !important;
    background-color: #DFEEF5;
    text-align: center;
    height: 35px;
    border: dotted 1px #96C7E2 !important;
}
.gridalternate {
    font-family: calibri,Arial,Sans-Serif;
    font-size: 10pt;
    color: black !important;
    background-color: #F6FAFD;
    text-align: center;
    height: 40px;
    border: dotted 1px #96C7E2 !important;
}
.cercullam2
{
    
    width: 70%;
    position: relative;
    left: 177px;

}
td a:hover
{
    background-color:#e5fafc;
    text-decoration:underline;
}
td
{
    text-align:center;
}

.logo_wrapper 
{
   float:left;
   width: 100%   
}


.logo
{
   float:left;
 
}
.logo img
{
   float:left;
   max-height:160px;
}
 
.school_header 
{
    float:left;

} 
 
.school_header p
{
   float:left;
   font-family:'Finger Paint';
   font-size: 70px;
   color:#0b5069;   
   margin-top:40px;
   width:100%;
}

.school_header h4
{
    float:left;
    color: #ff17a0;
    margin-left:19px;
    border-bottom:none;    
}

.imageSection
{
    width: 100%;
    height: auto;
    margin: 20px 0px 15px 0px;
    list-style-type: none;
    text-align:center;
}

.imageSection .galleryImages
{
    width: 85%;
    height: 135px;
    margin: 20px 0px 15px 0px;
    border-radius: 10%;
}

.imageSection a img
{
   text-align:center;
   display:unset; 
}

.imageSection ul li
{
    height: 275px;
    padding: 3px;
    border: 3px solid #f5f8f3;
    background: #ffffff;
    width: 28%;
    float: left;
    margin: 5px 27px 5px 0px;
    border-radius: 50px;
    text-align: center;
}
.gallery.bg .imageSection ul li
{
    height: 230px;
    padding: 3px;
    border: 1px dashed #ff6b6f;
    background: #fffdf4;
    width: 28%;
    float: left;
    margin: 5px 27px 5px 0px;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
.imageHeading
{
    font-family: 'Gochi Hand' , cursive;
    font-weight: bold;
    font-size: 20px;
    color: #a6790e;
}
.imageSection p
{
    padding: 0px 0px;
    font-family: Finger Paint;
}
















.img-responsive{width: auto \9;}

.img-responsive-old{display: block; max-width: 100%; height: auto;}

.border-box{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.color1{color: #343642;}



/* === */

.ul1{ padding: 0; margin: 0; list-style: none; padding-bottom: 0px;}
.ul1 > li{font-weight: 400; font-family: 'Finger Paint'; font-size: 16px;color: #5e5e5e;line-height: 24px; padding:6px 0;}
.ul1 > li i{color: #f84828; font-size: 24px; float: left; padding-right: 10px; width: 50px; text-align: center;}
.ul1 > li span{display: table;}

.google_map{ position: relative; overflow: hidden; margin: 0 0 20px 0; padding: 0px; background: #fff; border: none; line-height: 1px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;overflow: hidden;}
.google_map iframe{width: 100%; height: 440px; border: none; background: #fff; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}


/*-----btn-----*/
.btn-default.btn0{ display: inline-block; color: #fff; border: none; box-shadow: 0 6px #0072bf; moz-box-shadow: 0 6px #0072bf; -webkit-box-shadow: 0 6px #0072bf; font-size: 14px; line-height: 20px; font-weight: 700; padding: 15px 80px 15px 40px; text-decoration: none; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #00a8ff; position: relative;}
.btn-default.btn0:hover{color: #fff; background: #00c6ff; box-shadow: 0 4px #0086bf; moz-box-shadow: 0 4px #0086bf; -webkit-box-shadow: 0 4px #0086bf; top: 2px;}
.btn-default.btn0:after{display: block; content: ''; width: 17px; height: 7px; position: absolute;right: 45px; top: 50%; margin-top: -4px; background: url(../images/arr1.png) center center no-repeat;}

.btn-default.btn1{ display: inline-block; color: #fff; border: none; box-shadow: 0 6px #0072bf; moz-box-shadow: 0 6px #0072bf; -webkit-box-shadow: 0 6px #0072bf; font-size: 14px; line-height: 20px; font-weight: 700; padding: 15px 80px 15px 40px; text-decoration: none; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; margin-top: 10px; margin-bottom: 10px; text-transform: uppercase; background: #00a8ff; position: relative;}
.btn-default.btn1:hover{color: #fff; background: #00c6ff; box-shadow: 0 4px #0086bf; moz-box-shadow: 0 4px #0086bf; -webkit-box-shadow: 0 4px #0086bf; top: 2px;}
.btn-default.btn1:after{display: block; content: ''; width: 17px; height: 7px; position: absolute;right: 45px; top: 50%; margin-top: -4px; background: url(../images/arr1.png) center center no-repeat;}

.btn-default.btn2{ display: inline-block; color: #a5a5a5; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 4px 20px; text-decoration: none; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; margin-top: 10px; margin-bottom: 10px; background: #fff; border: 1px solid #dedede; text-transform: uppercase;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn2:hover{color: #fff; background: #00a8ff; border-color: #00a8ff;}




/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 0; background: none; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.img-polaroid img{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}

.img-circle{position: relative; padding: 0px; background: none; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.img-circle img{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}

.thumbnail .caption{padding: 0; color: inherit;}

.thumb1 {margin-bottom: 20px;}
.thumb1.last {margin-bottom: 0px;}
.thumb1 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb1 figure{margin: 0; float: none; margin:0px 0px 0px 0px;}
.thumb1 figure img{width: 100%;}
.thumb1 .caption{}

.thumb2 {margin-bottom: 20px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb2 figure{margin: 0; float: left; margin:0px 20px 20px 0px;}
.thumb2 figure img{width: auto;}
.thumb2 .caption{}

.thumb3 {margin-bottom: 20px;}
.thumb3.last {margin-bottom: 0px;}
.thumb3 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb3 .thumbnail a{display: block; text-decoration: none;}
.thumb3 .thumbnail a figure{margin: 0; float: none; margin:0px 0px 0px 0px;}
.thumb3 .thumbnail a figure img{width: 100%; border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0;}
.thumb3 .thumbnail a .caption{background: #ececec; padding: 20px; text-align: center; border-radius:0 0 10px 10px; -moz-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail a:hover .caption{background: #f84828;}
.thumb3 .thumbnail a .caption .txt1{font-family: 'Finger Paint'; font-size: 22px; color: #f84828; line-height: 1.2;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail a:hover .caption .txt1{color: #fff;}
.thumb3 .thumbnail a .caption .txt2{color: #5e5e5e; padding-top: 7px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail a:hover .caption .txt2{color: #fff;}

.thumb4 {margin-bottom: 20px;}
.thumb4.last {margin-bottom: 0px;}
.thumb4 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb4 figure{margin: 0; float: none; margin:0px 0px 20px 0px;}
.thumb4 figure img{width: 100%;}
.thumb4 .caption{}





/*================= Contacts =========================*/
#note{ }
.notification_error{ color:#f00; padding-bottom:10px; }
.notification_ok{ text-align: left; padding-bottom:10px; }

#ajax-contact-form .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form .form-group label{color: #d4d5d6; display: none;}
#ajax-contact-form .form-control{height: 38px; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #ababab; background: #fff;border: 1px solid #e2e2e2;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#ajax-contact-form .form-control:focus{border-color: #1eb2ff; background: #fff; color: #343642;}
#ajax-contact-form textarea.form-control {height: auto;}
#ajax-contact-form .form-group.capthca{float: left; margin-right: 30px;}
#ajax-contact-form .form-group.capthca input{width: 170px;}
#ajax-contact-form .form-group.img{float: left;}
#ajax-contact-form .form-group.img img{width:170px; height:38px;}

.btn-default.btn-cf-submit{display: inline-block; color: #fff; border: none; box-shadow: 0 6px #0072bf; moz-box-shadow: 0 6px #0072bf; -webkit-box-shadow: 0 6px #0072bf; font-size: 14px; line-height: 20px; font-weight: 700; padding: 15px 80px 15px 40px; text-decoration: none; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; margin-top: 10px; margin-bottom: 10px; text-transform: uppercase; background: #00a8ff; position: relative;
}
.btn-default.btn-cf-submit:hover{color: #fff; background: #00c6ff; box-shadow: 0 4px #0086bf; moz-box-shadow: 0 4px #0086bf; -webkit-box-shadow: 0 4px #0086bf; top: 2px;}
.btn-default.btn-cf-submit:after{display: block; content: ''; width: 17px; height: 7px; position: absolute;right: 45px; top: 50%; margin-top: -4px; background: url(../images/arr1.png) center center no-repeat;}

/*================= Video =========================*/
.video-item {
}
.video-item h3 {
	text-align: center;
}
.video-item .video.embed-responsive {
	min-height: 400px;
	max-width: 700px;
	margin: 0 auto;
}
.video-item .video.embed-responsive .embed-responsive-item {
	border: 1px solid #ddd;
	padding: 6px;
}
.video-item .video.embed-responsive .embed-responsive-item:hover {
	background: #eee;
	border-color: #bbb;
}




/*================= 404 =========================*/
.page-404{text-align: center;}
.page-404 .txt1{font-family:'Cabin Sketch'; font-weight:700; font-size:180px; color:#343642; line-height:220px; }
.page-404 .txt2{font-family:'Finger Paint'; font-weight:400; font-size:60px; color:#343642; line-height:70px; }




/*----- media queries ------*/
/* Large desktop */
@media (min-width: 1220px) {
 .container { padding: 0; }




}
/* Default landscape and desktop to large desktop */
@media (max-width: 1219px) {
  h1{font-size: 40px;}

  h2{font-size: 30px;}

  #parallax1 .txt1{font-size: 120px;}
  #parallax1 .txt2{font-size: 80px;}

  .green1{background-size: 90%;}
  .green2{background-size: 95%;}
  .sun1{background-size: 90%;}








}
@media (max-width: 1200px) {
  .sky1{height: 646px;}

}


@media (min-width: 992px) and (max-width: 1219px) {
  .navbar_ .nav > li > a{padding-left: 30px; padding-right: 30px;}








}
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
  .sky1{height: 546px;}
  .snail1_wrapper{margin-top: -50px;}
  .snail1_wrapper img{width: 400px;}

  .slogan1{font-size: 30px;}

  h1{font-size: 30px;}

  h2{font-size: 25px;}

  #parallax1 .txt1{font-size: 90px;}
  #parallax1 .txt2{font-size: 60px;}

  .green1{background-size: 75%;}
  .green2{background-size: 80%;}
  .sun1{background-size: 75%;}












}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar_ .nav > li{margin-left: 5px;}
  .navbar_ .nav > li > a{padding-left: 20px; padding-right: 20px;}










}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .sky1{height: 416px;}

  .slogan1{font-size: 30px;}

  h1{font-size: 20px;}

  h2{font-size: 20px;}

  #parallax1 .txt1{font-size: 40px;}
  #parallax1 .txt2{font-size: 30px;}

  .green1{background-size: 50%;}
  .green2{background-size: 65%;}
  .sun1{background-size: 50%;}






	.navbar_ {float: none; margin-bottom: 0; margin-left: -15px; margin-right: -15px; display: block; height: 52px; padding-right: 0; background: none;}
  .navbar-collapse_{clear: both;}
  .navbar_ .nav{display: block; background: none; padding-right: 0;}
  .navbar_ .nav > li{float: none;background: none; padding-left: 0; border-top: none; margin-left: 0;}
  .navbar_ .nav > li:first-child{border-top: none;}
  .navbar_ .nav > li > a{margin-bottom: 0; margin-top: 0; padding:0; text-align: center;}
  .navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{margin: 0; padding-top: 0; color: #fff;}

  .sub-menu ul{position: relative; left: 0; top: 0; text-align: center; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; background: #f3f3f3; margin-top: 0;}
  .sub-menu li a{}







}
@media (min-width: 481px) and (max-width: 767px) {



}
/* Landscape phones and down */
@media (max-width: 480px) 
{
    
.logo_wrapper 
{
   float:left;
   width: 100%   
}


.logo
{
   float:left;
 
}
.logo img
{
   float:left;
   max-height:160px;
}
 
.school_header 
{
    float:left;
    margin-top:-30px;

} 
 
.school_header p
{
   float:left;
   font-family:'Finger Paint';
   font-size: 35px;
   color:#0b5069;   
   margin-top:40px;
   width:100%;
}

.school_header h4
{
    float:left;
    color: #ff17a0;
    margin-top: -8px;
    border-bottom:none;  
    font-size: 15px;  
}

.imageSection
{
    width: 100%;
    height: auto;
    margin: 20px 0px 15px 0px;
    list-style-type: none;
    text-align:center;
}

.imageSection .galleryImages
{
    width: 85%;
    height: 135px;
    margin: 20px 0px 15px 0px;
    border-radius: 10%;
}

.imageSection a img
{
   text-align:center;
   display:unset; 
}

.imageSection ul li
{
    height: 275px;
    padding: 3px;
    border: 3px solid #f5f8f3;
    background: #ffffff;
    width: 28%;
    float: left;
    margin: 5px 27px 5px 0px;
    border-radius: 50px;
    text-align: center;
}
  .sky1{height: 276px;}

  .not-front .snail1_wrapper{margin-top: 80px;}

  .page-404 .txt1{font-size: 120px; line-height: 120px;}
  .page-404 .txt2{font-size: 40px; line-height: 40px;}

  .green1{background-size: 25%;}
  .green2{background-size: 40%;}
  .sun1{background-size: 25%;}

.img-polaroid{position: relative;width:100%; padding: 0; background: none; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.img-polaroid img{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;width:68% !Important;}
.logo_wrapper .LaInfancia {
    margin-left: 287px;
    margin-top: -62px;
    width: 26%;
}

#team .carousel-box ul li {
    float: left;
    display: inline-block;
    padding: 50px 24px 10px 40px;
    position: relative;
    width: 400px !important;
    overflow: hidden;
    padding-right: 30px;
}
.grass1 {
    width: 101%;
    /* top: 95px; */
    height: 2010px;
    background: url(../images/grass1.jpg) center top repeat-x #4d7f00;
    /* padding-bottom: 29%; */
    position: relative;
    top: -40%;
}
.btn-default.btn0
{ display: inline-block; 
  color: #fff;
   border: none;
   box-shadow: 0 6px #0072bf;
    moz-box-shadow: 0 6px #0072bf;
   -webkit-box-shadow: 0 6px #0072bf;
    font-size: 10px !important;
    line-height: 20px;
    font-weight: 700;
     padding: 0px 0px 0px 0px !important; 
     text-decoration: none; border-radius:4px; 
     -moz-border-radius:4px; 
     -webkit-border-radius:4px; 
     margin-top: -18px !important; 
     margin-bottom: 0px !important; 
     text-transform: uppercase; 
     background: #00a8ff; 
     position: relative;
     }
.visible {
    visibility: visible;
    padding-left: 10%;
    padding-right: 10%;
}
.row.bot {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 8%;
}
.bodr
{
    background-color:white;
}
.container {
    margin-top: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.logo_wrapper
{
    
}
.logo_wrapper .LaInfancia {
    margin-left: 73%;
    margin-top: -15px;
    width: 30%;
}
.logo_wrapper .logo {
   
    margin-top: 0px;
    width: 55%;

}
.sky2 {
    width: 100%;
    height: 348px !important;
    display: block;
}
.sky11
{
    height: 53%;
    width: 100%;
}
.eventswebsite
	{
	    display:none !important;
	}
	.events
	{
       display:block  !important;
       padding-left: 30px;
       padding-right: 30px;
       padding-bottom: 30px;
	}
	.blue{
    background-color: #68e76b;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-family: raleway;
    margin: 0 auto;
   }
   .white {
    background-color: #d2f7d0;
}
   .red {
    color: #ed3d3d;
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    font-family: 'Arvo', serif;
    text-align: center;
   }
   .green {
    color: #19c45b;
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    font-family: 'Arvo', serif; 
    text-align: center;
}
   .orange {
    color: #f27b13;
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    font-family: 'Arvo', serif;
    text-align: center;
}
    .date_style {
    color: #5d5d5d;
    font-size: 15px;
    font-family: 'Arvo', serif;
}
.logo22 {
    margin-right: 80%;
    width: 18%;
    margin-bottom: -10%;
    margin-top:0px !important;
}
    
    .fac {
    left: 8%;
    background-color: #eef9fa;
    border-radius: 40px;
    margin-right: 14%;
}
.bottom-images {
    margin-top: 0px !important;
    padding-top: 30px;
    padding-bottom: 5%;
    margin-right: 5%;
    
}
.f1 {
    position: absolute;
    bottom: 47%;
    left: 2%;
}
.f2 {
    position: absolute;
    bottom: 32%;
    left: 10%;
}
.f3 {
    position: absolute;
    bottom: 39%;
    left: 23%;
}
.f4 {
    position: absolute;
    bottom: 47%;
    left: 29%;
}
.cercullam2 {
    width: 100%;
    position: relative;
   left:0px !important;
}
}