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


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


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


body{
    font-family:'Carlito';
    font-size: 20px;
}

div#statement {
  width: calc(100% - 20px);
  padding: 15px 10px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: rgb(208, 35, 35,0.95);
  margin: 0 0 10px;
	display:none;
	position:fixed;
	top:0;
	transition:1s;
	z-index:5;
	text-align:center;
}



body.bg {
    background: #ededed;
}
div#popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(250, 252, 253, 0.85);
    z-index:1000;
		transition:0.5s;
}

.inpu {
    max-width: 600px;
    margin-left: calc(50% - 350px);
    /* text-align: center; */
    margin-top: calc(50vh - 69px);
    /* display: flex; */
    /* align-items: center; */
    /* width: calc(100% - 100px); */
    /* justify-content: center; */
    text-align: center;
    padding: 0 50px;
    /* flex-wrap: wrap; */
    /* align-content: center; */
    width: calc(100% - 100px);
    float: left;
}
.home .close {
    float: right;
    max-width: 40px;
    cursor:pointer;
    cursor:hand;
    margin-bottom: 10px;
}

.text {
    width: 100%;
    float: left;
    font-size: 25px;
}

.close img {
    max-width: 100%;
}
b{
    font-family:Carlito-Bold;
}

.xx {
    max-width: 1920px;
    margin: 0 auto;
}

.pasek-gora {
    height: 70px;
    background: rgba(248, 248, 248, 0.9);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.logo {
    /* position: absolute; */
    /* left: 150px; */
    width: 120px;
    margin: 6px 0px;
    margin-left: 50px;
}

.logo img {
    width: 100%;
}

.menu {
    /* position: absolute; */
    /* right: 150px; */
    width: 680px;
    float: right;
    margin-top: -70px;
    margin-right: -20px;
}

.menu ul {
    width: 100%;
    float: left;
}

.menu ul li {
    display: inline-block;
    padding: 21.5px 15px;
}

.menu ul li:last-child{
    padding-right:0px;
}

.menu ul li a{
    color: #606261;
    font-weight: bold;
    transition:0.4s;
}

.menu ul li a:hover{
    color:#bcd236;
    transition:0.4s;
}

.menu li a.active {
    color: #bcd236;
}

.baner {
    width: 100%;
    height: 500px;
}

.baner.home{
    background: url(../img/tlo-home.jpg) no-repeat left center / cover;
    height: 700px;
}

.baner.zapisy{
    background: url(../img/zapisy-bg.jpg) no-repeat center top / cover;
}
.baner.wycena{
    background: url(../img/wycena-bg.jpg) no-repeat center top / cover;
}

.baner.ceny{
    background: url(../img/ceny-bg.jpg) no-repeat center bottom / cover;
    margin-bottom: 0;
}


.baner.egzaminy{
    background: url(../img/egzaminy-bg.jpg) no-repeat center top / cover;
    margin-bottom: 0;
}

.baner.o-nas{
    background: url(../img/onas-bg.jpg) no-repeat center bottom / cover;
    margin-bottom: 0;
}

.baner.pokazowe{
    background: url(../img/pokazowe-bg.jpg) no-repeat center top / cover;
    margin-bottom: 0;
}

.o-nas {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.baner img {
    width: 100%;
}

.ob {
    max-width: 1300px;
    margin: 0 auto;
}

.loga {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.cambridge {
    width: 50%;
    float: left;
    text-align: center;
}

.zalety {
    width: calc(100% - 60px);
    float: left;
    margin: 50px 30px 0px;
}

.zalety h1 {
    width: 100%;
    text-align: center;
    font-family: Oswald-Bold;
    color: #637888;
    font-size: 38px;
}

.polowka {
    float: left;
    width:calc(50% - 20px);
    padding-left:20px;
    margin-top: 20px;
}

.polowka.tar {
    padding-right: 20px;
    padding-left:0;
    text-align:right
}

.polowka.tar li p{
    text-align:right;
}

.polowka ul li {
    width: 100%;
    float: left;
    color: #606261;
    padding: 10px 0px;
}

.polowka ul li p{
    color: #637888;
    font-family: Carlito-Bold;
}

.polowka ul li p a{
    color: #637888;
}
li a.min {
    color: #606261;
}

.boczny-pasek-top {
    width: 140px;
    margin-top: 100px;
    float: right;
}

.wybor{
     height: 40px;
     padding: 5px 20px;
     border-left:1px solid transparent;
     border-top-left-radius: 20px;
     border-bottom-left-radius: 20px;
     margin-bottom:10px;
     float:right;
     font-size: 18px;
     transition: 0.2s;
}

.wybor a {
    color: #fff;
}


.logowanie{
    width: 160px;
    background: #dcbb36;
    padding-right: 0px;
}

.test{
    width: 120px;
    background:#bbd337;
}

.fb{
    width: 30%;
    background:#5379ce;
}

.yt{
    width: 20px;
    background: #d32323;
}

.wybor img{
    width:40px;
    float: left;
    margin: 0px 15px 5px 0px;
}

.logowanie p,
.test p{
    color:#fff;
    padding-top: 10px;
    float:left;
    font-family: Carlito-Bold;
}

.logowanie p {
    text-align: right;
    width: calc(100% - 80px);
}

.wybor:hover {
    transition: 0.2s;
    padding-left: 25px;
}

.wybor.test img {
    width: 20px;
    margin: 3px 15px 0px 0px;
}

.wybor.fb img {
    width: 25px;
    padding-top: 9px;
    margin-left: 10px;
}

.wybor.yt p {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    margin-top: 10px;
    margin-left: 5px;
}

.test p {
    width: calc(100% - 35px);
}



/* slider */


#slider{
    margin:50px 0px;
    float:left;
    width: 100%;
    transition:0.5s;
    position: relative;
    height: 400px;
    left: 0;
    z-index: -1;
}

li.slide{
    position:absolute;
    /* left:0; */
    max-width: 1920px;
    height:400px;
    opacity:0;
    z-index:1;
    transition:1s;
    width: 100%;
}
.slide a {
    width: 100%;
    float: left;
    height: 100%;
}

li.slide.showing{
    opacity:1;
    z-index:2;
    transition:1s;
}

#slider li p {
    position: relative;
    top: 290px;
    text-align: center;
    width: 100%;
    float: left;
    color:#fff;
    font-size: 38px;
    font-family: Oswald-Bold;
}

.slide:nth-of-type(1) {
    background: url(../img/slide1.jpg?v=12) no-repeat top left / cover;
    background-position:80% 0%;
}
.slide:nth-of-type(2) {
    background: url(../img/slide2.jpg?v=12) no-repeat top left / cover;
    background-position:80% 0%;
}
.slide:nth-of-type(3) {
   background: url(../img/slide3.jpg?v=12) no-repeat top left / cover;
   background-position: 50% 0;
}
.slide:nth-of-type(4) {
   background:url(../img/slide4.jpg?v=12) no-repeat top left / cover;
   background-position: 42% 0%;
}
.slide:nth-of-type(5) {
    background:url(../img/slide5.jpg?v=12) no-repeat top right / cover;
    background-position:20% 0%;

}
.slide:nth-of-type(6) {
    background:url(../img/slide6.jpg?v=12) no-repeat top right / cover;
    background-position:20% 0%;
}



.o-szkole {
    width: calc(100% - 60px);
    float: left;
    margin: 0px 30px;
}

.o-szkole .polowka p {
    text-align: justify;
    padding-bottom:20px;
    font-size: 18px;
    color: #606261;
}

#opinie {
    width: 100%;
    float: left;
    height: 750px;
    background-image:url(../img/opinie-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 40px;
}

#opinie h2 {
    width: calc(100% - 60px);
    text-align: center;
    float: left;
    margin: 50px 0px;
    color: #b8cd35;
    font-family: Oswald-Bold;
    font-size: 38px;
    padding: 0px 30px;
}

.cytat {
    width:33.3%;
    float: left;
    background:url(../img/cytat.png);
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
}

.cytat p {
    width:calc(100% - 180px);
    padding:0px 90px;
    text-align:center;
    height: 400px;
    vertical-align: middle;
    display: table-cell;
    color: #606261;
}

.footer {
    width: 100%;
    float: left;
    border-top: 1px solid #d1d1d1;
    background: -webkit-linear-gradient(#fff, #ececec);
    background: -o-linear-gradient(#fff, #ececec);
    background: -moz-linear-gradient(#fff, #ececec);
    background: linear-gradient(#fff, #ececec);
}

.footer.innetlo{
     background: -webkit-linear-gradient(#f4f4f4, #ececec);
    background: -o-linear-gradient(#f4f4f4, #ececec);
    background: -moz-linear-gradient(#f4f4f4, #ececec);
    background: linear-gradient(#f4f4f4, #ececec);
}

.info {
    width: calc(33.3% - 40px);
    float: left;
    margin: 50px 20px;
}

.info p span,
.info p a {
    color: #c5c5c5;
    font-family:Carlito-Bold;
    font-size: 18px;
}

.info p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #606261;
}

.info p.right,
.info p.faq {
    text-align: right;
}

.info p.faq a {
    color: #b3c833;
}

.info p.faq{
    color: #b3c833;
    text-decoration:underline;
    margin-top: 20px;
    float: right;
    font-size: 18px;
}

.icon {
    text-align: right;
    margin-bottom: 55px;
}

.icon img{
    width:40px;
    margin-top: 10px;
    margin-left: 20px;
}

img.lion {
    width: 100px;
}

.info span.reg,
.info span.reg a {
    font-family: Carlito;
}

.flagi{
    background: -webkit-linear-gradient(#fff, #f4f4f4);
    background: -o-linear-gradient(#fff, #f4f4f4);
    background: -moz-linear-gradient(#fff, #f4f4f4);
    background: linear-gradient(#fff, #f4f4f4);
    width: 100%;
    float: left;
    padding: 70px 0px;
    height: auto;
}

.flagi h1 {
    margin: 100px 0px 50px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 38px;
    font-family: Oswald-Bold;
    color: #637888;
}

.jezyk {
    width: calc(33.3% - 60px);
    float: left;
    margin: 0px 30px 20px;
}

.jezyk img {
    width: 100%;
    height: 180px;
    -webkit-box-shadow:1px 1px 5px 4px rgba(189, 189, 189, 0.4);
    -moz-box-shadow: 1px 1px 5px 4px rgba(189, 189, 189, 0.4);
    box-shadow: 1px 1px 5px 4px rgba(189, 189, 189, 0.4);
    cursor:hand;
    cursor:pointer;
    transition:0.5s;
}

.jezyk img:hover{
    width:95%;
    margin-left:2.5%;
    transition:0.5s;
}

.jezyk p {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    font-family: Carlito-Bold;
}

.jezyk p.ang {
    color: #cf142b;
}

.jezyk p.hisz {
    color: #fcdd09;
}

.jezyk p.niem {
    color: #000;
}

.jezyk p.fra {
    color: #002395;
}

.jezyk p.wlo {
    color: #009246;
}

.jezyk p.nid {
    color: #ae1c28;
}

.jezyk p.chi {
    color: #de2910;
}
.pasek-gora.bg {
    background: #f8f8f8;
}

.klikniety {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(236, 236, 236, 0.9);
    z-index: -1;
    opacity:0;
    transition:0.5s;
    text-align: center;
    overflow: scroll;
}

div#wybrany {
    margin-top: 25vh;
    text-align: center;
}

div#wybrany img {
    width: 150px;
}

.klikniety h2 {
    text-align: center;
    width: 100%;
    float: left;
    font-family:Oswald-Bold;
    font-size:38px;
    color:#637888;
    letter-spacing:-2px;
    margin-top: 40px;
}

.kat {
    max-width: 850px;
    margin: 0px auto;
}

.klikniety p {
    background: #8393a2;
    width: calc(33.3% - 20px);
    float: left;
    margin: 40px 10px;
    padding: 12px 0px;
    border-radius: 20px;
    cursor:hand;
    cursor:pointer;
    color:#fff;
    height:20px;
    line-height: 23px;
    transition:0.8s;
}

.klikniety p:hover{
    background:#bbd236;
    transition:0.8s;
}


.half p.color {
    color: #bbd236;
    padding-top: 20px;
}

.half {
    width: calc(50% - 60px);
    padding: 0px 30px;
    float: left;
}

.angielski,
.admin {
    padding: 70px 0px;
    width: 100%;
    float: left;
    background: #fff;
}

.half img {
    max-width: 100%;
    margin-top: 7px;
    margin-bottom: 5px;
}

.angielski h1,
.angielski h2,
.admin h1 {
    width:100%;
    float:left;
    font-size: 38px;
    font-family: Oswald-Bold;
    text-align: center;
    color: #bbd236;
    letter-spacing: -2px;
    margin: 50px 0px 50px;
}

.admin h1{
    margin-top:0px;
}

.half p {
    text-align: justify;
    padding-bottom: 20px;
    color: #606261;
}

.zapisy h1,
.cenyob h1,
.kontakt h1,
.egzaminy h1,
.o-nas h1,
.gallery h1,
.gal-hal h1,
.faq h1,
.faq h2,
.aktualnoscib h1,
.lektorzydiv h1,
.cenyob h2{
    font-family: Oswald-Bold;
    color: #bbd236;
    font-size: 38px;
    text-align: center;
    margin: 30px 0px 50px;
    letter-spacing: -2px;
    float: left;
    width: calc(100% - 40px);
    padding: 0px 20px;
}

.cenyob h2{
    color:#637888;
}

.ob h2.col {
    color: #bbd236;
}


.bolce,
.bolec{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.bolce p,
.bolec p{
    width:calc(50% - 10px);
    float: left;
    text-align: center;
    background: #8393a2;
    padding: 10px 0px;
    border-radius: 20px;
    color:#fff;
    transition:0.8s;
    cursor:hand;
    cursor:pointer;
    margin-right: 10px;
}

.bolce p.r{
    margin-left:10px;
    margin-right: 0;
}

.bolec p{
    width: 50%;
    margin:0px 25%;
}

.bolce p:hover,
.bolec p:hover{
    background:#bbd236;
    transition:0.8s;
}

.cenyob {
    width: 100%;
    float: left;
    padding-bottom: 80px;
    background: #fff;
}

.kontakt,
.aktualnoscib {
    margin-top: 100px;
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.aktualnoscib{
    margin-top:40px;
    margin-bottom: 0;
}
.setka {
    width: 100%;
    float: left;
    margin-bottom: -6px;
}

.setka iframe {
    width: 100%;
    height: 400px;
}

.half p span {
    color: #637888;
    font-family: Carlito-Bold;
}

.half p span.other{
    color:#bbd236;
    font-family:Carlito

}

.half.mt {
    margin-top: 5px;
}

.egzaminy{
    width: calc(100% - 20px);
    float:left;
    padding: 0px 10px;
    margin-bottom: 90px;
}

.egzamin,
.pytanie {
    width: calc(100% - 40px);
    float: left;
    padding: 0px 20px;
}

.opis-egzaminu,
.odpowiedz {
    float: left;
    width: 100%;
    background: #ebf1c3;
    color: #606261;
    max-height: 0;
    overflow: hidden;
}

.opis-egzaminu p,
.odpowiedz p{
    width: calc(100% - 50px);
    padding: 10px 20px;
    text-align: justify;
}

.odpowiedz ul li {
    margin-left: 50px;
    width: calc(100% - 50px);
    list-style-type: disc;
}

.egzamin h2,
.egzamin h3,
.pytanie h2,
.pytanie h3,
.pytanie h4{
    color: #637888;
    font-family: Carlito-Bold;
    margin: 10px 0px;
    width: 170px;
    cursor: hand;
    cursor: pointer;
    transition:0.7s;
    font-size: 20px;
    text-align: left;
    letter-spacing: normal;
}

.pytanie h2,
.pytanie h3,
.pytanie h4{
    width:100%;
    padding: 0;
}

.pytanie a{
    font-weight: bold;
    color: #606261;
}


.egzamin a{
    color:#bbd236;
}

.egzamin h2:hover,
.egzamin h3:hover,
.pytanie h2:hover,
.pytanie h3:hover,
.pytanie h4:hover{
    color:#bbd236;
    transition:0.7s;
}

.wybor.aktualnosci, .wybor.lektorzy, .wybor.galeria, .wybor.faq, .wybor.polityka{
    color: #fff;
    background: #8393a2;
    text-align: right;
    transition:0.7s;
}

.wybor.polityka {
    width: 190px;
}

.wybor.aktualnosci p, .wybor.lektorzy p, .wybor.galeria p, .wybor.faq p, .wybor.polityka p{
    padding: 10px 25px 10px 0px;
}

.wybor.aktualnosci:hover,
.wybor.lektorzy:hover,
.wybor.galeria:hover,
.wybor.faq:hover,
.wybor.polityka:hover{
    background: #bbd236;
    transition:0.7s;
    padding-left:20px;
}


.wybor.aktualnosci{
    width: 140px;
}

.wybor.lektorzy{
    width:100px;
}

.wybor.galeria{
    width:80px;
}

.wybor.faq{
    width:60px;
    float: right;
}

.box{
    height: 380px;
    width: 33.3%;
    float: left;
    margin: 30px 0px;
}

.box.ziel{
    background: url(../img/ramka-zielona.png) no-repeat center top;
}

.box.nieb{
    background: url(../img/ramka-niebieska.png) no-repeat center top;
    background-size: contain;
}


.box.pom{
    background: url(../img/ramka-pomarancz.png) no-repeat center top;
}

.box p {
    width: calc(100% - 160px);
    padding:0px 80px;
    text-align:justify;
    height: 380px;
    vertical-align: middle;
    display: table-cell;
    color: #606261;
}

.box.ziel span{
    color: #b2d236;
    font-family: Carlito-Bold;
     width: 100%;
    float: left;
}

.box.pom span{
    color: #dbbc36;
    font-family: Carlito-Bold;
    width: 100%;
    float: left;
}

.box.nieb span{
    color: #8293a0;
    font-family: Carlito-Bold;
     width: 100%;
    float: left;
}

.half p a {
    font-family: Carlito-Bold;
    color: #606261;
    transition:0.7s;
}

.half p a:hover{
    color:#bbd236;
    transition:0.7s;
}

table {
    border-collapse: collapse;
    width: calc(100% - 40px);
    float: left;
    color: #606162;
    margin: 0px 20px;
}

table.admin tbody tr:hover{
    background:none;
}


a.del {
    color: red;
    cursor:hand;
    cursor:pointer;
}
.wydarzenia {
    width: 40%;
    float: left;
}

.move-gal {
    width: 60%;
    float: left;
}

.wydarzenie,
.faq {
    width: 100%;
    float: left;
}


.faq{
    margin-bottom:80px;
}

.wydarzenie p {
    background: #8393a2;
    margin: 0px 15% 20px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    padding: 15px 10px;
    transition:0.7s;
}

.wydarzenie p:hover{
    background:#bbd236;
    transition:0.7s;
}

.move-gal iframe {
    width: 100%;
    height: 380px;
}

.gallery {
    width: 80%;
    float: left;
    margin: 40px 10% 60px;
}

.move-gal p {
    padding: 10px 0px;
    width: 100%;
    float: left;
    color: #606261;
    text-align: justify;
}

.gal-hal{
    width:calc(100% - 100px);
    float:left;
    margin: 80px 50px;
}



.images {
    width: 100%;
    float: left;
}

.images img {
    width:calc(25% - 2px);
    float:left;
    padding: 1px;
    cursor: hand;
    cursor: pointer;
}


div#bigphoto {
    transition:1s;
    max-width: 100vw;
    max-height:100vh;
    height:100vh;
    width:100vw;
    vertical-align:middle;
    display:table-cell;
    text-align:center;
}


div#bigphoto img{
    max-height:80vh;
    vertical-align:middle;
    max-width:100%;
}


button#close {
    position: fixed;
    right: 20px;
    top:20px;
    background: none;
    border: 0;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    cursor:pointer;
    z-index:999999;
    outline: none;
    width: 40px;
}

button#close img {
    width: 30px;
}

#lgb{
    opacity:0;
    transition:0.5s;
    background-color: rgba(35, 32, 32, 0.8);
    position:fixed;
    z-index:-1;
    height:100%;
    width:100%;
}


.lektorzydiv {
    color: #606162;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.tekst {
    width: calc(100% - 40px);
    float: left;
    margin: 0px 20px;
}

.tekst ul{
    margin:20px 20px;
    width:calc(100% - 40px)
}

.tekst li {
    list-style-type: disc;
    color: #bbd236;
}

.tekst li p {
    color: #606261;
}

.tekst p span {
    font-weight: bold;
    font-style: italic;
}

.lek-gal {
    width: calc(100% - 40px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px;
}

.lek {
    width: 25%;
    float: left;
    text-align: center;
    margin: 40px 0px;
    cursor: hand;
    cursor: pointer;
}

.lek ul{
    display:none;
}

.lek img {width: 80%;margin: 0px 10%;}

.lek p.imie {
    width: 213px;
    float: left;
    text-align: left;
    position: relative;
    margin: -15px 0px 0px;
    left: 31px;
    height: auto;
    background: #f6f6f6;
    padding: 20px 20px 16px;
    font-family: Carlito-Bold;
    line-height: 1;
    :
}

.lek p.imie.big {
    /* height: auto; */
}

.lek p {
    /* float: left; */
    text-align: justify;
    width: 100%;
    color: #606261;
}

.lek span{
    height: 80px;
    float: left;
    margin-top: -100px;
    position: relative;
    width: 100%;
}


#wybrany span{
    height: 50px;
    width: 60px;
    position: absolute;
    margin-top: 155px;
    margin-left: -30px;
}

.opis ul {
    margin-top: 10px;
    float: left;
}

.opis li {
    width: calc(100% - 40px);
    list-style-type: disc;
    color: #bbd236;
    float: left;
    margin: 10px 20px;
}


#wybrany span.eng{
    background: url(../img/ang.png) no-repeat right top;
    background-size:cover;
}

#wybrany span.esp{
    background: url(../img/hisz.png) no-repeat right top;
    background-size:cover;
}

#wybrany span.fre{
    background: url(../img/fra.png) no-repeat right top;
    background-size:cover;
}


#wybrany span.de{
    background: url(../img/niem.png) no-repeat right top;
    background-size:cover;
}


#wybrany span.ita{
    background: url(../img/wlo.png) no-repeat right top;
    background-size:cover;
}

.lek span.eng{
    background: url(../img/ang.png) no-repeat right top;
}

.lek span.esp{
    background: url(../img/hisz.png) no-repeat right top;
}

.lek span.fre{
    background: url(../img/fra.png) no-repeat right top;
}


.lek span.de{
    background: url(../img/niem.png) no-repeat right top;
}


.lek span.ita{
    background: url(../img/wlo.png) no-repeat right top;
}


th {
    text-align: center;
}

tr,
th {
    border: 1px solid #dcdcdc;
    padding: 10px;
    vertical-align: middle;
    transition:0.7s;
}

tbody tr:hover{
    background:#bbd236;
    transition:0.7s;
}

tbody tr:hover td.nobg,
tbody tr td.nobg{
    background:#fff;
}

thead {
    background: #f6f6f6;
}

.cenyob table td {
    text-align: center;
    border: 1px solid #dcdcdc;
    padding: 5px 0px;
    vertical-align: middle;
}

.znizki {
    float: left;
    width: calc(100% - 60px);
    margin: 0px 20px 0 40px;
}


.pol.l {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
}

.pol.r {
    width: calc(50% - 20px);
    float: left;
    margin-left: 20px;
}

.pol.l li,
.pol.r li {
    list-style-type: disc;
    color: #bbd236;
}

.pol.l li p,
.pol.r li p{
    color:#606162;
}

.znizki p.pad {
    margin: 40px 0px;
    float: left;
    color: #606162;
    width: 100%;
}

.harmonogram {
    width: calc(100% - 60px);
    float: left;
    margin: 50px 30px;
    color: #606162;
}

.harmonogram p.tyt {
    margin: 20px 0px;
    font-family: Carlito-Bold;
}

.harmonogram ul li {
    list-style-type: disc;
    color: #bbd236;
}

.harmonogram ul li p{
    color:#606162;
}

.harmonogram ul{
    margin:0px 20px;
    width:calc(100% - 40px);
}

.katdwie p {
    width: calc(50% - 20px);
}

.katdwie {
    max-width: 640px;
    margin:0 auto;
}



#slider nav {
    position: relative;
    width: 100%;
    top: 165px;
    z-index: 3;
}

#slider button{
    background:none;
    border:0px;
    outline:0;
    position: absolute;
    width: 40px;
    cursor:pointer;
    cursor:hand;
}

#slider button#left{
    left: 10px;
}

#slider button#right{
    right: 10px;
}



/* test online */


input[type="radio"] {
    margin-right: 10px;
}

label:nth-child(2) {
    margin-bottom: 50px;
}

label:nth-child(1){
    margin-bottom:15px;
}



.test-kwalifikacyjny {
    width: 100%;
    float: left;
	background:#fff;
}

.test-kwalifikacyjny h2 {
    font-size: 38px;
    margin: 40px 0px 50px;
    text-align: center;
    color: #bbd236;
    font-family: Oswald-Bold;
    width: calc(100% - 40px);
    float: left;
    padding: 0px 20px;
}
.da {
    width: 100%;
    float: left;
}

.da label {
    width: 50%;
    float: left;
}

div#formularz-test {
    max-width: 630px;
    margin: 0 auto;
}

.test-kwalifikacyjny input[type="txt"] {
    float: right;
    border: 0;
    border-bottom: 2px solid #606162;
    outline:none;
    width: 280px;
    font-size: 20px;
    color: #606162;
    padding: 0;
}

.iin {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

form p {
    width: 100%;
    float: left;
    margin: 25px 0px;
}

form p span{
    width: 190px;
    border-bottom: 2px solid #606162;
    height:2px;
    display: inline-block;
}

form {
    width: calc(100% - 60px);
    float: left;
    color: #606162;
    margin: 0px 30px;
}

.contact .half form p.mini{
  font-size:16px;
  margin-bottom:10px;
  width:100%;
  float:left;
  
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
.container{

  display: block;
  position: relative;
  height: auto;
  width: 100%;
  float: left;
}

.zadanie {
    float: left;
    width: 100%;
}

.container ul{
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.zadanie ul li{
  color: #606162;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.zadanie ul li label{
  display: block;
  position: relative;
  padding: 0px 0px 0px 30px;
  margin: -7px 0px 0px;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}


.zadanie ul li .check{
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}


.zadanie ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: -1px;
  left: -1px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 2px solid #bbd236;
}

input[type=radio]:checked ~ .check::before{
  background: #bbd236;
}



input[type="submit"] {
    border:0;
    outline:none;
    width: 240px;
    border-radius: 20px;
    padding: 15px;
    color:#fff;
    background:#8393a2;
    margin: 20px;
    font-size: 18px;
    cursor:hand;
    cursor:pointer;
    transition:0.7s;
}


input[type="submit"]:hover {
    background:#bbd236;
    transition:0.7s;
}

.but {
    text-align: center;
    width: 100%;
    float: left;
    margin: 40px 0px;
}

#imenu{
    display:none;
}

.ob.min {
    max-width: 650px;
}

.aktu {
    width: calc(100% - 40px);
    padding: 0px 20px;
    float: left;
    margin-bottom: 50px;
    color: #606261;
}

.aktu h2 {
    color: orange;
}

.aktu p {
    padding: 10px 0px;
    text-align: justify;
    width: 100%;
    float: left;
}

.aktu p a {
    color: #ffab5a;
}

.aktu p.wiecej a {
    color: #bbd236;
}

.aktu img {
    max-width: 100%;
    margin-top: 20px;
    width:  100%;
}

.aktu ul li {
    float: left;
    width: 100%;
    padding: 5px 0px;
    text-align: justify;
}

.aktu ul {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

table tbody tr.s{
    height:100px;
}

.pdf{
    display:none;
}

.o-nas .box p a {
    color: #b2d134;
}


.o-nas .box p i{
    font-style:italic;
    font-family:Carlito-Bold;
}


div#error {
    width: 100%;
    float: left;
}

#error p {
    color: #ff5555;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    font-size: 30px;
}

table.admin td {
    text-align: center;
    padding: 5px 0px;
    /* border: 1px solid #bbd236; */
}

.dodatki p {
    float:  left;
    width:  100%;
}


.dodatki {
    float:  left;
    width: 100%;
    margin: 0 0 50px;
}

.dodatki li {
    padding: 5px 0;
}

.dodatki ul {
    margin: 30px 0 15px;
    float:  left;
}

.dodatki iframe {
    float:  left;
    width: 530px;
    height:  400px;
    margin-left: calc( 50% - 265px);
    margin-top: 40px;
}
.info p a.black {
    color: #606261;
    font-family: Carlito;
    text-decoration:underline;
}

.contact label {
    width: 100%;
    float: left;
    margin: 0 0 5px;
}
.contact .half form p {
    padding: 0;
    margin: 0 0 3px;
    font-size: 18px;
}

.contact input, .contact textarea, .contact input[type="number"] {
    width: calc(100% - 20px);
    margin: 0 0 10px;
    padding: 10px;
    outline: none;
    border: 1px solid #bbd236;
    font-family: Carlito;
    font-size: 18px;
    color: #637888;
}

.contact textarea {
    min-height: 130px;
    max-width: calc(100% - 20px);
    min-width: calc(100% - 20px);
}

form h2 {
    margin-bottom: 20px;
    color: #637888;
    font-family: Carlito-Bold;
    font-size: 25px;
}
.im {
    float: left;
    text-align: center;
    width: 100%;
}

.im p {
    text-align: center;
}

.im img {
    max-width: 580px;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
}


/******** responsywnosc *******/

@media screen and (max-height: 950px) {
    .klikniety p.lektor{
        top:19vh !important;
    }

}

@media all and (max-width:1310px){
    .lek{
        width:33.3%;
    }

    .lek p.imie{
    width: calc(80% - 40px);
    margin: -15px 10% 0px;
    left: 0;
    }

    .cytat p{
        font-size:18px;
        height: 360px;
    }

    .box{
        width: calc(50% - 40px);
        padding: 0px 20px;
    }

    .box p{
        font-size: 18px;
        width: 40%;
        padding: 0px 30%;
    }
}


@media all and (max-width:1150px){
    .cytat{
        width: 50%;
        background-position: center;
    }

    .cytat.no{
        display:none;
    }

    .cytat p{
        padding: 0px 120px;
        width: calc(100% - 240px);
        height: 400px;
        font-size: 20px;
    }
}

@media all and (max-width:960px){
  form {
    margin: 0;
    width: 100%;
  }
    .logo{
        margin-left: 30px;
    }

    #imenu{
        display:block;
        position:absolute;
        top: 8px;
        float:left;
        left: 0px;
        width: 100%;
    }

    .menu,
    #imenu img.close,
    #imenu.zamykanie img.open{
        display:none;
    }

    .mm,
    #imenu img.open,
    #imenu.zamykanie img.close{
        display:block;
    }


    #imenu img.open,
    #imenu img.close{
        width: 60px;
        position: absolute;
        top: 0px;
        right:20px;
    }

    #imenu .mm{
        position:absolute;
        top: 32px;
        width:100%;
        transition:height 0.5s ease 0s, margin-top 0s linear 0.6s;
        height: 0px;
        overflow:hidden;
        display: block;
        opacity: 1;
        z-index: 2;
    }


    .mm li {
        width: 100%;
        float: left;
        background:  hsl(69, 71%, 64%);
        height: auto;
        text-align: center;
        padding: 5px 0px;
    }

    #imenu .mm a{
        color: #606162;
        font-size: 18px;
    }

    #imenu .mm a.active{
        font-family:Carlito-Bold;
    }

    #imenu.zamykanie .mm{
        margin-top: 30px;
        transition:height 0.5s ease 0s, margin-top 0s linear 0s;
        height: 280px;
    }

       .mm li:nth-child(7){
        padding-bottom: 5px;
        height: 25px;
       }
    .cytat p{
        padding: 0px 60px;
        width: calc(100% - 120px);
    }

    #opinie{
        background:#faf9fa;
        height:auto;
        padding-bottom:50px;
    }

    .info{
        width:calc(50% - 40px);
        float: left;
    }


    .info:nth-child(3){
        width:calc(100% - 40px);
        margin-top: 20px;
    }

    .info:nth-child(3) .icon,
    .info:nth-child(3) p.right{
        text-align:left;
    }

    .icon{
        margin-bottom:20px;
    }

    .icon img{
        margin-left:0px;
        margin-right:20px;
    }

    .jezyk {
        width: calc(50% - 60px);
    }

    .flagi h1{
        margin-top:50px;
    }

    .flagi{
        padding-bottom:50px;
    }

    .half{
        width:calc(100% - 60px);
        text-align: center;
    }

    .half img{
        margin-bottom:20px
    }

    .half.second{
        margin-top:50px;
    }

    .test-kwalifikacyjny input[type="txt"]{
        width: 100%;
        margin: 0;
        float: left;
    }

    .da{
        margin-bottom: 20px;
        width:100%;
    }

    .da label{
        margin-bottom:0px;
    }

    .da label{
        width:100%;
    }

    .kontakt, .aktualnoscib{
        margin-bottom:30px;
    }

    .wydarzenia,
    .move-gal{
        width:100%;
    }

    .move-gal{
        margin-top:50px;
    }

    .images img{
        width: calc(33.3% - 2px);
    }

    .gal-hal{
        width:calc(100% - 60px);
        margin:80px 30px;
    }

    .box p{
          width: 54%;
          padding: 0px 23%;
      }

     .lek{
        width:50%;
    }

    .gallery{
        margin-top:0px;
    }

}


@media all and (max-width:750px){
    .inpu {
        margin-left: 0;
        margin-top: 35vh;
    }
    
    .box{
        width: calc(100% - 40px);
        padding: 0px 20px;
    }


  .box p{
      width: 60%;
      padding: 0px 30%;
   }

    .slide:nth-of-type(1) {
        background: url(../img/slide1_respo.jpg?v=12) no-repeat top left / contain;
        background-position: 20% 30%;
    }
    .slide:nth-of-type(2) {
       background:url(../img/slide2_respo.jpg?v=12) no-repeat top right / contain;
       background-position:80% 30%;
    }
    .slide:nth-of-type(3) {
       background:url(../img/slide3_respo.jpg?v=12) no-repeat top left / contain;
       background-position:20% 30%;
    }
    .slide:nth-of-type(4) {
        background:url(../img/slide4_respo.jpg?v=12) no-repeat top right / contain;
        background-position:80% 30%;
    }

    .slide:nth-of-type(5) {
        background:url(../img/slide5_respo.jpg?v=12) no-repeat top right / contain;
        background-position:80% 30%;
    }
    .slide:nth-of-type(6) {
        background:url(../img/slide6_respo.jpg?v=12) no-repeat top right / contain;
        background-position:80% 30%;
    }
    #slider nav{
        display:none;
    }

    #slider{
        height:340px;
    }
}


@media all and (max-width:680px){
    .baner.home,
    .baner.zapisy,
    .baner.ceny,
    .baner.egzaminy,
    .baner.wycena{
        display:none;
    }

    .zapisy,
    .cenyob,
    .egzaminy,
    .test-kwalifikacyjny.wycenares{
        margin-top:70px;
    }

    .pasek-gora{
        background:#f8f8f8
    }

    .loga{
        margin: 100px 30px 0px;
        width: calc(100% - 60px);
    }

    .znizki p.pad{
        margin:40px 20px;
        width:calc(100% - 40px);
    }

    .cambridge,
    .polowka.tar,
    .polowka.tar li p{
        text-align:left;
        padding: 0;
    }

    .loga .cambridge:nth-child(2){
        text-align:right;
    }

    .zalety{
        margin-top: 20px;
    }


    .polowka{
        width:100%;
        padding: 0;
        margin: 0;
    }

    .polowka.tar{
        margin-top:40px;
    }

    .cytat{
        width:100%;
        margin-bottom:40px;
    }

    .cytat p{
        padding: 0px 180px;
        width: calc(100% - 360px);
        font-size: 18px;
    }

    #opinie{
        padding-bottom:20px;
    }

    .info{
        width: calc(100% - 60px);
        margin: 20px 30px;
    }

    .jezyk{
      width: 80%;
      margin:0px 10% 30px;
    }

    .klikniety h2{
        margin-bottom:30px;
    }

    .katdwie p,
    .klikniety p {
        width: 50%;
        margin:10px 25%;

    }

    div#wybrany{
        margin-top:10vh;
    }
    .images img{
        width:calc(50% - 2px);
    }

    .lek{
        width: 60%;
        margin: 40px 20%;
    }

    table,
    h1.n,
    h2.col{
        display:none;
    }

    table.admin{
        display:block;
    }

    .pdf{
        display:block;
        width: calc(100% - 60px);
        float: left;
        margin: 0px 30px;
    }

    .pdf p {
        width: 100%;
        float: left;
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    }

    .pdf p a{
        color:#606261;
        font-family:Carlito-Bold;
    }

    .pol.l,
    .pol.r{
        width: calc(100% - 60px);
        margin: 0px 30px;
    }

    .lek span{
        /* width: calc(100% - 25px); */
    }

    .klikniety p.lektor{
        top: 3vh !important;
    }

    div#formularz-test {
        width: calc(100% - 100px);
        margin: 0 50px;
    }


}



@media all and (max-width:550px){
  
  .dodatki iframe {
    width: 100%;
    margin: 40px 0 0;
  }
    div#formularz-test{
        font-size:14px;
    }

    div#error {
        font-size: 14px;
        margin-bottom: 20px;
    }

    input[type="submit"] {
        width: 120px;
        font-size: 13px;
    }

    .dropdown .sel {
        padding: 20px 15px !important;
    }

    input[type="number"] {
        font-size:12px !important;
    }

    .zadanie label {
        margin: 0 !important;
    }

    .opis-egzaminu p, .odpowiedz p{
        text-align:left;
    }

    .cytat p{
        padding: 0px 120px;
        width: calc(100% - 240px);
    }

    #slider,
    li.slide{
        height: 290px;
    }

    #slider{
        margin:20px 0px 0px;
    }
    #slider nav{
        top: 130px;
    }

    #slider li p{
        top: 230px;
        font-size: 30px;
    }

    .bolce p, .bolec p,
    .bolce p.r{
        width:100%;
        margin: 10px 0px;
    }

    .gallery{
        width: calc(100% - 40px);
        margin: 0px 20px 60px;
    }

    .wydarzenie p{
        width:100%;
        margin: 0 0 20px;
        padding: 15px 0px;
    }

    .move-gal iframe{
        height:280px;
    }

        .box.nieb,
        .box.ziel,
        .box.pom,
        .box.nieb{
          background:none;
          width: 100%;
          padding: 0;
          margin: 10px 0px;
        }

     .box p{
          width: calc(100% - 60px);
          padding: 0px 30px;
          height: auto;
      }

      .box{
           height: auto;
      }

      .o-nas{
          margin-bottom: 30px;
      }

      .o-nas h1{
          margin-bottom: 20px;
      }


      .slide:nth-of-type(1) {
        background: url(../img/slide1_respo.jpg?v=12) no-repeat top left / contain;
        background-position:20% 50%;
    }
    .slide:nth-of-type(2) {
       background:url(../img/slide2_respo.jpg?v=12) no-repeat top right / contain;
       background-position:80% 50%;
    }
    .slide:nth-of-type(3) {
       background:url(../img/slide3_respo.jpg?v=12) no-repeat top left / contain;
       background-position:20% 50%;
    }
    .slide:nth-of-type(4) {
        background:url(../img/slide4_respo.jpg?v=12) no-repeat top right / contain;
        background-position:80% 50%;
    }
     .slide:nth-of-type(5) {
        background:url(../img/slide5_respo.jpg?v=12) no-repeat top right / contain;
        background-position:80% 50%;
    }
     .slide:nth-of-type(6) {
        background:url(../img/slide6_respo.jpg?v=12) no-repeat top right / contain;
        background-position:80% 50%;
    }
}

@media all and (max-width:500px){
    .cambridge{
        width:100%;
        text-align:center;
        padding:10px 0px;
    }

    .loga .cambridge:nth-child(2){
        text-align:center;
    }

     .katdwie p,
     .klikniety p {
        width: 80%;
        margin:10px 10%;

    }

    .klikniety h2{
        font-size:35px;
    }

    .angielski h1, .angielski h2{
        font-size:35px;
        width:calc(100% - 60px);
        padding:0px 30px;
    }

    .images img{
        width:calc(100% - 2px);
    }

    .angielski h2{
        margin: 20px 0px 40px;
    }


    .angielski{
        padding: 70px 0px 10px;
    }


    .lek{
        width: 90%;
        margin: 40px 5%;
    }


}

@media all and (max-width:420px){
    .cytat p{
        padding: 0px 50px;
        width: calc(100% - 100px);
        height: 350px;
    }

    .cytat{
        margin-bottom: 0;
        height: 350px;
    }


    #slider li p{
        top: 250px;
        font-size: 20px;
    }

    input[type="submit"]{
        margin:0px;
    }


    .baner.o-nas{
        height: 420px;
    }

    .lek img{
        width:100%;
        margin:0;
    }

    .lek p.imie{
        padding: 15px 20px;
        width: calc(100% - 40px);
        margin: -15% 0 0;
    }

    .lek span{
        margin-top: -115px;
        margin-right: 20px;
        width: calc(100% - 20px);
    }

    .lek li{
        margin:0;
        margin-left:20px;
        width:calc(100% - 20px);

    }

    #opinie h2{
        margin:10px 0px;
    }

    #opinie{
        margin-top:20px;
    }


    #slider,
    li.slide{
        height: 225px;
    }

}

.form {
    max-width: 560px;
    margin: 0 auto;
    margin-top: 20vh;
}

.form p {
    text-align: center;
    color: #8393a2;
}

form#admin {
    width: 100%;
    float: left;
}

form#admin input {
    width: 200px;
    /* float: left; */
    border: 1px solid #a5db9c;
    padding: 10px 10px;
    margin: 20px 10px;
}

input#wyslij-admin {
    width: 160px !important;
    margin: 10px 170px !important;
    border: none !important;
    transition:0s !important;
}

.admin span {
    position: absolute;
    right: 80px;
    top: 20px;
    cursor: hand;
    color: #bbd236;
    cursor: pointer;
}

table.admin td a {
    color: #bbd236;
    cursor: hand;
    cursor: pointer;
}

p.wy {
    width: 100%;
    text-align: center;
    color: #606261;
    float: left;
    margin-top: -20px;
}

.klikniety p.lektor {
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #606261;
    position: absolute;
    top: 22vh;
    font-family: Carlito-Bold;
}

.opis li p {
    background: none;
    color: #606261;
    width: calc(100% - 40px);
    padding: 0px 20px;
    margin: -20px 0 0 0;
    float: left;
    height: auto;
}

.opis {
    max-width: 740px;
    margin: 0 auto;
    text-align: left;
}

.klikniety .opis p:hover{
    background:none;
}

ul.li {
    list-style-type: disc;
    width: calc(100% - 100px);
    margin: 0px 50px;
}


table.druga {
    margin-top: 50px;
}

#odp{
    position: fixed;
    z-index: 999999;
    background: #bcd235;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    width: 100px;
    text-align: right;
    left: -55px;
    top: 100px;
    display: none;
}



/* ciasteczkowy css */
#ciacho {
    position: fixed;
    z-index: 999999;
    background: #bcd236;
    width: calc(100% - 100px);
    padding: 10px 50px;
    text-align: center;
    bottom: 0;
    color: #fff;
}


#ciacho a {
    color: #606261;
    text-decoration: underline;
}



.btn {
    float: right;
    border: 1px solid #bbd236;
    padding: 5px 20px;
    color: #606261;
    cursor:pointer;
    cursor:hand;
    transition:0.5s;
    margin-top:20px;
}
.btn:hover {
    background: #bbd236;
    padding: 5px 20px;
    color: #fff;
}


/************* wycena ******************/


.dropdown .sel:first-child {
  background: url(../img/down.jpg) no-repeat right center;
  background-position: 98% 50%;
}

input[type="number"] {
   width:cals(100% - 30px);
  border:1px solid #bbd236;
  margin:20px 0;
  overflow:hidden;
  max-height:54px;
  font-size:18px;
  padding:15px;
  color:#bcd236;
}

#error{
color:red;
text-align:center;
}

input[type="number"]::placeholder{
  color:#bcd236;
}
.dropdown{
  width:cals(100% - 30px);
  border:1px solid #bbd236;
  margin:20px 0;
  overflow:hidden;
  max-height:54px;
  transition:0.4s;
}

.dropdown.close{
  max-height:54px;
}

.dropdown.open{
  max-height:100vh;
}

.dropdown .sel{
 padding:15px;
 cursor:pointer;
 cursor:hand;
}

.dropdown .sel:hover{
 color:#bcd236;
 }

.dropdown .sel:first-child{
 color:#bcd236;
 border-bottom:1px solid #eaeaea;
}
.obtable {
  max-width: 630px;
  margin: 0 auto;
}
table#result{
  width:100%;
  margin: 0 0 30px;
  display: inline-table;
}

table#result tr{
  border:0;
  line-height:40px;
}


table#result tr.details td{
 height:80px;
 vertical-align:bottom;
}

table#result tr.bold{
  font-weight:bold;
  padding:0;
}

table#result tr td:first-child{
  min-width:300px;
}

table#result tr:hover{
background:#fff;
}



table#result tr td:nth-child(2) {
  text-align:right;
}

table#result tr.green{
  color:#bcd236;
  border-bottom:1px solid #8393a2;
}


tr.minfont {
  font-size: 15px;
}
.chbox span {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #bbd236;
    cursor: pointer;
    cursor: hand;
    transition:0.5s;
}
.chbox span.show {
    background: #bbd236;
}

.chbox p {
    float: right;
    width: calc(100% - 42px);
    margin-left: 20px;
    font-size: 14px !important;
}




.ob table tr span {
    font-size: 15px;
}
