/* Grid configuration */
body {
  width: 100%;
  *zoom: 1;
  display: inline-block;
  display: block;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* Params configuration */
@font-face {
  font-family: 'chalkdustregular';
  src: url('//www.bryk.pl/public/fonts/chalkdust-webfont.eot');
  src: url('//www.bryk.pl/public/fonts/chalkdust-webfont.eot?#iefix') format('embedded-opentype'), url('//www.bryk.pl/public/fonts/chalkdust-webfont.woff') format('woff'), url('//www.bryk.pl/public/fonts/chalkdust-webfont.ttf') format('truetype'), url('//www.bryk.pl/public/fonts/chalkdust-webfont.svg#chalkdustregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Bold';
  src: local('//www.bryk.pl/public/fonts/gotham-bold.eot');
  src: local('//www.bryk.pl/public/fonts/gotham-bold.eot?#iefix') format('embedded-opentype'), url('//www.bryk.pl/public/fonts/gotham-bold.woff') format('woff'), url('//www.bryk.pl/public/fonts/gotham-bold.ttf') format('truetype'), url('//www.bryk.pl/public/fonts/gotham-bold.svg#gotham-bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* Animations */
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    overflow: hidden;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
    display: none !important;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    overflow: hidden;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
    display: none !important;
  }
}
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    overflow: hidden;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
    display: none !important;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    overflow: hidden;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
    display: none !important;
  }
}
@keyframes slidetop {
  from {
    top: 0;
  }
  to {
    top: -100%;
    display: none !important;
  }
}
@-moz-keyframes slidetop {
  from {
    top: 0;
  }
  to {
    top: -100%;
    display: none !important;
  }
}
@-o-keyframes slidetop {
  from {
    top: 0;
  }
  to {
    top: -100%;
    display: none !important;
  }
}
@-webkit-keyframes slidetop {
  from {
    top: 0;
  }
  to {
    top: -100%;
    display: none !important;
  }
}
body,
html {
  padding: 0;
}
body {
  height: 100%;
  font-size: 12px;
}
body.device-tablet,
body.device-phone {
  font-size: 14px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  font-family: 'Arial', sans-serif;
  color: black;
  background-color: #f8f8f8;
}
ol,
ul {
  list-style: none;
}
l,
ul {
  list-style: none;
}
ol > br,
ul > br {
  display: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
  font-style: italic;
}
q:before,
q:after {
  content: '?';
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
a.normal {
  font-weight: bold;
}
a.normal:hover {
  text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4 {
  color: #2d544a;
}
/* Navigation */
nav ul li {
  float: left;
}
nav ul li a {
  display: block;
}
/* Forms */
input:-webkit-autofill {
  background-color: white !important;
}
::-webkit-input-placeholder {
  color: #a9a9a9;
}
:-ms-input-placeholder {
  color: #a9a9a9;
}
::-moz-placeholder {
  color: #a9a9a9;
}
input:-moz-placeholder {
  color: #a9a9a9;
}
form {
  position: relative;
}
.maincol form .col3 {
  width: 267px;
}
.maincol form {
  border-top: 1px solid #ededed;
  padding: 22px 11px;
}
body.advertisements .maincol form {
  border-top: none;
}
.maincol form p {
  margin-bottom: 15px;
  position: relative;
  color: #797979;
}
.maincol form label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #2d544a;
}
textarea {
  font-family: Arial, sans-serif;
}
body.advertisements .maincol form p label[for] {
  color: #330a85;
}
.maincol form p.error label {
  color: #e52b39;
}
.maincol form p.error span {
  border-color: #e52b39;
}
.maincol form .help-block {
  font-size: 13px;
  font-weight: bold;
  color: #2d544a;
}
.maincol form label ~ label {
  font-size: 13px;
  color: #797979;
  padding: 5px 0;
  font-weight: normal;
}
.maincol form label + br {
  display: none;
}
.maincol form ul.errors {
  background: #ffb2b2;
  padding: 5px;
  font-size: 11px;
  border-radius: 4px;
  width: 50%;
  margin: 5px 0;
  font-weight: bold;
  border: 1px solid #f0b2b2;
  white-space: nowrap;
  opacity: 1;
  display: none;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
select#region {
  text-transform: lowercase;
}
/*.maincol form ul.errors + p label:first-child {
  color:@color-red;
}*/
.mobile {
  display: none;
}
#audio-player {
  cursor: pointer;
  background: white;
  overflow: hidden;
  height: 40px;
  width: 124px;
  position: relative;
  z-index: 1;
}
audio {
  display: none;
  margin-top: 40px;
}
#audio-player:before {
  content: attr(data-content);
  color: #e0250e;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  right: 36px;
}
#audio-player:after {
  content: '';
  margin: 12px 0px 12px 86px;
  width: 17px;
  background: url('/public/img/bryktiny.png') no-repeat -56px -71px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
  height: 16px;
}
#audio-player .progressbar {
  background: #e0250e;
  height: 2px;
  width: 45%;
  margin-left: -45%;
}
#audio-player.paused:after {
  background-position: -31px -72px;
}
#audio-player.flash:before,
#audio-player.flash:after {
  display: none;
}
#audio-player .audio-progress-container {
  margin: 17px 10px;
  display: none;
  height: 7px;
  padding: 1px;
  width: auto;
  background: #e0250e;
  margin-right: 124px;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
#audio-player .audio-progress-handler {
  display: block;
  height: 6px;
  width: 6px;
  background: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.errors input,
.errors textarea,
.errors select {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
span.errors,
label.errors,
ul.errors + p span,
ul.errors + p label,
p.errors > input,
p.errors > textarea,
p.errors > select,
input[type="checkbox"].errors,
input[type="radio"].errors,
textarea.errors,
select.errors,
form#dictionarySearchForm p.errors,
input[type="text"][name=toolboxname].errors {
  box-shadow: 1px 1px 1px #FF3030, 1px -1px 1px #FF3030, -1px -1px 1px #FF3030, -1px 1px 1px #FF3030;
  -moz-box-shadow: 1px 1px 1px #FF3030, 1px -1px 1px #FF3030, -1px -1px 1px #FF3030, -1px 1px 1px #FF3030;
  -webkit-box-shadow: 1px 1px 1px #FF3030, 1px -1px 1px #FF3030, -1px -1px 1px #FF3030, -1px 1px 1px #FF3030;
  -o-box-shadow: 1px 1px 1px #FF3030, 1px -1px 1px #FF3030, -1px -1px 1px #FF3030, -1px 1px 1px #FF3030;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="checkbox"].errors,
  input[type="radio"].errors,
  select.errors {
    outline: 1px solid #FF3030;
  }
}
.checkboxes ul.errors + p label {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
label.required.errors,
.checkboxes ul.errors + p label:first-child {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  color: #FF3030 !important;
}
.maincol form input[type="text"],
.maincol form input[type="time"],
.maincol form input[type="date"],
.maincol form input[type="tel"],
.maincol form input[type="password"],
.maincol form input[type="email"],
.maincol form input[type="url"],
.maincol form textarea,
.maincol form select,
form .file-upload {
  width: 100%;
  font-size: 14px;
  color: #898989;
  line-height: 1.4em;
  padding: 4px;
  border: 1px solid #d5d5d5;
  margin: 11px auto 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.maincol form input.short {
  width: 89px;
}
.maincol form input.medium {
  width: 356px;
}
.maincol form p.price {
  float: left;
  position: relative;
  margin-right: 10px;
}
.maincol form p.price input {
  width: 60px;
  margin-right: 5px;
}
.maincol form p.price .help-block:after {
  content: ' /';
}
.maincol form p.price + p {
  float: left;
}
.maincol form p.price + p label {
  visibility: hidden;
}
.maincol form p.price + p select {
  width: auto;
  margin-right: 5px;
}
.maincol form div.checkboxes label ~ label {
  float: left;
  width: 267px;
}
.maincol form div.checkboxes label.short {
  width: auto;
}
.maincol form div.checkboxes label.short + input {
  margin: 1px auto 0px 5px;
}
.maincol form div.checkboxes p:first-child label:last-child {
  float: none;
}
.maincol form div.checkboxes p:first-child label:last-child input {
  margin-top: 9px;
}
.maincol form input[type="text"]:focus,
.maincol form input[type="date"]:focus,
.maincol form input[type="time"]:focus,
.maincol form input[type="tel"]:focus,
.maincol form input[type="password"]:focus,
.maincol form input[type="email"]:focus,
.maincol form input[type="url"]:focus,
.maincol form textarea:focus,
.maincol form select:focus {
  border-color: #2d544a;
}
#form-add-advertisement input[type="text"]:focus,
#form-add-advertisement input[type="password"]:focus,
#form-add-advertisement textarea:focus,
#form-add-advertisement select:focus {
  border-color: #330a85;
}
.maincol form footer.submit {
  text-align: center;
  border-top: 1px solid #ededed;
  padding-top: 22px;
  clear: left;
}
form .halfcol {
  width: 400.5px;
}
form .halfcol + .halfcol {
  float: none;
  margin-left: 444.5px;
}
form .file-upload {
  display: block;
  margin-right: 0;
  border: none;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  -moz-box-sizing: border-box;
}
#form-add-essay input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
form .file-upload:after {
  content: attr(data-content);
  position: absolute;
  display: block;
  left: 261px;
  bottom: 0;
  width: 572px;
  font-size: 15px;
  color: #898989;
  height: 1.5em;
  padding: 5px;
  border: 1px solid #d5d5d5;
  margin: 11px auto 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
form .file-upload input {
  width: 100%;
  opacity: 0;
  z-index: 1000;
  position: relative;
  height: 34px;
  margin-bottom: -3px;
  cursor: pointer;
}
form .file-upload:before {
  content: 'Wybierz Plik';
  position: absolute;
  text-align: center;
  font-weight: bold;
  display: block;
  left: 0;
  bottom: 0;
  width: 250px;
  font-size: 15px;
  color: #2d544a;
  height: 1.5em;
  padding: 5px;
  border: 1px solid #d5d5d5;
  margin: 11px auto 0;
  background-color: #ffffff;
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.uploadList {
  margin-top: 11px;
  margin-bottom: 22px;
  border: none!important;
}
.uploadList td {
  vertical-align: middle;
  color: #797979;
  font-size: 1em;
  border: none!important;
}
form input:valid + ul.errors,
form input:focus + ul.errors {
  animation: fadeout 0.2s ease 5s forwards;
  -moz-animation: fadeout 0.2s ease 5s forwards;
  /* Firefox */
  -webkit-animation: fadeout 0.2s ease 5s forwards;
  /* Safari and Chrome */
  -o-animation: fadeout 0.2s ease 5s forwards;
  /* Opera */
}
::-webkit-validation-bubble-message {
  background: #ffb2b2;
  padding: 5px;
  font-size: 11px;
  border-radius: 4px;
  font-weight: bold;
  border: 1px solid #f0b2b2;
  white-space: nowrap;
  opacity: 1;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  width: auto;
  margin: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
::-webkit-validation-bubble-arrow {
  border: 1px solid #f0b2b2;
  background: #ffb2b2;
}
[class^="btn-"],
[class*=" btn-"],
.btn {
  display: inline-block;
  padding: 4px 14px;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #606a80;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f1f2f6;
  background-image: linear-gradient(top, #f1f2f6, #cdd2e0);
  background-image: -o-linear-gradient(top, #f1f2f6, #cdd2e0);
  background-image: -moz-linear-gradient(top, #f1f2f6, #cdd2e0);
  background-image: -webkit-linear-gradient(top, #f1f2f6, #cdd2e0);
  background-image: -ms-linear-gradient(top, #f1f2f6, #cdd2e0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f6', endColorstr='#cdd2e0',GradientType=0 );
  /* IE6-9 */
  background-repeat: repeat-x;
  border: 1px solid #b7c0cc;
  border-bottom-color: #A2A2A2;
  text-transform: uppercase;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
}
.btn-newlist {
  width: 80%;
  margin: 0 5% 2%;
}
.btn-advertisements {
  color: white;
  background: #350c86;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #7343d1;
  background-image: linear-gradient(top, #7343d1, #350c86);
  background-image: -o-linear-gradient(top, #7343d1, #350c86);
  background-image: -moz-linear-gradient(top, #7343d1, #350c86);
  background-image: -webkit-linear-gradient(top, #7343d1, #350c86);
  background-image: -ms-linear-gradient(top, #7343d1, #350c86);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7343d1', endColorstr='#350c86',GradientType=0 );
  /* IE6-9 */
}
.btn-success {
  border: 1px solid #79b031;
  background-color: #549b18;
  background-color: #afd770 0%;
  background-image: linear-gradient(top, #afd770 0%, #549b18 100%);
  background-image: -o-linear-gradient(top, #afd770 0%, #549b18 100%);
  background-image: -moz-linear-gradient(top, #afd770 0%, #549b18 100%);
  background-image: -webkit-linear-gradient(top, #afd770 0%, #549b18 100%);
  background-image: -ms-linear-gradient(top, #afd770 0%, #549b18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd770 0%', endColorstr='#549b18 100%',GradientType=0 );
  /* IE6-9 */
}
.btn-danger {
  border: 1px solid #BD362F;
  border-color: #BD362F #BD362F #802420 #BD362F;
  background-color: #BD362F;
  background-color: #ee5f5b 0%;
  background-image: linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
  background-image: -o-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
  background-image: -moz-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
  background-image: -webkit-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
  background-image: -ms-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b 0%', endColorstr='#bd362f 100%',GradientType=0 );
  /* IE6-9 */
}
.btn-upload {
  border: 1px solid #e6891f;
  border-color: #feb308 #feb007 #e6891f;
  background-color: #e68a1d;
  max-width: 45px;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  background-color: #fedb26 0%;
  background-image: linear-gradient(top, #fedb26 0%, #e6891f 100%);
  background-image: -o-linear-gradient(top, #fedb26 0%, #e6891f 100%);
  background-image: -moz-linear-gradient(top, #fedb26 0%, #e6891f 100%);
  background-image: -webkit-linear-gradient(top, #fedb26 0%, #e6891f 100%);
  background-image: -ms-linear-gradient(top, #fedb26 0%, #e6891f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedb26 0%', endColorstr='#e6891f 100%',GradientType=0 );
  /* IE6-9 */
  position: relative;
}
.btn-left {
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  -o-border-top-left-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -o-border-bottom-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  float: left;
}
.btn-right {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -o-border-bottom-right-radius: 15px;
  -o-border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -o-border-top-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
}
.btn-green {
  color: #fff;
  background-color: #71b438;
  background-color: #95ea4e;
  background-image: linear-gradient(top, #95ea4e, #69a934);
  background-image: -o-linear-gradient(top, #95ea4e, #69a934);
  background-image: -moz-linear-gradient(top, #95ea4e, #69a934);
  background-image: -webkit-linear-gradient(top, #95ea4e, #69a934);
  background-image: -ms-linear-gradient(top, #95ea4e, #69a934);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ea4e', endColorstr='#69a934',GradientType=0 );
  /* IE6-9 */
}
.btn-green2 {
  color: white;
  background-color: #3f7869;
  background-color: #478776;
  background-image: linear-gradient(top, #478776, #3b7163);
  background-image: -o-linear-gradient(top, #478776, #3b7163);
  background-image: -moz-linear-gradient(top, #478776, #3b7163);
  background-image: -webkit-linear-gradient(top, #478776, #3b7163);
  background-image: -ms-linear-gradient(top, #478776, #3b7163);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#478776', endColorstr='#3b7163',GradientType=0 );
  /* IE6-9 */
}
.btn-reads {
  color: white;
  border: 1px solid #99231b;
  background: #e12316;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: #e12316;
  background-image: linear-gradient(top, #e12316, #99231b);
  background-image: -o-linear-gradient(top, #e12316, #99231b);
  background-image: -moz-linear-gradient(top, #e12316, #99231b);
  background-image: -webkit-linear-gradient(top, #e12316, #99231b);
  background-image: -ms-linear-gradient(top, #e12316, #99231b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12316', endColorstr='#99231b',GradientType=0 );
  /* IE6-9 */
}
div#test-nav {
  padding: 10px 0;
  height: 40px;
}
.btn-tests {
  border-color: #dbdbdb;
  line-height: 1.5em;
  text-transform: capitalize;
  color: #fff;
  cursor: default;
  background-color: #f1f2f6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-shadow: 0 1px 0 #999999;
  -moz-text-shadow: 0 1px 0 #999999;
  -webkit-text-shadow: 0 1px 0 #999999;
  -o-text-shadow: 0 1px 0 #999999;
  background-color: #eeeff3;
  background-image: linear-gradient(top, #eeeff3, #d3d8e5);
  background-image: -o-linear-gradient(top, #eeeff3, #d3d8e5);
  background-image: -moz-linear-gradient(top, #eeeff3, #d3d8e5);
  background-image: -webkit-linear-gradient(top, #eeeff3, #d3d8e5);
  background-image: -ms-linear-gradient(top, #eeeff3, #d3d8e5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff3', endColorstr='#d3d8e5',GradientType=0 );
  /* IE6-9 */
}
.btn-tests.active {
  border-color: #e7820a;
  line-height: 1.5em;
  text-transform: capitalize;
  color: white;
  background-color: #e7820a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-shadow: 0 1px 0 #999999;
  -moz-text-shadow: 0 1px 0 #999999;
  -webkit-text-shadow: 0 1px 0 #999999;
  -o-text-shadow: 0 1px 0 #999999;
  background-color: #ffbf73;
  background-image: linear-gradient(top, #ffbf73, #e7820a);
  background-image: -o-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -moz-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -webkit-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -ms-linear-gradient(top, #ffbf73, #e7820a);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf73', endColorstr='#e7820a',GradientType=0 );
  /* IE6-9 */
}
.btn-tests[data-nav=prev] {
  border-color: #e7820a;
  line-height: 1.5em;
  text-transform: capitalize;
  color: white;
  background-color: #e7820a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-shadow: 0 1px 0 #999999;
  -moz-text-shadow: 0 1px 0 #999999;
  -webkit-text-shadow: 0 1px 0 #999999;
  -o-text-shadow: 0 1px 0 #999999;
  background-color: #ffbf73;
  background-image: linear-gradient(top, #ffbf73, #e7820a);
  background-image: -o-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -moz-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -webkit-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -ms-linear-gradient(top, #ffbf73, #e7820a);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf73', endColorstr='#e7820a',GradientType=0 );
  /* IE6-9 */
  font-size: 20px;
  display: block;
  float: left;
}
.btn-tests[data-nav=next],
.btn-tests[data-nav=next].active {
  font-size: 20px;
  border-color: #dbdbdb;
  line-height: 1.5em;
  text-transform: capitalize;
  color: #fff;
  background-color: #f1f2f6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-shadow: 0 1px 0 #999999;
  -moz-text-shadow: 0 1px 0 #999999;
  -webkit-text-shadow: 0 1px 0 #999999;
  -o-text-shadow: 0 1px 0 #999999;
  background-color: #eeeff3;
  background-image: linear-gradient(top, #eeeff3, #d3d8e5);
  background-image: -o-linear-gradient(top, #eeeff3, #d3d8e5);
  background-image: -moz-linear-gradient(top, #eeeff3, #d3d8e5);
  background-image: -webkit-linear-gradient(top, #eeeff3, #d3d8e5);
  background-image: -ms-linear-gradient(top, #eeeff3, #d3d8e5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff3', endColorstr='#d3d8e5',GradientType=0 );
  /* IE6-9 */
  float: right;
  display: block;
}
.btn-tests[data-nav=next].active {
  border-color: #e7820a;
  color: white;
  background-color: #e7820a;
  text-shadow: 0 1px 0 #999999;
  -moz-text-shadow: 0 1px 0 #999999;
  -webkit-text-shadow: 0 1px 0 #999999;
  -o-text-shadow: 0 1px 0 #999999;
  background-color: #ffbf73;
  background-image: linear-gradient(top, #ffbf73, #e7820a);
  background-image: -o-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -moz-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -webkit-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -ms-linear-gradient(top, #ffbf73, #e7820a);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf73', endColorstr='#e7820a',GradientType=0 );
  /* IE6-9 */
}
ul#tests-questions-list.list-single > li,
div#test-nav a[data-nav=prev],
form[name=testForm] p.submit button[type="submit"] {
  display: none;
}
ul#tests-questions-list.list-all > li,
ul#tests-questions-list > li.active {
  display: block;
}
.btn-fb {
  background: #4161a1;
  color: white;
  font-size: 16px;
  text-transform: none;
  line-height: 1.3em;
  border: 1px solid #3f5e9d;
  font-weight: bold;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  background-color: #6286d0;
  background-image: linear-gradient(top, #6286d0, #3f5f9e);
  background-image: -o-linear-gradient(top, #6286d0, #3f5f9e);
  background-image: -moz-linear-gradient(top, #6286d0, #3f5f9e);
  background-image: -webkit-linear-gradient(top, #6286d0, #3f5f9e);
  background-image: -ms-linear-gradient(top, #6286d0, #3f5f9e);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6286d0', endColorstr='#3f5f9e',GradientType=0 );
  /* IE6-9 */
}
.btn-fb:after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 16px;
  background: url('/public/img/bryktiny.png') -357px -230px;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
[class^="btn-big-"],
[class*=" btn-big-"],
.btn-big {
  background: #75948e;
  font-size: 22px !important;
  font-weight: bold;
  color: #26443d;
  padding: 5px 20px;
  margin: 5px;
  text-transform: none;
  cursor: pointer;
  line-height: 1.4em;
  border: 1px solid #203e38;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  -o-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #c3dbd5;
  background-image: linear-gradient(top, #c3dbd5, #809d97);
  background-image: -o-linear-gradient(top, #c3dbd5, #809d97);
  background-image: -moz-linear-gradient(top, #c3dbd5, #809d97);
  background-image: -webkit-linear-gradient(top, #c3dbd5, #809d97);
  background-image: -ms-linear-gradient(top, #c3dbd5, #809d97);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3dbd5', endColorstr='#809d97',GradientType=0 );
  /* IE6-9 */
}
/*[class^="btn-big-"]:first-letter, [class*=" btn-big-"]:first-letter,.btn-big:first-letter {
  text-transform: uppercase;
}*/
.btn-big-advertisements {
  background: #350c86;
  color: white;
  float: none !important;
  border-color: #350c86;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  background-color: #7e50d9;
  background-image: linear-gradient(top, #7e50d9, #350c86);
  background-image: -o-linear-gradient(top, #7e50d9, #350c86);
  background-image: -moz-linear-gradient(top, #7e50d9, #350c86);
  background-image: -webkit-linear-gradient(top, #7e50d9, #350c86);
  background-image: -ms-linear-gradient(top, #7e50d9, #350c86);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e50d9', endColorstr='#350c86',GradientType=0 );
  /* IE6-9 */
}
.btn-big-red {
  color: white;
  background: #99231b;
  border-color: #75180f;
  text-shadow: 0 1px 0 #7b1710;
  -moz-text-shadow: 0 1px 0 #7b1710;
  -webkit-text-shadow: 0 1px 0 #7b1710;
  -o-text-shadow: 0 1px 0 #7b1710;
  background-color: #e12316;
  background-image: linear-gradient(top, #e12316, #99231b);
  background-image: -o-linear-gradient(top, #e12316, #99231b);
  background-image: -moz-linear-gradient(top, #e12316, #99231b);
  background-image: -webkit-linear-gradient(top, #e12316, #99231b);
  background-image: -ms-linear-gradient(top, #e12316, #99231b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12316', endColorstr='#99231b',GradientType=0 );
  /* IE6-9 */
}
.btn-big-gray {
  background: #e2e7e6;
  color: #4e4f58;
  border-color: #797979;
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #f5f5f5, #e2e7e6);
  background-image: -o-linear-gradient(top, #f5f5f5, #e2e7e6);
  background-image: -moz-linear-gradient(top, #f5f5f5, #e2e7e6);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e2e7e6);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e2e7e6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e2e7e6',GradientType=0 );
  /* IE6-9 */
}
[class^="btn-small-"],
[class*=" btn-small-"],
.btn-small {
  margin-left: 10px;
  background: #e2e7e6;
  color: #797979;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  padding: auto 1em;
  line-height: 1.2em;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #f5f5f5, #e2e7e6);
  background-image: -o-linear-gradient(top, #f5f5f5, #e2e7e6);
  background-image: -moz-linear-gradient(top, #f5f5f5, #e2e7e6);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e2e7e6);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e2e7e6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e2e7e6',GradientType=0 );
  /* IE6-9 */
}
.btn-small-green {
  color: white;
  background: #4b8a76;
  margin-left: 0;
  background-color: #4b8a76;
  background-image: linear-gradient(top, #4b8a76, #2e5b52);
  background-image: -o-linear-gradient(top, #4b8a76, #2e5b52);
  background-image: -moz-linear-gradient(top, #4b8a76, #2e5b52);
  background-image: -webkit-linear-gradient(top, #4b8a76, #2e5b52);
  background-image: -ms-linear-gradient(top, #4b8a76, #2e5b52);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b8a76', endColorstr='#2e5b52',GradientType=0 );
  /* IE6-9 */
}
[class^="btn-"]:hover,
[class*=" btn-"]:hover,
.btn:hover {
  background-image: none;
}
[class^="btn-"]:active,
[class*=" btn-"]:active,
.btn:active,
form .file-upload:active:before {
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5);
}
.btn-reads:hover {
  background: #e12316;
}
body.edit-advertisement .btn-advertisements {
  margin: 22px;
}
/* CLASS'es */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.color-fb {
  color: #4161a1;
}
.color-essays {
  color: #467b1b;
}
.color-green {
  color: #2d544a;
}
.tcenter {
  text-align: center;
}
.phone-only {
  display: none;
}
.contentPaginatorHide {
  display: none;
}
.fb_share {
  display: inline-block;
  width: 92px;
  height: 26px;
  background: url('/public/img/bryktiny.png') -252px -249px;
}
h3.empty,
p.empty {
  border-top: 1px solid #ededed;
  margin-top: 22px;
  text-align: center;
  line-height: 2em;
}
body.advertisements h3.empty {
  border-top: none;
  color: #330a85;
}
.lefttcol .fixed {
  width: 100%;
}
.fixed.activefixed {
  position: fixed;
  width: 200px;
  top: 0px;
}
p.small {
  font-size: 1em;
  margin: 1em 0;
  color: #797979;
}
.wrapper {
  margin: 0 auto;
  width: 1200px;
  transition: margin 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
}
.col3 {
  position: relative;
}
.col4 {
  float: left;
  width: 800px;
  margin-bottom: 10px;
}
.col2 {
  float: left;
  width: 400px;
}
.lefttcol {
  float: left;
  width: 200px;
  margin-top: 10px;
  position: relative;
}
.leftside {
  margin-right: 300px;
  background: #ffffff;
}
.leftside .maincol {
  margin: auto auto auto 200px;
  position: relative;
}
.maincol.fullh {
  padding: 22px;
}
.content-complain {
  width: auto;
  margin: 0 auto;
  float: left;
}
.innergraybox {
  margin: 0 22px 11px;
  background: #f8f9fa;
  clear: both;
}
.innergraybox .leftcol1 {
  float: left;
  padding: 22px;
  width: 356px;
}
.innergraybox .leftcol1 h3 a {
  display: block;
  font-size: 18px;
  color: #797979;
  padding: 0.5em 1em;
  font-weight: normal;
}
.innergraybox .leftcol1 li {
  position: relative;
}
.innergraybox .leftcol1 li:nth-child(1) a,
.innergraybox .leftcol1 li:nth-child(2) a {
  font-weight: bold;
}
.innergraybox .leftcol1 li a {
  border-top: 1px solid #ededed;
  padding-left: 20px;
}
.innergraybox .leftcol1 li a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-right: 3px;
  background: url('/public/img/bryktiny.png') -277px -8px;
  position: absolute;
  left: 3px;
}
.innergraybox .leftcol1 li a:hover,
.innergraybox .leftcol1 li.active a {
  color: #2d544a;
}
.innergraybox .leftcol1 li a:hover:before,
.innergraybox .leftcol1 li.active a:before {
  background-position: -8px -36px;
}
.innergraybox .leftcol1 li:first-child a {
  border-top: none;
}
.innergraybox .maincol {
  float: left;
  padding: 44px;
  width: 646px;
  background: white;
  margin: 22px 0;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  -webkit-box-shadow: 0 0 5px #999999;
  -o-box-shadow: 0 0 5px #999999;
}
.innergraybox .maincol:after {
  content: '';
  display: block;
  min-height: 100%;
  width: 32px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqRJREFUeNrsVc1rE0EUn/3IZpPd2KRtJMHix1FSUaK2F2+SBj+wRo0FoYci/gHiRaMgiAdBvHjwIIjiTYIXUUhMoxcFe2qxVIQcAoIa8tWE3U3Mfkx8M92VJJcGPeTiCz/mvdk37735vZkJ0+120SiFRSOWkRfAt9vtPwZpB8MwROUAMqBpGEbfgnKlSkfiRXwdINsmDV3/vNa3JhqNIp7nEcuyFMTPycv3+B0DJCzTnIEgh0EXuhivg/c90F/8I8tXAUftTVmAR4C3ZM9OAZcg8VOMsdC7Ehg5pCrKc0F0q2C+GTZjJpNxVCaVSr3iOO5U73dg4Iwsy6vFYvEIoygKmetgyxpMTkcLW6haqbYngpNzYH7Y3Gxu2wJiGYZOps55vZ6XNB7ALQh9bYANn+fBCJqGIbRarYymaRsWxjt8su9KrV5HOgQxDQvJPtnT2Gy+hhj3bQq3FZcgyJD1pqJoqNFoIK3VQqIoon179yABCuF5DgEzB3nLskLZbDZ2cWFhgxT/aWXlmqpplAHB7UadjoIkyYs8HnGs09HvlsuVLYbID3epH+5ujRQYO3YTdliCTYQ0RUUsx1FqqrUa2hmcRC4XTxioM1Ddbr/fb/a2yFGu30hNn52ffyCK7ggJMDE+/gSmvwBUG6Qfaja3vMqxrFkoFH6BjeficVrMgch+EuYnIDTYKhAdxik+l8t9S6fTx5PJ5NcBFpnTJ0/EA/6xCDH8gcBtGO6YpjnUQbSTE1mENuec5HYB5IAsASp8LBajk+/y+UQJhOjhcHg6FApdhoVTYH6XJOmWoevP6GJ2uLeL3HtblgG7ABfsq/7RvtYl24865mdmZwvNRmMRHogE9IbQ+x4O0pokS49tuqkYuvE3b8EPwEMb/TT//zMadQG/BRgAgd8ceDwCtdQAAAAASUVORK5CYII=") repeat-y;
  position: absolute;
  top: 0;
  right: -15px;
}
.innergraybox .maincol h2 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.innergraybox .maincol p {
  line-height: 1.5em;
  margin: 1em 0;
  font-size: 15px;
  color: #797979;
}
.paginationControl {
  text-align: center;
  padding-bottom: 22px;
}
.paginationControl ul {
  margin: auto !important;
  display: inline-block;
  list-style: none !important;
}
.paginationControl ul li {
  position: relative;
  margin: 5px auto !important;
}
.paginationControl li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #797979;
  border: rgba(0, 0, 0, 0.5);
  margin: 0 3px;
  box-shadow: 0 1px 1px #cccccc;
  -moz-box-shadow: 0 1px 1px #cccccc;
  -webkit-box-shadow: 0 1px 1px #cccccc;
  -o-box-shadow: 0 1px 1px #cccccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #f1f3f5;
  background-image: linear-gradient(top, #f1f3f5, #e1e6e9);
  background-image: -o-linear-gradient(top, #f1f3f5, #e1e6e9);
  background-image: -moz-linear-gradient(top, #f1f3f5, #e1e6e9);
  background-image: -webkit-linear-gradient(top, #f1f3f5, #e1e6e9);
  background-image: -ms-linear-gradient(top, #f1f3f5, #e1e6e9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f5', endColorstr='#e1e6e9',GradientType=0 );
  /* IE6-9 */
}
.paginationControl li a span {
  display: block;
  padding: 5.5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.paginationControl li a:hover,
.paginationControl li.active a,
.paginationControl li a:active {
  color: white;
  background-color: #4891dc;
  background-image: linear-gradient(top, #4891dc, #276db5);
  background-image: -o-linear-gradient(top, #4891dc, #276db5);
  background-image: -moz-linear-gradient(top, #4891dc, #276db5);
  background-image: -webkit-linear-gradient(top, #4891dc, #276db5);
  background-image: -ms-linear-gradient(top, #4891dc, #276db5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4891dc', endColorstr='#276db5',GradientType=0 );
  /* IE6-9 */
  margin-top: -3px;
  margin-bottom: 3px;
}
.paginationControl li a:hover:after,
.paginationControl li.active a:after,
.paginationControl li a:active:after {
  content: '';
  display: block;
  width: 80%;
  height: 5px;
  background: none;
  position: absolute;
  left: 10%;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
}
/* Bootstrap ICONS */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  opacity: 0.7;
  cursor: pointer;
}
.icon-active {
  opacity: 1;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-print,
.icon-print-preview {
  width: 16px;
  height: 15px;
  background-position: -85px -73px;
  background-image: url('/public/img/bryktiny.png');
  margin-left: 10px;
  float: left;
  margin-top: 10px;
}
.icon-print-preview {
  background-position: -47px -4px;
}
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  opacity: 1;
}
.icon-download,
.icon-download:hover {
  width: 10px;
  height: 15px;
  background-position: -472px -642px;
  background-image: url('/public/img/bryktiny.png');
  margin-right: 5px;
  text-decoration: none !important;
}
/* Ads */
.adBox {
  text-align: center;
  margin: 20px auto 0 auto;
}
.adBox.fixedAdBox {
  display: inline-block;
  width: 100%;
}
.adBox div,
.adBox table {
  margin: auto;
  text-align: center;
}
body.index-index .adBox,
body.brykowisko .adBox {
  border-right: 1px solid #496b63;
  margin-top: auto;
  margin-bottom: 15px;
  display: block !important;
}
.assideAd {
  height: 240px;
  margin: 22px;
}
body.static-page-index #main .adBox {
  float: right;
  margin: 0 0 22px 22px;
}
body.static-page-index #main .adBox {
  float: left !important;
}
/* ID's */
#viewport {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
#toolbox_mobil {
  display: none !important;
}
#topNav {
  background: #0f221f;
  color: white;
  border-bottom: 2px solid #1D3934;
  margin-top: -2px;
  position: relative;
  height: 51px;
}
#topNav:before {
  content: '';
  height: 120%;
  display: block;
  position: absolute;
  top: 0px;
  left: 11px;
  border-left: 1px solid #496b63;
}
#topNav > div {
  display: table;
  height: 51px;
}
#topNav nav,
#auth_box {
  display: table-cell;
  position: relative;
  bottom: -2px;
  vertical-align: top;
}
#topNav nav {
  width: 75%;
}
#topNav nav > ul {
  display: table;
  width: 100%;
}
#topNav nav > ul > li {
  display: table-cell;
  position: relative;
  float: none;
  text-align: center;
}
#topNav nav > ul > li.reads {
  width: 114px;
}
#topNav nav > ul > li.essays {
  width: 161px;
}
#topNav nav > ul > li.tests {
  width: 101px;
}
#topNav nav > ul > li.dictionaries {
  width: 120px;
}
#topNav nav > ul > li.advertisements {
  width: 143px;
}
#topNav nav > ul > li.exams {
  width: 129px;
}
#topNav nav > ul > li > a,
#auth_box a {
  padding: 19px 0;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  margin-bottom: -2px;
  border-bottom: 2px solid #1d3934;
  white-space: nowrap;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
}
#topNav nav > ul > li > a {
  padding: 19px 0;
}
#topNav nav > ul > li > a:hover,
#topNav nav > ul > li.active > a {
  background: #366456;
  border-bottom: 2px solid #366456;
}
#topNav nav > ul > li > a:after {
  content: '';
  position: absolute;
  top: 20px;
  border-right: 1px dotted #6f7a79;
  height: 11px;
  left: 0px;
}
#topNav nav > ul > li:first-child > a:after,
#auth_box a.login:after {
  border-right: 0;
}
#auth_box {
  width: 25%;
}
#auth_box > div {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}
#auth_box a {
  padding: 19px 0 17px 0;
  border-bottom: 2px solid #dd2416;
  margin-bottom: -2px;
  display: table-cell;
  text-align: center;
}
@-moz-document url-prefix() {
  #auth_box a {
    padding: 19px 0;
  }
  #auth_box #toolbox_mobil {
    display: none;
  }
}
#auth_box a:hover {
  background-color: #4e4f58;
}
#auth_box .loginName {
  border-left: 1px solid #3c4746;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 130px;
}
#auth_box .logout,
#auth_box .loginName {
  padding-left: 10px;
  padding-right: 10px;
}
#auth_box .login {
  padding-right: 20px;
  border-left: 1px solid #3c4746;
}
#auth_box .login:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('/public/img/bryktiny.png') -7px -7px;
  margin-left: 5px;
  top: 20px;
}
#topSearch {
  background: #346053;
  background-color: #336052;
  background-image: linear-gradient(top, #336052, #1f3d37);
  background-image: -o-linear-gradient(top, #336052, #1f3d37);
  background-image: -moz-linear-gradient(top, #336052, #1f3d37);
  background-image: -webkit-linear-gradient(top, #336052, #1f3d37);
  background-image: -ms-linear-gradient(top, #336052, #1f3d37);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336052', endColorstr='#1f3d37',GradientType=0 );
  /* IE6-9 */
  color: white;
  position: relative;
}
#topSearch:before {
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  left: 11px;
  border-left: 1px solid #496b63;
  border-bottom: 1px solid #496b63;
  bottom: 7px;
}
body.index-index #topSearch:before,
body.essays-essay #topSearch:before,
body.reads-read #topSearch:before,
body.brykowisko #topSearch:before {
  top: -8px;
  width: 50%;
}
#logo {
  float: left;
  display: block;
  width: 148px;
  height: 56px;
  margin: 30px 50px 0 105px;
  background: url('/public/img/bryktiny.png') -322px 0;
}
#logo:after {
  content: '';
  width: 34px;
  border-top: 1px solid #496b63;
  height: 10px;
  display: block;
  position: absolute;
  top: 55px;
  left: 270px;
}
body.index-index #logo:after,
body.brykowisko #logo:after {
  display: none;
}
#logo:before {
  content: '';
  width: 38px;
  border-bottom: 1px solid #496b63;
  height: 55px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50px;
  border-left: 1px solid #496b63;
}
body.index-index #logo:before,
body.brykowisko #logo:before {
  height: 153px;
}
body.read #topSearch,
body.essay #topSearch {
  padding-bottom: 63px;
}
#topSearch h3 {
  float: left;
  font-family: chalkdustregular, Arial, sans-serif;
  font-size: 14px;
  max-width: 200px;
  margin: 40px 26px;
  font-weight: normal;
  color: white;
}
#topSearch h3.tablet {
  max-width: 280px;
}
#topSearch h3 .big {
  font-size: 21px;
}
#topSearch h3 strong {
  font-size: 27px;
}
#topSearch form {
  text-align: center;
  margin-left: 230px;
  padding-top: 25px;
}
#topSearch .wrapper {
  position: relative;
  padding-bottom: 10px;
}
body.index-index #topSearch .wrapper:before,
body.brykowisko #topSearch .wrapper:before {
  content: '';
  border-bottom: 1px solid #496b63;
  height: 20%;
  right: 0;
  position: absolute;
  bottom: 7px;
  width: 50%;
  border-right: 1px solid #496b63;
}
#topSearch .wrapper:after {
  content: '';
  border-right: 1px solid #496b63;
  border-top: 1px solid #496b63;
  top: 55px;
  height: 90%;
  right: 0;
  width: 89px;
  position: absolute;
}
/*.headerAd {
  height: 100px;
}*/
.headerAd:after {
  content: '';
  bottom: 8px;
  top: 153px;
  max-height: 200px;
  right: 0;
  width: 89px;
  position: absolute;
}
body.index-index #topSearch .wrapper:after,
body.brykowisko #topSearch .wrapper:after {
  top: 153px;
  height: 20%;
}
#see_all_lists {
  margin: 0 5% 11px 5% !important;
  width: auto;
  display: block;
}
#toolbox {
  border-right: 2px solid #2d544a;
  border-bottom: 2px solid #2d544a;
  position: relative;
  background: white;
  z-index: 10;
  /*overflow: hidden;*/
  padding-bottom: 10px;
}
#toolbox .your-list {
  display: none;
}
body.search #toolbox {
  margin-top: -38px;
}
body.search #toolbox #arrow_to_fav {
  top: 34px;
  left: -62px;
}
body.dictionaries #toolbox #arrow_to_fav {
  display: none;
}
body.dictionaries #toolbox {
  margin-left: -2px;
}
#toolbox:before,
.fullwhite aside > div:before {
  content: '';
  width: 20px;
  /*min-height:500px;*/
  height: 80%;
  position: absolute;
  left: -10px;
  z-index: -1;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
}
#toolbox:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2d544a;
  background-image: linear-gradient(bottom, #2d544a, transparent 104px);
  background-image: -o-linear-gradient(bottom, #2d544a, transparent 104px);
  background-image: -moz-linear-gradient(bottom, #2d544a, transparent 104px);
  background-image: -webkit-linear-gradient(bottom, #2d544a, transparent 104px);
  background-image: -ms-linear-gradient(bottom, #2d544a, transparent 104px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d544a', endColorstr='transparent 104px',GradientType=1 );
  /* IE6-9 */
}
#toolbox .bg {
  background: white;
  padding: 11px 22px;
}
#toolbox .bg2 {
  background: white;
  padding: 11px 0 0;
}
#toolbox .bg + .bg2 {
  display: none;
}
#toolbox .header {
  color: #2d544a;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1em;
}
#toolbox .infografika {
  width: auto;
  color: #fff;
  padding: 20px;
  background: #24453e;
  background-image: linear-gradient(115deg, #24453e 10%, #38675c 40%, #38675c 60%, #24453e 90%);
  background-image: -o-linear-gradient(115deg, #24453e 10%, #38675c 40%, #38675c 60%, #24453e 90%);
  background-image: -moz-linear-gradient(115deg, #24453e 10%, #38675c 40%, #38675c 60%, #24453e 90%);
  background-image: -webkit-linear-gradient(115deg, #24453e 10%, #38675c 40%, #38675c 60%, #24453e 90%);
  background-image: -ms-linear-gradient(115deg, #24453e 10%, #38675c 40%, #38675c 60%, #24453e 90%);
}
#toolbox .infografika span {
  display: block;
  text-shadow: 0 1px 0 #1e3730;
  -moz-text-shadow: 0 1px 0 #1e3730;
  -webkit-text-shadow: 0 1px 0 #1e3730;
  -o-text-shadow: 0 1px 0 #1e3730;
  -webkit-font-smoothing: antialiased;
}
#toolbox .infografika span:first-child {
  font-size: 20px;
}
#toolbox .infografika span:last-child {
  font-size: 15px;
}
#toolbox .infografika span.img {
  background: url('/public/img/bryktiny.png') -249px -659px;
  height: 65px;
  max-width: 230px;
  margin: 30px auto;
}
#toolbox .info {
  font-size: 11px;
  color: #797979;
  margin: 1em 0;
}
#toolbox .info .ico {
  display: block;
  height: 21px;
  width: 21px;
  background: url('/public/img/bryktiny.png') -6px -107px;
  float: left;
  margin-right: 5px;
}
#toolbox .interest {
  padding: 11px 22px 22px;
  background-color: #ffffff;
  background-image: linear-gradient(top left, #ffffff, #f8f8f8);
  background-image: -o-linear-gradient(top left, #ffffff, #f8f8f8);
  background-image: -moz-linear-gradient(top left, #ffffff, #f8f8f8);
  background-image: -webkit-linear-gradient(top left, #ffffff, #f8f8f8);
  background-image: -ms-linear-gradient(top left, #ffffff, #f8f8f8);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  /* IE6-9 */
}
#toolbox .interest:before {
  content: '';
  width: 2px;
  height: 100px;
  position: absolute;
  background-color: #ffffff;
  background-image: linear-gradient(top, #ffffff, #2d544a);
  background-image: -o-linear-gradient(top, #ffffff, #2d544a);
  background-image: -moz-linear-gradient(top, #ffffff, #2d544a);
  background-image: -webkit-linear-gradient(top, #ffffff, #2d544a);
  background-image: -ms-linear-gradient(top, #ffffff, #2d544a);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2d544a',GradientType=0 );
  /* IE6-9 */
  bottom: 0;
  margin-left: -22px;
}
#toolbox .interest .info {
  padding-left: 0;
  margin-top: 0;
  font-size: 11px;
  color: #797979;
  margin-left: 0;
  list-style: none;
}
#toolbox .interest li {
  margin-left: 20px;
  list-style: none;
  color: #2d544a;
  position: relative;
}
#toolbox .interest li:before {
  content: '';
  background: url('/public/img/bryktiny.png') -129px -171px;
  position: absolute;
  width: 4px;
  height: 3px;
  top: 7px;
  left: -10px;
}
#toolbox .interest li.info:before {
  display: none;
}
#toolbox .interest li a {
  color: #467b1b;
  font-weight: bold;
  font-size: 1em;
  display: inline-block;
  padding: 3px 0;
  vertical-align: middle;
}
#toolbox .interest li a:hover {
  text-decoration: underline;
}
#toolbox .extra-buttons {
  position: relative;
}
#toolbox h3 {
  font-size: 1em;
  color: white;
  padding: 8px 22px;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
#toolbox h3:after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  background: url('/public/img/bryktiny.png') -90px -165px;
  float: right;
  position: relative;
}
#toolbox h3.list-name {
  word-wrap: break-word;
}
#toolbox h3.list-name:after {
  display: none;
}
#toolbox h3.reads {
  background-color: #df240c;
  background-color: #e33f2a;
  background-image: linear-gradient(top, #e33f2a, #c4200b);
  background-image: -o-linear-gradient(top, #e33f2a, #c4200b);
  background-image: -moz-linear-gradient(top, #e33f2a, #c4200b);
  background-image: -webkit-linear-gradient(top, #e33f2a, #c4200b);
  background-image: -ms-linear-gradient(top, #e33f2a, #c4200b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33f2a', endColorstr='#c4200b',GradientType=0 );
  /* IE6-9 */
}
#toolbox h3.essays {
  background-color: #3e6d17;
  background-color: #527c2f;
  background-image: linear-gradient(top, #527c2f, #386215);
  background-image: -o-linear-gradient(top, #527c2f, #386215);
  background-image: -moz-linear-gradient(top, #527c2f, #386215);
  background-image: -webkit-linear-gradient(top, #527c2f, #386215);
  background-image: -ms-linear-gradient(top, #527c2f, #386215);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#527c2f', endColorstr='#386215',GradientType=0 );
  /* IE6-9 */
}
#toolbox h3.dictionaries {
  background-color: #255695;
  background-color: #406ba2;
  background-image: linear-gradient(top, #406ba2, #214c83);
  background-image: -o-linear-gradient(top, #406ba2, #214c83);
  background-image: -moz-linear-gradient(top, #406ba2, #214c83);
  background-image: -webkit-linear-gradient(top, #406ba2, #214c83);
  background-image: -ms-linear-gradient(top, #406ba2, #214c83);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406ba2', endColorstr='#214c83',GradientType=0 );
  /* IE6-9 */
}
#toolbox .your-list {
  display: none;
}
#toolbox h3 + ul {
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 5px;
}
#toolbox h3 + ul li {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 20px;
  padding: 3px 0;
  position: relative;
}
#toolbox h3 + ul li:before,
.maincol_padding article.reads ul li:before {
  content: '';
  background: url('/public/img/bryktiny.png');
  width: 4px;
  height: 3px;
  position: absolute;
}
#toolbox h3.reads + ul li:before,
.maincol_padding article.reads ul li:before {
  background-position: -104px -170px;
  top: 18px;
  left: -12px;
}
#toolbox h3.reads + ul li li:before {
  top: 7px;
}
#toolbox h3.essays + ul li:before {
  background-position: -129px -171px;
  top: 9px;
  left: -12px;
}
#toolbox h3.dictionaries + ul li:before {
  background-position: -143px -171px;
  top: 9px;
  left: -12px;
}
#toolbox h3.reads + ul li {
  color: #e0250e;
}
#toolbox h3.essays + ul li {
  color: #467b1b;
}
#toolbox h3.dictionaries + ul li {
  color: #276fb8;
}
#toolbox h3 + ul li a,
#toolbox h3 + ul li span,
.maincol_padding article.reads ul li a {
  display: block;
  font-size: 11px;
  color: #797979;
  margin-right: 31px;
}
#toolbox h3 + ul li span span {
  display: inline;
  margin: 0;
}
#toolbox h3.essays + ul li,
#toolbox h3.dictionaries + ul li {
  padding: 4px 0;
}
#toolbox h3.essays + ul li a,
#toolbox h3.dictionaries + ul li a {
  font-size: 1em;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-right: 5px;
  vertical-align: middle;
}
#toolbox h3 + ul li.sugestion a {
  font-size: 1em;
  color: #2d544a;
  font-weight: bold;
}
#toolbox h3 + ul li a:hover {
  text-decoration: underline;
}
#toolbox h3 + ul li span {
  font-size: 1em;
  border-top: 1px solid #ededed;
  margin: 0 33px 0 0;
  padding: 10px 0 5px;
  cursor: pointer;
}
#toolbox h3 + ul li span + ul li {
  height: 0px;
  padding: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#toolbox h3 + ul li span.active + ul li,
.maincol_padding article.reads ul li {
  height: auto;
  padding: 3px 0;
  overflow: visible;
}
#toolbox h3 + ul li:first-child span {
  border-top: none;
}
#toolbox h3 + ul li a.del {
  display: none;
  float: right;
  margin-right: 15px;
  margin-top: 7px;
  width: auto;
}
#toolbox h3.essays + ul li a.del,
#toolbox h3.dictionaries + ul li a.del {
  margin-top: -1px;
}
.device-tablet #toolbox h3 + ul li a.del {
  display: block;
}
#toolbox h3 + ul li:hover a.del {
  display: block;
}
#toolbox h3 + ul li a.del span {
  padding: 0;
  margin: 0;
  border-top: none;
}
#toolbox h3.reads + ul li a.del span {
  margin: 7px 0 0;
}
#toolbox hr {
  border: none;
  border-top: 1px solid #ededed;
  margin: 11px 22px;
}
#toolbox form {
  margin: 5px 0;
  display: none;
}
#toolbox form input {
  font-size: 13px;
  color: #797979;
  padding: 7px 10px;
  margin: 0 5px 0 20px;
  width: 63%;
  border: 1px solid #ededed;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
}
#toolbox form input + span {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url('/public/img/bryktiny.png') -127px -136px;
}
#toolbox-filter {
  border: 1px solid #ededed;
  width: 80%;
  margin: 10px auto 5px;
  display: block;
  line-height: 1.5em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  padding-left: 25px;
  background: url('/public/img/bryktiny.png') no-repeat;
  background-position: -482px -639px;
  height: 20px;
  adding-top: 0px;
  padding-bottom: 0px;
}
#toolbox-filter.ipad {
  height: 18px;
}
#toolbox .other_lists {
  display: none;
  border: 3px solid #3f7869;
  background: white;
  padding: 11px;
  margin: 5px;
  margin-bottom: 12px;
  position: absolute;
  bottom: 100%;
  width: 256px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
#toolbox .other_lists:after {
  content: '';
  width: 26px;
  height: 14px;
  display: block;
  position: absolute;
  z-index: 100;
  left: 120px;
  bottom: -12px;
  background: url('/public/img/bryktiny.png') -458px -230px;
}
#toolbox .other_lists li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1em;
  color: #2d544a;
}
#toolbox .other_lists li a {
  color: #797979;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Chrome- and Safari-specific CSS here*/
  #toolbox .other_lists li a {
    vertical-align: 0;
  }
}
#toolbox .other_lists li a:hover {
  text-decoration: underline;
}
#toolbox .other_lists li.title {
  font-size: 22px;
  color: #213f39;
  list-style: none;
  padding-bottom: 3px;
}
#toolbox .other_lists.active {
  display: block;
  z-index: 1000;
}
#toolbox .other_lists li {
  padding: 5px;
}
#toolbox .btn-green2 {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
}
#toolbox .fb-like {
  float: right;
  margin-right: 11px;
}
#toolbox .list-name {
  color: #000;
  float: left;
  max-width: 215px;
  cursor: pointer;
}
body.dictionaries-dictionary div.dictionaries-toolbox,
body.dictionaries-letter div.dictionaries-toolbox {
  z-index: 2!important;
}
body.dictionaries-entry div.dictionaries-toolbox .opracowania_box,
body.dictionaries-dictionary div.dictionaries-toolbox .opracowania_box,
body.dictionaries-dictionary div.dictionaries-toolbox #arrow_to_fav,
body.dictionaries-letter div.dictionaries-toolbox .opracowania_box,
body.dictionaries-letter div.dictionaries-toolbox #arrow_to_fav {
  display: none;
}
body.dictionaries-dictionary .wrapper aside.rightcol,
body.dictionaries-letter .wrapper aside.rightcol {
  position: absolute!important;
  right: 0;
}
body.dictionaries-dictionary #main .rightcol,
body.dictionaries-letter #main .rightcol {
  z-index: 1;
}
.info-ico {
  display: inline-block;
  width: 29px;
  height: 29px;
  vertical-align: middle;
  background: url('/public/img/bryktiny.png') -127px -135px;
  position: absolute;
  right: 15px;
}
span.text-dictionary-hit:hover > .info-box {
  z-index: 101;
}
.info-ico:hover + .info-box,
span.text-dictionary-hit:hover > .tip .info-box {
  display: block;
}
.text-dictionary-hit b {
  color: #276fb8;
}
.info-box {
  /*display: none;
  background: #8bb8fc;
  padding: @gutter-width;
  left: @gutter-width;
  top:-55px;
  position: absolute;
  width: @column-width*1;
  .border-radius(7px);*/
  display: none;
  background: white;
  padding: 22px;
  margin: 5px;
  position: absolute;
  left: 9px;
  top: -4px;
  width: 178px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  /*.border-radius(2px);*/
  z-index: 10;
}
.info-box:after {
  content: '';
  width: 26px;
  height: 14px;
  display: block;
  position: absolute;
  z-index: 100;
  right: -20px;
  top: 48px;
  background: url('/public/img/bryktiny.png') -458px -230px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.info-box.left-box:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  left: -20px;
  right: auto;
}
.info-box.top-box {
  width: 95%;
  margin-top: 92px;
}
.info-box.top-box:after {
  display: none;
}
.info-box:before {
  content: '';
  width: 5px;
  height: 22px;
  display: block;
  position: absolute;
  z-index: 101;
  right: 2px;
  top: 45px;
  background: #fff;
}
.info-box .title {
  display: block;
  font-size: 16px;
  /*.text-shadow(0 1px 0 rgba(0,0,0,.5));*/
  margin: -22px;
  color: white !important;
  padding: 10px 20px !important;
  background: #276fb8;
}
#toolbox .info-box .title,
.users-profile .info-box .title {
  background: #2d544a;
}
.info-box .title a {
  color: white !important;
  display: block;
}
.content {
  color: #4E4F58;
  font-size: 14px;
  line-height: 1.5em;
  margin: 1em 0;
  text-align: justify;
}
.content h1 {
  text-align: left;
}
.info-box .content {
  color: #2c4e7e;
  font-size: 11px;
  text-align: left !important;
  display: block;
  padding-top: 20px;
}
span.text-dictionary-hit:hover > .info-box {
  font-weight: normal;
  font-style: normal;
}
.services-content {
  width: 60%;
  margin: 0 auto;
  float: left;
}
.services-content + .adBox {
  width: auto !important;
  margin: 0;
  float: right;
}
body.index-index #topSearch form,
body.brykowisko #topSearch form,
#searchForm {
  margin-left: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
}
#dictionarySearchForm {
  clear: left;
}
#topSearch form p,
#dictionarySearchForm p {
  font-size: 22px;
  padding: 6px 8px;
  background: #e12316;
  background-color: #e12316;
  background-image: linear-gradient(top, #e12316, #99231b);
  background-image: -o-linear-gradient(top, #e12316, #99231b);
  background-image: -moz-linear-gradient(top, #e12316, #99231b);
  background-image: -webkit-linear-gradient(top, #e12316, #99231b);
  background-image: -ms-linear-gradient(top, #e12316, #99231b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12316', endColorstr='#99231b',GradientType=0 );
  /* IE6-9 */
  box-shadow: inset 0 0 26px #bf2b1e;
  -moz-box-shadow: inset 0 0 26px #bf2b1e;
  -webkit-box-shadow: inset 0 0 26px #bf2b1e;
  -o-box-shadow: inset 0 0 26px #bf2b1e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 90px;
  position: relative;
}
#dictionarySearchForm p {
  padding: 6px !important;
  background-color: white;
  border: 1px solid #ededed;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  background-color: #ffffff;
  background-image: linear-gradient(top, #ffffff, #e0e3e6);
  background-image: -o-linear-gradient(top, #ffffff, #e0e3e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e0e3e6);
  background-image: -webkit-linear-gradient(top, #ffffff, #e0e3e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e0e3e6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e3e6',GradientType=0 );
  /* IE6-9 */
}
#topSearch form p > span,
#dictionarySearchForm p > span {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #75180f;
  background: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: inset 0 0 5px #000000;
  -moz-box-shadow: inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  -o-box-shadow: inset 0 0 5px #000000;
}
#dictionarySearchForm p > span {
  border: 1px solid #ededed;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
#topSearch form p > span label,
#dictionarySearchForm p > span label {
  padding: 0 0 0 45px;
  margin-right: 140px;
  display: block;
  position: relative;
}
#topSearch form p > span label:before,
#dictionarySearchForm p > span label:before {
  content: '';
  display: inline-block;
  background: url('/public/img/bryktiny.png') -409px -59px;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 17px;
  top: 17px;
}
#topSearch form p > span label.searching:before,
#dictionarySearchForm p > span label.searching:before,
#toolbox label.searching {
  width: 16px;
  height: 16px;
  background: url("data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==");
}
#toolbox > div.blank {
  width: 100%;
  text-align: center;
}
#toolbox label.searching {
  display: block;
  margin: auto;
}
#topSearch form input,
#dictionarySearchForm input {
  display: block;
  font-size: 22px;
  height: 48px;
  background: none;
  border: 0;
  width: 100%;
}
#topSearch form button,
#dictionarySearchForm button {
  float: right;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: white;
  padding: 5px 15px;
  margin: 5px;
  cursor: pointer;
  background: #99231b;
  text-shadow: 0 1px 0 #7b1710;
  -moz-text-shadow: 0 1px 0 #7b1710;
  -webkit-text-shadow: 0 1px 0 #7b1710;
  -o-text-shadow: 0 1px 0 #7b1710;
  background-color: #e12316;
  background-image: linear-gradient(top, #e12316, #99231b);
  background-image: -o-linear-gradient(top, #e12316, #99231b);
  background-image: -moz-linear-gradient(top, #e12316, #99231b);
  background-image: -webkit-linear-gradient(top, #e12316, #99231b);
  background-image: -ms-linear-gradient(top, #e12316, #99231b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12316', endColorstr='#99231b',GradientType=0 );
  /* IE6-9 */
  box-shadow: inset 0 0 15px #cf3022;
  -moz-box-shadow: inset 0 0 15px #cf3022;
  -webkit-box-shadow: inset 0 0 15px #cf3022;
  -o-box-shadow: inset 0 0 15px #cf3022;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #75180f;
  line-height: 27px;
}
#topSearch form span span {
  float: right;
}
#dictionarySearchForm button {
  background: #276fb8;
  border: 1px solid #224675;
  background-color: #4891dc;
  background-image: linear-gradient(top, #4891dc, #276db5);
  background-image: -o-linear-gradient(top, #4891dc, #276db5);
  background-image: -moz-linear-gradient(top, #4891dc, #276db5);
  background-image: -webkit-linear-gradient(top, #4891dc, #276db5);
  background-image: -ms-linear-gradient(top, #4891dc, #276db5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4891dc', endColorstr='#276db5',GradientType=0 );
  /* IE6-9 */
  box-shadow: inset 0 0 10px #5ea4e4;
  -moz-box-shadow: inset 0 0 10px #5ea4e4;
  -webkit-box-shadow: inset 0 0 10px #5ea4e4;
  -o-box-shadow: inset 0 0 10px #5ea4e4;
  text-shadow: 0 1px 0 #1f4d7c;
  -moz-text-shadow: 0 1px 0 #1f4d7c;
  -webkit-text-shadow: 0 1px 0 #1f4d7c;
  -o-text-shadow: 0 1px 0 #1f4d7c;
}
#dictionarySearchForm form button:hover {
  background-color: #276db5;
  background-image: linear-gradient(top, #276db5, #4891dc);
  background-image: -o-linear-gradient(top, #276db5, #4891dc);
  background-image: -moz-linear-gradient(top, #276db5, #4891dc);
  background-image: -webkit-linear-gradient(top, #276db5, #4891dc);
  background-image: -ms-linear-gradient(top, #276db5, #4891dc);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276db5', endColorstr='#4891dc',GradientType=0 );
  /* IE6-9 */
}
#topSearch form button:hover {
  background-color: #99231b;
  background-image: linear-gradient(top, #99231b, #e12316);
  background-image: -o-linear-gradient(top, #99231b, #e12316);
  background-image: -moz-linear-gradient(top, #99231b, #e12316);
  background-image: -webkit-linear-gradient(top, #99231b, #e12316);
  background-image: -ms-linear-gradient(top, #99231b, #e12316);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99231b', endColorstr='#e12316',GradientType=0 );
  /* IE6-9 */
}
#topSearch form button:active,
#dictionarySearchForm button:active {
  background-image: none;
}
#footer .wrapper {
  border-right: 1px solid #ededed;
  padding-top: 15px;
}
#footer .col2 nav,
#footer .col4 nav {
  display: inline;
  float: left;
  width: 178px;
  margin: 0 11px;
}
#footer .col2 li,
#footer .col4 li {
  display: block;
  float: none;
}
#footer h4 {
  margin: 15px 11px 5px 11px;
}
#footer .col2 nav.footer-margin,
#footer .col4 nav.footer-margin {
  margin-top: 7px;
}
#footer nav h4 {
  margin-left: 0;
  margin-top: 8px;
}
#footer nav a {
  color: #898989;
  font-size: 12px;
  padding: .5em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 13px;
}
#footer nav a:hover {
  color: #2d544a;
  text-decoration: underline;
}
#footer .main_nav {
  clear: both;
}
#footer .main_nav li {
  float: left;
}
#footer .main_nav li h3 a {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 200px;
  padding: 8px 20px;
  text-decoration: none;
  opacity: 0.5;
  margin: 0;
  transition: opacity ease-in 0.2s;
  -webkit-transition: opacity ease-in 0.2s;
  -moz-transition: opacity ease-in 0.2s;
  -o-transition: opacity ease-in 0.2s;
}
#footer .main_nav li h3 a:hover,
#footer .main_nav li.active h3 a {
  opacity: 1;
}
#footer .main_nav li h3 a small,
#home_main section > ul > li small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-family: Arial, sans-serif;
}
#footer .main_nav li.reads h3 a,
#home_main li.reads,
#topNav nav > ul > li.reads > a:hover,
#topNav nav > ul > li.reads.active > a {
  background: #e0250e;
  border-bottom-color: #e0250e;
}
#footer .main_nav li.essays h3 a,
#home_main li.essays,
#topNav nav > ul > li.essays > a:hover,
#topNav nav > ul > li.essays.active > a {
  background: #467b1b;
  border-bottom-color: #467b1b;
}
#footer .main_nav li.dictionaries h3 a,
#home_main li.dictionaries,
#topNav nav > ul > li.dictionaries > a:hover,
#topNav nav > ul > li.dictionaries.active > a {
  background: #276fb8;
  border-bottom-color: #276fb8;
}
#footer .main_nav li.tests h3 a,
#home_main li.tests,
#topNav nav > ul > li.tests > a:hover,
#topNav nav > ul > li.tests.active > a {
  background: #e7820a;
  border-bottom-color: #e7820a;
}
#footer .main_nav li.advertisements h3 a,
#home_main li.advertisements,
#topNav nav > ul > li.advertisements > a:hover,
#topNav nav > ul > li.advertisements.active > a {
  background: #330a85;
  border-bottom-color: #330a85;
}
#footer .main_nav li.main-nav-login h3 a,
#home_main li.main-nav-login,
#topNav nav > ul > li.main-nav-login > a,
#topNav nav > ul > li.main-nav-login.active > a {
  background: #e0250e;
  border-bottom-color: #e0250e;
}
#footer .main_nav li a {
  display: block;
}
#copy_footer {
  background-color: #f9f9f9;
  background-image: linear-gradient(left, #f9f9f9, #e9e9e9);
  background-image: -o-linear-gradient(left, #f9f9f9, #e9e9e9);
  background-image: -moz-linear-gradient(left, #f9f9f9, #e9e9e9);
  background-image: -webkit-linear-gradient(left, #f9f9f9, #e9e9e9);
  background-image: -ms-linear-gradient(left, #f9f9f9, #e9e9e9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=1 );
  /* IE6-9 */
  padding: 22px 11px;
}
#copy_footer p.fright {
  float: right;
  font-size: 11px;
  color: #a2a2a8;
}
#copy_footer p.fright a {
  display: block;
  float: left;
  padding: 5px 15px;
  z-index: 1;
}
#copy_footer p.fright a:hover {
  text-decoration: underline;
  color: #2d544a;
}
#copy_footer p.fright a:nth-child(1):after,
#copy_footer p.fright a:nth-child(2):after {
  content: '';
  /*border-right:1px solid #dfdfdf;*/
  height: 12px;
  right: -15px;
  position: relative;
}
#copy_footer p.fright a:last-child:before {
  content: '';
  border-left: 1px solid #dfdfdf;
  height: 12px;
  left: -15px;
  position: relative;
  top: 5px;
}
#copy_footer .fleft {
  float: left;
  font-size: 11px;
  color: #a2a2a8;
  white-space: nowrap;
}
#copy_footer .fleft a {
  color: #3f7869;
}
#copy_footer .fleft a :hover {
  text-decoration: underline;
}
#home_main {
  background: white;
  padding: 13px 0;
  position: relative;
}
#home_main .wrapper:after {
  content: '';
  width: 70%;
  height: 20px;
  bottom: -10px;
  position: absolute;
  z-index: -1;
  margin: -10px 10% 0;
  left: 5%;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
}
#home_main section > ul {
  width: 1230px;
}
#home_main section > ul > li:hover {
  margin: -40px -15px;
  width: 230px;
  z-index: 200;
  height: 284px;
}
#home_main section > ul > li.dictionaries:hover {
  width: 319px;
  margin: -40px -60px;
}
#home_main li:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 0;
  background-image: url('/public/img/bryktiny.png');
}
#home_main section > ul > li:hover:after {
  content: '';
  width: 80%;
  height: 10px;
  bottom: -25px;
  position: absolute;
  z-index: 110;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
}
#home_main li.reads:before {
  width: 128px;
  height: 94px;
  background-position: 0 -277px;
}
#home_main li.essays:before {
  width: 124px;
  height: 94px;
  background-position: -128px -277px;
}
#home_main li.dictionaries:before {
  width: 118px;
  height: 94px;
  background-position: -252px -277px;
}
#home_main li.tests:before {
  width: 130px;
  height: 94px;
  background-position: -370px -277px;
}
#home_main li.advertisements:before {
  width: 124px;
  height: 94px;
  background-position: 0 -401px;
}
#home_main li.advertisements p {
  line-height: 1.5em;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  margin-top: 16px;
}
#home_main li.advertisements p + p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5em;
}
#home_main li.dictionaries {
  background-color: #20376b;
  background-image: linear-gradient(bottom, #20376b, #2770ba);
  background-image: -o-linear-gradient(bottom, #20376b, #2770ba);
  background-image: -moz-linear-gradient(bottom, #20376b, #2770ba);
  background-image: -webkit-linear-gradient(bottom, #20376b, #2770ba);
  background-image: -ms-linear-gradient(bottom, #20376b, #2770ba);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20376b', endColorstr='#2770ba',GradientType=0 );
  /* IE6-9 */
}
#home_main section > ul > li {
  float: left;
  width: 200px;
  padding: 8px 20px;
  color: white;
  text-transform: uppercase;
  display: block;
  height: 209px;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  position: relative;
}
#home_main section > ul > li h3 {
  margin: 0.5em 0;
  color: white;
}
#home_main section > ul > li > ul {
  margin: 1.5em 0 1em;
  font-size: 1em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  z-index: 111;
  position: relative;
  height: 145px;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
#home_main section > ul > li:hover > ul {
  height: 218px;
}
#home_main section > ul > li > ul li {
  position: relative;
  overflow: hidden !important;
}
#home_main section > ul > li > ul li.break {
  height: 5px;
}
#home_main section > ul > li > ul li.li-disc {
  margin-left: 10px;
}
#home_main section > ul > li > ul li.li-disc:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 3px;
  background: url('/public/img/bryktiny.png') -121px -170px;
  left: -9px;
  top: 7px;
}
#home_main section > ul > li > ul li.li-disc a {
  font-weight: normal;
}
#home_main section > ul > li > ul li a {
  display: block;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
#home_main section > ul > li > ul li.li-disc a:hover {
  text-decoration: underline;
}
#home_main section > ul > li > ul li a:hover:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background: url('/public/img/bryktiny.png') -75px -11px;
  position: relative;
}
#home_main + .wrapper {
  overflow: hidden;
  border-right: 1px solid #ededed;
}
#home_main + .wrapper:after {
  content: '';
  width: 70%;
  margin: -10px 10% 0;
  height: 20px;
  position: absolute;
  z-index: -1;
  left: 5%;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
}
#home_main + .wrapper h2 {
  margin: 1em 0;
}
#scroll_handler {
  height: 22px;
  width: 80px;
  background: #2d544a;
  background-color: #335f51;
  background-image: linear-gradient(top, #335f51, #213f39);
  background-image: -o-linear-gradient(top, #335f51, #213f39);
  background-image: -moz-linear-gradient(top, #335f51, #213f39);
  background-image: -webkit-linear-gradient(top, #335f51, #213f39);
  background-image: -ms-linear-gradient(top, #335f51, #213f39);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335f51', endColorstr='#213f39',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 0 2px #999999;
  -moz-box-shadow: 0 0 2px #999999;
  -webkit-box-shadow: 0 0 2px #999999;
  -o-box-shadow: 0 0 2px #999999;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  position: absolute;
  bottom: 82px;
  cursor: pointer;
}
#scroll_handler:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url('/public/img/bryktiny.png') -118px -11px;
  position: relative;
  left: 7px;
  top: 3px;
}
#scroll_handler:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url('/public/img/bryktiny.png') -107px -11px;
  position: relative;
  left: 63px;
  top: 3px;
}
body.device-tablet #scroll_handler {
  display: none;
}
body.device-tablet #rec_essays_container {
  overflow: scroll;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
#rec_essays {
  width: 200%;
  height: 85px;
  overflow: hidden;
}
#rec_essays article {
  float: left;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  height: 85px;
  background: #F8F8F8;
  min-width: 150px;
}
#rec_essays article h4 {
  padding-top: 5px;
}
#rec_essays article h4 a {
  display: block;
  padding: 5px 15px;
  border-left: 4px solid #2d544a;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#rec_essays article h4 a:hover {
  text-decoration: underline;
}
#rec_essays article > a {
  padding: 0px 19px;
  font-size: 11px;
  color: #bbbbbb;
  /*font-weight:bold;*/
}
#fb_box {
  position: fixed;
  left: -292px;
  top: 77px;
  width: 292px;
  z-index: 1100;
  transition: left ease-in-out 0.3s;
  -webkit-transition: left ease-in-out 0.3s;
  -moz-transition: left ease-in-out 0.3s;
  -o-transition: left ease-in-out 0.3s;
}
#fb_box.active {
  left: 0px;
}
#fb_box > a {
  position: absolute;
  right: -40px;
  background: #3d5c9b;
  display: block;
  width: 40px;
  height: 100px;
  float: right;
  cursor: pointer;
  box-shadow: 1px 1px 1px #222222;
  -moz-box-shadow: 1px 1px 1px #222222;
  -webkit-box-shadow: 1px 1px 1px #222222;
  -o-box-shadow: 1px 1px 1px #222222;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -o-border-bottom-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
#fb_box > a:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 81px;
  background: url('/public/img/bryktiny.png') -298px 0;
  position: relative;
  top: 10px;
  left: 10px;
}
.fb-like-box {
  background: white;
}
#fb-share-btn {
  display: inline-block;
  float: right;
  margin-right: -2%;
  font-size: 11px;
  text-transform: none;
}
#fb-share-btn > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/public/img/bryktiny.png') -475px -81px;
  margin: -3px 5px -4px 0px;
}
#email-share-btn {
  margin-left: -2%;
  font-size: 11px;
  text-transform: none;
  white-space: nowrap;
}
#shareEmailForm.active {
  display: block !important;
}
#shareEmailForm input {
  width: 182px !important;
  margin: auto -7px !important;
  padding-right: 75px !important;
}
#shareEmailForm button {
  position: absolute;
  top: 3px;
  right: -5px;
  line-height: 16px;
  font-size: 11px;
  text-transform: none;
}
/*

#fb_box > a:hover + div,#fb_box:hover {
  left: 0;
}
*/
#ad_box_300x250_google:before,
#ad_box300x250:before,
#ad_dol_srodek:before {
  font-size: 10px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #bdc0c2;
  padding: 14px 0 12px;
  width: 100%;
  margin: 0 auto;
  display: block;
  content: "Reklama";
}
.ad-box {
  margin-top: 20px;
}
.ad-box div {
  margin-bottom: 20px;
}
#breadcrumbs {
  background: white;
  width: 1156px;
  padding: 10px 22px;
  font-size: 11px;
  color: #797979;
  border-bottom: 1px solid #ededed;
}
body.search #breadcrumbs {
  padding-top: 15px;
}
#breadcrumbs:before {
  content: '';
  display: block;
  position: absolute;
  height: 32px;
  width: 1200px;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  top: 0;
  left: 11px;
}
body.search #breadcrumbs:before {
  height: 37px;
}
#breadcrumbs_short {
  white-space: nowrap;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}
#breadcrumbs div,
#breadcrumbs_short div {
  display: inline;
}
#breadcrumbs a,
#breadcrumbs_short a {
  margin: 0 10px;
  position: relative;
  z-index: 1000;
  /*text-transform: capitalize;*/
}
#breadcrumbs a:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 3px;
  background: #797979;
  position: relative;
  left: -10px;
  top: -2px;
}
#breadcrumbs_short a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  left: -10px;
  top: -2px;
}
#breadcrumbs div:first-child a:before,
#breadcrumbs_short div:first-child a:before {
  display: none;
}
#breadcrumbs div:first-child a,
#breadcrumbs_short div:first-child a {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/public/img/bryktiny.png') -156px -9px;
  margin-left: 0;
  margin-bottom: -2px;
}
#breadcrumbs_short div:first-child a {
  background-position: -124px -243px;
  width: 14px;
  height: 13px;
}
#main {
  position: relative;
}
#main .rightcol {
  width: 300px;
  float: right;
  position: relative;
}
body.tests-results #main .rightcol > div {
  min-height: 500px;
}
#main .rightcol .topbox {
  color: #2d544a;
  text-align: center;
  font-size: 11px;
  background: white;
  padding: 22px;
}
body.advertisements #main .rightcol .topbox {
  text-align: right;
}
#main .rightcol .topbox h3 {
  font-size: 22px;
  font-family: 'chalkdustregular';
  background: #fff;
  white-space: nowrap;
}
#main .rightcol .topbox h3 strong {
  font-size: 40px;
}
#main .rightcol .filters h2 {
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  padding: 10px 22px;
  font-family: 'Ghotam', 'Arial', sans-serif;
  font-weight: normal;
}
body.dictionaries #main .rightcol .filters h2 {
  border: none;
  position: relative;
  color: #276fb8;
}
#main .rightcol .filters h2:first-child + ul {
  background: #f8f8f8;
  position: relative;
  z-index: 11;
}
#main .rightcol .filters h2:nth-child(4) {
  border: none;
}
#main .rightcol .filters h2:nth-child(4):before {
  content: '';
  width: 100%;
  height: 30px;
  margin-top: -25px;
  margin-left: -20px;
  position: absolute;
  z-index: -1;
  background-image: -moz-radial-gradient(30% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(30% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(30% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(30% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(30% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 70%);
}
#main .rightcol .filters ul li {
  position: relative;
}
#main .rightcol .filters ul li a,
#main .rightcol .filters ul li label {
  display: block;
  padding: 10px 22px 10px 44px;
  font-weight: bold;
  color: #898989;
  font-size: 13px;
  /*text-transform:capitalize;*/
  z-index: 100;
  position: relative;
}
#main .rightcol .filters ul li a:before,
#main .rightcol .filters ul li label:before {
  content: '';
  display: block;
  background: url('/public/img/bryktiny.png') -52px -116px;
  width: 4px;
  height: 6px;
  position: absolute;
  left: 22px;
  z-index: 110;
  top: 13px;
}
#main .rightcol .filters ul li:hover,
#main .rightcol .filters ul li.active {
  border-right: 2px solid #e0250e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background: white;
}
#main .rightcol .filters ul li:hover a,
#main .rightcol .filters ul li.active a,
.color-reads {
  color: #e0250e;
}
#copy_footer .color-reads {
  font-size: 12px;
}
#copy_footer .color-reads strong:after {
  content: '?';
  font-size: 10px;
  margin: auto auto auto 10px;
}
#oldbryk {
  background: url('/public/img/bryktiny.png') 0 -724px;
  display: block;
  float: left;
  width: 220px;
  height: 47px;
  margin-right: 10px;
  margin-top: -13px;
}
.dictionaries #main .rightcol .filters ul li span {
  display: block;
}
.dictionaries #main .rightcol .filters ul li.active span:after {
  content: '';
  position: absolute;
  bottom: 5px;
  height: 10px;
  width: 80%;
  right: 6px;
  background: transparent;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(2deg);
}
.dictionaries #main .rightcol .filters ul li:hover {
  border: none;
}
.dictionaries #main .rightcol .filters h2,
.dictionaries #main .rightcol .filters ul {
  background: #fff!important;
}
.dictionaries #main .rightcol .filters ul li.active {
  border: 2px solid #276fb8;
  border-left: none;
  left: -2px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  -o-border-top-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: -2px;
  margin-bottom: -2px;
  background: #fff!important;
}
.dictionaries #main .rightcol .filters ul li.active a {
  padding-left: 46px;
}
.dictionaries #main .rightcol .filters ul li.active a:before {
  left: 24px;
}
.dictionaries #main .rightcol .filters ul li.active a:after {
  content: '';
  display: none;
  width: 90%;
  height: 10px;
  position: absolute;
  bottom: -7px;
  left: 5%;
  z-index: -1;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
}
.dictionaries #main .rightcol .filters ul li:hover a,
.dictionaries #main .rightcol .filters ul li.active a {
  color: #276fb8;
}
#main .rightcol .filters ul li:hover a:before,
#main .rightcol .filters ul li.active a:before,
#main .rightcol .filters ul li:hover label:before #main .rightcol .filters ul li.active label:before {
  background-position: -64px -116px;
}
.dictionaries #main .rightcol .filters ul li:hover a:before,
.dictionaries #main .rightcol .filters ul li.active a:before {
  background-position: -65px -141px;
}
#main .rightcol .filters ul li:hover:before,
#main .rightcol .filters ul li.active:before {
  content: '';
  display: block;
  width: 100%;
  right: 1px;
  position: absolute;
  height: 2px;
  z-index: 1000;
  background: #e0250e;
  background-color: #ffffff;
  background-image: linear-gradient(left, #ffffff, #e0250e);
  background-image: -o-linear-gradient(left, #ffffff, #e0250e);
  background-image: -moz-linear-gradient(left, #ffffff, #e0250e);
  background-image: -webkit-linear-gradient(left, #ffffff, #e0250e);
  background-image: -ms-linear-gradient(left, #ffffff, #e0250e);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0250e',GradientType=1 );
  /* IE6-9 */
}
#main .rightcol .filters ul li:hover:after,
#main .rightcol .filters ul li.active:after {
  content: '';
  background: #e0250e;
  right: 1px;
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  bottom: 0px;
  z-index: 1000;
  background-color: #ffffff;
  background-image: linear-gradient(left, #ffffff, #e0250e);
  background-image: -o-linear-gradient(left, #ffffff, #e0250e);
  background-image: -moz-linear-gradient(left, #ffffff, #e0250e);
  background-image: -webkit-linear-gradient(left, #ffffff, #e0250e);
  background-image: -ms-linear-gradient(left, #ffffff, #e0250e);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0250e',GradientType=1 );
  /* IE6-9 */
}
.dictionaries #main .rightcol .filters ul li.active:before,
.dictionaries #main .rightcol .filters ul li.active:hover:before,
.dictionaries #main .rightcol .filters ul li.active:after,
.dictionaries #main .rightcol .filters ul li.active:hover:after,
.dictionaries #main .rightcol .filters ul li:hover:after,
.dictionaries #main .rightcol .filters ul li:hover:before {
  display: none;
  background: none;
  background-image: none;
}
.dictionaries #main .rightcol .filters ul li:hover {
  background: none;
}
.dictionaries .search-block,
.dictionaries-entry .search-block {
  padding-bottom: 20px;
  padding-right: 22px;
  position: relative;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -o-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.dictionaries .search-block header {
  min-height: 140px;
}
.dictionaries .search-block:after,
.dictionaries-entry .search-block:after {
  content: '';
  right: 0px;
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  bottom: 0px;
  z-index: 1000;
  background: #276fb8;
  background-color: #ffffff;
  background-image: linear-gradient(left, #ffffff, #276fb8);
  background-image: -o-linear-gradient(left, #ffffff, #276fb8);
  background-image: -moz-linear-gradient(left, #ffffff, #276fb8);
  background-image: -webkit-linear-gradient(left, #ffffff, #276fb8);
  background-image: -ms-linear-gradient(left, #ffffff, #276fb8);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#276fb8',GradientType=1 );
  /* IE6-9 */
}
.dictionaries .search-block:before,
.dictionaries-entry .search-block:before {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
  background: #276fb8;
  background-color: #ffffff;
  background-image: linear-gradient(top, #ffffff, #276fb8 16%);
  background-image: -o-linear-gradient(top, #ffffff, #276fb8 16%);
  background-image: -moz-linear-gradient(top, #ffffff, #276fb8 16%);
  background-image: -webkit-linear-gradient(top, #ffffff, #276fb8 16%);
  background-image: -ms-linear-gradient(top, #ffffff, #276fb8 16%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#276fb8 16%',GradientType=1 );
  /* IE6-9 */
}
#main .mainleftcol {
  margin-right: 300px;
  padding: 0 22px;
  background: white;
  font-size: 1em;
  color: #797979;
}
body.reads #main .mainleftcol {
  padding-right: 0px;
}
body.dictionaries #main .mainleftcol {
  padding: 0 0 0 22px;
}
#main .mainleftcol h1 {
  font-size: 34px;
  padding: 0.5em 0;
}
#main .mainleftcol h1 span {
  display: inline-block;
  width: 100px;
  height: 105px;
  background: url('/public/img/bryktiny.png');
  position: absolute;
  top: 0px;
  margin-left: 10px;
  z-index: 100;
}
body.auth #main .mainleftcol h1 span,
body.users #main .mainleftcol h1 span {
  background-position: -357px -110px;
  height: 120px;
  width: 98px;
}
body.advertisements #main .mainleftcol h1 span {
  width: 107px;
  margin-left: 40px;
  background-position: -370px -401px;
}
body.reads #main .mainleftcol h1 span {
  width: 130px;
  height: 101px;
  background-position: -370px -506px;
}
body.essays #main .mainleftcol h1 span {
  width: 122px;
  height: 101px;
  background-position: -129px -506px;
}
body.tests #main .mainleftcol h1 span {
  width: 129px;
  height: 101px;
  background-position: 0px -506px;
}
body.exams #main .mainleftcol h1 span {
  width: 122px;
  height: 101px;
  background-position: -129px -404px;
}
body.exams #main .mainleftcol h1 + p {
  border-top: 1px solid #ededed;
  padding-top: 22px;
}
body.writing-tips #main .mainleftcol h1 span {
  width: 119px;
  height: 101px;
  background-position: -250px -404px;
}
body.dictionaries-index #main .mainleftcol h1 span {
  width: 120px;
  height: 99px;
  background-position: -250px -508px;
  top: -33px;
}
body.dictionaries-dictionary #main .mainleftcol h1,
body.dictionaries-entry #main .mainleftcol h1 {
  padding-bottom: 0;
}
.reads #main .mainleftcol h1,
.reads #main .maincol h2,
.reads #main .maincol h3 {
  color: #e0250e;
}
.dictionaries #main .mainleftcol h1,
.dictionaries #main .mainleftcol h2,
.dictionaries #main .mainleftcol h3 {
  color: #276fb8;
}
.essays #main .mainleftcol h1,
.essays #main .mainleftcol h2,
.essays #main .mainleftcol h3 {
  color: #467b1b;
}
.tests #main .mainleftcol h1,
.tests #main .mainleftcol h2,
.tests #main .mainleftcol h3 {
  color: #e7820a;
}
.tests #main .mainleftcol h3.wrong {
  background: none repeat scroll 0 0 #F7E2E2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 5px;
}
.advertisements #main .mainleftcol h1,
.advertisements #main .mainleftcol h2,
.advertisements #main .mainleftcol h3 {
  color: #330a85;
}
/*#main .maincol h2:first-letter,#main .maincol h3:first-letter {
  text-transform: uppercase;
}*/
#main .mainleftcol p {
  margin: 1em 0;
  line-height: 1.5em;
}
#main .mainleftcol div.reads_list header {
  border-bottom: 1px solid #ededed;
  position: relative;
}
#main .mainleftcol div.reads_list header h2 {
  font-size: 22px;
  line-height: 33px;
  color: #e0250e;
}
#main .mainleftcol div.reads_list header > span {
  float: right;
  line-height: 33px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 197px;
}
#main .mainleftcol div.reads_list header > ul {
  float: right;
  position: absolute;
  right: 0px;
}
#main .mainleftcol div.reads_list .clearfix > p,
.maincol_padding p.empty {
  font-size: 1.2em;
  text-align: center;
  padding-top: 2em;
  margin-bottom: 4em;
  color: #797979;
}
#main > .wrapper > aside.fleft {
  width: 267px;
  padding: 22px;
}
#main > .wrapper > aside.fleft + .maincol {
  margin-left: 311px;
}
.fullwhite {
  background: white;
}
.fullwhite aside {
  z-index: 10;
  height: 100%;
}
.fullwhite aside > div {
  background: white;
  height: 100%;
}
.fullwhite > .maincol {
  padding: 22px 22px 22px 0;
}
aside.fleft > h2,
.fullwhite > .maincol h2 {
  font-size: 22px;
  font-weight: normal;
  color: #797979;
  margin-bottom: 1em ;
}
#author_link {
  display: inline-block;
  width: 62px;
  height: 21px;
  background: url('/public/img/bryktiny.png') -322px -56px;
  margin-left: 20px;
  padding: 0 !important;
}
.add_essay_box {
  text-align: center;
}
.lefttcol .add_essay_box:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 19px;
  background: url('/public/img/bryktiny.png') -470px 0;
  position: absolute;
  left: -2px;
  top: 57px;
}
body.essays-category .add_essay_box,
body.essays-author .add_essay_box,
body.essay .add_essay_box {
  margin-top: 20px;
}
.add_essay_box small {
  color: #797979;
  font-size: 14px;
  margin: 0 22px 5px 100px;
  clear: right;
  display: block;
  text-align: left;
}
.add_essay_box .ico_arrow {
  display: block;
  position: absolute;
  width: 93px;
  height: 33px;
  background: url('/public/img/bryktiny.png') -77px -182px;
}
.add_essay_box .btn {
  text-transform: initial;
  padding-left: 30px;
  position: relative;
}
.add_essay_box .btn:before {
  content: '+ ';
  font-size: 21px;
  position: absolute;
  left: 10px;
}
body.essays-category .add_essay_box .ico_arrow,
body.essays-author .add_essay_box .ico_arrow,
body.essay .add_essay_box .ico_arrow {
  position: relative;
  margin-right: -35px;
  margin-bottom: -25px;
  background-position: -222px -173px;
  width: 71px;
  height: 25px;
  float: right;
  z-index: 1;
}
body.essay .add_essay_box .ico_arrow {
  margin-right: -10px;
}
body.essays-category .add_essay_box small,
body.essays-author .add_essay_box small,
body.essay .add_essay_box small {
  margin: 0 22px 5px;
}
ul.reads_list li {
  width: 33%;
  float: left;
}
ul.reads_list li:nth-child(3n+1) {
  clear: left;
}
ul.reads_list li a {
  display: block;
  padding: 0.5em 0 0.5em 15px;
  font-size: 14px;
}
ul.reads_list li a .hover {
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  max-width: 98%;
}
ul.reads_list li a:hover .hover {
  text-decoration: underline;
  color: #e0250e;
}
ul.reads_list li a span.hover_short {
  max-width: 71%;
}
ul.reads_list li a:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: url('/public/img/bryktiny.png') -88px -116px;
  left: -15px;
  top: 9px;
  position: relative;
}
ul.reads_list li a span.label {
  color: #e0250e;
  padding: 2px;
  border: 1px solid #e0250e;
  font-size: 11px;
  white-space: nowrap;
  margin-left: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
body.search ul.sortlist {
  margin-top: -56px;
  position: absolute;
  right: 0;
}
ul.sortlist {
  margin-right: 20px;
  float: right;
  z-index: 10;
}
ul.sortlist li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  padding: 0 30px 0 20px;
  background: white;
}
ul.sortlist li a:before {
  content: '';
  height: 1px;
  margin: 0 -25px 0 -15px;
  display: block;
  background-image: linear-gradient(left, #ffffff, #ededed, #ffffff);
  background-image: -o-linear-gradient(left, #ffffff, #ededed, #ffffff);
  background-image: -moz-linear-gradient(left, #ffffff, #ededed, #ffffff);
  background-image: -webkit-linear-gradient(left, #ffffff, #ededed, #ffffff);
  background-image: -ms-linear-gradient(left, #ffffff, #ededed, #ffffff);
}
ul.sortlist li:first-child a:before {
  display: none;
}
ul.sortlist li {
  display: none;
  z-index: -1;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
ul.sortlist li:last-child {
  border-bottom: 1px solid #ededed;
}
ul.sortlist:hover > li {
  display: block;
}
ul.sortlist:active li {
  display: block !important;
  z-index: 110;
}
.device-phone ul.sortlist > li,
.device-tablet ul.sortlist > li,
.device-phone ul.sortlist:hover > li,
.device-tablet ul.sortlist:hover > li {
  display: none !important;
  z-index: -1;
}
.device-phone ul.sortlist.active > li,
.device-tablet ul.sortlist.active > li,
.device-phone ul.sortlist.active:hover > li,
.device-tablet ul.sortlist.active:hover > li {
  display: block !important;
  z-index: 110;
}
ul.sortlist li:first-child {
  border-top: 1px solid #ededed;
  margin-top: -1px;
  display: block !important;
  z-index: 110;
  border-bottom: 1px solid white;
}
ul.sortlist li:first-child:after {
  content: '';
  display: block;
  width: 7px;
  height: 4px;
  background: url('/public/img/bryktiny.png') -75px -118px;
  top: 14px;
  position: absolute;
  right: 10px;
}
ul.sortlist:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ffffff 40%;
  background-image: linear-gradient(left bottom, #ffffff 40%, #ededed);
  background-image: -o-linear-gradient(left bottom, #ffffff 40%, #ededed);
  background-image: -moz-linear-gradient(left bottom, #ffffff 40%, #ededed);
  background-image: -webkit-linear-gradient(left bottom, #ffffff 40%, #ededed);
  background-image: -ms-linear-gradient(left bottom, #ffffff 40%, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff 40%', endColorstr='#ededed',GradientType=1 );
  /* IE6-9 */
  left: -6px;
  top: 34px;
  position: absolute;
}
ul.sortlist:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ffffff 40%;
  background-image: linear-gradient(right bottom, #ffffff 40%, #ededed);
  background-image: -o-linear-gradient(right bottom, #ffffff 40%, #ededed);
  background-image: -moz-linear-gradient(right bottom, #ffffff 40%, #ededed);
  background-image: -webkit-linear-gradient(right bottom, #ffffff 40%, #ededed);
  background-image: -ms-linear-gradient(right bottom, #ffffff 40%, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff 40%', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
  right: -6px;
  top: 34px;
  position: absolute;
}
div.reads_list ul.sortlist li.active a,
div.reads_list ul.sortlist li a:hover {
  color: #e0250e;
}
.wrapper .fullh {
  background: white;
}
.lefttcol .like_work {
  background: #fff;
  padding: 1em 1em 20px;
}
.lefttcol .like_work .light-green {
  color: #71b438;
  font-size: 21px;
  margin: 0 0 1em 0;
}
.lefttcol .like_work .light-green strong {
  display: block;
}
.lefttcol .like_work .btn-green,
.lefttcol .like_work .btn-left:hover {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
  color: #fff;
  background-color: #71b438;
  background-color: #95ea4e;
  background-image: linear-gradient(top, #95ea4e, #69a934);
  background-image: -o-linear-gradient(top, #95ea4e, #69a934);
  background-image: -moz-linear-gradient(top, #95ea4e, #69a934);
  background-image: -webkit-linear-gradient(top, #95ea4e, #69a934);
  background-image: -ms-linear-gradient(top, #95ea4e, #69a934);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ea4e', endColorstr='#69a934',GradientType=0 );
  /* IE6-9 */
}
.lefttcol .like_work .btn-green:before,
.lefttcol .like_work .btn-left:hover:before {
  content: '';
  display: block;
  width: 16px;
  height: 13px;
  background: url('/public/img/bryktiny.png') -184px -76px;
  z-index: 100;
  position: absolute;
  margin: 2px 0 0 -19px;
}
.lefttcol .like_work .btn-right {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}
.lefttcol .like_work .btn-right:before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  background: url('/public/img/bryktiny.png') -156px -73px;
  z-index: 100;
  position: absolute;
  margin: 2px 0 0 -19px;
}
.left_submenu {
  background-color: #f8f8f8;
  background-image: linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -o-linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -moz-linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -webkit-linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -ms-linear-gradient(left, #f8f8f8, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e7e7e7',GradientType=1 );
  /* IE6-9 */
  border-right: 1px solid #dadada;
}
.left_submenu li {
  float: none;
  position: relative;
}
.left_submenu li a {
  display: block;
  padding: 1em 12px 1em 7px;
  font-size: 13px;
  color: #4e4f58;
  background: white;
  font-weight: bold;
}
.left_submenu li a:first-letter {
  text-transform: uppercase;
}
.left_submenu li:before,
.search_submenu li li:after,
.leftside .lefttcol h4:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #dadada;
  position: relative;
  bottom: 1px;
  background-color: #f8f8f8;
  background-image: linear-gradient(left, #f8f8f8, #dadada);
  background-image: -o-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -moz-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -webkit-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -ms-linear-gradient(left, #f8f8f8, #dadada);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dadada',GradientType=1 );
  /* IE6-9 */
}
body.essays .leftside .lefttcol h4:after {
  bottom: -25px;
  right: -10px;
}
.left_submenu:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f8f8f8;
  background-image: linear-gradient(left, #f8f8f8, #dadada);
  background-image: -o-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -moz-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -webkit-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -ms-linear-gradient(left, #f8f8f8, #dadada);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dadada',GradientType=1 );
  /* IE6-9 */
}
.left_submenu li a:hover,
.left_submenu li.active a {
  background: none;
  color: #e0250e;
}
.left_submenu li a:hover:after,
.left_submenu li.active a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 5px;
  background: url('/public/img/bryktiny.png') -139px -78px;
  position: relative;
  right: -3px;
  top: -2px;
}
.maincol.reads header {
  background: #e0250e;
  margin-bottom: -30px;
}
body.essay section.maincol header {
  background: #467b1b;
  margin-bottom: -30px;
}
body.essay section.maincol header .add_to_list {
  background: #467b1b;
  border-bottom: 1px solid #386117 !important;
}
body.reads section.maincol header .add_to_list {
  background: #e0250e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.leftside .maincol header {
  color: white;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -o-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -o-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  top: -48px;
  position: relative;
  width: 100%;
}
.leftside .maincol header + article {
  margin-top: -13px;
}
.mailcol.fullh {
  padding-bottom: 44px;
}
.maincol.fullh > section {
  border: 1px solid #bddba5;
  margin-bottom: 22px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 3px 5px #cccccc;
  -moz-box-shadow: 0 3px 5px #cccccc;
  -webkit-box-shadow: 0 3px 5px #cccccc;
  -o-box-shadow: 0 3px 5px #cccccc;
}
.maincol.fullh > section header {
  float: left;
  padding: 11px;
  width: 178px;
}
body.exams .maincol.fullh > section header {
  width: 267px;
}
body.exams .maincol.fullh > section header h3 {
  padding-top: 7px;
}
.maincol.fullh header h3 a {
  display: block;
  color: #467b1b;
  font-size: 20px;
  margin-bottom: 5px;
}
.maincol.fullh header h4 {
  font-size: 12px;
  color: #797979;
}
.maincol.fullh > section nav {
  padding: 11px 0;
  margin-left: 200px;
}
body.exams .maincol.fullh > section nav {
  margin-left: 289px;
}
.maincol.fullh > section nav ul li {
  position: relative;
}
.maincol.fullh > section nav ul li a {
  display: block;
  width: 165px;
  text-align: left;
  margin: 0 11px;
  padding: 7.333333333333333px 0;
  font-size: 1em;
  color: #797979;
  line-height: 1.2em;
  min-height: 43px;
}
.essays-index .maincol.fullh > section nav ul li:nth-child(5n+6) {
  clear: left;
}
.essays-index section section nav > ul {
  display: inline-block;
}
body.exams .maincol.fullh > section nav ul li a {
  width: 256px;
  margin-left: 20px;
}
.maincol.fullh > section nav ul li a:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: url('/public/img/bryktiny.png') -88px -116px;
  position: absolute;
  left: 0;
  top: 10px;
}
.maincol.fullh > section nav ul li a:hover {
  text-decoration: underline;
  color: #467b1b;
}
.maincol header h1 {
  margin: 10px 20px ;
  font-size: 23px;
  font-family: 'Arial', sans-serif;
  color: white;
}
body.essay .maincol header h1 {
  word-wrap: break-word;
}
#breadcrumbs_short + h1 + div {
  height: 39px;
  overflow: hidden;
}
.maincol .return {
  float: right;
  color: #2d544a;
  font-weight: bold;
  font-size: 14px;
}
.maincol .return:before {
  content: '';
  display: inline-block;
  background: url('/public/img/bryktiny.png') -234px -13px;
  width: 9px;
  height: 5px;
  margin-right: 5px;
}
.maincol .return:hover {
  text-decoration: underline;
}
.maincol .return + h1 + p {
  margin: 1em 0;
  font-weight: bold;
  color: #797979;
}
.maincol header a,
.maincol header p.section > span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}
.maincol header a.fright strong {
  text-transform: uppercase;
  color: #fff;
  margin-left: 3px;
}
.maincol header a.fright .ratingCount {
  visibility: hidden;
}
.maincol header a[href]:hover {
  text-decoration: underline;
}
.maincol header .author {
  display: block;
}
.maincol header .section {
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 38px;
}
body.essay .maincol header .section {
  border-bottom: 1px solid #386117;
}
.maincol header .section:first-child p {
  white-space: nowrap;
  margin-right: 36px;
}
.maincol header .section:first-child p a {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0 2px;
}
.maincol header p.section {
  float: left;
  font-size: 1em;
  border-bottom: none !important;
  border-right: 1px solid #386117;
  border-top: 1px solid #386117;
}
body.reads-read .maincol header p.section {
  border-color: rgba(255, 255, 255, 0.3);
}
.maincol header p.section:last-child {
  float: none;
  text-align: right;
}
.icon-fav {
  float: right;
  display: block;
  width: 20px;
  height: 21px;
  background: url('/public/img/bryktiny.png') -25px -161px;
  opacity: 1;
}
a.add_to_list {
  float: right;
  line-height: 38px;
  font-size: 0.8em;
  border-bottom: none !important;
}
a.add_to_list .icon-fav {
  float: none;
  display: inline-block;
  margin: -2px 0 -2px 8px;
}
.search a.add_to_list,
.essays-category a.add_to_list,
.essays-author a.add_to_list {
  line-height: 20px;
  margin-left: 10px;
}
.search a.add_to_list .icon-fav {
  margin: -4px 0 -2px 8px;
}
.icon-fav-active,
.maincol .icon-fav:hover,
a.add_to_list:hover .icon-fav {
  background-position: -112px -70px;
  opacity: 1;
}
#arrow_to_fav {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  background: url('/public/img/bryktiny.png') -298px -81px;
  top: -17px;
  left: -37px;
}
body.essays-category #arrow_to_fav {
  top: 0;
  background-position: -77px -182px;
  width: 93px;
  height: 33px;
}
body.search #arrow_to_fav,
body.dictionaries-entry div.dictionaries-toolbox #arrow_to_fav {
  width: 75px;
  height: 73px;
  background: url('/public/img/bryktiny.png') -172px -200px;
  top: 25px;
  left: -65px;
}
body.dictionaries-entry div.dictionaries-toolbox #arrow_to_fav {
  left: -60px;
  top: 10px;
}
.maincol article {
  margin: 11px 22px 0 0;
  padding: 0 22px 1em 22px;
  border-top: 1px solid #dadada;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.maincol .content h1,
.maincol .content h2,
.maincol .content h3,
.maincol .content h4,
.maincol .content h5,
.mainleftcol .content h1,
.mainleftcol .content h2,
.mainleftcol .content h3,
.mainleftcol .content h4,
.mainleftcol .content h5 {
  line-height: 1.5em;
  margin: 0.5em 0;
}
.maincol .content #reads_related_content > li {
  color: #797979;
  font-size: 1em;
  line-height: 1.5em;
  margin-left: 20px;
}
.maincol .content ul,
.maincol .content ol,
.mainleftcol .content ul,
.mainleftcol .content ol {
  margin: 1em auto;
  color: #797979;
  list-style-position: outside;
  padding-left: 40px;
}
.mainleftcol .content a {
  text-decoration: underline;
}
.maincol .content ol,
.mainleftcol .content ol {
  padding-left: 25px;
}
.maincol .content ul li,
.maincol .content ol li,
.mainleftcol .content ul li,
.mainleftcol .content ol li {
  color: #4E4F58;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5em;
  margin: 3px 0;
  text-align: justify;
}
.maincol .content ul,
.mainleftcol .content ul {
  list-style-type: disc;
}
.maincol .content ol,
.mainleftcol .content ol {
  list-style-type: decimal;
}
.maincol .content section > li {
  margin-left: 20px;
}
.maincol .content section {
  color: #4E4F58;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5em;
  font-family: inherit;
}
.maincol .content section h1,
.maincol .content section h1,
.maincol .content section h2,
.maincol .content section h3,
.maincol .content section h4,
.maincol .content section h5,
.maincol .content section h6 {
  color: #4E4F58;
  font-family: Arial, Sans-serif;
  line-height: 1.5em;
}
sub {
  vertical-align: sub;
}
.maincol .content section table {
  border-collapse: collapse;
  border: 1px solid;
}
.maincol .content table,
.mainleftcol .content table,
.question_item.wybierz table {
  border-collapse: collapse;
  border: 1px solid #606060;
  overflow: scroll;
}
.maincol .content td,
.mainleftcol .content td,
.question_item.wybierz td {
  color: #797979;
  line-height: 1.5em;
  border: 1px solid #797979;
  padding: 0 5px;
  margin: 0px;
  vertical-align: top;
}
.maincol .content td p,
.mainleftcol .content td p,
.question_item.wybierz td p {
  margin: 0px;
}
.maincol article footer p {
  font-size: 10px;
}
.maincol .content p,
.mainleftcol .content p {
  margin: 1em 0;
}
body.essay .maincol article {
  border-top: none;
}
.maincol_padding article {
  margin: 11px 0;
  border: 1px solid #dadada;
  float: left;
  width: -webkit-calc(100% - 44px);
  width: -moz-calc(100% - 44px);
  width: -o-calc(100% - 44px);
  width: calc(100% - 44px);
}
.maincol_padding article p {
  font-size: 1em !important;
}
.maincol_padding article footer {
  border-top: 1px solid #ededed;
}
.maincol_padding article footer p {
  margin-bottom: 0;
}
.maincol_padding article footer p.green {
  color: #71b33a;
  margin-left: 10px;
}
.maincol_padding article footer p.green:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-right: 10px;
  background: url('/public/img/bryktiny.png') -53px -164px;
}
.maincol_padding article .author {
  font-size: 1em;
  color: #797979;
}
.maincol_padding article.essays {
  border-color: #467b1b;
}
.essay_author {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 130px;
}
article.essays footer p.fright.essay_author {
  max-width: 200px;
  word-wrap: normal;
}
.maincol_padding article.reads {
  border-color: #e0250e;
  border-width: 2px;
  box-shadow: inset 0 0 2px #cccccc;
  -moz-box-shadow: inset 0 0 2px #cccccc;
  -webkit-box-shadow: inset 0 0 2px #cccccc;
  -o-box-shadow: inset 0 0 2px #cccccc;
}
#reads_search_top {
  display: block;
  width: 66px;
  height: 27px;
  left: 50%;
  position: relative;
  background: url('/public/img/bryktiny.png') -156px -135px;
  margin-left: -33px;
  margin-bottom: -19px;
}
body.search h2 {
  color: #797979;
  font-weight: normal;
  font-size: 18px;
}
body.search h2 .highlight {
  color: #2d544a;
  font-weight: bold;
}
.maincol_padding article h3 {
  font-size: 18px;
  margin: 1em 0 0;
  font-weight: normal;
}
.maincol_padding article h3 a {
  padding: 1em 22px 1em 22px;
  margin: -1em -22px 0;
  display: block;
}
.maincol_padding article p.short {
  margin-top: 0;
}
.maincol_padding article h3 .add_to_list {
  margin: 3px -22px 0 0;
}
.maincol_padding article.reads h3 .add_to_list {
  margin-top: -15px;
}
.maincol_padding article.essays h3 {
  word-wrap: break-word;
}
.maincol_padding article.essays h3 a {
  color: #467b1b;
  word-wrap: break-word;
}
.maincol_padding article.reads h3 a {
  color: #e0250e;
}
.maincol_padding article.reads small {
  color: white;
  text-align: center;
  display: block;
  background: #e0250e;
  margin: -19px -22px 11px;
  font-size: 11px;
  padding: 4px 0;
}
.maincol_padding article.reads ul {
  position: relative;
  margin-bottom: 10px;
}
.maincol_padding article.reads ul li {
  margin: 0px 0px 0px 10px;
  position: relative;
  float: left;
  width: 48%;
}
.maincol_padding article.reads ul li:before {
  top: 7px;
  left: -10px;
}
.maincol_padding article.reads ul li a {
  font-size: 11px;
  line-height: 1em;
}
.maincol_padding article.reads ul li a:hover {
  text-decoration: underline;
}
#reads_search_top + article.reads small {
  padding-top: 9px;
}
.maincol_padding article.dictionaries h3 a {
  color: #276fb8;
}
.maincol_padding article.reads h3:hover a {
  background: #e0250e;
  color: white;
}
.maincol_padding article.dictionaries h3:hover a {
  background: #276fb8;
  color: white;
}
.maincol_padding article.essays h3:hover a {
  background: #467b1b;
  color: white;
}
body.reads .maincol article:before {
  content: '';
  height: 100px;
  width: 1px;
  background: #dadada;
  position: absolute;
  z-index: 100;
  margin: 3px 0 0 -23px;
}
body.reads .maincol article:after {
  content: '';
  height: 200px;
  width: 1px;
  background: #dadada;
  background-color: #dadada;
  background-image: linear-gradient(top, #dadada, #ffffff);
  background-image: -o-linear-gradient(top, #dadada, #ffffff);
  background-image: -moz-linear-gradient(top, #dadada, #ffffff);
  background-image: -webkit-linear-gradient(top, #dadada, #ffffff);
  background-image: -ms-linear-gradient(top, #dadada, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  z-index: 100;
  position: absolute;
  margin: 70px 20px 0 0px;
  top: 27px;
  right: 2px;
}
.maincol article p,
.maincol article ul li,
.maincol article ol li {
  font-size: 14px;
  line-height: 1.5em;
  color: #4e4f58;
  text-align: justify;
  margin: 1em 0;
  word-wrap: break-word;
}
.maincol article hr.page {
  display: none;
}
.maincol article h2 {
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  margin: 1em 0;
  font-weight: normal;
}
.maincol.reads article h2 {
  color: #e0250e;
}
nav > ul#reads_related_content > li div.shop_box {
  margin-top: 10px;
}
.shop_box {
  height: 192px;
  margin-bottom: 11px;
}
body.reads .content.with_greg {
  min-height: 215px;
}
body.reads article > div.content > .shop_box {
  height: 212px;
}
body.reads article > div.content > .shop_box.without_greg {
  height: 152px;
  margin-top: 10px;
}
.shop_box > div {
  float: left;
  width: 283.5px;
  height: 88%;
}
.shop_box.without_greg {
  height: 137px;
}
.shop_box.without_greg_related {
  height: 135px;
}
.shop_box > div.without_greg {
  width: auto;
  margin-left: 21px;
  height: 83%;
}
.shop_box .iefix {
  float: right!important;
  margin-right: 0!important;
}
.reads_shop_box_float .shop_box {
  height: 167px;
}
.reads_shop_box_float {
  float: right;
  width: 50%;
  min-width: 300px;
  padding: 10px 10px 0 10px;
}
.buy_access,
.buy_book {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 11px;
  margin-right: 11px;
  border: 3px solid #e0250e;
  position: relative;
}
.buy_book {
  border-color: #EDEDED;
  margin-right: 0;
  position: relative;
}
.buy_book img {
  float: left;
  margin-right: 10px;
}
.buy_book h4 {
  font-size: 16px;
  margin-bottom: 0.5em;
  text-align: left;
  line-height: 1.1em !important;
  margin-top: 0px !important;
}
.buy_book h5 {
  font-size: 11px;
  font-weight: normal;
  color: #797979;
}
.buy_book span {
  font-size: 11px;
  color: #797979;
  display: block;
  margin: 2px 0;
}
.buy_book .price {
  font-size: 28px;
  color: #2d544a;
  display: block;
}
.buy_book .btn {
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.maincol article .buy_access h2 {
  font-size: 21px;
  font-family: 'Arial Black', 'Arial', sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.maincol article .buy_access h4 {
  color: #e0250e;
  font-size: 14px;
}
.maincol article .buy_access p {
  text-align: left;
  line-height: 1.25em;
  margin: 0.8em 0;
}
.maincol article .buy_access span {
  font-size: 11px;
  float: left;
  color: #797979;
  margin-right: 125px;
  margin-bottom: -15px;
}
.maincol article .buy_access span.sms {
  /*float:right;*/
  margin: 5px 0 0 0;
}
.maincol article .buy_access .btn-reads {
  float: right;
}
#reads_related_content {
  margin-top: 20px;
}
#reads_related_content li {
  float: none;
  margin: 5px 0;
  position: relative;
}
#reads_related_content li h3 a {
  font-size: 16px;
  color: #4e4f58;
  font-weight: normal;
  padding: 0 25px 0 20px;
  line-height: 2em;
  border: 1px solid #dadada;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
#reads_related_content.showall li h3 a {
  background: #e0250e;
  border-color: #99231b;
  color: white;
}
#reads_related_content li h3 a:hover {
  background: #e0250e;
  border-color: #99231b;
  color: white;
}
#reads_related_content li h3 a:after {
  content: '';
  width: 10px;
  height: 7px;
  display: block;
  position: absolute;
  right: 15px;
  top: 13px;
  background: url('/public/img/bryktiny.png') -30px -93px;
}
#reads_related_content li h3 a:hover:after,
#reads_related_content.showall li h3 a:after {
  background-position: -40px -93px;
}
#reads_related_content + span a {
  display: block;
  margin: 5px 0px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  padding: 0 20px;
  line-height: 2.5em;
  background: #e12316;
  text-align: center;
  background-color: #e12316;
  background-image: linear-gradient(top, #e12316, #99231b);
  background-image: -o-linear-gradient(top, #e12316, #99231b);
  background-image: -moz-linear-gradient(top, #e12316, #99231b);
  background-image: -webkit-linear-gradient(top, #e12316, #99231b);
  background-image: -ms-linear-gradient(top, #e12316, #99231b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12316', endColorstr='#99231b',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
#reads_related_content + span a:hover {
  background-image: none;
}
body.reads .content .tip,
body.essays .content .tip {
  margin-top: -55px;
  position: absolute;
  z-index: 101;
  padding-right: 50px;
}
body.reads .content .tip .tip,
body.essays .content .tip .tip {
  display: none!important;
}
body.reads .content .tip u,
body.reads .content .tip u b,
body.essays .content .tip u,
body.essays .content .tip u b {
  font-weight: normal!important;
  text-decoration: none!important;
}
body.reads .content .info-box,
body.essays .content .info-box {
  font-weight: normal!important;
  position: relative;
  left: auto;
  top: auto;
  text-align: left;
  font-size: 12px;
}
body.reads .content .info-box a,
body.essays .content .info-box a {
  font-weight: bold !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  color: #4e4f58 !important;
  font-size: 1em !important;
  line-height: 1.5em !important;
  padding: 0 !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
body.reads .content .info-box span.content + a,
body.essays .content .info-box span.content + a {
  color: #3f3f3f!important;
}
body.reads .content .info-box span.content + a:after,
body.essays .content .info-box span.content + a:after {
  content: '';
  background: url('/public/img/bryktiny.png') -30px -93px !important;
  width: 10px!important;
  height: 7px!important;
  position: absolute!important;
  right: -15px !important;
  top: 5px!important;
}
body.reads .content .info-box .title a,
body.essays .content .info-box .title a {
  display: block;
  color: white !important;
  font-size: 16px!important;
  padding: 0;
}
body.reads .content .info-box .slownik,
body.essays .content .info-box .slownik {
  display: block;
  font-size: 10px;
  color: #838383 !important;
  text-align: left;
  margin-top: 10px;
  line-height: 1em;
}
.rightcol .opracowania_box {
  margin-top: -48px;
  padding: 0 22px;
  height: 48px;
  color: white;
  font-size: 14px;
  line-height: 1.25em;
  border-right: 2px solid #496b63;
}
body.reads-read .rightcol .opracowania_box,
body.essays-essay .rightcol .opracowania_box {
  border-right-width: 1px;
}
body.essays-category .rightcol .opracowania_box,
body.search .rightcol .opracowania_box,
body.dictionaries .rightcol .opracowania_box {
  margin-top: 0;
  background: white;
  color: #797979;
}
.rightcol .opracowania_box a {
  color: #e0250e;
}
.rightcol .opracowania_box a:hover {
  text-decoration: underline;
}
body.search .opracowania_box,
body.essays-category .rightcol .opracowania_box {
  display: none;
}
.buy-subscription {
  font-size: 16px;
  color: #4e4f58;
}
.dictionaries_list li {
  float: left;
  width: 20%;
  height: 250px;
  text-align: center;
  margin-bottom: 11px;
  position: relative;
}
.dictionaries_list li img {
  display: block;
  margin: auto;
}
.dictionaries_list li span {
  display: block;
  margin-bottom: 22px;
  padding: 22px 0;
  background: #f9f9f9;
  border: 1px solid #ededed;
  z-index: 10;
  position: relative;
}
.dictionaries_list li span:before {
  content: '';
  display: block;
  width: 90%;
  height: 10px;
  position: absolute;
  bottom: -7px;
  left: 5%;
  z-index: -1;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
}
.dictionaries_list li a {
  display: block;
  background: white;
  margin: 11px;
  padding-bottom: 11px;
  font-size: 1em;
  font-weight: bold;
  position: relative;
}
.dictionaries_list li a:hover,
.dictionaries_list li.active a {
  border: 1px solid #276fb8;
  color: #276fb8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.dictionaries_list li a:hover span,
.dictionaries_list li.active a span {
  border: none;
  background: none;
  margin-bottom: 23px;
}
.dictionaries_list li a:hover span:before,
.dictionaries_list li.active a span:before {
  background-image: none;
}
.dictionaries_list li a:hover:after,
.dictionaries_list li.active a:after {
  content: '';
  display: block;
  width: 90%;
  height: 10px;
  position: absolute;
  bottom: -7px;
  left: 5%;
  z-index: 1;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 70%);
}
.dictionaries .mainleftcol header > img,
.dictionaries .mainleftcol header > a > img {
  float: left;
  margin: 10px 10px 10px 0;
}
.dictionaries .mainleftcol header .add_to_list {
  margin-right: 22px;
}
.dictionaries .mainleftcol h2 {
  font-size: 20px;
  padding: 0.5em 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0.5em;
}
ul.letters {
  height: 42px;
}
ul.letters li {
  float: left;
}
ul.letters li a {
  display: block;
  font-size: 20px;
  padding: 11px 8px;
  text-transform: uppercase;
}
ul.letters li a:hover,
ul.letters li.active a {
  border: 1px solid #ededed;
  padding: 10px 7px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
ul.records {
  margin-right: 22px;
}
ul.records li {
  border: 1px solid #ededed;
  margin-bottom: 11px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
ul.records li:hover {
  background: #f4f4f4;
}
ul.records li a {
  padding: 11px;
  display: block;
  line-height: 1.5em;
}
ul.records li a span.more {
  font-weight: bold;
}
body.dictionaries ul.records li a span.more {
  color: #276fb8;
}
body.dictionaries-entry aside.rightcol {
  position: absolute !important;
  z-index: 1;
  right: 0px;
}
body.dictionaries-entry .filters {
  /*display: none;*/
}
body.dictionaries > footer {
  margin-top: 220px;
}
ul.records li h4 a {
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 0;
  color: #276fb8;
}
ul.records li div.entry {
  overflow: hidden;
  text-overflow: ellipsis;
}
header.dictionaries-entry {
  padding-right: 22px;
}
.dictionaries-entry article {
  clear: left;
  padding-bottom: 22px;
  margin-top: 20px;
  font-size: 1.3em;
}
.dictionaries-entry article .entry {
  margin-right: 22px;
}
header.dictionaries-entry h3 {
  font-size: 34px;
  padding: .5em 0 0 0;
}
.dictionaries-entry article h1 {
  font-size: 20px !important;
}
.dictionaries-entry h2 > a.add_to_list,
.dictionaries-entry article h1 > a.add_to_list {
  color: #797979;
  font-weight: normal;
  margin: -7px 30px 0 0;
}
.dictionaries-entry h2 > a.add_to_list > span,
.dictionaries-entry article h1 > a.add_to_list > b {
  margin: -4px 0 -2px 8px;
}
.leftside .lefttcol nav {
  border-right: 1px solid #ededed;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.reads .leftside .lefttcol nav {
  border-right: none;
}
.leftside .lefttcol h4 {
  font-size: 13px;
  border-right: 1px solid #dadada;
  border-top: 1px solid #ededed;
  background-color: #f8f8f8;
  background-image: linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -o-linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -moz-linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -webkit-linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -ms-linear-gradient(left, #f8f8f8, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e7e7e7',GradientType=1 );
  /* IE6-9 */
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
body.search .leftside .lefttcol h4 {
  /* background-image: none;
   background-color: #fefefe;*/
}
body.search .leftside .lefttcol h4:nth-child(2) {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -o-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -o-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.leftside .lefttcol h4 span {
  display: block;
  font-size: 11px;
  color: #797979;
  font-weight: normal;
  margin-top: 5px;
}
.leftside .lefttcol h4:last-child {
  text-transform: none;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -o-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.essays .leftside .lefttcol h4 {
  padding: 25px 11px !important;
}
.leftside .lefttcol h4 a {
  display: block;
  padding: 25px 11px;
}
.leftside .lefttcol h4:hover,
.leftside .lefttcol h4.active {
  background-color: #f8f8f8;
  background-image: linear-gradient(left, #f8f8f8, #dadada);
  background-image: -o-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -moz-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -webkit-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -ms-linear-gradient(left, #f8f8f8, #dadada);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dadada',GradientType=1 );
  /* IE6-9 */
}
body.search .leftside .lefttcol h4:hover,
body.search .leftside .lefttcol h4.active {
  background-color: none;
  background-color: #f8f8f8;
  background-image: linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -o-linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -moz-linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -webkit-linear-gradient(left, #f8f8f8, #e7e7e7);
  background-image: -ms-linear-gradient(left, #f8f8f8, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e7e7e7',GradientType=1 );
  /* IE6-9 */
}
.leftside .lefttcol h5,
.search_submenu legend {
  padding: 11px;
  font-size: 13px;
  color: #898989;
  background: #f8f8f8;
  font-weight: bold;
  padding-top: 22px;
}
.leftside .lefttcol h5 {
  color: #2c5349;
}
.search_submenu {
  background: #f8f8f8;
}
.search_submenu li {
  float: none;
  position: relative;
  padding-left: 8px;
}
.search_submenu li a,
.search_submenu li label {
  display: block;
  font-size: 13px;
  color: #4e4f58;
  line-height: 2em;
  padding: 0 0 0 11px;
  margin-right: 22px;
}
.search_submenu li input[type="checkbox"] {
  clear: left;
}
.search_submenu li ul li a {
  color: #898989;
}
.search_submenu li ul li a.empty {
  color: #C4C4C4;
}
.search_submenu li label {
  line-height: 1.5em;
  padding: 5px 22px 5px 11px;
  margin-right: 0;
  cursor: pointer;
  color: #898989;
}
.search_submenu li label:hover,
.search_submenu li label.active {
  background-color: #f8f8f8;
  background-image: linear-gradient(left, #f8f8f8, #dadada);
  background-image: -o-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -moz-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -webkit-linear-gradient(left, #f8f8f8, #dadada);
  background-image: -ms-linear-gradient(left, #f8f8f8, #dadada);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dadada',GradientType=1 );
  /* IE6-9 */
}
.search_submenu li input[type="checkbox"] {
  float: left;
  margin: 6px;
}
nav .search_submenu:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav .search_submenu:last-child li:last-child:after {
  width: 98%;
}
.search_submenu li a:hover {
  text-decoration: underline;
}
.search_submenu li ul {
  display: none;
}
.search_submenu li.active,
.search_submenu li.active ul {
  display: block;
}
.search_submenu li.active > a,
.search_submenu li.active ul li.active > a {
  font-weight: bold;
}
.search_submenu li.active ul li.active > a {
  color: #2c5349;
}
.search_submenu li.active ul li.active > a > span {
  background: url('/public/img/bryktiny.png') -52px -116px;
  width: 4px;
  height: 6px;
  display: inline-block;
  right: 9px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
.search_submenu.schools li.active > a > span {
  background: url('/public/img/bryktiny.png') -78px -172px;
  width: 4px;
  height: 6px;
  display: inline-block;
  right: 9px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
.search_submenu li ul li {
  overflow: hidden;
  /*height:0px;*/
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}
.search_submenu li ul:target li {
  height: 1.5em;
}
.search_submenu a.dropdown {
  float: right;
  height: 10px;
  width: 22px;
  padding: 0;
  margin-right: 0;
  padding-top: 10px;
  position: relative;
}
.search_submenu a.dropdown:after,
#table-advertisements th a.down:after,
.search_submenu a.dropdown:after,
#table-advertisements th a.up:after {
  content: '';
  display: block;
  width: 7px;
  height: 4px;
  background: url('/public/img/bryktiny.png') -11px -63px;
  position: absolute;
  right: 10px;
  top: 45%;
}
#table-advertisements th a.up:after {
  background: url('/public/img/bryktiny.png') -11px -58px;
}
#table-advertisements th a:after {
  top: 15px;
}
.search_submenu li li:before {
  display: none;
}
.search_submenu li li a {
  font-size: 1em;
  padding-left: 22px;
  margin-right: none;
}
.maincol_padding {
  padding: 22px;
}
#fb_auth_box {
  border: 3px solid #4161a1;
  padding: 11px;
  text-align: center;
  height: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: inset 0 0 5px #cccccc;
  -moz-box-shadow: inset 0 0 5px #cccccc;
  -webkit-box-shadow: inset 0 0 5px #cccccc;
  -o-box-shadow: inset 0 0 5px #cccccc;
}
#fb_auth_box h3,
#auth_box_big h3 {
  font-size: 18px;
  font-weight: normal;
  color: #797979;
  text-align: left;
}
#fb_auth_box p,
#auth_box_big p {
  color: #797979;
  font-size: 1em;
  margin: 1em 0;
  text-align: left;
}
#fb_auth_box footer,
#auth_box_big footer {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 11px -11px 0;
  padding: 0 11px;
  border-top: 1px solid #ededed;
  text-align: center;
}
#fb_auth_box footer p {
  margin-bottom: 0;
}
#auth_box_big {
  margin-top: 22px;
  border: 1px solid #ededed;
  border-width: 2px;
  height: auto;
  padding: 11px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: inset 0 0 5px #cccccc;
  -moz-box-shadow: inset 0 0 5px #cccccc;
  -webkit-box-shadow: inset 0 0 5px #cccccc;
  -o-box-shadow: inset 0 0 5px #cccccc;
}
#auth_box_big a:hover {
  text-decoration: underline;
  color: #2d544a;
}
.form-user button {
  display: block;
  margin: 15px auto 5px;
}
.form-user .footer {
  margin-bottom: 0;
  background: white;
  z-index: 10;
  padding-bottom: 10px;
}
#user-register .footer {
  position: relative;
}
.form-user .footer label.fright {
  margin-right: 10px;
  font-size: 1em;
  font-weight: normal;
  line-height: 50px;
  color: #797979;
}
.form-user .footer a {
  line-height: 50px;
}
.form-user input,
.form-user span select {
  font-size: 1em !important;
  padding: 6px 0 7px !important;
  border: none;
  margin: 0 !important;
  line-height: normal !important;
  display: block;
  width: 100% ;
}
.maincol .form-user input {
  border: none !important;
  margin: 0 !important;
}
.form-user span select {
  border: none;
  padding: 6px 0 5px!important;
}
.form-user p > span {
  display: block;
  border: 1px solid #ededed;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  padding-left: 37px;
  margin-top: 11px;
  background-color: #ffffff;
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
}
.form-user span.focus {
  border: 1px solid #2d544a;
  box-shadow: 0 0 3px #aaaaaa;
  -moz-box-shadow: 0 0 3px #aaaaaa;
  -webkit-box-shadow: 0 0 3px #aaaaaa;
  -o-box-shadow: 0 0 3px #aaaaaa;
}
.form-user p > span:after {
  content: '';
  display: block;
  width: 7px;
  height: 28px;
  background: #ffffff url('/public/img/bryktiny.png') -222px -32px;
  position: absolute;
  left: 30px;
  top: 0;
}
.form-user p > span:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  margin: 6px 8px 6px 7px;
  background: url('/public/img/bryktiny.png') -196px -37px;
  position: absolute;
  left: 0;
}
.form-user span.password-input:before {
  background-position: -28px -139px;
}
.form-user span.email-input:before {
  background-position: -7px -73px;
}
.form-user span.phone-input:before {
  background-position: -273px -37px;
}
.form-user span.home-input:before {
  background-position: -244px -38px;
}
.maincol .form-user #accept,
.maincol .form-user #accept_mailing {
  width: auto !important;
  margin: 0 !important;
  display: inline;
  position: absolute;
  left: 5px;
}
.maincol .form-user #accept + label {
  float: none;
  display: inline;
}
.maincol .form-user .submit label {
  position: relative;
  padding-left: 30px;
}
.maincol .form-user .submit label {
  color: #797979;
  font-size: 13px;
  font-weight: normal;
  margin-top: 15px;
}
.maincol .form-user .submit label a {
  color: #2d544a;
  font-weight: bold;
}
.maincol .form-user .submit label a:hover {
  text-decoration: underline;
}
.form-user input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin: 0 5px 5px 0 !important;
}
.reg-footer-info {
  border: 1px solid #ededed;
  display: table;
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
}
.reg-footer-info > div {
  border-left: 1px solid #ededed;
  display: table-cell;
  padding-left: 40px;
  width: 33%;
}
.reg-footer-info > div.company {
  border-left: none;
}
.reg-footer-info > div h2,
.reg-footer-info > div h3 {
  margin: 10px 0;
  padding: 0 5px;
}
.reg-footer-info > div p {
  margin: 3px 0;
  line-height: 1.1em;
  padding: 0 5px;
  color: #797979;
}
.reg-footer-info > div p a:hover {
  text-decoration: underline;
  color: #2d544a;
}
.KRSinfo {
  padding: 20px 30px;
  border: 1px solid #ededed;
  border-top: none;
}
.KRSinfo h3 {
  float: left;
  margin-right: 30px;
}
.KRSinfo h3 span {
  font-weight: normal;
  font-size: 12px;
  color: #797979;
}
#form-add-essay input[type="checkbox"] {
  display: block;
  margin: -15px 5px 5px 0 !important;
  z-index: 10;
  position: relative;
}
#form-editdata input {
  margin-top: 0;
}
#form-editdata label.fright {
  width: 223px;
  font-weight: normal;
  font-size: 13px;
  left: 20px;
  position: absolute;
}
#form-editdata label.fright + p {
  text-align: left;
}
#form-editdata label {
  margin-top: 11px;
  display: block;
  text-align: left;
  color: #797979;
  font-weight: bold;
}
#complete_box {
  border: 2px solid #330a85;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 5px #CCCCCC inset;
  height: auto;
  padding: 11px;
  text-align: center;
}
#complete_box h3 {
  color: #330a85;
}
#complete_box #back {
  display: none;
}
#test_top_box,
#test_result_box {
  padding: 25px 10px;
  color: white;
  text-align: center;
  margin: 22px 22px 0 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #ffbf73;
  background-image: linear-gradient(top, #ffbf73, #e7820a);
  background-image: -o-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -moz-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -webkit-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -ms-linear-gradient(top, #ffbf73, #e7820a);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf73', endColorstr='#e7820a',GradientType=0 );
  /* IE6-9 */
}
#test_top_box .big {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
  text-shadow: 0 1px 0 #666666;
  -moz-text-shadow: 0 1px 0 #666666;
  -webkit-text-shadow: 0 1px 0 #666666;
  -o-text-shadow: 0 1px 0 #666666;
}
#test_top_box span {
  display: block;
}
#test_result_box {
  padding: 22px;
  margin: 11px;
  width: 234px;
  text-align: left;
}
#test_result_box .fb_share {
  display: block;
  margin: 5px auto;
}
#test_result_box h3 {
  font-size: 18px;
  color: white;
  font-weight: normal;
  margin-bottom: 11px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
#test_result_box p {
  font-size: 1em;
  line-height: 1.4em;
  padding: 11px 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
#test_result_box .score p {
  padding: 0;
  font-size: 14px;
  clear: left;
}
#test_result_box .share {
  font-size: 18px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
#test_result_box .score {
  padding: 11px 22px;
  margin: 0 -22px;
  background-color: #5e962e;
  background-image: linear-gradient(left, #5e962e, #7bb24b);
  background-image: -o-linear-gradient(left, #5e962e, #7bb24b);
  background-image: -moz-linear-gradient(left, #5e962e, #7bb24b);
  background-image: -webkit-linear-gradient(left, #5e962e, #7bb24b);
  background-image: -ms-linear-gradient(left, #5e962e, #7bb24b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e962e', endColorstr='#7bb24b',GradientType=1 );
  /* IE6-9 */
}
#test_result_box .score big {
  margin-top: 11px;
}
#test_result_box hr {
  border: none;
  border-bottom: 1px solid #f7bd7a;
  margin: 8px -19px;
}
#test_result_box span {
  font-size: 13px;
}
#test_result_box .score span {
  font-size: 14px;
}
#test_result_box big,
#test_result_box time {
  display: block;
  font-size: 37px;
  text-shadow: 0 0 2px #ffffff;
  -moz-text-shadow: 0 0 2px #ffffff;
  -webkit-text-shadow: 0 0 2px #ffffff;
  -o-text-shadow: 0 0 2px #ffffff;
}
#test_result_box hr ~ * {
  color: #734208;
  text-shadow: 0 0 2px #734208;
  -moz-text-shadow: 0 0 2px #734208;
  -webkit-text-shadow: 0 0 2px #734208;
  -o-text-shadow: 0 0 2px #734208;
}
#test_result_box #test-suggestions-box {
  margin: 18px -22px -22px -22px;
  padding: 22px;
  padding-top: 15px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #d67437;
  background-image: linear-gradient(top, #d67437, #c85f1e);
  background-image: -o-linear-gradient(top, #d67437, #c85f1e);
  background-image: -moz-linear-gradient(top, #d67437, #c85f1e);
  background-image: -webkit-linear-gradient(top, #d67437, #c85f1e);
  background-image: -ms-linear-gradient(top, #d67437, #c85f1e);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67437', endColorstr='#c85f1e',GradientType=0 );
  /* IE6-9 */
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.3);
}
li[data-questiontype=prawdafalsz] div.prawdafalsz table tr td.question {
  width: 65%;
}
body.tests-index .maincol > div,
body.tests-subjects .maincol > div,
body.tests-schools .maincol > div {
  padding: 22px 0;
  border-top: 1px solid #ededed;
}
body.tests-index .maincol > div,
body.tests-subjects .maincol > div {
  background-color: #fffaf6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #f1c0a1;
  margin-bottom: 10px;
  padding: 14px 0;
}
body.tests-index .maincol > div h3,
body.tests-subjects .maincol > div h3 {
  float: left;
  color: #e7820a;
  font-size: 20px;
  padding-left: 22px;
  margin-bottom: 5px;
  width: auto;
}
body.tests-index .maincol > div h3 small,
body.tests-subjects .maincol > div h3 small {
  display: block;
  color: #797979;
  font-size: 13px;
  margin-top: 5px;
}
body.tests-index .maincol > div h3 + div,
body.tests-subjects .maincol > div h3 + div {
  /*margin-left:(@column-width - @gutter-width) * 1.5;*/
  clear: left;
}
body.tests-schools .maincol > div div.subject_items {
  width: auto;
  margin-right: 160px;
}
body.tests-schools .maincol > div div.subject_items .desc {
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
body.tests-index .maincol > div h3 + div hr,
body.tests-subjects .maincol > div h3 + div hr,
body.tests-schools .maincol > div div hr {
  border: none;
  border-top: 1px solid #ededed;
  clear: left;
}
body.tests-index .maincol > div h3 + div a,
body.tests-subjects .maincol > div h3 + div a,
body.tests-schools .maincol > div div a {
  display: block;
  float: left;
  height: 70px;
  width: 267px;
  margin: 0 11px 11px 0;
  padding: 11px;
  border: 1px solid #efd5b5;
  overflow: hidden;
  font-size: 1em;
  color: #797979;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
body.tests-schools .maincol > div div a {
  height: 75px;
  width: 296px;
}
body.tests-index .maincol > div h3 + div a span,
body.tests-subjects .maincol > div h3 + div a span,
body.tests-schools .maincol > div div a span {
  line-height: 1.5em;
}
body.tests-index .maincol > div h3 + div a,
body.tests-subjects .maincol > div h3 + div a {
  margin: 0 22px;
  width: 80px;
  height: auto;
}
body.tests-index .maincol > div h3 + div a:hover,
body.tests-subjects .maincol > div h3 + div a:hover,
body.tests-schools .maincol > div div a:hover,
body.tests-schools .maincol > div div a.hover + a,
body.tests-schools .maincol > div div a .start-test {
  color: white;
  cursor: pointer;
  box-shadow: 0 0 10px #cccccc;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  background-color: #ffbf73;
  background-image: linear-gradient(top, #ffbf73, #e7820a);
  background-image: -o-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -moz-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -webkit-linear-gradient(top, #ffbf73, #e7820a);
  background-image: -ms-linear-gradient(top, #ffbf73, #e7820a);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf73', endColorstr='#e7820a',GradientType=0 );
  /* IE6-9 */
}
body.tests-schools .maincol > div div a .start-test {
  display: inline-block;
  padding: 2px 15px;
  margin-top: 3px;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  font-weight: 800;
}
body.tests-schools .maincol > div div a:hover .start-test {
  background: #fff;
  color: #e7820a;
  box-shadow: 0 0 3px #d0760c;
  -moz-box-shadow: 0 0 3px #d0760c;
  -webkit-box-shadow: 0 0 3px #d0760c;
  -o-box-shadow: 0 0 3px #d0760c;
}
body.tests-schools .maincol .adBox {
  float: right;
  margin-top: 0;
}
body.tests-schools .maincol > div div a p {
  height: 25px;
  overflow: hidden;
}
body.tests-index .maincol > div h3 + div a strong,
body.tests-subjects .maincol > div h3 + div a strong,
body.tests-schools .maincol > div div a strong {
  font-size: 16px;
  color: #623e13;
  display: block;
  margin-bottom: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -o-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
body.tests-index .maincol > div h3 + div a strong,
body.tests-subjects .maincol > div h3 + div a strong {
  margin-bottom: 0px !important;
}
body.tests-index .maincol > div h3 + div a span,
body.tests-subjects .maincol > div h3 + div a span {
  font-weight: bold;
  font-size: 13px;
}
body.tests-schools .maincol > div div a strong {
  padding-top: 2px;
}
body.tests-schools .maincol > div div a strong + p {
  padding-top: 2px;
  height: 27px;
}
body.tests-schools .maincol > div div a.duplicate {
  position: absolute;
  z-index: 1100;
  min-height: 75px;
  height: auto;
  background-color: white;
  opacity: 0;
  display: none;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
body.tests-schools .maincol > div div a.duplicate strong {
  white-space: normal;
}
body.tests-schools .maincol > div div.subject_items a.duplicate .desc {
  height: auto !important;
  white-space: normal;
}
body.tests .maincol div.subject_items div.bg-fix {
  position: relative;
  float: left;
}
body.tests-schools .maincol > div div.bg-fix:hover a.duplicate,
body.tests-schools .maincol > div div.bg-fix a.hover + a.duplicate {
  display: block;
  opacity: 1;
}
.test-form {
  padding: 0 !important;
}
.test-form h3 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 11px;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.test-form label {
  margin: 0 !important;
  font-weight: normal !important;
  padding: 5px !important;
  font-size: 13px !important;
  color: #797979 !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.test-form label.ok {
  /*border:2px solid #91e34c;*/
  font-weight: bold !important;
  color: #62AD20 !important;
  /*margin-right: 5px !important*/
}
.test-form label.wrong {
  /*border:2px solid #ff0000;*/
  font-weight: bold !important;
  color: #ff0000 !important;
}
section.test-questions .test-form label:hover,
.test-form label.active,
.test-form div.prawdafalsz label:hover {
  background: #f8f9fa;
}
section.test-answers .test-form label:hover {
  background: none;
}
.test-form img {
  margin: 11px auto;
  display: block;
}
.answer_points {
  margin-left: 10px;
  background: #e7820a;
  color: white;
  padding: 5px;
}
.test-form .question_item {
  padding: 22px 0;
  border-bottom: 1px solid #ededed;
  clear: left;
  line-height: 1.5em;
}
.test-form .question_item img ~ label {
  display: block;
  min-width: 100px;
}
.test-form .prawdafalsz table {
  width: 100%;
}
.test-form .prawdafalsz label {
  display: inline-block;
}
.test-form .submit {
  text-align: center;
  margin: 0px !important;
}
.test-form button {
  margin: 11px auto;
  font-size: 20px;
  display: block;
  position: relative;
}
.test-form .dopasuj p {
  clear: left;
  min-height: 30px;
}
.test-form .dopasuj label,
test-form .dopasuj label:hover {
  min-width: 120px;
  background: none;
  /*float: left;*/
}
.test-form .dopasuj label.left {
  margin-top: 20px !important;
  font-size: 16px !important;
}
.test-form .dopasuj label.left:hover {
  color: #797979 !important;
  background: none !important;
}
.test-form .dopasuj input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: -1px;
}
.test-form .dopasuj label.right {
  float: none;
  margin: 2px 0 !important;
}
.test-form .dopasuj .dopasuj_questions {
  float: left;
  position: relative;
  width: 60%;
}
.test-form .dopasuj_answers {
  float: left;
  position: relative;
  width: 40%;
}
.test-form .answers_drop {
  background: none repeat scroll 0 0 #FBFBFB;
  border: 1px solid #e9e9e9;
  padding: 5px 5px 0 5px;
  display: block;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  min-height: 70px;
}
.test-form .answers_drop li {
  display: inline-block;
  float: left;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.test-form .answers_drop li.drop_placeholder {
  border: none;
  background: none repeat scroll 0 0 #FBFBFB;
}
.test-form .uporzadkuj .answers_drop li {
  clear: left;
  cursor: move;
}
.test-form .answers_drop:after {
  content: '';
  clear: left;
  display: block;
}
.test-form .drop_placeholder {
  font-style: italic;
}
.test-form .answers_drop span.remove {
  background: url('/public/img/bryktiny.png') no-repeat -485px -662px;
  display: inline-block;
  height: 16px;
  width: 15px;
  cursor: pointer;
  margin-left: 10px;
  font-style: normal;
}
.test-form .uzupelnij_answers_drop {
  display: inline-block;
  min-height: auto;
  padding: 5px 15px;
  font-style: italic;
  width: auto;
}
.test-form td > .uzupelnij_answers_drop {
  display: block;
}
.test-form .uzupelnij_dropped_answer {
  font-style: normal;
}
.test-form .uzupelnij_dropped_answer span.remove {
  margin-left: 5px;
}
.test-form .dopasuj .dopasuj_answers li.test-dopasuj-drag,
body.tests > li.test-dopasuj-drag,
.test-form .uporzadkuj .uporzadkuj_draggable li,
.test-form .uzupelnij ul > li.uzupelnij-drag,
body.tests > li.uzupelnij-drag {
  /*background: none repeat scroll 0 0 #FAFAFA;*/
  background: #fff;
  border: 1px solid #e88510;
  color: #797979;
  cursor: move;
  font-size: 1em;
  list-style: none outside none;
  margin: 10px 0 0 0;
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  float: right;
  width: 200px;
  margin-right: 60px;
}
.test-form .uzupelnij ul > li.uzupelnij-drag,
body.tests > li.uzupelnij-drag {
  float: left;
  width: auto;
  padding: 5px 15px;
}
.test-form .uporzadkuj .uporzadkuj_draggable li {
  float: left;
  margin-right: 10px;
  width: auto;
  margin: 10px;
}
.test-form .uporzadkuj .uporzadkuj_draggable {
  display: inline-block;
}
.test-form .dopasuj .dopasuj_answers li > span,
body.tests > li.test-dopasuj-drag > span {
  background: url('/public/img/bryktiny.png') no-repeat scroll -82px -107px transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}
body.tests > li.test-dopasuj-drag {
  line-height: 18px;
}
body.tests > li.test-dopasuj-drag2 {
  width: auto;
}
body.tests > li.test-dopasuj-drag > span {
  background: url('/public/img/bryktiny.png') no-repeat scroll -31px -107px transparent;
}
.test-form .wybierz input[type="checkbox"] {
  vertical-align: -2px;
}
.test-form .question_item.prawdafalsz tr:hover,
section.test-questions .test-form .dopasuj label.right:hover {
  background: #f8f9fa;
  color: #797979 !important;
}
body.tests-results .test-form .question_item.prawdafalsz tr:hover,
body.tests-results section.test-questions .test-form .dopasuj label.right:hover {
  background: #f8f9fa;
  color: #797979 !important;
}
/*.test-form .uzupelnij input[type="text"] {
  width: auto;
}*/
.uzupelnij table {
  width: 100%;
  border-collapse: collapse;
}
.uzupelnij table input[type="text"] {
  width: 80%;
}
section.test-answers div.prawdafalsz td.answer {
  text-align: right;
}
.test-form select {
  margin: 0 !important;
  width: auto !important;
}
section.test-answers .test-form div.uporzadkuj div > label.answer {
  display: inline;
  line-height: 23px;
}
#tests-answered-number {
  font-weight: bold;
}
.test-form .uporzadkuj_sortable li.ui-sortable-placeholder {
  background: #fff;
  border: 1px solid #eee;
  height: 18px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.test-form .uzupelnij th {
  font-weight: bold;
  padding: 5px;
}
.test-form .uzupelnij td {
  padding: 5px;
  border: 1px solid;
}
.test-answers .test-form .uzupelnij br {
  display: block;
}
.test-answers .test-form .uzupelnij label {
  display: inline;
}
#test-progressbar-body {
  overlay: hidden;
  padding: 0 1px;
  margin: 11px;
}
#test-progressbar {
  background-color: #ffe9cf;
  width: 278px;
  height: 14px;
  margin-top: 7px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  box-shadow: inset 0 1px 2px #7a7a7a;
  -moz-box-shadow: inset 0 1px 2px #7a7a7a;
  -webkit-box-shadow: inset 0 1px 2px #7a7a7a;
  -o-box-shadow: inset 0 1px 2px #7a7a7a;
}
#test-progressbar-content {
  background: url('/public/img/test-progressbar.png') #e98a11 repeat-x;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  height: 14px;
}
#test-switch {
  float: right;
  margin-top: 20px;
  box-shadow: 0 2px 3px #cccccc;
  -moz-box-shadow: 0 2px 3px #cccccc;
  -webkit-box-shadow: 0 2px 3px #cccccc;
  -o-box-shadow: 0 2px 3px #cccccc;
}
#test-switch a {
  line-height: 31px;
  font-size: 19px;
  border: 1px solid #99a4b3;
  line-height: 1.5em;
  text-transform: capitalize;
  color: #909090;
  background-color: #f1f2f6;
  text-shadow: 0 1px 0 #fafafa;
  -moz-text-shadow: 0 1px 0 #fafafa;
  -webkit-text-shadow: 0 1px 0 #fafafa;
  -o-text-shadow: 0 1px 0 #fafafa;
  background-color: #f7f9fc;
  background-image: linear-gradient(top, #f7f9fc, #dee4ea);
  background-image: -o-linear-gradient(top, #f7f9fc, #dee4ea);
  background-image: -moz-linear-gradient(top, #f7f9fc, #dee4ea);
  background-image: -webkit-linear-gradient(top, #f7f9fc, #dee4ea);
  background-image: -ms-linear-gradient(top, #f7f9fc, #dee4ea);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fc', endColorstr='#dee4ea',GradientType=0 );
  /* IE6-9 */
  padding: 2px 15px;
}
#test-switch a.active {
  border: 1px solid #b16000;
  color: white;
  background-color: #e7820a;
  text-shadow: 0 1px 0 #999999;
  -moz-text-shadow: 0 1px 0 #999999;
  -webkit-text-shadow: 0 1px 0 #999999;
  -o-text-shadow: 0 1px 0 #999999;
  background-color: #f3b468;
  background-image: linear-gradient(top, #f3b468, #e7840e);
  background-image: -o-linear-gradient(top, #f3b468, #e7840e);
  background-image: -moz-linear-gradient(top, #f3b468, #e7840e);
  background-image: -webkit-linear-gradient(top, #f3b468, #e7840e);
  background-image: -ms-linear-gradient(top, #f3b468, #e7840e);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b468', endColorstr='#e7840e',GradientType=0 );
  /* IE6-9 */
}
#test-switch a[data-type="full"] {
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
#test-switch a[data-type="single"] {
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}
#test-switch a span {
  padding: 0 8px;
}
#test-switch a[data-type="single"] span {
  background: url('/public/img/bryktiny.png') transparent no-repeat -391px -620px;
}
#test-switch a[data-type="single"].active span {
  background: url('/public/img/bryktiny.png') transparent no-repeat -440px -620px;
}
#test-switch a[data-type="full"] span {
  background: url('/public/img/bryktiny.png') transparent no-repeat -299px -620px;
}
#test-switch a[data-type="full"].active span {
  background: url('/public/img/bryktiny.png') transparent no-repeat -344px -620px;
}
div#tests-suggestions-title {
  font-size: 18px;
  margin-bottom: 10px;
}
ul#tests-suggestions {
  margin: 5px -22px 0 -22px;
}
ul#tests-suggestions > li {
  padding: 7px 22px;
  border-top: 1px solid #e18d5e;
}
ul#tests-suggestions > li > a {
  font-size: 14px;
  padding-left: 11px;
  position: relative;
  display: inline-block;
}
ul#tests-suggestions > li > a:before {
  content: '';
  background: url('/public/img/bryktiny.png') transparent no-repeat -96px -11px;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 1px;
  top: 5px;
}
ul#tests-suggestions > li > a:hover {
  text-decoration: underline;
}
#adv-filter-from {
  background: #350c86;
  color: white;
  padding: 0;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #a697c4;
  background-image: linear-gradient(top, #a697c4, #350c86);
  background-image: -o-linear-gradient(top, #a697c4, #350c86);
  background-image: -moz-linear-gradient(top, #a697c4, #350c86);
  background-image: -webkit-linear-gradient(top, #a697c4, #350c86);
  background-image: -ms-linear-gradient(top, #a697c4, #350c86);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a697c4', endColorstr='#350c86',GradientType=0 );
  /* IE6-9 */
}
#adv-filter-from p {
  width: 234px;
  float: left;
  padding: 11px 22px;
  margin-bottom: 0;
  position: relative;
  border-right: 1px solid #ab9acd;
}
#adv-filter-from p:last-child {
  border-right: none;
  width: 267px;
  padding-top: 15px;
}
#adv-filter-from p strong {
  color: white;
  font-size: 22px;
  font-weight: 100;
  display: block;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#adv-filter-from p label.select {
  overflow: hidden;
  border: 1px solid #ab9acd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
#adv-filter-from p select {
  width: 120%;
  background: rgba(0, 0, 0, 0) !important;
  border: none;
  color: #fff;
  padding: 0;
  font-size: 14px;
  text-align: left;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: normal;
}
#adv-filter-from p select optgroup {
  color: black;
  text-transform: lowercase;
}
#adv-filter-from p select option {
  color: #330A85;
  background: #fff;
  text-transform: none;
}
#adv-filter-from p strong:after {
  background: url('/public/img/bryktiny.png') repeat scroll -27px -12px transparent;
  bottom: 17px;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 27px;
  width: 10px;
}
#adv-filter-from p label {
  margin: 0;
}
#adv-filter-from p span {
  color: white;
  font-weight: normal;
}
#adv-filter-from button {
  float: right;
  margin-top: 10px;
}
#table-advertisements {
  width: 100%;
  margin-bottom: 22px;
}
#table-advertisements th,
#table-advertisements td {
  padding: 11px 22px;
  color: #797979;
  font-size: 1em;
}
#table-advertisements th {
  padding: 0 22px;
  line-height: 3em;
  white-space: nowrap;
}
#table-advertisements th.contact {
  min-width: 150px;
}
#table-advertisements td.center,
#table-advertisements th.center {
  text-align: center;
  position: relative;
  white-space: nowrap;
}
#table-advertisements th a {
  font-weight: bold;
  display: block;
  position: relative;
}
#table-advertisements tbody tr {
  border: none;
  background: #faf9fc;
  margin-bottom: 11px;
  /*.box-shadow(0 2px 2px #ccc);*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
#table-advertisements thead tr {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
#table-advertisements td {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #c1b5d9;
  line-height: 1.5em;
  vertical-align: middle;
}
#table-advertisements .spacer {
  background: none;
}
#table-advertisements .spacer td {
  border: none !important;
}
#table-advertisements td.dark {
  background: #e8e3f1;
  color: #330a85;
  font-weight: bold;
  font-size: 15px;
  border-left: 1px solid #dddbe1;
  margin-top: 1px;
}
#table-advertisements td.dark + td.dark {
  border-right: 1px solid #dddbe1;
  border-left: none;
}
#table-advertisements td:first-child {
  border-left: 1px solid #f5f5f5;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#table-advertisements td:last-child {
  border-right: 1px solid #f5f5f5;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
#table-advertisements h3 {
  color: #330a85;
  font-size: 18px;
  display: inline;
}
#table-advertisements span.price {
  font-size: 24px;
  color: #330a85;
  font-weight: bold;
}
#table-advertisements span.price + span {
  display: inline-block;
  width: 22px;
  height: 33px;
  background: url('/public/img/bryktiny.png') -53px -31px;
  vertical-align: middle;
  margin-left: 10px;
}
#table-advertisements .lesson_60 {
  background-position: -84px -31px !important;
}
#table-advertisements td,
#table-advertisements td * {
  word-wrap: break-word;
}
#table-advertisements td.adv_desc {
  max-width: 245px;
}
#user_profile #user-tabs #table-advertisements td.adv_desc p {
  max-width: 263px;
}
#user_profile .reg-changed-info h1 {
  margin-bottom: 20px;
}
#user_profile .reg-changed-info p {
  margin: 10px 0;
  line-height: 1.2em;
  font-size: 15px;
}
#user_profile .reg-changed-info a {
  text-decoration: underline;
}
#user_profile .reg-changed-info a:hover {
  color: #2d544a;
}
#user_profile .new-regulations {
  height: 300px;
  overflow-y: scroll;
  border: 2px solid #898989;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px;
}
#table-advertisements td.adv_contact,
#table-advertisements td.adv_subjects {
  max-width: 160px;
}
#table-advertisements td.adv_commute {
  max-width: 44px;
}
#table-advertisements td.price {
  max-width: 96px;
  text-align: right;
}
#exams-list .col1 {
  float: left;
  width: 356px;
  padding: 22px 11px;
  background-color: #eff0f0;
  background-image: linear-gradient(top, #eff0f0, #ffffff);
  background-image: -o-linear-gradient(top, #eff0f0, #ffffff);
  background-image: -moz-linear-gradient(top, #eff0f0, #ffffff);
  background-image: -webkit-linear-gradient(top, #eff0f0, #ffffff);
  background-image: -ms-linear-gradient(top, #eff0f0, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f0', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
#exams-list .col1 h2 {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#exams-list .col1 h2 + p {
  line-height: 1.5;
  color: #797979;
  font-size: 1em;
  margin-top: 11px;
  margin-bottom: 22px;
  margin-left: 11px;
}
#exams-list .col1:first-child {
  margin-left: 0;
}
#exams-list a {
  display: block;
  font-size: 20px;
  color: #2d544a;
  width: 126px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #c4d5d0;
  margin-bottom: 10px;
  margin-left: 30px;
  background: white;
  position: relative;
  box-shadow: inset 0 0 27px #cccccc;
  -moz-box-shadow: inset 0 0 27px #cccccc;
  -webkit-box-shadow: inset 0 0 27px #cccccc;
  -o-box-shadow: inset 0 0 27px #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
#exams-list a:hover {
  border-color: #1d423b;
  color: white;
  background-color: #38786d;
  background-image: linear-gradient(top, #38786d, #1d423b);
  background-image: -o-linear-gradient(top, #38786d, #1d423b);
  background-image: -moz-linear-gradient(top, #38786d, #1d423b);
  background-image: -webkit-linear-gradient(top, #38786d, #1d423b);
  background-image: -ms-linear-gradient(top, #38786d, #1d423b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38786d', endColorstr='#1d423b',GradientType=0 );
  /* IE6-9 */
  box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.5);
}
#exams-list a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url('/public/img/bryktiny.png') 0 -91px;
  position: absolute;
  top: 19px;
  right: -7px;
}
#exams-list a:hover:after {
  background-position: -21px -92px;
}
#exams-list a:nth-child(even) {
  float: right;
  margin: -29px 30px 10px 0;
}
#exams-list a:nth-child(even):after {
  display: none;
}
#exams-list a:nth-child(even):before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url('/public/img/bryktiny.png') -7px -91px;
  position: absolute;
  top: 19px;
  left: -7px;
}
#exams-list a:nth-child(even):hover:before {
  background-position: -14px -91px;
}
#exams-list a span {
  display: block;
  position: absolute;
  height: 21px;
  width: 2px;
  background: #c4d5d0;
  top: 28px;
}
#exams-list a span:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #9bb7b2;
  position: absolute;
  top: -6px;
  left: -1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
#exams-list a span.right {
  left: -22px;
}
#exams-list a span.left {
  right: -22px;
}
p#exams-empty-message {
  font-size: 15px;
  padding: 15px 10px;
  text-align: center;
}
#exam-files li {
  float: left;
  width: 367px;
  margin: 11px 0;
  position: relative;
}
#exam-files li:nth-child(3n+1) {
  margin-right: 22px;
  clear: left;
}
#exam-files li:nth-child(3n+3) {
  margin-left: 22px;
}
#exam-files li a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-left: 21px;
  line-height: 18px;
  color: #2d544a;
}
#exam-files li a:hover {
  text-decoration: underline;
}
#exam-files li a:before,
body.exams .maincol.fullh > section nav ul li a:before {
  content: '';
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  margin-right: 5px !important;
  background: url('/public/img/bryktiny.png') -248px -8px !important;
  position: absolute;
  vertical-align: middle;
  top: 6px;
}
body.exams .maincol.fullh > section nav ul li.file_rar a:before {
  background-position: -484px 0px !important;
}
#exam-files h4 {
  font-size: 15px;
  line-height: 1.5em;
  color: #797979;
}
#flash-messages {
  max-width: 100%;
  min-height: 60px;
  width: 750px;
  text-align: center;
  position: fixed;
  z-index: 10000;
  left: 50%;
  margin-left: -375px;
  top: 50%;
  opacity: 1;
  margin-top: -50px;
  cursor: pointer;
  transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  background-color: #ffffff;
  background-image: linear-gradient(top, #ffffff, #ebebeb);
  background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -ms-linear-gradient(top, #ffffff, #ebebeb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
  /* IE6-9 */
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#flash-messages.hidden {
  opacity: 0;
  display: none;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
}
#flash-messages li {
  padding: 5px 10px;
  margin-left: 55px;
  color: white;
  font-size: 1.7em;
  text-align: center;
  padding-right: 33px;
}
#flash-messages li:first-child {
  padding-top: 20px;
}
#flash-messages li:last-child {
  padding-bottom: 20px;
}
#flash-messages li:first-child:before {
  content: '';
  display: inline-block;
  width: 43px;
  height: 45px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('/public/img/bryktiny.png');
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -23px;
}
#flash-messages li.level3 {
  color: #e52b39;
}
#flash-messages li.level3:before {
  background-position: -196px -667px;
}
#flash-messages li.level6 {
  color: #467b1b;
}
#flash-messages li.level6:before {
  background-position: -108px -667px;
}
#flash-messages li.level5 {
  color: #e7820a;
}
#flash-messages li.level5:before {
  background-position: -151px -667px;
  width: 45px;
}
#flash-messages li:first-child:after {
  content: '';
  display: inline-block;
  background: url('/public/img/bryktiny.png') -273px -135px;
  width: 21px;
  height: 21px;
  right: 10px;
  top: 10px;
  position: absolute;
}
#admin-bar {
  background: #464646;
  color: #ccc;
  font-size: 11px;
  line-height: 2em;
  padding: 0 22px;
  background-color: #373737;
  background-image: linear-gradient(top, #373737, #464646);
  background-image: -o-linear-gradient(top, #373737, #464646);
  background-image: -moz-linear-gradient(top, #373737, #464646);
  background-image: -webkit-linear-gradient(top, #373737, #464646);
  background-image: -ms-linear-gradient(top, #373737, #464646);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#464646',GradientType=0 );
  /* IE6-9 */
}
#share_box {
  display: none;
  font-size: 1em;
  padding: 5px;
  background: #99231b;
  color: white;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: absolute;
  margin-top: -45px;
  background-color: #e12316;
  background-image: linear-gradient(top, #e12316, #99231b);
  background-image: -o-linear-gradient(top, #e12316, #99231b);
  background-image: -moz-linear-gradient(top, #e12316, #99231b);
  background-image: -webkit-linear-gradient(top, #e12316, #99231b);
  background-image: -ms-linear-gradient(top, #e12316, #99231b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12316', endColorstr='#99231b',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 2px 0 #cccccc;
  -moz-box-shadow: 0 2px 0 #cccccc;
  -webkit-box-shadow: 0 2px 0 #cccccc;
  -o-box-shadow: 0 2px 0 #cccccc;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -o-border-radius: 13px;
}
#share_box:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 70px;
  bottom: -11px;
  width: 11px;
  height: 11px;
  background: url('/public/img/bryktiny.png') -458px -129px;
}
#share_box span {
  margin: 0 5px;
}
#share_box a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px;
  vertical-align: middle;
  background: url('/public/img/bryktiny.png') -458px -81px;
  cursor: pointer;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
#share_box a.gp {
  background-position: -458px -97px;
}
#share_box a.nk {
  background-position: -458px -113px;
}
#share_box a:hover {
  background-position: -475px -81px;
}
#share_box a.gp:hover {
  background-position: -475px -97px;
}
#share_box a.nk:hover {
  background-position: -475px -113px;
}
#user_profile {
  background: white;
  padding: 22px;
}
#user_profile h2 {
  border-bottom: 1px solid #ededed;
  margin-bottom: 11px;
  font-weight: normal;
}
#user_profile .access-status {
  font-size: 13px;
  line-height: 1.5em;
  color: #2d544a;
  margin-bottom: 11px;
}
#user_profile .logout {
  color: #2d544a;
  font-size: 14px;
}
#user_profile .logout:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
  background: url('/public/img/bryktiny.png') -103px -110px;
}
#user_profile .user-data {
  font-size: 13px;
  line-height: 1.5em;
  color: #797979;
}
#user_profile .user-data .email {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: bold;
}
#user_profile #user-tab-content #table-essays h3 span.essay-edit,
#user_profile #user-tab-content #table-essays h3 span.essay-delete {
  font-size: 1em;
}
#user-tabs {
  margin-top: 22px;
  margin-bottom: 44px;
}
#user-tabs .head {
  height: 40px;
}
#user-tabs .info-ico {
  position: relative;
  left: 11px;
  background-position: -248px -135px;
  width: 20px;
  height: 21px;
}
#user-tabs .info-box {
  right: -234px;
  left: auto;
  top: -40px;
  z-index: 10;
}
#user-tabs .info-box:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  left: -18px;
  right: auto;
}
#user-tabs .info-box:before {
  left: 2px;
  right: auto;
}
#user-tabs h2 {
  color: #797979;
  padding: 10px 22px 6px;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  background: white;
  float: left;
  cursor: pointer;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 20px;
  position: relative;
}
#user-tabs h2:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
#user-tabs h2:last-child {
  border-right: 1px solid #ededed;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
#user-tabs h2.active {
  border-width: 2px !important;
  border-bottom-width: 0px !important;
  border-right: 1px solid #ededed;
  border-color: #898989;
  padding: 9px 20px 9px 11px;
}
#user-tabs h2.active.essays {
  color: #467b1b;
  border-color: #467b1b;
}
#user-tabs h2.essays:hover {
  color: #467b1b;
}
#user-tabs h2.active.tests {
  color: #e7820a;
  border-color: #e7820a;
}
#user-tabs h2.tests:hover {
  color: #e7820a;
}
#user-tabs h2.active.advertisements {
  color: #330a85;
  border-color: #330a85;
}
#user-tabs h2.advertisements:hover {
  color: #330a85;
}
#user-tab-content {
  border: 2px solid #898989;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
#user-tab-content:first-child.active {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}
.advertisements #user-tab-content {
  border-color: #330a85;
}
.essays #user-tab-content {
  border-color: #467b1b;
}
.tests #user-tab-content {
  border-color: #e7820a;
}
#user-tab-content table {
  width: 100%;
  display: none;
  position: relative;
}
#user-tab-content table.active {
  display: table;
}
#user-tab-content table.list h3 {
  font-size: 17px;
  max-width: 250px;
  word-wrap: break-word;
}
.advertisements #user-tab-content table.list h3 {
  color: #330a85;
}
.tests #user-tab-content table.list h3 {
  color: #e7820a;
}
.essays #user-tab-content table.list h3 {
  color: #467b1b;
}
#user-tab-content table.list td,
#user-tab-content table.list th {
  padding: 11px 22px;
  border-bottom: 1px solid #ededed;
  color: #898989;
}
#user-tab-content table.list th {
  font-size: 1em;
}
#user-tab-content table.list td.small {
  font-size: 11px;
}
#user-tab-content table td.actions {
  text-align: right;
  white-space: nowrap;
}
table#table-advertisements td.actions {
  text-align: left !important;
}
table#table-advertisements td.actions a {
  font-size: 1em;
  padding-left: 8px;
  display: block;
  line-height: 22px;
}
table#table-advertisements td.actions p {
  clear: left;
}
#user-tab-content table td.actions .status1:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url('/public/img/bryktiny.png') -7px -141px;
}
#user-tab-content table td.actions .status0:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url('/public/img/bryktiny.png') -165px -112px;
}
#user-tab-content table td.actions a.edit:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/public/img/bryktiny.png') -206px -109px;
}
#user-tab-content table td.actions small {
  display: inline-block;
  width: 177px;
  text-align: center;
  color: #2d544a;
  font-size: 17px;
  font-weight: bold;
}
.device-tablet #user-tab-content table td.actions small {
  width: 201px;
}
a.del:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/public/img/bryktiny.png') -185px -110px;
}
#user-tab-content table td.footer,
#user-tab-content table td.header {
  position: absolute;
  border: none;
  right: 0;
}
#user-tab-content table td.header {
  top: -60px;
}
#table-advertisements td.footer {
  bottom: -75px;
}
#user-tab-content #table-advertisements {
  width: 96%;
  margin: 0 2% 22px;
}
#user-register,
#user-login,
#user-remind,
#user-changepassword,
#form-editdata {
  width: 622px;
  border-top: none;
  padding: 0;
}
button#register {
  /*width: 164px !important;*/
}
button#login {
  /*width: 124px !important;*/
}
body.advertisements #form-editdata {
  width: 100%;
}
.form-user .btn-fb {
  margin: 20px auto;
}
.form-user .halfcol {
  width: 45%;
}
.form-user .halfcol + .halfcol {
  margin-left: 55%;
}
.form-user .forgot {
  font-size: 1em;
  color: #2d544a;
  display: inline-block;
}
.form-user .forgot:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/public/img/bryktiny.png') -29px -56px;
  vertical-align: middle;
  margin-right: 5px;
  top: -2px;
  position: relative;
}
.form-user .user-input input {
  height: 15px;
}
#user-login:after,
#user-register:after {
  content: '';
  width: 100%;
  height: 20px;
  bottom: 60px;
  position: absolute;
  z-index: 1;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
}
#user-login p:last-child,
#user-register p.tcenter {
  border-top: 1px solid white;
  margin-top: 1px;
  z-index: 100;
}
.tooltip {
  width: 444px;
  background: #24453e;
  color: white;
  padding: 22px;
  margin-top: -80px;
  background-image: linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
  background-image: -o-linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
  background-image: -moz-linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
  background-image: -webkit-linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
  background-image: -ms-linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
}
.tooltip h2 {
  color: white;
  margin-bottom: 1em;
}
.tooltip ul li {
  display: block;
  float: none;
  font-size: 15px;
  line-height: 1.5em;
}
.tooltip p {
  line-height: 1.5em;
}
.tooltip .btn-big-register {
  margin-top: 60px;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-left: -84px !important;
  max-height: 266px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000 !important;
}
body.index-index .ui-autocomplete,
body.brykowisko .ui-autocomplete {
  max-width: 817px;
}
.ui-autocomplete li a {
  display: block;
  border-bottom: 1px solid #ededed;
  color: #797979;
  padding: 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*.ui-autocomplete li a.read {
  border-left:4px solid @color-reads;
  padding-left:6px;
  font-weight: bold;
}*/
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #CECECE;
  color: black;
}
ul.ui-state-active {
  border-color: #838383 !important;
  background-color: #efefef !important;
}
.ui-autocomplete li a span.title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 17px;
  line-height: 17px;
}
.ui-autocomplete li a span.type {
  line-height: 17px;
  display: block;
  float: right;
  margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
}
.ui-autocomplete li a.read span.type {
  background: #e0250e;
  color: white;
  padding: 0px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#audio-player {
  height: 37px;
  position: absolute;
  right: 125px;
  top: 0px;
  background: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 1200;
  text-align: right;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#audio-player.flash {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
#audio-player + a + #breadcrumbs_short {
  margin-right: 249px;
}
#audio-player:hover,
#audio-player.active {
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: -o-calc(100% - 125px);
  width: calc(100% - 125px);
}
#audio-player:hover .audio-progress-container,
#audio-player.active .audio-progress-container {
  display: block;
}
#audio-player.flash .audio-progress-container {
  display: none;
}
#audio-player object {
  float: right;
  min-width: 250px;
}
body.advertisements-add form#form-editdata label[for=is_teacher] {
  margin: 20px 0 5px -63px;
}
body.advertisements-add form#form-editdata input#is_teacher {
  margin-top: 21px !important;
}
body.users-edit-data form#form-editdata input#is_teacher {
  margin-top: 11px!important;
}
body.advertisements-add form#form-editdata select#region {
  width: 100%;
}
label[for=is_teacher],
label[for=accept] {
  margin: 0px;
  display: inline-block !important;
}
label[for=accept] {
  margin-left: 15px;
}
input#is_teacher,
input#accept {
  margin-top: 3px !important;
}
.form-payment-sms p {
  width: 605px;
  float: left;
  margin-bottom: 4px;
}
.form-payment-transfer p {
  width: 349px;
  float: left;
  margin-top: 3px!important;
  margin-bottom: 3px!important;
}
.form-payment-sms + p.cost {
  clear: left;
  color: #898989;
  background: white;
  z-index: 2;
  position: relative;
  padding-bottom: 20px;
}
.spacer-shadow {
  margin-bottom: 35px;
}
.spacer-shadow:after {
  content: '';
  width: 50%;
  margin: -23px 10% 0;
  height: 25px;
  position: absolute;
  z-index: 0;
  left: 0;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 50%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 50%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 50%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 50%);
}
.form-payment-sms label,
.form-payment-transfer label {
  margin-top: 11px;
  display: block;
  text-align: left;
  color: #3f7869;
  font-weight: bold;
}
.form-payment-sms .btn-big-red,
.form-payment-transfer .btn-big-red {
  margin-top: 55px;
  font-size: 17px!important;
  margin-bottom: 0;
}
.form-payment-transfer .btn-big-red {
  float: right;
  margin: 20px 157px 50px auto;
}
.form-payment-sms p > span,
.form-payment-transfer p > span {
  display: block;
  border: 1px solid #ededed;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  padding-left: 37px;
  margin-top: 5px;
  background-color: #ffffff;
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
}
.form-payment-sms span.focus,
.form-payment-transfer span.focus {
  border: 1px solid #2d544a;
  box-shadow: 0 0 3px #aaaaaa;
  -moz-box-shadow: 0 0 3px #aaaaaa;
  -webkit-box-shadow: 0 0 3px #aaaaaa;
  -o-box-shadow: 0 0 3px #aaaaaa;
}
.form-payment-sms p > span:after,
.form-payment-transfer p > span:after {
  content: '';
  display: block;
  width: 7px;
  height: 28px;
  background: #ffffff url('/public/img/bryktiny.png') -222px -32px;
  position: absolute;
  left: 30px;
  top: 0;
}
.form-payment-sms p > span:before,
.form-payment-transfer p > span:before {
  content: '';
  width: 15px;
  height: 16px;
  display: block;
  margin: 6px 8px 6px 7px;
  background: url('/public/img/bryktiny.png') -487px -623px;
  position: absolute;
  left: 0;
}
.form-payment-transfer p > span.name-input:before {
  background-position: -196px -37px;
  width: 15px;
  height: 15px;
  margin-left: 7px;
}
.form-payment-transfer p > span.adres-input:before {
  background-position: -484px -606px;
  width: 16px;
  height: 15px;
  margin-top: 5px;
}
.form-payment-transfer p > span.email-input:before {
  background-position: -196px -37px;
}
.form-payment-sms input,
.form-payment-transfer input {
  display: block;
  font-size: 1em;
  color: #898989;
  line-height: normal;
  padding: 6px 0 7px;
  border: 1px solid #d5d5d5;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  width: 100%;
  margin: 0;
}
.color_red {
  color: #dd2416;
}
.code-line {
  color: #3c3b43;
  display: block;
  margin-top: 4px;
  font-size: 15px;
}
#grade {
  width: auto;
}
#add-your-essay {
  display: table;
  background: #24453e;
  color: white;
  width: 100%;
  background-image: linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
  background-image: -o-linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
  background-image: -moz-linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
  background-image: -webkit-linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
  background-image: -ms-linear-gradient(115deg, #38675c 10%, #24453e 40%, #24453e 60%, #38675c 90%);
  height: 53px;
}
.add-your-essay-wrapper {
  padding-top: 40px;
  border-right: 1px solid #ededed;
}
#add-your-essay div.add-info {
  padding-left: 11px;
  font-size: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: table-cell;
  vertical-align: middle;
}
#add-your-essay div.add-info span {
  position: relative;
  z-index: 2;
}
#add-your-essay div.add-info div {
  position: relative;
}
#add-your-essay div.add-info div:after {
  content: '';
  background: url('/public/img/bryktiny.png');
  position: absolute;
  width: 81px;
  height: 53px;
  background-position: 0px -657px;
  top: -14px;
  right: 30px;
  z-index: 1;
}
#add-your-essay div.add-info + div {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  width: 180px;
  display: table-cell;
  vertical-align: middle;
}
#add-your-essay .btn-big-register {
  text-transform: none;
}
.static-page-feedback form .file-upload:after {
  width: 409px;
}
.error-bg {
  background: url("/public/img/404-bg.jpg") center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.error-bg #topSearch {
  background-color: #e0e0e0 0%;
  background-image: linear-gradient(none, #e0e0e0 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(none, #e0e0e0 0%, #f6f6f6 100%);
  background-image: -moz-linear-gradient(none, #e0e0e0 0%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(none, #e0e0e0 0%, #f6f6f6 100%);
  background-image: -ms-linear-gradient(none, #e0e0e0 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0 0%', endColorstr='#f6f6f6 100%',GradientType=0 );
  /* IE6-9 */
  background: none;
}
.error-bg #topSearch:before,
.error-bg #topSearch:after,
.error-bg #topSearch .wrapper:after,
.error-bg #topSearch .wrapper:before,
.error-bg #topNav:before {
  display: none;
}
.error-bg #topNav nav > ul > li > a {
  border-bottom: none;
}
.error-bg #topSearch form {
  margin-left: auto;
}
.error-bg #logo-error {
  display: block;
  width: 149px;
  height: 56px;
  margin: 30px auto;
  background: url('/public/img/bryktiny.png') -322px 0;
}
.error-bg #topSearch h3 {
  float: none;
  max-width: 1200px;
  text-align: center;
  margin: 0;
  font-size: 20px;
  margin-top: 45px  ;
  text-shadow: 0 0 40px #000,0 0 50px #000,0 0 60px #000,0 0 70px #000;
  -moz-text-shadow: 0 0 40px #000,0 0 50px #000,0 0 60px #000,0 0 70px #000;
  -webkit-text-shadow: 0 0 40px #000,0 0 50px #000,0 0 60px #000,0 0 70px #000;
  -o-text-shadow: 0 0 40px #000,0 0 50px #000,0 0 60px #000,0 0 70px #000;
}
.error-bg #topSearch h3:before {
  /*  content: '';*/
  position: absolute;
  top: 0;
  left: 100px;
  width: 1000px;
  height: 100px;
  background-image: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
}
.error-bg .error-messages {
  text-align: center;
  margin-top: 30px;
}
.error-bg #application-error {
  background: white;
}
.error-bg #topSearch h3.code {
  display: inline-block;
  margin-top: 0;
  font-size: 70px;
}
.error-bg #topSearch h3.message {
  display: inline-block;
  margin-top: 0;
  padding-bottom: 42px;
}
.error-bg #topSearch h3.message a {
  color: #e0250e;
}
.error-bg #topSearch h3.message a:hover {
  text-decoration: underline;
}
.error-bg #topSearch h3.code + h3.message {
  margin-top: 15px;
  margin-left: 25px;
  vertical-align: middle;
  line-height: 1.7em;
}
/* hover fixes */
.maincol .icon-fav:hover,
a.add_to_list:hover .icon-fav {
  background-position: -25px -161px;
}
.maincol .icon-fav-active:hover,
a.add_to_list:hover .icon-fav-active {
  background-position: -112px -70px;
  opacity: 1;
}
.counter {
  float: right;
  color: #797979;
  font-size: 1em;
  margin-right: -8px;
  margin-top: -10px;
}
@media only screen and (max-width: 1200px) {
  body {
    min-width: 1024px;
  }
  #breadcrumbs {
    width: 956px;
  }
  .wrapper {
    width: 1000px;
  }
  #home_main section > ul {
    width: 1000px;
  }
  #home_main section > ul > li {
    width: 177px;
    padding-left: 11px;
    padding-right: 11px;
  }
  /*#home_main section > ul > li:first-child {
    width: (@column-width+@gutter-width)*3 + @gutter-width;
  }*/
  #home_main section > ul > li:hover {
    width: 208px;
    margin: -40px -15.5px;
    height: 284px;
  }
  #home_main section > ul > li.dictionaries:hover {
    width: 300px;
    margin: -40px -61.5px;
  }
  .col4 {
    width: 600px;
  }
  #footer .main_nav li h3 a {
    width: 156px;
    padding: 8px 22px;
  }
  #topSearch h3 {
    margin: 40px 8px;
  }
  #searchForm input::-webkit-input-placeholder {
    color: white;
  }
  #searchForm input::-ms-input-placeholder {
    color: white;
  }
  #searchForm input::-moz-placeholder {
    color: white;
  }
  .tooltip {
    width: 40%;
  }
  #user-register,
  #user-login,
  #user-remind,
  #user-changepassword,
  #form-editdata {
    width: 50%;
  }
  #adv-filter-from p {
    width: 170px;
  }
  #adv-filter-from p strong {
    font-size: 17px;
  }
  #topNav nav > ul > li.reads {
    width: 93px;
  }
  #topNav nav > ul > li.essays {
    width: 140px;
  }
  #topNav nav > ul > li.tests {
    width: 80px;
  }
  #topNav nav > ul > li.dictionaries {
    width: 99px;
  }
  #topNav nav > ul > li.advertisements {
    width: 122px;
  }
  #topNav nav > ul > li.exams {
    width: 108px;
  }
  #exams-list .col1 {
    width: 276px;
  }
  #exams-list a {
    font-size: 17px;
    width: 86px;
  }
  #footer .col4 nav {
    width: 127px;
  }
  #user-tabs h2 {
    font-size: 17px;
    line-height: 17px;
  }
  #user-tabs .head {
    height: 39px;
  }
  .form-payment-sms p {
    width: 455px;
  }
  .form-payment-transfer p {
    width: 274px;
  }
  .form-payment-transfer .btn-big-red {
    margin: 20px 107px 50px auto;
  }
  .essays-index .maincol.fullh > section nav ul li:nth-child(5n+6) {
    clear: none;
  }
  .essays-index .maincol.fullh > section nav ul li:nth-child(4n+5) {
    clear: left;
  }
  form .halfcol {
    width: 262.5px;
  }
  form .halfcol + .halfcol {
    margin-left: 380.5px;
  }
  form .file-upload:after {
    width: 372px;
  }
  .static-page-feedback form .file-upload:after {
    width: 290px;
  }
  .innergraybox .maincol {
    width: 555px;
  }
  .innergraybox .leftcol1 {
    width: 260px;
  }
  .shop_box.without_greg {
    height: 160px;
  }
  .shop_box > div {
    width: 383px;
    height: 132px;
    margin-left: 12px;
  }
  .shop_box > div.without_greg {
    margin-left: 12px;
  }
  .buy_book {
    margin-top: 10px;
  }
  .shop_box {
    height: 324px;
  }
  #table-advertisements td.adv_desc {
    max-width: 143px;
  }
  body.index-index .ui-autocomplete,
  body.brykowisko .ui-autocomplete {
    max-width: 617px;
  }
  .test-form .dopasuj .dopasuj_answers li.test-dopasuj-drag,
  body.tests > li.test-dopasuj-drag,
  .test-form .uporzadkuj .uporzadkuj_draggable li,
  .test-form .uzupelnij ul > li.uzupelnij-drag,
  body.tests > li.uzupelnij-drag {
    width: 150px;
    margin-right: 40px;
  }
  .test-form img {
    max-width: 100%;
  }
  /*body.tests-index .maincol > div h3 + div a,*/
  /*body.tests-subjects .maincol > div h3 + div a,*/
  body.tests-schools .maincol > div div a {
    width: 222px;
  }
  body.tests-schools .maincol > div div a {
    width: 229px;
  }
  .maincol article .buy_access span {
    margin-top: -10px;
  }
}
.bryk-confirm-anchor {
  font-size: 17px !important;
  margin: 15px 30px 0 30px;
  background: #F1F2F6;
  background-color: #f1f2f6;
  background-image: linear-gradient(top, #f1f2f6, #cdd2e0);
  background-image: -o-linear-gradient(top, #f1f2f6, #cdd2e0);
  background-image: -moz-linear-gradient(top, #f1f2f6, #cdd2e0);
  background-image: -webkit-linear-gradient(top, #f1f2f6, #cdd2e0);
  background-image: -ms-linear-gradient(top, #f1f2f6, #cdd2e0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f6', endColorstr='#cdd2e0',GradientType=0 );
  /* IE6-9 */
}
.bryk-confirm-anchor:hover {
  background-color: #cdd2e0;
  background-image: linear-gradient(top, #cdd2e0, #f1f2f6);
  background-image: -o-linear-gradient(top, #cdd2e0, #f1f2f6);
  background-image: -moz-linear-gradient(top, #cdd2e0, #f1f2f6);
  background-image: -webkit-linear-gradient(top, #cdd2e0, #f1f2f6);
  background-image: -ms-linear-gradient(top, #cdd2e0, #f1f2f6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd2e0', endColorstr='#f1f2f6',GradientType=0 );
  /* IE6-9 */
}
/* CKEditor fix */
div.cke_dialog_body table.cke_dialog_contents div.cke_dialog_ui_vbox,
div.cke_dialog_body table.cke_dialog_contents div.cke_dialog_ui_vbox > table,
div.cke_dialog_body table.cke_dialog_contents div.cke_dialog_ui_vbox > table > tbody > tr:last-child,
div.cke_dialog_body table.cke_dialog_contents div.cke_dialog_ui_vbox > table > tbody > tr:last-child iframe.cke_pasteframe {
  width: 100%;
  height: 100%;
}
#cke_text {
  margin-top: 11px;
}
div#edit-form-actual-file {
  margin-bottom: 25px;
}
div#edit-form-actual-file > p.title {
  color: #2d544a;
  font-size: 15px;
  font-weight: bold;
}
div#edit-form-actual-file > div.file-info {
  font-size: 1em;
  color: #797979;
}
div#edit-form-actual-file > div.file-info > a > img {
  float: left;
}
div#edit-form-actual-file > div.file-info > span {
  margin-top: 17px;
  display: inline-block;
}
div#edit-form-actual-file > div.file-info > span > span.small {
  font-size: 10px;
}
div.test-additionalText table td,
div.test-additionalText table th {
  padding: 5px;
}
.content .polityka ol {
  margin-top: 0;
  margin-bottom: 0;
}
.content .polityka ol li {
  list-style-type: lower-alpha;
}
/*  ==========================================
    Cookie info layer
    ========================================== */
#cookie-info-layer {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 480px;
  color: #898989;
  line-height: 16px;
  text-align: justify;
  font-size: 1em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
#cookie-info-layer a {
  text-decoration: underline;
}
#cookie-info-layer a:hover {
  color: #2d544a;
  text-decoration: underline;
}
#cookie-info-layer .btn-big-close-cookie {
  font-size: 14px!important;
  float: right;
  margin-top: 15px;
  margin-bottom: -5px;
  border: 1px solid #5E8A81;
}
#cookie-info-layer .cookie-info-close:hover {
  background-color: #1b8fc4;
}
#other_subjects {
  margin: 0px 0px 0px 10px;
}
.popular {
  margin-left: 301px;
  margin: -39px auto -14px 178px;
  height: 115px;
  background: #ffead5;
  list-style: disc;
  position: relative;
}
.popular:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 429px;
  height: 115px;
  background: url("/public/img/test-subjects.png");
  right: 0px;
  top: 0px;
}
#popular-biologia:after {
  background-position: 0 0;
}
#popular-geografia:after {
  background-position: 0 -115px;
}
#popular-historia:after {
  background-position: 0 -230px;
}
#popular-językpolski:after {
  background-position: 0 -345px;
}
#popular-wos:after {
  background-position: 0 -460px;
}
.popular li {
  list-style: none;
  padding: 0 11px 0 22px;
  margin-right: 428px;
}
.popular li:first-child {
  list-style: none;
  padding-top: 10px;
  padding-left: 11px;
}
.popular li strong {
  color: #e7820a;
  display: block;
  padding: 11px;
  font-size: 1.2em;
}
.popular li a {
  display: block;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  line-height: 1.5em;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  background: none !important;
  color: #898989 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popular li a:before {
  content: '';
  display: inline-block;
  background: url('/public/img/bryktiny.png') -30px -93px;
  width: 10px;
  height: 7px;
  margin-right: 7px;
}
.popular li a:hover {
  text-decoration: underline;
}
.brykowisko {
  background-color: #1f3d37;
}
.brykowisko #main h3 {
  font-family: chalkdustregular, Arial, sans-serif;
  float: none;
  color: white;
  max-width: 1200px;
  text-align: center;
  margin: 0;
  font-size: 20px;
  padding-top: 35px;
  line-height: 1.7em;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.7), 0 0 50px rgba(0, 0, 0, 0.7), 0 0 60px rgba(0, 0, 0, 0.7), 0 0 70px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0 0 40px rgba(0, 0, 0, 0.7), 0 0 50px rgba(0, 0, 0, 0.7), 0 0 60px rgba(0, 0, 0, 0.7), 0 0 70px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 0 40px rgba(0, 0, 0, 0.7), 0 0 50px rgba(0, 0, 0, 0.7), 0 0 60px rgba(0, 0, 0, 0.7), 0 0 70px rgba(0, 0, 0, 0.7);
  -o-text-shadow: 0 0 40px rgba(0, 0, 0, 0.7), 0 0 50px rgba(0, 0, 0, 0.7), 0 0 60px rgba(0, 0, 0, 0.7), 0 0 70px rgba(0, 0, 0, 0.7);
}
.brykowisko #main h3 a {
  color: #e0250e;
}
.brykowisko #main h3.code {
  font-size: 70px;
}
.exams-exam h1 {
  position: relative;
  padding-right: 115px !important;
}
.exams-exam h1 span {
  right: 0px;
  top: -33px !important;
}
body.writing-tips h1 {
  font-size: 24px !important;
  margin: 0 0 .5em 0 !important;
}
body.writing-tips h2 {
  font-size: 34px !important;
  padding: .5em 0 !important;
}
body.static-page-index #main .adBox-static {
  float: right !important;
  margin: 0px 0px 20px 20px !important;
}
.regulations {
  font-size: 15px;
  line-height: 1.2em;
}
.regulations p {
  text-align: justify;
}
.regulations ol {
  list-style: decimal;
  font-size: 15px;
  line-height: 1.2em;
  padding-left: 20px;
  margin: 10px 0 20px;
}
.regulations ol[type=a] {
  list-style: lower-alpha;
}
@media only screen and (max-width: 1024px) {
  body {
    min-width: 0px !important;
    width: 100%;
    overflow-x: hidden;
  }
  #fb_box {
    position: absolute;
  }
  .wrapper {
    width: 100%;
    border: none !important;
  }
  #breadcrumbs {
    width: auto;
  }
  #home_main section > ul {
    margin: auto;
    width: auto !important;
  }
  #home_main section > ul > li {
    width: 30%;
    padding-left: 1.5%;
    padding-right: 1.83%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }
  #home_main section > ul > li:hover {
    width: 30% !important;
    margin: 0 !important;
    height: 209px !important;
  }
  #home_main section > ul > li:first-child {
    width: 63.33% !important;
  }
  #home_main section > ul > li:first-child:hover {
    width: 63.33% !important;
  }
  #home_main section > ul > li:hover > ul {
    height: 145px;
  }
  #copy_footer .fleft {
    white-space: normal;
  }
  .col4 {
    width: 100%;
    float: none;
  }
  #footer .col4 nav {
    width: 25%;
  }
  .col2 {
    width: 100%;
  }
  #footer .col2 nav {
    width: 50%;
    margin: 0;
  }
  #footer .col2 nav ul {
    margin: 0px 11px;
  }
  #footer .main_nav ul {
    width: 100%;
  }
  #footer .main_nav li {
    width: 33.33%;
  }
  #footer .main_nav li:first-child,
  #footer .main_nav li:first-child + li {
    width: 50%;
  }
  #footer .main_nav li h3 a {
    width: 80%;
    padding: 8px 10%;
  }
  #logo {
    margin-right: 10px;
  }
  #topSearch form {
    text-align: center;
    margin-left: 200px !important;
  }
  body.index-index #topSearch form,
  body.brykowisko #topSearch form {
    padding-top: 25px;
  }
  #topSearch form p {
    margin: 0 15px;
  }
  #topNav nav {
    width: 50%;
  }
  #topNav nav > ul {
    display: block;
    width: 250px;
    background: #0f221f;
    top: 0px;
  }
  #topNav nav > ul > li {
    display: block;
    float: none;
    width: auto !important;
  }
  #topNav nav > ul > li > a {
    padding: 15px 0;
  }
  #main_nav {
    margin-left: -250px;
    z-index: 1200;
    position: relative;
    transition: margin-left 0.3s ease-in-out;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
  }
  body.device-tablet #main_nav_show:hover + ul,
  body.device-tablet #main_nav:hover {
    margin-left: -250px !important;
  }
  #main_nav_show:hover + ul,
  #main_nav:hover,
  body.leftshow #main_nav_show + ul {
    margin-left: 0%;
  }
  body.leftshow #main_nav_show:hover + ul {
    margin-left: 0px !important;
  }
  #main_nav_show {
    display: block;
    width: 54px;
    height: 50px;
    border-right: 1px solid #3c4746;
    top: 0px;
    z-index: 1201;
    background: url('/public/img/bryktiny.png') -95px -607px no-repeat;
  }
  #logo {
    margin: 30px 10px 0 50px;
  }
  #home_main section > ul > li:hover:after,
  #logo:before,
  #logo:after,
  #topSearch h3,
  #topSearch .wrapper:after,
  #topSearch .wrapper .clearfix:after,
  #topNav:before,
  #topSearch:before,
  #topSearch .wrapper:before,
  #breadcrumbs:before,
  #main .rightcol .opracowania_box,
  #toolbox + .adBox,
  #toolbox .arrow_to_fav,
  #toolbox_mobil,
  .popular,
  #oldbryk {
    display: none !important;
  }
  body.error #topSearch h3 {
    display: block !important;
  }
  #auth_box {
    width: 50%;
    min-width: 35%;
    vertical-align: top;
    white-space: nowrap;
  }
  .tooltip {
    width: 40%;
  }
  #user-register,
  #user-login,
  #user-remind,
  #user-changepassword,
  #form-editdata {
    width: 50%;
  }
  #main .rightcol {
    width: 250px;
  }
  #main .mainleftcol,
  .leftside {
    margin-right: 250px;
  }
  body.reads-read .leftside,
  body.essays .leftside,
  body.search .leftside {
    margin-right: 0px !important;
  }
  #main .mainleftcol div.reads_list header h2 {
    font-size: 18px;
  }
  ul.reads_list li {
    width: 50%;
  }
  ul.reads_list li:nth-child(3n+1) {
    clear: none;
  }
  #main .rightcol .topbox h3 strong {
    font-size: 30px;
  }
  #fb-share-btn {
    overflow: hidden;
    width: auto;
    white-space: nowrap;
  }
  body.tests #fb-share-btn {
    overflow: auto;
    clear: left;
    display: block;
    width: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 0.8em;
    text-shadow: none;
    max-width: 200px;
    margin: 5px auto auto auto !important;
    line-height: 1.5em;
  }
  #fb-share-btn > span {
    margin-right: 15px;
  }
  .maincol article .buy_access .btn-reads {
    bottom: 5px;
    position: absolute;
    right: 20px;
  }
  .maincol article .buy_access h4 {
    line-height: 1em;
  }
  .maincol.fullh > section nav ul li a {
    width: auto !important;
  }
  .maincol article img {
    max-width: 100%;
  }
  #toolbox {
    right: -302px;
    width: 300px;
    position: absolute;
    z-index: 1200;
    margin-top: 75px;
    transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
  }
  body.device-tablet #toolbox,
  body.device-phone #tooblox {
    font-size: 14px;
  }
  #toolbox .bg2 {
    border-top: 2px solid #2d544a;
  }
  a.show-toolbox {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    top: 100px;
    background: #000000 url('/public/img/bryktiny.png') -145px -607px no-repeat;
    /*.box-shadow(0px 1px 1px #222);*/
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -o-border-top-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1001;
    margin-left: -50px;
  }
  #toolbox:hover,
  body.showtoolbox #toolbox {
    right: 0;
  }
  #shareEmailForm input {
    width: 182px !important;
  }
  #toolbox .other_lists {
    width: 80%;
    padding: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #toolbox .infografika {
    margin: 0 -20px -22px;
  }
  #arrow_to_fav {
    display: none;
  }
  body.tests-index .maincol > div h3,
  body.tests-subjects .maincol > div h3 {
    width: 200px;
  }
  body.tests-index .maincol > div h3 + div,
  body.tests-subjects .maincol > div h3 + div {
    margin-left: 200px;
  }
  body.tests .maincol div.subject_items div.bg-fix {
    width: 49%;
    min-width: 220px;
  }
  body.tests-index .maincol > div h3 + div a,
  body.tests-subjects .maincol > div h3 + div a,
  body.tests-schools .maincol > div div a {
    width: auto;
    float: none;
  }
  body.tests-test #main .rightcol,
  body.tests-results #main .rightcol {
    float: none;
    width: auto;
    margin-right: 0px;
    margin-top: 0px;
    height: auto !important;
  }
  body.tests-test #main .mainleftcol,
  body.tests-results #main .mainleftcol {
    margin-right: 0;
  }
  body.tests-test #main .rightcol .fixed,
  body.tests-results #main .rightcol .fixed {
    position: static !important;
    width: auto;
  }
  body.tests-results #main .rightcol > div {
    min-height: 0px;
  }
  #test_result_box {
    width: auto;
  }
  #adv-filter-from p {
    width: 170px;
  }
  #adv-filter-from p strong {
    font-size: 17px;
  }
  #exams-list .col1 {
    width: 276px;
  }
  #exams-list a {
    font-size: 17px;
    width: 86px;
  }
  #user-tabs h2 {
    font-size: 17px;
    line-height: 17px;
  }
  #user-tabs .head {
    height: 39px;
  }
  .form-payment-sms p {
    width: 65%;
  }
  .form-payment-transfer p {
    width: 274px;
  }
  .form-payment-transfer .btn-big-red {
    margin: 20px 107px 50px auto;
  }
  .essays-index .maincol.fullh > section nav ul li:nth-child(5n+6) {
    clear: none;
  }
  .essays-index .maincol.fullh > section nav ul li:nth-child(4n+5) {
    clear: none;
  }
  form .halfcol {
    width: 262.5px;
  }
  body.essays-add form .halfcol {
    width: 100%;
    margin: 0px;
    float: none;
  }
  form .halfcol + .halfcol {
    margin-left: 300px;
  }
  form .file-upload:after {
    width: 50%;
    left: 50%;
    border-left: 0px;
  }
  form .file-upload:before {
    width: 50%;
  }
  .static-page-feedback form .file-upload:after {
    width: 290px;
  }
  .innergraybox {
    margin: 0 0 11px;
  }
  .innergraybox .maincol {
    width: auto;
    margin-left: 274px;
    margin-right: 22px;
    float: none;
  }
  .innergraybox .leftcol1 {
    width: 250px;
  }
  .shop_box.without_greg {
    height: 160px;
  }
  .shop_box > div {
    width: 90%;
    height: 132px;
    margin-left: 12px;
  }
  .shop_box > div.without_greg {
    margin-left: 12px;
  }
  .buy_book {
    margin-top: 10px;
  }
  .shop_box {
    height: 324px;
  }
  #table-advertisements td.adv_desc {
    max-width: 143px;
  }
  body.index-index .ui-autocomplete {
    max-width: 617px;
  }
  .test-form .dopasuj .dopasuj_answers li.test-dopasuj-drag,
  body.tests > li.test-dopasuj-drag,
  .test-form .uporzadkuj .uporzadkuj_draggable li,
  .test-form .uzupelnij ul > li.uzupelnij-drag,
  body.tests > li.uzupelnij-drag {
    max-width: 80%;
    margin-right: 0px;
    margin-left: 5px;
  }
  .test-form img {
    max-width: 100%;
  }
  #add-your-essay div.add-info {
    font-size: 1em;
  }
  body.tests-schools .maincol > div div a.duplicate {
    left: 0px;
    right: 0px;
  }
  .dictionaries_list li {
    width: 33.3%;
    min-width: 152px;
  }
  .dictionaries .mainleftcol h2 {
    clear: left;
  }
  body.advertisements .maincol.fullh {
    padding: 22px 0;
  }
  #adv-filter-from {
    width: auto;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
  #adv-filter-from p {
    width: 30%;
    padding: 11px 1.5%;
  }
  #adv-filter-from p:last-child {
    width: auto;
    float: none;
    clear: left;
  }
  #adv-filter-from p + p + p {
    border-right: 0;
  }
  #table-advertisements th {
    padding: 11px;
    line-height: 1em;
    white-space: normal;
  }
  #table-advertisements th,
  #table-advertisements td {
    padding: 11px;
  }
  #table-advertisements th.contact {
    min-width: 0;
  }
  body.exams-index .maincol.fullh {
    margin: auto -22px;
  }
  #exams-list .col1 {
    width: 30.33%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  #user-tabs h2 {
    padding: 10px 11px 6px;
  }
  #user-tabs .info-ico {
    left: 4px;
    z-index: 1;
  }
  #table-advertisements td {
    padding: 5px;
  }
  #table-advertisements td.dark {
    font-size: 1em;
  }
  .fixed.activefixed {
    width: 200px;
  }
  #exams-list a {
    margin-left: 10%;
    min-width: 86px;
    width: 38%;
  }
  #exams-list a:nth-child(even) {
    margin-right: 10%;
  }
  #exams-list a span {
    background: none;
  }
  body.device-tablet .lefttcol .like_work,
  body.device-phone .lefttcol .like_work {
    font-size: 14px;
  }
  #toolbox .infografika span.img {
    margin: 30px -5px;
  }
  body.dictionaries #main .mainleftcol {
    margin-right: 0px;
  }
  #flash-messages {
    border-radius: 0px;
    position: fixed;
    top: 0px;
    margin-top: 0px;
    z-index: 2000;
    width: 100%;
    left: 0px;
    margin-left: 0px;
  }
  .device-computer #toolbox h3.reads + ul li:before {
    top: 7px;
  }
  .fb-wrapper {
    text-align: center;
    margin: 0;
  }
  .btn-fb.fb-register {
    position: static;
    margin: 20px auto 0;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .headerAd,
  #topSearch form p > span label:before,
  #dictionarySearchForm p > span label:before,
  #main .mainleftcol h1 span,
  #table-advertisements th,
  #table-advertisements .spacer td,
  #show-toolbox,
  .add_essay_box .ico_arrow,
  .add_essay_box small,
  .maincol article:after,
  #main .rightcol .topbox,
  #test_top_box,
  body.tests-schools .maincol > div div.adBox,
  .rightcol .adBox,
  .lefttcol .adBox,
  .leftcol1 .adBox,
  #fb_box,
  #user_profile th,
  body.essays-add aside.fleft img,
  #toolbox hr,
  #main > .wrapper > aside.fleft {
    display: none !important;
  }
  body.advertisements #main .rightcol .topbox {
    padding: 0px;
    display: block !important;
  }
  #user_profile {
    padding: 22px 11px;
  }
  .tooltip {
    width: auto;
    float: none;
    margin: 22px 0;
  }
  .tooltip:after {
    clear: both;
  }
  .tooltip .iefix {
    text-align: center;
    display: block;
  }
  .tooltip .btn-big-register {
    margin: 5px auto 5px !important;
    float: none;
  }
  #user-register,
  #user-login,
  #user-remind,
  #user-changepassword,
  #form-editdata {
    width: auto;
    clear: both;
  }
  #topSearch form button,
  #dictionarySearchForm button {
    white-space: nowrap;
    width: 48px;
    overflow: hidden;
    background-image: url('/public/img/bryktiny.png') !important;
    background-position: -197px -612px;
    text-indent: 100px;
    height: 40px;
  }
  #topSearch form p > span label,
  #dictionarySearchForm p > span label {
    margin-right: 60px;
    padding-left: 10px;
  }
  .lefttcol {
    margin-left: -250px;
    width: 250px;
    margin-top: 116px;
  }
  body.reads-read .lefttcol,
  body.essays-essay .lefttcol {
    margin-top: 100px;
  }
  .rightcol {
    display: block;
    margin-right: -250px;
    margin-top: -87px;
    background-color: #f8f8f8;
  }
  body.reads-era .rightcol,
  body.reads-schools .rightcol {
    margin-top: -251px;
  }
  body.reads-index .rightcol {
    margin-top: -233px;
  }
  body.reads-read .rightcol,
  body.essays-essay .rightcol {
    margin-top: -103px;
  }
  #main .mainleftcol,
  .leftside {
    margin-right: 0px !important;
  }
  .maincol {
    margin: auto !important;
  }
  .maincol article {
    margin-right: 0px;
  }
  body.leftshow .wrapper {
    margin-left: 250px;
  }
  body.rightshow .wrapper {
    margin-left: -250px;
  }
  #topNav nav {
    width: 75%;
  }
  #topNav nav > ul {
    top: -50px;
  }
  #topNav > div {
    display: block;
  }
  #home_main {
    padding: 0px;
  }
  #home_main section > ul > li,
  #home_main section > ul > li:hover {
    width: 45% !important;
    padding-left: 2.5%;
    padding-right: 2.5%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }
  #home_main section > ul > li:first-child,
  #home_main section > ul > li:first-child:hover {
    width: 95% !important;
  }
  #main_nav,
  body.leftshow #main_nav_show:hover + ul {
    margin-left: -250px !important;
  }
  #footer .main_nav li,
  #footer .main_nav li:hover {
    width: 50%;
  }
  #footer .main_nav li:first-child,
  #footer .main_nav li:first-child:hover {
    width: 100%;
    text-align: center;
  }
  #toolbox_mobil {
    width: 50px;
    height: 50px;
    padding: 0px !important;
    margin: auto 0px auto auto;
    background: url('/public/img/bryktiny.png') -145px -607px no-repeat;
    border-left: 1px solid #3c4746;
  }
  #toolbox {
    width: 250px;
    margin-top: 0px;
    right: 0px;
    padding: 0;
    position: relative;
    border-bottom: 0px;
  }
  body.search #toolbox {
    margin-top: -5px;
  }
  #toolbox .bg {
    padding-bottom: 22px;
  }
  #toolbox .bg2 {
    padding-top: 0px;
    border-top: 0px;
  }
  #toolbox h3 + ul li a.del {
    margin-top: 0px;
  }
  #logo {
    margin: 0 auto;
    background-position: 0 -607px;
    width: 95px;
    height: 36px;
    position: absolute;
    top: -44px;
    left: 50%;
    margin-left: -47px;
    z-index: 1400;
  }
  #topSearch form {
    margin-left: auto !important;
  }
  #auth_box {
    width: 250px;
    border: none;
  }
  #auth_box a {
    display: block !important;
  }
  #auth_box > div {
    display: block;
    width: 250px;
    right: -250px;
    z-index: 1;
    background-color: #0f221f;
    margin-top: -52px;
  }
  #auth_box .loginName {
    max-width: 100%;
  }
  #user-tabs .head {
    height: auto;
  }
  #user-tabs h2 {
    float: none;
    text-indent: 0px;
    border: 1px solid #ededed;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #user-tabs h2.active {
    border-bottom-width: 2px !important;
    padding-left: 11px;
  }
  #table-essays td.header {
    top: -157px !important;
  }
  #table-advertisements {
    width: 100% !important;
    margin: 0px !important;
    display: block;
  }
  body.advertisements #table-advertisements {
    width: 90% !important;
    margin: 10px auto !important;
  }
  body.advertisements #table-advertisements tr {
    box-shadow: 0 1px 1px #232323;
    -moz-box-shadow: 0 1px 1px #232323;
    -webkit-box-shadow: 0 1px 1px #232323;
    -o-box-shadow: 0 1px 1px #232323;
  }
  #table-advertisements td.header {
    top: -52px !important;
    margin-right: 0px !important;
  }
  #table-advertisements td {
    background-color: none !important;
    border: none;
  }
  #table-advertisements td,
  #table-advertisements tr,
  #table-advertisements tbody {
    display: block;
    max-width: 100% !important;
    margin-bottom: 0px;
  }
  #table-advertisements td:first-child {
    border-top: 1px solid #c1b5d9;
  }
  body.advertisements #table-advertisements td:first-child {
    border-top: 0px;
  }
  #table-advertisements td:last-child {
    border-bottom: 1px solid #c1b5d9;
  }
  body.advertisements #table-advertisements td:last-child {
    border-bottom: 0px;
  }
  #table-advertisements td ul:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
  }
  #table-advertisements td li {
    float: left;
  }
  #table-advertisements td li:after {
    content: ',';
    margin-right: 5px;
  }
  #table-advertisements td li:last-child:after {
    content: '';
  }
  body.advertisements #table-advertisements td:first-child {
    max-width: 250px;
  }
  #table-advertisements td.adv_subjects:before {
    content: 'Korepetycje z:';
    margin-right: 7px;
    text-transform: uppercase;
  }
  #table-advertisements td.adv_subjects + td:before {
    content: 'Dla uczniów szkół:';
    margin-right: 7px;
    text-transform: uppercase;
  }
  #table-advertisements td.adv_commute {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 33px;
  }
  #table-advertisements td.adv_commute:before {
    content: 'Dojazd:';
    margin-right: 7px;
    text-transform: uppercase;
  }
  #table-advertisements td.price span.price:before {
    content: 'Cena:';
    margin-right: 7px;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 30px;
  }
  #table-advertisements td.price span {
    line-height: 30px;
    vertical-align: middle;
  }
  td.adv_desc .date {
    float: right;
  }
  #user-tab-content table.list td.small {
    display: block;
  }
  #user-tabs .info-box {
    right: auto;
  }
  #user-tabs .toolbox .info-box {
    left: 136px;
  }
  #user-tabs .essays .info-box {
    left: 200px;
  }
  #user-tabs .tests .info-box {
    left: 135px;
  }
  #user-tabs .advertisements .info-box {
    left: 180px;
  }
  table.list td:first-child {
    width: 70%;
    border-right: 1px solid #ededed;
  }
  #table-advertisements td.actions a {
    float: left;
  }
  #table-advertisements tbody tr {
    margin: 0px;
  }
  #table-advertisements tbody tr.spacer {
    margin-top: 10px;
  }
  .rightcol [class^="btn-"],
  .rightcol [class*=" btn-"],
  .rightcol .btn,
  .lefttcol [class^="btn-"],
  .lefttcol [class*=" btn-"],
  .lefttcol .btn {
    display: block;
    line-height: 35px;
    font-size: 1em;
    margin: 0px !important;
    width: auto;
    padding: 4px 10px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
  #see_all_lists {
    margin: 0px !important;
  }
  body.essays .leftside .lefttcol h4,
  .leftside .lefttcol h5,
  .search_submenu legend,
  .search_submenu li a {
    font-size: 1em;
    padding: 11px !important;
    line-height: 1em;
  }
  .search_submenu li a {
    padding: 11px 0;
    border-bottom: 1px solid #ededed;
  }
  .search_submenu a.dropdown {
    height: 1em;
  }
  body.essays-category .add_essay_box,
  body.essay .add_essay_box {
    margin-top: 0px;
  }
  body.essays section.maincol header div p.section:last-child .fright {
    overflow: hidden;
    text-indent: -218px;
    white-space: nowrap;
  }
  .leftside .lefttcol h4:after {
    bottom: -11px;
  }
  .lefttcol .like_work {
    padding: 1em 0 0 0px;
  }
  .lefttcol .like_work .light-green {
    font-size: 1em;
    text-align: center;
  }
  .lefttcol .like_work .light-green strong {
    display: inline;
    margin-right: 5px;
  }
  .lefttcol .like_work a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
  .lefttcol .like_work .btn-left {
    width: 123px;
    padding: 5px 0 !important;
  }
  .lefttcol .like_work .btn-right {
    width: 123px;
    padding: 5px 0;
  }
  .lefttcol .like_work .btn-right:before {
    margin-left: 15px !important;
    margin-top: 8px;
  }
  .fixed.activefixed {
    width: 250px;
  }
  body.dictionaries > footer {
    margin-top: 0px;
  }
  body.advertisements .maincol form {
    clear: left;
  }
  body.essays-add .rightcol,
  body.essays-edit .rightcol,
  body.edit-advertisement .rightcol,
  body.advertisement-add .rightcol {
    margin: auto;
    background: none;
    width: 50px !important;
  }
  .maincol form .col3 {
    width: 50%;
  }
  #exams-list .col1 {
    width: 97%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  #exams-list a {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 49%;
  }
  .innergraybox .maincol {
    padding: 22px 44px 22px 22px;
  }
  .innergraybox .leftcol1 {
    position: relative;
    z-index: 1;
    margin-left: -250px;
    padding: 0px;
    margin-top: 49px;
  }
  .innergraybox .leftcol1 h3 a {
    font-size: 1em;
    padding: 1em 1em 1em 20px;
  }
  .content-complain {
    width: 65%;
  }
  body.reads section.maincol header .add_to_list {
    line-height: 39px;
  }
  body.tests-schools .maincol > div div.subject_items {
    margin-right: 0px;
  }
  #searchForm input::-webkit-input-placeholder {
    color: #a9a9a9;
  }
  #searchForm input:-ms-input-placeholder {
    color: #a9a9a9;
  }
  #searchForm input::-moz-placeholder {
    color: #a9a9a9;
  }
  body.essays-add #main > .wrapper > aside.fleft {
    padding: 0px;
    width: 0px;
  }
  body.essays-add h2,
  body.essays-edit h2,
  body.edit-advertisement h2,
  body.advertisements-add h2,
  body.advertisements-add h2 + p {
    margin-left: 11px;
  }
  #email-share-btn {
    width: 137px;
  }
  #cookie-info-layer {
    width: auto;
    right: 0px;
  }
  .paginationFixed {
    position: fixed;
    bottom: 0px;
    background: white;
    padding: 1em;
    width: 100%;
    left: 0px;
  }
  body.leftshow .paginationFixed,
  body.rightshow .paginationFixed {
    display: none;
  }
  #table-tests tr td:nth-child(2):before {
    content: "Twój wynik: ";
  }
  #table-tests tr td:nth-child(3):before {
    content: "Twój czas: ";
  }
  #table-tests tr td:nth-child(4):before {
    content: "Średni czas dla testu: ";
  }
  .phone-only {
    display: block;
  }
  body.writing-tips .phone-only {
    margin: 1em auto;
    padding-left: 40px;
    position: relative;
  }
  body.writing-tips .phone-only:before {
    content: '';
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    background: url('/public/img/bryktiny.png') -298px -81px;
    left: -18px;
    top: -46px;
  }
  .maincol form div.checkboxes label ~ label {
    float: none;
  }
  .KRSinfo {
    padding-bottom: 0;
  }
  .KRSinfo h3 {
    float: none;
    margin-bottom: 20px;
  }
  .reg-footer-info {
    display: block;
    padding: 0 20px;
    width: auto;
  }
  .reg-footer-info > div {
    width: auto;
    display: block;
    padding: 20px 0;
    border-left: none;
    border-bottom: 1px solid #ededed;
  }
  .reg-footer-info > div.additional-links {
    border-bottom: none;
  }
}
@media all and (max-width: 810px) {
  body.auth #main .mainleftcol h1 span {
    display: none;
  }
}
body {
  min-width: 0px !important;
}
@media only screen and (max-width: 480px) {
  /* HIDDEN ELEMENTS */
  #home_main,
  #home_main + .wrapper,
  .add-your-essay-wrapper,
  #footer .col4,
  #footer .col2,
  #main .mainleftcol h1 + p,
  #main .mainleftcol h1 + h2 + p,
  ul.sortlist li a:before,
  ul.sortlist:after,
  ul.sortlist:before,
  ul.sortlist li:first-child:before,
  ul.sortlist:hover > li,
  #main .mainleftcol div.reads_list header > span,
  #breadcrumbs,
  .tooltip,
  .adBox,
  #breadcrumbs_short,
  #toolbox .other_lists li:first-child,
  body.dictionaries-entry #search-block,
  body.dictionaries-entry .filters,
  .info-ico,
  .popular,
  #author_link {
    display: none;
  }
  .mobile {
    display: block;
  }
  #main .mainleftcol div.reads_list header h2 {
    visibility: hidden;
    padding-top: 34px;
  }
  #main .mainleftcol {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }
  #main .mainleftcol h1 {
    font-size: 2em;
    padding: 0;
  }
  #main .mainleftcol p {
    margin: 1em 0;
    font-size: 1em;
  }
  #main .mainleftcol,
  .maincol.fullh,
  .maincol_padding {
    width: auto;
    padding: 5%;
    margin: 0;
  }
  /* toolbox */
  #toolbox .bg {
    padding: 0;
  }
  #toolbox .header {
    padding: 10px 1em;
  }
  #toolbox h3 + ul li a {
    padding: 5px 0;
  }
  #toolbox h3 + ul li a span {
    display: inline-table;
    margin: 0;
    border: none;
    padding: 0;
    font-size: 11px;
  }
  #toolbox h3 + ul li a.del {
    display: inline;
    float: right;
    margin-right: 15px;
  }
  #toolbox:before,
  .fullwhite aside > div:before {
    min-height: 200px;
  }
  #toolbox .other_lists {
    margin: 0 !important;
  }
  #toolbox .bg2 {
    padding: 0;
  }
  #toolbox .other_lists {
    display: none;
    width: 100% !important;
    margin: 0;
    padding: 0;
    border: none;
    background: #8fd1c7;
    position: relative;
    bottom: 0px;
    left: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
  #toolbox .other_lists_bottom:after,
  #toolbox .other_lists:after {
    display: none;
  }
  #toolbox .other_lists li {
    list-style: none;
    position: relative;
    border-top: 1px solid white;
    width: auto;
  }
  #toolbox .other_lists li a {
    color: white;
    font-size: 13px;
    font-weight: bold;
    width: auto;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    display: block;
  }
  #toolbox h3.reads + ul li a.del span {
    margin: 0;
  }
  body.search #toolbox {
    margin-top: 54px;
  }
  #toolbox h3 + ul li a,
  #toolbox h3 + ul li span {
    font-size: 13px;
  }
  #toolbox .infografika {
    margin: 0px;
  }
  #toolbox h3.reads + ul li:before {
    top: 13px;
  }
  #toolbox h3.essays + ul li:before,
  #toolbox h3.dictionaries + ul li:before {
    top: 14px;
  }
  #toolbox h3 + ul li a + a {
    max-width: 215px;
  }
  #topSearch {
    padding: 0 !important;
  }
  #topSearch form {
    padding-top: 0 !important;
  }
  #topSearch form p {
    margin: 0 !important;
    background: #8fd1c7;
    background-image: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    filter: none;
  }
  #topSearch form p span {
    border: none;
    background: #8fd1c7;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
  }
  #topSearch form p > span label {
    padding: 0;
  }
  #topSearch form p span input {
    background: white;
    -webkit-appearance: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #topSearch form button {
    border: none;
    margin: 0;
    height: 50px;
    padding: 0;
    background-color: transparent;
    background-position: -195px -607px !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    filter: none;
  }
  .mask {
    width: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  #topSearch form button:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    left: 17px;
    top: 17px;
  }
  #footer .main_nav {
    padding: 5%;
    clear: none;
  }
  #footer .main_nav li,
  #footer .main_nav li:hover {
    width: 100% !important;
  }
  #footer .main_nav li a {
    text-align: center;
  }
  #footer .main_nav li:first-child h3 a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  #footer .main_nav li:last-child h3 a {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -o-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  ul.reads_list li {
    width: 100% !important;
    float: none;
  }
  .rightcol {
    margin-top: -13px !important;
  }
  body.reads-index .rightcol {
    margin-top: -83px !important;
  }
  body.reads-schools .rightcol,
  body.reads-era .rightcol {
    margin-top: -106px !important;
  }
  body.dictionaries-entry .rightcol {
    top: 0px;
    right: -2px;
  }
  body.essays-add .rightcol,
  body.essays-edit .rightcol,
  body.edit-advertisement .rightcol {
    margin-top: 0px !important;
    background: none;
  }
  .dictionaries-entry article {
    margin-top: 0px;
  }
  /* srotlist */
  ul.sortlist,
  body.search ul.sortlist {
    float: none !important;
    position: absolute !important;
    width: 90%;
    margin: 0 5% 22px;
    border: 1px solid #a3b6b2;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #f2f3f5;
    background-image: linear-gradient(top, #f2f3f5, #e1e6e9);
    background-image: -o-linear-gradient(top, #f2f3f5, #e1e6e9);
    background-image: -moz-linear-gradient(top, #f2f3f5, #e1e6e9);
    background-image: -webkit-linear-gradient(top, #f2f3f5, #e1e6e9);
    background-image: -ms-linear-gradient(top, #f2f3f5, #e1e6e9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f5', endColorstr='#e1e6e9',GradientType=0 );
    /* IE6-9 */
  }
  ul.sortlist + h2 {
    margin-top: 45px;
  }
  ul.sortlist li {
    visibility: visible;
    border-left: none;
    border-right: none;
  }
  ul.sortlist li:first-child {
    border: none;
  }
  ul.sortlist li a {
    line-height: 34px;
  }
  ul.sortlist li a {
    font-size: 16px;
    color: #316050;
    background: none;
  }
  ul.sortlist li:first-child,
  ul.sortlist.active li {
    visibility: visible;
    display: block;
  }
  ul.sortlist li:first-child a:after {
    content: attr(data-order);
  }
  .leftside .maincol header {
    top: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
  }
  #audio-player {
    float: left;
    position: relative;
    top: auto;
    right: auto;
  }
  .maincol.reads header,
  body.essay section.maincol header {
    margin-bottom: 0;
  }
  body.reads section.maincol header .add_to_list,
  body.essay section.maincol header .add_to_list {
    float: none;
    display: block;
    margin-left: 0px;
    text-align: right;
  }
  body.reads section.maincol header #audio-player + .add_to_list {
    margin-left: 0px;
    float: right;
  }
  body.reads-read .lefttcol,
  body.essays-essay .lefttcol,
  .lefttcol {
    margin-top: 190px;
  }
  .maincol.fullh > section header {
    float: none;
    width: auto;
  }
  .maincol.fullh > section nav {
    margin-left: 0px !important;
    padding: 11px;
  }
  .maincol.fullh > section nav ul li {
    width: 50%;
  }
  body.exams .maincol.fullh > section nav ul li {
    width: auto;
  }
  .maincol.fullh > section nav ul li a {
    width: auto;
    min-width: 0px;
  }
  body.tests-index .maincol > div h3,
  body.tests-subjects .maincol > div h3 {
    float: none;
    width: auto;
  }
  body.tests-index .maincol > div h3 + div,
  body.tests-subjects .maincol > div h3 + div {
    margin: auto;
  }
  body.tests .maincol div.subject_items div.bg-fix {
    width: auto;
    float: none;
  }
  .dictionaries_list li {
    min-width: 149px;
    height: 260px;
  }
  .dictionaries_list li span {
    margin-bottom: 11px;
  }
  .dictionaries_list li:hover span {
    margin-bottom: 12px !important;
  }
  #adv-filter-from p {
    width: 97%;
  }
  #table-advertisements td.adv_commute {
    width: 30%;
  }
  .innergraybox .leftcol1 {
    margin-top: 135px;
  }
  .innergraybox .leftcol1 h3 a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .shop_box {
    height: auto !important;
  }
  .shop_box > div {
    min-height: 162px;
    float: none;
    margin-left: 0px;
  }
  .maincol article .buy_access {
    margin: 0px;
    text-align: left;
  }
  .maincol article .buy_access span.sms {
    float: none;
    text-align: center;
    display: block;
    margin: auto;
    line-height: 1em;
  }
  .maincol article .buy_access .iefix {
    float: none !important;
    display: block;
    text-align: center;
  }
  .maincol article .buy_access .iefix a {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 5px auto 10px;
    float: none;
  }
  .test-form .dopasuj .dopasuj_questions,
  .test-form .dopasuj_answers {
    width: 50%;
  }
  #form-add-advertisement div {
    height: auto !important;
  }
  .maincol form input.medium {
    width: 100%;
  }
  .maincol form .col3 {
    float: none;
    width: auto;
    clear: left;
  }
  table.list td {
    width: auto;
    padding: 11px !important;
  }
  table.list td:first-child {
    width: auto;
  }
  table.list h3 {
    max-width: 120px;
  }
  #user-tab-content table td.actions small {
    width: auto;
    margin-left: 5px;
    font-size: 0.8em;
  }
  .btn-del,
  .btn-activate {
    overflow: hidden;
    text-indent: 100px;
    position: relative;
    width: 0px;
    width: 7px;
    height: 20px;
  }
  .btn-del:before,
  .btn-activate:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/public/img/bryk_mobile_tiny.png') -185px -110px;
    content: '';
    position: absolute;
    left: 9px;
    top: 7px;
  }
  .btn-activate:before {
    background-position: -99px -136px;
  }
  #user_profile h2 {
    clear: right;
    padding-top: 7px;
  }
  #user-tab-content table td.header {
    padding: 0px !important;
  }
  table.list .header a,
  #table-advertisements .header a {
    margin: 0px;
    white-space: normal;
    width: 105px;
    padding: 6px 0;
    height: 27px;
    line-height: 1em;
  }
  #table-essays td.header {
    top: -138px !important;
    font-size: 12px;
  }
  .services-content,
  .content-complain {
    width: auto;
  }
  .form-payment-sms .btn-big-red,
  .form-payment-transfer .btn-big-red {
    margin: 50px 0px 0px 2px;
  }
  .maincol form div.checkboxes label ~ label {
    float: none;
    width: auto;
  }
  .maincol_padding article footer p {
    float: none;
    margin: 5px 0 0 0;
  }
  .maincol header p.section:last-child * {
    display: none;
  }
  .maincol header p.section.essay_author + .section {
    float: none;
  }
  .maincol header p.section.essay_author + .section a:first-child {
    margin-left: 10px;
  }
  .leftside .maincol header + article {
    margin-top: auto;
  }
  .dictionaries-entry article {
    text-align: justify;
    font-size: 1em;
  }
  body.tests-test #main .rightcol .fixed,
  body.tests-results #main .rightcol .fixed {
    top: 10px !important;
    position: relative !important;
  }
  #test-switch {
    margin-top: 0px;
  }
  .search a.add_to_list,
  .essays-category a.add_to_list {
    margin-bottom: 6px;
  }
  #user-register .submit button {
    margin: 0 auto;
    display: block;
    float: none;
  }
  #user-register .submit label {
    margin-bottom: 47px;
  }
  .KRSinfo {
    padding-bottom: 0;
  }
  .KRSinfo h3 {
    float: none;
    margin-bottom: 20px;
  }
  .reg-footer-info {
    display: block;
    padding: 0 20px;
    width: auto;
  }
  .reg-footer-info > div {
    width: auto;
    display: block;
    padding: 20px 0;
    border-left: none;
    border-bottom: 1px solid #ededed;
  }
  .reg-footer-info > div.additional-links {
    border-bottom: none;
  }
  #author_link {
    float: none !important;
    clear: both;
    margin: 5px auto;
  }
  #copy_footer p.fright a {
    display: inline-block;
    float: none;
  }
  #copy_footer p.fright a:last-child:before {
    display: none;
  }
  #copy_footer .fleft {
    text-align: center;
    float: none;
    clear: both;
    margin-top: 10px;
  }
  #searchForm input::-webkit-input-placeholder {
    color: white;
  }
  #searchForm input:-ms-input-placeholder {
    color: white;
  }
  #searchForm input::-moz-placeholder {
    color: white;
  }
  #copy_footer p.fright {
    margin-left: -12px;
    margin-right: -12px;
    float: none;
    text-align: center;
  }
  #audio-player:hover,
  #audio-player.active {
    width: calc(100% - 50px);
  }
  body.reads section.maincol header #audio-player + .add_to_list {
    width: 10px;
    white-space: nowrap;
    overflow: hidden;
    color: #e0250e;
  }
  body.reads section.maincol header #audio-player + .add_to_list:before {
    content: '';
    width: 100%;
    display: block;
    height: 39px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    position: absolute;
    right: 50px;
  }
  body.reads section.maincol header h1 {
    margin-top: 0px;
    padding-top: 46px;
  }
  #audio-player + .add_to_list span {
    margin-left: -65px !important;
  }
  .maincol_padding article.reads ul li {
    float: none;
    width: auto;
  }
  #author_link {
    display: none !important;
  }
}
/* FB APP STYLE */
body.fbapp {
  background: #5c7a60;
  max-width: 100%;
  min-width: 0;
  height: auto;
  background-image: -moz-radial-gradient(50% 50%, circle closest-corner, #5c7a60, #2c4a42);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-corner, #5c7a60, #2c4a42);
  background-image: -o-radial-gradient(50% 50%, circle closest-corner, #5c7a60, #2c4a42);
  background-image: -ms-radial-gradient(50% 50%, circle closest-corner, #5c7a60, #2c4a42);
  background-image: radial-gradient(50% 50%, circle closest-corner, #5c7a60, #2c4a42);
}
body.fbapp header {
  height: 120px;
  overflow: hidden;
  position: relative;
}
body.fbapp * {
  color: white;
}
body.fbapp form label,
body.fbapp form a,
body.fbapp form label * {
  color: #2d544a;
}
body.fbapp h2 {
  font-size: 47px;
  margin-top: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
body.fbapp h3 {
  font-size: 29px;
  margin-top: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
body.fbapp p,
body.fbapp ol li {
  font-size: 19px;
  line-height: 1.2em;
  font-weight: 100;
}
body.fbapp p strong {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
body.fbapp ol li {
  list-style: decimal;
  list-style-position: inside;
  line-height: 1.2em;
}
body.fbapp p.first {
  margin-top: 10px;
  font-size: 29px;
  line-height: 1.2em;
  position: relative;
  margin-right: 205px;
}
body.fbapp p.second {
  margin-left: 235px;
  position: absolute;
  bottom: 80px;
}
body.fbapp p.second strong {
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
}
body.fbapp p.second:before {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  background: #476158;
  background-color: #415a54;
  background-image: linear-gradient(left, #415a54, #546a5e);
  background-image: -o-linear-gradient(left, #415a54, #546a5e);
  background-image: -moz-linear-gradient(left, #415a54, #546a5e);
  background-image: -webkit-linear-gradient(left, #415a54, #546a5e);
  background-image: -ms-linear-gradient(left, #415a54, #546a5e);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415a54', endColorstr='#546a5e',GradientType=1 );
  /* IE6-9 */
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  margin-left: -396px;
  margin-bottom: -350px;
}
#appinfo p.second {
  bottom: 130px;
}
#appinfo p.second:before {
  margin-bottom: -400px;
}
.appinfo2 p.first {
  margin-top: -25px !important;
}
.appinfo2 p.first:after {
  top: 7px !important;
}
.appinfo2 p.second {
  bottom: 108px !important;
}
body.fbapp p.second:after {
  content: '';
  display: block;
  position: absolute;
  width: 147px;
  height: 134px;
  background: url("/public/img/fb_sprite.png") 0 0;
  left: -230px;
  top: 25px;
}
body.fbapp #content {
  padding: 20px 65px;
  min-height: 410px;
  overflow: hidden;
  position: relative;
}
body.fbapp footer {
  position: static;
  bottom: 0px;
}
body.fbapp footer table {
  width: 100%;
  z-index: 100;
  position: relative;
}
body.fbapp footer td {
  height: 18px;
  width: 20%;
}
body.fbapp footer td.reads {
  background: #e0250e;
}
body.fbapp footer td.essays {
  background: #467b1b;
}
body.fbapp footer td.tests {
  background: #e7820a;
}
body.fbapp footer td.dictionaries {
  background: #276fb8;
}
body.fbapp footer td.advertisements {
  background: #330a85;
}
body.fbapp #logo {
  margin-left: 65px;
}
body.fbapp #logo:before {
  display: block !important;
  left: 18px;
}
body.fbapp #logo:after {
  display: block !important;
  left: 225px;
  width: 115px;
}
body.fbapp #applogo {
  display: inline-block;
  float: left;
  width: 315px;
  height: 63px;
  background: url("/public/img/fb_sprite.png") -147px 0;
  margin-top: 25px;
  margin-left: 150px;
}
body.fbapp #applogo:before {
  content: '';
  width: 450px;
  border-top: 1px solid #496b63;
  height: 40px;
  display: block;
  position: absolute;
  top: 15px;
  left: 340px;
  border-left: 1px solid #496b63;
}
body.fbapp #applogo:after {
  content: '';
  width: 450px;
  border-bottom: 1px solid #496b63;
  height: 40px;
  display: block;
  position: relative;
  margin-top: -10px;
  margin-left: 377px;
  border-left: 1px solid #496b63;
}
#fangate h2 {
  position: relative;
}
#fangate h2:after {
  content: '';
  display: inline-block;
  width: 178px;
  height: 161px;
  background: url("/public/img/fb_sprite.png") -147px -63px;
  position: absolute;
}
#fangate .second {
  font-size: 29px;
}
body.fbapp .btn-fb2 {
  position: absolute;
  bottom: 40px;
  left: 415px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.24);
  font-size: 23px;
  background-color: #518ee2;
  background-image: linear-gradient(top, #518ee2, #427ec7);
  background-image: -o-linear-gradient(top, #518ee2, #427ec7);
  background-image: -moz-linear-gradient(top, #518ee2, #427ec7);
  background-image: -webkit-linear-gradient(top, #518ee2, #427ec7);
  background-image: -ms-linear-gradient(top, #518ee2, #427ec7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#518ee2', endColorstr='#427ec7',GradientType=0 );
  /* IE6-9 */
  border: none;
  padding: 14px 40px;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
}
#appinfo .first:after {
  content: '';
  display: inline-block;
  width: 217px;
  height: 175px;
  background: url("/public/img/fb_sprite.png") -325px -63px;
  position: absolute;
  left: 480px;
  top: -20px;
}
.appinfo2 .btn-fb2 {
  white-space: nowrap;
  bottom: 40px !important;
  left: 337px !important;
  padding: 14px 15px !important;
}
.services-content {
  width: 100%;
  float: none;
}
.services-content h1 {
  color: black;
}
#feedback-step {
  background: white;
  margin: 0 -65px;
}
#feedback-step .help-block {
  color: #797979;
  font-weight: normal;
}
#feedback-step .help-block a {
  font-weight: bold;
}
#feedback-step button {
  position: relative;
  z-index: 1999;
}
body.fbapp .thankyou p.first {
  font-size: 19px;
}
#appinfo.thankyou .first:after {
  top: -60px;
}
form div.error label,
form div.error label span {
  color: #e52b39 !important;
}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-fixParent {
  z-index: auto !important;
}
.introjs-showElement {
  z-index: 9999999 !important;
}
.introjs-relativePosition {
  position: relative;
}
.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-tooltip {
  position: absolute;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.introjs-tooltipbuttons {
  text-align: right;
}
/* 
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/ 
 Changed by Afshin Mehrabani
*/
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}
.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}
/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a;
}
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
