/* FONTS */
@font-face {
    font-family: Calibri;
    src: url(../fonts/carlib/Calibri-Regular.ttf);
}
@font-face {
    font-family: Calibri light;
    src: url(../fonts/carlib/Calibri-Light.ttf);
}
@font-face {
    font-family: Calibri bold;
    src: url(../fonts/carlib/Calibri-Bold.TTF);
}


/* MAIN ~ CSS */
body {
    font-family: Calibri;
}
body.BODY_SCOLL {
    height: 100vh;
    overflow: hidden;
}
.container {
    max-width: 1140px;
}
a {
    text-decoration: none;
    transition: 0.3s all;
}
a:hover {
    transition: 0.3s all;
}

td {
    font-size: 16px;
}
/* HEADER */
header.site-header {
    position: relative;
    top: 0;
    background-color: #ffffff;
    z-index: 9999;
}
header .header-top-contact-bar {
    background-color: #000000;
    color: #ffffff;
}
header .header-top-contact-bar .content-area {
    padding: 12px 0;
}
header .header-top-contact-bar .content-area .left-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
}
header .header-top-contact-bar .content-area .left-area .inigo-header-top-logo {
    margin: 0 18px 0 80px;
}
header .header-top-contact-bar .content-area .left-area p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 16px 0 0;
    border-right: 1px solid #008ac9;
    margin: 0 0px 0 14px;
}
header .header-top-contact-bar .content-area .left-area p:last-child {
    border-right: 0px;
}
header .header-top-contact-bar .content-area .left-area p a {
    color: #ffffff;
    text-decoration: none;
}
header .header-top-contact-bar .content-area .left-area p a:hover {
    color: #008ac9;
}
header .header-top-contact-bar .content-area .left-area p a.dark {
    /*color: #008ac9;*/
}
header .header-top-contact-bar .content-area .right-area {
    text-align: right;
}
header .header-top-contact-bar .content-area .right-area a {
    margin: 0 0 0 16px;
    transition: 0.3s all;
}
header .header-top-contact-bar .content-area .right-area a:hover img {
    transform: scale(0.9);
    transition: 0.3s all;
}


header .header-middle-area {
    padding: 14px 0 20px;
}
header .header-middle-area .logo-part {}
header .header-middle-area .logo-part .site-logo {
    display: table;
    margin: 0 auto;
}
header .header-middle-area .logo-left-buttons {
    text-align: right;
    padding: 25px 0 0;
}
header .header-middle-area .logo-left-buttons .butterfly-buttons {
    background-color: #008ac9;
    border: 1px solid #008ac9;
    font-family: Calibri bold;
    padding: 12px 10px 10px;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin: 0 0 0 15px;
    max-width: 180px;
    width: 100%;
    text-align: center;
}

header .header-middle-area .logo-left-buttons .butterfly-buttons.news {
	background: #49a493; border: 1px solid #49a493;
	margin-top: 10px;
}


header .header-middle-area .logo-left-buttons .butterfly-buttons img {
    position: absolute;
}
header .header-middle-area .logo-left-buttons .butterfly-buttons img.butterfly-top {
    position: absolute;
    left: -15px;
    top: -15px;
}
header .header-middle-area .logo-left-buttons .butterfly-buttons img.butterfly-bottom {
    right: 15px;
    bottom: -25px;
}
header .header-middle-area .logo-left-buttons .butterfly-buttons:hover {
    background-color: transparent;
    color: #008ac9;
}

header .header-middle-area .logo-left-buttons .butterfly-buttons img.newsimg {
	position: absolute;
	height: 55px;
	left: -15px;
	top: -13px;
}

header .header-middle-area .logo-left-buttons .butterfly-buttons.news:hover {
	background: #FFF;  border: 1px solid #49a493; color: #49a493;
}

header .header-middle-area .logo-left-buttons .butterfly-buttons:nth-child(2) {
    border: 1px solid #acc44b;
    background-color: #acc44b;
}
header .header-middle-area .logo-left-buttons .butterfly-buttons:hover:nth-child(2) {
    color: #acc44b;
    background-color: transparent;
}

.site-header-menu {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 9999;
}
.socail-media-contact-logo-btn,
.header-bottom-area .close-btn-toggle,
.header-bottom-area .reponsive-logo {
    display: none;
}
.header-bottom-area nav {
    padding-bottom: 0px;
}
.header-bottom-area nav .custom--collapse {
    justify-content: flex-end;
}
.header-bottom-area nav .custom--collapse ul.navbar-nav {}
.header-bottom-area nav .custom--collapse ul.navbar-nav li a {
    font-size: 14px;
    color: #000;
    margin: 0 0 0 8px;
	text-align: center;
    padding: 8px 8px 12px;
}
.header-bottom-area nav .custom--collapse ul.navbar-nav li a.active {
	background: #EEE;
}
.header-bottom-area nav .custom--collapse ul.navbar-nav li:hover a {
    text-shadow: 1px 0px 0px #000000;
}
.header-bottom-area nav .custom--collapse ul.navbar-nav li a.dropdown-toggle:after {
    display: none;
}
.header-bottom-area nav ul li .custom-DM {
    min-width: 200px;
    border-radius: 0px;
    border: none;
    background: rgb(0,0,0);
    padding: 10px 0 5px;
    margin-top: 0;
}
.header-bottom-area nav ul li:nth-child(1) .custom-DM {
    background: rgb(73,164,147);
}
.header-bottom-area nav ul li:nth-child(2) .custom-DM {
    background: rgb(103,174,125);
}
.header-bottom-area nav ul li:nth-child(3) .custom-DM {
    background: rgb(171,197,73);
}
.header-bottom-area nav ul li:nth-child(4) .custom-DM {
    background: rgb(145,189,96);
}
.header-bottom-area nav ul li:nth-child(5) .custom-DM {
    background: rgb(103,174,125);
}
.header-bottom-area nav ul li:nth-child(6) .custom-DM {
    background: rgb(73,164,147);
}
.header-bottom-area nav ul li:nth-child(7) .custom-DM {
    background: rgb(36,151,174);
}
.header-bottom-area nav ul li:nth-child(8) .custom-DM {
    background: rgb(14,143,191);
}
.header-bottom-area nav ul li:nth-child(9) .custom-DM {
    background: rgb(73,164,147);
}
.header-bottom-area nav ul li .custom-DM li {}
.header-bottom-area nav ul li .custom-DM li a {
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 6px 26px !important;
    text-shadow: none !important;
    margin: 0 !important;
}
.header-bottom-area nav ul li .custom-DM li:hover a {
    background-color: #000000;
    text-shadow: none !important;
}


/* HOME PAGE ~ SECTIONS */
.home-slider-section .skitter-large-box {
    position: relative;
}
.social-media-sliders {
    position: absolute;
    right: 0px;
    z-index: 999;
    /*width: 120px;*/
    width: 80px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    padding: 0 10px;
}
.home-slider-section .skitter-large-box .container_thumbs {
    display: none;
}
.social-media-sliders a.social-media-linked {
    /*margin: 18px 0;*/
    margin: 12px 0;
    display: inline-block;
}
.social-media-sliders a.social-media-linked:hover {
    transform: scale(0.9);
}
.social-media-sliders a.social-media-linked img {
    width: 100%;
    max-width: 50px;
}
.home-slider-section .skitter-large-box .custom-slider-area {
    max-width: 100%;
}
.home-slider-section .skitter-large-box .custom-slider-area .info_slide_dots span {
    margin: 0 5px;
    height: 12px;
    width: 12px;
}
.home-slider-section .skitter-large-box .custom-slider-area .slider-blockA {}
.home-slider-section .skitter-large-box .custom-slider-area img {
    height: 400px !important;
    /*height: 640px !important;*/
    object-fit: cover;
    cursor: auto;
}
.home-slider-section .custom-slider-area .label_skitter {
    top: 0 !important;
    background: transparent !important;
}
.slider-boxes {
  
}
.slider-boxes .container {
    max-width: 1040px;
}
.slider-boxes h2 {
    text-align: center;
    font-size: 50px;
    margin: 0 0 56px;
    font-family: Calibri bold;
}
.slider-boxes .boxes-slider a {
    cursor: pointer;
}
.slider-boxes .boxes-slider .content img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    cursor: pointer;
}
.slider-boxes .boxes-slider h6 {
    font-family: Calibri bold;
    text-align: center;
    font-size: 28px;
    color: #000000;
    margin: 26px 0 0;
}
.home-slider-section .custom-slider-area .label_skitter .slider-stop-box {
    padding: 80px 0 40px;
}
.home-slider-section .custom-slider-area .label_skitter .slider-stop-box .content img {
    max-height: 580px;
    display: table;
    margin: 0 15px 0 auto;
}
.home-slider-section .custom-slider-area .label_skitter .slider-boxes .boxes-slider a:hover img {
    transition: 0.3s all;
    opacity: 0.8;
}
.home-slider-section .custom-slider-area .label_skitter .slider-boxes .boxes-slider a:hover h6 {
    transition: 0.3s all;
    color: #008ac9;
}
.home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents {
    padding: 113px 0 0;
}
.home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents h1 {
    font-size: 134px;
    margin: 0 0 5px;
    font-family: Calibri bold;
    line-height: 1;
    color: #008ac9;
}
.home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents p {
    font-size: 38px;
    color: #000000;
    margin: 0 0 5px;
    line-height: 1.4;
    padding: 0;
}


.home-about-section {
    padding: 15px 0 88px;
    background-color: #ffffff;
}
.home-about-section .container {
    max-width: 1060px;
}
.home-about-section h2 {
    text-align: center;
    font-size: 48px;
    margin: 0 0 80px;
    font-family: Calibri bold;
}
.home-about-section .about-boxes {
    margin: 0 0 30px;
}
.home-about-section .about-boxes .inner-area {
    display: flex;
    align-items: center;
    margin: 0 0 42px;
}
.home-about-section .about-boxes .inner-area .avtar-circle-img img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border: 4px solid #008ac9;
    border-radius: 50%;
    padding-top: 8px;
}
.home-about-section .about-boxes .inner-area p {
    margin: 0px;
    padding: 0 0 0 15px;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
}
.home-about-section .about-boxes .video-part {}
.home-about-section .about-boxes .video-part iframe {
    width: 100%;
    height: 340px;
}
.home-about-section .about-boxes:nth-child(2) .inner-area .avtar-circle-img img {
    border: 4px solid #acc44b;
}

.home-about-section .button-part a.butterfly-buttons {
    display: table;
    background-color: #008ac9;
    border: 1px solid #008ac9;
    font-family: Calibri bold;
    padding: 24px 14px;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    position: relative;
    margin: 58px auto 35px;
    max-width: 290px;
    width: 100%;
    text-align: center;
}
.home-about-section .button-part a.butterfly-buttons img {
    position: absolute;
    top: -40px;
    right: -40px;
}
.home-about-section .button-part a.butterfly-buttons:hover {
    background-color: transparent;
    color: #008ac9;
}

/* HOME PAGE - photos */

.home-photos-section {
	padding: 78px 0;
	background-color: rgb(171,197,73);
	background-image: url('./../images/lines-bg.png');
	background-size: contain;
	background-repeat: repeat;
	overflow: hidden;
	border-bottom: 2px solid #FFF;
}
.home-photos-section .container {
	max-width: 1060px;
}
.home-photos-section h2 {
	text-align: center;
	font-size: 48px;
	margin: 0 0 64px;
	font-family: Calibri bold;
}

.home-photos-section .bottom-camera-img {
   margin-top: -350px;
   margin-left: -90px;
}

.home-photos-section .bottom-camera-img .camera {
   width: 350px;
}

/* HOME PAGE ~ SECTIONS */
.home-news-section {
    padding: 78px 0;
    background-color: #2597ae;
    background-image: url('./../images/lines-bg.png');
    background-size: contain;
    background-repeat: repeat;
    overflow: hidden;
}
.home-news-section .container {
    max-width: 1060px;
}
.home-news-section h2 {
    text-align: center;
    font-size: 48px;
    margin: 0 0 64px;
    font-family: Calibri bold;
    color: #ffffff;
}
.home-news-section .button-part {
    text-align: center;
    margin: 35px 0 0;
}
.home-news-section .button-part a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: underline;
}
.home-news-section .button-part a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.home-news-section .news-block {
    height: 100%;
    position: relative;
    padding: 6px;
    background-color: #ffffff;
	
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 91%, rgba(232,232,232,1) 100%);
}
.home-news-section .block-shodow {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
	
}
.home-news-section .block-shodow:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(1.05);
}
.home-news-section .news-block .image img {
    transition: 0.3s all;
    width: 100%;
}
.home-news-section .news-block .image a:hover img {
    opacity: 0.8;
    transition: 0.3s all;
}
.home-news-section .news-block .content-text {
    padding: 50px 15px;
}
.home-news-section .news-block .content-text h6 a {
    font-size: 28px;
    font-family: Calibri bold;
    margin: 0 0 10px;
    color: #000000;
}
.home-news-section .news-block .content-text h6 a:hover{
    color: #008ac9;
}
.home-news-section .news-block .content-text p {
    font-size: 16px;
    color: #000000;
}
.home-news-section .news-block .content-text span {
    margin: 0 0 6px;
    display: inline-block;
    font-size: 16px;
    color: #000000;
}


.home-accordion-section {
    position: relative;
    padding: 92px 0 320px;
    background-color: #ffffff;
    overflow: hidden;
    /*background-image: url('./../images/slide-girl-img.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;*/
}
.home-accordion-section h2 {
    text-align: center;
    font-size: 48px;
    margin: 0 0 64px;
    font-family: Calibri bold;
    color: #000000;
}
.home-accordion-section .container {
    max-width: 1060px;
}
.home-accordion-section .bottom-fixed-img img.slide-girlImg {
    width:40%;
    position: absolute;
    bottom: 60px;
    left: 0;
}
.home-accordion-section .bottom-fixed-img img.inigo-logoImg {
    width: 150px;
    position: absolute;
    bottom: 10%;
    right: 12%;
}
.home-accordion-section .custom-accordion {
    position: relative;
    z-index: 1;
}
.home-accordion-section .custom-accordion .accordion-item {
    border: none;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-button {
    padding: 16px 40px 12px 18px;
    line-height: 1;
    font-size: 20px;
    background-color: #4aa493;
    color: #ffffff;
    border-radius: 0;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-button:not(.collapsed):before {
    transform: translateY(-50%) rotate(90deg);
}
.home-accordion-section .custom-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #4aa493;
    color: #ffffff;
}
.home-accordion-section .custom-accordion .accordion-item:nth-child(2) .accordion-button,
.home-accordion-section .custom-accordion .accordion-item:nth-child(2) .accordion-button:not(.collapsed) {
    background-color: #acc54b;
}
.home-accordion-section .custom-accordion .accordion-item:nth-child(3) .accordion-button,
.home-accordion-section .custom-accordion .accordion-item:nth-child(3) .accordion-button:not(.collapsed) {
    background-color: #90bc60;
}
.home-accordion-section .custom-accordion .accordion-item:nth-child(4) .accordion-button,
.home-accordion-section .custom-accordion .accordion-item:nth-child(4) .accordion-button:not(.collapsed) {
    background-color: #68ae7d;
}
.home-accordion-section .custom-accordion .accordion-item:nth-child(5) .accordion-button,
.home-accordion-section .custom-accordion .accordion-item:nth-child(5) .accordion-button:not(.collapsed) {
    background-color: #4aa493;
}
.home-accordion-section .custom-accordion .accordion-item:nth-child(6) .accordion-button,
.home-accordion-section .custom-accordion .accordion-item:nth-child(6) .accordion-button:not(.collapsed) {
    background-color: #2899c3;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-button:after {
    display: none;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-button:before {
    content: '';
    right: 12px;
    background-image: url('./../images/accordion-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}
.home-accordion-section .custom-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-body {
    padding: 20px 0 20px;
    font-size: 24px;
    border: none;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-body h6 {
    margin: 0 0 15px;
    font-size: 28px;
    color: #000000;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-body p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-body p a {
    color: #000000;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-body p a:hover {
    color: #008ac9;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-body ul {
    margin: 0 0 15px;
    padding: 0px;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-body ul li {
    font-size: 16px;
    color: #000000;
    margin: 0px;
    line-height: 1.4;
    list-style-type: none;
}
.home-accordion-section .custom-accordion .accordion-item .accordion-body p:last-child {
    margin: 0px;
}


.school-accordion-section {
    background-color: #d1efe6;
    background-image: url('./../images/school-ac-gb.png');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: bottom center;
    padding: 68px 0 0px;
}
.school-accordion-section .custom-accordion .accordion-item {
    background-color: transparent;
    background: transparent;
}
.school-accordion-section .swiming-person-area {
    text-align: center;
	float: right;
	margin-right: -200px;
	margin-top: -60px;
}
.school-accordion-section .swiming-person-area img {
    max-width: 350px;
    padding: 0 15px;
    width: 100%;
    margin: 0 0 -2px;
}
.school-accordion-section .custom-accordion .accordion-item:nth-child(1) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(1) .accordion-button:not(.collapsed) {
    background-color: #0d8fc0;
}
.school-accordion-section .custom-accordion .accordion-item:nth-child(2) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(2) .accordion-button:not(.collapsed) {
    background-color: #2597af;
}
.school-accordion-section .custom-accordion .accordion-item:nth-child(3) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(3) .accordion-button:not(.collapsed) {
    background-color: #49a493;
}
.school-accordion-section .custom-accordion .accordion-item:nth-child(4) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(4) .accordion-button:not(.collapsed) {
    background-color: #69af7d;
}
.school-accordion-section .custom-accordion .accordion-item:nth-child(5) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(5) .accordion-button:not(.collapsed) {
    background-color: #90bb5f;
}
.school-accordion-section .custom-accordion .accordion-item:nth-child(6) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(6) .accordion-button:not(.collapsed) {
    background-color: #acc64b;
}
.school-accordion-section .custom-accordion .accordion-item:nth-child(7) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(7) .accordion-button:not(.collapsed) {
    background-color: #69af7d;
}


.home-calendar-section {
    padding: 80px 0 0;
    background-color: #4aa493;
    background-image: url('./../images/lines-bg.png');
    background-size: contain;
    background-repeat: repeat;
    overflow: hidden;
}
.home-calendar-section .container {
    position: relative;
    max-width: 1060px;
    padding-bottom: 270px;
}
.home-calendar-section h2 {
    text-align: center;
    font-size: 48px;
    margin: 0 0 34px;
    font-family: Calibri bold;
    color: #ffffff;
}
.home-calendar-section .calendar-tab-part ul.nav-tabs {}
.home-calendar-section .calendar-tab-part ul.nav-tabs li {
    width: 33.33%;
}
.home-calendar-section .calendar-tab-part ul.nav-tabs li button {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: none;
    padding: 7px 28px 0;
    background: #fff;
    color: #000000;
    font-size: 28px;
}
.home-calendar-section .calendar-tab-part ul.nav-tabs li:first-child button {
    text-align: left;
}
.home-calendar-section .calendar-tab-part ul.nav-tabs li:last-child button {
    text-align: right;
}
.home-calendar-section .calendar-tab-part ul.nav-tabs li button.active {
    font-size: 38px;
    font-family: Calibri bold;
}
.home-calendar-section #selectorRow {
    background: #FFF;
}

.home-meals {
	padding: 100px 20px;
}

.home-meals .titleRow{
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
}

.home-meals #selectorRow {
	background: #91bd60; 
}
.home-calendar-section #selectorRow a, .home-meals #selectorRow a {

    text-transform: uppercase;
    color: #000;
    padding: 10px;
    display: block;
    font-weight: bold;
}
.home-meals #selectorRow a { color: #FFF; }

.home-calendar-section #selectorRow a:hover, .home-meals #selectorRow a:hover {

   text-decoration: underline;
}
.date-box:last-of-type {
	border-bottom: 5px solid #FFF !important;
}
.home-calendar-section .calendar-tab-part .tab-content .date-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0;
    border-bottom: 1px solid #ffffff;
}
.home-calendar-section .calendar-tab-part .tab-content .date-box .numbers-box {
    width: 158px;
    font-size: 64px;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
	font-family: Calibri light;
}
.home-calendar-section .calendar-tab-part .tab-content .date-box .content-box {
    width: calc(100% - 160px);
	padding: 4px;
}
.home-calendar-section .calendar-tab-part .tab-content .date-box .content-box h6 {
    margin: 0px;
    font-size: 22px;
    font-family: Calibri bold;
    color: #ffffff;
}
.home-calendar-section .calendar-tab-part .tab-content .date-box .content-box p {
    margin: 0px;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
}
.home-calendar-section .bottm-img-girl {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    /*right: -150px;*/
    right: -400px;
    left: 0;
    text-align: right;
}
.home-calendar-section .bottm-img-girl img {
    /*max-width: 500px;*/
    max-width: 400px;
	margin-right: 200px;
    width: 100%;
}


.home-afternoon-section {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.home-afternoon-section h2 {
    text-align: center;
    font-size: 48px;
    margin: 0 0 40px;
    font-family: Calibri bold;
    color: #000000;
}
.home-afternoon-section .container {
    max-width: 1060px;
}
.home-afternoon-section .testimonial-person-part {
    padding: 0 0px 0 40px;
    margin: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-afternoon-section .testimonial-person-part .avtar img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border: 4px solid #abc54a;
    border-radius: 50%;
    padding-top: 8px;
}
.home-afternoon-section .testimonial-person-part .content {
    background-color: #008ac9;
    background-image: url('./../images/lines-bg.png');
    background-size: cover;
    background-repeat: repeat;
    width: calc(100% - 135px);
    margin-left: 25px;
    padding: 40px 100px 40px;
    position: relative;
    overflow: hidden;
}
.home-afternoon-section .testimonial-person-part .content:before {
    position: absolute;
    content: '';
    left: 0;
    height: 108px;
    width: 31px;
    background: #ffffff;
    top: -47px;
    transform: skewY(-38deg);
}
.home-afternoon-section .testimonial-person-part .content:after {
    position: absolute;
    content: '';
    left: 0;
    top: 76px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 170px 0 0 220px;
}
.home-afternoon-section .testimonial-person-part .content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}
.home-afternoon-section .middle-content {
    max-width: 645px;
    padding: 5px 0 0 10px;
    margin: 0 0 178px;
}
.home-afternoon-section .middle-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    margin: 0 0 15px;
}
.home-afternoon-section .bottom-lunch-img img {
    position: absolute;
    pointer-events: none;
    bottom: 0;

    width: 80%;
    right: 0px;
}


.home-parliament-children-section {
    padding: 100px 0 0px;
    background-color: #008ac9;
    background-image: url('./../images/lines-bg.png');
    background-size: contain;
    background-repeat: repeat;
    overflow: hidden;
}
.home-parliament-children-section .container {
    max-width: 1060px;
}
.home-parliament-children-section h2 {
    text-align: center;
    font-size: 48px;
    margin: 0 0 40px;
    font-family: Calibri bold;
    color: #ffffff;
}
.home-parliament-children-section p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
}
.home-parliament-children-section h6 {
    color: #ffffff;
    font-size: 28px;
    font-family: Calibri bold;
    margin: 0 0 10px;
}
.home-parliament-children-section ul {
    margin: 0 0 25px;
    padding: 0 0 0 20px;
}
.home-parliament-children-section ul li {
    font-size: 16px;
    margin: 0px;
    color: #ffffff;
}
.home-parliament-children-section .content-or-right-img {
    display: flex;
    flex-wrap: wrap;
}
.home-parliament-children-section .content-or-right-img .content {
    width: 46%;
}
.home-parliament-children-section .content-or-right-img .image-print-photo img {
 max-width: 100%;
 width: 491px; 
 margin-top: -60px;
}




.home-image-block-section {
    position: relative;
    padding: 90px 0 470px;
}
.home-image-block-section .container {
    max-width: 1060px;
}
.home-image-block-section .blocks-area {
    margin: 0px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.home-image-block-section h2 {
    text-align: center;
    font-size: 48px;
    margin: 0 0 36px;
    font-family: Calibri bold;
    color: #000000;
}
.home-image-block-section .blocks-area h4 {
    background-color: #acc54b;
    padding: 16px 15px 12px;
    font-size: 26px;
    font-family: Calibri bold;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    margin: 36px 0 30px;
}
.home-image-block-section .math-blocks.blocks-area h4 {
    background-color: #68ae7d;
}
.home-image-block-section .blocks-area .blocks-col {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-image-block-section .blocks-area .blocks-col a {
    width: 100%;
    opacity: 0.7;
    box-shadow: 2px 5px 22px -8px rgb(0,0,0,0.5);
}
.home-image-block-section .blocks-area .blocks-col a.more-option {
    box-shadow: none;
    opacity: 1;
    text-align: center;
    display: table;
    width: auto;
}
.home-image-block-section .blocks-area .blocks-col a:hover {
    opacity: 1;
}
.home-image-block-section .blocks-area .blocks-col a.more-option:hover {
    color: #008ac9;
    text-decoration: none;
}
.home-image-block-section .blocks-area .blocks-col img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}
.home-image-block-section .blocks-area .blocks-col a {
    color: #000000;
    font-size: 24px;
    line-height: 1;
    text-decoration: underline;
}
.home-image-block-section .bottom-tab-boy-img {}
.home-image-block-section .bottom-tab-boy-img img.tablet-boy {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 540px;
    margin: 0 0 0 100px;
}

.home-vision-section {
	padding: 110px 0;
	background-color: #FFFF;
	background-image: url(./../images/school-ac-gb-trans.png);
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 80%;
	overflow: hidden;
}
.home-vision-section .container {
	max-width: 1060px;
}
.home-vision-section h2 {
text-align: center;
font-size: 48px;
margin: 0 0 64px;
font-family: Calibri bold;
color: #000000;
}

.home-vision-section .vision1, .home-vision-section .vision2 {
	display: block;
	background: #0D8FBF;
	color: #FFF;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding: 11px 19px 8px 18px;
	font-size: 20px;
}


.home-vision-section .vision2 {

	background: #ACC54B;
}

.home-inigo-section {
    padding: 110px 0;
    background-color: #2597ae;
    background-image: url('./../images/lines-bg.png');
    background-size: contain;
    background-repeat: repeat;
    overflow: hidden;
}
.home-inigo-section .container {
    max-width: 1060px;
}
.home-inigo-section h6 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #ffffff;
    font-family: Calibri bold;
}
.home-inigo-section p {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
}
.home-inigo-section p a {
    color: #ffffff;
    text-decoration: underline;
}
.home-inigo-section p a:hover {
    text-decoration: none;
}
.home-inigo-section .logo-area {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    display: inline-block;
}
.home-inigo-section .logo-area img.inigo-logo {
    max-width: 330px;
    display: table;
    margin: 0 auto 50px;
    width: 100%;
}
.home-inigo-section .logo-area img.butterfly-purple-img {
    position: absolute;
    right: 56px;
    top: -43px;
    max-width: 120px;
}
.home-inigo-section .logo-area img.butterfly-purple-img {}

.home-vision-section .custom-accordion {
    margin: 50px 0 0;
    position: relative;
    z-index: 1;
}
.home-vision-section .custom-accordion .accordion-item {
    border: none;
    background-color: transparent;
    background: transparent;
}
.home-vision-section .custom-accordion .accordion-item .accordion-button {
    padding: 16px 40px 12px 18px;
    line-height: 1;
    font-size: 20px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 0;
}
.home-vision-section .custom-accordion .accordion-item .accordion-button:not(.collapsed):before {
    transform: translateY(-50%) rotate(90deg);
}
.home-vision-section .custom-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #222222;
	text-align: center;
    color: #ffffff;
}
.home-vision-section .custom-accordion .accordion-item .accordion-button:after {
    display: none;
}
.home-vision-section .custom-accordion .accordion-item .accordion-button:before {
    content: '';
    right: 12px;
    background-image: url('./../images/accordion-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}
.home-vision-section .custom-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.home-vision-section .custom-accordion .accordion-item .accordion-body {
    padding: 20px 0;
    font-size: 24px;
    border: none;
}
.home-vision-section .custom-accordion .accordion-item .accordion-body h6 {
    margin: 0 0 15px;
    font-size: 28px;
    color: #000000;
}
.home-vision-section .custom-accordion .accordion-item .accordion-body p {
    margin: 0 0 20px;
    font-size: 16px;
    color: #000000;
}
.home-vision-section .custom-accordion .accordion-item .accordion-body p a {
    color: #000000;
}
.home-vision-section .custom-accordion .accordion-item .accordion-body p a:hover {
    color: #008ac9;
}
.home-vision-section .custom-accordion .accordion-item .accordion-body ul {
    margin: 0 0 15px;
    padding: 0px;
}
.home-vision-section .custom-accordion .accordion-item .accordion-body ul li {
    font-size: 24px;
    color: #000000;
    margin: 0px;
    list-style-type: none;
}
.home-vision-section .custom-accordion .accordion-item .accordion-body p:last-child {
    margin: 0px;
}


/* FOOTER */
footer.site-footer {
    background-image: url('./../images/SFS_footerimage.png');
    background-size: cover;
    display: flex;
    align-items: flex-end;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
}
footer.site-footer .container {

}
footer.site-footer p {
    color: #ffffff;
    font-size: 20px;
}
footer.site-footer p a {
    color: #ffffff;
}
footer.site-footer p a:hover {
    text-decoration: underline;
}
footer.site-footer a.butterfly-buttons {
    display: table;
    margin: 0 0 0 auto;
    background-color: #49a493;
    border: 1px solid #49a493;
    font-family: Calibri bold;
    padding: 24px 10px 18px;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    max-width: 180px;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 200000;
    text-align: center;
}
footer.site-footer a.butterfly-buttons:hover {
    background-color: transparent;
    color: #49a493;
}
footer.site-footer a.butterfly-buttons img {
    position: absolute;
    top: -55px;
    right: -10px;
    display: table;
    left: 0;
    margin: 0 auto;
}


.personeelsBlok {
	width: 23%;
	margin: 1%;
	padding: 0;
	padding: 0;
	font-size: 14px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
}
.personeelsBlok strong {
	font-size: 16px;
	
}
.personeelsBlok span {
	padding: 10px 20px;
	display: block;
}
.personeelsBlok img{
	max-width: 100%;
}


/* Media ~ RESPONSIVE */
@media (max-width: 1600px) {
    .home-accordion-section .bottom-fixed-img img.slide-girlImg {
        width: 45%;
    }
    .home-afternoon-section .middle-content {
        margin: 0 0 140px;
    }
    .home-image-block-section .bottom-tab-boy-img img.tablet-boy {
        max-width: 580px;
    }
}
@media (max-width: 1440px) {
    header .header-top-contact-bar .content-area .left-area p {
        padding: 0 10px 0 0;
        margin: 0 0px 0 10px;
    }
    header .header-middle-area .logo-left-buttons .butterfly-buttons {
        max-width: 170px;
        font-size: 18px;
    }
    .header-bottom-area nav ul li .custom-DM {
        left: -20px;
        min-width: 180px;
        max-width: 280px;
    }
    .header-bottom-area nav ul li .custom-DM li a {
        padding: 6px 22px !important;
    }
    .social-media-sliders {
        width: 60px;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-boxes h2 {
        font-size: 40px;
        margin: 0 0 40px;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-boxes .boxes-slider h6 {
        font-size: 24px;
        margin: 22px 0 0;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents h1 {
        font-size: 110px;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents p {
        font-size: 32px;
    }
    .home-image-block-section h2, .home-parliament-children-section h2, .home-afternoon-section h2, .home-calendar-section h2, .home-accordion-section h2, .home-accordion-section h2, .home-news-section h2, .home-about-section h2 {
        font-size: 38px;
    }
    .home-about-section .about-boxes .inner-area .avtar-circle-img img {
        width: 100px;
        height: 100px;
    }
    .home-about-section {
        padding: 0px;
    }
    .home-about-section .about-boxes .inner-area p {
        font-size: 16px;
    }
    .home-about-section .button-part a.butterfly-buttons {
        font-size: 26px;
        padding: 24px 4px 24px;
        max-width: 280px;
    }
    .home-about-section .button-part a.butterfly-buttons img {
        max-width: 72px;
    }
    .home-news-section .news-block .content-text {
        padding: 48px 15px 30px;
    }
    .home-news-section .news-block .content-text h6 a {
        font-size: 20px;
    }
    .home-accordion-section .custom-accordion .accordion-item .accordion-body h6 {
        font-size: 26px;
    }
    .home-accordion-section .custom-accordion .accordion-item .accordion-body ul li,
    .home-accordion-section .custom-accordion .accordion-item .accordion-body p {
        font-size: 16px;
    }
    .home-calendar-section .calendar-tab-part ul.nav-tabs li button {
        font-size: 20px;
        padding: 5px 25px 1px;
    }
    .home-calendar-section .calendar-tab-part ul.nav-tabs li button.active{
        font-size: 24px;
    }
    .home-calendar-section .calendar-tab-part .tab-content .date-box .numbers-box {
        font-size: 34px;
    }
    .home-calendar-section .calendar-tab-part .tab-content .date-box .content-box h6 {
        font-size: 16px;
    }
    .home-calendar-section .calendar-tab-part .tab-content .date-box .content-box p {
        font-size: 16px;
    }
    .home-afternoon-section .testimonial-person-part .avtar img {
        width: 100px;
        height: 100px;
    }
    .home-afternoon-section .middle-content p,
    .home-afternoon-section .testimonial-person-part .content p {
        font-size: 16px;
    }
    .home-afternoon-section .bottom-lunch-img img {
        
        right: 0px;
    }
    .home-parliament-children-section ul li,
    .home-parliament-children-section p {
        font-size: 16px;
    }
    .home-parliament-children-section h6 {
        font-size: 24px;
    }
    .home-image-block-section .blocks-area h4 {
        font-size: 22px;
    }
    .home-inigo-section .custom-accordion .accordion-item .accordion-button {
        font-size: 20px;
    }
    .home-inigo-section .custom-accordion .accordion-item .accordion-body p {
        font-size: 20px;
    }
    .home-inigo-section .logo-area img.inigo-logo {
        max-width: 260px;
    }
    footer.site-footer a.butterfly-buttons {
        max-width: 150px;
        padding: 21px 10px 14px;
        font-size: 16px;
    }
    footer.site-footer a.butterfly-buttons img {
        max-width: 50px;
        top: -35px;
    }
    .home-calendar-section .bottm-img-girl {
        right: -190px;
    }
    .home-calendar-section .bottm-img-girl img {
        max-width: 560px;
    }
    .home-accordion-section {
        padding: 92px 0 390px;
    }
    .school-accordion-section {
        padding: 65px 0 0px;
    }
    .home-accordion-section .bottom-fixed-img img.inigo-logoImg {
        width: 180px;
        right: 10%;
    }
    .home-afternoon-section .middle-content {
        margin: 0 0 110px;
    }
}
@media (max-width: 1280px) {
    .header-bottom-area nav .custom--collapse ul.navbar-nav li:nth-child(9) .custom-DM {
        left: -80px;
    }
    .social-media-sliders {
        width: 60px;
    }
    .social-media-sliders a.social-media-linked {
        margin: 14px 0;
    }
    .home-about-section .button-part a.butterfly-buttons {
        font-size: 28px;
        padding: 20px 12px 18px;
        max-width: 300px;
        margin: 35px auto 15px;
    }
    .home-about-section .button-part a.butterfly-buttons img {
        max-width: 54px;
        top: -30px;
        right: -30px;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-boxes h2 {
        font-size: 34px;
        margin: 0 0 35px;
    }
    .home-slider-section .skitter-large-box .custom-slider-area img {
        height: 680px !important;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-stop-box .content img {
        max-height: 520px;
    }
    .home-afternoon-section .bottom-lunch-img img {
        /*right: -32%;*/
    }
    
    .home-parliament-children-section .content-or-right-img .content {
        width: 45%;
    }
    .home-afternoon-section .middle-content {
        margin: 0 0 80px;
    }
}
@media (max-width: 1199px) {
    .home-image-block-section .bottom-tab-boy-img img.tablet-boy {
        max-width: 490px;
    }
    .home-afternoon-section .bottom-lunch-img img {
        /*right: -45%;*/
    }
    .home-accordion-section {
        padding: 92px 0 360px;
    }
    .school-accordion-section {
        padding: 68px 0 0px;
    }
    .home-parliament-children-section {
        padding: 80px 0 180px;
    }
}
@media (max-width: 1024px) {
    .home-afternoon-section .middle-content {
        padding: 0 20px 0 0;
        margin: 0 0 40px;
    }
    .home-afternoon-section .testimonial-person-part {
        padding: 0px;
    }
    .home-afternoon-section .bottom-lunch-img img {
        /*right: -53%;*/
    }
    .home-calendar-section .bottm-img-girl img {
        max-width: 350px;
    }
    .home-calendar-section .bottm-img-girl {
        right: -80px;
    }
}
@media (max-width: 991px) {
	
	.school-accordion-section .swiming-person-area {
		text-align: center;
		float: none;
		margin-right: 0;
		margin-top: 0;
		margin-top: 40px;
	}
	.school-accordion-section .swiming-person-area img {
		max-width: 350px;
		padding: 0 15px;
		width: 100%;
		margin: 0 0 -2px;
	}
	
    header .header-top-contact-bar .content-area .left-area .inigo-header-top-logo {
        margin: 0;
    }
    .home-slider-section .skitter-large-box .custom-slider-area img {
        height: 560px !important;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-stop-box .content img {
        max-height: 420px;
        margin: 0 auto;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents {
        padding: 85px 0 0;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents h1 {
        font-size: 74px;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents p {
        font-size: 26px;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-boxes .container {
        max-width: 767px;
    }
    .home-news-section .block-shodow {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-accordion-section {
        padding: 80px 0 65px;
    }
    .school-accordion-section {
        padding: 80px 0 0px;
    }
    .home-accordion-section .bottom-fixed-img img.slide-girlImg {
        position: relative;
        bottom: 0;
        margin: 20px 0 0;
        width: 70%;
    }
    .home-accordion-section .bottom-fixed-img img.inigo-logoImg {
        position: relative;
        right: 0;
        width: 140px;
        bottom: 0;
    }
    .home-accordion-section .custom-accordion .accordion-item .accordion-body h6 {
        font-size: 22px;
    }
    .home-accordion-section .custom-accordion .accordion-item .accordion-body {
        padding: 35px 0 40px;
    }
    .home-accordion-section .custom-accordion .accordion-item .accordion-body,
    .home-accordion-section .custom-accordion .accordion-item .accordion-body ul li,
    .home-accordion-section .custom-accordion .accordion-item .accordion-body p{
        font-size: 20px;
    }
    .home-calendar-section .container {
        padding-bottom: 0;
    }
    .home-calendar-section .bottm-img-girl {
        position: relative;
        margin: 35px 0 0;
        right: 0;
        text-align: center;
    }
    .home-afternoon-section {
        padding: 85px 0 0;
    }
    .home-afternoon-section .middle-content {
        padding: 0;
        margin: 0 0 0;
        max-width: 100%;
    }
    .home-afternoon-section .testimonial-person-part {
        padding: 0px;
    }
    .home-afternoon-section .bottom-lunch-img img {
        position: relative;
        left: -36%;
        right: 0;
        width: calc(100% * 1.3);
    }
    .home-parliament-children-section {
        padding: 60px 0 0px;
    }
    .home-parliament-children-section .content-or-right-img .content {
        width: 100%;
    }
    .home-parliament-children-section .content-or-right-img .image-print-photo img {
        margin-top: 0px;
    }
    .home-image-block-section {
        padding: 70px 0 0;
    }
    .home-image-block-section .bottom-tab-boy-img img.tablet-boy {
        position: relative;
        margin: 30px auto 0;
        max-width: 500px;
        width: 100%;
        display: table;
    }
    .home-image-block-section h2 {
        margin: 0 0 35px;
    }
    .home-image-block-section .blocks-area .blocks-col {
        margin: 15px 0 0;
    }
    .home-image-block-section .blocks-area h4 {
        margin: 30px 0 15px;
    }
    .home-image-block-section .blocks-area .blocks-col img {
        height: 220px;
    }
    header .header-middle-area {
        display: none;
    }
    .header-bottom-area .reponsive-logo {
        display: block;
        padding: 15px 0;
    }
    .header-bottom-area .reponsive-logo img {
        max-width: 200px;
    }
    .header-bottom-area nav {
        padding: 0;
    }
    .header-bottom-area .navbar-light .navbar-toggler {
        outline: none;
        border: none;
        box-shadow: none;
    }
    .header-bottom-area .close-btn-toggle {
        display: block;
        font-size: 40px;
        color: #000000;
        z-index: 99;
        position: fixed;
        height: 40px;
        top: 0;
        right: 0;
        line-height: 1;
        padding: 5px 10px 0;
        left: 0;
        text-align: right;
        background: #ffffff;
    }
    .header-bottom-area .close-btn-toggle:hover {
        color: #008ac9;
    }
    .header-bottom-area .custom--collapse .navbar-nav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        background-color: #ffffff;
        overflow: auto;
        padding: 60px 30px 50px;
    }
    .header-bottom-area .collapse:not(.show) {
        display: block;
        opacity: 0;
        transition: 0.3s all;
        left: 100%;
        pointer-events: none;
    }
    .header-bottom-area .collapse.show {
        display: block;
        pointer-events: auto;
        opacity: 1;
        transition: 0.3s all;
        left: 0;
    }
    .header-bottom-area nav .custom--collapse ul.navbar-nav li {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header-bottom-area nav .custom--collapse ul.navbar-nav li a {
        margin: 0px;
        padding: 10px 10px 8px;
    }
    /*.header-bottom-area nav .custom--collapse ul.navbar-nav li a:before {
        position: absolute;
        content: '';
    }*/
    .header-bottom-area nav ul li .custom-DM {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .header-bottom-area nav ul li .custom-DM li {
        border-bottom: none !important;
    }
    .header-bottom-area .socail-media-contact-logo-btn {
        display: block;
    }
    .socail-media-contact-logo-btn .contact-part {
        display: none;
    }
    .socail-media-contact-logo-btn .contact-part p {
        margin: 0px;
    }
    .socail-media-contact-logo-btn .contact-part p a {
        width: 100%;
        display: block;
        color: #000;
        font-size: 16px;
        text-align: center;
        padding: 10px 0 8px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .socail-media-contact-logo-btn .button-logo {
        padding: 0px;
        display: flex;
        margin: 0px;
    }
    .socail-media-contact-logo-btn .button-logo a {
        display: block;
        color: #ffffff;
        background-color: #008ac9;
        padding: 10px 0;
        text-align: center;
        font-size: 18px;
        width: 50%;
    }
    .socail-media-contact-logo-btn .button-logo a:last-child {
        color: #ffffff;
        background-color: #acc44b;
    }
    .social-media {
        display: none;
    }
}
@media (max-width: 767px)  {
	
   .home-photos-section .bottom-camera-img {
      margin-top: -120px;
      margin-left: 0px;
   }
   
   
	.personeelsBlok {
		width: 48%;
	}
    .social-media-sliders {
        width: 38px;
        padding: 0 8px;
    }
    .social-media-sliders a.social-media-linked {
        margin: 10px 0;
    }
    .header-top-contact-bar {
        display: none;
    }
    .home-slider-section .skitter-large-box .custom-slider-area img {
        height: 65.1890482398957VW !important;
    }
    .home-image-block-section h2, .home-parliament-children-section h2, .home-afternoon-section h2, .home-calendar-section h2, .home-accordion-section h2, .home-accordion-section h2, .home-news-section h2, .home-about-section h2 {
        font-size: 30px;
        margin: 0 0 35px;
    }
    .slider-boxes {
        padding: 30px 0;
    }
    .slider-boxes .boxes-slider {
        width: 33.33%;
        max-width: 33.33%;
    }
    .slider-stop-box .col-md-6 {
        max-width: 50%;
        width: 50%;
    }
    .slider-boxes .boxes-slider h6 {
        font-size: 18px;
        word-break: break-word;
    }
    .slider-boxes h2 {
        font-size: 28px;
        margin: 18px 0 30px;
    }
    .slider-stop-box {
        padding: 25px 0 20px;
    }
    .slider-stop-box .content img {
        width: 100%;
        height: auto !important;
        max-width: 250px;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents p {
        font-size: 18px;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-stop-box .contents h1 {
        font-size: 54px;
    }
    .home-about-section .about-boxes .inner-area {
        flex-wrap: wrap;
    }
    .home-about-section .about-boxes .inner-area .avtar-circle-img {
        text-align: center;
        width: 100%;
    }
    .home-about-section .about-boxes .inner-area .avtar-circle-img img {
        display: table;
        margin: 0 auto 20px;
    }
    .home-about-section .about-boxes .inner-area p {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .home-about-section .about-boxes .video-part iframe {
        height: 310px;
    }
    .home-about-section .button-part a.butterfly-buttons {
        max-width: 220px;
        font-size: 22px;
    }
    .home-news-section .news-block .content-text {
        padding: 25px 5px 20px;
    }
    .home-news-section .block-shodow {
        margin-bottom: 20px;
    }
    .home-news-section .news-block .content-text h6 a {
        font-size: 18px;
    }
    .home-news-section .news-block .content-text span,
    .home-news-section .news-block .content-text p {
        font-size: 16px;
    }
    .home-news-section .button-part a {
        font-size: 20px;
    }
    .home-accordion-section .custom-accordion .accordion-item .accordion-button {
        font-size: 18px;
    }
    .home-accordion-section .custom-accordion .accordion-item .accordion-body h6 {
        font-size: 20px;
    }
    .home-accordion-section .custom-accordion .accordion-item .accordion-body,
    .home-accordion-section .custom-accordion .accordion-item .accordion-body ul li, .home-accordion-section .custom-accordion .accordion-item .accordion-body p {
        font-size: 16px;
    }
    .home-accordion-section .bottom-fixed-img img.inigo-logoImg {
        right: -6%;
        width: 110px;
        bottom: 18%;
    }
    .home-calendar-section .calendar-tab-part ul.nav-tabs li button {
        font-size: 16px;
        padding: 5px 12px 1px;
    }
    .home-calendar-section .calendar-tab-part ul.nav-tabs li button span {
        display: block;
    }
    .home-calendar-section .calendar-tab-part ul.nav-tabs li:first-child button,
    .home-calendar-section .calendar-tab-part ul.nav-tabs li:last-child button {
        text-align: center;
    }
    .home-calendar-section .calendar-tab-part ul.nav-tabs li button.active {
        font-size: 16px;
        padding: 0 14px;
    }
    .home-calendar-section .calendar-tab-part .tab-content .date-box .numbers-box {
        font-size: 48px;
        width: 100px;
    }
    .home-calendar-section .calendar-tab-part .tab-content .date-box .content-box {
        width: calc(100% - 110px)
		padding: 4px;
    }
    .home-calendar-section .calendar-tab-part .tab-content .date-box .content-box h6 {
        font-size: 20px;
    }
    .home-calendar-section .calendar-tab-part .tab-content .date-box .content-box p {
        font-size: 18px;
    }
    .home-afternoon-section .testimonial-person-part .avtar {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }
    .home-afternoon-section .testimonial-person-part .content {
        width: 100%;
        padding: 20px 25px;
        overflow: visible;
        margin-left: 0;
    }
    .home-afternoon-section .testimonial-person-part .content:before {
        display: none;
    }
    .home-afternoon-section .testimonial-person-part .content:after {
        top: 0px;
        border-width: 20px 0 0 20px;
        transform: rotate(135deg);
        margin: -8px auto 0;
        right: 0;
        border-color: transparent transparent transparent #408ac9;
    }
    .home-afternoon-section .testimonial-person-part {
        margin: 0 0 40px;
        padding: 0px;
    }
    .home-afternoon-section .middle-content p, .home-afternoon-section .testimonial-person-part .content p,
    .home-afternoon-section .middle-content p, .home-afternoon-section .testimonial-person-part .content p {
        font-size: 18px;
    }
    .home-parliament-children-section h6 {
        font-size: 20px;
    }
    .home-parliament-children-section ul li, .home-parliament-children-section p {
        font-size: 18px;
    }
    .home-parliament-children-section .content-or-right-img .image-print-photo {
        width: 100%;
    }
    .home-parliament-children-section .content-or-right-img .image-print-photo .memory-img-card img {
        height: 300px;
    }
    .home-parliament-children-section .content-or-right-img .image-print-photo .memory-img-card {
        padding: 10px 10px 20px;
        transform: rotate(0deg);
    }
    .home-parliament-children-section .content-or-right-img .image-print-photo .memory-img-card h5 {
        font-size: 26px;
        margin: 20px 20px 0 0;
    }
    .home-parliament-children-section .content-or-right-img .image-print-photo:after {
        transform: rotate(3deg) scale(0.85) skewX(-6deg) skewY(-4deg);
    }
    .home-image-block-section .blocks-area .blocks-col img {
        height: 78.22685788787483VW;
    }
    .home-inigo-section {
        padding: 100px 0 60px;
    }
    .home-inigo-section .custom-accordion .accordion-item .accordion-body p,
    .home-inigo-section h6,
    .home-inigo-section p{
        font-size: 18px;
    }
    .home-inigo-section .custom-accordion .accordion-item .accordion-button {
        font-size: 22px;
    }
    .socail-media-contact-logo-btn .contact-part {
        display: block;
    }
    .socail-media-contact-logo-btn .button-logo a {
        width: 100%;
    }
    .header-bottom-area .custom--collapse .navbar-nav {
        padding: 60px 15px 50px;
    }
    .social-media {
        display: block;
        background: #000;
        text-align: center;
        padding: 10px;
    }
    .social-media a {
        margin: 0 15px;
    }
    .home-inigo-section .logo-area img.inigo-logo {
        max-width: 180px;
        margin: 0 auto 30px;
    }
    .home-inigo-section .logo-area img.butterfly-purple-img {
        top: -43px;
        max-width: 58px;
        right: 30px;
    }
    .home-accordion-section .custom-accordion .accordion-item .accordion-body {
        padding: 30px 0 25px;
    }
    footer.site-footer a.butterfly-buttons img {
        max-width: 34px;
        top: -22px;
    }
    footer.site-footer a.butterfly-buttons {
        max-width: 174px;
        padding: 12px 10px 10px;
        font-size: 20px;
    }
}
@media (max-width: 575px)  {
    .home-slider-section .skitter-large-box .custom-slider-area img {
        height: 80VW !important;
    }
    .home-accordion-section .bottom-fixed-img img.inigo-logoImg {
        right: 0;
        width: 80px;
        bottom: 18%;
    }
}
@media (max-width: 440px)  {
    .home-slider-section .skitter-large-box .custom-slider-area img {
        height: 360px !important;
    }
    .home-slider-section .custom-slider-area .label_skitter .slider-boxes .boxes-slider h6 {
        font-size: 16px;
    }
}

@media (min-width: 1000px) {
	.home-calendar-section .container {
		min-height: 600px;
	}
}
.class_selector {
	background: #0D8FBF;
	display: block;
	padding: 8px; 
	max-width: 230px;
	text-align: center;
	color: #FFF;
	margin-bottom: 2px;
	border: 1px solid #0D8FBF;
}

.class_selector:hover {
	background: #FFF;
	display: block;
	max-width: 230px;
	text-align: center;
	color: #0D8FBF;
	border: 1px solid #0D8FBF;
}

#monthIndicator, #weekIndicator {
	font-size: 24px;
}

.info_slide_dots {
	display: none !important;
}
#contactForm .row.form-group label {
	padding-top: 8px;
	font-weight: bold;
	
}
#contactForm .row.form-group {
	margin-bottom: 10px;
}
#contactForm .errors .error {
	display: block; color: red;
}

.photoContainer {
	display: block;
	text-align: center;
	background: #FFF;
	
	border-radius: 10px;
	margin: 5px;
}

.photoContainer:hover {
	display: block;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	opacity: 0.8;
}
#cookiescript_badge {
	display: none !important;
}
.photoContainer div {
	color: #000;
	padding: 5px;
	font-size: 16px;
	position: absolute;
	display: block;
	margin-top: -58px;
	background: rgba(255,255,255,0.85);
	font-weight: bold;
	width: 231px;
}
.photoContainer img {
	width: 100%;
	max-width: 231px;
}
#thumbnails img {
	padding: 5px 0px;
}

.day-6 .numbers-box, .day-0 .numbers-box{
	color: #b43c37 !important;
}

.holiday .numbers-box {
	color: #f9ea52 !important;
}
.home-photos-section .custom-accordion {
	position: relative;
	z-index: 1;
}
.home-photos-section .custom-accordion .accordion-item {
	border: none;
}
.home-photos-section .custom-accordion .accordion-item .accordion-button {
	padding: 16px 40px 12px 18px;
	line-height: 1;
	font-size: 20px;
	background-color: #4aa493;
	color: #ffffff;
	border-radius: 0;
}
.home-photos-section .custom-accordion .accordion-item .accordion-button:not(.collapsed):before {
	transform: translateY(-50%) rotate(90deg);
}
.home-photos-section .custom-accordion .accordion-item .accordion-button:not(.collapsed) {
	background-color: #4aa493;
	color: #ffffff;
}
.home-photos-section .custom-accordion .accordion-item:nth-child(2) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(2) .accordion-button:not(.collapsed) {
	background-color: #acc54b;
}
.home-photos-section .custom-accordion .accordion-item:nth-child(3) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(3) .accordion-button:not(.collapsed) {
	background-color: #90bc60;
}
.home-photos-section .custom-accordion .accordion-item:nth-child(4) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(4) .accordion-button:not(.collapsed) {
	background-color: #68ae7d;
}
.home-photos-section .custom-accordion .accordion-item:nth-child(5) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(5) .accordion-button:not(.collapsed) {
	background-color: #4aa493;
}
.home-photos-section .custom-accordion .accordion-item:nth-child(6) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(6) .accordion-button:not(.collapsed) {
	background-color: #2899c3;
}
.home-photos-section .custom-accordion .accordion-item .accordion-button:after {
	display: none;
}
.home-photos-section .custom-accordion .accordion-item .accordion-button:before {
	content: '';
	right: 12px;
	background-image: url('./../images/accordion-arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
}
.home-photos-section .custom-accordion .accordion-item .accordion-button:focus {
	box-shadow: none;
}
.home-photos-section .custom-accordion .accordion-item .accordion-body {
	padding: 20px 0 20px;
	font-size: 24px;
	border: none;
}
.home-photos-section .custom-accordion .accordion-item .accordion-body h6 {
	margin: 0 0 15px;
	font-size: 28px;
	color: #000000;
}
.home-photos-section .custom-accordion .accordion-item .accordion-body p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.4;
	color: #000000;
}
.home-photos-section .custom-accordion .accordion-item .accordion-body p a {
	color: #000000;
}
.home-photos-section .custom-accordion .accordion-item .accordion-body p a:hover {
	color: #008ac9;
}
.home-photos-section .custom-accordion .accordion-item .accordion-body ul {
	margin: 0 0 15px;
	padding: 0px;
}
.home-photos-section .custom-accordion .accordion-item .accordion-body ul li {
	font-size: 16px;
	color: #000000;
	margin: 0px;
	line-height: 1.4;
	list-style-type: none;
}
.home-photos-section .custom-accordion .accordion-item .accordion-body p:last-child {
	margin: 0px;
}

.school-accordion-section .custom-accordion .accordion-item:nth-child(1) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(1) .accordion-button:not(.collapsed),
.school-accordion-section .custom-accordion .accordion-item:nth-child(7) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(7) .accordion-button:not(.collapsed),
.school-accordion-section .custom-accordion .accordion-item:nth-child(14) .accordion-button,
.school-accordion-section .custom-accordion .accordion-item:nth-child(14) .accordion-button:not(.collapsed) {
	background-color: #0d8fc0;
}

.home-photos-section .custom-accordion .accordion-item:nth-child(2) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(2) .accordion-button:not(.collapsed),
.home-photos-section .custom-accordion .accordion-item:nth-child(8) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(8) .accordion-button:not(.collapsed)
.home-photos-section .custom-accordion .accordion-item:nth-child(15) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(15) .accordion-button:not(.collapsed) {
	background-color: #acc54b;
}
.home-photos-section .custom-accordion .accordion-item:nth-child(3) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(3) .accordion-button:not(.collapsed),
.home-photos-section .custom-accordion .accordion-item:nth-child(9) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(9) .accordion-button:not(.collapsed),
.home-photos-section .custom-accordion .accordion-item:nth-child(16) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(16) .accordion-button:not(.collapsed) {
	background-color: #90bc60;
}
.home-photos-section .custom-accordion .accordion-item:nth-child(4) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(4) .accordion-button:not(.collapsed),
.home-photos-section .custom-accordion .accordion-item:nth-child(10) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(10) .accordion-button:not(.collapsed),
.home-photos-section .custom-accordion .accordion-item:nth-child(17) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(17) .accordion-button:not(.collapsed) {
	background-color: #68ae7d;
}
.home-photos-section .custom-accordion .accordion-item:nth-child(5) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(5) .accordion-button:not(.collapsed),
.home-photos-section .custom-accordion .accordion-item:nth-child(11) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(11) .accordion-button:not(.collapsed),
.home-photos-section .custom-accordion .accordion-item:nth-child(18) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(18) .accordion-button:not(.collapsed) {
	background-color: #4aa493;
}
.home-photos-section .custom-accordion .accordion-item:nth-child(6) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(6) .accordion-button:not(.collapsed),
.home-photos-section .custom-accordion .accordion-item:nth-child(12) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(12) .accordion-button:not(.collapsed),
.home-photos-section .custom-accordion .accordion-item:nth-child(19) .accordion-button,
.home-photos-section .custom-accordion .accordion-item:nth-child(19) .accordion-button:not(.collapsed) {
	background-color: #2899c3;
}

