html,body{
    width:100%;
    height:100%;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

body{
    position: relative;
    margin-top: 80px;
}


@media only screen and (max-width: 767px) {
    body,html{
        font-size: 12px;
    }
    p{
        font-size:1.3rem;
        line-height: 1.8rem;
    }


    #information table th,#information table td{
        vertical-align: middle;
        padding: 5px!important;
    }

} 

a,a:active, a:visited{
    color: #666;
}

a:hover{
    text-decoration: none;
}

.dark{
    color: #616161;
}

h2{
    font-family: 'Montserrat', sans-serif;
    color: #b3c8be;
    font-weight: 700;
    font-size: 3.44rem;
}

.invert{
    background: #b3c8be;
    padding: 6px 30px;
    font-size: 2rem;
    color: white;
}

.invert i{
    float: right;
    padding-top: 3px;
}

h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: black;
}

#logo{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.68rem;
    font-weight: 700;
    color: black;
}

#logo span{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 2rem;
    font-weight: 300;
}

.nav-link.active{
    color:black;
    border-top: 2px solid #b3c8be;
    padding-top: 4px;
    margin-top: 2px;
}

#lessons h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.95rem;
    font-weight: 900;
    color: #616161;
}

@media only screen and (min-width: 992px) {
    #lessons h3{
        letter-spacing: 0.8rem;
    }
} 


.cirkus{
    position: absolute;
    right: 15px;
    top: 5px;
}

.cirkus i{
    padding-right: 10px;
}


.social a{
    margin: 0 15px 20px 0;
    padding: 0;
    display: inline-block;
    font-size: 1.5rem;
}

.navbar-light{
    background: white;
}

.home-img-1{
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.home-img-2,.home-img-3{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.home-text h4{
    font-style: italic;
    line-height: 2.4rem;
}

.more{
    padding: 6px 25px;
    border:1px black solid;
    font-style: normal;
    color:black!important;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.more:hover{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    background: #b3c8be!important;
    color:white!important;
}

.more-2{
    font-size: 1.3rem;
    display: inline-block;
}

.scroll{
    border-bottom: 1px #666 solid;
}

.news-text{
    border-bottom: 2px solid #b3c8be;
    height: 100%;
}

.news-preview{
    position: relative;
    width:100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}


.news-date{
    display: inline-block;
    color:white;
    background: #b3c8be;
    padding: 0px 6px;
}

#blog{
    background: #F6F6F6;
}

.blog-item{
    background: white;
    padding: 15px;
}

.blog-date{
    font-size: 0.8rem;
    padding-right: 20px;
}

.blog-info{
    font-size: 0.8rem;
}

.blog-text{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #b3c8be;
}

.blog-link{
    /*padding-left: 40%;*/
    text-align: right;
    display: block;
    display: inline-block;
    float: right;
}



.blog-link:after{
/*    content: "";
    padding-left: 40%;
    border-top: 2px solid #b3c8be;
    position: relative;
    top:14px;
    left:10px;*/
}


#timetable table thead tr th{
    font-size: 1.5rem;
    font-weight: 500;
    color: #e1728c;
    border-top: 0;
    border-bottom: 3px solid #e4c92a;
}

.table{
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.table th{
    text-align: center;
}

.table td{
    padding: .35rem;
    vertical-align: middle;
    text-align: center;
}

#timetable table tbody tr td:first-child{
    padding-left: 0;
}

#timetable table tbody tr:first-child td:first-child div{
    /*margin-top: 20px;*/
}

#timetable table tbody tr:nth-child(odd) td:first-child div,#timetable table tbody tr:nth-child(even) td:first-child div{
    background: #e1728c;
    color:white;
    font-size: 1.4rem;
    display: inline-block;
    padding: 14px 16px;
}

#timetable table tbody tr:nth-child(even) td:first-child div{
    background: #e4c92a;
}
#timetable table tbody tr{
    border-bottom: 2px #e1728c solid;
}

#timetable .desc{
    min-height: 1rem;
    min-width: 100%;
    text-align: center;
    padding: 4px;
}

#timetable  .style0{
    padding: 14px 16px;
    background: transparent;
    text-align: center;
}

#timetable table tbody tr td .style1{
    padding: 14px 16px;
    background: #f1c3f1;
    /*color:white;*/
    text-align: center;
    /*display: inline-block;*/
}

.inline{
    display: inline-block!important;
}

#timetable table tbody tr td .style2{
    padding: 14px 16px;
    background: #88f588;
    /*color:white;*/
    text-align: center;
    /*display: inline-block;*/
}

#timetable table tbody tr td .style3{
    padding: 14px 16px;
    background: #ffff90;
    /*color:white;*/
    text-align: center;
    /*display: inline-block;*/
}

#timetable table tbody tr td .style4{
    padding: 14px 16px;
    background: #fdafaf;
    /*color:white;*/
    text-align: center;
    /*display: inline-block;*/
}

#timetable table tbody tr td .style5{
    padding: 14px 16px;
    background: #a3ffd7;
    /*color:white;*/
    text-align: center;
    /*display: inline-block;*/
}
#timetable table tbody tr td .style6{
    padding: 14px 16px;
    background: #eee;
    /*color:white;*/
    text-align: center;
    /*display: inline-block;*/
}

#timetable ul{
    margin: 0;
    padding: 0;
}

#timetable ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}

#timetable .l-right ul li:before{
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -8px;
    color: #b3c8be;
}

.l-left ul{
    text-align: center;
}

.l-left ul li img{
    padding-bottom: 8px;
}

.l-left ul li{
    display: inline-block;
    list-style: none;
    text-align: center;
    margin-right: 10px!important;
    font-weight: 600;
    line-height: 120%;
}

#lessons{
    background: #ffedd7;
}

#lessons img{
    padding: 30px;
    max-width: 100%;
    height: auto;

}

.hover-img1{
    position: relative;
    margin: 0 auto;
}

.hover-img2{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#lessons p{
    /*line-height: 1.3rem;*/
}

.color-1{
    color: #b3c8be;
}

.info-link{
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #616161;
    padding: 6px 18px;
    font-size: 1.5rem;
    display: block;
    text-align: center;
}

.download p{
    font-size: 1.5rem;
    margin-bottom: 8px;
}

#information table th,#information table td{
    vertical-align: middle;
    padding: 15px;
}

#information{
    border-top: 2px #e4c92a solid;
    border-bottom: 2px #e4c92a solid;
}

#information ol li{
    padding-top: 15px;
}

.grid-item{
    /*margin-bottom: 30px;*/
    padding: 0;
}

.grid-item{
    position: relative;
    overflow: hidden;
}

.grid-item a img{
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); 
}

.grid-item a:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
}

.grid-item a .title{
    font-weight: 600;
    padding: 8px 15px;
    position: absolute;
    left:0;
    right:0;
    bottom: -100%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color:white;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.grid-item a:hover .title{
    bottom: -0%;
}

.grid-item .title p{
    font-size: 0.8rem;
    margin: 0;
}

.square {
    position: relative;
    width: 100%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.square .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#contact p{
    font-size: 1.5rem;
    font-weight: 600;
}

.map-canvas{
    height: 400px;
}

footer{
    background: #ffecd6;
    text-align: center;
    padding: 20px;
}


.noscroll{ 
    overflow:hidden;
    padding-right: 18px;
}

.blog-detail{
    cursor: pointer;
    padding: 50px 20%;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    overflow-y: auto;
}

.blog-list{
    cursor: default;
    background: white;
    min-height: 100%;
    width: 100%;
    position: relative;
}

.blog-close{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    font-size: 2.6rem;
    padding: 10px;
    width:62px;
    text-align: center;
    color:white;
    background: rgba(0,0,0,0.3);
}

.blog-loading{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    width: 160px;
}

.blog-detail-text{
    padding: 30px;
}

#m img {
    max-width: none!important;
    width: auto!important;
}