/*
Theme Name: Skeleton Child Theme
Theme URI: http://www.simplethemes.com
Description: A simple WordPress theme based on the Skeleton RWD framework
Version: 1.6
Author: Simple Themes
Author URI: http://www.simplethemes.com
Template: skeleton
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* =Reset
-------------------------------------------------------------- */

/* =========== */
/* = Updates = */
/* =========== */

/* Hide Update */
#wpmu-install-dashboard {
  display: none !important;
}

/* New Slide Width */
div#mainslider .ls-wp-container {
  width: 1044px !important;
  margin: 0 -42px !important;
}

/* ======== */
/* = Main = */
/* ======== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
  background-image: none !important;  
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
 	
 	.hide {
	 	display: none;
 	}
 	.hidden {
	  display: none;
	  visibility: hidden;
	}
	.visible-phone {
	  display: none !important;
	}
	.visible-tablet {
	  display: none !important;
	}
	.hidden-desktop {
	  display: none !important;
	}
	.visible-desktop {
	  display: inherit !important;
	}




/* .post .entry-utility, .post .entry-meta {display:none;} */

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */




/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img
.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}



body {
	background-color: #eaeaea;
	color:#242a39;
	font-family:georgia;
	padding:0;
	margin:0px;
	font-size:16px;
	color:#444444;
}

*html {
	margin:0!important;
	
}
#wrap {
	background-color:#fff;
/* 	max-width:1008px; */
	padding:0px 42px 0 42px;
	min-height:760px;
	max-width:1050px;
}
#wrap #content {
	float: left;
	font-family:georgia;
}
#content {
	margin:0px 0 18px 0;
}
.container .sixteen.columns {
    max-width: 960px!important;
}

.container {
	max-width: 966px!important;
	padding-top:21px;
}
.full-width {max-width:966px; height:auto; overflow:hidden}

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_thirds { width: 65.33%; }
.one_fourth { width: 22%; }
.two_fourths { width: 44%; }
.three_fourths { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.two_fourths,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
	/* background-color:#eee; */
}


.one_fourth.last {
	background-color:#f5f5f5;
	padding:12px;
	margin-top:21px;
}





.column, .columns {
 
    margin-left: 0px;
    margin-right: 0px;
}
a {
	text-decoration: none;
	
}
.a11y {
	display:hidden;
	display: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1, h2, h3, h4 {
	font-weight: inherit;
	text-decoration: none;
	margin:0px 0 21px 0;
}
ul { 
	list-style: none outside;
	padding:0px;
 }
 

/* =========== */
/* = Current = */
/* =========== */ 

.current-post-ancestor a, 
.current-menu-parent a, 
.current-post-parent a, 
.current-menu-item a {
 color: #f28b00 !important;
}
 
#header {
	width:auto;
	clear: both;
    position: relative;
    top:21px;
    height:98px;
    margin-bottom:30px;
}
#header .inner {
    padding-bottom: 20px;
    padding-top: 0px;
}
#header .inner img.logo{
	float:left;	
}
#site-title {
	margin: 0;
	padding: 0;
	font-size: 45px;
	letter-spacing: -1px;
	float:left;
	position: relative;
	top:13px;
	left:21px;
}


.publish-date {
	font-family: arial;
	font-size:.85em;
	color:#888888;
	position: relative;
	top:3px;
}
/*
.publish-date.detail {
	position: relative;
	top:-3px;
}
*/

#header div#site-title a,
#header h1#site-title,
#header h1#site-title a {
	margin: 0;
	padding: 0;
	line-height: 55px;
	text-decoration: none;
	letter-spacing: -2px;
	text-shadow: 0px 1px 0px #FFF;
}

#header #site-title a:hover {
	color: #3253ad;
}	
h1, h2, h3, h4 {
	font-family: 'Source Sans Pro', sans-serif;
}
h2 {
	font-weight: 300;
}
ul {
	margin:0px;
}
a, a:link, a:visited, a:active, #content .gist .gist-file .gist-meta a:visited {
	color:#1e3d8f;
}

#site-title a {
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 400;
	color:#0f1e47;
	font-size:.8em;
}


p.divider {
	width:100%;
	height:1px;
	background-color: #e9e9e9;
	display: block;	
}
a.more {
	font-size: 1.3em;
	line-height: .6em;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	
}



/*TOP NAVIGATIONS*/
.meta-nav {
	float: left;
	margin-right:30px;
}
#meta-nav {
	/* border-top: 1px solid #e5e5e5; */
	padding:6px 0 0 0;
	display: inline-block;
	height:25px;
	float:left;
	width:100%;
}
#meta-nav a {
	color:#777777;
}
#meta-nav a:hover {
	color:#000000;
}
#flyout-container {
	position: relative;
	background-color: #dddddd;
	margin: 0 -42px;
	padding:21px 21px 21px 21px;
}
#flyout-container button{
	position: absolute;
	right:21px;
	top:15px;
	border-radius:0px;
	text-shadow: 0px 0px 0px transparent;
	border-width:0px;
	background:none;
	background-color:#aaaaaa;
	padding:9px 12px;
	color:#ffffff;
}
#continent-europe {
	margin-bottom:21px;	
}
.start-chapter .box {
	cursor: pointer;
}
select {
	height:auto;
	
}
.parallelogram { 
	background: none repeat scroll 0 0 #E5E5E5;
	
    display: block;
    height: 30px;
    position: relative;
    top: 21px;
    transform: skew(-27deg);
    -webkit-transform: skew(-27deg);
    -ms-transform: skew(-27deg);
    width: 120px;
    width:auto;
	z-index:-1;
}
.flyouts {
	float: left;
	position: relative;
	z-index:1;
	top:-27px;
	left:30px;
}
.flyout-title h2 {
	font-weight:600;
	font-size:21px;
	padding-bottom:12px;
	border-bottom:1px solid #a5b1d2;
	margin-bottom: 12px;	
}
.flyouts li {
	float: left;
	margin-right:12px;
}
.flyouts li a{
	position: relative;
	left:14px;
	display: inline-block;
	top:-9px;
	left:0px;
	padding:6px 12px 6px 12px;
}
.parallelogram.active {
	background-color:#d8d8d8;
}
.flyout-body .one_half .start-chapter .box{
	height:21px;
	width:250px;
	background-color:#122556;
	float:right;
	padding:12px;
	font-size:16px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif!important; 
	font-weight: 300;
	margin-left:42px;	
}
.flyout-body .one_half .start-chapter .box a {
	color:#fff;
	font-weight:400;		
}
.flyout-body .one_half h3 {
	float:left;
	margin-top:10px;
	margin-bottom: 5px;
}
.flyout-body .one_half.last {
	min-height: 120px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom:80px;
}
.flyout-body .one_half .start-chapter {
	position: absolute;
	bottom:0px;
	right:0px;
}
#site-categories-wrapper .site-categories-list li, .site-categories-widget li {
	margin:3px 0;
	display: block!important;
}

.flyout h3 span.bullet {
	background-color: #5c85be;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 27px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
    padding:3px 0 0 0;
    margin-right:12px;
    top:-4px;
}
.flyout h3.widget-title {
	font-size:21px;
	padding-bottom:12px;
	border-bottom:1px solid #a5b1d2;
	/*
margin-right:12px!important;
	margin-top:7px!important;
*/
	font-weight: 600;
}
#chaplist {
	clear: both;
}



select#choose-continent {
	border: 0 none!important;
    font-size: 1em!important;
    height: 38px!important;
    padding: 9px 18px 9px 9px!important;
    float: left;
    margin-left:42px;
}
select#choose-continent option{
	padding-right:6px;
}

a.afg-page:hover {
	background: none repeat scroll 0 0 #2c459d!important;
} 
.continent {
	clear:both;
}
.continent h3 {
	margin:0px;
}
.continent .site-categories {
	-moz-column-count:2; 
	-webkit-column-count:2; 
	column-count:2;
	-moz-column-gap:12px; 
	-webkit-column-gap:12px; 
	column-gap:12px;
	-moz-column-width: 125px;
	-webkit-column-width: 125px;
	column-width: 125px;

}
#continent-europe {
	clear:both;
}
#continent-europe ul li{ 
	margin-bottom:9px;	
}

div#tags a {
	float:none!important;
	display: block!important;
	margin-bottom:6px;
}
div#tags ul li {
	float: left;
	width:25%;
	
}

/*
.flyouts li.zindex10 {
	z-index:10;
}
.flyouts li.zindex1 {
	z-index:1;
}

.left-line-1 {
	border-left: 20px solid transparent;
    border-right: 16px solid transparent;
    border-top: 32px solid white;
    float: right;
    height: 0;
    position: absolute;
    left: -21px;
    top: -6px;
    width: 0;
    z-index: 0;
}
.right-line-1 {
	border-left: 20px solid transparent;
    border-right: 16px solid transparent;
    border-top: 32px solid #e5e5e5;
    float: right;
    height: 0;
    position: absolute;
    right: 95px;
    top: -6px;
    width: 0;
    z-index: -1;
}
.left-line-2 {
	border-left: 0px solid transparent;
    border-right: 16px solid transparent;
    border-top: 32px solid white;
    float: right;
    height: 0;
    position: absolute;
    left: 154px;
    top: -6px;
    width: 0;
    z-index: 0;
}

.right-line-2 {
	border-left: 20px solid transparent;
    border-right: 16px solid transparent;
    border-top: 32px solid #e5e5e5;
    float: right;
    height: 0;
    position: absolute;
    right: 2px;
    top: -6px;
    width: 0;
    z-index: -1;
}
*/


.service-nav {
	display: block;
    float: right;
    right: 0px;
    position: relative;
}
.service-nav li {
	display: inline;
	margin-left:12px;
}



/*SLIDER*/
button.calltoaction {
	border-radius: 500px 500px 500px 500px;
    color: #FFFFFF;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    height: 125px;
    font-weight:300;
    position: absolute;
    /* right: 24px; */
    text-align: center;
    /* top: 170px; */
    font-size:1em;
    /* transform: rotate(19deg); */
    vertical-align: middle;
    width: 125px;
    padding:0px;
    border-width:0px;
    background:none;
    background-color: #2f4b88;
    text-shadow: 0 0 0;
}
button.calltoaction:hover {
	background-color: #1d2a3a;
}
    
 .ls-minimal {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0px 0px 0px #ffffff!important;
    padding:0px!important;
     
} 
.ls-wp-container {
	display: inline-block;
	/* margin:0 -42px!important; */
	font-family: 'Source Sans Pro', sans-serif!important; 
}
.ls-inner {
	font-family: 'Source Sans Pro', sans-serif!important;
}


/*CSS for Player on Main Homepage, to go to the whole width*/
html#ls-global.social-js body.home div#wrap.container div#mainslider .ls-wp-container {
	width:1044px!important;
	margin:0 -42px!important;
}

body.chrome .ls-wp-container  {
	padding-bottom:40px!important;
}

/*NAVIGATION*/
li.page_item, li.menu-item {
	display: inline-block;
}
li.page_item, li.menu-item a {
	text-decoration: none;
}




/*NAVIGATION ON CHAPTERS*/
	/*Navigation International Site*/

	.menu-chapter, .menu-international {
		float:right;
		position: relative;
		top:54px;
		
	}
	.menu-chapter li, .menu-international li {
		display: inline;
		margin-left:21px;
		
	}
	.menu-chapter li a, .menu-international li a{ 
		font-size:1.44em;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
	}
	.menu-chapter li.current-menu-item a, .menu-international li.current-menu-item a,
	.menu-chapter li.current-page-ancestor a, .menu-international li.current-page-ancestor a
	{
		color:#f28b00;
		
	}
	.menu-chapter li:hover a,
	.menu-international li:hover a, 
	.menu-international li.menu-item a:hover
	.menu-international li.page-item a:hover {
		/* color:#cb7500!important; */
		color:#ce8624;
	}
	.menu-international li a{ 
		text-transform: uppercase;
	}
	
	
	
	.menu-chapter ul li {
		border-left: 1px solid #bbbbbb;
		display: inline-block;
		margin-left: 15px;
		padding-left: 15px;
		height:30px;
	}
	.menu-chapter ul li:first-child {
		border-left: 0px solid #bbbbbb;	
	}
	.menu-chapter ul li a{ 
		position: relative;
		top:1px;
		display: block;
	}
	
	
	/*Sub Navigation*/
	
	.nav-subpages {
		font-size:18px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: normal;	
	}
	.nav-subpages .children{
		margin-left:18px;
		font-size:1em!important;
	}
	.nav-subpages .children li{
		margin-bottom:0px;
	}
	.nav-subpages li.current_page_item .children li a{
		color:#1e3d8f!important;
	}
	.nav-subpages li, ul.project-subpages li {
		margin-bottom:18px;
		display: block;
	}
	.nav-subpages li.current_page_item a
	.current_page_ancestor .children li.current_page_item  {
		color:#f28b00;
	}
	html body.page div#wrap.container div#content.columns div.container div.one_third ul.project-subpages li.page_item ul.children li.page_item .current_page_item a
	{
		color:#f28b00;
	}
	ul.project-subpages li.current_page_item a, ul.project-subpages li.current_page_parent a {
		/* margin-bottom:12px; */
		display: block;
	}
	ul.project-subpages li.current_page_item a:hover {
		color:#0c193b;
		color:#ce8624;
	}
	

	ul.project-subpages li.current_page_item a {
		margin-bottom:18px;
	}
	ul.project-subpages li.current_page_item .children .children li,
	ul.project-subpages li.current_page_item .children .children li a{
		margin-bottom:0px!important;
	}
	ul.project-subpages li.page_item ul.children li.page_item a {
		margin-bottom:0px;
	}
	ul.project-subpages li.current_page_parent a {
		display: none;
	}
	
	ul.project-subpages .page_item  {
		display: none;
	}
	ul.project-subpages .current_page_item  {
		display: block;
	}
	
	ul.project-subpages .page_item.current_page_ancestor  {
		display: block;
	}
	div.one_fourth ul.project-subpages li.page_item.current_page_ancestor.current_page_parent.sub a,
	div.one_fourth ul.project-subpages li.page_item.current_page_ancestor.sub a {
		display: none;
	}
	div.one_fourth ul.project-subpages li.page_item.current_page_ancestor.current_page_parent.sub ul.children li a,
	div.one_fourth ul.project-subpages li.page_item.current_page_ancestor.sub ul.children li.page_item.current_page_ancestor.current_page_parent.sub a,
	div.one_fourth ul.project-subpages li.page_item.current_page_ancestor.sub ul.children li a
	{
		display: block;
	}

	div.one_fourth ul.project-subpages li.page_item.current_page_ancestor.current_page_parent ul.children {
		display: block;
		
	}
	
	/*
div.one_fourth ul.project-subpages li.page_item.current_page_ancestor a {
		display: none;	
		
	}
	div.one_fourth ul.project-subpages li.page_item.current_page_ancestor a ul.children {
		display: block!important;	
		
	}
	div.one_fourth ul.project-subpages li.page_item.current_page_ancestor a ul.children .current_page_ancestor.current_page_parent{
		display: block;	
		
	}
*/
	
	
	
	
	.project-subpages {
		border-right:1px solid #eeeeee;	
	}
	
	ul.project-subpages li {
		margin-bottom:18px;
		font-family: 'Source Sans Pro', sans-serif;
		font-size:1em!important;
	}
	ul.project-subpages li a{
		/* font-size:1.12em!important; */
	}
	ul.project-subpages .children .children{
		margin-left:21px;	
	}
	ul.project-subpages .children .children li{
		margin-bottom:0px;
	}
	
	ul.project-subpages .children li {
		display:block;
		margin-bottom:18px;
	}
	
	ul.project-subpages .current_page_item > a,
	ul.project-subpages .children .current_page_item > a{
		color:#f28b00;
	}
	ul.project-sub-navi {
		
	}
	ul.project-sub-navi li{
		display: block;
	}
	ul.project-sub-navi li a{
		text-decoration: none;
		border-bottom: 0px;
	}
	ul.project-subpages li.page_item.current_page_ancestor a {
		margin-bottom:18px;
		display:block;
	}
	
	
	
	ul.subpages {
		border-right:1px solid #e5e5e5;
		padding-bottom:42px;
	}
	ul.subpages li {
		display: block;
		margin-bottom:18px;
		font-family: 'Source Sans Pro', sans-serif;
	}
	ul.subpages li .children{
		margin-left:21px;
	}
	ul.subpages li .children li{
		margin-bottom:0px;
	}
	
	ul.subpages .current_page_item > a{
		color:#f28b00;
	}
	
	.pagenav ul {
	    display: none;
	}
	.pagenav .current_page_parent .children,
	.pagenav .current_page_ancestor .children,
	.pagenav .current_page_item .children {
	    display: block;
	}


	
	
	
	
	
/*Breadcrumbs*/
#crumbs {
	margin-bottom:9px;
	height:30px;
	padding-top:10px;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}
#crumbs a, #crumbs span.current  {
	font-size: 12px;
	font-family: arial;
}


#content .project .one_third, 
#content .project .two_thirds,
#content .project .one_fourth,
#content .project .two_fourths,
#content .project .three_fourths {
	padding-top:21px;
}

#content .subpage .one_third, 
#content .subpage .two_thirds {
	padding-top:0px;
}



/*PAGINATION*/
.pagination {
	margin-top:21px;
}
.pagination span {
	font-size:14px;
	font-family: arial;
	color:#777777;
	margin-right:15px;	
}
.pagination a {
	padding:3px 6px;	
	margin-right:3px;
	font-size:14px;
}
.pagination a.next {
	font-size: 18px
}
.pagination span.current {
	background-color:#eeeeee;
	padding:3px 6px;
	margin-right:3px;
}


/*TAG*/
ul.tags {
	clear:both;
	font-family:arial;
}
ul.tags li a {
	padding:3px;
	background-color: #dfe7f1;
	color: #26364b;
	border-radius:2px;
	font-size:12px;
	font-family: arial;
	float: left;
	margin:0 3px 3px 0;
}
.entry {
	display: inline-block;
}



/*FLICKR*/
img.afg-img {
	box-shadow: 0px 0px 0px transparent!important;	
}
.afg-pagination {
}
font.afg-page, a.afg-page:visited, a.afg-page:link {
	border:0px!important;
}
/*
.children
{ display: none; }

.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children

{ display: block; }
*/

/* NEWS FRONTPAGE */
.home #content .container {
	border-top:1px solid #e9e9e9;
}
.home .one_third {
	padding-top:21px;
	margin-right:2.9%;
}
.home .one_third.border {
	border-right:1px solid #e9e9e9;
	padding-right:20px;
	/* min-height: 1000px; */	
}
.news-frontpage .single-news {
	margin-top:21px;
	padding-bottom:21px;
	border-bottom: 1px solid #E9E9E9;
}
.news-frontpage .single-news h3 {
	margin-bottom:0px;
	display: block;
	line-height:1.1em;
	font-size:1.13em;
	font-weight:600;
}
.single-news ul {
  margin: 0px;
  padding: 0 0 0 20px;
  list-style-type: disc;
  overflow: hidden;
}
.single-news-frontpage {
	margin-bottom:30px;
	padding-bottom:21px;
	border-bottom: 1px solid #E9E9E9;	
}
.single-news-frontpage h2{
	font-size: 18px;
	font-weight: normal;
	vertical-align: text-top;
	vertical-align: top;
	margin-bottom:0px;
}

.single-news-frontpage img{
	float: left;
	margin:0 12px 9px 0;
	border:1px solid #e9e9e9;
}
.single-news-frontpage p.entry{
	clear: both;
	margin:0px 0;
	font-size:16px;
	display: block;
}
.single-news-frontpage p.entry .publish-date, p.entry .publish-date {
	margin:0 0 12px 0;
}

.article-frontpage-int {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom:21px;
	margin-bottom: 21px;
}
.article-frontpage-int h2 {
	margin-bottom:9px;
	color:#1E3D8F;
}
.article-frontpage-int .entry {
	margin-top:0px;
}

.article-frontpage-int img {
	max-width:100%;
/* 	max-height:auto; */
}
.editorspick {
	background-color:#efefef;
    margin: 0px -30px 30px -29px;
    padding: 12px 30px 21px 30px;
}
.single-news-frontpage.editorspick h2.editor, .chapter-news.editorspick h2.editor {
	text-transform: none;
	font-size: 1.2em!important;
	font-weight: 400!important;
	margin-bottom: 21px;
}


.home .border h2, .news-frontpage h2, .one_third.rightcolumn.last h2, .article-frontpage h2 {
	font-size:1.37em;
	text-transform: uppercase;
	line-height:1em;
	font-weight: 600;
}
.home .border h3, .news-frontpage h3, .one_third.rightcolumn.last h3, .article-frontpage h3 {
	font-size:1.12em;
	line-height:1em;
	font-weight: 600;
	margin:6px 0 9px 0;
}
.one_third.rightcolumn.last h3 {
	line-height:.9em;
}

div.topic p {
	display: inline-block;
}
div.topic ul.tags {
	margin:6px 0 0px 0;
}
div.topic h2 {
	margin-bottom:12px;
}
div.topic p {
	margin-top:21px;
}
	
/* TESTIMONIALS */
 
.front-testimonials {
  background-color: #27bde2;
  margin: 20px -21px -25px -21px;
  padding: 20px;
  border: 0px;
}
.front-testimonials h2 {
  margin: 0 0 15px;
  color: #fff;
}

.front-testimonials .ls-wp-container {
  background-color: #ffffff;
}

#layerslider_33_2 {
  padding-bottom: 0px !important;
  background-color: rgb(39, 189, 226);
}
 
/* Publications Filter */

.pubFilter {
  margin-bottom: 20px;
}
.pubFilter ul.pubFilterMenu {}
.pubFilter ul.pubFilterMenu li, .pubFilter ul.pubFilterMenu li a {
  display: inline;
  font-size: 1.44em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

#pubFilter {
	margin-bottom: 20px;
}
#pubFilter ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#pubFilter li {
	background: #E5E5E5;
}
#pubFilter ul a, #pubFilter ul label, #pubFilter ul li.filterLabel, #pubFilter input.pubFilterSubmit, #pubFilter input.pubFilterReset {
	display: block;
	color: #777777;
	text-decoration: none;
  font-size: 1.2em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
	line-height: 32px;
	padding: 0 15px;
}
#pubFilter ul label {
  cursor: pointer;
}
#pubFilter ul li {
	position: relative;
	float: left;
	padding: 0;
  margin-right: 2px;
}
#pubFilter ul li.trigger {
  outline: none;
  padding-left: 16px;
  background: #e5e5e5 url(images/16_expand.png) no-repeat 10px center !important;
}
#pubFilter ul li.trigger, #pubFilter ul li.trigger a:focus {
  outline: none;
}
#pubFilter ul li.trigger.active {
  background: #e59501 url(images/16_collapse.png) no-repeat 10px center !important;
}
#pubFilter ul li.trigger.active a {
  color: #ffffff;
}
#pubFilter ul li.current-menu-item {
	background-color: #ce8624 !important;
}
#pubFilter ul li.current-menu-item a {
  color: #ffffff !important;
}
#pubFilter ul li.filterLabel, #pubFilter ul li.filterLabel:hover {
  font-weight: bold !important;
  background: #E5E5E5;
}
#pubFilter ul li.filterClear {
  background: #999 !important;
}
#pubFilter ul li.filterClear:hover {
  background: #777 !important;
}
#pubFilter ul li.filterClear a {
  color: #ffffff !important;
}
#pubFilter ul li:hover {
	background: #f6f6f6;
}
#pubFilter ul li.disabledFilter:hover {
	background: #E5E5E5 !important;
}
#pubFilter ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 0;
  z-index: 999;
}
#pubFilter ul ul li {
	float: none;
	width: 200px;
}
#pubFilter ul ul li label {
  font-size: 0.9em !important;
}
#pubFilter ul ul a, #pubFilter ul ul label {
	line-height: 120%;
	padding: 10px 15px;
}
#pubFilter ul ul ul {
	top: 0;
	left: 100%;
}
/* #pubFilter ul li:hover > ul Hover */ 
#pubFilter ul li.active > ul, #pubFilter ul li.clickActive > ul {
	display: block;
}
#pubFilter input.pubFilterSubmit {
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  border: none !important;
  text-shadow: 0 1px 0px #e59501 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #e59501 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59501), color-stop(100%, #e59501)) !important;
  background: -webkit-linear-gradient(top, #e59501 0%, #e59501 100%) !important;
  background: -o-linear-gradient(top, #e59501 0%, #e59501 100%) !important;
  background: -ms-linear-gradient(top, #e59501 0%, #e59501 100%) !important;
  background: -moz-linear-gradient(top, #e59501 0%, #e59501 100%) !important;
  background: linear-gradient(to bottom top, #e59501 0%,#e59501 100%) !important;
  background-clip: border-box !important;
  -pie-background: linear-gradient(to bottom, #e59501,#e59501) !important;
  behavior: url("PIE.htc") !important;
  position: relative !important;
  background-repeat: repeat-x !important;
}
#pubFilter input.pubFilterSubmit:hover {
  background: #ce8624 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce8624), color-stop(100%, #ce8624)) !important;
  background: -webkit-linear-gradient(top, #ce8624 0%, #ce8624 100%) !important;
  background: -o-linear-gradient(top, #ce8624 0%, #ce8624 100%) !important;
  background: -ms-linear-gradient(top, #ce8624 0%, #ce8624 100%) !important;
  background: -moz-linear-gradient(top, #ce8624 0%, #ce8624 100%) !important;
  background: linear-gradient(to bottom top, #ce8624 0%,#ce8624 100%) !important;
  background-clip: border-box !important;
  -pie-background: linear-gradient(to bottom, #ce8624,#ce8624) !important;
  behavior: url("PIE.htc") !important;
  position: relative !important;
  cursor: pointer !important;
}
#pubFilter input.pubFilterReset {
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  border: none !important;
  text-shadow: 0 1px 0px #e52001 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #e52001 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e52001), color-stop(100%, #e52001)) !important;
  background: -webkit-linear-gradient(top, #e52001 0%, #e52001 100%) !important;
  background: -o-linear-gradient(top, #e52001 0%, #e52001 100%) !important;
  background: -ms-linear-gradient(top, #e52001 0%, #e52001 100%) !important;
  background: -moz-linear-gradient(top, #e52001 0%, #e52001 100%) !important;
  background: linear-gradient(to bottom top, #e52001 0%,#e52001 100%) !important;
  background-clip: border-box !important;
  -pie-background: linear-gradient(to bottom, #e52001,#e52001) !important;
  behavior: url("PIE.htc") !important;
  position: relative !important;
  background-repeat: repeat-x !important;
}
#pubFilter input.pubFilterReset:hover {
  background: #c11a00 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c11a00), color-stop(100%, #c11a00)) !important;
  background: -webkit-linear-gradient(top, #c11a00 0%, #c11a00 100%) !important;
  background: -o-linear-gradient(top, #c11a00 0%, #c11a00 100%) !important;
  background: -ms-linear-gradient(top, #c11a00 0%, #c11a00 100%) !important;
  background: -moz-linear-gradient(top, #c11a00 0%, #c11a00 100%) !important;
  background: linear-gradient(to bottom top, #c11a00 0%,#c11a00 100%) !important;
  background-clip: border-box !important;
  -pie-background: linear-gradient(to bottom, #c11a00,#c11a00) !important;
  behavior: url("PIE.htc") !important;
  position: relative !important;
  cursor: pointer !important;
}
.pubCheckBox {
  /*display: none;*/
  float: left;
  margin: 9px 5px 0;
}
.pubCheckBox:checked + .labelPubCheckBox {
  font-weight: 400 !important;
  background: #f6f6f6 !important;
}
  
/*PUBLICTIONS*/
.front-publications {
  margin-top: 20px;
  border: 0px;
	padding-top:30px;
  margin-top:30px;
  border-top:1px solid #e9e9e9;
}

.front-publications h2 {
	margin:0px 0 0px 0;
}

.publication p a{
	float:left;
}
.publication p img{
	float:left;
}
.menu-publications-menu-container ul li a:hover {
  color: #ce8624;
}
.single-publication {
	padding:0 0 21px 0;
	margin-bottom:21px;
  /* clear: both;*/
  clear: inherit;
	border-bottom:1px solid #e9e9e9;
	display: inline-block;
	width:100%;
}
.single-publication h2 {
	margin-bottom: 0px;
}
.single-publication .entry a img{
	float:left;
	margin-right:21px;
	margin-top: 7px;
}
.single-publication .entry .publish-date.detail{
	position: relative;
	margin-bottom:12px;
}
.single-publication .tags {
	margin-top:2px;
	display: inline-block;
}
.single-publication .tags li{
	display: inline;
}
.single-publication .entry {
	margin-top:8px;
	display: block;
}
.rightcolumn .front-publications h2 {
  margin-bottom: 9px !important;
}
.rightcolumn .front-publications .single-publication {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
.front-publications .single-publication {
	padding:0px 0;
	margin-top:21px;
	width:100%;
	display:inline-block;
	border-bottom:0px;
}
.front-publications .single-publication a img{
	float:left;
	margin-right:12px;
	width: 78px;
}
.front-publications .single-publication h3{
	line-height: 1em;
  margin-bottom: 4px !important;
}
.front-publications .single-publication h3 a{
	font-size:16px;
}
.one_third.rightcolumn.last .single-publication h3 {
	    margin-top: 0px;
}
.front-publications .single-publication span.publish-date, .front-publications .single-publication span.publish-date a {
  font-size: 11px !important;
  line-height: 1.4;
}
div.link-to-publications {
	clear: both;
}
.front-publications .show-all {
	margin-top:21px;
}


.publication-teaser {
	margin-bottom:21px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:12px;
}
.publication-teaser h3 {
	/* float:left; */
	font-size:1.2em;
	font-weight: 400;
	margin-bottom:12px;
}

.publication-teaser img {
	float:left;
	margin:0 21px 12px 0;
}
.publication-teaser ul.tags {
	display: block;
	}
	
/* ===================== */
/* = Theses / Research = */
/* ===================== */
	
.single-publication iframe.thesesIssuu {
  margin-bottom: 20px;
}
table.mainTheses {
  border-collapse: collapse;
}
table.mainTheses, table.mainTheses td {
  border: 1px solid #ccc;
  padding: 20px;
}
table td.thesesTitle {
  padding: 8px 20px 8px 0px !important;
  /*font-weight: bold;*/
}
/*// Authors */
#content #theses_authorsTab .authorInfo, .authorInfo {
  border-top: 2px solid #ccc;
  padding-top: 10px;
}
#content #theses_authorsTab .authorInfo img, .authorInfo img {
  padding: 0;
  margin: 2px 10px 10px 0;
}
#content #theses_authorsTab .authorInfo p, .authorInfo p {
  font-size: 12px;
  margin-bottom: 5px !important;
  line-height: 1.4 !important;
  clear: none !important;
}
#content #theses_authorsTab .authorInfo p strong, .authorInfo p strong {
  font-size: 14px !important;
}
/*// Form */
table.thesesForm {
  border-collapse: collapse;
  width: 100%;
}
table.thesesForm, table.thesesForm td {
  padding: 10px 0 10px 10px;
}
table.thesesForm tr {
  border-bottom: 1px solid #ddd;
}  
table.thesesForm tr td.largeField {
  vertical-align: top !important;
}
table.thesesForm tr td.inputTitle {
  vertical-align: middle;
  /*padding-top: 12px !important;*/
  /*padding-right: 20px !important;*/
}
table.thesesForm tr td input, table.thesesForm tr td select {
  width: 100%;
}
.thesesAgreement {
  float: left;
  padding: 10px;
}
.thesesSubmit, .thesesSubmit input {
  float: right;
}
.thesesSubmit input {
  font-weight: normal !important;
  color: #fff !important;
  line-height: 1.5em !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  border: none !important;
  text-shadow: 0 1px 0px #e59501 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #e59501 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59501), color-stop(100%, #e59501)) !important;
  background: -webkit-linear-gradient(top, #e59501 0%, #e59501 100%) !important;
  background: -o-linear-gradient(top, #e59501 0%, #e59501 100%) !important;
  background: -ms-linear-gradient(top, #e59501 0%, #e59501 100%) !important;
  background: -moz-linear-gradient(top, #e59501 0%, #e59501 100%) !important;
  background: linear-gradient(to bottom top, #e59501 0%,#e59501 100%) !important;
  background-clip: border-box !important;
  -pie-background: linear-gradient(to bottom, #e59501,#e59501) !important;
  behavior: url("PIE.htc") !important;
  position: relative !important;
  background-repeat: repeat-x !important;
  
  padding: .4em 1.5em .5em !important;
  font-size: 16px !important;
  line-height: 1.2em !important;
}
.thesesSubmit input:hover {
  background: #ce8624 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce8624), color-stop(100%, #ce8624)) !important;
  background: -webkit-linear-gradient(top, #ce8624 0%, #ce8624 100%) !important;
  background: -o-linear-gradient(top, #ce8624 0%, #ce8624 100%) !important;
  background: -ms-linear-gradient(top, #ce8624 0%, #ce8624 100%) !important;
  background: -moz-linear-gradient(top, #ce8624 0%, #ce8624 100%) !important;
  background: linear-gradient(to bottom top, #ce8624 0%,#ce8624 100%) !important;
  background-clip: border-box !important;
  -pie-background: linear-gradient(to bottom, #ce8624,#ce8624) !important;
  behavior: url("PIE.htc") !important;
  position: relative !important;
  cursor: pointer !important;
}
.wpcf7-list-item input {
  margin: 0px 5px 0px -8px !important;
}
/*// Errors */
.wpcf7-response-output {
  text-align: center;
  float: left;
  width: 93%;
}

  
/*SOCIAL MEDIA TOOLBAR*/	
	div.social_share_privacy {
		
		margin-top:30px;
	}	
  div.social_share_privacy ul {
    overflow: initial;
  }
	
	
/*Search*/

.search-results {
	margin-bottom:21px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:12px;
}
.search-results h3 {
	/* float:left; */
	font-size:1.2em;
	font-weight: 400;
	margin-bottom:12px;
}

.search-results img {
	float:left;
	margin:0 21px 12px 0;
}
.search-results ul.tags {
	display: block;
	}
	
	

/*EVENTS*/
.event {	
	margin-bottom:15px;
	display: inline-block;
	width:100%;
}

.event h3 {
  margin: 4px 0px !important;
}
.event span.publish-date, .event span.publish-date a {
  font-size: 11px !important;
}

.single-event {
	border-bottom:1px solid #eee;
	padding:0 0 12px 0;
	margin: 0 0 12px 0;
	min-height:110px;
}
.single-event .event-content {
	float:left;
	margin-top: 12px;
	width:960px;
}
.single-event.two_thirds .event-content {
	width:auto;
}
.single-event p.entry{
	display: block;
}
.single-event h2{
	margin:0px;
	font-weight: 400;
	/* clear: both; */
}
.single-event .entry {
	clear:both;
	margin-top:21px;
	display: inline-block;
}
.single-event .publish-date {
	/* font-size:1.2em; */
	margin:0 0 6px 0;
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
}
.single-event .entry {
	margin-top:12px;
}
.event-chapter {
	color:#555555;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	
}
.single-event .event-chapter {
	margin:0;
	/* float: left; */
	margin:6px 0 0 21px;
}
.events-frontpage .show-all {
	margin-top:12px;
}
.upcomingEventsInfo {
  margin: 0px !important;
}
.upcomingEventsContent {
  margin-top: 6px;
}
.single-event img {
	clear:both;
	display: block;	
	
	padding:7px 0;
}
.single-event .tags {
	margin:6px 0;
	display: inline-block;	
}


body.archive ul.tags {
	display: inline-block;
}
body.archive ul.tags li{
	display: inline-block;
}
body.archive p{
	clear:both;
}


.archivebox {
	background-color:#f5f3f2;
	padding:15px;
	margin-bottom:30px;
	border-radius: 2px;
}
.archivebox a {
	display: block;
}




.date-info {
		
}
.date-info p {
	color:#555555;
	margin:0px;
	font-size:15px;
}
.date-info h3 {
	line-height: 16px;
}
.date-info h3 a {
	font-size:16px;
	line-height: 16px;
}
.date-info h4 {
	color:#6086bb;
	
}
.date-block {
	background-color:#6086bb;
	background-color:#ffffff;
	display: block;
	float:left;
	margin-right:12px;
	padding:3px;
	color:#777777;
	width:80px;
	height:70px;
	font-family: 'Source Sans Pro', sans-serif;
}
.date-block.list {
	border:1px solid #e5e5e5;
	margin-right:12px;
	margin-bottom: 12px;
}
.date-block p.month {
	display: block;
	background-color: #999999;
	color:#fff;
	padding:3px;
	text-transform: uppercase;
}
.date-block p.days {
	text-align: center;
	color:#999999;
	margin-top:9px;
}
.date-block p.days span.enddate.hide,
.date-block p.days span.enddate .hide {
	display: none;
}

.date-block p {
	
    left: 0px;
    margin: 0;
    padding: 0;
    position: relative;
    /* width: 40px; */
    color:#fff;
    word-wrap: break-word;
    text-align: center;
}
.show-all {
	font-size:18px;
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
}




/*
S*/
.programmes h2 {
	font-weight:400;
	margin:6px 0 12px 0;
}
.programmes-overview h2 {
	font-weight:400;
}
.programmes .one_half {
	width:46%;
}
.letter-group {
	margin:0 0 21px 0;
}
.letter-cell {
	background-color: #EAEAEA;
	display: block;
	width:18px;
	height:18px;
	color:#444444;
	padding:5px;
	text-align: center;
	vertical-align: middle;
	margin-bottom:4px;
}
.container.programmes .one_half{
	min-height:345px;
}
.category-single-programme h1 {
	font-weight: 600;
	font-size:1.5em;
	line-height:1em;
}
.category-list{
	margin-top:15px;
	border-bottom:1px solid #eeeeee;
	padding-bottom:10px;
}
.category-list h3{
	margin-bottom:6px;
	font-size:1.2em;
	font-weight: 600;
}

/* Subsite Categorie*/
	ul.programm-categories li {
		display: block;
		min-height: 100px;
		width: 275px;
		margin-bottom:21px;
		margin-right:21px;
		background-color:#F9F9F9;
		float: left;
		padding:12px;
	}
	ul.programm-categories li:hover {
		cursor: pointer;
		background-color:#f3f3f3;
	}
	/*
div.container.programmes .one_third.programmes {
		padding:0px!important;	
	}
*/
.tabs-content .list a {
	font-size:15px;
}





/*CHAPTER Styles*/

	/*Startseite*/
	.single-topic h2 {
		margin-bottom:0px;
	}
	.single-topic {
		border-bottom: solid 1px #e5e5e5;
		margin-bottom:21px;
		padding-bottom:21px;
	}
	/* Left Column */
	.single-left-column ul li {
		list-style: disc;
	}
	.article-frontpage ul{
		margin:0 0 0 15px;
	}
	.article-frontpage li {
		list-style: disc;
	}
	
	
	.article-frontpage h3 {
		margin: 0px;	
	}
	.article-frontpage .single-topic p.entry {
		margin-top:7px;
	}
	.article-frontpage .single-topic img {
		margin-bottom: 9px;
	}
	
	.single-news h2 {
		margin-bottom:4px;	  
	}
	.single-news h3 {
		margin-bottom:0px;
		display: block;
		line-height:1.1em;
	}
	.single-news .entry {
		margin-top:5px;
	}
	.single-news .publish-date
	{
		margin-bottom: 9px;
	}
	.single-news img {
		float:left;
		margin:12px 18px 6px 0!important;
	}
	.single-news img.alignright {
		float:right;
		margin:12px 0px 6px 18px!important;
	}
	.single-news-detail img{
		float: left;
		margin-right:21px;
	}
	.single-news-detail h2 {
    margin-bottom: 10px;
	}
	.single-news-detail .publish-date {
    margin-bottom: 18px;
  }
	
  .single-news .tags {
		float:left;
	}
	.one_third.rightcolumn {
		background-color: #f5f5f5;
		padding:21px;
		width:26.3%;
	}
	
	.subpages-getinvolved {
		background-color: transparent;
		padding:0px;
		display: inline-block;
	}
	ul.nav-subpages li{
		display: block;
	}
	
	.tags {
		display: block;
		width:100%;
	}
	.publish-date {
		display: block;
	}
	
	table.oikostags tbody tr {
		
		border-bottom:1px solid #eeeeee;
	}
	table.oikostags tbody tr td{
		
		padding-bottom: 10px;
	}



/*PROJECTS*/
/*
.container.project .two_third {
	float: left;
}
*/
.project-header {
	display: inline-block!important;
	width:100%;
	color:#fff;
	min-height:200px;
	position: relative;
}
.project-header .one_half{
	margin:0!important;
	/* width:47.8%; */
}
.project-header .one_half .linie{
	height:200px;
	width:82px;
	display: block;
	position: absolute;
	left:445px;
	top:0px;
	z-index:10;
}
.project-header.blue .one_half.left.linie{
	background: transparent url("images/projectheader-linie.png") 440px 0 no-repeat;
	width:100%;
	height:100%;
}
.project-header.gray .one_half.left.linie{
	background: transparent url("images/projectheader-linie-gray.png") 440px 0 no-repeat;
	width:100%;
	height:100%;
}
.project-header .one_half.left{
	padding:21px 0 21px 21px;
	max-width:441px;
	max-width:501px;
	position: absolute;
	left:0px;
	z-index: 100;	
}
.project-header .one_half.last{
	max-width:525px;
	max-width:565px;
	position: absolute;
	right:0px;
}
.project-header .one_half.last img{
	position: absolute;
	right:0px;
}
.project-header.gray {
	background-color: #a9a9a9;
}
.project-header.blue {
	background-color: #42b8de;
}
.project-header.gray.diagonal a.calltoaction, .project-header.blue.diagonal a.calltoaction{
	right:0px;
}
a.calltoaction {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: block;
	background-color: #1e3d8f;
	background-color: #4b64a5;
	color:#ffffff;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	float:right; 
	z-index: 100;
	right:35px;
	line-height: 1.1em;
}
a.calltoaction span {
	position: relative;
	left:0px;
	line-height: 1em;
}
a.calltoaction:hover {
	background-color: #1a347a;
}
.tiletext {
	line-height:1.1em;
}

div
.header-info {
	float:left;
	display: block;
	max-width:325px;
	
}
.project-header 
.header-info h3 {
	color:#0d252c;
	font-size:2.6em;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:0px;
	font-weight:600;
	line-height:1em;
}
.project-header 
.header-info h4 {
	color:#1a4a59;
	font-size:1.3em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
.project-header 
.header-info p {
	color:#ffffff;
	margin:6px 0 0 0;
	font-size:1.3em; /*21px*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height:1.1em;
}
.project-header 
.header-info p.date {
	color:#ffffff;
	margin:0px;
	font-size:1.3em; /*21px*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height:1.4em;
}
.project-header a.calltoaction {
	color:#fff;
	font-size:1.1em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	position: relative;
}
div.project-list {
	margin-left:-21px;
}
.overview-single-project {
	
	margin-bottom:20px;
	display: inline-block;
	height: 150px;
    margin-bottom: 12px;
    width: 28.7% !important;
    width:207px!important;
    background-color: #f9f9f9;
    background-color: #eaeaea;
    padding:9px;
    margin-left:12px;
    float: left;
    font-size:.9em;
    border:1px solid #dddddd;
}
.overview-single-project:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}
.overview-single-project h3 {
	font-size:1.4em;
	line-height:1.2em;
	margin-bottom:6px;
}
.overview-single-project h4 {
	font-size:1em;
	margin-bottom:6px;
}
.overview-single-project p.date {
	font-size:1.2em;
	margin:0 0 0px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.overview-single-project p.place {
	font-size:1.2em;
	margin:0 0 30px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}


.project-header span.applynow {
	position: absolute;
	top:70px;
	left:42px;
	font-size:2.2em;
	line-height: .4em;
	font-weight: 300;
	vertical-align: middle;
}

.one_fourth.last.customfield
 {
	margin-top:6px;	
}


/*TABLE*/
	table.tablepress h2 {
	font-size: 1.2em !important;
	margin: 0!important;
	font-family: inherit;
}
.oikostable tbody{
	width:400px;
}
.tablepress tbody tr:first-child td {
	padding-left:0px;
}
.tablepress th, .tablepress td {
	padding-left:0px!important;
}


/*CONTENT*/		
	#content .two_thirds p,
	#content .two_fourths p,
	#content .three_fourths p
	{
		line-height:1.3em!important;
	}
	.entry {
		line-height:1.3em;
	}
	
.entry-content h1.entry-title, .entry-content h2.entry-title {
	font-weight:600;
}	
.entry-content p {
	margin-bottom:12px;
}
.hubSidebar h2 {
	margin: 21px 0;
}
.hubSidebar p {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 12px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.3;
}
.hubSidebar .btn {
  display: block;
  margin-top: 12px;
  padding: 10px 0;
  text-align: center;
  color: white;
  background-color: #e59501;
}
.hubSidebar .btn:hover {
  opacity: 0.9;
}
.entry-content ul {
	list-style-type:disc;
	list-style-position: outside;
	margin:0 0 15px 15px; 
}
.entry-content ul.tabs-content {
	list-style-type:none;
}
	
#content h2 {
	font-weight:600;
	font-size:1.3em;
}

/* @group Tabs */

	ul.tabs { 
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 2px #e59501; }
	ul.tabs li { 
		display: block;
		width: auto;
		height: 42px;
		padding: 0;
		float: left;
		margin-bottom: 0;
		margin-right: 3px; }
	ul.tabs li a { 
		display: block; 
		text-decoration: none;
		width: auto; 
		height: 40px; 
		padding: 0px 8px; 
		line-height: 40px; 
		border: solid 0px #ddd;
		border-width: 0px 0 0 0px; 
		margin: 0;  
		background: #e5e5e5;
		font-size: 16px;
		color:#444444; }
	ul.tabs li a.active { 
		background: #e59501; 
		height: 42px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-right-width: 0px;
		margin: 0 -1px 0 0;
		color: #ffffff;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a {
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		border-width: 0px 0px 0 0px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	
	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }
		
	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }
	ul.tabs-content ul {
		list-style-type: disc;
		margin-left:15px;
	} 
	ul.tabs-content ul li{
		margin-bottom:12px;
	} 
	  


/* @end */

/* @group Toggles */

.toggle_container {
	padding: 10px;
	margin-bottom: 1px;
	background-color: #fff;
}


p.trigger {
	display: block;	
	padding:  8px 8px 8px 16px;
	margin: 0 0 2px 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 175%;
}

/* Up Toggle State */

p.trigger {
	background: #e5e5e5 url(images/16_expand.png) no-repeat 10px center;
	border-top: 0px solid #e5e5e5;
	padding-left: 34px;
}

p.trigger a {
	color: #2774ae;
	color:#444444;
	/* text-shadow: #fff 1px -1px 0; */
	text-decoration: none;
}

/* Hover Toggle State */

p.trigger:hover {
	background: #e59501 url(images/16_expand.png) no-repeat 10px center;
	color:#ffffff;
}

p.trigger a:hover,p.trigger.active a:hover {
	color:#ffffff;
	/* text-shadow: #fff -1px 1px 0; */
}

/* Active Toggle State */

p.trigger.active {
	background: #e59501 url(images/16_collapse.png) no-repeat 10px center;
	border-top: 0px solid #ebebeb;
}

p.trigger.active a {
	color: #000;
	/* text-shadow: #fff 1px 1px 0; */
}

/* @end */



h3.widget-title {
	font-size:21px;
}
li.widget-container.widget_text {
	list-style-type: none;
	list-style: none;
}

/*Twitter Widget*/

.twitter-widget-2 ul {
	margin:0px;
	padding:0px;
	font-size:14px;
}

.twitter-widget-2 ul li {
	margin-bottom:21px;
}


img.tb_twitterlogo {
    border: medium none;
    float: none!important;
    height: 22px!important;
    margin-bottom: 5px;
    width: 31px!important;
}
#msg_loading {
	background-color: transparent!important;
}
.tb_tweetlist {
	font-size:13px;
	line-height:1.4em;
	margin-bottom:12px!important;
	border-bottom: 1px solid #e5e5e5!important;
}
.tb_header {
	padding-bottom:12px;
}
.tb_tweet {
	padding:18px 0!important;
	border-top:1px solid #e5e5e5!important;
}
.tb_tweet img{
	margin:0 12px 0px 0!important;
}
span.tb_tweet-info,
span.tb_tweet-info a {
	color:#bbbbbb;
}
.tb_infolink {
	display: none!important;
}
.tweetbox {
	height:auto;
	position: relative;
}
.tweetbox h3 {
	position: absolute;
	left:60px;
}
.tb-widget-configuration {
	height:0px;
}
div.tb_msg {
	background-color:transparent!important;
	border:0px!important;
}


#content .one_third.last .widget-title,
#content .one_fourth.last .widget-title {
	background-color:#f5f5f5;
	margin-bottom:0px;
	padding:18px 18px 0 18px;
}
#content .one_third.last .widget_text, #content .one_third.last .textwidget,
#content .one_fourth.last .widget_text, #content .one_fourth.last .textwidget {
	padding:18px;
	background-color:#f5f5f5;
	margin-bottom:21px;
}
#content .one_third.last .widget_text p, #content .one_third.last .textwidget p,
#content .one_fourth.last .widget_text p, #content .one_fourth.last .textwidget p {
	padding:0px;
	margin:0px;
}
div.contactbox {
	background-color:#f5f5f5;
	margin-bottom:30px;
	padding:18px;
	
}
div.contactbox img.alignleft{
	float:none;
}
#footer {
	background-color:#3a5070;
	width:100%;
	color:#eff3f8;
	position: relative;
	/* min-height:342px; */
	height: auto;
	margin-bottom:0px;
	padding:30px 0px 60px 0!important;
}
#footer .container{
	padding-top:0px;
}
#footer h3{
	display: block;
	color:#d0dbeb;
}
#footer-bottom {
	background-color: #344865;
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:70px;
}
#footer-bottom li {
	display: inline;
}
#footer-bottom li a {
	color:#90abd0;
}
#footer-bottom li a:hover {
	color:#6c90c1;
}

#footer-bottom ul {
	margin-top:30px;
}
#footer-bottom ul li{
	margin-right:42px;
}
#footer .one_third  a {
	color:#ffffff;
}
#footer .one_third  a:hover {
	color:#f9f9f9;
	text-decoration: underline;
}
#footer .one_third {
	border-right:1px solid #435e83;
	padding-right:2.18%;
	min-height:270px;
	width:29%;
	margin-bottom:30px;
	margin-right:3.1%;
	padding-top:0px;
}
#footer .one_third.last {
	border-right:0px solid #435e83;
}

#footer .one_third ul li{
	margin-bottom:12px;
	background: url(images/footer-list.png) 0 3px no-repeat;
	padding-left:21px;
}
#footer .one_third input[type="submit"], #footer .one_third input[type="button"] {
	border:0px;
	background:none;
	background-color: #26364b;
	padding:12px;
	color:#ffffff;
	border-radius:0px!important;
	text-shadow: 0 0 0 transparent;
	color:#fefefe;
	font-size:.8em;
	margin:12px 0;
}
#footer .one_third input[type="submit"]:hover, #footer .one_third input[type="button"]:hover {
	background-color:#1d2a3a;
}
#footer input[type="text"], #footer input[type="email"]{
	background-color:#d0dbeb;
	border:0px;
	border-raduis:0px;
	width:80%;	
}
#footer .nm_mc_form form ul li{
	background: none;
}
#footer .nm_mc_form form ul li label{
	margin-bottom:6px;
}


#footer #mc_signup {
	margin-top:12px;
}
#footer .mergeRow, #footer .mc_help {
	display: none!important;
}
#footer #mc_signup_form {
	background-color: transparent!important;
	padding:0px;
}
#footer label.mc_var_label {
	color:#EFF3F8;
}
#footer #mc_subheader {
	color:#EFF3F8;
	margin-bottom:12px;
}
#footer .mc_signup_submit {
	text-align: left;
}
#footer #mc_message {
	
	margin-bottom:12px;
}
#footer .mc_success_msg {
	color:#F28B00;
}

.textwidget {
	margin-bottom:21px;
}
#footer .one_third.last a {
	text-decoration: underline;
}
#footer .nm_mc_form {
	line-height:1.3em;
}
#footer .nm_mc_form label {
	margin-top:21px;
}
ul.scfw_text_img li:hover, ul.scfw_16px li a:hover, ul.scfw_24px li:hover, ul.scfw_32px li a:hover {
    background-color:#becde3;
    background-color:transparent;
}







/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 1008px) and (max-width: 1059px) {
	
	/*
.container {
	    width: 990px;
    }
*/	
    .ls-minimal .ls-nav-next {
    	right: 0!important;
    }
    ls-inner {
	    width:1002px!important;
    }
	.ls-minimal .ls-nav-prev {
    	left: 0!important;
    }
    
    #wrap {
	    padding:0 21px!important;
    }
    
    .ls-wp-container {
		width:1002px!important;
		margin: 0 -21px !important;
	}
	.ls-layer h1 {
		font-size:18px;
	}
	
		
	/*
	.ls-layer .ls-active {
		max-width:1049px!important;
	}
	*/
		
	}/*ENDE */
	
	
	div#oikos-post-class.postbox div.inside p.admin-hint {
	color:#f00!important;
	}
	p.admin-hint {
		color:#FF0000!important;
		font-size:1.4em;
		
	}
	
	/* Hide Add Tags in Admin */
	.tagselect-add-wrap {
	  display: none !important;
	}
	
		
	
	@media only screen and (min-width: 768px) and (max-width: 1007px) {
	
	#navigation ul {border-radius:0px;}
	#navigation ul li a {font-size: .9em;padding: 10px 15px;}
	#navigation ul {min-width: 700px;}
	#sidebar .widget-container {margin-left: 0px;}
	.resize {display: none;}
	#respond textarea {width:auto;}	
	#header .site-desc.text {font-size: 1.25em;}
	
	
	#header {
    	margin-top: 0;
    }
	.menu-chapter {
		left:-20px;
		top:0px;
		margin-bottom:30px;
	}
	
	.menu-chapter {
    float: left;
    position: relative;
    bottom: 25px;
    }
    
    .menu-international {
	    float: left;
	    position: relative;
	    bottom: 0px; 
	    top:48px;
    }
    .menu-chapter {
	    float: left;
	    position: relative;
	    bottom: 0px; 
	    top:0px;
    }
    .menu-chapter li a, .menu-international li a {
	    font-size:1.34em;
    }
	.container {
	   width:728px;
    }
    .container .sixteen.columns {
	   width:728px;
    }
	.ls-wp-container {
		width:752px!important;
		margin: 0 -12px !important;
	}
	.ls-inner {
    	width: 752px !important;
    }
	  #wrap {
	    padding:0 12px!important;
    }
    .programmes .one_half {
    	width: 100%;
    }
    #content div.one_third {
	 	width:30.45%!important; 
	    margin-right:2%!important;  
    }
    #content .one_third.rightcolumn {
	    width:26.4%!important; 
	    margin-right:0!important;  
    }
    #footer div.one_third {
	 	width:29%!important; 
	    margin-right:2%!important;  
    }
    .events-frontpage .event-chapter {
	    line-height:1em;
	    font-size:.9em;
    }
    .date-block {
	    width:60px;
    }
    .date-info h3 a {
	 	font-size:15px;
	 	line-height: auto;   
    }
    .date-info {
	    font-size:1em;
    }
    .one_third.rightcolumn.last .date-info h3 {
	    float:none;  
    }
    .one_third.rightcolumn.last .single-publication img {
	    width:60px;
    }
    
    div#tags ul li a{
		font-size:14px;
	}
    
    .single-publication h2 {
	    margin-bottom:12px;
	    line-height: 1em;
    }
    .single-publication .entry {
	    margin-top:8px;
    }
    .single-publication .entry img {
	    margin-bottom:21px;
    }
    button.calltoaction {
	    border-radius: 100px;
	    height:100px;
	    width:100px;
    }
    .project-header {
	    min-height: auto;
    }
    .two_thirds {
    	width: 63%!important;
    }
    .container.programmes .one_half {
	    border-bottom: 1px solid #eee;
	    padding-bottom:21px;
	    margin-bottom: 30px;
    }
    
    /*
.one_fourth.last {
	    clear: both;
    }
*/
    ul.tabs li a, ul.tabs li a.active {
	    padding:0 9px;
	    font-size:14px;
    }
    ul.tabs li a.active {
	    top:0px;
    }
    .tabs-content p {
	    display: inline-block;
    }
    .tabs-content p.trigger {
	    display: block;
    }
    /*
.home .border h3, .news-frontpage h3, .one_third.rightcolumn.last h3, .article-frontpage h3 {
	    float:left;
    }
*/
    .home .one_third.border {
	    /* padding-right:37px; */
    }
    #footer {
	    width:auto;
	    padding: 30px 12px 60px !important;
    }	
	
	.ls-minimal .ls-nav-next {
    	right: 0!important;
    }
	.ls-minimal .ls-nav-prev {
    	left: 0!important;
    }
	.home .border h3, .news-frontpage h3, .one_third.rightcolumn.last h3, .article-frontpage h3 {
		float:none;
	}
	.front-publications .single-publication {
		border-bottom: 1px solid #e9e9e9;
		padding-bottom:12px;
		margin-top:12px;
	}
	.front-publications .single-publication h3 a{ 
		font-size:15px;
	}
	
	#flyout-container {
		margin:0 -12px;
		width:711px;
	}
	.flyout-body .one_half .start-chapter .box {
		float:left;
		font-size:16px;
		height:46px;
		border-radius:2px;
	}
	
	.single-news-frontpage h3 {
		display:inline-block;
	}
	
	
	.ls-bottom-nav-wrapper {
		height:45px!important;
		position: fixed;
		display: inline-table!important;
	}
	.ls-bottom-slidebuttons {
		height:100px;
		display: inline-block!important;
		background-color: #ffc!important;
	}
	.ls-minimal .ls-bottom-slidebuttons, .ls-minimal .ls-bottom-slidebuttons a, .ls-minimal .ls-nav-start, .ls-minimal .ls-nav-stop, .ls-minimal .ls-nav-sides
	{
		display: inline-block;
	}
	
	.ls-nav-prev, .ls-nav-next {
		display: block!important;
		visibility: visible!important;
	}
	
	
	
	/*Projektseite*/
	.project-header {
		height:133px;
	}
	.project-header .one_half img {
		max-width:100%;
	}
	.project-header .one_half .linie {
		height: 133px;
		left: 355px;
	}
	a.calltoaction {
		height:80px;
		width:80px;
		font-size:.8em!important;
	}
	div
  .header-info {
		max-width: 260px;
	}
	.project-header span.applynow {
		left:36px;
		top:44px;
	}
	.project-header 
  .header-info p {
		font-size: 1em;
	}
	.editorspick {
    margin: 0px -30px 30px -15px;
}




	/******************************
	Content-Tab-Navigation
	******************************/
	.navTab {
		position: relative;
		margin-top: 40px;
		clear: both;
	}
	.navTab ul.nav {
		list-style: none !important;
		padding: 0 !important;
		height: 28px !important;
		background-image: url(../media/bg_navTab_line.gif);
		background-position: 0 23px;
		background-repeat: repeat-x;
	}
	.navTab ul.nav li {
		display: inline !important;
		list-style-image: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.navTab ul.nav a {
		display: block;
		color: #42515F;
		margin-right: 1px;
		padding: 0;
		height: 23px;
		float: left;
		background-image: url(../media/bg_navTab_right.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		border-bottom: 1px solid #b3b3b3;
		line-height: 15px;
	}
	* html .navTab ul.nav a {
		line-height: 7px;
	}
	.navTab ul.nav a.active,
	.navTab ul.nav .ui-state-active a {
		background-image: url(../media/bg_navTab_right_active.gif);
		border-bottom: 1px solid #fff;
		color: #73004d;
		font-weight: bold;
		line-height: 19px;
	}
	* html .navTab ul.nav a.active,
	* html .navTab ul.nav .ui-state-active a  {
	 line-height: 12px;
	}
	.navTab ul.nav a span {
		background-image: url(../media/bg_navTab_left.jpg);
		padding: 5px 12px 7px 12px;
		display: block;
		background-position: top left;
		background-repeat: no-repeat;
	}
	* html .navTab ul.nav a span {
		padding: 9px 12px 7px 12px;
	}
	.navTab ul.nav a.active span,
	.navTab ul.nav .ui-state-active a span {
		background-image: url(../media/bg_navTab_left_active.gif);
	}
	.navTab ul.nav a:hover {
		background-image: url(../media/bg_navTab_right_active.gif);
		color: #73004d;
	}
	.navTab ul.nav a:hover span {
		background-image: url(../media/bg_navTab_left_active.gif);
		color: #73004d;
		text-decoration: underline;
		padding-bottom: 3px;
	}
	
	.ui-tabs-hide {
		position: absolute;
		top: -1000px;
		left: -1000px;
		margin: 0;
		padding: 0;
	}






	
	
	}/*ENDE */

	
	
	
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {
	
	#wrap {}
	#header .site-desc.text {font-size: 1.25em;}
	#navigation {margin: 10px 0px;}
	
	#navigation ul,
	#navigation ul li,
	#navigation ul li a {
	float: none;
	background: transparent;
	border: none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	behavior:none;
	}
	
	#navigation ul li a,
	#navigation ul li.active a,
	#navigation ul li a:hover,
	#navigation ul li:hover a {
	border: none;
	padding: 2px 0;
	line-height: 150%;
	background: transparent;
	background-image: none;
	}
	
	/* Initial reset and hide sublevels in mobile view */
	
	#navigation ul.sub-menu,
	#navigation ul.sub-menu li,
	#navigation ul.sub-menu li:hover,
	#navigation ul.sub-menu li a,
	#navigation ul.sub-menu li a:hover
	 {
		display: none;
		position: relative;
		left: 0px;
		line-height: 100%;
		background: none;
		border: none;
		border-style: none;
		box-shadow:none;
		padding: 0;
		margin: 0;
		height: auto;
		background-image: none;
	}
	
	/* Declare new padding for submenu items */

	#navigation ul.sub-menu li a,
	#navigation ul.sub-menu li a:hover {
		padding: 4px 0px 4px 10px;
	}
	
	/* Show on hover */
	
	#navigation li:hover ul.sub-menu,
	#navigation li:hover ul.sub-menu li,
	#navigation li:hover ul.sub-menu li a {
		display: inline-block;
	}
	#respond textarea {width:300px;}	


	
	#wrap .products li,.products li.first,.products li.last {
 	float: left;
 	clear: both;
	margin: 20px 0px 20px 0px;
	width: 100%;
	}
	#breadcrumb {display: none;}
	
	#menu-meta-navigation {
		display: none;
	}
	
	#sidebar .widget-container {margin-left: 0px;}
	.full-width,
	.one_half,
	.one_third,
	.two_thirds,
	.three_fourths,
	.one_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {width: 100%;}
	.resize {display: none;}
	
	
	#wrap {
			padding:0 21px;
		}
		
		.ls-wp-container {
			display:none!important;
		}
		
		#content .one_third.rightcolumn {
			width:80%;
		}
	ul.tabs {
		border-bottom:0px;
	}	
		
	ul.tabs li {
		width: 100%;
		height:38px;
		font-size:1em;
		margin-bottom:4px;
	}
	table {
		width:auto;
	}
	.tablepress img {
		width:100%;
	}
	.tablepress tr td.column-2 {
		width:100%;
	}
		
	#footer .one_third {
		width:100%;
		border-right:0px;
		border-top:1px solid #435E83;
		min-height: none;
		margin-bottom:12px;
		padding-top:21px;
	}	
	.parallelogram  {
		transform: skew(0deg);
	}	
		.flyouts {
	    float: left;
	    left: 10px;
	    position: absolute;
	    top: 9px;
	    z-index: 1;
    }
    .menu-chapter, .menu-international {
	    float: left;
	    position: relative;
	    top: 70px;
    }
    div.social_share_privacy {
	    display: none;
    }
    
 }
 
 
 	/*  #Mobile (Portrait) 
================================================== */
    
    /* Note: Design for a width of 320px */
    
    @media only screen and (max-width: 767px) {
    	#wrap {
	    	padding:0 10px;	
    	}
    	#header {
	    	height:20px;
	    	width:100%!important;
	    	position: relative;
	    	top:-25px;
    	}
    	#header .inner img.logo {
	    	max-width: 40%!important;	
    	}
    	#header .inner {
	    	padding-top:35px;
    	}
    	#site-title {
	    	font-size: 2em;
	    	left:12px;
	    	top:0px;
    	}
    	body.parent-homepage #header img{
	    	margin-top:7px;
    	}
    	.service-nav {
	    	top:0px!important;
    	}
    	.menu-chapter {
	    	display: block!important;
	    	width:98%;
	    	margin-bottom:0px;
    	}
    	.menu-chapter, .menu-international {
	    	width:100%;
    	}
    	.menu-chapter li, .menu-international li {
	    	display: block!important;
	    	margin-left:0px!important;
	    	padding-left:0px!important;
	    	border-left: 0px!important;
	    	height:36px!important;
	    	border-top:1px solid #eee;
	    	width:100%;
	    	display: block;
	    	padding:10px 0 5px 0;
    	}
    	.menu-chapter li:last-child, .menu-international li:last-child {
    		border-bottom:1px solid #eee;
    	}
    	
    	.one_fourth {
	    	padding-top:0px!important;
	    	margin-bottom: 0px!important;
    	}
    	
    	#map_canvas {
	    	display: none;
    	}
    	
    	/*Mobile Menu*/
    	button.btn::-moz-focus-inner, input.btn[type="submit"]::-moz-focus-inner {
	    	border: 0 none;
	    	padding: 0;
	    	}
	    	.btn {
		    background: none repeat scroll 0 0 #5E86BC;
		    border: 0 none;
		    color: #FFFFFF;
		    cursor: pointer;
		    display: inline-block;
		    font-size: 16px;
		    height: 40px;
		    line-height: 21px;
		    margin-bottom: 0;
		    padding: 3px 12px;
		    text-align: center;
		    vertical-align: middle;
		    border-radius:0px;
		    text-shadow: 0 0 0 transparent;
		    font-weight: normal;
		}
		.btn:hover, .btn:focus {
		    background: none repeat scroll 0 0 #2E489B;
		    color: #FFFFFF;
		    text-decoration: none;
		    transition: background-position 0.1s linear 0s;
		}
		.icon-menu-white {
		    background-position: 0 -2499px;
		    margin-top: 0;
		    padding-left: 24px;
		}
		[class^="icon-"], [class*=" icon-"] {
		    background-image: url("images/myekz-sprite.png");
		    background-repeat: no-repeat;
		    display: inline-block;
		    vertical-align: text-top;
		}
		
    	 #mobile-menu {
		    width: 100%;
		    text-align: left;
		    position: relative;
		    top:120px;
		    left:0px;
		    float:left;
		  }
		  #mobile-menu.active {
		    background-color: #2E489B;
		    color:#fff;
		  }
		  .menu-chapter ul.menu, .menu-international ul.menu {
		    display: none;
		    height: auto;
		  }
		 
    	
    	
    	
    	
    	/*Pfeile f�r Navigation*/
    	/*
.menu-chapter li a:before, .menu-chapter li a:after,
    	.menu-international li a:before, .menu-international li a:after {
		    border-right: 2px solid;
		    content: '';
		    display: block;
		    height: 8px;
		    margin-top: -6px;
		    position: absolute;
		    -moz-transform: rotate(135deg);
		    -o-transform: rotate(135deg);
		    -webkit-transform: rotate(135deg);
		    transform: rotate(135deg);
		    right: 10px;
		    top: 50%;
		    width: 0;
		}
		.menu-chapter li a:after,
		.menu-international li a:after {
		    margin-top: -1px;
		    -moz-transform: rotate(45deg);
		    -o-transform: rotate(45deg);
		    -webkit-transform: rotate(45deg);
		    transform: rotate(45deg);
		}
*/		

		.menu-chapter li a,
    	.menu-international li a {
		    background: url("images/oikos-sprite.png") right 9px no-repeat;
		    display: block;
		    font-size: 1.2em;
		}
		.menu-chapter li a:hover,
    	.menu-international li a:hover {
		    background: url("images/oikos-sprite.png") right -180px no-repeat;
		    display: block;
		    font-size: 1.2em;
		}
		
    	
    	.home .one_third.border {
	    	min-height: 100%!important;
    	}
    	
    	
    	.service-nav #menu-meta-navigation li:first-child  {
    		display: none!important;
    	}
    	.flyouts {
	    	top:-109px!important;
	    	left:0px;
	    	position: relative;
    	}
    	.meta-nav {
	    	margin-top:44px;
    	}
    	.meta-nav li {
	    	display: block!important;
    	}
    	.service-nav {
	    	float:left;
	    	top:-21px;
	    	position: relative;
    	}
    	.service-nav li {
	    	display: block!important;
	    	margin-left:0px;
	    	margin-top:15px;
    	}
    	#flyout-container {
	    	margin: 0;
    	}
    	
		div ul li {
			float: left;
			width:100%;
	
		}
    	div ul.flyouts li {
	    	float:left;
	    	width: auto;
    	}
    	div#tags ul li {
	    	width:50%;
    	}
    	.one_third {
	    	margin-right: 0!important;
	    	padding-right:0px!important;
	    	border-right:0px!important;
    	}
    	.home .one_third.border {
	    	margin-right: 0!important;
	    	padding-right:0px!important;
	    	border-right:0px!important;
	    	margin-bottom: 0px;
	    	min-height:auto;
    	}
    	
    	
    	
    	.overview-single-project {
	    	width:270px!important;
	    	margin-left:21px;
    	}
    	#content .one_third, 
    	#content .two_thirds, 
    	#content .one_fourth, 
    	#content .two_fourths, 
    	#content .three_fourths {
	    	width:100%;
    	}
    	.one_fourth.last {
	    	
	    	width:90%!important;
    	}
    	/*
.project-header {
	    	height: 200px!important;
	    	
    	}
*/
    	
    	#content.columns div.container div.three_fourths div.entry-content h2.entry-title {
	    	margin:0px;
    	}
    	
    	
    	
    	#footer {
	    	padding-bottom:12px!important;
    	}
    	#footer .one_third {
	    	margin-bottom: 12px!important;
	    	min-height: none!important;
    	}
    	#footer-bottom {
	    	margin-top:12px!important;
    	}
    	#footer-bottom ul li {
	    	margin-right:12px!important;
    	}
    	
    	
    	#crumbs {
	    	margin:0px;
	    	display:none;
    	}
    	#content {
	    	margin:70px 0 0 0;
    	}
    	
    	
    	
    	
    	ul.subpages {
	    	border-right:0px;
	    	border-bottom:1px solid #eee;
	    	padding-bottom:0px;	
    	}
    	ul.subpages li {
	    	display: block;
	    	margin-bottom:1px;
	    	border-top:1px solid #eee;	
	    	width:100%;
    	}
    	ul.subpages li.current_page_item.sub
    	{
			border-bottom: 0px!important;
			margin-bottom:0px;
		}    	
    	ul.subpages li a {
	    	display: block;
	    	padding:10px 0px;
    	}
    	ul.subpages li .children {
	    	margin-left:0px;
	    	margin-bottom: 1px;
	    	margin-top:0px;
	    	width:100%;
    	}
    	ul.subpages li .children li a{
    		padding:10px 0 10px 12px;
    	}
    	.subpages li.sub > a{
    		background: url("images/oikos-sprite.png") right 15px no-repeat;
    	}
    	
    	
    	
    	/*
.project-subpages li .children.sub > a{
    		background: url("images/oikos-sprite.png") right 5px no-repeat;
    	}
*/
    	
    	
    	
    	
    	.subpages li.sub.current_page_item > a{
    		background: url("images/oikos-sprite.png") right -75px no-repeat;
    	}
    	.project-subpages li.current_page_item.sub .children li.sub > a{
    		background: url("images/oikos-sprite.png") right 20px no-repeat;
    	}
    	.project-subpages li.current_page_item.sub .children li.sub > a:hover,
    	.project-subpages li.current_page_parent.sub .children li.current_page_item.sub > a{
    		background: url("images/oikos-sprite.png") right -170px no-repeat;
    	}
    	.project-subpages li.page_item ul.children li.page_item ul.children li.page_item{
	    	padding:0;
    	}
    	.project-subpages li.page_item ul.children li.page_item ul.children li.page_item:last-child{
	    	border-bottom: 0px;
    	}
    	.project-subpages li.page_item ul.children li.current_page_item a {
	    	padding-bottom:0px;
    	}
    	.project-subpages li.page_item ul.children li.page_item ul.children li.page_item a {
	    	padding:12px 0px;
	    	display: block;
    	}
    	ul.project-subpages li.page_item.current_page_ancestor a {
	    	margin-bottom:0px;
    	}
    	
    	
    	
    	.project-subpages li:first-child a{
    		background: none;
    	}
    	.project-subpages {
	    	border-right:0px;
    	}
    	.project-subpages li .children  li{
	    	border-bottom: 1px solid #eee;
	    	padding:0;
    	}
    	.project-subpages li .children  li a {
	    	display: block;
	    	padding:15px 0px;
    	}
    	ul.project-subpages .children li {
	    	margin-bottom: 0px!important;
    	}
    	ul.project-subpages li.current_page_item a {
	    	margin-bottom: 0px;
    	}
    	ul.project-subpages li.page_item ul.children {
	    	margin-top:1px solid #eeeeee;
    	}
    	
    	
    	/*Projekt�bersicht*/
    	.overview-single-project {
	    	height:auto;
	    	padding:10px 20px 5px 10px;
	    	background: #f5f4f2 url("images/oikos-sprite.png") right 15px no-repeat;
    	}
    	.overview-single-project p.tiletext {
	    	display: none;
	    	
    	}
    	.project-header .one_half.last img {
	    	display: none;
    	}
    	.project-header {
	    	min-height:200px;
	    	margin-bottom:21px;
	    	display: inline-block;
    	}
    	.project-header.gray .one_half .linie,
    	.project-header.blue .one_half .linie,
    	.project-header .one_half .linie {
	    	background: none;
	    	display: none;
    	}
    	.project-header .one_half.left {
	    	width:260px;
	    	min-height: 160px;
	    	position: relative;
	    	padding-bottom:42px;
    	}
    	a.calltoaction {
	    	border-radius: 5px 5px 5px 5px;
	    	height: 40px;
	    	width: 100%;
	    	top:21px;
	    	left:0px;
	    	float: left;
    	}
    	a.calltoaction span {
	    	top:3px;
    	}
    	.project-header span.applynow {
	    	position: relative;
	    	top:0px;
    	}
    	
    	.flyout-body .start-chapter {
	    	border-top:1px solid #eee;
    	}
    	.flyout-body .one_half .start-chapter h3 {
	    	margin-top:12px;
    	}
    	.flyout-body .one_half .start-chapter .box {
	    	width:auto;
	    	font-size:14px;
	    	height:auto;
	    	float: left;
	    	margin-left:0px;
    	}
    	
        .container { width: 300px; }
        .columns, .column { margin: 0; }
        
        .container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns, 
        .container .one-third.column, 
        .container .two-thirds.column  { width: 300px; }
        
        /* Offsets */   
        .container .offset-by-one,              
        .container .offset-by-two,                  
        .container .offset-by-three,                
        .container .offset-by-four,                     
        .container .offset-by-five,                     
        .container .offset-by-six,                  
        .container .offset-by-seven,                
        .container .offset-by-eight,                
        .container .offset-by-nine,                     
        .container .offset-by-ten,                  
        .container .offset-by-eleven,               
        .container .offset-by-twelve,               
        .container .offset-by-thirteen,             
        .container .offset-by-fourteen,             
        .container .offset-by-fifteen { padding-left: 0; }          
                
    }    
    
    
    
    
	@media (min-width: 768px) and (max-width: 979px) {
	  .hidden-desktop {
	    display: inherit !important;
	  }
	  .visible-desktop {
	    display: none !important ;
	  }
	  #content .visible-desktop {
	    display: none !important ;
	  }
	  .visible-tablet {
	    display: inherit !important;
	  }
	  .hidden-tablet {
	    display: none !important;
	  }
	}
	@media (max-width: 767px) {
	  .hidden-desktop {
	    display: inherit !important;
	  }
	  .visible-desktop {
	    display: none !important;
	  }
	  #content .visible-desktop {
	    display: none !important ;
	  }
	  .visible-phone {
	    display: inherit !important;
	  }
	  .hidden-phone {
	    display: none !important;
	  }
	}
	.visible-print {
	  display: none !important;
	}
	@media print {
	  .visible-print {
	    display: inherit !important;
	  }
	  .hidden-print, #footer, #credits {
	    display: none !important;
	  }
    
	}

   
/* Search Form */
.rightHeader {background-color: #eaeaea;float: right;margin-top: -6px;margin-left:10px;padding: 5px;}
.rightHeader .mainSearch {letter-spacing:-1px;float:right;margin-top:-2px;padding-top: 1px;}
.rightHeader .mainSearch .theSearchForm input#s {float:left;margin:0px;padding:2px;color:#333;font-size:12px;width:124px;height:22px;line-height:90%;outline:none;vertical-align:middle;background-image: none;box-shadow: inset 0 1px 1px rgba(0,0,0,.075);border: 1px solid #eaeaea;
  -webkit-border-radius:0px; /* Saf3+, Chrome */
     -moz-border-radius:0px; /* FF1+ */
          border-radius:0px; /* Opera 10.5, IE 9 */ 
}
.rightHeader .mainSearch .theSearchForm #searchsubmit {border:none !important;background:#a79f93;padding:5px 6px;color:#fff;line-height: 1;
  -webkit-border-radius:0px; /* Saf3+, Chrome */
     -moz-border-radius:0px; /* FF1+ */
          border-radius:0px; /* Opera 10.5, IE 9 */ 
}
.rightHeader .mainSearch .theSearchForm #searchsubmit .fa {font-size:12px !important;}
.rightHeader .mainSearch .theSearchForm #searchsubmit:hover {background-color:#ccc;color:#000;cursor:pointer;}

/* Search Page */
.search p.entry {margin-top:4px !important;}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.one_third {
			margin-right:2%!important;
		}
		
	}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {
		.mainSearch {
      display: none;
    }
	}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {
		
		
	}
	
/* Icons */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('includes/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('includes/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('includes/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('includes/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('includes/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('includes/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-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);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.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:#fff}.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-remove:before,.fa-close:before,.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-photo:before,.fa-image:before,.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,.fa-bar-chart: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-f:before,.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-navicon:before,.fa-reorder:before,.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-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc: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-mail-reply-all:before,.fa-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,.fa-gratipay: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"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}