html, body { height: 100%; }

.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.pt-page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}

/* Text Styles, Colors, Backgrounds */

.pt-page h1 {
	position: absolute;
	font-weight: 400;
	font-size: 2em;
	line-height: 1;
	/*letter-spacing: 6px;*/
	margin: 0;
	top: 12%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	/*word-spacing: 1em;*/
	font-family: 'Oranienbaum', serif;
}

.pt-page h1 span {
	font-family: 'Satisfy', serif;
	font-weight: 400;
	font-size: 40%;
	text-transform: none;
	word-spacing: 0;
	letter-spacing: 0;
	display: block;
	opacity: 0.4;
}

.pt-page h1 strong {
	color: rgba(0,0,0,0.1);
}

.pt-page-text {
	margin: 0;
	padding: 5% 10% 3% 10%;
	text-align: center;
	font-size: 1em;
}

.pt-page-text p{
	font-size: 1.1em;
	word-spacing: 0.1em;
	line-height: 1.7em;
	font-weight: 400;
}

.pt-page-text h1{
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	font-size: 2.5em;
	text-transform: uppercase;
}

.pt-page-item {
	float: left;
	width: 100%;
	text-align: center;
	display: table-cell;
	line-height: 1.2em;
}

.pt-page-item p{
	padding: 0 5%;
	font-size: 0.9em;
	font-style: italic;
}

.pt-page-item h3{
	font-size: 1.4em;
	font-weight: 400;
	font-family: 'Oranienbaum', serif;
	color: #fff;
}

.pt-page-item h4{
	font-size: 1.3em;
	font-weight: 400;
	font-family: 'Oranienbaum', serif;
	color: #fff;
}

.pt-page-item img {
	float: left;
	width: 60%;
	margin: 15% 20% 8% 20%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(43,43,43,1);
	-moz-box-shadow: 0px 2px 20px 0px rgba(43,43,43,1);
	box-shadow: 0px 2px 20px 0px rgba(43,43,43,1);
}


.slide-header{
	float: left;
	width: 100%;
	margin: 3% 0 4% 0;
	display: table-cell;
	text-align: center;
}

.slide-header h1{
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1;
	/*letter-spacing: 6px;*/
	text-transform: uppercase;
	/*word-spacing: 1em;*/
	font-family: 'Oranienbaum', serif;
	color: #ccc;
}

.slide-left{
	float: right;
	display: table-cell;
	text-align: right;
}

.slide-left h2 {
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1;
	/*letter-spacing: 6px;*/
	margin: 0;
	text-transform: uppercase;
	/*word-spacing: 1em;*/
	font-family: 'Oranienbaum', serif;
	color: #fff;
}

.slide-left p{
}

.slide-right{
	float: left;
}

.slide-right img{
	width: 100%;
	border: 1px solid;
	border-bottom: 1.5em solid;
}

.carousel-control.left {
	position: fixed;
	background-image: none;
	padding-top: 20%;
	padding-right: 5%;
}

.carousel-control.right {
	position: fixed;
	background-image: none;
	padding-top: 20%;
	padding-left: 5%;
}

.carousel-indicators {
    position: relative;
	top: 12%;
}

.footer-slavbibl{
	text-align: center;
	font-family: 'Oranienbaum', serif;
	font-size: 1.3em;
}

.space{
	float: left;
	height: 60px;
	width: 100%;
}


.pt-message {
	display: none;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #da475c;
	color: #fff;
	text-align: center;
}

.pt-message p {
	margin: 0;
	line-height: 60px;
	font-size: 26px;
}

.no-cssanimations .pt-message {
	display: block;
}

.B_crumbBox{
    display: inline;
    padding: 0;
}

.B_crumbBox li{
    padding: 0;
    display: inline;
    list-style: none;
}

.B_crumbBox a{
    text-decoration:none;
}