/*
Theme Name: StPatricks Theme
Author: Artemis
Author URI: http://www.arte-mis.com/pl/
Description: Motyw dla szkoły językowej StPatricks
Version: 1.0
*/



html,body {
    margin: 0;
	width:100%;
	padding: 0;
    font-family: 'Open Sans';
}

body.page-template-page-e-dziennik:before{
	display:none;
}
:focus{
	outline:none;
}

.rl-gallery-item.rl-gallery-goback-item a {
    display: block;
    width: 100%;
    height: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.rl-basicgrid-gallery .rl-gallery-item img{
	width:100%;
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
    width: calc(100% * (1/4) - 10px - 1px) !important;
    margin: 12px 0 0 10px !important;
    
}

.rl-gallery-item.rl-gallery-goback-item {
    height: 200px;
    background-color: #ccc;
    background-image: url(src/back.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px !important;
}

.rl-gallery .rl-gallery-item {
    overflow: initial !important;
}

.rl-gallery-item.rl-gallery-goback-item .rl-gallery-goback-link {
    bottom:0!important;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:0!important;
	background:none;
}
.rl-gallery .rl-gallery-link .rl-gallery-item-title{
	-ms-flex-item-align:end;
	    align-self:flex-end;
	background: #e52424;
	padding:5px 10px;
}
.rl-gallery-item a{
    text-decoration: none !important;
}

.gallery__wrapper {
    margin: 50px 0;
}
body.home:before{
	    content: '';
    background-image: url(/wp-content/uploads/2018/05/background-all-1.png);
    background-position: -219px 281px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 424px;
    left: 0;
    z-index: 0;
    opacity: 0.1;
    background-size: contain;
    background-repeat: no-repeat;
}
body.page-template-page-work:before{
    background-position: -127px 95px;	
}
body:before {
    content: '';
    background-image: url(/wp-content/uploads/2018/05/background-all-1.png);
    background-position: -219px 222px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 424px;
    left: 0;
    z-index: 0;
    opacity: 0.1;
    background-size: contain;
    background-repeat: no-repeat;
}

.section {
    width: 1290px;
    margin: 0 auto;
	margin-top: -140px;
    color: #363636;
    padding: 20px 0px;
    color: #363636;
    text-align: center;
}

.section__title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.25px;
    margin: 70px;
    text-align: center;
}

.section__subtitle {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 9.75px;
    margin-bottom: 0;
    text-align: center;
}

.tabcontent{
    display: block;
}

.gallery-item{
    display: block;
    float: left;
    margin: 6px;
    position: relative;
    height: 200px;
	margin-left:3%;
	margin-right:2%;
}

.gallery-item img{
    display: block;
    width: 300px;
}

.gallery-item-title{
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #e52424;
    padding: 5px 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

span.rl-gallery-caption.rl-gallery-link {
    background: #e52424;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    margin-left: 10px;
    top: -42px;
    text-decoration: none;
    font-weight: 700;
}

.rl-gallery .rl-gallery-link .rl-gallery-item-title{
    font-size: 20px;
}

a.fancybox.image {
    text-decoration: none;
	height:100%;
}
.rl-gallery-link{
height:100%;
}
.rl-gallery-link>img{
	height:200px;
	-o-object-fit:cover;
	   object-fit:cover;
	
}
.section__button {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 15px 30px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.about__text-wrapper p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	
}

.menu {
    width: 1290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
}

.menu__wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(51%, #3a538d));
    background: -webkit-linear-gradient(left, #ffffff 50%, #3a538d 51%);
    background: -o-linear-gradient(left, #ffffff 50%, #3a538d 51%);
    background: linear-gradient(to right, #ffffff 50%, #3a538d 51%);
}

.menu__logo {
    min-width: 20%;
    max-width: 20%;
}

.menu__links {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    background: #3a538d;
    padding: 40px 0px;
    margin: 0;
    width: 95%;
    padding-left: 6%;
}

.menu__list li {
    padding: 0;
    margin: 0;
}

.menu__list li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: lowercase;
    padding: 10px 0;
    display: block;
    position: relative;
}

.menu__list li a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #3a538d;
}

.menu__list li a:hover::after {
    background: #ffc601;
}
@media(max-width:767px){
	.menu__list li a::after{
	background:#3d4141;
}
	.menu__list{
		background:#3d4141;
	}	
}

.menu__social {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu__social-icon {
    margin: 0 12.5px;
}

.top-menu-wrapper {
    width: 100%;
}

.slider {
    width: 100%;
    height: 800px;
    margin: 0;
    padding: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slider__section-title {
    letter-spacing: -0.46px;
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
    margin-top: -170px;
}

.section__about {
    padding-top: 30px;
}

.section__about__desc {
    padding-top: 0px;
    font-size: 17px;
    letter-spacing: 0.85px;
}

.section__title--about {
    margin-top: 110px;
}

.section__button--about {
    background:white;
    margin: 45px 0 0px 0;
	position:relative;
	z-index:2;
	border: #ffd030 dotted 2px;
    color: black;
	
}
.section__button--about:hover{
	background:#ffc601;
	color:white;
}

.skills {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.skills-wrapper {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}

.skills__item {
    width: 32%;
    text-align: center;
    margin: 15px 0;
}

.skills__item__img {
    display: block;
    margin: 0 auto;
}

.section__facility {
    margin: 0 auto;
    padding: 50px 0;
}

.facilites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.facility__single {
    width: 100%;
    height: 480px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
	position:relative;
}


.facility__single--left {
    background-position: bottom !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.facility__single--right {
    background-position: bottom !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.facility__single__title {
    font-size: 46px;
    padding: 0;
    margin: 0;
    letter-spacing: -0.46px;
    margin-top: 75%;
}

.facility__single__button {
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.7px;
    border-radius: 20px;
    padding: 17px 29px 13px;
    border: dotted 2px #fff;
    cursor: pointer;
    text-transform: lowercase;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.facility__single__button--left {
    border-color: #b2e332;
}

.facility__single__button--left:hover {
    border-style: solid;
    background: #b2e332;
}

.facility__single__button--right {
    border-color: #01ceff;
}

.facility__single__button--right:hover {
    border-style: solid;
    background: #01ceff;
}

.facility__info {
    
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
	position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}

.facility__info--right {
    margin-left: 55px;
}

.journal__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 37%;
    margin-left: 59.5%;
	position: relative;
}

.journal__info-text {
    margin: 0;
    padding: 4px 0;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
}

.journal__info-text--awarded {
    color: #ffbd00;
}

.journal--wrapper {
    background: url(/wp-content/uploads/2018/06/kot.png);
    background-position: center 1px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section__journal {
    width: 100%;
    height: 800px;
}

.section__button--journal {
    background: #ffd030;
    color: white;
    display: block;
    margin: 0px auto 0 15px;
	position: absolute;
    top: 47%;
}
.section__button--journal a{
	color: white !important;
    text-decoration: none;
	white-space: nowrap;
}
.section__button--journal:hover{
	background:#ffd030;
	}
.section__button--journal:hover a{
	color:white !important;
}

.section__news {
    margin-top: -34px;
}

.section__button--article {
    display: block;
    margin-left: auto;
    margin-right: 0;
    background: white;
    border: #ffd030 dotted 2px;
    color: #363636;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.section__button--article:hover {
    border-style: solid;
    background: #ffd030;
    color: white;
}

.news-wrapper {
    margin: 35px 0;
	margin-left: 3%;
    padding: 35px 0;
    display: flex;
    display: -ms-flexbox;

    -webkit-box-pack: justify;
        -ms-flex-pack: justify;

    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.news__single {
    width: 280px;
    color: #363636;
}

.news__single__thumbnail-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
	-o-object-fit: cover;
	   object-fit: cover;
    height: 202px;
}

.news__single__title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.25px;
    margin: 20px 0;
    text-align: left;
}

.news__single__content {
    font-size: 15px;
    letter-spacing: 0.75px;
    margin: 20px 0;
    word-wrap: break-word;
    text-align: left;
}

.slider--offer {
    background: url("assets/images/slider-offer.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slider--personnel {
    background: url("assets/images/lektorzy_background.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	background-position: 78% 50% !important;
}

.personnel__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.personnel--teachers {
    margin-top: 100px;
}

.person__personnel {
    padding: 20px 0 40px 0;
    width: 33%;
    margin: 0;
    text-align: center;
}

.person__personnel__img {
    display: block;
    width: 100%;
	height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.person__personnel__img-wrapper {
    border-radius: 50%;
    overflow: hidden;
    width: 280px;
    height: 280px;
    background: #03b7ff;
    border: solid #ebebeb 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px auto;
}

.person__personnel__text {
    padding: 0;
    margin: 0;
    color: #363636;
    font-size: 18px;
    letter-spacing: 0.9px;
}

.person__personnel__text--name {
    margin-top: 20px;
    font-weight: 700;
}

.about__text {
    text-align: justify;
}

.about__text-wrapper {
    color: #363636;
    letter-spacing: 0.9px;
    font-size: 18px;
}

.about__text--bold {
    text-align: left;
}

.section__courses {
    position: relative;
    width: 100%;
    padding-top: 125px;
    background-image: url("assets/images/courses-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(35%, #ff6100));
    background-image: url("assets/images/courses-bg.png"), -webkit-linear-gradient(top, #ffffff 20%, #ff6100 35%);
    background-image: url("assets/images/courses-bg.png"), -o-linear-gradient(top, #ffffff 20%, #ff6100 35%);
    background-image: url("assets/images/courses-bg.png"), linear-gradient(to bottom, #ffffff 20%, #ff6100 35%);
    background-repeat: no-repeat;
    padding-bottom: 250px;
}

.section__courses::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background: url("assets/images/white-bg.png");
}

.section__title--courses {
    margin-top: 125px;
    color: #fff;
}

.section__subtitle--courses {
    color: #fff;
}

.about__text-wrapper--courses {
    width: 1290px;
    margin: 0 auto;
    margin-top: 50px;
    color: #fff;
    text-align: justify;
}

.about__text--courses {
    color: #fff;
}

.courses__table__title {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 29px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.25px;
}

.courses__table__title--light {
    font-weight: 300;
}

.about__text-wrapper--exams {
    margin: 80px 0px;
}

.section__levels {
    width: 100%;
    background-image: url(assets/images/levels-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(35%, #74a212));
    background-image: url(assets/images/levels-bg.png), -webkit-linear-gradient(top, #ffffff 20%, #74a212 35%);
    background-image: url(assets/images/levels-bg.png), -o-linear-gradient(top, #ffffff 20%, #74a212 35%);
    background-image: url(assets/images/levels-bg.png), linear-gradient(to bottom, #ffffff 20%, #74a212 35%);
    background-repeat: no-repeat;
    margin-bottom: -250px;
    padding-bottom: 300px;
    padding-top: 250px;
}

.section__title--levels,
.section__subtitle--levels {
    color: white;
}

.courses__table--levels {
    margin-top: 60px;
}

.levels-wrapper {
    width: 1290px;
    margin: 50px auto;
}

.levels__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.levels__list__item-desc {
    width: 92%;
    text-align: justify;
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: 400;
    color: #ffffff;
}

.levels__list__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.slider--about {
    background: url("assets/images/slider-about.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slider--about {
    background: url("assets/images/slider-about.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slider--news {
    background: url(assets/images/slider-news.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slider--work {
    background: url(/wp-content/uploads/2018/05/dolacz_do_nas-1.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slider--work .slider__section-title {
    letter-spacing: -0.46px;
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
    margin-top: -100px !important;
}
.work .section {
    width: 1290px;
    margin: 0 auto;
    color: #363636;
    padding: 20px 0px;
    text-align: center;
    margin-top: -205px;
}
.slider--work{
	height:424px !important;
}


.page-news {
    margin-top: -140px;
}

.page-news .news-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-news .news-wrapper .news__single {
    margin: 30px 40px;
}

.slider--blog {
    background: url(assets/images/slider-blog.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page-blog {
    margin-top: -140px;
}

.page-blog .news-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-blog .news-wrapper .news__single {
    margin: 30px 40px;
}

.slider--goclaw {
    background: url(assets/images/slider-offer.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 550px;
}

.goclaw footer {
    position: relative;
}

.goclaw footer::before {
    content: '';
    position: absolute;
    right: -11%;
    bottom: 0px;
    width: 599px;
    height: 899px;
    background: url(/wp-content/uploads/2018/06/ona.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.section__goclaw {
    padding-bottom: 350px;
}

.slider--srodmiescie {
    background: url(assets/images/slider-srodmiescie.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 550px;
}

.srodmiescie footer {
    position: relative;
}

.srodmiescie footer::before {
    content: '';
    position: absolute;
    left: 30%;
    bottom: 250px;
    width: 494px;
    height: 639px;
    background: url("assets/images/footer-girl.png");
    z-index: -1;
}

.section__srodmiescie {
    padding-bottom: 350px;
}

.slider--gallery {
    background: url("assets/images/slider-gallery.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slider--contact {
    background: url("assets/images/slider-contact.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 550px;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.form-wrapper {
    margin: 100px auto;
}

.form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.form__textarea-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
}

.form__button-wrapper {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.form__input {
    padding: 20px 30px;
    font-size: 16px;
    color: #222222;
    font-family: 'Open Sans';
    font-weight: 400;
    border: #ffc601 1px solid;
    border-radius: 5px;
    margin: 10px;
}

.form__input::-webkit-input-placeholder {
    font-size: 16px;
    color: #222222;
}

.form__input:-ms-input-placeholder {
    font-size: 16px;
    color: #222222;
}

.form__input::-ms-input-placeholder {
    font-size: 16px;
    color: #222222;
}

.form__input::placeholder {
    font-size: 16px;
    color: #222222;
}

.form__input--imie {
    margin-left: 0;
    margin-top: 0;
}

.form__input--surname {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.form__input--mail {
    margin-top: 0;
    margin-left: 0;
}

.form__input--phone {
    margin-bottom: 0;
    margin-left: 0;
}

.form__textarea {
    margin-left: 38%;
    resize: none;
    width: 99%;
    font-size: 16px;
    color: #222222;
    font-family: 'Open Sans';
    font-weight: 400;
    border: #ffc601 1px solid;
    border-radius: 5px;
    padding: 20px 30px;
    height: 96px;
}

.form__textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #222222;
}

.form__textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #222222;
}

.form__textarea::-ms-input-placeholder {
    font-size: 16px;
    color: #222222;
}

.form__textarea::placeholder {
    font-size: 16px;
    color: #222222;
}

.form__button {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 55px;
    letter-spacing: 0.7px;
    color: #ffffff;
    background: #ffc601;
    border-radius: 20px;
    border: 2px solid #ffc601;
    font-size: 14px;
}

.maps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.map__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0px;
}

.map__single-wrapper {
    overflow: hidden;
    border: #ffc601 1px solid;
    border-radius: 5px;
    width: 49%;
    height: 150px;
}

.map__desc {
    width: 49%;
    text-align: left;
}

.map__desc p {
    margin: 0;
    color: #363636;
    line-height: 30px;
	font-size: 18px;
    font-weight: 300;
	
}

.map__desc__title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.map__desc__info {
    font-size: 18px;
    font-weight: 300;
}

.footer {
    position: relative;
    background: #ffc601;
   
    margin-top: 170px;
	z-index:0;
	
}

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__logo {
    margin: 30px 0;
}

.footer__link {
    margin: 20px 0;
    color: white;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .7px;
}
.page-template-page-about .footer::after {
    content: '';
    position: absolute;
    top: -88px;
	    z-index: 9991;
    left: 0;
    width: 100%;
    height: 170px;
    background: url("assets/images/footer-bg.png");
    background-size: cover;
}

.footer::after {
    content: '';
    position: absolute;
    top: -170px;
	z-index: 9991;
    left: 0;
    width: 100%;
    height: 170px;
    background: url("assets/images/footer-bg.png");
    background-size: cover;
}

a.footer__link:hover {
    text-decoration: underline;
}

.section__button-link {
    text-decoration: none;
}

.goclaw-pricing-header {
    text-align: center;
    font-size: 18px;
    border-collapse: separate !important;
    vertical-align: middle;
    border-spacing: 10px !important;
    margin: 0 !important;
}

.goclaw-pricing-header tbody tr td {
    color: #fff;
    text-align: center;
    background: #66c129 !important;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}

.goclaw-pricing-header tbody tr.row-1 td.column-1 {
    visibility: hidden;
}

.goclaw-pricing-body {
    text-align: center;
    font-size: 18px;
    border-collapse: separate !important;
    vertical-align: middle;
    border-spacing: 10px 0px !important;
    margin: 0 !important;
}

.goclaw-pricing-body tbody tr td {
    border: solid 2px #a4a4a4;
    border-bottom: 0;
    text-align: center;
    vertical-align: middle;
}

.goclaw-pricing-body tbody tr.row-1 td {
    border-top: solid 2px #a4a4a4 !important;
}

.goclaw-pricing-body tbody tr.row-7 td {
    border-bottom: solid 1px #a4a4a4 !important;
}
.goclaw-pricing-body tbody tr.row-9 td {
   border-bottom: solid 2px #a4a4a4 !important;
}
.goclaw-pricing-body tbody tr.row-10 td {
   border-bottom: solid 2px #a4a4a4 !important;
}
.goclaw-pricing-body tbody tr.row-10 td{
	border-top:solid 1px #a4a4a4 !important;
}
.goclaw-pricing-header td.column-1,
.goclaw-pricing-body td.column-1 {
    width: 264px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.goclaw-pricing-header td.column-2,
.goclaw-pricing-body td.column-2 {
    width: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.goclaw-pricing-header td.column-2,
.goclaw-pricing-body td.column-2 {
    width: 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.goclaw-pricing-header td.column-3,
.goclaw-pricing-body td.column-3 {
    width: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.goclaw-pricing-header td.column-4,
.goclaw-pricing-body td.column-4 {
    width: 110px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.goclaw-pricing-header td.column-5,
.goclaw-pricing-body td.column-5,
.goclaw-pricing-header td.column-6,
.goclaw-pricing-body td.column-6 {
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.goclaw-pricing-header tbody tr.row-2 td.column-4 {
    background: #4f9520 !important;
}

.goclaw-pricing-header tbody tr.row-2 td.column-6 {
    background: #4f9520 !important;
}

.price-list {
    padding: 75px 0;
}

.srodmiescie-pricing-header {
    text-align: center;
    font-size: 18px;
    border-collapse: separate !important;
    vertical-align: middle;
    border-spacing: 10px !important;
    margin: 0 !important;
}

.srodmiescie-pricing-header tbody tr td {
    color: #fff;
    text-align: center;
    background: #019cff !important;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}

.srodmiescie-pricing-header tbody tr.row-1 td.column-1 {
    visibility: hidden;
}

.srodmiescie-pricing-body {
    text-align: center;
    font-size: 18px;
    border-collapse: separate !important;
    vertical-align: middle;
    border-spacing: 10px 0px !important;
    margin: 0 !important;
}

.srodmiescie-pricing-body tbody tr td {
    border: solid 2px #a4a4a4;
    border-bottom: 0;
    text-align: center;
    vertical-align: middle;
}

.srodmiescie-pricing-body tbody tr.row-1 td {
    border-top: solid 2px #a4a4a4 !important;
}

.srodmiescie-pricing-body tbody tr.row-7 td {
    border-bottom: solid 2px #a4a4a4 !important;
}

.srodmiescie-pricing-header td.column-1,
.srodmiescie-pricing-body td.column-1 {
    width: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.srodmiescie-pricing-header td.column-2,
.srodmiescie-pricing-body td.column-2 {
    width: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.srodmiescie-pricing-header td.column-2,
.srodmiescie-pricing-body td.column-2 {
    width: 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.srodmiescie-pricing-header td.column-3,
.srodmiescie-pricing-body td.column-3 {
    width: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.srodmiescie-pricing-header td.column-4,
.srodmiescie-pricing-body td.column-4 {
    width: 110px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.srodmiescie-pricing-header td.column-5,
.srodmiescie-pricing-body td.column-5,
.srodmiescie-pricing-header td.column-6,
.srodmiescie-pricing-body td.column-6 {
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.srodmiescie-pricing-header tbody tr.row-2 td.column-4 {
    background: #01cfff !important;
}

.srodmiescie-pricing-header tbody tr.row-2 td.column-6 {
    background: #01cfff !important;
}

.tabs {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
    margin-bottom: 15px;
}

.tabs__list__item {
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #363636;
    margin: 0 10px;
}

.tabs__list__item__link {
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #363636;
}

.tabs__list__item__link.active {
    color: #ffc601;
}

.about__courses__kids {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.about__courses__kids thead tr th {
    background: #ffae00;
    font-weight: 700;
    border: solid 1px #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

.about__courses__kids tbody tr td {
    background: transparent;
    border: solid 1px #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

.about__courses__teens {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.about__courses__teens thead tr th {
    background: #ffae00;
    font-weight: 700;
    border: solid 1px #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

.about__courses__teens tbody tr td {
    background: transparent;
    border: solid 1px #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

.about__courses__prep {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.about__courses__prep thead tr th {
    background: #ffae00;
    font-weight: 700;
    border: solid 1px #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

.about__courses__prep tbody tr td {
    background: transparent;
    border: solid 1px #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

.about__exams__table {
    width: 60% !important;
    margin: 25px auto;
}

.about__exams__table thead tr th {
    background: #ff6000;
    font-weight: 700;
    border: solid 1px #e1e1e1;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    color: white;
}

.about__exams__table tbody tr td {
    background: transparent;
    border: solid 1px #e1e1e1;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

.about__levels__table {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.about__levels__table thead tr th {
    background: #c5cf41;
    font-weight: 700;
    border: solid 1px #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

.about__levels__table tbody tr td {
    background: transparent;
    border: solid 1px #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

li.levels__list__item {
    margin: 10px 0px;
}

.section__contact-info {
	margin-top:10px;
	margin-bottom:120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.section__contact-info .contact-info {
    width: 40%;
}

.section__contact-info .contact-info--left {
    width: 60%;
}

.section__contact-info .contact-info br {
    display: none;
}

.section__contact-info .contact-info p {
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0px;
}

.nivo-caption{
    position: absolute !important;
    top: 35% !important;
    left: 14% !important;
    background: none !important;
    opacity: 1 !important;
}

.nivo-caption a{
    text-decoration: none !important;
    border-bottom: none !important;
}

.facility__single__button--slider,
.form__button-submit{
    border-color: #ffd030;
}

.facility__single__button--slider:hover{
    border-style: solid;
    border-color: #ffd030;
    background: #ffd030; 
}

.form__button-submit{
    cursor: pointer;
    color: #ffd030;
    background: white;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.form__button-submit:hover{
    color: white;
    background: #ffd030;
}
.nav__hamburger{
    display: none;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    width: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px;
}

span.nav__hamburger__line{
    width: 100%;
    height: 3px;
    background: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu__links--open{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 20px 0px;
}

.slider__text {
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 2;
}

.nivo-caption .facility__single__button--slider,
.theme-default .nivoSlider a{
    display: block !important;
}

.slider__text--color{
    color: #ffbd00;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .theme-default .nivo-controlNav{
        display: none;
    }
    .slider__text {
        font-size: 14px;
        line-height: normal;
    }
    .nivo-caption .facility__single__button--slider{
        display: none !important;
    }
    .menu__links{
        display: none;
    }
    .nav__hamburger{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nivo-caption .facility__single__button--slider{
        display: none;
    }
    .menu {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu__logo {
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 20px;
        background: #fff;
    }
    .menu__links {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: auto;
        text-align: center;
        padding-left: 0;
    }
    .menu__wrapper {
        background: #3d4141;
        padding: 0;
    }
    .slider {
        height: auto;
    }
    .section,
    .about__text-wrapper--courses {
        width: auto;
        padding: 25px 10px;
    }
    .section__about {
        padding-top: 130px;
    }
    .facilites {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .facility__single {
        width: auto;
        height: 238px;
    }
	.slider__section-title{
		font-size: 22px;
		text-align:center;
	}
    .facility__single__title {
        font-size: 32px;
    }
	.facility__single__button{
		padding: 6px 21px 11px;
	}
    .facility__info--right {
        margin-left: 25px;
    }
    .section__journal {
        width: 100%;
        height: 400px;
        padding: 0;
    }
    .journal--wrapper {
     background:#96beca;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 20px 0px;
    }
    .journal__info {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }
    .news-wrapper {
        width: 1000px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .news__single {
        
        text-align: center;
        padding: 15px 0px;
    }
    .footer {
        position: initial;
        margin: 0;
    }
    .footer::after {
        display: none;
    }
    .footer__link {
        text-align: center;
    }
    .slider--about,
    .slider.slider--offer,
    .slider.slider--personnel,
    .slider--gallery,
    .slider--news,
    .slider--blog,
    .slider--contact,
    .slider--goclaw,
    .slider--srodmiescie {
        height: 320px;
    }
    .slider__section-title {
        margin-top: -100px;
    }
    .skills {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .skills__item,
    .levels-wrapper {
        width: auto;
    }
    .section__courses {
        padding: 20px 0px;
        background-image: none;
        background: #ff6100;
    }
    .section__title--courses,
    .section__title {
        margin-top: 50px;
    }
    .section__courses::after {
        display: none;
    }
    .about__text-wrapper--exams {
        margin: 0px;
    }
    .about__exams__table {
        width: 100% !important;
    }
    .section__levels {
        background-image: none;
        background: #74a212;
        padding: 25px 10px;
        margin-bottom: 0;
    }
    .levels__list__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    li.levels__list__item {
        margin: 20px 0px;
    }
    .levels__list__item-desc {
        width: 100%;
    }
    .personnel__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .person__personnel {
        width: auto;
        text-align: center;
    }
    .tabs {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form,
    .form__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form__input,
    .form__textarea {
        padding: 20px 0px;
        padding-left: 10px;
        margin-left: 0;
    }
    .form__textarea {
        margin-top: 10px;
        margin-left: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .form__inputs p {
        display: none;
    }
    .form__button-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    span.wpcf7-form-control-wrap.message {
        width: 100%;
    }
    .form__textarea-wrapper {
        width: 100%;
    }
    .map__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 15px 0px;
    }
    .map__single-wrapper,
    .map__desc {
        width: 100%;
    }
    .map__desc {
        text-align: center;
        margin: 5px 0px;
    }
    .section__contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    .section__contact-info .contact-info {
        width: 100%;
    }
    .form__inputs-wrapper.form__inputs-first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    span.wpcf7-form-control-wrap.name {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    span.wpcf7-form-control-wrap.mail {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .goclaw footer::before {
        display: none;
    }
    .goclaw footer {
        position: initial;
    }
    .srodmiescie footer::before {
        display: none;
    }
    .srodmiescie footer {
        position: initial;
    }
    .journal__info-text {
        text-align: center;
    }
    .section__button--journal {
        margin: 20px auto;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation: landscape) {
    .slider__text {
        font-size: 16px;
        line-height: normal;
    }
    .nivo-caption .facility__single__button--slider{
        display: none;
    }
    .nivo-caption .facility__single__button--slider{
        display: none;
    }
    .menu {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu__logo {
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 20px;
        background: #fff;
    }
    .menu__links {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: auto;
        text-align: center;
        padding-left: 0;
    }
    .menu__wrapper {
        background: #3d4141;
        padding: 20px 0px;
        padding-top: 0;
    }
    .slider {
        height: auto;
    }
    .section,
    .about__text-wrapper--courses {
        width: auto;
        padding: 25px 10px;
    }
    .section__about {
        padding-top: 0;
    }
    .facilites {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .facility__single {
        width: auto;
        height: 300px;
    }
    .facility__single__title {
        font-size: 32px;
        margin-top: 10%;
        margin-left: 20%;
    }
    .facility__single__button--left {
        margin-left: 39%;
        width: 100%;
    }
    .facility__info--right {
        margin-left: 0px;
    }
    p.facility__single__title.facility__single__title--right {
        margin-left: -25%;
    }
    button.facility__single__button.facility__single__button--right {
        margin-left: -100%;
    }
    .section__journal {
        width: 100%;
        height: 400px;
        padding: 0;
    }
    .journal--wrapper {
        background: #df2e34;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 20px 0px;
    }
    .journal__info {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }
    .news-wrapper {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .news__single {
        width: auto;
        text-align: center;
        padding: 15px 0px;
    }
    .footer {
        position: initial;
        margin: 0;
    }
    .footer::after {
        display: none;
    }
    .footer__link {
        text-align: center;
    }
    .slider--about,
    .slider.slider--offer,
    .slider.slider--personnel,
    .slider--gallery,
    .slider--news,
    .slider--blog,
    .slider--contact,
    .slider--goclaw,
    .slider--srodmiescie {
        height: 320px;
    }
    .slider__section-title {
        margin-top: -100px;
    }
    .skills {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .skills__item,
    .levels-wrapper {
        width: auto;
    }
    .section__courses {
        padding: 20px 0px;
        background-image: none;
        background: #ff6100;
    }
    .section__title--courses,
    .section__title {
        margin-top: 50px;
    }
    .section__courses::after {
        display: none;
    }
    .about__text-wrapper--exams {
        margin: 0px;
    }
    .about__exams__table {
        width: 100% !important;
    }
    .section__levels {
        background-image: none;
        background: #74a212;
        padding: 25px 10px;
        margin-bottom: 0;
    }
    .levels__list__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    li.levels__list__item {
        margin: 20px 0px;
    }
    .levels__list__item-desc {
        width: 100%;
    }
    .personnel__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .person__personnel {
        width: auto;
        text-align: center;
    }
    .tabs {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form,
    .form__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .form__inputs-wrapper {
        width: 100%;
    }
    .form__input,
    .form__textarea {
        padding: 20px 0px;
        padding-left: 10px;
        margin-left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .form__textarea {
        margin-top: 10px;
        margin-left: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 150px;
    }
    .form__inputs p {
        display: none;
    }
    .form__button-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    span.wpcf7-form-control-wrap.message {
        width: 100%;
    }
    .form__textarea-wrapper {
        width: 100%;
    }
    .map__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 15px 0px;
    }
    .map__single-wrapper,
    .map__desc {
        width: 100%;
    }
    .map__desc {
        text-align: center;
        margin: 5px 0px;
    }
    .section__contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    .section__contact-info .contact-info {
        width: 100%;
    }
    .form__inputs-wrapper.form__inputs-first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    span.wpcf7-form-control-wrap.name {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    span.wpcf7-form-control-wrap.mail {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .goclaw footer::before {
        display: none;
    }
    .goclaw footer {
        position: initial;
    }
    .srodmiescie footer::before {
        display: none;
    }
    .srodmiescie footer {
        position: initial;
    }
    .facility__info {
        width: 100%;
    }
    .journal__info-text {
        text-align: center;
    }
    .section__button--journal {
        margin: 20px auto;
    }
    .menu__links{
        display: none;
    }
    .nav__hamburger{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .menu__links{
        display: none;
    }
    .nav__hamburger{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .slider__text {
        font-size: 20px;
        line-height: normal;
    }
    .theme-default .nivo-controlNav{
        display: none;
    }
    .nivo-caption .facility__single__button--slider{
        display: none !important;
    }
    .nivo-caption .facility__single__button--slider{
        display: none;
    }
    .menu {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu__logo {
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 20px;
        background: #fff;
    }
    .menu__links {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: auto;
        text-align: center;
        padding-left: 0;
    }
    .menu__wrapper {
        background: #3d4141;
        padding: 20px 0px;
        padding-top: 0;
    }
    .slider {
        height: auto;
    }
    .section,
    .about__text-wrapper--courses {
        width: auto;
        padding: 25px 10px;
    }
    .section__about {
        padding-top: 130px;
    }
    .facilites {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .facility__single {
        width: auto;
        height: 300px;
    }
    .facility__single__title {
        font-size: 32px;
        margin-top: 10%;
        margin-left: 20%;
    }
    .facility__single__button--left {
        margin-left: 39%;
        width: 100%;
    }
    .facility__info--right {
        margin-left: 0px;
    }
    p.facility__single__title.facility__single__title--right {
        margin-left: -20%;
    }
    button.facility__single__button.facility__single__button--right {
        margin-left: -100%;
    }
    .section__journal {
        width: 100%;
        height: 400px;
        padding: 0;
    }
    .journal--wrapper {
        background: #df2e34;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 20px 0px;
    }
    .journal__info {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }
    .news-wrapper {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .news__single {
        width: auto;
        text-align: center;
        padding: 15px 0px;
    }
    .footer {
        position: initial;
        margin: 0;
    }
    .footer::after {
        display: none;
    }
    .footer__link {
        text-align: center;
    }
    .slider--about,
    .slider.slider--offer,
    .slider.slider--personnel,
    .slider--gallery,
    .slider--news,
    .slider--blog,
    .slider--contact,
    .slider--goclaw,
    .slider--srodmiescie {
        height: 320px;
    }
    .slider__section-title {
        margin-top: -100px;
    }
    .skills {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .skills__item,
    .levels-wrapper {
        width: auto;
    }
    .section__courses {
        padding: 20px 0px;
        background-image: none;
        background: #ff6100;
    }
    .section__title--courses,
    .section__title {
        margin-top: 50px;
    }
    .section__courses::after {
        display: none;
    }
    .about__text-wrapper--exams {
        margin: 0px;
    }
    .about__exams__table {
        width: 100% !important;
    }
    .section__levels {
        background-image: none;
        background: #74a212;
        padding: 25px 10px;
        margin-bottom: 0;
    }
    .levels__list__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    li.levels__list__item {
        margin: 20px 0px;
    }
    .levels__list__item-desc {
        width: 100%;
    }
    .personnel__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .person__personnel {
        width: auto;
        text-align: center;
    }
    .tabs {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form,
    .form__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .form__inputs-wrapper {
        width: 100%;
    }
    .form__input,
    .form__textarea {
        padding: 20px 0px;
        padding-left: 10px;
        margin-left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .form__textarea {
        margin-top: 10px;
        margin-left: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 150px;
    }
    .form__inputs p {
        display: none;
    }
    .form__button-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    span.wpcf7-form-control-wrap.message {
        width: 100%;
    }
    .form__textarea-wrapper {
        width: 100%;
    }
    .map__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 15px 0px;
    }
    .map__single-wrapper,
    .map__desc {
        width: 100%;
    }
    .map__desc {
        text-align: center;
        margin: 5px 0px;
    }
    .section__contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    .section__contact-info .contact-info {
        width: 100%;
    }
    .form__inputs-wrapper.form__inputs-first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    span.wpcf7-form-control-wrap.name {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    span.wpcf7-form-control-wrap.mail {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .goclaw footer::before {
        display: none;
    }
    .goclaw footer {
        position: initial;
    }
    .srodmiescie footer::before {
        display: none;
    }
    .srodmiescie footer {
        position: initial;
    }
    .facility__info {
        width: 100%;
    }
    .journal__info-text {
        text-align: center;
    }
    .section__button--journal {
        margin: 20px auto;
    }
    .section__about__desc{
        padding: 0;
    }
}

@media only screen and (min-device-width: 1190px) and (max-device-width: 1500px) {
    .slider__text{
        font-size: 28px;
        line-height: normal;
    }
    .journal__info {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-top: 37%;
        margin-left: 60%;
    }
    .slider {
        height: 600px;
    }
    .section__about {
        padding-top: 0;
    }
    .menu,
    .section,
    .about__text-wrapper--courses,
    .levels-wrapper{
        width: 1170px;
    }
    .form__textarea-wrapper {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; 
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .section__courses,
    .section__levels,
    .section__journal{
        width: 100%;
    }
    .facility__single__title {
        margin-top: 75%;
    }
    .facility__single{
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9)
    }
    .slider{
        height: 600px;
    }
    .form__inputs {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
    }
    .form__inputs-wrapper {
        width: 100%;
    }
    .form__input {
        width: 99%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .form__textarea{
        margin-left: 0;
    }
    span.wpcf7-form-control-wrap.message {
        width: 99.5%;
    }
    .form__textarea{
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .theme-default .nivoSlider a{
        display: block !important;
    }
}
.theme-default .nivo-controlNav{
	position:relative;
	top:-100px;
}
.centered-text {
    vertical-align: bottom !important;
}

.centered-text h1{
    margin: 0;
}
.centered-text p {
    margin-bottom: 20px;
    margin-top: 0;
}

.slider--blog,
.slider--news,
.slider--gallery,
.slider--personnel,
.slider--offer,
.slider--about{
    height: 550px;
}

.grid.grid-pad.wcp-fgg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.column-7{
	width:83px;
}
.srodmiescie .goclaw-pricing-header td.column-1,.srodmiescie .goclaw-pricing-body td.column-1 {
    width: 370px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.section__gallery{
overflow: hidden;	
}
ul li.menu-item-488{
    background: #ffc601;
    padding: 0 15px;
    border-radius: 25px;	
}
.menu__list li.menu-item-488 a::after {
    position: relative;
    content: '';
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #3a538d;
}

.change_color_house:hover::before{
	content:url(/wp-content/uploads/2018/05/home.png);
	position:absolute;
	}
.change_color_fb:hover::before{
	content:url(/wp-content/uploads/2018/05/facebook-1.png);
	position:absolute;
	}
.change_color_yt:hover::before{
	content:url(/wp-content/uploads/2018/05/youtube2.png);
	position:absolute;
	}

ul li.menu-item-471 a:after,ul li.menu-item-475 a:after,ul li.menu-item-476 a:after{
	content:'';
	position:relative;
}
.facilites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    top: -98px;
}
.section__journal .section__title--about{
	    margin-top: -91px;
	}
.section__title:before{
	content:url(/wp-content/uploads/2018/05/icon__head.png);
	display:block;
}
.section__button--journal a{
	color: white;
    text-decoration: none;
}
.parent_about_text{
	text-align: left;
}
.skills__item__desc{
	color: #989898;
    font-weight: bold;
}
.parent_section__exams{
    background-image: url(/wp-content/uploads/2018/06/Tloonas.png);
	padding: 141px 0;
    margin-top: -279px;
    position: relative;
   
}
/*
.section__exams::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background: url(assets/images/white-bg.png);
}
*/
.section__levels{
	background-image: url(assets/images/levels-bg.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(35%, #74a212));
	background-image: url(assets/images/levels-bg.png), -webkit-linear-gradient(top, transparent 0%, #74a212 35%);
	background-image: url(assets/images/levels-bg.png), -o-linear-gradient(top, transparent 0%, #74a212 35%);
	background-image: url(assets/images/levels-bg.png), linear-gradient(to bottom, transparent 0%, #74a212 35%);
}
.parent_section__levels{
	position: relative;
    
    margin-top: -171px;
    padding-top: 4px;
}
.section__exams{
	padding: 93px 0px;
}
.page-template-page-about .section__exams p,.page-template-page-about .section__exams td{
	    color: white !important;
}
@media(max-width:767px){
	.goclaw-pricing-header{
		display:none;
	}
}
@media(min-width:768px){
	#tablepress-2 .row-1,#tablepress-2 .row-2{
		display:none;
	}
}
.page-template-page-work .news__single{
	    width: 80%;
	    margin: 30px auto !important;
}
.page-template-page-work p{
	margin:1px !important;
	display:block;
	width: 100%;
    text-align: center;
}
.cambridge img{
	text-align: center;
    margin: 0 auto 23px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 29%;
}
.page-template-page-work .news-wrapper{
	width: auto;
    padding: 0px 0;
}
.journal--maintext__yellow{
	color: #ffbd00;
}
section.journal--maintext{
	margin:70px 0 48px 0;
}
section.journal--maintext p{
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 375px;
    margin: auto;
    font-size: 17px;
    text-align: left;
    font-size: 17px;
}
@media(min-width:768px){
	section.journal--maintext p:nth-child(2){
	padding-left: 9px;
}
}

body.page-template-page-e-dziennik{
	background-image:url(/wp-content/uploads/2018/05/e-dziennik.png
	);
}
body.page-template-page-e-dziennik a,body.page-template-page-e-dziennik p,body.page-template-page-e-dziennik h3{
	color:white;
}
body.page-template-page-e-dziennik .section__title--edziennik{
    margin-top: 77px;	
}
.section__edziennik h3{
	margin:112px 0 30px 0;
}
body.page-template-page-e-dziennik form input{
    border: none;
    width: 237px;
    border-radius: 23px;
    margin: 7px;	
	font-size: 12px;
    padding: 7px 20px;

}
body.page-template-page-e-dziennik form button{
	width: 277px;
    border: none;
    background: #ffc601;
    border-radius: 23px;
    padding: 7px 20px;
    margin: 9px;
}
body.page-template-page-e-dziennik .lost__password{
	padding-top: 20px;
    display: block;
    text-decoration: none;
}
body.page-template-page-e-dziennik .lost__password:hover{
	text-decoration:underline;
}
.section__edziennik{
    margin-bottom: 343px;	
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  margin-left:5px;	
}
::-moz-placeholder { /* Firefox 19+ */
   color: black;
   margin-left:5px;
	padding-left:10px;
}
:-ms-input-placeholder { /* IE 10+ */
   color: black;
   margin-left:5px;	
}
:-moz-placeholder { /* Firefox 18- */
   color: black;
   margin-left:5px;	
}
.section{
    position: relative;
    z-index: 0;	

}
div.pp_pic_holder,div.pp_overlay{
display: none !important;
}

.person__personnel__text{

}
div.text{
	color:black;
	font-size:14px;
	text-align:justify;
	
	display:block;
}
.page-template-page-contact-php div.text:before{
	content: '';
    background-color: #eaeaeabf !important;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    overflow: hidden;
    z-index: -1;
    padding: 21px 0;
}

.page-template-page-contact-php footer{
	margin-top:299px;
}
.theme-default .nivo-controlNav a{
	
    background: url('/wp-content/uploads/2018/06/bullets.png') !important;
    background-repeat: no-repeat;
   }
.theme-default .nivo-controlNav a.active{
	background-position:0 -20px !important;
}
@media screen and (min-width: 1900px){
	.journal--wrapper{
		height:720px;
	}
	.journal__info{
		margin-left: 61%;
	}
	.section__button--journal{
		top: 50%;
	}
	.section__news{
		margin-top:235px;
	}
  }
@media(max-width:767px){
	.section__levels{
		margin-top: 60px;
	}
	.section__exams{
		padding: 47px 0px;
		margin-top: 200px;
	}
	.form__input{
		width:100%;
		-webkit-box-sizing:border-box;
		        box-sizing:border-box;
	}
	.section__edziennik{
		margin-bottom:100px;
	}
	
	
}
@media(max-width:1024px){
	.section__edziennik{
		margin-bottom:100px;
	}
	.menu__list{
		background-color:#3d4141;
	}
	.menu__list li a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #3d4141;
}
	.section__button--journal{
		position:initial;
	}	
	.section__journal{
		height:auto;
	}
	.journal--wrapper {
    background: #96beca;
	}
	.parent_section__exams{
		background-image:none;
		background-color:#ffca00;
		padding: initial;
        margin-top: auto;
		padding:0 10px;
	}
	.parent_section__levels{
	    margin-top: -12px;	
	}
}
.parent:focus-within .nav__hamburger__line--first{
	    -webkit-transform: translate3d(0,17px,0) rotate(-43deg);
	            transform: translate3d(0,17px,0) rotate(-43deg);	
	}
	.menu:focus-within .nav__hamburger__line--second{
		-webkit-transform: rotate(43deg);
		    -ms-transform: rotate(43deg);
		        transform: rotate(43deg);
	}
	.menu:focus-within .nav__hamburger__line--thrid{
		    display: none;
	}
@media(min-width:1501px) and (max-width:1920px){
	.slider {
    height: 653px;
}
	.section__journal{
	    height: 901px;	
	}
}
.gallery-first{
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-left:-40px;
}
@media(max-width:1024px){
	#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item{
		width:100% !important;
		margin:1px !important;
	}
	.rl-basicgrid-gallery{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
	}
	.gallery__wrapper ul{
		padding:0;
	}
	.gallery-item {
    display: block;
    float: left;
    margin: 0;
    margin-top: 6px;
    position: relative;
    height: 200px;
    width: 100%;
}
	.gallery-item img {
    display: block;
    width: 100%;
}
}
.single-post .section{
	text-align:left;
}
@media(min-width:768px){
	.menu__links{
		display:block;
	}
}
@media(min-width:1920px){
	.section__about{
		margin-top:133px;
	}
}
.page-template-page-work-php .slider__section-title{
	text-align:center;
}
.page-template-page-blog-php h1{
    width: 100%;
    font-size: 40px;
	
}
.courses__table__title courses__table--levels{
	text-align:center !important;
}
.page-template-page-personnel .alignright{
	float:right;
}
.page-template-page-personnel .alignleft{
	float:left;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    
}
.modal-dialog{
      overflow-y: initial !important
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0 60px 52px 60px;
    border: 1px solid #888;
    width: 91%;
	position:relative;
}

.modal-content .modal-header button.close{
	font-size: 63px;
    position: fixed;
    right: 0;
    top: 0;
   	
}
.modal-body{
	padding: 60px 30px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#modal-347 .modal-content{
    overflow: auto;
    height: auto;	
}
.modal{
	overflow: auto;
	position:fixed;
}
body.modal-open {
    /*overflow: hidden;*/
	position:relative;
    z-index:999999;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-animation:hide 1s forwards;
	        animation:hide 1s forwards;
	
}


.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
		
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    opacity: 1;
		
}
.menu_wrapper{
	 -webkit-transition: all 2s ease 1s;
    -o-transition: all 2s ease 1s;
    transition: all 2s ease 1s;
}
.menu-fixed-active{
    position: fixed;
    top: 0;
    bottom: inherit;
	z-index:1;


}

.menu-fixed-active {
    -webkit-animation: smoothScroll 1.5s forwards;
            animation: smoothScroll 1.5s forwards;
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
        -webkit-transition: all 2s ease 1s;
        -o-transition: all 2s ease 1s;
        transition: all 2s ease 1s;
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        -webkit-transition: all 2s ease 1s;
        -o-transition: all 2s ease 1s;
        transition: all 2s ease 1s;
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
        -webkit-transition: all 2s ease 1s;
        -o-transition: all 2s ease 1s;
        transition: all 2s ease 1s;
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        -webkit-transition: all 2s ease 1s;
        -o-transition: all 2s ease 1s;
        transition: all 2s ease 1s;
    }
}
.menu-start{
	-webkit-animation:hovermenu 1s forwards;
	        animation:hovermenu 1s forwards;
}
@-webkit-keyframes hovermenu {
	0%{
		-webkit-transform:translateY(0%);
		        transform:translateY(0%);
		-webkit-transition: all 2s ease 1s;
        -o-transition: all 2s ease 1s;
        transition: all 2s ease 1s;
	}
	100%{
		-webkit-transform:translateY(-100%);
		        transform:translateY(-100%);
		-webkit-transition: all 2s ease 1s;
        -o-transition: all 2s ease 1s;
        transition: all 2s ease 1s;
		
	}
}
@keyframes hovermenu {
	0%{
		-webkit-transform:translateY(0%);
		        transform:translateY(0%);
		-webkit-transition: all 2s ease 1s;
        -o-transition: all 2s ease 1s;
        transition: all 2s ease 1s;
	}
	100%{
		-webkit-transform:translateY(-100%);
		        transform:translateY(-100%);
		-webkit-transition: all 2s ease 1s;
        -o-transition: all 2s ease 1s;
        transition: all 2s ease 1s;
		
	}
}
.page-template-page-personnel button[type="button"]{
	background: none !important;
    border: none !important;
}
.page-template-page-personnel button[type="button"]:hover{
	cursor:pointer;
}
.page-template-page-personnel article.art,.modal-content p{
	text-align:justify;
	
}
.page-template-page-personnel img.alignleft{
	margin-right:20px;
	display:block;
}
.modal-content{
min-height: 272px;	
}
@media(min-width:1025px){
	.menu__links{
		display:block !important;
	}
}
@media(max-width:1024px) and (orientation:portrait){
	.modal-content .modal-header button.close{
	    top: -17px;	
	}
}
@media(max-width:1024px){
	.menu__links{
        display: none;
    }
	
	.modal-content{
	    padding: 0 20px 41px 20px;	
		margin:0 auto 100px auto;
	}	
	.modal-dialog img{
		width:100%;
		height:auto;
	}
	.modal-content h2 span{
		display:block;
		margin-top:15px;
	}
}
.page-template-page-personnel .modal-footer button[type=button]{
	margin-top:30px;
	border:1px solid #e52424 !important;
	padding:10px;
	-webkit-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	transition:background 0.5s ease;
}
.page-template-page-personnel .modal-footer button[type=button]:hover{
	background:#e52424 !important;
	color:white !important;
}
.page-template-page-personnel .modal-header button.close:hover{
	color:#e52424 !important;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}
}
button[type="submit"]:hover{
	cursor:pointer;
}
.metaslider{
	position:relative;
	z-index:1;
}
.display__menu{
	opacity:0;
}
.add__menu{
	display:block;
}
.footer {
    position: relative;
    background: #ffc601;
    padding: 50px;
    margin-top: 170px;
    z-index: 0;
	
}
.footerhide{
	-webkit-animation: footerhide 1s forwards;
	        animation: footerhide 1s forwards;
	
}
@-webkit-keyframes footerhide{
	from{
		opacity:1;
		-webkit-transition:all 1s ease 1s;
		-o-transition:all 1s ease 1s;
		transition:all 1s ease 1s;
	}
	to{
			opacity:0;
		        transform:translateY(1000%);
		-webkit-transition:all 1s ease 1s;
		-o-transition:all 1s ease 1s;
		transition:all 1s ease 1s;
	}
}
@keyframes footerhide{
	from{
		opacity:1;
		-webkit-transition:all 1s ease 1s;
		-o-transition:all 1s ease 1s;
		transition:all 1s ease 1s;
	}
	to{	opacity:0;
		-webkit-transition:all 1s ease 1s;
		-o-transition:all 1s ease 1s;
		transition:all 1s ease 1s;
	}
}
@media(max-width:767px){
	.single-post .about__text-wrapper p{
		text-align:left;
	}
	.page-template-page-about .about__text-wrapper p,.page-template-page-about .levels__list__item-desc,.page-template-page-about .levels__list__item{
		text-align:left;
	}
	.menu-fixed-active{
		position:relative;
	}
.news__single__content {
    font-size: 15px;
    letter-spacing: 0.75px;
    margin: 20px 0;
    word-wrap: break-word;
    text-align: left !important;
}	
	.about__text-wrapper p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	text-align: left !important;
}
	.facility__single {
    width: auto;
    height: 175px;
    margin: 50px 0 !important;
}
	.facilites {
 
    position: relative;
    top: -55px !important;
}
	.facility__single__title {
   
    margin-top: 28% !important;
	}

div.text{
	color:black;
	font-size:14px;
	text-align: left !important;
	
	display:block;
}
.page-template-page-personnel article.art,.modal-content p{
	text-align: left !important;
	
}
	
}

.op_footer {
    text-align:center;
}

.nag__h1--pop{
	font-size: 25px !important;
	margin-left: 0 !important;
}

/* submenu */
@media (min-width: 481px){
    
    .menu-item-has-children .sub-menu{
    position:absolute;
    background: white;
    color:black;
    list-style:none;
    padding: 0;
    display:none;
}


.menu-item-has-children .sub-menu a{
     color:black;
    padding: 15px 10px;
    
}

.menu-item-has-children:hover .sub-menu{
    display:block;
}

    .menu-item-has-children{
    margin-right: 5px !important;
}


.menu-item-has-children > a::before{
    position: absolute;
  top: 20px;
    left: 50px;
        content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
    right: 0;
}
}

@media (max-width: 481px){
 .arrow {
  position: absolute;
  top: 157px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  clear: both;
    left:245px
}
    

.menu-item-has-children .sub-menu{
     display:none;
}
    
    .menu-item-has-children .sub-menu.active{
    list-style:none;
    padding: 0;
    display:block;
    width:150px;
    }
    
    .menu-item-has-children .sub-menu a{
        width: 100%;
        text-align:center;
    }
    
}
