/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #a0a0a0; color:#fff; text-shadow: none; }
::selection { background:#a0a0a0; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/
html
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-image: url('../images/bg.jpg');
	color: #000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	margin: 0px;
	overflow: hidden;
	border: 0px solid;
}
header
{
	border: 0px solid blue;
	color: black;
	height: 105px;
	width: 900px;
	margin: 0px auto 5px auto;
	padding: 0px 0px 5px 0px;
}
#flash
{
	width: inherit;
	position: absolute;
	top: 0px;
	text-align: center;	
	display: none;
	border: 0px solid;
	z-index: 5;
}
#notice
{
	background: #02be00;
	width: 300px;
	padding: 5px 0px 5px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Palatino Linotype", Georgia, "Book Antiqua", Garamond, serif;
	font-size: 16px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	behavior: url(PIE.htc);
}
.logo
{
	border: 0px solid blue;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	width: 360px;
	font-family: Sylfaen;
	font-size: 12px;
	float: left;
}
a.login:link, a.login:visited, a.login:hover
{
	color: black;
	text-decoration: none;
}
nav
{
	border: 0px solid;
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-align: right;
}
#menu
{
	list-style-type: none;
	font-size: 22px;
}
#menu li
{
	display: inline;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", serif;
	border-left: 0px solid #8c7f6d;
}
.submenu
{
	position: absolute;
	padding: 10px;
	display: none;
	z-index: 2;
	background: #d3bfa4;
	padding: 2px;
	border-left: 3px solid #8c7f6d;
}
#account_submenu li.submenu, #catalogue_submenu li.submenu
{
	position: relative;
	padding: 3px 0px 3px 0px;
	margin: 3px 0px 3px 0px;
	display: block;
	font-size: 11px;
	text-align: left;
	border: 0px solid;
}
li.submenu a:link, li.submenu a:visited
{
	font-size: 11px;
	font-weight: normal;
}
#main
{
	width: 900px;
	min-height: 255px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 15px 15px 15px;
	text-align: left;	
	border: 0px solid;	
}
footer 
{
	border: 0px solid blue;
	padding: 5px 0px 5px 0px;
	margin-bottom: 3px;
	width: 100%;
}
footer div
{
	width: 900px;
	margin: 0px auto 5px auto;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius: 20px;
	behavior: url(PIE.htc);
}
p.footer_disclaimer
{
	font-size: 11px;
	margin: 2px;
	padding: 2px;
	text-align: center;
	color: #777;
}
p.footer_menu
{
	text-align: center;
	font-size: 10px;
	color: #999;
	margin: 0px 0px 20px 0px;
}
a.footer_menu:link,a.footer_menu:visited
{
	font-size: 10px;
	color: #6D7985;
	margin: 10px;
}
h1 
{
	marign: 0px 0px 10px 0px;
	font-size: 22px;
	width: 550px;
}
h3 
{
	marign: 0px 0px 10px 0px;
	width: 500px;
}
article
{
	clear: both;
	margin: 0px;
	border: 0px solid blue;
}
section.index
{	
	clear: none;
	margin: 0px;
	padding: 15px;
	width: 520px;
	border: 0px solid yellow;
}
aside
{
	width: 300px;
	float: right;
	border: 0px solid red;
}
p.img_hint
{
	position: absolute;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background: #fafafa;
	padding: 3px;
	border: 1px solid #999;
	box-shadow: 2px 2px 5px #aeaeae;
	-webkit-box-shadow: 2px 2px 5px #aeaeae;
	-moz-box-shadow: 2px 2px 5px #aeaeae;
	behavior: url(PIE.htc);   
}
a:link, a:visited
{
	color: #4B6885;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/*general*/
h1.index
{
	width: 100%;
	min-height: 25px;
	border-bottom: 1px dotted #433d12;
	font-size: 44px;
	text-align: right;
	padding-left: 0px;
	margin: 0px 0px 10px 0px;
}
h1.show
{
	font-size: 32px;
	width: 100%;
	margin: 15px 0px 10px 0px;
}
h2.list_letter
{
	font-size: 26px;
	width: 30px;
	border: 0px solid;
	margin: 15px 0px 5px 0px;
}
h3
{
	font-size: 16px;	
}
div.column
{
	border: 0px solid;
	width: 390px;
}
p.list
{
	border: 0px solid;
	margin: 5px 0px 5px 15px;
	font-size: 14px;
	line-height: 20px;
}
.bold
{
	font-weight: bold;
}
.italics
{
	font-style: italic;
}
em
{
	font-style: italic;
}
/*admin*/
#dialog_delete
{
	visibility: hidden;
	display: none;
}
.ui-button-text, button, .ui-dialog-title
{
	font-size: 12px !important;
}
#dialog-confirm p
{
	margin: 10px 0px 0px 0px;
	font-size: 13px !important;
	text-align: center;
	line-height: 20px;
}
p.admin
{
	position: relative;
	font-size: 10px;
	text-align: left;
	float: right;
}
p.admin img
{
	border: 0px;
}
p.philosopher_admin
{
	border: 1px solid;
	padding: 0px;
	margin: 10px 0px 0px 181px;
	position:absolute;
	background: #fff;
}
p.news_admin
{
	float: right;
}
p.admin_index
{
	text-align: right;
}
p.admin_magazine_issues
{
	position: absolute;
	margin-top: -19px;
	margin-left: 70px;
}
p.admin_issue
{
	border: 0px solid;
	padding: 0px;
	margin: -20px 0px 0px 140px;
	position:absolute;
}
img.no-block
{
	display: inline;
}

#admin
{
	border: 0px solid;
	margin: 20px 0px 0px 0px;
	padding: 20px 10px 20px 10px;
	text-align: center;
}
#admin a img
{
	margin: 20px 30px 20px 30px;
}

/*NEWS*/
.time
{
	font-size: 13px;
	margin-bottom: 6px;
}
.exact_time
{
	color: #666; 
	font-size: 14px;
	
}
.news
{
	border-bottom: 1px solid #acacac;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 20px 5px;
	color: #444;
	text-align: left;
}
div.news:last-child
{
	border: 0px;
}
h2.news_header
{
	font-weight: bold;
	font-size: 22px;
	font-family: Georgia, serif;
	margin: 3px 0px 5px 0px;
}
h2.news_header a:link, h2.news_header a:visited
{
	color: black;
	text-decoration: none;
}
h2.news_header a:hover
{
	text-decoration: underline;
}
h2.day
{
	font-size: 26px;
	width: 350px;
	border: 0px solid;
	margin: 15px 0px 5px 0px;
}
.news_text p
{
	font-size: 13px;
	line-height: 18px;
	margin: 8px 0px 8px 0px;
	color: #444;
}
.cke_skin_kama
{
	border: 1px solid #cfc0aa;
	margin-bottom: 20px;
	width: 850px !important;
}
.cke_skin_kama .cke_wrapper
{
	background-image: none !important;
}
.read_more
{
	font-size: 12px;
	text-align: right;
}
.news_detail
{
	border: 0px solid;
	width: 90%;
}
h1.news_title
{
	font-size: 32px;
}
.lid
{
	margin: 10px 0px 20px 0px;
	font-weight: bold;
}

/*Philosopher*/
.philosopher
{
	border: 0px solid;
	margin-top: 10px;
	text-align: center;
}
.philosopher_show
{
	border: 0px solid;
	margin-top: 10px;
	text-align: left;
}
img.philosopher
{
	box-shadow: 3px 3px 10px #777;
	-webkit-box-shadow: 3px 3px 10px #777;
	-moz-box-shadow: 3px 3px 10px #777;
	behavior: url(PIE.htc);
}
img.philosopher_show
{
	position: relative;
	box-shadow: 3px 3px 10px #777;
	-webkit-box-shadow: 3px 3px 10px #777;
	-moz-box-shadow: 3px 3px 10px #777;
	behavior: url(PIE.htc);
}
.philosopher_name
{
	border: 0px solid;
	margin-top: 5px;
	text-align: center;
}
.philosopher_desc_show
{
	width: 550px;
	float: right;
}
#philosopher_description_box
{
	position: absolute;
	width: 570px;
	max-height: 270px;
	overflow: visible;
	padding: 5px;
	background: #f7e9cf;
	z-index: 5;
	border: 1px solid #6a4c16;
	box-shadow: 2px 2px 10px #6a4c16;
	-moz-box-shadow: 2px 2px 10px #6a4c16;
	-webkit-box-shadow: 2px 2px 10px #6a4c16;
	text-align: left;
	display: block;
    visibility: hidden;
	font-size: 13px;
	behavior: url(PIE.htc);
}
#philosopher_description_box div
{
	width: 570px;
	max-height: 240px;
	overflow-y: auto;
	position: static;
	font-size: inherit;
}
#philosopher_description_box div p, .philosopher_desc_show div p
{
	line-height: 18px;
	margin: 8px 0px 8px 0px;
	font-size: inherit;
}
#philosopher_description_box span
{
	margin: 0px;
	font-weight: bold;
	line-height: 32px;
	font-size: inherit;
}
#closeDesc
{
	cursor: pointer;
	float: right;
}
p.quote_label
{
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px 0px;
}
div.quote_label_show
{
	font-weight: normal;
	text-align: left;
	margin: 10px 0px 0px 0px;
	width: 250px;
}
blockquote
{
	text-align: center;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-style: italic;
	width: 270px;
	color: #666;
	background-image: url('../images/close-quote.gif');
	background-repeat: no-repeat;
	background-position: left 15px;
	border: 0px solid #000;
	overflow: visible;
	line-height: 24px;
}
blockquote:first-letter
{
	padding-left: 5px;
}
blockquote p
{
	background: url('../images/close-quote.gif') no-repeat right bottom;
}
span.source
{
	font-size: 11px;
	display: block;
	text-align: right;
	padding-right: 18px;
}

/*Magazines*/
.magazine_info
{
	width: 95%;
	font-size: 14px;
	padding: 3px 0px 5px 10px;
	line-height: 22px;
}
.magazine_issues
{
	width: 95%;
	font-size: 14px;
	padding: 10px 0px 5px 10px;
	line-height: 22px;
}
.magazine_issues p, .contact
{
	padding-left: 10px;
}
div.year_issues
{
	margin-top: 0px;
	clear: both;
	border: 0px solid yellow;
}
h4.magazine_issues
{
	width: 60px;
	font-size: 18px;
	border-bottom: 2px solid;
	margin-bottom: 25px;
}
div.year_issues p
{
	border: 0px dotted;
	width: 120px;
	text-align: center;
	float: left;
	padding: 3px;
	margin: 5px 0px 15px 0px;
}
div.year_issues p:first-child
{
	
}
img.issues_year_image
{
	margin: 5px 15px 5px 15px;
	box-shadow: 1px 1px 5px #555;
	-moz-box-shadow: 1px 1px 5px #555;
	-webkit-box-shadow: 1px 1px 5px #555;
	min-height: 50px;
	behavior: url(PIE.htc);
}
/*Issues*/
h2.issue_title
{
	font-size: 22px;
	margin: -10px 0px 15px 0px; 
}
img.cover
{
	box-shadow: 2px 2px 10px #333;
	-moz-box-shadow: 2px 2px 10px #333;
	-webkit-box-shadow: 2px 2px 10px #333;
	behavior: url(PIE.htc);
}
.issue_desc
{
	float: left;
	border: 0px solid green;
	width: 320px;
}
h2.contents
{
	font-size: 18px;
	padding-left: 80px;
}
#contents
{
	margin-left: 320px;
	padding-top: 20px;
	border: 0px solid blue;
}
#issue_content
{
	border: 0px solid;
}
#issue_content li.page
{
	border: 0px solid green;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0px;
	font-size: 24px;
	position:absolute;
}
#issue_content li.data
{
	border-bottom: 2px solid;
	border-top: 1px dotted;
	margin-bottom: 20px;
	padding: 3px 2px 3px 2px; 
	list-style-type: none;
	margin-top: 10px;
	margin-left: 55px;
	width: 480px;
}
p.article_title
{
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
span.content_subtitle
{
	font-size: 14px;
	color: #303c47;
	font-style: italic;
	line-height: 14px;
}
.category
{
	font-size: 10px;
	color: #888;
}
.translator
{
	font-size: 11px;
	color: #888;
}
p.content_article_authors
{
	font-style: normal;
	font-size: 12px;
	color: #888;
	text-align: left;
}
a.person:link, a.person:visited
{
	font-variant: small-caps;
	font-style: italic;
	font-size: 14px;
}
a.person:hover, a.title:hover
{
	color: #c00000;
}

/*Content*/
.content_item
{
	font-size: 16px;
	padding: 5px;
	margin-left: 15px;
	line-height: 24px;
}

/*Articles*/
#articles
{
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	behavior: url(PIE.htc);
}
div.article
{
	width: 75%;
	margin: 0px auto 0px auto;
	padding: 5px 5px 20px 5px;
}
h1.article
{
	font-size: 46px;
	border-bottom: 1px dotted;
	font-variant: small-caps;
	line-height: 38px;
	padding-bottom: 5px;
}
.subtitle
{
	font-size: 32px;
	font-weight: normal;
	color: #555;
}
.article_authors
{
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	border-bottom: 3px double;
}
.tags
{
	font-size: 11px;
	color: #555;
	font-style: italic;
	padding: 5px 0px 30px 10px;
}
.abstract
{
	font-size: 14px;
	margin: 10px 0px 20px 0px;
	padding-left: 0px;	
	column-count: 2;
	column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	text-align: left;
	behavior: url(PIE.htc);
}
.publications
{
	font-size: 14px;
	margin: 10px 0px 4px 0px;
	padding-left: 0px;	
}
.publications:first-line
{
	font-size: 16px;
	font-weight: bold;
}
.publications li
{
	list-style-type: none;
	line-height: 24px;
	padding-left: 10px;
}

/*Person*/
.person_articles
{
	font-size: 14px;
	margin: 10px 0px 4px 0px;
	padding-left: 0px;	
}
.person_articles:first-line
{
	font-size: 16px;
	font-weight: bold;
}
.person_articles li
{
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 24px;
	padding-left: 10px;
}
.person_articles li:first-child
{
	margin-top: 5px;
}
#people
{
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	border: 0px solid;
	behavior: url(PIE.htc);
}

/*About*/
p.about
{
	font-size: 14px;
	width: 85%;
	margin: 10px 0px 5px 15px;
	line-height: 22px;
}
h1.about
{
	margin: 25px 0px 10px 0px;
}
h1.about:first-child
{
	margin-top: 0px;
}
p.contact
{
	width: 600px;
	font-size: 14px;
	line-height: 22px;
	margin: 0px 0px 25px 0px;
}

/*Categories*/
.categories_issues
{
	line-height: 24px;
	margin: 30px 0px 25px 20px;
}
.categories_articles
{
	line-height: 16px;
	margin: 20px 0px 25px 20px;
}
.categories_articles li
{
	margin: 10px 0px 10px 0px;
}

/*Keywords*/
.keywords_articles
{
	line-height: 16px;
	margin: 30px 0px 25px 20px;
}
.keywords_articles li
{
	margin: 10px 0px 10px 0px;
}
#keywords
{
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	behavior: url(PIE.htc);
}

/*Shelf*/
h2.shelf
{
	font-size: 18px;
	margin: 20px 0px 0px 0px;
}
ul.shelf
{
	list-style-type: none;
}
ul.shelf li
{
	margin: 5px 0px 5px 10px;
	border: 0px solid;
	font-size: 14px;
}
a.bibliography:link,a.bibliography:visited
{
	font-style: italic;
	
}
p.remarks
{
	font-size: 12px;
	width: 600px;
	border: 0px solid;
}
p.return
{
	font-size: 11px;
	text-align: right;
	margin: 0px 0px 20px 0px;
}
/*LOGIN & REGITER*/
div.login_column
{
	border: 0px solid;
	width: 400px;
	float: left; 
}
div.registration_column
{
	border: 0px solid;
	width: 450px;
	margin: 10px 0px 0px 420px;
	padding: 0px 0px 0px 30px;
	border-left: 1px dotted #000;
}
p.recover
{
	width: 350px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	border: 0px solid;
}
a.recover:link,a.recover:visited
{
	
} 
.restore_mail
{
	margin: 25px 0px 0px 0px;
	width: 85%;
	font-size: 16px;
	line-height: 24px;
}
/*FORMS*/
form
{
	margin: 15px 0px 30px 5px;
	width: 700px;
}
input, textarea, select
{
	background: #cfc0aa;
	border: 1px solid #666;
	width: 350px;
	color: black;
	margin: 3px 0px 10px 8px;
	border-radius: 3px;
	behavior: url(PIE.htc);
}
label
{
	border: 0px solid;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 0px 0px 5px 0px;
}
label:after
{
	content: ":";
}
p.submit
{
	width: 350px;
	text-align: center;
	border: 0px solid;
}
input.submit
{
	border-radius: 3px;
	behavior: url(PIE.htc);
	width: auto;
	font-weight: bold;
}
textarea.wide
{
	width: 650px;
	height: 350px;
}
textarea.quote
{
	height: 100px;
}
textarea.lid
{
	height: 150px;
	font-weight: normal;
	margin: 3px 0px 10px 8px;	
}
.editor
{
	
}
form.login
{
	width: 400px;
	border: 0px solid;
}
form.register
{
	width: 400px;
	border: 0px solid;
}
#word_count
{
	margin: -10px 0px 20px 10px;
}
form.recover
{
	text-align: center;
	margin: 20px auto 0px auto;
	border: 0px solid;
}
form.recover label
{
	border: 0px solid;
	width: 350px;
	margin: 10px auto 0px auto;
	text-align: left;
}
/*errors*/
div.errorExplanation
{
	width: 400px;
	margin: 5px 0px 25px 0px;
	border: 1px solid red;
}
div.errorExplanation h2
{
	border-bottom: 1px solid red;
	background: #cfc0aa;
	padding: 3px 0px 3px 2px;
}
div.errorExplanation p
{
	padding: 2px;
}
div.fieldWithErrors
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
div.fieldWithErrors label
{
	margin: 0px;
	padding: 0px;
}
div.fieldWithErrors input
{
	border: 2px solid red;
	margin: 0px 0px 10px 8px;
	padding: 0px;
}
/*Search*/
#search_form
{
	border: 0px solid yellow;
	width: 300px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	margin-top: -50px;
	margin-left: 610px; 
}
#search_form form
{
  width: 290px;
}
#search
{
	width: 200px;
	height: 17px;
	font-size: 11px;
	background: #fff;
	color: #555;
	padding: 0px 0px 0px 2px;
	margin: 1px 0px 0px 0px;
	border-radius: 0px;
	border-left: 1px solid black;	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	behavior: url(PIE.htc);
}
label.search
{
	display: inline;
}
input.search
{
	width: 25px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: none;
	margin-left: -1px;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

