@charset "utf-8";
/* CSS Document */


/*divs*/

#scrollback_button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #bd0000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  opacity: 0.5; 
}

#scrollback_button:hover { background-color: #ffffff; color: #bd0000;}

div#poem_left, div#poem_right {
	position:fixed; z-index:999;
    top:170px;
	width:400px; height:800px; max-height:100%;    
	opacity: 0.56;
}

div#poem_left{
	background: url('../media/images/design/backgrounds/poem.png') no-repeat top left;
	left:50%;
	margin-left:-965px;
	z-index:-1;
}
div#poem_right{
	background: url('../media/images/design/backgrounds/poem.png') no-repeat top right;
	right:50%;
	margin-right:-965px;
	z-index:-1;
}

/*big white space*/
div#canvas {
	width:1260px; 
	margin:0 auto; margin-top:40px; margin-bottom:40px;
	background:#ffffff;
	box-shadow: 0 0 10px #000000; 
}

/*banner, signs and topnavigation*/
div#header { 
	width:1260px; 
	height:370px;
    margin-top:60px;
    margin:0 auto; 
	position:relative;
}

/*banner*/
div#banner{ 
	width:100%; 
	height:350px; 
	background:#fafafa;
	z-index:1;
	position: relative;
	z-index:10;
}

/*Images*/
div#banner div#bannerLoopBox{} /*used only in the mobile version*/
img#bannerLoop { 
	width:100%; 
	height:100%;
	position: relative; 
	z-index: 10;
}

/*signboard*/
div#signboard{
	position:absolute; 
	z-index:10; 
    width:299px; 
	height:350px;
	background:url('../media/images/design/backgrounds/background_white_transparent.png') repeat;
	top:0px;
}

div#signboard img#full_logo{ 
	width:131px; 
	height:131px; 
	margin:35px 0px 0px 84px;}
	
div#signboard img#ar_logo{ 
	width:52px; 
	height:52px; 
	margin:26px 0px 0px 123px;}

div#signboard div.sign{
	margin-top:25px; }
div#signboard div.sign div {
	font-family: 'Oswald', sans-serif;  
	color: #000000; 
	text-align:center; }
div#signboard div.sign div:first-child { 
	font-size:14px; 
	line-height:12px;  }
div#signboard div.sign div:nth-child(2) { 
	font-size:30px; 
	line-height:24px; 
	text-transform:uppercase; 
	margin-top:10px; }
div#signboard div.sign div:nth-child(3) {
	font-size:22px; 
	line-height:20px; 
	margin-top:10px; }
div#signboard div.sign div:nth-child(4) { 
	font-size:14px; 
	line-height:12px; 
	margin-top:10px; }


div#calligraphy{ 
	position:absolute;
	z-index:12;
	width:100px; 
	height:300px; 
	top:0px;
    right:80px;  	

}

div#calligraphy img{ 
	width:100px; 
	height:269px;} 
 

/*everything between header and footer*/
div#body{        
	width:1260px; 
	min-height:600px; 
	margin:0 auto; 
}

/*footer using space, the citations, and the legal notice links*/
div#footer{ 
	width:1260px; 
	min-height:10px;  
	margin:50px 0px 50px 0px; 
	padding-bottom: 5px;
}

div#footer div.legal_links{ text-align: center;}

div#citation{
	width:760px; 
	min-height:132px;
    background-color:#bd0000; 
	color:#fff;
    font-size:26px; 
	line-height:40px;
    padding:50px 200px 50px 300px;
    margin:50px 0px 50px 0px; 
}

div#citation span.large { font-size:30px; }
div#citation span.author{ display:block; font-size:20px; padding-left:400px; }



/*content*/
div#content{float:right; width:960px; min-height:600px; margin:9px 0px 9px 0px;}
div#content_main_column{width:660px; float:left;}
div#content_right_column{width:300px; float:right;}

div.login form.login{}
div.login input.login_input{
	height:20px;
	border: 2px solid #bd0000;
	border-radius: 5px;
	outline: none;
	padding-left: 6px;
	background-color: white;
}
div.login input.login_submit { 
	width: 100px;
	height:26px;
	color:#ffffff; 
	background:#bd0000; 
	text-align:center;
	border-radius: 5px;
	cursor: pointer;
}

div#eu_cookie_message{
position: fixed;
bottom: 20px;
right: 90px;
width: 250px;
padding: 10px;
text-align: center;
color: #ffffff;
background-color: #bd0000;
border-radius: 5px;
font-size: 14px;
line-height: 16px;
z-index: 100;
}

div#eu_cookie_message a{color: #ffffff; font-weight: 800;}

div#eu_cookie_message form{
border:0;
margin:0;
padding:0;
}

div#eu_cookie_message form input{
display: block;
margin: 15px auto 0 auto;
padding: 5px 10px;
background-color: #ffffff;
color: #bd0000;
border-radius: 5px;
cursor: pointer;
}

div#cc_div img#cookie_img{ width:300px; height:30px; }
div#cc_div img#cookie_img_small{ width:30px; height:30px; }


