@font-face {
	font-family: 'arrows';
	src:url('../fonts/arrows/arrows.eot');
	src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arrows/arrows.woff') format('woff'),
		url('../fonts/arrows/arrows.ttf') format('truetype'),
		url('../fonts/arrows/arrows.svg#arrows') format('svg');
	font-weight: normal;
	font-style: normal;
}

.bb-custom-wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.bb-custom-wrapper .bb-bookblock {
	box-shadow: 0 12px 20px -10px rgba(81,64,49,0.6);
}
/*
.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.bb-custom-wrapper nav {
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 1000;
	text-align: left;
	top:0;
}

.bb-custom-wrapper nav a {
	display: inline-block;
	width: 30px;
	height: 100px;
	text-align: center;
	border-radius: 2px;
	background: #999;
	color: #fff;
	font-size: 0;
	margin: 2px;
}

.bb-custom-wrapper nav a:hover {
	opacity: 0.6;
}*/

/*.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 20px;
	line-height: 30px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
	content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}*/

/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 665px;
}

.booknavbar{
	position: absolute;
	width: calc(100% - 40px);
	top:40%;
	left: 20px;
	text-align: left;
}
.booknavbar span{
	color:#ccc;
	font-size: 3em;
	cursor: pointer;
}
.booknavbar span:hover{
	color:#999;
}

.bb-custom-icon-arrow-right{
	float:right;
}
.bb-custom-icon-arrow-left{
	float:left;
}
.btdw{
	position: absolute;
	right: 21px;
	z-index: 999;
	bottom: 12px;
	width: 50px;
	height: 50px;
	background: #f00;
}
.btdw a{
	display: block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
}
