/*
    Theme Name: Railteam EN
    Theme URI: http://www.railteam.eu/
    Description: Theme for the Realteam.eu site based on Genesis.
    Author: ForSite Media
    Author URI: http://www.forsitemedia.nl/
 
    Version: 0.9.8
 
    Template: genesis
    Template Version: 1.7
 
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Fonts
------------------------------------------------------------ */
@font-face {
    font-family: 'MisoLight';
    src: url('lib/fonts/miso-light-webfont.eot');
    src: url('lib/fonts/miso-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/miso-light-webfont.woff') format('woff'),
         url('lib/fonts/miso-light-webfont.ttf') format('truetype'),
         url('lib/fonts/miso-light-webfont.svg#MisoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MisoRegular';
    src: url('lib/fonts/miso-webfont.eot');
    src: url('lib/fonts/miso-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/miso-webfont.woff') format('woff'),
         url('lib/fonts/miso-webfont.ttf') format('truetype'),
         url('lib/fonts/miso-webfont.svg#MisoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MisoBold';
    src: url('lib/fonts/miso-bold-webfont.eot');
    src: url('lib/fonts/miso-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/miso-bold-webfont.woff') format('woff'),
         url('lib/fonts/miso-bold-webfont.ttf') format('truetype'),
         url('lib/fonts/miso-bold-webfont.svg#MisoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.pdf {
	background: url(images/pdf.gif) no-repeat 0 -2px transparent;
	padding-left: 20px;
}

/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg.jpg) no-repeat top center #eff3f6;
	background:#EFF3F6;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	background: url(images/bg.jpg) no-repeat center -58px #f8f8f8;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 130px;
	overflow: hidden;
	width: 960px;
	position: relative;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 250px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	background: url(images/logo.png) no-repeat top left;
	display: block;
	float: left;
	height: 130px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 250px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: none;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#wpadminbar li:hover ul ul { 
	left: 0; 
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
	margin: 0;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background: none;
	float: left;
	list-style-type: none;
	padding: 0 1px 0 0;
	background: url(images/header-nav-border.png) right 9px no-repeat;
}

#header ul.menu li.country{
	background: none;
	cursor:pointer;
}
#header ul.menu li.language{
	background:#f0f0f0 url(images/timetables.png) no-repeat right -29px;
	width: 85px;
	border:1px solid #dfdfdf;
	border-top: none;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


#header ul.menu li li {
	background: none;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #5d89a2;
	display: block;
	font-size: 11px;
	padding: 3px 5px 2px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #5d89a2;
	text-decoration: underline;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {

	font-size: 11px;
	padding: 2px 5px;

	position: relative;
	text-transform: none;
	width: 75px;
	display: block;
}


#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background: #F0F0F0;
}
#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	/*background-color: #fff;*/
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 86px;
	margin-left: -1px;
	padding: 0;
	z-index: 9999;
	background-color: #F0F0F0;
    border: 1px solid #DFDFDF;
   	border-top: none;
   	margin-top: -6px;
   	padding-top: 6px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

}

/*#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}*/

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: url(images/navbar.png) no-repeat top left;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav ul {
	float: left;
	margin-left: 5px;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-family: 'MisoBold';
	font-size: 21px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px #0377aa;
}


#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background: none;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #5D89A2;
	border-bottom: 1px solid #eee;
	border-top-width: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana,sans-serif;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 160px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited,
#nav li li a:hover {
	border-left: 1px solid #eee;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #6D89A2;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 181px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}

#nav ul li.li-first {
	border-top: 1px solid #eee;
}

/* fixing submenu level 3 */
#nav li li a:hover,
#nav li li a:active {
	background-color: #6D89A2;
}

#nav li li li a,
#nav li li li a:link,
#nav li li li a:visited {
	background-color: #6D89A2;
}

#nav li li li a:hover,
#nav li li li a:active {
	background-color: #4F6E89;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}

#nav .language {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px #dfdfdf;
	-webkit-box-shadow: 2px 2px 2px #dfdfdf;
	box-shadow: 2px 2px 2px #dfdfdf;
	border: 1px solid #eee;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	color: #fff;
	overflow: hidden;
	background: url(images/footer-wrap.jpg) no-repeat scroll center -6px #eff3f6;
	padding-top: 55px;
	float: left;
	width: 100%;
}

#subnav .wrap{
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	padding-left: 0px;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #5d89a2;
	display: block;
	font-size: 12px;
	padding: 4px 10px 2px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #5d89a2;
	text-decoration: underline;
}
#subnav li li{
	padding: 0;
	margin: 0;
}
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	border-top-width: 0;
	font-size: 11px;
	padding: 5px 10px;
	margin: 0;
	height: auto;
	position: relative;
	text-transform: none;
	width: 100px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: #F0F0F0;
	color: #5d89a2;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 144px;
	padding: 5px 0 0 0;
	margin-top: -18px;
	margin-left: -1px;
	z-index: 9999;
}

#subnav ul li ul {
	background-color: #F0F0F0;
    border: 1px solid #DFDFDF;
    border-top: none;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;}

#subnav ul li.language {
	background: url("images/timetables.png") no-repeat scroll right -29px #F0F0F0;
    border: 1px solid #DFDFDF;
   -moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

#subnav li ul a {
	width: 120px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 5px auto;
	overflow: hidden;
	width: 960px;
}

.home #inner {
	margin: 15px auto;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 11px;
	line-height: 20px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 940px;
}


/* Home Section
------------------------------------------------------------ */

#home-top {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #dfdfdf;
	-webkit-box-shadow: 2px 2px 2px #dfdfdf;
	box-shadow: 2px 2px 2px #dfdfdf;
	border: 1px solid #eee;
	height: 270px;
	margin-bottom: 15px;
	background-color: #fff;
	background-image: url(images/home-select-bg.png);
}
#home-top h4{
	font-family: MisoRegular;
	font-size: 22px;
	font-weight: normal;
	line-height: 10px;
}

#home-top h4 a{
	height:185px;
	padding: 84px 60px 0 460px;
	text-decoration: none;
	display: block;
}

#home-top h4 a:hover{
	text-decoration: none;
}

#home-top h4 .wtitle{
	text-transform: uppercase;
	display: block;
	line-height: 21px;
	padding-bottom: 5px;
}

#home-top h4 .wcontent{
	display: block;
	font: 11px/20px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

#home-top h4 .wbutton{
	display: block;
	height: 29px;
	font: 11px/29px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 245px;
	padding-top:5px;
}
#home-top h4 .wbutton .left{
	display: block;
	height: 29px;
	background-image: url(lib/widgets/featured-home-top/button_left.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	float:left;
}
#home-top h4 .wbutton .right{
	display: block;
	height: 29px;
	background-image: url(lib/widgets/featured-home-top/button_right.png);
	background-repeat: no-repeat;
	width: 20px;
	float:left;
}
#home-top .featuredpage .page,
#home-top .featuredpost .post {
	height: 270px;
	padding: 0;
	margin: 0;
	min-height: 270px;
}

#home-top .featuredpage,
#home-top .featuredpost {
	margin: 0;
	padding: 0;
}

#home-middle,
#home-bottom {
	margin-top: 10px;
	clear: both;
	height: 150px;
}

.home-middle-1,
.home-middle-2,
.home-middle-3,
.home-bottom-1,
.home-bottom-2,
.home-bottom-3 {
	background: transparent;
	float: left;
	height: 135px;
	width: 230px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #dfdfdf;
	-webkit-box-shadow: 2px 2px 2px #dfdfdf;
	box-shadow: 2px 2px 2px #dfdfdf;
	border: 1px solid #eee;

}

#home-middle .featuredpage .page, 
#home-middle .featuredpost .page,
#home-middle .featuredpost .post,
#home-bottom .featuredpage .page,
#home-bottom .featuredpost .page,
#home-bottom .featuredpost .post {
	padding: 0;
	margin: 0;
	height: 135px;
}

.home-middle-1,
.home-middle-2,
.home-bottom-1,
.home-bottom-2 {
	margin-right: 16px;
}
.home-bottom-1 div,
.home-bottom-2 div,
.home-bottom-3 div{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
}

.home-bottom-1 .widgettitle,
.home-bottom-2 .widgettitle,
.home-bottom-3 .widgettitle{
	padding: 0;
	margin: 0;
}
.home-bottom-1 .widgettitle a,
.home-bottom-2 .widgettitle a,
.home-bottom-3 .widgettitle a{
	display: block;
	height: 89px;
	padding: 46px 0 0 0;
	margin: 0;
	background: url(images/bg-widget-featured-home-bottom.png) 0 45px no-repeat;
}
.home-bottom-1 .widgettitle a:hover,
.home-bottom-2 .widgettitle a:hover,
.home-bottom-3 .widgettitle a:hover{
	text-decoration: none;
}


.home-bottom-1 .widgettitle .wtitle,
.home-bottom-2 .widgettitle .wtitle,
.home-bottom-3 .widgettitle .wtitle{
	display: inline-block;
	height: 32px;
	line-height: 36px;
	padding: 0 15px 0 9px;
	margin: 0;
	width: auto;
	border: none;
	background-color: #78b740;
	color: #fff;
	font-family: 'MisoRegular';
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(images/bg-widget-featured-home-bottom-title.png);
	background-position: left bottom;
}
.home-bottom-1 .widgettitle .wcontent,
.home-bottom-2 .widgettitle .wcontent,
.home-bottom-3 .widgettitle .wcontent{
	display: block;
	font-size: 10px;
	line-height: 15px;
	height: 30px;
	color: #444;
	padding: 20px 30px 0 10px;
	overflow: hidden;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 730px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 500px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 730px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post,
#content .page {
	background: #fff; 
	background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ffffff)); 
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#fff 100%); 
	background: -o-linear-gradient(top, #f8f8f8 0%,#ffffff 100%); 
	background: -ms-linear-gradient(top, #f8f8f8 0%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 ); 
	background: linear-gradient(top, #f8f8f8 0%,#ffffff 100%); 
	min-height: 400px;
	margin: 0 0 40px;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	zoom: 1;
	display: block;
}

.search #content .page{
	min-height: 50px;
}

.entry-content {
	overflow: hidden;
	zoom: 1;
}

.entry-content p {
	padding: 0 0 15px;
}

.entry-content a {
	text-decoration: underline;
}

.app,
.press-item {
	border: 1px solid transparent;
	display: block;
	padding: 10px;
	min-height: 70px;
	margin-bottom: 5px;
}

.app:hover,
.press-item:hover {
	background: #f0f0f0;
	border: 1px solid #bbb;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

p.press-date{
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

.page img.logo-app {
	margin: 0 30px 10px 0;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* adding adjusted styles for the frequent traveler card list */
.archive-page ul.card-list li, 
.entry-content ul.card-list li {
    list-style:none;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 8px 0 0;
	border-bottom: 1px solid #EAEAEA;
}
.archive-page ul.card-list li table, 
.entry-content ul.card-list li table {
	border-top:none;
}
.archive-page ul.card-list li td, 
.entry-content ul.card-list li td {
	background: none;
	border-bottom:none;
}
.archive-page ul.card-list li h3, 
.entry-content ul.card-list li h3{
	text-transform:uppercase;
	color:#000;
	padding-left:10px;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-family: 'MisoBold', arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
	background: transparent;
	display: block;
	width: 100%;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-family: 'MisoRegular';
	color: #5d89a2;
	font-size: 20px;
}

h4 {
	font-size: 15px;
}

.widget-area h4 {
	color: #5d89a2;
	font-family: 'MisoRegular';
	font-size: 17px;
	font-weight: normal;
	padding: 10px 5px 0 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #5d89a2;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	margin: 0 0 0 25px;
	padding: 0;
	/*
	list-style-type: none;
	list-style-image: url(images/list-item-content.png);
	edited MM 20111123 */
	list-style: square outside;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display:block;
	margin:10px auto;
}

img.alignnone { 
	display:inline;
	margin:10px 0;
}
.widget img.alignnone {margin:0;}

img.alignleft {
	display:inline;
	margin:10px 10px 10px 0;
}

img.alignright {
	display:inline;
	margin:10px 0 10px 10px;
}

.alignleft {
	float:left;
	margin:0 10px 0 0;
}

.alignright {
	float:right;
	margin:0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 210px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 210px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background: #fff; 
	background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f8f8f8)); 
	background: -webkit-linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	background: -o-linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	background: -ms-linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); 
	background: linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	border: 1px solid #ececec;
	margin: 0 0 15px;
	padding: 0 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}



.sidebar .widget.othermembers-widget {
	background: #fff; 
	background: -moz-linear-gradient(top, #5d88a1 0%, #51778d 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d88a1), color-stop(100%,#51778d)); 
	background: -webkit-linear-gradient(top, #5d88a1 0%,#51778d 100%); 
	background: -o-linear-gradient(top, #5d88a1 0%,#51778d 100%); 
	background: -ms-linear-gradient(top, #5d88a1 0%,#51778d 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d88a1', endColorstr='#51778d',GradientType=0 ); 
	background: linear-gradient(top, #5d88a1 0%,#51778d 100%); 
	border: 1px solid #ececec;
}
.widget-area .othermembers-widget h4 a {
	color: #e2e2e2;
	text-decoration: none;
	font-size: 19px;
	padding: 0;
	padding-top: 5px;
	display: block;
}

.widget-area .othermembers-widget h4 a span{
	color: #fff;
	display: block;
	padding-top: 3px;
	background-image: url(images/arrow-other-members.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 6px;
}

.widget-area .textwidget {
	padding: 5px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 5px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 5px;
}

.widget-area ul li {
	background: url(images/list-item.png) no-repeat left 3px;
	list-style-type: none;
	padding: 0 0 0 12px;
	word-wrap: break-word;
}

#sub-page-menu li.page-item-224 .children {
	display: none;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */
#header .widget_search{
	clear: both;
	display: block;
	overflow: hidden;
	padding: 35px 0 0;
}

#header .searchform {
	float: right;
	height: 33px;
	width: 229px;
	background: url(images/bg-search.png);
}

#header .searchform .s{
	width: 180px;
	padding: 0;
	margin: 5px 0 5px 10px;
	border: none;
	outline: none;
	line-height: 23px;
	height: 23px;
	background: transparent;
	font-style: italic;
	color: #567e95;
	font-size: 11px;
}

#header .searchform .searchsubmit{
	width: 33px;
	height: 23px;
	padding: 0;
	margin: 5px 0;
	border: none;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent;
}


.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #eff3f6;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	height: 30px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #5B5B5B;;
	text-decoration: none;
}

#footer-widgets a:hover {
	text-decoration: underline;
}

#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 { 
	margin: 0 auto; 
	padding: 0; 
	width: 940px;
	overflow: hidden;
}

ul#menu-footer-logo { 
	display: table;
	padding-left: 63px;
    text-align: center;
    zoom: 1;
}

ul#menu-footer-logo li { 
	list-style: none;
	margin: 0;
	padding: 0 16px 0 0;
	/* float: left; */
    float: none;
    display: inline-block;
    
    
	background: none;
	color: #5b5b5b;
	font-size: 11px;
}

#menu-footer-logo li a { 
	height: 26px;	
	display: block;
	text-indent: -99999px;
	background: transparent url(images/sprite-logos.png) no-repeat;
}

#menu-footer-logo li.dbbahn a {
	width:75px;
	background-position:-8px -72px;

}

#menu-footer-logo li.sncf a {
	width:49px;
	background-position:-114px -72px;
}

#menu-footer-logo li.sncb a { 
	width:69px;	
	background-position:-196px -72px;
}

.nl #menu-footer-logo li.sncb a { 
	width:69px;	
	background-position:-383px -109px;
}

#menu-footer-logo li.eurostar a {
	width:59px;	
	background-position:-16px -109px;
}

#menu-footer-logo li.nshispeed a {
	width:71px;
	background-position:-103px -109px;
}

#menu-footer-logo li.obb a {
	width:39px;
	background-position:-211px -109px;
}

#menu-footer-logo li.sbb a {
	width:75px;
	background-position:-286px -109px;
}
#menu-footer-logo li.thalys a {
	width:75px;
	background-position:-282px -75px;
}
#menu-footer-logo li.dbbahn a:hover {
	background-position:-8px 1px;
}

#menu-footer-logo li.sncf a:hover {
	background-position:-114px 1px;
}

#menu-footer-logo li.sncb a:hover {
	background-position:-196px 1px;
}

.nl #menu-footer-logo li.sncb a:hover { 
	width:69px;	
	background-position:-383px -36px;
}

#menu-footer-logo li.eurostar a:hover {
	background-position:-16px -36px;
}

#menu-footer-logo li.nshispeed a:hover {
	background-position:-103px -36px;
}

#menu-footer-logo li.obb a:hover {
	background-position:-211px -36px;
}
#menu-footer-logo li.thalys a:hover {
	background-position:-282px -2px;
}
#menu-footer-logo li.sbb a:hover {
	background-position:-286px -36px;
}
/* not used, put in #footer-assoc-list
#menu-footer-logo li.thalys a {background-position:-283px -72px;}
#menu-footer-logo li.tgvlyria a {background-position:-379px -72px;}
#menu-footer-logo li.thalys a:hover {background-position:-283px -1px;}
#menu-footer-logo li.tgvlyria a:hover {background-position:-379px -1px;}
*/
#menu-footer-logo li.nolink {
	height:18px;
	padding:6px 12px 12px 0;
}

#menu-footer-logo li.nolink a {
	height:36px;
	display: block;
	background:none;
	color:#5b5b5b;
	text-decoration:none;
	text-indent: 0px;
	font-size: 11px;
	padding: 0;
}

#menu-footer-logo li.assoc-holder {	
	padding-right:0;
}

#menu-footer-logo li.assoc-holder a {
	background: #f0f0f0 url(images/timetables.png) no-repeat right -29px;
	text-indent: none;
}

#menu-footer-logo li.assoc-list { 
	width: 144px;
	border: 1px solid #dfdfdf;
	padding: 5px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f0f0f0 url(images/timetables.png) no-repeat right -29px;
	line-height: 17px;
    margin-top: 4px;
    
    	
}

#menu-footer-logo li.assoc-list a { 
	padding-left: 10px;
    text-align: left;
}

/*#menu-footer-logo li.assoc-list:hover {
	overflow:visible;
	max-height:80px;
	margin-bottom:8px;
}*/

/*#menu-footer-logo li.assoc-list li {
	padding-left:0px;
	float:none;
}

#menu-footer-logo li.assoc-list:hover li a {
	height:auto;	
	text-indent:0;
	background:none;color:#5b5b5b;
	text-decoration:none;
}

#menu-footer-logo li.assoc-list:hover li a:hover { 
	background:#5b5b5b;
	color:#fff;	
	text-decoration:none;
}*/

/*#menu-footer-logo li.tgvlyria a,
#menu-footer-logo li.thalys a {
	display:none;
}

#menu-footer-logo li.tgvlyria a:hover,
#menu-footer-logo li.thalys a:hover {
	display:inline;
}*/

.footer-widgets-2 {
	margin: 20px auto;
	width: 300px;
}

ul#menu-footer-menu{
	text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 14px;
}
ul#menu-footer-menu li {
	background: none;
    color: #5B5B5B;
	display: inline;
    font-size: 11px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    line-height: 14px;
}

ul#menu-footer-menu li a{
    line-height: 14px;
    padding: 0 11px 0 5px;
    background: url(images/header-nav-border.png) right 3px no-repeat;
}

ul#menu-footer-menu li.terms a{
    background: none;
    padding-right: 5px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background: #eff3f6;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 6px 0 5px;
	text-transform: uppercase;
	
}

#footer .wrap {
	margin: 0 auto;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	box-shadow: inset 2px 2px 2px 0px #dfdfdf;
	height: 17px;
	line-height: 17px;
	moz-border-radius: 4px;
	moz-box-shadow: inset 2px 2px 2px 0px #dfdfdf;
	padding: 5px;
	webkit-border-radius: 4px;
	webkit-box-shadow: inset 2px 2px 2px 0px #dfdfdf;
	color: #333;
	font-size: 11px !important;
	padding: 4px 5px !important;
}

.gform_footer .gform_button {
	background: #83bd4f;
	background: linear-gradient(top, #83bd4f 0%,#83bd4f 50%,#6fa93b 50%,#6fa93b 100%);
	background: -moz-linear-gradient(top, #83bd4f 0%, #83bd4f 50%, #6fa93b 50%, #6fa93b 100%);
	background: -ms-linear-gradient(top, #83bd4f 0%,#83bd4f 50%,#6fa93b 50%,#6fa93b 100%);
	background: -o-linear-gradient(top, #83bd4f 0%,#83bd4f 50%,#6fa93b 50%,#6fa93b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83bd4f), color-stop(50%,#83bd4f), color-stop(50%,#6fa93b), color-stop(100%,#6fa93b));
	background: -webkit-linear-gradient(top, #83bd4f 0%,#83bd4f 50%,#6fa93b 50%,#6fa93b 100%);
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83bd4f', endColorstr='#6fa93b',GradientType=0 );
	height: 26px;
	line-height: 18px;
	moz-border-radius: 4px;
	moz-box-shadow: none;
	padding: 5px;
	webkit-border-radius: 4px;
	webkit-box-shadow: none;
	width: 78px;
}

div.gform_wrapper .gform_footer.right_label, 
div.gform_wrapper .gform_footer.left_label {
    padding: 16px 0 10px 32%;
}

div.gform_footer input.button {
	color: #fff;
	border: 1px solid #DFDFDF;
    font-size: 11px;
    padding: 5px;
    height: 27px;
    line-height: 17px;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
.gfield_required {
    display: none;
}
/* Timetable Widget
------------------------------------------------------------ */
 
.textwidget .timetables {
	width: 196px;
}

.textwidget .timetables h2 {
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
}

.textwidget .timetables h2 span.green {
	color: #6FA93B;
}

.textwidget .timetables h4.widgettitle {
	padding: 5px 0 0 0;
	color: #333;
}

.textwidget .timetables h4.widgettitle span {
	color: #6FA93B;
}

.textwidget .timetables fieldset {
	border: 0;
	margin: 0;
	padding: 4px 0 0 0;
}

.textwidget .timetables fieldset p {
	clear: both;
	line-height: 29px;
	min-height: 29px;
	padding-bottom: 8px;
}

.textwidget .timetables fieldset p,
.textwidget .timetables input,
.textwidget .timetables label,
.textwidget .timetables button {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 11px;
}

.textwidget .timetables .hidden {
	display: none;
}

.textwidget .timetables input {
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	box-shadow: inset 2px 2px 2px 0px #dfdfdf;
	height: 17px;
	line-height: 17px;
	moz-border-radius: 4px;
	moz-box-shadow: inset 2px 2px 2px 0px #dfdfdf;
	padding: 5px;
	webkit-border-radius: 4px;
	webkit-box-shadow: inset 2px 2px 2px 0px #dfdfdf;
	width: 180px;
}

.textwidget .timetables input.date {
	float: left;
	width: 120px;
}

.textwidget .timetables input.time {
	float: left;
	width: 40px;
}

.textwidget .timetables input.radio,
.textwidget .timetables input[type=radio],
.textwidget .timetables input.checkbox,
.textwidget .timetables input[type=checkbox] {
	background: none;
	border: 0;
	border-radius: 0px;
	box-shadow: none;
	moz-border-radius: 0px;
	moz-box-shadow: none;
	padding: 0;
	vertical-align: middle;
	webkit-border-radius: 0px;
	webkit-box-shadow: none;
	width: 20px;
}

.textwidget .timetables button {
	background: #83bd4f;
	background: linear-gradient(top, #83bd4f 0%,#83bd4f 50%,#6fa93b 50%,#6fa93b 100%);
	background: -moz-linear-gradient(top, #83bd4f 0%, #83bd4f 50%, #6fa93b 50%, #6fa93b 100%);
	background: -ms-linear-gradient(top, #83bd4f 0%,#83bd4f 50%,#6fa93b 50%,#6fa93b 100%);
	background: -o-linear-gradient(top, #83bd4f 0%,#83bd4f 50%,#6fa93b 50%,#6fa93b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83bd4f), color-stop(50%,#83bd4f), color-stop(50%,#6fa93b), color-stop(100%,#6fa93b));
	background: -webkit-linear-gradient(top, #83bd4f 0%,#83bd4f 50%,#6fa93b 50%,#6fa93b 100%);
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83bd4f', endColorstr='#6fa93b',GradientType=0 );
	float: right;
	line-height: 17px;
	moz-border-radius: 4px;
	moz-box-shadow: none;
	padding: 5px;
	webkit-border-radius: 4px;
	webkit-box-shadow: none;
	width: 78px;
}

.textwidget .timetables a.more.opt {
	color: #6FA93B;
}

div#suggestion {
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: 1px solid #fff;
	font-size: 10px;
	margin-top: 10px;
	padding: 2px 6px;
	position: absolute;
}

div#suggestion div:hover {
	background: #6FA93B;
	color: #fff;
	cursor: pointer;
}

.textwidget .timetables span.calendar-nav {
	background: #f0f0f0;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	display: block;
	float: left;
	height: 27px;
	margin-left: 6px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	width: 19px;
}

.textwidget .timetables span.calendar-nav a.next {
	background: url(images/timetables.png) no-repeat left -1px;
	display: block;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	width: 19px;
}

.textwidget .timetables span.calendar-nav a.prev {
	background: url(images/timetables.png) no-repeat left -15px;
	display: block;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	width: 19px;
}

.textwidget .timetables span.calendar-picker {
	background: url(images/timetables.png) no-repeat -20px -1px;
	display: block;
	float: left;
	height: 29px;
	margin-left: 6px;
	width: 29px;
}

.textwidget .timetables span.calendar-nav a span,
.textwidget .timetables span.calendar-picker a span {
	display: block;
	text-indent: -99999px;
}

.textwidget .timetables div#deparrbox {
	background: #f0f0f0 url(images/timetables.png) no-repeat right -29px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	float: left;
	line-height: 17px;
	margin-left: 6px;
	max-height: 17px;
	min-height: 17px;
	moz-border-radius: 4px;
	overflow: hidden;
	padding: 5px;
	webkit-border-radius: 4px;
	width: 94px;
}

.textwidget .timetables div#deparrbox:hover {
	margin-bottom: 8px;
	max-height: 80px;
	overflow: visible;
}

.textwidget .timetables div#deparrbox label {
	display: block;
	float: left;
	padding-bottom: 2px;
	width: 80px;
}

.textwidget .timetables div#deparrbox label:hover {
	background: #6FA93B;
	color: #fff;
	cursor: pointer;
}

.textwidget .timetables div#deparrbox input.radio {
	display: none;
}

/* Press contact widget 
------------------------------------------------------------ */

.presscontact-widget {
	font-family: 'MisoRegular', arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
}

.presscontact-widget h4.widgettitle {
	font-family: 'MisoRegular', arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
}

.presscontact-widget h4.widgettitle span {
	color: #5d89a2;
}

.presscontact-widget ul.pr-widget-ul {
	margin: 0;
}

.presscontact-widget ul.pr-widget-ul li {
	background-image: none;
}

.presscontact-widget li.function {
	color: #818181;
}

.presscontact-widget ul.pr-widget-ul li.phone {
	padding-left: 32px;
	background-image: url(lib/widgets/press-contact/icon-phone.png);
	background-position: 10px 0;
}

.presscontact-widget ul.pr-widget-ul li.email {
	padding-left: 32px;
	background-image: url(lib/widgets/press-contact/icon-email.png);
	background-position: 10px 2px;
}

/* Highspeed trains widget
------------------------------------------------------------ */
 
.highspeedtrains-widget h4.widgettitle {
	font-family: 'MisoRegular', arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
}

.highspeedtrains-widget h4.widgettitle span {
	color: #6fa93b;
}

.highspeedtrains-widget ul.hst-widget-ul {
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

.highspeedtrains-widget ul.hst-widget-ul li {
	background: none;
	float: left;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 15px;
	height: 20px;
}

.highspeedtrains-widget ul.hst-widget-ul li a {
	background-image: url(images/sprite-logos_bu20111103.png);
	display: block;
	overflow: hidden;
	height: 20px;
	text-indent: -9999px;
}

.highspeedtrains-widget ul.hst-widget-ul li.db {
	width: 113px;
}

.highspeedtrains-widget ul.hst-widget-ul li.db a {
	background-position: -418px -237px;
	width: 113px;
}

.highspeedtrains-widget ul.hst-widget-ul li.db a:hover {
	background-position: -26px -237px;
}

.highspeedtrains-widget ul.hst-widget-ul li.tgv {
	width: 38px;
}

.highspeedtrains-widget ul.hst-widget-ul li.tgv a {
	background-position: -470px -275px;
	width: 38px;
}

.highspeedtrains-widget ul.hst-widget-ul li.tgv a:hover {
	background-position: -78px -275px;
}

.highspeedtrains-widget ul.hst-widget-ul li.eurostar {
	width: 58px;
}

.highspeedtrains-widget ul.hst-widget-ul li.eurostar a {
	background-position: -461px -312px;
	width: 58px;
}

.highspeedtrains-widget ul.hst-widget-ul li.eurostar a:hover {
	background-position: -69px -312px;
}

.highspeedtrains-widget ul.hst-widget-ul li.railjet {
	width: 109px;
}

.highspeedtrains-widget ul.hst-widget-ul li.railjet a {
	background-position: -435px -351px;
	width: 109px;
}

.highspeedtrains-widget ul.hst-widget-ul li.railjet a:hover {
	background-position: -43px -351px;
}

.highspeedtrains-widget ul.hst-widget-ul li.thalys {
	width: 80px;
}

.highspeedtrains-widget ul.hst-widget-ul li.thalys a {
	background-position: -450px -387px;
	width: 80px;
}

.highspeedtrains-widget ul.hst-widget-ul li.thalys a:hover {
	background-position: -58px -387px;
}

.highspeedtrains-widget ul.hst-widget-ul li.lyria {
	width: 66px;
}

.highspeedtrains-widget ul.hst-widget-ul li.lyria a {
	background-position: -457px -427px;
	width: 66px;
}

.highspeedtrains-widget ul.hst-widget-ul li.lyria a:hover {
	background-position: -65px -427px;
}

.widget.featuredpage,
.widget.featuredpage a,
.widget.member-image-widget {
	padding: 0 !important;
}

.sidebar .widget.featuredpage img,
.sidebar .widget.member-image-widget img {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 208px;
}

.sidebar .widget.member-image-widget img {
}

/* Members menu sidebar custom menu
------------------------------------------------------------ */
 
#nav_menu-5 {
	padding: 0;
}

#menu-members {
	padding: 0 8px;
	margin: 0;
}

#menu-members li {
	padding: 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #fff;
}

#menu-members li a {
	background-image: url(images/sprite-members.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	overflow: hidden;
	height: 32px;
	text-indent: -9999px;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-top: 6px;
}

#menu-members li.dbbahn a {
	background-position: center 10px;
}

#menu-members li.dbbahn a:hover {
	background-position: center -343px;
}

#menu-members li.sncf a {
	background-position: center -32px;
}

#menu-members li.sncf a:hover {
	background-position: center -385px;
}

#menu-members li.sncb a {
	background-position: center -69px;
}

#menu-members li.sncb a:hover {
	background-position: center -422px;
}

#menu-members li.eurostar a {
	background-position: center -106px;
}

#menu-members li.eurostar a:hover {
	background-position: center -459px;
}

#menu-members li.nshispeed a {
	background-position: center -141px;
}

#menu-members li.nshispeed a:hover {
	background-position: center -494px;
}

#menu-members li.obb a {
	background-position: center -178px;
}

#menu-members li.obb a:hover {
	background-position: center -531px;
}

#menu-members li.sbb a {
	background-position: center -214px;
}

#menu-members li.sbb a:hover {
	background-position: center -567px;
}

#menu-members li.thalys a {
	background-position: center -256px;
}

#menu-members li.thalys a:hover {
	background-position: center -609px;
}

#menu-members li.tgvlyria a {
	background-position: center -294px;
	border: none;
}

#menu-members li.tgvlyria a:hover {
	background-position: center -647px;
	border: none;
}

#menu-members li.tgvlyria {
	border: none;
}


/* Tables 
------------------------------------------------------------ */

table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	border-top:1px solid #eaeaea;
	margin-bottom:18px;
}

table,
td,
th {
    vertical-align: top
}

th,
tr.table-heading td {
    padding: 2px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 0.917em;
    text-align: left;
    background: #e9e9e9;
    color: #666;
    font-weight: normal;
}

th{	
	padding:10px;
	color:#bbb;border-top:1px solid #fff;
	text-transform:uppercase;
}

td {
    padding: 2px 10px;
    border-bottom: 1px solid #eaeaea;
    background: #f9f9f9;
}

tfoot td{ 
	border:1px;
}

td.table-heading {
    font-weight: bold
}

tfoot td {
    border: 1px
}

tr:odd {
}

tr:odd td {
    background: #fcfcfc
}
.accordion-content td {
    background: #fff;
}
.accordion-content td:last-child img {
    width: 180px;
    height: auto;
}
.accordion-content .thalys td:last-child img {
    width: 118px;
    height: auto;
}
/* Selectbox Station Information 
------------------------------------------------------------ */

#station_info_dropdown {
	background-color: #f0f0f0;
	border: 1px solid #bbb;
	padding: 5px;
	width: 445px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#station_info_dropdown select {
	width: 445px;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (min-width: 600px) and (max-width: 960px) {

	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#title-area,
	#wrap {
		width: 100%;
	}
	
	#wrap {
		overflow: hidden;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		text-align: center;
	}
	
	#header {
		overflow: visible;
	}

	#header .widget-area {
		padding: 10px 0 20px;
	}

	#header .searchform {
		float: none;
	}
	
	#header ul.menu {
		background: none;
		border: none;
		float: none;
	}
	
	#header ul.menu li a {
		border: none;
	}
	
	#header .widget_nav_menu {
		float: left;
		width: 100%;
		position: relative;
	}

	#header .widget_nav_menu ul.menu {
		clear: left;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		left: 50%;
	}

	#header .widget_nav_menu ul.menu > li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		right: 50%;
	}

	#inner {
		margin: 10px auto 0;
	}
	
	#inner .wrap {
		padding: 20px 20px 0;
	}

	.content-sidebar #content,
	.sidebar-content #content {
		width: 65%;
	}

	.content-sidebar-sidebar #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap,
	.sidebar-content-sidebar #content-sidebar-wrap {
		width: 80%;
	}
	
	.content-sidebar-sidebar #content,
	.sidebar-sidebar-content #content,
	.sidebar-content-sidebar #content {
		width: 60%;
	}
	
	.content-sidebar-sidebar #sidebar-alt,
	.sidebar-sidebar-content #sidebar-alt,
	.sidebar-content-sidebar #sidebar-alt {
		width: 15%;
	}

	.content-sidebar .sidebar,
	.sidebar-content .sidebar,
	.content-sidebar-sidebar .sidebar,
	.sidebar-sidebar-content .sidebar,
	.sidebar-content-sidebar .sidebar {
		width: 30%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
		width: 100%;
	}
		
}

@media only screen and (max-width: 600px) {

	.sidebar,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.full-width-content #content,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}
	
	#header {
		overflow: hidden;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		text-align: center;
	}
	
	#header ul.menu,
	#nav li.right,
	#nav ul,
	#subnav ul {
		float: none;
	}
	
	#nav li.right {
		padding: 0;
	}
	
	#header ul.menu li,
	#nav li,
	#subnav li {
		display: block;
		text-align: center;
		width: 100%;
	}

	#header .widget-area {
		padding: 20px 0 0;
	}

	#inner {
		margin: 10px auto 0;
	}

	#inner .wrap {
		padding: 20px 20px 0;
	}

	#header .widget-area {
		padding: 0 0 20px;
	}

	.enews #subbox {
		width: 65%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
		width: 100%;
	}

}

/* FAQ styling
------------------------------------------------------------ */

.page .accordion-title {
	background: #fff; 
	background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f8f8f8)); 
	background: -webkit-linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	background: -o-linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	background: -ms-linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); 
	background: linear-gradient(top, #fff 0%,#f8f8f8 100%); 
}

/* Fancybox
------------------------------------------------------------ */
/* JQUERY FANCYBOX 
* FancyBox - jQuery Plugin * Simple and fancy lightbox alternative
* Examples and documentation at:http://fancybox.net
* Copyright (c) 2008 - 2010 Janis Skarnelis
* Version:1.3.1 (05/03/2010) * Requires:jQuery v1.3+
* Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html 
*/

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}
* html #fancybox-loading { /* IE6 */position: absolute;margin-top:0; }
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('images/fancybox/fancybox.png');
}
#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}
* html #fancybox-overlay { /* IE6 */position: absolute;width:100%; }
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}
#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url('images/fancybox/fancybox.png');
    background-position: -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 7px;
    margin: 0;
}
#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}
#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}
.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.fancybox-title-over {
    color: #FFF;
    text-align: left;
}
#fancybox-title-over {
    padding: 10px;
    background-image: url('images/fancybox/fancy_title_over.png');
    display: block;
}
#fancybox-title-wrap { display: inline-block }
#fancybox-title-wrap span {
    height: 32px;
    float: left;
}
#fancybox-title-left {
    padding-left: 15px;
    background-image: url('images/fancybox/fancybox.png');
    background-position: -40px -90px;
    background-repeat: no-repeat;
}
#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background-image: url('images/fancybox/fancybox-x.png');
    background-position: 0px -40px;
    color: #FFF;
}
#fancybox-title-right {
    padding-left: 15px;
    background-image: url('images/fancybox/fancybox.png');
    background-position: -55px -90px;
    background-repeat: no-repeat;
}
#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('images/fancybox/blank.gif');
    z-index: 1102;
    display: none;
}
#fancybox-left { left: 0px }
#fancybox-right { right: 0px }
#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}
#fancybox-left-ico {
    background-image: url('images/fancybox/fancybox.png');
    background-position: -40px -30px;
}
#fancybox-right-ico {
    background-image: url('images/fancybox/fancybox.png');
    background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible; /* IE6 */
}
#fancybox-left:hover span { left: 20px }
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}
#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('images/fancybox/fancybox-x.png');
}
#fancy-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('images/fancybox/fancybox.png');
    background-position: -40px -162px;
}
#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('images/fancybox/fancybox-y.png');
    background-position: -20px 0px;
}
#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('images/fancybox/fancybox.png');
    background-position: -40px -182px;
}
#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('images/fancybox/fancybox-x.png');
    background-position: 0px -20px;
}
#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('images/fancybox/fancybox.png');
    background-position: -40px -142px;
}
#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('images/fancybox/fancybox-y.png');
}
#fancy-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('images/fancybox/fancybox.png');
    background-position: -40px -122px;
}

/* Fontsize selector
------------------------------------------------------------ */
 
#fontsizes:hover{
	text-decoration: none !important;
}
#fontsizes span{
	cursor: pointer;
}
#down{
	font-size: 8px;
}
#up{
	font-size: 13px;
}

/* Changing submenu listing output in sidebar with logos
------------------------------------------------------------ */

/* restyling the submenu:
.page-item-41: our alliance
.page-item-28: high speed trains
.page-item-22: railteam services
*/

/* Removing certain subpages in the list pages widget */
.page-id-45 .presscontact-widget ul.pr-widget-ul li.phone, 
.page-id-47 .presscontact-widget ul.pr-widget-ul li.phone  {
	display: none;
}
.widget-area #sub-page-menu .page-item-41 ul,
.widget-area #sub-page-menu .page-item-22 ul,
.widget-area #sub-page-menu .page-item-28 ul {
    margin-left: -12px;
    border-top: 1px solid #e9e9e9;
}
.widget-area #sub-page-menu .page-item-41 ul li,
.widget-area #sub-page-menu .page-item-22 ul li,
.widget-area #sub-page-menu .page-item-28 ul li {
    padding: 0;
    margin: 0;
    background: none;
    border-bottom: 1px solid #fff;
    background: none;
}
.widget-area #sub-page-menu .page-item-41 ul li a,
.widget-area #sub-page-menu .page-item-22 ul li a,
.widget-area #sub-page-menu .page-item-28 ul li a {
    background-image: url(images/sprite-submenu.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    overflow: hidden;
    height: 26px;
    text-indent: -9999px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 2px;
}
/* .page-item-41: our alliance */
.widget-area #sub-page-menu ul li.page-item-135 a {
    background-position: 13px 4px
} /* db bahn*/
.widget-area #sub-page-menu ul li.page-item-135.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-135 a:hover {
    background-position: 13px -529px
}
.widget-area #sub-page-menu ul li.page-item-154 a {
    background-position: 13px -36px
} /* sncf */
.widget-area #sub-page-menu ul li.page-item-154.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-154 a:hover {
    background-position: 13px -569px
}
.widget-area #sub-page-menu ul li.page-item-139 a {
    background-position: 13px -73px
} /* sncb */
.widget-area #sub-page-menu ul li.page-item-139.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-139 a:hover {
    background-position: 13px -606px
}
.nl .widget-area #sub-page-menu ul li.page-item-139 a {
    background-position: 13px -111px
} /* nmbs */
.nl .widget-area #sub-page-menu ul li.page-item-139.current_page_item a,
.nl .widget-area #sub-page-menu ul li.page-item-139 a:hover {
    background-position: 13px -644px
}
.widget-area #sub-page-menu ul li.page-item-141 a {
    background-position: 13px -149px
} /* eurostar */
.widget-area #sub-page-menu ul li.page-item-141.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-141 a:hover {
    background-position: 13px -682px
}
.widget-area #sub-page-menu ul li.page-item-143 a {
    background-position: 13px -185px
} /* nshispeed */
.widget-area #sub-page-menu ul li.page-item-143.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-143 a:hover {
    background-position: 13px -718px
}
.widget-area #sub-page-menu ul li.page-item-145 a {
    background-position: 13px -222px
} /* obb */
.widget-area #sub-page-menu ul li.page-item-145.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-145 a:hover {
    background-position: 13px -755px
}
.widget-area #sub-page-menu ul li.page-item-147 a {
    background-position: 13px -258px
} /* sbb */
.widget-area #sub-page-menu ul li.page-item-147.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-147 a:hover {
    background-position: 13px -791px
}
.widget-area #sub-page-menu ul li.page-item-149 a {
    background-position: 13px -300px
} /* thalys */
.widget-area #sub-page-menu ul li.page-item-149.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-149 a:hover {
    background-position: 13px -833px
}
.widget-area #sub-page-menu ul li.page-item-151 a {
    background-position: 13px -338px
} /* tgvlyria */
.widget-area #sub-page-menu ul li.page-item-151.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-151 a:hover {
    background-position: 13px -871px
}
/* .page-item-22: railteam services */
.widget-area #sub-page-menu ul li.page-item-234 a {
    background-position: 13px -376px
} /* db bahn ice */
.widget-area #sub-page-menu ul li.page-item-234.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-234 a:hover {
    background-position: 13px -909px
}
.widget-area #sub-page-menu ul li.page-item-236 a {
    background-position: 13px -414px
} /* tgv */
.widget-area #sub-page-menu ul li.page-item-236.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-236 a:hover {
    background-position: 13px -947px
}
.widget-area #sub-page-menu ul li.page-item-240 a {
    background-position: 13px -149px
} /* eurostar */
.widget-area #sub-page-menu ul li.page-item-240.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-240 a:hover {
    background-position: 13px -682px
}
.widget-area #sub-page-menu ul li.page-item-243 a {
    background-position: 13px -452px
} /* obb railjet */
.widget-area #sub-page-menu ul li.page-item-243.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-243 a:hover {
    background-position: 13px -985px
}
.widget-area #sub-page-menu ul li.page-item-246 a {
    background-position: 13px -300px
} /* thalys */
.widget-area #sub-page-menu ul li.page-item-246.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-246 a:hover {
    background-position: 13px -833px
}
.widget-area #sub-page-menu ul li.page-item-249 a {
    background-position: 13px -338px
} /* tgvlyria */
.widget-area #sub-page-menu ul li.page-item-249.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-249 a:hover {
    background-position: 13px -871px
}
/* .page-item-28: railteam high-speed trains */
.widget-area #sub-page-menu ul li.page-item-180 a {
    background-position: 13px -376px
} /* db bahn ice */
.widget-area #sub-page-menu ul li.page-item-180.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-180 a:hover {
    background-position: 13px -909px
}
.widget-area #sub-page-menu ul li.page-item-182 a {
    background-position: 13px -414px
} /* tgv */
.widget-area #sub-page-menu ul li.page-item-182.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-182 a:hover {
    background-position: 13px -947px
}
.widget-area #sub-page-menu ul li.page-item-184 a {
    background-position: 13px -149px
} /* eurostar */
.widget-area #sub-page-menu ul li.page-item-184.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-184 a:hover {
    background-position: 13px -682px
}
.widget-area #sub-page-menu ul li.page-item-186 a {
    background-position: 13px -452px
} /* obb railjet */
.widget-area #sub-page-menu ul li.page-item-186.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-186 a:hover {
    background-position: 13px -985px
}
.widget-area #sub-page-menu ul li.page-item-188 a {
    background-position: 13px -300px
} /* thalys */
.widget-area #sub-page-menu ul li.page-item-188.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-188 a:hover {
    background-position: 13px -833px
}
.widget-area #sub-page-menu ul li.page-item-190 a {
    background-position: 13px -338px
} /* tgvlyria */
.widget-area #sub-page-menu ul li.page-item-190.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-190 a:hover {
    background-position: 13px -871px
}
.widget-area #sub-page-menu ul li.page-item-1403 a {
    background-position: 13px -489px
} /* fyra */
.widget-area #sub-page-menu ul li.page-item-1403.current_page_item a,
.widget-area #sub-page-menu ul li.page-item-1403 a:hover {
    background-position: 13px -1022px
}

.widget-area h4 a:hover {
    border-bottom: 1px solid #333
}
.widget-area #sub-page-menu ul li {
    background: url("images/list-item_submenu.png") no-repeat scroll 1px 3px transparent;
    padding-left: 13px;
}
.widget-area #sub-page-menu ul li.current_page_item a {
    color: #000;
    text-decoration: underline;
}
.widget-area #sub-page-menu ul li li {
    background: url("images/list-item_submenu2.png") no-repeat scroll 1px 3px transparent;
    padding-left: 13px;
}
.widget-area #sub-page-menu ul li.current_page_item li a,
.widget-area #sub-page-menu ul li.current_page_item li li a {
    color: #333;
    text-decoration: none;
}
.widget-area #sub-page-menu ul li.current_page_item li a:hover,
.widget-area #sub-page-menu ul li.current_page_item li li a:hover {
    text-decoration: underline
}

/* h1 for Our Alliance, High Speed Trains and Services - Show the logo 
------------------------------------------------------------ */
 
/* Our Alliance */
article.post-135 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/db-bahn.png) left top;
    text-indent: -99999px;
} /* db bahn*/
article.post-154 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/sncf.png) left top;
    text-indent: -99999px;
} /* sncf */
article.post-139 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/sncb.png) left top;
    text-indent: -99999px;
} /* sncb */
.nl article.post-139 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/nmbs.png) left top;
    text-indent: -99999px;
} /* nmbs */
article.post-141 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/eurostar.png) left top;
    text-indent: -99999px;
} /* eurostar */
article.post-143 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/nshispeed.png) left top;
    text-indent: -99999px;
} /* nshispeed */
article.post-145 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/obb.png) left top;
    text-indent: -99999px;
} /* obb */
article.post-147 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/sbb.png) left top;
    text-indent: -99999px;
} /* sbb */
article.post-149 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/thalys.png) left top;
    text-indent: -99999px;
} /* thalys */
article.post-151 header h1 {
    width: 286px;
    height: 65px;
    background: url(images/logos/members/medium/tgv-lyria.png) left top;
    text-indent: -99999px;
} /* tgvlyria */
/* railteam services */
article.post-234 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/db-bahn-ice.png) left top;
    text-indent: -99999px;
} /* db bahn ice */
article.post-236 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/tgv.png) left top;
    text-indent: -99999px;
} /* tgv */
article.post-240 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/eurostar.png) left top;
    text-indent: -99999px;
} /* eurostar */
article.post-243 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/obb-railjet.png) left top;
    text-indent: -99999px;
} /* obb railjet */
article.post-246 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/thalys.png) left top;
    text-indent: -99999px;
} /* thalys */
article.post-249 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/tgv-lyria.png) left top;
    text-indent: -99999px;
} /* tgvlyria */
/* high-speed trains */
article.post-180 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/db-bahn-ice.png) left top;
    text-indent: -99999px;
} /* db bahn ice */
article.post-182 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/tgv.png) left top;
    text-indent: -99999px;
} /* tgv */
article.post-184 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/eurostar.png) left top;
    text-indent: -99999px;
} /* eurostar */
article.post-186 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/obb-railjet.png) left top;
    text-indent: -99999px;
} /* obb railjet */
article.post-188 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/thalys.png) left top;
    text-indent: -99999px;
} /* thalys */
article.post-190 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/tgv-lyria.png) left top;
    text-indent: -99999px;
} /* tgvlyria */
article.post-1403 header h1 {
    width: 303px;
    height: 58px;
    background: url(images/logos/trains/medium/fyra.png) left top;
    text-indent: -99999px;
} /* fyra */

/* Press logo gallery
------------------------------------------------------------ */
 
div.press-logo-gallery {

}
.press-logo-gallery {
    padding: 0;
    position: relative;
}
div.press-logo-gallery h2 {
    color: #5D89A2;
    font-size: 20px;
}
.press-logo-gallery ul {
    overflow: hidden;
    margin-top: 21px;
    list-style: none;
}
.press-logo-gallery ul li {
    width: 110px;
    height: 50px;
    float: left;
    margin: 0px;
    display: block;
}
.press-logo-gallery ul li a {
    float: left;
    display: block;
    text-indent: -99999px;
    width: 90px;
    height: 34px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff url(images/sprite-logos.png) no-repeat;
}
.press-logo-gallery ul li a:hover {
    border: 1px solid #ddd;
    background-color: #f0f0f0;
}
.press-logo-gallery ul li a.dbbahn {
    background-position: 0px 0px
}
.press-logo-gallery ul li a.sncf {
    background-position: -94px 0px
}
.press-logo-gallery ul li a.sncb {
    background-position: -183px -0px
}
.nl .press-logo-gallery ul li a.sncb {
    background-position: -372px -36px
}
.press-logo-gallery ul li a.eurostar {
    background-position: -2px -36px
}
.press-logo-gallery ul li a.nshispeed {
    background-position: -96px -36px
}
.press-logo-gallery ul li a.obb {
    background-position: -187px -36px
}
.press-logo-gallery ul li a.sbb {
    background-position: -277px -36px
}
.press-logo-gallery ul li a.tgvlyria {
    background-position: -373px 0px
}
.press-logo-gallery ul li a.thalys {
    background-position: -277px 0px
}
.press-logo-gallery ul li a.railteam {
    background-position: -480px -36px
}



/* Press logo gallery
------------------------------------------------------------ */
 
div.press-gallery {

}
.press-gallery {
    padding: 0;
    position: relative;
}
div.press-gallery h2 {
    color: #5D89A2;
    font-size: 20px;
}
.press-gallery ul {
    overflow: hidden;
    margin-top: 21px;
    list-style: none;
}
.press-gallery ul li {
    width: 150px;
    height: 150px;
    float: left;
    margin: 0px;
    display: block;
}
.press-gallery ul li a {
    float: left;
    display: block;
    text-indent: -99999px;
    width: 120px;
    height: 120px;
    border: 4px solid #f0f0f0;
}
.press-gallery ul li a img {
	padding:0;
	margin:0;
	width:120px;
	height:120px;
}
.press-gallery ul li a:hover {
    border: 4px solid #ddd;
}

/* Remove or change later. Only temporary commented stuff here
------------------------------------------------------------ */




/* Lounges image map
------------------------------------------------------------ */
.lounges {
	display: block;
	position: relative;
	height: 395px;
	margin-bottom: 20px;
	margin-left: -10px;
	overflow: hidden;
}

.lounges img{
	margin: 0 !important;
}

.lounges a{
	display: block;
	position: absolute;
	top: 0;
	width: 8px;
	height: 8px;
	/*background: red;*/
	background:url(images/map-item-bg-sm.png) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	color: #fff;
	font-size: 8px;
	font-family: "helvetica neue";
	text-decoration: none;
	line-height: 8px;
	text-transform: lowercase;
}
.lounges a#amsterdamcentraal{
	top: 48px;
	left: 194px;
}

.lounges a#berlinhauptbahnhof{
	top: 44px;
	left: 363px;
}

.lounges a#bordeauxstjean{
	top: 293px;
	left: 49px;
}

.lounges a#bruxellesmidi{
	top: 98px;
	left: 180px;
}

.lounges a#frankfurtflughafenfernbahnhof{
	top: 128px;
	left: 257px;
}

.lounges a#frankfurthauptbahnhof{
	top: 128px;
	left: 267px;
}

.lounges a#geneva{
	top: 259px;
	left: 208px;
}

.lounges a#hamburghauptbahnhof{
	top: 12px;
	left: 292px;
}

.lounges a#hannoverhauptbahnhof{
	top: 52px;
	left: 292px;
}

.lounges a#kolnhauptbahnhof{
	top: 99px;
	left: 234px;
}

.lounges a#lilleeurope{
	top: 104px;
	left: 151px;
}

.lounges a#londonstpancrasinternational{
	top: 68px;
	left: 90px;
}

.lounges a#lyonpartdieu{
	top: 272px;
	left: 176px;
}

.lounges a#mannheimhauptbahnhof{
	top: 140px;
	left: 268px;
}

.lounges a#marseillestcharles{
	top: 354px;
	left: 186px;
}

.lounges a#munchenhauptbahnhof{
	top: 194px;
	left: 337px;
}

.lounges a#paris{
	top: 165px;
	left: 127px;
}

.lounges a#rennes{
	top: 175px;
	left: 38px;
}

.lounges a#rotterdamcentraal{
	top: 70px;
	left: 179px;
}

.lounges a#salzburghauptbahnhof{
	top: 194px;
	left: 370px;
}

.lounges a#schipholluchthaven{
	top: 55px;
	left: 189px;
}

.lounges a#strasbourg{
	top: 165px;
	left: 246px;
}

.lounges a#stuttgarthauptbahnhof{
	top: 165px;
	left: 288px;
}

.lounges a#wienwestbahnhof{
	top: 194px;
	left: 438px;
}

.lounges a#zurich{
	top: 221px;
	left: 264px;
}

/* Video widget 
------------------------------------------------------------ */

img.textwiget-inside {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-left:-10px;
	margin-top:-5px;
	margin-bottom:-10px;
	display:block;
}

/* Thickbox Adjustments
------------------------------------------------------------ */
 
body .TB_overlayMacFFBGHack {
	-moz-opacity:0.4;
	opacity:0.4;
}

body div.TB_overlayBG {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:alpha(opacity=30);
	-moz-opacity:0.3;	
	opacity:0.3;
}

/* Addthis Widget 
------------------------------------------------------------ */


.addthis_widget .textwidget{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.addthis_widget .addthis_toolbox{
	margin-right: -10px;
	margin-left: 10px;
}
.addthis_widget a{
	margin-bottom: 5px;
}
/* adjusting wp-caption */
.wp-caption {margin:0;border:none;background:none;padding-top:10px;}
.wp-caption.alignleft {padding-left:0;}
p.wp-caption-text {font-size:10px;font-style:italic;padding:0px 5px 5px 5px;text-align:left;}





/* RT Redirection add-ons 2012.03.04 */
#redirection-map-all-holder {position:relative;height:572px;width:691px;background:url(images/redirection-map-all.png) no-repeat left 60px;}
ul#redirection-members {height:60px;width:690px;padding:0 0 0 10px;;margin:0;}
ul#redirection-members li {float:left;list-style:none;margin:0;padding:0;height:60px;}
#redirection-members li a {display:block;text-indent:-99999px;background:transparent url(images/sprite-logos.png) no-repeat;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;height:30px;padding:4px 8px;margin-top:9px;border:1px solid #fff;}
ul#redirection-members li a:hover {border:1px solid #ececec;}
ul#redirection-members li.dbbahn a {width:75px;background-position:0px 2px;}
ul#redirection-members li.sncf a {width:49px;background-position:-106px 2px;}
ul#redirection-members li.sncb a {width:69px;background-position:-188px 2px;}
.nl #redirection-members li.sncb a {width:69px;background-position:-375px -35px;}
ul#redirection-members li.eurostar a {width:59px;background-position:-8px -35px;}
ul#redirection-members li.nshispeed a {width:71px;background-position:-95px -35px;}
ul#redirection-members li.obb a {width:39px;background-position:-203px -35px;}
ul#redirection-members li.sbb a {width:75px;background-position:-278px -34px;}
ul#redirection-members li.thalys a {width:75px;background-position:-275px 0px;}
ul#redirection-members li.tgvlyria a {background-position:-371px -2px;} /* not used */
ul#redirection-members li div.redirection-map-detail {display:none;height:512px;width:690px;position:absolute;left:0;top:60px;}
ul#redirection-members li:hover div.redirection-map-detail {display:block;}
#redirection-map-sncf {background:url(images/redirection-map-sncf.png) no-repeat left bottom;}
#redirection-map-eurostar {background:url(images/redirection-map-eurostar.png) no-repeat left bottom;}
#redirection-map-thalys {background:url(images/redirection-map-thalys.png) no-repeat left bottom;}
#redirection-map-sbb {background:url(images/redirection-map-sbb.png) no-repeat left bottom;}
#redirection-map-obb {background:url(images/redirection-map-obb.png) no-repeat left bottom;}
#redirection-map-dbbahn {background:url(images/redirection-map-dbbahn.png) no-repeat left bottom;}
#redirection-map-nshispeed {background:url(images/redirection-map-nshispeed.png) no-repeat left bottom;}
#redirection-map-sncb {background:url(images/redirection-map-sncb.png) no-repeat left bottom;}
.redirection-info {
	background: #fff; 
	background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f8f8f8)); 
	background: -webkit-linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	background: -o-linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	background: -ms-linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); 
	background: linear-gradient(top, #fff 0%,#f8f8f8 100%); 
	border: 1px solid #ececec;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	bottom: 10px;
	right:10px;
	height: 60px;
    position: absolute;
    width: 200px;
	font-size:11px;
}
.redirection-country {
	background:#82b552;
	color:#fff;
	font-size:11px;
	line-height:11px;
	height:11px;
	padding: 3px 10px;
	border:1px solid #9dca72;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    position: absolute;
	left:0px;
	top:0px;
}
.redirection-country.fr {left:200px;top:290px;}
.redirection-country.de {left:520px;top:176px;}
.redirection-country.be {left:230px;top:150px;}
.redirection-country.nl {left:364px;top:80px;}
.redirection-country.at {left:500px;top:320px;}
.redirection-country.ch {left:300px;top:365px;}

/* ie cursor fix */
#home-top h4 .wbutton {cursor:pointer;}

/* non-js social media buttons */
.widget.social_clean_buttons a {display:block;float:left;height:21px;background: url(images/bg_socialmedia_non-js.png) no-repeat left top;text-indent:-99999px;}
.widget.social_clean_buttons a.clean-tweets {width:54px;background-position: left top;}
.widget.social_clean_buttons a.clean-tweets:hover {background-position: left -28px;}
.widget.social_clean_buttons a.clean-gplus {width:32px;background-position: -63px top;}
.widget.social_clean_buttons a.clean-gplus:hover {background-position: -63px -28px;}
.widget.social_clean_buttons a.clean-facebook {width:46px;background-position: -103px top;}
.widget.social_clean_buttons a.clean-facebook:hover {background-position: -103px -28px;}

.widget.social_clean_buttons a {margin:0 10px 6px 0;}
.widget.social_clean_buttons a.clean-facebook {margin-right:0;}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies { position:fixed; width: 90%; left: 0; top: 0; padding: 0.5em 5%; background: #5d89a2; background: rgba(93,137, 162 ,0.9); color: #000; font-size: 11px; font-weight: 400; text-shadow: 0 1px 0 rgba(255,255,255,0.35); z-index: 99999; text-align: center; color: #000; }
.cc-cookies a, .cc-cookies a:hover { color: #000; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #000; padding: 0.35em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
-o-transition: background 0.5s ease-in;
-webkit-transition: background 0.25s ease-in;
-moz-transition: background 0.25s ease-in;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline { background: #5c8094; color:#000; text-shadow: 0 1px 0 rgba(255,255,255,0.35); margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset  { background: #78B740; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline { background: #55788c; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}

/* hide country menu item */
ul.menu li.country { display: none; }
#header ul.nav li.textsize,
#header ul.menu li.textsize { background: none; }