
.portret-buttons .btn-lg {
  width: 170px;
  height: 68px;
  margin: 3px;
  border: 1px solid transparent;
}
.portret-buttons .orange {
  background: #fd6812 !important;
}
.portret-buttons .blue {
  background: #38c0ed !important;
}
.portret-buttons-sidebar {
  right: 0px;
  top: 5%;
  position: absolute;
}
@media (max-width:1280px) {
  .portret-buttons-sidebar {
    /*display: none;*/
	display:inherit;
  }
}
.portret-buttons-sidebar .portret-buttons .btn-lg {
  margin: 2px 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
   -moz-transform:scale(0.80);
  -moz-transform-origin:top right;
}
.btn-portret {
  width: 30px;
  height: 30px;
  border-color: transparent;
  margin: 5px 0;
}
.btn-creme {
  background: #BD9D4A;
}
.btn-light-brown {
  background: #C55204;
}
.btn-brown {
  background: #623111;
}
.btn-ore {
  background: #E46307;
}
.btn-dark {
  background: #21201C;
}
.btn-blue {
  background: #0164BA;
}
.btn-green {
  background: #57950E;
}
/*question*/
.question-buttons {
  margin-top: 16%;
}
@media (max-width: 1200px) {
  .button-footer {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .button-footer {
    font-size: 10px !important;
  }
}
#question-portret {
  background: #eee7d3;
  padding: 20px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 2px 0;
  font-size: 18px;
  color: #414142;
}
#question-portret .question-text {
  font-size: 22px;
}
@media (max-width: 1024px) {
  #question-portret .question-text {
    font-size: 21px;
  }
  #question-portret {
    font-size: 21px;
  }
}
#question-portret table {
  width: 100%;
}
#question-portret .question-number, #question-portret .question-sum {
  display: inline-block;
}
.modal-interactive-whiteboard.second-color {
  /*background-color: rgba(165, 233, 184, 0.92);*/
  background-color: rgba(255, 255, 255, 0.92);
  color: #96dc16;
  border: 1px solid #ffffff;
}
.nos-small img {
  width: 45px;
  margin: 10px 0;
  cursor: pointer;
}
.oczy-small img {
  width: 85px;
  margin: 20px 0;
  cursor: pointer;
}
.twarz-small img {
  width: 22%;
  margin: 35px -2px 0 -2px;
  cursor: pointer;
}
.twarz-small-k img {
  width: 22%;
  margin: 0px;
  cursor: pointer;
}
.usta-small img {
  width: 65px;
  margin: 20px 0;
  cursor: pointer;
}
.glowa-small img {
  width: 25%;
  margin: 25px 0;
  cursor: pointer;
}
.glowa-small-k img {
  width: 22%;
  /*margin: 25px 0;*/
  margin:40px 0;
  cursor: pointer;
}
.face {
  background: rgba(255,255,255, .5);
  width: 600px;
  height: 400px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.face img {
  position: absolute;
}
.dummy-smaller .dummy {
  margin-top: 59%;
}
.twarz-position {
  left: 27%;
  top: 10%;
}
.nos-position {
  left: 43%;
  top: 44%;
}
.usta-position {
  left: 41.5%;
  top: 64%;
}
.oczy-position {
  left: 34.5%;
  top: 35%;
}
.wlosy-position {
  left: 23.5%;
  top: -1%;
}

.twarz-position-k {
  left: 27%;
  top: 17%;
}
.nos-position-k {
  left: 43%;
  top: 60%;
}
.usta-position-k {
  left: 41.5%;
  top: 71%;
}
.oczy-position-k {
  left: 34.5%;
  top: 42%;
}
.wlosy-position-k {
  left: 23.5%;
  top: -3%;
}