.listheader2 {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 2rem;
}
.listheader3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 6rem;
}
.listheader4 {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 9rem;
}
#random-block a {
    color: #fff;
    text-decoration: underline;
}
.footer {
    background-color: #18477b;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.active {
    background-color: #e7e7e7;
    color: #c0c0c0;
}
.container {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e2ebf6;
}
.menu {
    padding: 0 0 10px 0;
}
li.li-none {
    list-style-type: none;
}
#content-new-next {
    text-align: right;
}
a.nolink {
    color: #ffffff;
    text-decoration: none;
}

.page-heading {
    color: #fff;
    padding-top: 20px;
}

@font-face {
    font-family: Baskerville;
    src: url('../fonts/Baskerville_Cyrillic_Bold.woff');
}

.palicka {
    font-family: Baskerville, serif;
}

.bold {
    font-weight: bold;
}

.divider {
    background-color: #18477b;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

.divider {
    background-color: #18477b;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

.titler-lang {
    background-color: #406a9a;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

.titler-section {
    background-color: #aec5df;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    color: #000;
}

.navbar-strip {
    background-color: #f8f8f8;
}

.navbar .active a {
	color: #fff;
}

@media (max-width: 767px) {
	.page-heading {
		background-image: url('../img/header-center.png');
		background-repeat: repeat;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.page-heading {
		background-image: url('../img/header750.png');
		height: 130px;
		padding-left: 100px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.page-heading {
		background-image: url('../img/header970.png');
		height: 130px;
		padding-left: 100px;
	}
}
@media (min-width: 1200px) {
	.page-heading {
		background-image: url('../img/header1170.png');
		height: 130px;
		padding-left: 100px;
	}
}


body {
    margin: 0;
}
.content {
    margin: 0;
    padding: 2em 5% 2em 5%;
}
h2.title2 {
    font-size: 100%;
}
p {
    margin: 0;
    text-align: justify;
    text-indent: 2em;
}
.POETRY {
    margin: 0 auto;
    width:60%;
}
.POETRY p {
    text-align: left;
    text-indent: 0;
}
.EPIGRAPH {
    float: right;
    max-width:70%;
}
.EPIGRAPH p {
    text-align: left;
    text-indent: 0;
}
.CENTER {
    text-align: center;
    text-indent: 0;
}
.CLEAR {
    clear: both;
}
.QUOTE {
    padding: 2em 10% 2em 10%;
    font-style: italic;
}
.ROLE {
    letter-spacing: 0.5em;
}
.TC {
    font-style: italic;
}
p.THEATRE-COMMENT {
    text-align: center;
    text-indent: 0;
    font-style: italic;
}
p.sign {
    text-indent: 0;
    text-align: right;
}

@media (min-width: 768px) {
	.book-utils {
	    float: right;
	    border-style:solid;
	    border-width:1px;
	    border-color: #C0C0C0;
	    box-shadow: 1px 1px 2px #AAAAAA;
	    padding: 10px;
	    margin: 0 0 20px 20px;
	    background-color: #e2ebf6;
	}
}
@media (max-width: 767.99px) {
	.book-utils {
	    border-style:solid;
	    border-width:1px;
	    border-color: #C0C0C0;
	    box-shadow: 1px 1px 2px #AAAAAA;
	    padding: 10px;
	    margin: 0 0 20px 20px;
	    background-color: #e2ebf6;
	}
}

.book-also {
    float: right;
    padding: 10px;
    margin: 0 0 20px 20px;
    background-color: #e2ebf6;
}
.book-description {
    padding: 2em;
    margin: 2em 25% 2em 2em;
    border-style:solid;
    border-width:1px;
    border-color: #B0B0B0;
    box-shadow: 1px 1px 3px #AAAAAA;
}
hr {
	border-top: 1px solid #888;
}
.book-description {
    padding: 2em;
    margin: 2em;
    border-style:solid;
    border-width:1px;
    border-color: #B0B0B0;
    box-shadow: 1px 1px 3px #AAAAAA;
}
#buttonsStrip * {
    vertical-align: middle;
}
.preview-dialog {
     position: fixed;
     border: 1px solid black;
     left: 3%;
     top: 3%;
     width:94%;
     height:94%;
     text-align:center;
     background-color: #FFFFFF;
     overflow-x:auto;
     overflow-y:auto;
     z-index: 1000;
     padding: 5px;
}
.preview-builtin {
     float: left;
     margin-left: 5%;
     width: 100%;
}
.preview-builtin #pageContainer {
     height: 300px;
}

.selectedlink {
    text-decoration: underline;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pagination li {
    margin: 1rem;
}
.btn-default {
    background-color: #00C000
}
