﻿/** Mixins **/
:root {
  --theme-color-Default: #222222;
  --theme-color-Reading: #0F7EC2;
  --theme-color-Math: #ee7a2e;
  --theme-color: #222222;
  --primary-color: #0078bf;
}
body {
  min-height: 100vh;
  display: grid;
}
h1:focus {
  outline: none;
}
/** Content themes **/
.Reading {
  color: #0F7EC2;
}
.Math {
  color: #ee7a2e;
}
.Default {
  color: #222222;
}
.tag {
  display: inline-block;
  padding: 3px 5px 3px 5px;
  text-transform: uppercase;
}
.tag.Reading {
  background-color: #d4edfc;
}
.tag.Math {
  background-color: #fdf2eb;
}
.tag.Default {
  background-color: #a2a2a2;
}
.tlReading a {
  color: #0F7EC2;
}
.tlMath a {
  color: #ee7a2e;
}
.tlDefault a {
  color: #222222;
}
.arrReading,
.arrDefault {
  background: url(/Images/arrow-blue.png) top right no-repeat;
}
.arrMath {
  background: url(/Images/arrow-orange.png) top right no-repeat;
}
.bgReading {
  background-color: #0F7EC2 !important;
  border-color: #0F7EC2 !important;
}
.bgMath {
  background-color: #ee7a2e !important;
  border-color: #ee7a2e !important;
}
.bgDefault {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
/** Global styles **/
p {
  line-height: 1.5;
}
.aMG {
  border: 2px solid #ee7a2e;
  border-radius: 5px;
  display: inline-block;
  color: #ee7a2e;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 2px;
}
.aMG:hover {
  background-color: #eeeeee;
}
.aCG {
  border: 2px solid #0F7EC2;
  border-radius: 5px;
  display: inline-block;
  color: #0F7EC2;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 2px;
}
.aCG:hover {
  background-color: #eeeeee;
}
.body-content {
  margin-block: 1rem;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
h1 {
  padding: 10px 0 20px 0;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
h2 {
  padding-block: 10px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
h2.row-title {
  padding-left: 15px;
  padding-top: 0;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  padding-block: 5px;
  margin-top: 5px;
}
h3.side {
  margin-top: 0;
  margin-bottom: 0;
}
h4 {
  font-weight: 600;
  line-height: 24px;
}
a.link-blue {
  background: url(/Images/arrow-blue.png) top right no-repeat;
  line-height: 24px;
  color: var(--theme-color);
  padding-right: 33px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
a.link-arrow {
  line-height: 24px;
  color: var(--theme-color);
  padding-right: 33px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
a.link-white {
  background: url(/Images/arrow-white.png) top right no-repeat;
  line-height: 24px;
  color: #ffffff;
  padding-right: 33px;
  margin-right: 5%;
  font-size: 16px;
  font-weight: 600;
}
.pad-top-20 {
  padding-top: 20px;
}
.pad-top-30 {
  padding-top: 30px;
}
.pad-top-40 {
  padding-top: 40px;
}
.pad-top-50 {
  padding-top: 50px;
}
.pad-bottom-10 {
  padding-bottom: 10px;
}
.pad-bottom-20 {
  padding-bottom: 20px;
}
.pad-bottom-30 {
  padding-bottom: 30px;
}
.pad-bottom-40 {
  padding-bottom: 40px;
}
.pad-bottom-50 {
  padding-bottom: 50px;
}
.center {
  text-align: center;
}
.strong {
  font-weight: bold;
}
.row .grayColumn {
  background-color: #ebebec;
  border-radius: 10px;
  padding: 15px;
  margin-top: 25px;
}
a.page-breadcrumb {
  line-height: 50px;
  height: 100px;
  border-bottom: 1px solid #ebebec;
  background-color: #ffffff;
  color: #898989;
  display: block;
  padding-left: 98px;
  padding-top: 30px;
}
a.page-breadcrumb:hover {
  color: #898989;
}
.horizontal-rule {
  border-bottom: 1px solid #ebebec;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
/** Share **/
#IDshareName {
  color: #333333;
  margin: 30px 0 30px 0;
}
#IDshareModal .share-padding {
  padding-left: 30px;
  padding-right: 30px;
}
#IDshareModal a {
  color: #333333;
}
#IDshareModal h3 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 0;
}
#IDshareModal h4 {
  font-size: 16px;
  margin-top: 0;
}
.share-button {
  cursor: pointer;
}
/*** Portal row ****/
.portal-link {
  text-align: center;
  padding-top: 30px;
}
.portal-link img {
  position: relative;
  top: -15px;
}
.portal-link a {
  font-size: 36px;
  font-weight: 600;
  color: #4C4D4F;
  display: inline-block;
}
/* Forms */
.label-notice {
  font-weight: normal;
  font-size: 11px;
}
label.search-form {
  font-size: 13px;
  color: #898989;
  font-weight: 600;
  text-align: left;
}
select.search-form,
select.search-form-small {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 0 0;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  /*    background-image: url(../Images/ddl-arrow.png);*/
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 0;
  border-bottom: 2px solid #D8D8D8;
  color: #333333;
  overflow: hidden;
  padding: 0 10px 7px 0;
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}
select.search-form-small {
  font-size: 13px;
}
select.search-form:focus,
select.search-form-small:focus {
  border-color: transparent;
  border-bottom: 1px solid #898989;
  outline: 0;
  -webkit-box-shadow: 0 0 0;
  -ms-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
input[type=submit].search-form,
input[type=reset].search-form {
  width: 100%;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
input[type=text].search-form,
input[type=password].search-form {
  outline: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #898989;
  border-radius: 0;
  margin-bottom: 20px;
  max-width: none;
}
input[type=text].search-form:focus,
input[type=password].search-form:focus {
  background-color: #ffffff;
}
input.grey-button {
  background-color: #898989;
  border: 1px solid #898989;
}
.gray-row {
  background-color: #EBEBEC;
  padding: 35px 0 25px 0;
}
.gray-row-small {
  background-color: #EBEBEC;
  padding: 25px 0 15px 0;
}
.error {
  color: #B21E13;
  padding: 10px 10px 10px 50px;
  border-radius: 5px;
  background: url(../Images/vykricnik.png) no-repeat top left;
  background-position-y: 10px;
  background-position-x: 10px;
  background-color: #ffdddd;
}
label {
  display: block;
}
#centerForm {
  padding-top: 70px;
  text-align: center;
}
#centerForm h2 {
  color: #333333;
  margin: 0;
  padding-bottom: 15px;
}
#centerForm h3 {
  color: #333333;
  margin: 0;
  padding-bottom: 15px;
}
#centerForm .column,
#centerForm .grayColumn {
  margin: 0 auto;
  display: block;
  width: 550px;
  padding: 30px;
  text-align: left;
}
#centerForm .grayColumn {
  background-color: #ebebec;
}
#centerForm input[type=submit] {
  width: 50%;
  font-weight: 600;
}
#centerForm input[type=checkbox] {
  float: left;
  margin-right: 15px;
}
#centerForm p {
  margin-top: 10px;
  font-size: 14px;
}
#centerForm li {
  padding: 0;
  margin: 0;
}
#centerForm ul {
  padding-left: 0;
}
#centerForm .accountMenu {
  display: flex;
}
#centerForm .accountMenu h2 {
  width: 50%;
  text-align: center;
}
#centerForm .accountMenu h2 a {
  color: #B9B9B9;
}
#centerForm .accountMenu h2 .accountMenuTitleActive {
  color: #4A4A4A;
  text-decoration: underline;
}
/** Material **/
.material-search {
  line-height: 21px;
  padding-bottom: 5px;
  border-bottom: 2px solid #D8D8D8;
  margin-top: 8px;
}
.show-switch {
  position: absolute;
  margin-top: 40px;
}
.material-search .material-search-submit {
  width: 25px;
  height: 21px;
  background: url(../Images/lupa.png) no-repeat top left;
  border: 0;
  outline: 0;
  float: right;
}
.material-search .material-search-textbox {
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 3px;
  width: 100%;
  max-width: 90%;
}
.material-search .material-search-textbox:focus {
  background-color: #ffffff;
}
#comments .material-side {
  margin-bottom: 15px;
}
#comments .material-side h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  border-bottom: none;
  font-size: 16px;
}
#comments .material-side h3 a {
  color: #333333;
}
#comments .material-side .description,
#comments .material-side .description p {
  font-size: 13px;
  padding-bottom: 0;
  line-height: 16px;
}
#comments .material-side .parameter {
  font-size: 13px;
  font-style: italic;
  color: #333333;
  font-weight: 600;
  line-height: 18px;
}
#comments .material-side .parameter span {
  color: #898989;
  padding-right: 5px;
  font-weight: normal;
}
.material-label {
  font-size: 12px;
  font-weight: 600;
  color: #898989;
}
.material-background {
  background: url(../Images/material-background.png) no-repeat top center;
  padding-top: 62px;
}
/*** Seminary ***/
.seminary-row {
  max-height: 260px;
  min-height: 250px;
  box-shadow: 0 3px 10px #999;
  padding: 0 90px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 185px;
  display: table-row;
}
.seminary-content {
  display: grid;
  position: relative;
  padding-left: 15px;
  width: 100%;
  padding-bottom: 10px;
}
.seminary-content h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #0f7ec2;
}
.seminary-content h3 span {
  color: #898989;
}
.seminary-content h3.seminary-public {
  color: #00967B;
}
.seminary-content .seminary-attribute {
  color: #898989;
  /*        font-style: italic;*/
  font-size: 14px;
  font-weight: 400;
  padding-right: 5px;
  line-height: 35px;
}
.seminary-content .seminary-tag {
  color: #333333;
  /*        font-style: italic;*/
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
}
.seminary-content .seminary-description {
  position: relative;
  padding-right: 15px;
}
.seminary-content .seminary-description .seminary-description-text {
  font-size: 14px;
  overflow: hidden;
  color: #898989;
  font-style: italic;
}
.seminary-content .seminary-description .seminary-description-text p {
  line-height: 1.4;
}
.seminary-content .seminary-description .seminary-price {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
.seminary-content .seminary-description .seminary-price b {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.seminary-content .seminary-html {
  padding-right: 15px;
}
.seminary-content .seminary-order {
  padding-right: 15px;
}
.seminary-content .seminary-more {
  font-weight: bold;
  font-style: italic;
}
.seminary-content .seminary-more:hover {
  text-decoration: underline;
}
.seminary-reference {
  box-shadow: 0 3px 10px #999;
  margin: 10px;
  width: 47%;
  border-radius: 5px;
}
.seminary-reference h3 {
  color: #0f7ec2;
}
.seminary-reference p {
  font-size: small;
  font-style: italic;
}
#seminaryModal input {
  margin-bottom: 5px;
}
#seminaryModal #TeacherCount {
  width: 50px;
}
#seminaryModal textarea {
  max-width: 800px;
  width: 100%;
}
.reference {
  display: table;
}
/*** Calendar *****/
.calendar-row {
  padding-top: 15px;
}
/** calendar event blue box **/
.calendar-box {
  box-shadow: 0 3px 10px #999;
  padding: 0;
  border-radius: 5px;
  height: 290px;
  width: 262px;
  background-color: #ffffff;
  margin-right: 30px;
  margin-bottom: 30px;
}
.calendar-row .calendar-box:last-child {
  margin-right: 0;
}
.calendar-box h3 {
  background-color: var(--theme-color);
  color: #ffffff;
  margin: 0;
  line-height: 44px;
  padding-left: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 18px;
}
.calendar-box .content {
  height: 192px;
  overflow: hidden;
  padding: 15px 20px 20px 20px;
}
.calendar-box p {
  padding: 0;
  margin-bottom: 0;
  line-height: 18px;
}
.calendar-box p.title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
}
.calendar-box div.description {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: justify;
}
.calendar-box div.parameter {
  font-size: 13px;
  font-style: italic;
  color: #333333;
  font-weight: 600;
}
.calendar-box div.parameter span {
  color: #898989;
  padding-right: 5px;
  font-weight: normal;
}
.calendar-box .link {
  border-top: 1px solid #EBEBEC;
  display: block;
  color: var(--theme-color);
  height: 45px;
  padding-left: 20px;
  line-height: 45px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 5px;
}
.calendar-box:last-of-type {
  margin-right: 0;
}
/** calendar doporucene **/
.calendar-top {
  padding-bottom: 15px;
}
.calendar-top .day {
  display: inline-block;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #ffffff;
  margin-right: 30px;
  background-color: var(--theme-color);
  text-align: center;
  line-height: 68px;
  float: left;
  padding-left: 5px;
}
.calendar-top .content {
  margin-left: 98px;
}
.calendar-top h3 {
  color: #333333;
}
.calendar-top .parameter {
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 2px;
}
.calendar-top .parameter span {
  color: #898989;
  display: inline-block;
  margin-right: 3px;
}
.calendar-top .text {
  font-size: 13px;
  margin-bottom: 15px;
}
.calendar-top .link {
  display: inline-block;
  margin-right: 30px;
}
.calendar-top .share {
  color: #898989;
  text-transform: uppercase;
  display: inline-block;
}
.modal-body b.parameter {
  color: #898989;
  font-style: italic;
}
/** Articles **/
#articleMain {
  margin-bottom: 30px;
}
#articleMain .text {
  margin-top: 10px;
  border-bottom: 2px solid #D8D8D8;
  margin-bottom: 10px;
}
#articleMain h2 {
  margin-bottom: 20px;
}
#articleMain .date {
  display: inline-block;
  width: 80px;
}
#articleMain .literacy {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
#articleMain .picture {
  width: 555px;
  height: 394px;
  overflow: hidden;
  position: relative;
}
#articleMain .picture img {
  width: 100%;
}
#articleMain .read-button {
  margin-top: 5px;
  margin-left: 30px;
  float: right;
}
#articleMain .share {
  margin-top: 10px;
}
.article-side {
  height: 125px;
}
.article-side .picture {
  width: 164px;
  overflow: hidden;
  float: left;
  max-height: 120px;
}
.article-side .picture img {
  width: 100%;
}
.article-side .content {
  margin-left: 190px;
}
.article-side .content .date {
  display: inline-block;
  width: 80px;
}
.article-side .content .literacy {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.article-side .text,
.article-side .text p {
  line-height: 19px !important;
  font-size: 13px !important;
}
.read-button {
  padding: 5px 15px 5px 15px;
  width: 150px;
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
}
.article-box {
  background: url(../Images/article-background.png) no-repeat top center;
  padding-top: 1rem;
}
.article-box img {
  display: inline-block;
}
.article-box p {
  margin-block: 0.5rem;
}
article {
  font-size: 18px;
  line-height: 36px;
  box-shadow: 0 3px 10px #999;
  margin-bottom: 50px;
}
article .article-padding {
  padding-left: 98px;
  padding-right: 98px;
  padding-top: 30px;
  padding-bottom: 45px;
}
article .parameter {
  display: inline-block;
  margin-right: 30px;
  font-style: italic;
  font-weight: 600;
}
article .parameter span {
  color: #898989;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
}
article .tags {
  margin-top: 10px;
  margin-bottom: 25px;
}
article .tags .tag {
  background-color: #ebebec;
  padding: 5px 10px 5px 10px;
  margin-right: 3px;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
article .perex {
  font-weight: 600;
  margin-bottom: 35px;
  /*        box-shadow: 0 0 20px #ebebec;*/
  /*        background-color: #eeeeee;*/
  padding: 5px 10px;
  /*        border-radius: 5px;*/
  /*        border: 1px solid rgb(204, 204, 204)*/
}
bin {
  font-size: 13px;
  line-height: 26px;
}
bin .bin-padding {
  padding-left: 98px;
  padding-right: 98px;
  padding-top: 30px;
  padding-bottom: 45px;
  box-shadow: 0 3px 10px #999;
  margin-bottom: 50px;
}
bin .bin-padding .download ul {
  padding-left: 0px;
}
bin .bin-padding .download ul li {
  list-style-type: none;
}
bin .bin-padding p {
  line-height: 1;
  text-align: justify;
}
bin .bin-padding ul li {
  line-height: 1.5;
}
bin .bin-padding img {
  float: right;
  border-radius: 5px;
  box-shadow: 0 0 20px #898989;
  margin-left: 14px;
  max-width: 350px;
}
card {
  font-size: 13px;
  line-height: 26px;
}
card .bin-padding {
  padding-left: 98px;
  padding-right: 98px;
  padding-top: 30px;
  padding-bottom: 45px;
  box-shadow: 0 3px 10px #999;
  margin-bottom: 50px;
}
card .bin-padding .perex {
  min-height: 763px;
}
card .bin-padding .perex .download ul {
  padding-left: 0px;
}
card .bin-padding .perex .download ul li {
  list-style-type: none;
}
card .bin-padding .perex p {
  line-height: 1.5;
  text-align: justify;
}
card .bin-padding .perex ul li {
  line-height: 1.5;
}
card .bin-padding .perex .card-image {
  display: grid;
  float: right;
}
card .bin-padding .perex .card-image img {
  /*                    float: right;*/
  border-radius: 5px;
  max-width: 200px;
  box-shadow: 0 0 20px #898989;
  margin-left: 154px;
}
card .bin-padding .perex .card-image img.img-top {
  margin-bottom: 134px;
  margin-left: 14px;
  max-width: 350px;
}
.hide-article {
  /*    box-shadow: 0 0 20px #ebebec;*/
  border-radius: 5px;
}
.hide-article p:hover {
  text-decoration: underline;
}
/** Pinteres columns grid **/
#ColumnsGrid {
  position: relative;
  left: 15px;
}
.article-tile {
  height: auto;
  box-shadow: 0 3px 10px #999;
  position: absolute;
}
.article-tile .image {
  width: 263px;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article-tile .content {
  padding: 10px 10px 10px 10px;
}
.article-tile .text,
.article-tile .content p {
  line-height: 19px !important;
  font-size: 13px !important;
}
.article-tile .share {
  color: #898989;
  text-transform: uppercase;
  display: inline-block;
}
.article-tile .read {
  display: inline-block;
  margin-left: 30px;
  float: right;
}
.article-tile .read a {
  text-transform: uppercase;
}
.article-tile .date {
  color: #898989;
  margin-bottom: 10px;
  font-size: 13px;
}
.article-tile .tag {
  display: block;
  margin-bottom: 10px;
}
#articleMain .share,
.article-side .share {
  color: #898989;
  text-transform: uppercase;
  float: right;
}
#articleMain .date,
.article-row .date,
.article-side .date {
  color: #898989;
}
.article-list-mode-switcher {
  display: inline-block;
  float: right;
  position: relative;
  top: -15px;
  right: 15px;
}
.article-list-mode-switcher .Table {
  background-image: url(../Images/table.png);
  width: 17px;
  height: 15px;
  display: inline-block;
}
.article-list-mode-switcher .Tiles {
  background-image: url(../Images/tiles.png);
  width: 17px;
  height: 15px;
  display: inline-block;
}
.article-search {
  line-height: 21px;
}
.article-search .article-search-submit {
  width: 25px;
  height: 21px;
  background: url(../Images/lupa.png) no-repeat top left;
  border: 0;
  outline: 0;
}
.article-search .article-search-textbox {
  border: 0;
  outline: 0;
  background-color: transparent;
}
.article-search .article-search-textbox:focus {
  background-color: #ffffff;
}
/** Rating **/
#ratingStars {
  display: inline-block;
  font-style: normal;
}
#ratingStars a {
  width: 22px;
  height: 22px;
  background: url(../Images/star-rating.png) no-repeat top left;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 15px;
}
#ratingStars a:hover,
#ratingStars a.active {
  -moz-background-position-y: -22px;
  -o-background-position-y: -22px;
  background-position-y: -22px;
}
/** komentare **/
#discussions {
  position: relative;
  left: -30px;
  top: 20px;
}
#comments h3 {
  line-height: 48px;
  font-size: 18px;
  border-bottom: 3px solid #ebebec;
}
#comments h3.comment-count {
  border-bottom: 3px solid var(--theme-color);
  color: #333333;
}
#comments .nospace {
  padding-right: 0;
  margin-right: 0;
}
#comments .discussion-box {
  padding-left: 30px;
  padding-bottom: 20px;
}
#comments .discussion-author {
  font-weight: 600;
  color: var(--theme-color);
  display: inline-block;
  margin-right: 30px;
}
#comments .discussion-date {
  display: inline-block;
  color: #989898;
  font-weight: 600;
}
#comments .discussion-text {
  max-width: 560px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#comments .discussion-rating {
  float: right;
}
#comments .discussion-rating a,
#comments .discussion-rating span {
  font-size: 12px;
  width: 30px;
  display: inline-block;
}
#comments .discussion-rating-link {
  background: url(../Images/heart-link.png) no-repeat top right;
  color: #333333;
}
#comments .discussion-rating-link:hover {
  text-decoration: none;
}
#comments .discussion-rating-done {
  background: url(../Images/heart-done.png) no-repeat top right;
  color: #EB83B3;
}
#comments .discussion-rating-anonymous {
  background: url(../Images/heart-anonymous.png) no-repeat top right;
  color: #333333;
}
#comments .discussion-reaction {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  color: #333333;
}
#articleSide h4 a {
  color: #333333;
}
#articleSide .content {
  border-bottom: 1px solid #ebebec;
  padding-bottom: 20px;
}
#articleSide .text,
#articleSide .text p {
  font-size: 13px;
  line-height: 15px;
}
#articleSide .date {
  color: #898989;
}
/* partneri */
#partners {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
#partners h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#partners ul {
  padding-left: 0;
}
#partners li {
  list-style-type: none;
  display: inline-block;
  margin: 20px;
}
#partners li a img {
  max-height: 45px;
}
/** boxes **/
.controlbox {
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 15px 10px 10px 15px;
  margin: 10px 0 5px 0;
}
.warningbox {
  background-color: #ffe5cc;
  color: #8c5e09;
  padding: 30px 0 20px 30px;
}
.errorbox {
  background-color: #ffcccc;
  color: #660000;
  padding: 30px 0 20px 30px;
}
.successbox {
  background-color: #ccffcc;
  color: #006600;
  padding: 30px 0 20px 30px;
}
.test-box {
  background-color: #eeeeee;
  border-radius: 10px;
  min-height: 280px;
  margin-bottom: 20px;
  padding: 1px 20px 10px 20px;
}
.test-box .btn {
  position: absolute;
  bottom: 35px;
  left: 35px;
}
.tagEditInput {
  margin-bottom: 2px;
  margin-right: 2px;
  width: 225px;
  display: inline-block;
}
.tagEditButton {
  margin-bottom: 2px;
  width: 34px;
  height: 34px;
  display: inline-block;
}
.media-right {
  display: inline-block;
  float: right;
  border: 1px solid #eeeeee;
  padding: 3px;
}
.media-box {
  display: inline-block;
}
.media-source {
  color: #999999;
  font-size: 10px;
  font-style: italic;
  float: right;
}
.media-source a {
  color: #999999;
  font-size: 10px;
}
.g-recaptcha {
  margin: 3px 0 3px 0;
}
.profile-menu {
  margin-top: 30px;
  border-bottom: 1px solid var(--theme-color);
}
.profile-menu ul {
  padding-left: 0;
}
.profile-menu ul li {
  display: inline-block;
}
.profile-menu ul li a {
  padding: 15px 15px 10px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  top: 2px;
  color: #898989;
}
.profile-menu ul li a.active {
  border-left: 1px solid var(--theme-color);
  border-top: 2px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
  border-bottom: 1px solid #ffffff;
  color: var(--theme-color);
  font-weight: bold;
  background-color: white;
}
/** Bootstrap override **/
/*.body-content {
    padding-top: 58px;
}*/
dl.dl-small dd {
  line-height: 24px;
}
dl.dl-small dt {
  line-height: 24px;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-default {
  background-color: #dae3f1;
  border-color: #cfd7e5;
}
.form-control-inline {
  width: auto;
  display: inline-block;
}
.k-filter-row th,
.k-grid-header th.k-header {
  vertical-align: top !important;
  white-space: initial !important;
}
.k-grid td {
  border-width: 0 0 0 0 !important;
}
.k-filter-row th,
.k-grid-header th.k-header {
  border-width: 0 0 0 0 !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}
.right-button {
  position: relative;
  top: 30px;
}
.parent-result-box {
  width: 30%;
  display: inline-block;
  box-shadow: 0 3px 10px #999;
  padding: 0;
  border-radius: 5px;
  background-color: #ffffff;
  margin-right: 30px;
  margin-bottom: 30px;
}
.parent-result-box .testSetName {
  font-size: 16px;
  display: block;
  background-color: var(--theme-color);
  color: #ffffff;
  padding-left: 22px;
  line-height: 44px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.parent-result-box a {
  margin-left: 20px;
  margin-bottom: 15px;
}
.table th {
  background-color: #eeeeee;
  vertical-align: middle !important;
}
.navbar-nav a.active {
  border-bottom: 5px solid #ffffff;
}
.letter-title {
  font-weight: bold;
  margin-right: 5px;
}
.letter-box {
  display: inline-block;
  margin-right: 4px;
}
.letter-box .actual {
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
.letter-box .letter {
  cursor: pointer;
}
.letter-box .number {
  font-size: 11px;
}
div.container-fluid.gray-row > div.row {
  margin-right: 0;
  /** odstranuje prebytecne misto v pravo **/
  margin-left: 0;
}
/*  Blogy */
a.blog-navigation {
  min-height: 130px;
}
a.blog-navigation:hover {
  text-decoration: none;
}
a.blog-navigation h4:hover {
  text-decoration: underline;
}
a.blog-navigation .navigation-title {
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: 600;
}
.blog-navigation .parameter {
  color: #898989;
}
a.blog-navigation .perex {
  color: #333333;
}
a.blog-navigation .perex p {
  margin-bottom: 0;
}
.blog-next {
  background: url(../Images/arrow-gray-right.png) top right no-repeat;
  padding-right: 70px;
  text-align: right;
}
.blog-previous {
  background: url(../Images/arrow-gray-left.png) top left no-repeat;
  padding-left: 70px;
}
.no-margin {
  margin-left: 0;
  margin-right: 0;
}
/*blog addpicture*/
#viewBlogUploadPicture {
  height: 300px;
  margin-bottom: 15px;
}
#viewBlogUploadPicture .imgContainer {
  height: 190px;
  text-align: center;
}
#viewBlogUploadPicture img {
  max-width: 100%;
  max-height: 185px;
  vertical-align: bottom;
}
#viewBlogUploadPicture .caption {
  height: 100px;
}
#viewBlogUploadPicture .UploadPictureNadpis {
  /*float:left;*/
  /*width:50%;*/
  display: block;
  height: 45px;
  margin-bottom: 5px;
  overflow: auto;
  padding: 5px;
  text-align: center;
}
#viewBlogUploadPicture .UploadPictureObsah {
  /*float:right;*/
  /*width:35%;*/
  display: block;
  text-align: right;
  vertical-align: bottom;
}
.sirkaMax {
  width: 100%;
}
/*Konec - blog addpicture*/
.import-steps {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.import-steps .progressbar {
  counter-reset: step;
}
.import-steps .progressbar li {
  list-style-type: none;
  float: left;
  width: 33.33%;
  position: relative;
  text-align: center;
}
.import-steps .progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #e6eff5;
  position: relative;
  z-index: 5;
}
.import-steps .progressbar li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e6eff5;
  top: 20px;
  left: -50%;
}
.import-steps .progressbar li:first-child:after {
  content: none;
}
.import-steps .progressbar li.active {
  color: #e5097f;
  font-weight: bold;
}
.import-steps .progressbar li.active:before {
  background-color: #e5097f;
  color: #fff;
}
#idColumns select {
  max-width: 128px;
}
.is-valid {
  border-color: #28a745;
}
.is-invalid {
  border-color: #dc3545;
}
.valid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.align-text-top {
  vertical-align: top;
}
.literacy-menu {
  text-align: right;
  padding-top: 16px;
  margin-right: -15px;
}
.literacy-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}
.literacy-menu ul li {
  list-style: none;
  display: inline-block;
  margin-left: 6px;
  text-align: center;
}
.literacy-menu ul li a {
  color: #ffffff;
  display: inline-block;
  min-width: 275px;
  height: 57px;
  line-height: 57px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 110%;
}
.literacy-menu ul li a.Reading {
  background-color: #0F7EC2;
  border: 1px solid #118dda;
}
.literacy-menu ul li a.Math {
  background-color: #ee7a2e;
  border: 1px solid #f08946;
}
.literacy-menu ul li a.Default {
  background-color: #222222;
  border: 1px solid #2f2f2f;
}
.single-row-menu {
  width: 1145px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: -20px;
  padding-left: 5px;
  margin-top: 14px;
  padding-right: 10px;
}
.single-row-menu ul.navbar-nav li a {
  margin-right: 25px;
  padding: 8px 5px 10px 5px;
  color: #222222;
  font-size: 110%;
}
.single-row-menu ul.navbar-nav li a:hover,
.single-row-menu ul.navbar-nav li a:active,
.single-row-menu ul.navbar-nav li a:focus {
  color: hsl(from var(--theme-color) h s calc(l - 15));
}
.single-row-menu ul.navbar-nav li a.active {
  border-bottom: 4px solid hsl(from var(--theme-color) h s calc(l - 15));
}
.single-row-menu ul.navbar-nav li a.order-color {
  color: #E5097F;
}
.single-row-menu ul.navbar-right li a {
  color: #999999 !important;
  /*                margin-left: 30px;*/
  margin-right: 10px;
  padding: 8px 5px 10px 5px;
}
.single-row-menu ul.navbar-right li a:hover,
.single-row-menu ul.navbar-right li a:active {
  color: #484848;
}
.tc {
  color: var(--theme-color);
}
#cubeReading .spinner div,
#cubeMath .spinner div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid #eeeeee;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 120px;
  font-size: 100px;
  border-radius: 5px;
}
#cubeReading .spinner .face1,
#cubeMath .spinner .face1 {
  -webkit-transform: translateZ(60px);
  -ms-transform: translateZ(60px);
  transform: translateZ(60px);
}
#cubeReading .spinner .face2,
#cubeMath .spinner .face2 {
  -webkit-transform: rotateY(90deg) translateZ(60px);
  -ms-transform: rotateY(90deg) translateZ(60px);
  transform: rotateY(90deg) translateZ(60px);
}
#cubeReading .spinner .face3,
#cubeMath .spinner .face3 {
  -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
  -ms-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
  transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
}
#cubeReading .spinner .face4,
#cubeMath .spinner .face4 {
  -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
  -ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
  transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
}
#cubeReading .spinner .face5,
#cubeMath .spinner .face5 {
  -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
  -ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
  transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
}
#cubeReading .spinner .face6,
#cubeMath .spinner .face6 {
  -webkit-transform: rotateX(-90deg) translateZ(60px);
  -ms-transform: rotateX(-90deg) translateZ(60px);
  transform: rotateX(-90deg) translateZ(60px);
}
#cubeReading .spinner,
#cubeMath .spinner {
  -webkit-animation: spincube 20s ease-in-out;
  animation: spincube 20s ease-in-out;
  animation-iteration-count: 2;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 60px 60px 0;
  -ms-transform-origin: 60px 60px 0;
  transform-origin: 60px 60px 0;
}
@-webkit-keyframes spincube {
  16% {
    -webkit-transform: rotateY(-90deg);
  }
  33% {
    -webkit-transform: rotateY(-90deg) rotateZ(90deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateZ(90deg);
  }
  66% {
    -webkit-transform: rotateY(90deg) rotateX(90deg);
  }
  83% {
    -webkit-transform: rotateX(90deg);
  }
}
@keyframes spincube {
  16% {
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  33% {
    -ms-transform: rotateY(-90deg) rotateZ(90deg);
    transform: rotateY(-90deg) rotateZ(90deg);
  }
  50% {
    -ms-transform: rotateY(180deg) rotateZ(90deg);
    transform: rotateY(180deg) rotateZ(90deg);
  }
  66% {
    -ms-transform: rotateY(90deg) rotateX(90deg);
    transform: rotateY(90deg) rotateX(90deg);
  }
  83% {
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}
#cubeReading .spinner .face1 {
  background: url(../Images/ctenar-1.png) top left no-repeat;
}
#cubeReading .spinner .face2 {
  background: url(../Images/ctenar-2.png) top left no-repeat;
}
#cubeReading .spinner .face3 {
  background: url(../Images/ctenar-3.png) top left no-repeat;
}
#cubeReading .spinner .face4 {
  background: url(../Images/ctenar-4.png) top left no-repeat;
}
#cubeReading .spinner .face5 {
  background: url(../Images/ctenar-5.png) top left no-repeat;
}
#cubeReading .spinner .face6 {
  background: url(../Images/ctenar-6.png) top left no-repeat;
}
#cubeMath .spinner .face1 {
  background: url(../Images/poctar-1.png) top left no-repeat;
}
#cubeMath .spinner .face2 {
  background: url(../Images/poctar-2.png) top left no-repeat;
}
#cubeMath .spinner .face3 {
  background: url(../Images/poctar-3.png) top left no-repeat;
}
#cubeMath .spinner .face4 {
  background: url(../Images/poctar-4.png) top left no-repeat;
}
#cubeMath .spinner .face5 {
  background: url(../Images/poctar-5.png) top left no-repeat;
}
#cubeMath .spinner .face6 {
  background: url(../Images/poctar-6.png) top left no-repeat;
}
.download-box {
  display: inline-block;
  float: left;
  width: 200px;
  height: 170px;
  background-color: #eeeeee;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
}
.download-box:hover {
  background-color: #d5d5d5;
  text-decoration: none;
}
.download-box span {
  display: block;
}
.download-box span.icon {
  display: inline-block;
  color: #444;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.download-box span.pdf:before {
  content: '\e022';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-size: 60px;
  line-height: 90px;
  padding-left: 10px;
  width: 100px;
  height: 100px;
}
.download-box span.zip:before {
  content: '\e181';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-size: 60px;
  line-height: 90px;
  padding-left: 10px;
  width: 100px;
  height: 100px;
}
.download-box span.mp3:before {
  content: '\e002';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-size: 60px;
  line-height: 90px;
  padding-left: 10px;
  width: 100px;
  height: 100px;
}
.download-box span.file:before {
  content: '\e022';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-size: 60px;
  line-height: 90px;
  padding-left: 10px;
  width: 100px;
  height: 100px;
}
.download-box span.downloaded {
  font-size: 80%;
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}
#cookieConsent {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
  line-height: 26px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#cookieConsent .cookieConsentWrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cookieConsent .cookieConsentContent {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1080px) {
  #cookieConsent {
    height: 150px;
    padding: 10px;
  }
}
.modal-dialog {
  max-width: 800px;
}
.modal-content {
  border: none;
  gap: 0.5rem;
  max-height: 80vh;
  overflow-y: scroll;
  padding-block: 1rem;
}
.modal-content h2 {
  text-align: center;
}
.modal-content p {
  text-align: justify;
}
.hyperlink {
  color: var(--primary-color);
  text-decoration: inherit;
  cursor: pointer;
}
.hyperlink:hover {
  text-decoration: underline;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.custom-page p {
  line-height: 1.5rem !important;
  margin-top: 0.5rem;
}
.custom-page ul {
  padding-left: 2rem;
}
.custom-page #CustomAreaID_22 .reference-box,
.custom-page #CustomAreaID_37 .reference-box,
.custom-page #CustomAreaID_43 .reference-box {
  height: auto;
}
.custom-page #CustomAreaID_36 img {
  width: 200px;
}
.custom-page #CustomAreaID_36.row {
  display: block;
}
.custom-page #CustomAreaID_39 img {
  width: 200px;
}
.custom-page #CustomAreaID_39.row {
  display: block;
}
.custom-page #CustomAreaID_41 {
  width: 100%;
}
.footer {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer a:hover {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #partners {
    overflow: hidden;
  }
  .article-list-mode-switcher {
    display: none;
  }
  a.btn.btn-primary {
    white-space: normal;
  }
  #CustomAreaID_19 img {
    width: 100%;
  }
  .gray-row-small {
    background-color: #EBEBEC;
    padding: 45px 0 15px 0;
  }
  .profile-menu li {
    display: block;
  }
  #centerForm .grayColumn.pull-left {
    margin-bottom: 10px;
    margin-top: -45px;
  }
  #centerForm .grayColumn {
    width: auto ;
    text-align: left;
    float: none !important;
    /*white-space: nowrap;*/
  }
  .navbar-nav a.active {
    border: 0px;
  }
  .profile-menu a.active {
    border-left: 2px solid #0078bf;
    border-top: 2px solid #0078bf;
    border-right: 2px solid #0078bf;
    border-bottom: 2px solid #0078bf;
    color: #0078bf;
    font-weight: bold;
    background-color: white;
  }
  .profile-menu a {
    display: block;
  }
  footer {
    height: auto;
  }
  .navbar-brand {
    height: 60px;
    padding: 0 0 0 15px;
    margin: 7px 0 0 0px;
    left: -10px;
    height: 62px;
    background-position-x: 10px;
    background-size: 70px 135px;
    font-size: 100%;
  }
  .navbar-brand .selected-literacy {
    display: none;
  }
  .navbar {
    min-height: 70px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    margin-top: 15px;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /*since 3.1.0*/
  .navbar-collapse.collapse.in {
    display: block !important;
    margin-top: 0;
  }
  .article-row {
    /*min-width: 290px;*/
    box-shadow: 0 3px 10px #999;
    margin-bottom: 30px;
    height: auto;
    width: auto;
    padding: 0;
  }
  .article-row .picture {
    width: 100%;
  }
  .article-row .image {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    float: none;
  }
  .article-row .content {
    margin: 0 0 0 0;
    padding: 8px;
    text-align: justify;
  }
  .article-row .literacy {
    display: block;
  }
  .article-row .buttons {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .seminary-row {
    height: auto;
    overflow: visible;
    margin: 0 15px 30px 15px;
    padding: 5px 5px 5px 5px;
  }
  .seminary-row .seminary-content {
    display: block;
  }
  .tag {
    display: block;
  }
  #articleMain .picture,
  #articleMain img {
    width: 100%;
  }
  .article-side .image {
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    padding-top: 12px;
    display: block;
    float: none;
  }
  .article-side .picture {
    float: none;
    width: 100%;
  }
  .article-side .content {
    margin: 0 0 0 0;
    padding: 0px 6px 0px 6px ;
    text-align: justify;
  }
  .article-side {
    margin: 0 0px 30px 0px;
    height: auto;
    width: auto;
    padding: 0 0 0 0;
  }
  h3.side {
    padding: 0 0 15px 0;
  }
  div.row.pad-top-40 {
    margin: 0 15px;
  }
  .calendar-box {
    margin-right: 5px;
  }
  input,
  select,
  textarea {
    max-width: 100%;
  }
  .k-grid {
    overflow: scroll;
  }
  /*.container {
    overflow: scroll;
}*/
  .overflowScroll {
    overflow: scroll;
  }
  .mainContainer {
    padding-bottom: 500px;
  }
  /*div.button a{
        width:auto;
        height:auto;
    }*/
  .material-box {
    min-width: 230px;
    margin-bottom: 11px;
  }
  .media-box {
    display: none;
  }
  .material-background {
    padding-top: 0;
    background: none;
  }
  #material {
    box-shadow: none;
  }
  #material .download ul {
    padding-left: 0;
  }
  #material a.page-breadcrumb {
    padding-left: 0;
  }
  #material .material-padding {
    padding: 0;
  }
  #material .btn-download {
    min-width: unset;
  }
  #material .last-download {
    display: block;
  }
  .article-box {
    background: none;
    padding-top: 0;
  }
  .article-box article {
    box-shadow: none;
  }
  .article-box article a.page-breadcrumb {
    padding-left: 0;
  }
  article .article-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.blog-navigation .perex {
    display: none;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  /*blog addpicture*/
  .modal-content {
    min-width: 310px;
  }
  .modal-body .btn {
    padding: 6px 11px;
  }
  /*Konec - blog addpicture*/
  .sirkaMax {
    width: auto;
    margin-top: 10px;
  }
  /*.responsBtn{
    width:auto;
    height:auto;
}*/
  img {
    display: block;
    float: none;
    max-width: 100%;
    margin: 20px 0;
  }
  bin {
    box-shadow: none;
  }
  bin .bin-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  bin .perex {
    font-weight: 600;
    margin-bottom: 35px;
    padding: 5px 10px;
  }
  bin .perex p,
  bin p,
  bin p span,
  bin .bin-padding p {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  card {
    box-shadow: none;
  }
  card .bin-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  card .perex {
    font-weight: 600;
    margin-bottom: 35px;
    padding: 5px 10px;
  }
  card .perex p,
  card p,
  card p span,
  card .bin-padding p {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .seminary-row {
    box-shadow: none;
  }
  .seminary-row .seminary-content .seminaryMetaData {
    display: grid;
  }
  .seminary-row .seminary-content .seminaryMetaData h3 {
    line-height: 1.5;
  }
  .seminary-reference {
    box-shadow: none;
    min-width: 100%;
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav a.active {
    border: 0px;
  }
  .gray-row-small {
    background-color: #EBEBEC;
    padding: 45px 0 15px 0;
  }
  .profile-menu a {
    padding: 15px 12px 10px 12px;
    /*aby se vešlo submenu v testování atd*/
  }
  .navbar {
    min-height: 70px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    margin-top: 15px;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  div.row.pad-top-40 {
    margin: 0 15px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /*since 3.1.0*/
  .navbar-collapse.collapse.in {
    display: block !important;
    margin-top: 0;
  }
  .collapsing {
    overflow: hidden !important;
  }
  input,
  select,
  textarea {
    max-width: 100%;
  }
  footer {
    height: auto;
  }
  .navbar-brand {
    height: 60px;
    padding: 15px 0 0 85px;
    left: -10px;
    height: 62px;
    background-position-x: 10px;
    background-size: 70px 135px;
    font-size: 100%;
  }
  #centerForm .grayColumn {
    width: auto ;
    text-align: justify;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav {
    padding-top: 0;
  }
  .navbar-brand {
    padding-right: 0;
    line-height: 50px;
    background: none;
    height: 50px;
    top: 0;
    margin-top: 20px;
    padding: 0 15px;
  }
  .literacy-menu ul li a {
    font-size: 100%;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 250px;
  }
  .single-row-menu {
    width: 905px;
  }
  .navbar-nav > li > a {
    padding: 10px 8px 10px 8px;
  }
  #calendar {
    display: none;
  }
  article {
    box-shadow: none;
  }
  article .article-padding {
    padding: 30px;
  }
  #articleMain {
    margin-bottom: 0px;
  }
  #articleMain > img {
    width: 100%;
  }
  #articleMain > h2,
  .text {
    margin: 10px 0 0px 0;
  }
  div.article-side {
    height: auto;
  }
  .article-list-mode-switcher {
    top: 8px;
    right: 8px;
    margin: 10px 10px 10px 0;
  }
  #centerForm .grayColumn {
    width: auto ;
    text-align: justify;
    margin-bottom: 10px;
  }
  .seminary-row.collapsed > seminary-content {
    width: 1110px;
  }
  .single-row-menu ul.navbar-nav li a {
    margin: 10px 0;
  }
  bin .perex p,
  bin p,
  bin p span,
  bin .bin-padding p {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  card .perex p,
  card p,
  card p span,
  card .bin-padding p {
    line-height: 1.5;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    min-height: 463px;
  }
  .navbar-collapse .single-row-menu {
    width: 100%;
    background-color: #0078bf;
    position: relative;
  }
  .navbar-collapse .single-row-menu ul.navbar-nav li {
    text-align: right;
  }
  .navbar-collapse .single-row-menu ul.navbar-nav li a {
    color: #ffffff;
    margin-right: 0px;
    padding: 8px 5px 5px 0;
  }
  .navbar-collapse .single-row-menu ul.navbar-nav li a:hover,
  .navbar-collapse .single-row-menu ul.navbar-nav li a:active {
    color: #d9d9d9;
    background-color: #0088d9;
  }
  .navbar-collapse .single-row-menu ul.navbar-nav li a.active {
    border-bottom: 0;
    background-color: #0da5ff;
  }
  .navbar-collapse .single-row-menu ul.navbar-right li {
    text-align: right;
  }
  .navbar-collapse .single-row-menu ul.navbar-right li a {
    color: #ffffff;
  }
  .navbar-collapse .single-row-menu ul.navbar-right li a:hover,
  .navbar-collapse .single-row-menu ul.navbar-right li a:active {
    color: #d9d9d9;
  }
  bin .bin-padding img {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .navbar-brand .navbar-brand-title {
    display: none;
  }
}
@media (max-width: 360px) {
  .navbar-brand {
    font-size: 22px;
  }
  .calendar-box {
    width: 100%;
  }
}