html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
	font-size: 13px;
    color: #525859;
	/*background: url(../img/bg.png);*/
	background: url(../img/paper.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.lefter {
	width: 100%;
	max-width: 1184px;
	padding-bottom: 40px;
}

.logo img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.logo_item img {
	position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#bookh {
	width: 100%;
	height: 18px;
	background: url(../img/bookh.png) no-repeat right center;
}

#main {
	width: 100%;
	background: url(../img/mainbg.png) repeat-y right;
}

.topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.topmenu ul li {
	display: inline-block;
}

.topmenu a:link, .topmenu a:visited {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	background: #8d766a;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	border-radius: 10px;
}

.topmenu a:hover {
	background: #735d52;
	text-decoration: none;
}

.topmenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.menuheading {
	color: #845130;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 30px;
	background: url(../img/pero.svg) no-repeat left center;
	background-size: 27px 27px;
	margin-top: 25px;
}

.leftmenu ul {
	margin: 0px;
	padding: 15px 0px 0px 30px;
	list-style: none;
}

.leftmenu ul li a:link, .leftmenu ul li a:visited {
	color: #845130;
	font-size: 14px;
}

.contentheading {
	color: #855230;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
}

.logos {
	text-align: center;
	position: relative;
}

@media (min-width: 813px) {
	
	.l1 {
		position: absolute;
		right: -150px;
		top: 0px;
	}

	.l2 {
		position: absolute;
		right: -150px;
		top: 130px;
	}

	.l3 {
		position: absolute;
		right: -150px;
		top: 260px;
	}

	.l4 {
		position: absolute;
		right: -150px;
		top: 390px;
	}

	.l5 {
		position: absolute;
		right: -150px;
		top: 520px;
	}
	
	.abbou {
		text-align: justify;
		padding-top: 72px;
		font-weight: bold;
		text-transform: uppercase;
		color: #954009;
	}
	
	.logo {
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.gold img {
		width: auto;
		height: auto;
		max-width: 100%;
		margin-top: 50px;
	}
	
	.logo_item {
		width: 125px;
		height: 130px;
		display: inline-block;
		position: relative;
		margin-top: 30px;
	}
	
	.contents_ {
		padding-left: 75px;
		padding-right: 75px;
		font-size: 14px;
		color: #413028;
		padding-bottom: 30px;
	}
	
	.venzel {
		width: 240px;
		height: 67px;
		background: url(../img/venzel.svg) no-repeat;
		background-size: cover;
		margin: 45px auto;
	}
	
	.contents_ img {
		width: auto;
		height: auto;
		max-width: 100%;
		margin-bottom: 30px;
	}
	
	.menu {
		display: none;
	}
	
	.leftmenu {
		padding-bottom: 30px;
	}
	
	.hpc {
		display: none;
	}
	
	#bookb {
		width: 100%;
		height: 18px;
		background: url(../img/bookb.png) no-repeat right center;
	}
	
	a.fb {
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url(../img/fb.svg) no-repeat center center;
		background-size: cover;
		margin-left: 3px;
		margin-right: 3px;
	}

	a.in {
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url(../img/in.svg) no-repeat center center;
		background-size: cover;
		margin-left: 3px;
		margin-right: 3px;
	}

	a.yt {
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url(../img/yt.svg) no-repeat center center;
		background-size: cover;
		margin-left: 3px;
		margin-right: 3px;
	}
	
	#search {
		/*background: #ead8b3;*/
		background: #eadabe;
		width: 90%;
		border-radius: 5px;
		padding-left: 1%;
		margin-top: 20px;
	}
	
	.logo_item {
		display: none;
	}
	
}

@media (max-width: 812px) {
	
	.l1, .l2, .l3, .l4, .l5 {
		display: inline-block;
		width: 18%;
	}
	
	.abbou {
		text-align: justify;
		font-weight: bold;
		text-transform: uppercase;
		color: #954009;
		display: none;
	}
	
	.abbou ul {
		list-style: none;
		padding-left: 0px;
		margin-left: 0px;
	}
	
	.contents_ td, .contents_ tbody, .contents_ tr {
		font-size: 10px;
	}
	
	a.fb {
		display: inline-block;
		width: 48px;
		height: 48px;
		background: url(../img/fb.svg) no-repeat center center;
		background-size: cover;
		margin-left: 3px;
		margin-right: 3px;
	}

	a.in {
		display: inline-block;
		width: 48px;
		height: 48px;
		background: url(../img/in.svg) no-repeat center center;
		background-size: cover;
		margin-left: 3px;
		margin-right: 3px;
	}

	a.yt {
		display: inline-block;
		width: 48px;
		height: 48px;
		background: url(../img/yt.svg) no-repeat center center;
		background-size: cover;
		margin-left: 3px;
		margin-right: 3px;
	}
	
	.socials {
		display: none;
	}
	
	#bookb {
		width: 100%;
		height: 18px;
		margin-top: -1px;
		background: url(../img/bookb.png) no-repeat right center;
	}
	
	.menu_close {
		width: 30px;
		height: 30px;
		background: url(../img/x.svg) no-repeat;
		background-size: 30px 30px;
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 30001;
	}
	
	.leftmenu {
		padding-bottom: 30px;
		padding-top: 10px;
		overflow-y: auto;
	}
	
	.leftmenu {
		background: rgba(245,240,230,0.98);
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 30000;
	}
	
	a.menu:link, a.menu:visited {
		color: #ffffff;
		background: #835231 url(../img/menu.svg) no-repeat 10px 6px;
		background-size: 15px 15px;
		height: 30px;
		line-height: 30px;
		padding-left: 35px;
		padding-right: 20px;
		display: inline-block;
		margin: 15px auto 0px auto;
	}
	
	.contents_ img {
		width: auto;
		height: auto;
		max-width: 100%;
		margin-bottom: 10px;
	}
	
	.venzel {
		width: 160px;
		height: 45px;
		background: url(../img/venzel.svg) no-repeat;
		background-size: cover;
		margin: 25px auto;
	}
	
	.contents_ {
		padding-left: 5px;
		padding-right: 30px;
		font-size: 14px;
		color: #413028;
		padding-bottom: 30px;
	}	
	
	.leftmenu {
		display: none;
	}
	
	.topmenu {
		display: none;
	}
	
	.logo_item {
		/*width: 20%;*/
		width: 80%;
		height: 70px;
		display: inline-block;
		position: relative;
		margin-top: 5px;
		margin-bottom: 15px;
		margin-left: 2%;
		margin-right: 2%;
	}		
	
	.gold img {
		width: auto;
		height: auto;
		max-width: 100%;
		margin-top: 40px;
	}

	.logo {
		text-align: left;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#search {
		/*background: #ead8b3;*/
		background: #eadabe;
		width: 90%;
		border-radius: 5px;
		padding-left: 1%;
		margin-top: 5px;
		margin-bottom: 20px;
	}
}

a.artitle:link, a.artitle:visited {
	font-weight: bold;
	color: #6b3f24;
	font-size: 16px;
	display: block;
	padding-bottom: 10px;
}

a.readmore:link, a.readmore:visited {
	font-weight: bold;
	color: #6b3f24;
	font-size: 16px;
	display: block;
	text-align: right;
	font-style: italic;
}

.created {
	font-size: 12px;
	color: #bbbbbb;
	padding-bottom: 10px;
}

.contenth {
	font-weight: bold;
	color: #6b3f24;
	font-size: 16px;
	display: block;
	padding-bottom: 10px;	
}

.art_desc {
	padding-bottom: 30px;
}

.dotted {
	border-bottom: 1px dotted #999999;
	margin-bottom: 30px;
}

.pagination {
  margin: 0px 0;
  font-size: 13px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination a:link, .pagination a:visited {
	color: #0088cc;
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	color: #005580;
	text-decoration: none;
}

.gallery_pic {
	padding-bottom: 20px;
}

.gallery_pic img {
	margin-bottom: 10px !important;
}

.socials {
	text-align: left;
	padding-top: 30px;
	position: absolute;
	right: -20px;
	bottom: -40px;
}

#search input[type="text"] {
	/*background: #ead8b3;*/
	background: #eadabe;
	border: none;
	outline: none;
	height: 30px;
	width: 80%;
}

#search input[type="submit"] {
	width: 30px;
	height: 30px;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(../img/search.svg) no-repeat center center;
	background-size: 20px 20px;
	float: right;
	padding-right: 1%;
}

.search_results a:link, .search_results a:visited {
	color: #845130;
	display: block;
	font-weight: bold;
}

.contents_ td {
	
}

.gold {
	position: relative;
}