@font-face { font-family: 'Vestula'; src: url('/templates/lion/css/vestula_regular-webfont.eot'); src: url('/templates/lion/css/vestula_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/lion/css/vestula_regular-webfont.woff') format('woff'), url('/templates/lion/css/vestula_regular-webfont.ttf') format('truetype'), url('/templates/lion/css/vestula_regular-webfont.svg#Vestula') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'VestulaSemibold'; src: url('/templates/lion/css/vestula_semibold-webfont.eot'); src: url('/templates/lion/css/vestula_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/lion/css/vestula_semiboldr-webfont.woff') format('woff'), url('/templates/lion/css/vestula_semibold-webfont.ttf') format('truetype'), url('/templates/lion/css/vestula_semibold-webfont.svg#Vestula') format('svg'); font-weight: normal; font-style: normal; }
@font-face {
    font-family: Fontello;
    src: url("/templates/lion/css/fontello.eot");
    src: url("/templates/lion/css/fontello.eot?#iefix") format("embedded-opentype"), url("/templates/lion/css/fontello.woff") format("woff"), url("/templates/lion/css/fontello.ttf") format("truetype"), url("/templates/lion/css/fontello.svg#Fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
 * @author ( Angie Radtke )
 */
.btn-toolbar {
   padding-top:20px;
}
.btn-group {
  float: none;
  margin-left: -5px;
  display: inline;
}
.pull-right {
  float: right;
}

.control-group {
   padding-bottom: 10px;
}
.control-label {
  display: inline;
}
.controls{
  display: inline;
}
.inputbox {
  width: 300px;
}
.chzn-container-single .chzn-single span {
  white-space: nowrap;
  display: inline;
  width: 200px;
}
ul.nav-tabs  {
   padding-bottom: 0px;
   height:0px;
}
ul.nav-tabs  li{
  visibility: hidden;
}
.tab-pane {
   padding-bottom: 10px;
}

/* not ready */

/* ##########################  general  ########################### */
/*---- Red title font for info pages ----*/
h1 {
	color:#992211;
	font-family:Georgia, "Times New Roman", serif;
	font-size:18px;
	font-weight:normal;
	line-height:1.5;
	margin:0 0 15px;
	padding:0 0 0 0px;
}

/*---- Capital grey font for home page news headers etc ----*/
/*h1 {
	color:#4A7184;
	font-family:Georgia,"Times New Roman",serif;
	font-size:110%;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	text-transform:uppercase;
}*/

/*---- Orange subtitle font ----*/
h2 {
	color:#9D8A0A;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:120%;
	font-weight:bold;
	margin:0 0 5px;
}

strong {
	font-weight:900;
}

@font-face {
	font-family:'Titillium Maps';
	src:url("../fonts/TitilliumMaps29L002.eot");
	src:local('Titillium Maps'), local('TitilliumMaps'),
	url("../fonts/TitilliumMaps29L002.otf") format("opentype"),
	url("../fonts/TitilliumMaps29L002.woff") format("woff");
}

body
{
    color: #666;
    font: 100%/1.375em Georgia;
	background:#fff;;
}

#all
{
border:solid 0px #ddd	!important ;
/* lenocil added the following because text disappeared on resizin!! */
min-width:1230px;
/* width:770px; */
}

#back
{
background-color: #f5f5f5;
/* background:url("/templates/lion/images/bkg_main.png") repeat-y scroll 0 0 #FFFFFF; */
}

a:link,
a:visited
{
    color: #b27f2b;
	text-decoration:none;
}

a:hover,
a:active,
a:focus
{
	text-decoration:underline;}

input:focus
{
}

fieldset
{
	border:solid 0px #ccc
}

.article-info
{
	color:#999999;
}

.article-info dd span
{
	color:#444;
	border-right:solid 0px;

}
/* ##########################	logo	########################### */
#header{
/*	background:#0c2577 20px 10px no-repeat url("/templates/lion/images/logo-leidenuniv-screen.gif") ; */
	height:114px;
}


#logo span
{
	color:#555 !important;
	margin-top:6px;
	font-size:0.4em !important;
	letter-spacing:1px
}

.logoheader{
color:#555;

}

#header-image
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#nav-right
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
}

#nav-right ul.menu	{
    font: 1.0625em/1.2em Vestula;
    margin: 0;
    position: relative;
    padding: 0 5px 20px;
}

#nav-right ul.menu li {
/*	background:url( '/templates/lion/images/arrow_sidebar.png' ) 5px 9px no-repeat scroll transparent; */
    border-bottom: 1px dotted #ccc;
    position: relative;
}

#nav-right ul.menu	li a:hover {
	background:url( '/templates/lion/images/wittepijl.png' ) right 10px no-repeat scroll transparent;
background-size: 20px 20px;
    background-color: #012168;
    color: #fff;
}
#nav-right ul.menu	li a {
	background:url( '/templates/lion/images/blauwepijl.png' ) right 10px no-repeat scroll transparent;
background-size: 20px 20px;
    color: #333;
    display: block;
    padding: 10px 0 10px 10px;
    text-decoration: none;
}
.read-more {
	background:url('/templates/lion/images/arrow_right.png') no-repeat scroll 0 4px transparent !important;
	padding-left:8px;
	text-decoration:none;
}
/*
.menu-item {
	background:url( '/templates/lion/images/arrow_sidebar.png' ) 5px 9px no-repeat scroll transparent;
	padding-left:20px;
	text-decoration:none;
	}
	.menu-subitem {
	background:url( '/templates/lion/images/arrow_sidebar.png' ) 25px 9px no-repeat scroll transparent;
	padding-left:40px;
	text-decoration:none;
	}
	.menu-subsubitem {
	background:url( '/templates/lion/images/arrow_sidebar.png' ) 45px 9px no-repeat scroll transparent;
	padding-left:60px;
	text-decoration:none;
}
*/

/* Ernstig smerig.... */
#item-577 {
	padding-left:20px;
	line-height:2;
	background:none !important;
	text-align:left;
}
#nav-right ul.menu	li a.empty {
	border-top:1px dotted #CCD5D3;
	color:#336699;
	display:block;
	text-decoration:none;
}
h1#logo
{
margin:1.2em 20px 10px 20px;
font-size:3em;

}

#header h1 {
	position:absolute;
	color:#FFF;
	background-color:transparent;
/*	style="text-align;*/
	font-family:Minion, "Times New Roman", serif;
	text-align:left;
	width:720px;
	padding-top:30px;
	margin-left:0px;
	font-size:190%;
	line-height:1.2;
	font-weight:normal;
	text-transform:none;
}

.search	{
	position:absolute;
	background-color:transparent;
	font-family:"Times New Roman",serif;
	text-align:left;
	width:605px;
	margin-top: 13px;
/*	margin-left:254px; */
	font-size:90%; line-height:1.0; font-weight:normal;
}
/* niels ::move the search results back to position 12 */
div#wrapper2 div.search
{
	position:relative;
	display:inline;
	margin-left:0px; margin-bottom:3px;
	padding:1px;
	width:100%;
	min-height:4000px;
}
/* div#wrapper2 div.search dl.search-results { */
div#wrapper2 div.search dl.search-results
{
	position:relative;
	margin-bottom:1px;
	display:inline;
	overflow:visible;
	min-height:70%;
}

#headline
{
   clear: both;
    margin: 0 auto;
    position: relative;
    width: 1180px;
/*	text-align:right;
	margin-bottom:10px;
	padding-right:20px */
}
#line
{
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#header #line form,
#header #line #fontsize,
#header #line form .search
{
display:inline !important;
}

/* ##########################	header	########################### */

#topnav {
	overflow:hidden;
	display: block;
	background-color: #001158;
	text-align:center;
	height: 38px;	
}
#topnav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#topnav ul li
{
	background: rgba(0, 0, 0, 0) url("../images/mainnavborder.png") no-repeat scroll right 7px;
	float: left;
}

/* ++++++++++++++	lists, skiplinks	++++++++++++++ */
#topnav ul.menu
{
	list-style-type:none;
	width: 1180px;
	margin: auto;
	float: center;
}

#topnav ul.menu li
{
    border-right: 1px dotted #55779D;
    display: inline;
}

#topnav ul.menu li a:link,
#topnav ul.menu li a:visited
{
    color: #fff;
    display: block;
    padding: 14px 15px 9px;
    text-decoration: none;
	font: 17px VestulaSemiBold;  
    line-height: 17px;
}

#topnav ul.menu li a:hover,
#topnav ul.menu li a:active,
#topnav ul.menu li a:focus
{
	display:block;
	color:#fff;
	background-color: #7d7a9d;
	padding: 14px 15px 9px;
    line-height: 17px;
}

#topnav ul.menu li.active a:link,
#topnav ul.menu li.active a:visited
{
	color:#fff;
}

#header ul.skiplinks
{
width:100%
}
.skiplinks,
.skiplinks li
{
	border:solid 0px #000;
}

#header ul.skiplinks
{
	width:100%;
	text-align:left;
	background:none;
	z-index:20000;
	top:0;
	display:inline;
	padding:0
}

#header ul.skiplinks li a.u2:active,
#header ul.skiplinks li a.u2:focus

{
	background:#333 !important;
	color:#fff !important;
	border:solid 1px;
	top:0px !important;
	z-index:1000000000000 !important;
	left:10px !important;
	display:block;
	width:14em;
	display:block
}

/* ++++++++++++++	fontsize	++++++++++++++ */

#fontsize
{
	position:absolute;
	margin-top:55px;
	margin-bottom:0px;
	margin-left:550px;
	color:#aaa;
	font-size:71.67%;
}

#fontsize p a:link,
#fontsize p a:visited
{
	color:#aaa;
	text-decoration:none;
}

#fontsize p a:hover,
#fontsize p a:active,
#fontsize p a:focus
{
	color:#E67B1C;
}

#fontsize h3
{
	color:#aaa;
}


/* ++++++++++++++	search	++++++++++++++ */

#header form .inputbox
{
    background-color: #f5f5f5;
    border-color: #ddd #f5f5f5 #ddd #ddd;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    float: left;
    height: 31px;
/*    padding: 5px 0px; */
    margin: 0;
    width: 90%;
}

#header form .inputbox:focus
{
	border:solid 2px #000;
}

#header form .button
{
/*	border:solid 1px #999;
	background:#664335 url(../images/searchbutton.png) ; */
    color:#fff;
    background-color: #001158;
    border: medium none;
    float: right;
    font-weight: normal;
    font-size: 100%;
    padding: 6px 0 5px;
    text-align: center;
    height: 31px;
    width: 10%;
}

#header form .button:before {
    color: #fff;
    content: "";
    font-family: fontello;
    font-size: 0.9em;
}
#header form .button:hover {
    background-color: #8088ac;
}

/* ##########################	contentarea	########################### */

#top
{
	background:#fff;
	padding:15px;
	border:solid 1px #ddd
}

#contentarea,
#contentarea2
{
	padding:0px;
}

#mainwrapper {
   margin: 0 auto;
   width: 1185px;
}

#topimage {
   margin: 0 auto;
   width: 1185px;
   margin-top: 40px;
}
/* ##########################	breadcrumbs	########################### */


.breadcrumbs
{
	color:#666;
	font-size:91.67%;
	line-height:20px;
	display:block;
	float:left;
}

.breadcrumbs pathway
{
	color:#666;
}

.breadcrumbs a:link,
.breadcrumbs a:visited
{
	color:#369;
}

.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus
{
	color:#369;
}


/* ##########################	navigation column	########################### */

.module_content
{
	border:solid 1px #ddd;
}
.moduletable_js
{
	border:solid 0px #ddd;
}

#right .moduletable_js
{
	border:0
}
#nav
{
	height:100%;
}
#nav h3
{
	color:#4A7184;
    font: vestula;
/*	font-family:Georgia,"Times New Roman",serif; */
	font-size:100%;
	line-height:1.5;
	margin:0px 0 8px;
	padding:0 0 0 20px;
	text-transform:uppercase;
}

h3.js_heading
{
	border-bottom:solid 1px #fff !important;
	background:#eee;
	font-family:'Titillium Maps', Arial;
}

h3.js_heading span.backh
{
	border:solid 0px #000
}

h3.js_heading span.backh1
{
	color:#444
/*
 * lcu uses:
 *   font-size:70%;
 *   color:#4A7184;  / * #444 * /
 */
}

#right h3
{
	font-size:1.4em;
	font-weight:normal;
	line-height:1.19em;
	margin:5px 0 6px;
	border-bottom:1px solid #DDDDDD;
	color:#444444;
	font-family:'Titillium Maps', Arial;
}

#right h3 span.backh
{

}

#right h3 span.backh2
{
/*	font-family:arial,helvetica,sans-serif;	*/
	width:202px;
}

#right h3 span.backh3
{
	color:#664335;
	background:url("../images/title-icons.png") no-repeat scroll 5px 3px transparent;
	padding-left:40px;
	width:162px;
	font-family:arial,helvetica,sans-serif;
}

h3.js_heading a
{
	border:0
}

h3.js_heading a img
{
	border:0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus
{
	background:none;
	color:#0F6;
}

h3.js_heading a:link,
h3.js_heading a:visited,
h3.js_heading a:hover,
h3.js_heading a:active,
h3.js_heading a:focus
{

}

#nav form
{
	color:#000;
}

#nav form a:hover,
#nav form a:active,
#nav form a:focus{
}

/* ++++++++++++++	first level	++++++++++++++ */
#nav .moduletable-example ul.menu
{
	border:0;
}

ul.menu
{
	border:0;
	border:solid 0px #eee;
}

.module_content ul.menu
{
	border:0;
}


/* ++++++++++++++	second level	++++++++++++++ */

ul.menu li ul
{
	border:solid 0px #eee;
	margin-left: 10px !important;
}

 ul.menu li ul li
{
	border:solid 0px #000;
}

 ul.menu li.active ul li a:link,
 ul.menu li.active ul li a:visited
{
	border:0;
}

 ul.menu li.active ul li.active a:link,
 ul.menu li.active ul li.active a:visited
{
	border:0;
	border-bottom:solid 1px #fff;
}

 ul.menu li.active ul li a:hover,
 ul.menu li.active ul li a:active,
 ul.menu li.active ul li a:focus
{
	color:#E67B1C !important;
}


/* ++++++++++++++	third level	++++++++++++++ */

ul.menu li ul li ul
{
	border:0 !important;
	padding-bottom:0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
	border-bottom:solid 1px #fff;
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited
{
}



/* ++++++++++++++	fourth level	++++++++++++++ */

ul.menu li ul li ul li ul
{
}


ul.menu li.active	ul li.active	ul li.active	ul li	a:link,
ul.menu li.active	ul li.active	ul li.active	ul li a:visited
{
}


ul.menu li.active	ul li.active	ul li.active	ul li.active	a:link,
ul.menu li.active	ul li.active	ul li.active	ul li.active a:visited
{

}



/* ++++++++++++++	fifth level	++++++++++++++ */

ul.menu li ul li ul li ul li ul
{
	padding-bottom:10px !important;
}


ul.menu li.active	ul li.active	ul li.active	ul li.active	ul li	a:link,
ul.menu li.active	ul li.active	ul li.active	ul li.active	ul li a:visited
{
}


ul.menu li.active	ul li.active	ul li.active	ul li.active	ul li.active	a:link,
ul.menu li.active	ul li.active	ul li.active	ul li.active	ul li.active a:visited
{font-weight:bold; color:#E67B1C}


/* ##########################	content - main	########################### */
#main-one
{
margin: -60px 0 0 0px;
padding: 0 0 10px 20px;
width: 864px;
/* margin:0 8px 0 8px; */
background-color:white;
}

#main
{
	min-height:300px;
	font-size:90%;
	color:#336699;
/*	line-height:0.75 !important; */
}

#main a:link,
#main a:visited
{

}

#main a:hover,
#main a:active,
#main a:focus
{
}

.xxx a {
	color:#9D8A0A;
	outline:medium none;
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
	margin-bottom:2px;
}
#main th a:hover,
#main th a:active,
#main th a:focus
{
	background:#333;
	color:#fff;
}


.items-row
{

}

.item-title
{
	font-weight:bold;
}
.column-1,
.column-2
{
	border:solid 0px;
}

.item-separator
{
	border:solid 0px #333333;
}

#main ul li
{
	list-style-type:none;
}

.small
{
	border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
	border-bottom:solid 1px #ddd;
}

.archive #adminForm fieldset
{
	border:0;
	padding:0;
	margin:20px 0
}

/* ++++++++++++++	images	++++++++++++++ */

.image-left
{
	padding:2px;
}

.image-right
{
	border:solid 1px #ddd;
	padding:2px
}


/* ++++++++++++++	leading	++++++++++++++ */

.items-row
{

}


/* ++++++++++++++++++++ headings +++++++++++++ */

/* #main h1
{
	color:#444;
	border-top:solid 0px #ddd;
	border-bottom:solid 1px #ddd;
	font-family:'Titillium Maps', Arial;
}
*/

.item-page h1 {
/* background-color: #fff; */
    color: #333;
    display: block;
    font: 2.875em/1.1em VestulaSemibold;
/*    margin: -60px -7.5% 0; */
/*    margin: -20px 0px 0; */
    max-width: 605px;
    padding: 40px 3.5%;
    position: relative;
}
/* h1 on frontpage */

/*
#main .blog-featured h1
{
	border-top:solid 0px #ddd;
	border-bottom:solid 0px #ddd;
}
*/

.items-row h2
{
	color:#7BA428;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.items-row h2 a:link,
.items-row h2 a:visited,
.items-leading h2 a:link,
.items-leading h2 a:visited
{
	color:#72C718 !important;
}

.items-row h2 a:hover,
.items-row h2 a:active,
.items-row h2 a:focus,
.items-leading h2 a:hover,
.items-leading h2 a:active,
.items-leading h2 a:focus{
	color:#E67B1C !important;
	text-decoration:none !important
}

.items-leading h2
{
	color:#7BA428;
}

/*#main h2
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#9D8A0A;
	font-size:110%;
	font-weight:bold;
	margin:0 0 5px 0;
}*/

#main h2 a
{
	color:#333;
}


/* ++++++++++++++	readmore	++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited
{
	color:#444;
	background:#eee url(../images/arrow1.gif) repeat-x left top;
	border:solid 1px #ddd;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus
{
	color:#E67B1C;
}

a.readmore:hover,
a.readmore:active,
a.readmore:focus
{
	background:#555;
	color:#fff;
}

/* ++++++++++++++	icons	++++++++++++++ */

.actions img
{
	border:0;
}

/* ++++++++++++++	items-more	++++++++++++++ */

#main .items-more h3
{
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	color:#444;
}

#main .items-more ol
{
	color:#000;
}

#main .items-more ol li a
{
	background:#FFF url(../images/blog_more.gif) no-repeat	!important;
	color:#7BA428 /* #377A2E */
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
	background:#555 url(../images/arrow2.gif) no-repeat 0px center;
	color:#333;
}

/* ++++++++++++++	pagination	++++++++++++++ */

#main .pagination
{
	border-top:solid 1px #ddd;
/*
	clear:both;  / * clear:all; * /
	overflow:auto;
*/
}


/* ++++++++++++++	article index	++++++++++++++ */

table.contenttoc
{
	border:solid 1px #ccc;
}


/* ##########################	right column	########################### */

#right
{

}

#right .moduletable
{
	border:solid 0px #eee;
	border-top:0;
	margin-bottom:10px;

}

#right h3
{
	color:#333
}

#right h4
{
	color:#444;
	border:solid 0;
}

#right ul
{
	border:solid 0 #ccc;
	color:#333;
}
#right ul a:hover
{
	color:#690 !important;
	}

.moduletable-custom ul li
{
	color:#333;
	background:url(../images/arrow2_grey.png) no-repeat	2px 7px;
}

#right .moduletable-custom h4
{
color:#444
}

#right .moduletable a img
{border:0}

/* ++++++++++++++	button for closing right column	++++++++++++++ */
#close span
{
	color:#000;
}


/* ##########################	modules	########################### */

.news {
	clear:both;
	margin:5px 0 0 0;
	padding:0 0 10px 0;
/*	font-size:85%; */
	line-height:1.3em;
/*	border-bottom:thin dotted #D7D7D7; */
}

.news dt img {
	float:left;
	margin:2px 10px 2px 0;
	padding:4px;
	display:block;
	border:1px solid #ddd;
	background:#fff;
}

.newsheader{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#9D8A0A;
	font-size:100%;
	font-weight:bold;
	margin:0 0 5px 0;
}

.agendaheader{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#9D8A0A;
	font-size:100%;
	font-weight:bold;
	margin:0 0 0px 0;
}

.news	dd {
	margin:0 0 3px 0;
	padding:0;
}


/* ++++++++++++++	mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited
{
	background:url(../images/arrow2_grey.png) 2px 7px	no-repeat ;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus
{
	background:#555 url(../images/arrow_white_grey.png) 2px 6px	no-repeat !important;
}

/* ++++++++++++++	newsfeed	++++++++++++++ */

ul.newsfeed
{
	border:solid 0px #000;
}

.newsfeed-item
{
	border-bottom:solid 1px #ddd;
}

.newsfeed-item h5 a
{

}

/* ++++++++++++++	newsflash	++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz
{
	border:solid 1px #eee;
	background:#f5f5f5 url(../images/box.png) repeat-x;
}

.newsflash-horiz li
{
	border:solid 0px #eee;
	background:#f5f5f5;
}

ul.newsflash-horiz li h4
{
	border-bottom:solid 1px #fff;
	font-family:'Titillium Maps', Arial;
}

/* newsflash vertical */

.newsflash-vert
{

}

/* ++++++++++++++	banner	++++++++++++++ */

.banneritem
{
	border:0
}

.banneritem a
{
	background:none
}

.banneritem a img
{
	background:none;
	border:0
}

/* ++++++++++++++	login	++++++++++++++ */

#login-form .inputbox
{
	border:solid 1px #ddd;
	background:url(../images/content_bg.gif) repeat-x;
}

#login-form ul li {
	display:none;
}

fieldset.input
{
	border:0;
}

input.button,
button.button
{
/*	background:#FFFFFF url(../images/arrow1.gif) no-repeat left top;
	border:1px solid #DDDDDD;
	color:#444444;
	-moz-border-radius:5px 5px 5px 5px;
	background:url("../images/content_bg.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #DDDDDD; */
}


/* ++++++++++++++	tabs/ slide	++++++++++++++ */

ul.tabs
{
	border:solid 1px #ddd;
	border-bottom:0;
	border-top:0;
/*	background:#f5f5f5 url(../images/box.png) repeat-x; */
}

ul.tabs li
{
/*	background:#f5f5f5 url(../images/box.png) repeat-x; */
	border-right:solid 1px #ddd;
	border-top:solid 1px #ddd;
}

ul.tabs li a:link,
ul.tabs li a:visited
{
	color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
	color:#000
}

.tabcontent
{
	border:solid 1px #ddd;
/*	background:#fff; */
	color:#000;
}

.tabcontent .linkclosed
{
	color:#000;
	border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
/*	background:#fff; */
	color:#333;
	border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
	background:#555;
	color:#fff
}


/* ++++++++++++++	category-module	++++++++++++++ */

.category-module li
{
	border-bottom:solid 1px #ddd;
	margin-bottom:10px;
	margin-bottom:10px !important;
}

.category-module h4 a
{
	font-size:110%;
	color:#9D8A0A;
}

.category-module li li
{
	border:0
}

.mod-articles-category-readmore	a {
	font-weight:normal;
	text-decoration:none;
	background:url("/templates/lion/images/arrow_right.png") no-repeat scroll 0 4px transparent ;
	padding-left:8px;
	color:#0044AA;
}



/* ##########################	search	########################### */

.searchintro img
{
	border:0px
}

.inputbox:focus
{
}

.word
{
	background:#fff;
	border:solid 0px #ccc ;
}

.word input
{
	background:#fff;
	border:solid 1px #999;
	color:#444;
}

.only
{
	border:solid 1px #ccc;
}

.phrases
{
	border:solid 1px #ccc;
}

/* ++++++++++++++	selects	++++++++++++++ */
.phrases .inputbox
{
	background:#fff;
	color:#000;
}

.phrases .inputbox option
{
	background:#f5f5f5;
	border-bottom:solid 1px #ccc;
}

.phrases .inputbox option a:hover
{
	background:#C00;
	border-color:#CFD0D6;
	color:#fff;
}

/* ++++++++++++++	search results	++++++++++++++++++ */



.search{}
#contentarea form, #contentarea form .search{}

#contentarea form .inputbox {}
#contentarea form .button {}

dl.search-results
{
	background:#f5f5f5;
}

dl.search-results dt.result-title
{
	border-top:dotted 1px #ddd;
}

dl.search-results dd.result-created
{
	border-bottom:solid 5px #fff;
}

/* ##########################	forms	########################### */

/* ++++++++++++++	form validation	++++++++++++++ */

.invalid
{
	border-color:red !important;
}

label.invalid
{
	color:red;
}

/* ##########################	user profile	########################### */

#users-profile-core,
#users-profile-custom
{
	border:solid 1px #ccc;
}

#member-profile fieldset
{
	border:solid 1px #ccc;
}


/* ##########################	tables	########################### */
table
{
	border:solid 0px #ddd;
}

tbody
{

}

tr.odd,
.cat-list-row1
{
	background:url(../images/news.gif)	repeat-x;
}

table.newsfeeds td,
table.weblinks td
{

}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
	background:url(../images/h2.png);
	color:#fff;
	border-right:1px solid #DDDDDD;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a
{
	color:#fff !important
}

td.table_footer
{
	background:#ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.counter
{

}

td.num,
td.hits
{

}

td p
{

}

table.category th a img
{
	border:solid 0px ;
}

/* for opera */
/* tr, td
{
	border:solid 1px #ddd
} */

fieldset.filters
{
	border:0;
}


/* ##########################	contacts	########################### */

.contact form
{
	background:#fff;
	color:#000;
}

.contact input
{
	background:#fff;
	color:#000;
}

.contact input.invalid,
.contact textarea.invalid
{
	border:solid 2px red;
}

.contact label.invalid
{
	color:red;
}


/* ++++++++++++++	Error Message contact form	++++++++++++++ */

p.error
{
	color:#044b63;
	background:#eee;
	border-top:3px solid #044b63;
	border-bottom:3px solid #044b63;
}

body.contentpane
{
	background:#fff;
}


/* ##########################	footer	########################### */

#footer
{
	color:#ffffff;
	border-top:solid 0px #ccc;
	text-align:center;
}
.blabla {
	position:absolute;
	color:#FFF;
	background-color:transparent;
/*	style="text-align;*/
	font-family:Minion, "Times New Roman", serif;
	text-align:left;
	width:720px;
	padding-top:30px;
	margin-left:230px;
	font-size:190%;
	line-height:1.2;
	font-weight:normal;
	text-transform:none;
}

#footer-inner
{
	background:#f5f5f5 url(../images/footer.jpg) repeat-x left bottom;
	border-top:solid 19px #ddd;
}

#footer-sub a:link,
#footer-sub a:visited{
	color:#ffffff; text-decoration:none;
}

#footer-sub a:link:hover,
#footer-sub a:visited:hover{
	text-decoration:underline;
}


.box1
{
	border-right:solid 1px #ddd
}

.box3
{
	border-left:solid 1px #ddd;
}

.box h3
{
	font-family:'Titillium Maps', Arial;
}

#bottom a img
{
	border:0 none;
}



/* ##########################	editor	########################### */

.contentpaneopen_edit img
{
	border:0
}

form.editor fieldset
{
	border:solid 1px #ccc;
}


/* ++++++++++++++	edit	++++++++++++++ */

form#adminForm
{
	border:solid 0px #000
}

.edit form#adminForm fieldset
{
	border:solid 1px #ddd
}

legend
{font-weight:bold}
/* ++++++++++++++	tooltip	++++++++++++++ */
.tip
{
	border:solid 1px #333;
	background:#ffffcc;
}
table.pagenav,
table.pagenav tr,
table.pagenav td
{border:0 !important}

#wrapper2
{
	background:url( '/templates/lion/images/bkg_middle.png' ) 320px 0 repeat-y scroll transparent;
	min-height:400px;	/* niels ::ensure some page coverage */
}

#wrapper
{
	font-size:90%;
	background:url( '/templates/lion/images/bkg_middle.png' ) 320px 0 repeat-y scroll transparent;
}
.pagenav
{
	display:inline;
	height:0px;
	left:-3000px;
	position:absolute;
	top:-2000px;
	width:0px;
}

.shownocolumns
{
	font-size:90%;
}
/*h2
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#9D8A0A;
	font-size:110%;
	font-weight:bold;
	margin:0 0 5px 0;
}*/

#main .categories-list ul
{list-style-type:none}

/* contact	plain */
#main .contact h3
{
	border-bottom:solid 1px #ddd;
	margin:20px 0
}

#main-left
{
	float:left;
	width:500px; 
	padding-right:10px;
}

#main-right
{
	float:right;
	width:240px; 
	padding-right:15px;
}

#main-right ul
{
	list-style:none outside none;
	margin-bottom:40px;
	padding-left:0px;
}
#main-right ul li
{
	background:url("/templates/lion/images/arrow_midsec.png") no-repeat scroll 7px 5px transparent;
	font-size:125%;
	line-height:1.45;
	margin-bottom:1%;
	margin-top:11px;
	padding-left:25px;
}

#main-right li a
{
	border-bottom:1px dotted #CCD5D3;
	color:#9D8A0A;
	display:block;
}

.form-required
{
	font-weight:bold;
	margin:10px 0;
	background:#fff url(../images/req.png) no-repeat;
	padding:10px 40px

}

.contact .inputbox
{
	background:#fff url(../images/content_bg.gif) repeat-x ;
	border:solid 1px #ccc;
	padding:3px
}
/* contact	slider */

.panel
{
	border:solid 1px #ddd;
	margin-top:-1px

}
#main .contact .panel h3
{
	margin:0px 0 0px 0;
	padding:0;
	background:#eee;
	border:0
}

#middle li.head a {
	border-bottom:1px dotted #CCD5D3;
	color:#9D8A0A;
	display:block;
}

.panel h3 a
{
	display:block;
	padding:6px;
	text-decoration:none;
	color:#444;
	padding:6px;
}


.panel h3.pane-toggler a
{
	background:#f5f5f5 url(../images/slider_plus.png) right	top no-repeat;
}
.panel h3.pane-toggler-down a
{
	background:#f5f5f5	url(../images/slider_minus.png) right	top no-repeat;
	border-bottom:solid 1px #ddd;
}

.pane-slider
{
	border:solid 0px;
	padding:0px 10px !important;
	margin:0;
	background:url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel	.contact-miscinfo
{
	padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
	margin:20px 0 0 0
}

.categories-list .category-desc ul li
{list-style-type:square
}
/* tabs */

div.current
{

	background:url(../images/nav_level_1.gif) repeat-x ;
}

#close a
{text-decoration:none}

/*Encyclopedia*/
div.encyclopedia_col1 {
	width:49%;
	float:left;

}
div.encyclopedia_col1 p.img_caption {
	font-size:.6em;
}
div.encyclopedia_col2 {
	width:49%;
	float:right;
	padding-left:3px;
	margin-left:2px;
}
div.encyclopedia_col2 p {
	padding-left:3px;
	margin-left:2px;
}

div.encyclopedia_links ul
{
	display:block;
	margin:0px 0px 1px 0px;
	list-style-type:none;
	padding:10px 0px 10px 0px;
	width:100%
}
div.encyclopedia_links ul li
{
	display:inline ;
	padding:2px ;
	margin:2px;
	white-space:nowrap;

}
#main table {
	border:0px;
}

.customnieuws h3
{
	color:#4A7184;
	font-family:Georgia,"Times New Roman",serif;
	font-size:110%;
	line-height:1.5;
	margin:10px 0px 8px !important;
	padding:0 0 0 20px;
	text-transform:uppercase;
}

ol {
	margin-left:25px;
}
ul {
	margin-left:25px;
}

.dblisting table
{
	border-collapse:collapse;
}
.dblisting th
{
	background-color:#ccc;
	border:1px solid #888;
	padding:4px;
}
.dblisting td
{
	padding:4px;
	border:1px solid #888;
}
.dblisting tr:nth-child(odd)
{
	background-color:#eee;
}
.dblisting tr:nth-child(even)
{
	background-color:#fff;
	margin:10px;
	padding:10px;
}

.dblisting-horizontal table
{
	border-collapse:collapse;
}
.dblisting-horizontal th
{
	border:1px solid #888;
	padding:4px;
	vertical-align:top;
}
.dblisting-horizontal td
{
	padding:4px;
	border:1px solid #888;
}
.dblisting-horizontal tr:nth-child(odd)
{
	background-color:#eee;
}
.dblisting-horizontal tr:nth-child(even)
{
	background-color:#fff;
	margin:10px;
	padding:10px;
}
.normaal
{
	padding:10px;
	margin:10px;
	font:10pt Arial, sans-serif;
	text-decoration:none;
}
.normaal td
{
	padding :1px
}
.normaal a
{
	color:red
}
.vetschuingroot
{
	font:italic bold 12pt Arial, sans-serif;
	color:#000000;
	text-decoration:none;
}
.custom
{
	margin:0 0 0 0px;
}


.footer {
    background: #e3e3e3 url("/template/lion/images/world-map.png") no-repeat scroll 250px 47px;
    height: 500px;
    margin-top: -20px;
}
.footer .article{
    float: left;
    width: 22%;
    padding-right: 3%;
}

.footer h3{
    color: #666;
    font: 18px/1.2em VestulaSemibold;
    margin: 0;
    padding-top: 40px;
}

.footer h4{
    color: #777;
    font: 14px/1.2em Vestula;
    margin: 1em 0 0.5em;
}

.footer ul, .footer ul a{
    font: 14px/2em vestula;
    list-style: none outside none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}

.footer ul a{
    color: #777;
    display: block;
    text-decoration: none;
}

.footer ul a:hover{
   color: #333;
    text-decoration: underline;
}

.footer .social{
    margin-top: 5px;    
}

.footer .social a{
    color: #777;
    font-size: 28px;
    margin-right: 5px;
    text-decoration: none;
}

.footer .social a:hover{
    color: #333;
}


.footer .email {
    border: medium none;
    padding: 8px;
    width: 97%;
}

.footer .button{
    float: right;
    margin: 10px -11px 0 0;
}
.minwidth {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 1180px;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/templates/lion/css/fontawesome-webfont.eot?v=4.0.3');
  src: url('/templates/lion/css/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/templates/lion/css/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/templates/lion/css/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/templates/lion/css/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
  	  font-family: 'FontAwesome';
	  src:url('/templates/lion/css/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  }
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.item-464 {
  display: inline-block !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1.0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: -1px;
  margin-top: -7px;
}

.item-464 a:before  {
  content: "\f015";
  color: #fff;
  line-height: 1.0;
  font-size: 23px;
  margin-top: -7px;
  font-family: FontAwesome;
}

