@charset "utf-8";
@font-face{font-family:'rudawregular';
src:url('../fonts/rudawregular2.ttf');
}
body {
    margin: 0px;
    padding: 0px;
    color: #222;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    height: 100%;
	background-image: url(../img/background.jpg);
	background-position:top left;
	background-repeat: repeat-y;
    background-size: 100% auto;
	font-family: 'rudawregular';
	
}
body.simple {
	background-image: url(../img/backgroundsimple.jpg);	
}
.maino
{
	background-image: url(../img/logo.png);
	background-position:top left;
	background-repeat: no-repeat;
	min-height: 500px;
}
.bottom-shadow
{
	-webkit-box-shadow: 0px 5px 23px -2px rgba(112,112,112,0.75);
	-moz-box-shadow: 0px 5px 23px -2px rgba(112,112,112,0.75);
	box-shadow: 0px 5px 23px -2px rgba(112,112,112,0.75);
}
.shadow
{
	background-image:url(../img/shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 20px;
	width: 100%;
}

.menu
{
	margin: 20px 0px 0 0;
}
@media (min-width:768px){
	.menu
	{
		margin: 20px 20px 0 0;
		padding-right: 30px;
	}
}
.menu .active
{
	background-color: #97682b;
}
.navbar-nav li, .menu a
{
	background-color:#504940;
	background-simage:url(../img/menuback.png);
	position: relative;
	color: #fff;
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 10px;
	background-size:60px 40px;
	padding: 9px 20px 9px 0px;
    display: inline-block;
}
.navbar-nav li:before, .menu a:before
{
	position: absolute;
	content: ' ';
	right:-40px;
	top:0;
	height:100%;
	display: inline-block;
	background-color:transparent;
	background-image:url(../img/menuright.png);
	background-size:60px 40px;
	background-repeat: no-repeat;
	width: 60px;
}
.menu a.active:before
{
	background-image:url(../img/menurightactive.png);
}
.navbar-nav li:after, .menu a:after
{
	position: absolute;
	content: ' ';
	left:-60px;
	top:0;
	height:100%;
	display: inline-block;
	background-color:transparent;
	background-size:60px 40px;
	background-image:url(../img/menuleft.png);
	background-repeat: no-repeat;
	width: 60px;
}
.menu a.active:after
{
	background-image:url(../img/menuleftactive.png);
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 35%;
  left:0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 101;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 0px 0 10px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-bar a:hover {
  bbackground-color: #cad3df;
}
.msg-icon img
{
	width: 80px;
}

.icon-bar  a:hover img {
	opacity: .5;
}

.footer {
    background-color: #365F91;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    border-top: solid 1px #ccc;
    width: 100%;
	color:#fff;
}
.footer a
{
	color: #fff;
	margin-left: 15px;
}
.navbar-nav, .navbar-header
{
	border-bottom: solid 1px #365F91;
}
.books
{
	padding-right: 40px;
	padding-top: 20px;
}
.book
{
	margin-bottom: 20px;
	min-height: 30px;
}
.book img
{
	max-width: 100%;
}
.book .col-sm-4, .book .col-xs-12
{
	padding-left: 5px;
	padding-right: 5px;
}
.subtitle
{
	font-size: 20px;
	margin: 30px 0 10px 0;
	text-align: center;
}
.image-responsive
{
	max-width:100%;
}
.slidetitle
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 28px;
	width: 100%;
	padding: 10px 0px;
}
.slidetitle a
{
	color: #fff;
	text-shadow: 2px 2px #444;
}