input, select, textarea{
    font-size: 100%;
}

.header {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 500px;
	margin-bottom: 3px;
	background-size: 1366px auto;
	background-position: center top;
	/* border: 0.0625em solid green; */
}

.second-page-header {
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	/* height: 74px; */
	height: 95px;
	/* padding-bottom: 9px; */
	border-bottom: solid 2px #fff;
}

.second-page-header-bg {
	position: absolute;
	width: 100%;
	/* height: 74px; */
	height: 100%;
	background: url("/imgAssets/version2/menu_bg_00.jpg") center no-repeat;
	z-index: -3;
}

.bgImageContainer {
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: -3;
}

.bgImageContainer img {
	position:absolute;
	z-index:1;
}

.bgImageContainer img.active {
	z-index:3;
}

.bgImageContainer .imgContainer {
	width: 100%;
	height: 500px;
	position:absolute;
	z-index:1;
}

.bgImageContainer .imgContainer.active {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1366px auto;
	z-index:2;
}

.bgImageContainer .imgContainer.next {
	background-position: center top;
	background-repeat: no-repeat;
}

.header-content {
	display: table;
	width: 95%;
	height: 500px;
	/* border: 1px solid blue; */
}

.logo-background {
	top: 0em;
	left: -1032px;
	position: absolute;
	background-image: url("/imgAssets/version2/Logo_bg_1592x1px.png");
	background-repeat: repeat-y;
	width: 1700px;
	height: 100%;
	z-index: -2;
	opacity: 0.8;
}

.header .logo-area {
	/* display: table-cell; */
	position: absolute;
	vertical-align: middle;
	padding-top: 0.9375em;
	/* float: left; */
	width: auto;
	height: 72px;
	/* border: 1px solid red; */
}

.second-page-header .logo-area {
	display: table-cell;
	position: absolute;
	vertical-align: middle;
	/* padding-top: 0.9375em; */
	/* float: left; */
	width: auto;
	/* border: 1px solid red; */
	display: table-cell;
	/* height: 100%; */
	height: 95px;
}

.second-page-header .logo-area .logo {
	margin-top: 10px;
	margin-bottom: 5px;
}

.title-text {
	/* float: left; */
	width: 46%;
	height: 5.25em;
	font-weight: bold;
	/* border: 1px solid red; */
}

.second-page-header .title-text {
	display:table-cell;
	vertical-align: middle;
	/* margin-left: 0.9375em; */
	width: 400px;
	height: 100%;
	/* padding-left: 15px; */
	/* border: 1px solid blue; */
}

.second-page-header .title-text a {
	/* color: #23347d; */
}

.second-page-header .title-text a h6:last-child {
	display: none;
}

.title-text  h3 {
	font-size: 1.5em;
	font-weight: bold;
}

.second-page-header h6 {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

.second-page-header h6:first-child {
	margin-top: 0.1875em !important;
}

.navibar {
	float:right;
	text-align:right;
	width: auto;
	height: 72px;
	margin-top: 0em;
	padding-top: 0.3125em;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0.0625em 0.0625em 0.0625em #282828;
	-moz-text-shadow: 0.0625em 0.0625em 0.0625em #282828;
	-webkit-text-shadow: 0.0625em 0.0625em 0.0625em #282828;
	filter: dropshadow(color=#282828, offx=1, offy=1);
	display: block; /* that's the important part */
	/* border: 0.0625em solid red; */
}

.second-page-navibar {
	/* padding-top: 0.625em; */
	width: 650px;
}

.navibar .dropdown-menu {
	width: auto;
	min-width: 0px;
}

.navibar .dropdown-menu li > a {
	padding: 3px 15px;
	font-weight: bold;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	filter: none;
}

.navibar-480px {
	display: none;
}

.navibar a {
	font-size: 0.95em;
	color: #ffffff;
	margin: 0em 0.625em;
}

.second-page-navibar a {
	font-size: 0.8em;
	margin: 0em 0.375em;
	/* color: #23347d; */
}

.nowrap {
	white-space: nowrap;
}

#desktop-language-container {
	white-space: nowrap;
}

.navibar-small-font {
	font-size: 1em;
	margin: 0em 0.375em !important;
	margin-left: 0.625em !important;
}

.navibar-middle-font {
	font-size: 1.1em !important;
	margin: 0em 0.375em !important;
}

.navibar-large-font {
	font-size: 1.21em !important;
	margin: 0em 0.2em !important;
}

.navibar .search-area {
	color: #fff;
	/* margin-top: 0.3125em; */
	float: right;
	text-align: right;
	width: 262px;
	height: 1.5em;
	background-image: url("/imgAssets/version2/search_box_bg.png");
	background-repeat: no-repeat;
	/* border: 0.0625em solid red; */
}

.navibar .search-area .search-box {
	font-size: 0.625em;
	margin-top: 0.25em !important;
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 230px;
    /* cursor:default; */
}

.search-area input::-webkit-input-placeholder { 
color: #fff; opacity:1;
}
.search-area input:-moz-placeholder { 
color: #fff; opacity:1;
}
.search-area input::-moz-placeholder { 
color: #fff; opacity:1;
}
.search-area input:-ms-input-placeholder { 
color: #fff; opacity:1;
}

.shortcut {
	display: block;
	position: absolute;
	top: 430px;
	padding: 5px 0px;
	height: 70px;
	color: #ffffff;
	left: 50%;
    transform: translateX(-50%);
	border-radius: 0.625em 0.625em 0em 0em;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
	/* For IE 8*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
	/* border: 1px solid red; */
}

.shortcut-container {
	float: left;
	margin: auto;
	display: table;
	vertical-align: middle;
	width: 202px;
	height: 60px;
	padding: 0px 20px;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #fff;
	overflow: hidden;
	/* border: 1px solid blue; */
}

.shortcut-container .glyphicon {
	font-size: 1.7em;
}

.shortcut-content {
	display: table-cell;
	vertical-align: middle;
	max-height: 60px;
	overflow: hidden;
	/* border: 1px solid red; */
}

.shortcut-content:last-child {
	padding-left: 20px;
}

.shortcut-container:last-child {
	border: none;
}

.shortcut-container a {
	font-size: 0.85em;
	display: block;
	max-height: 3.3em;
}

.content {
	width: 95%;
	padding: 0em;
	margin-bottom: 2.5em;
/* 	border: 0.0625em solid red; */
}

.center-menu {
	width: 100%;
	min-height: 5.625em;
	color: #ffffff;
	background-color: #eaeaea;
	background-image: url("/imgAssets/version2/menu_bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1366px auto;
	/* border: 0.0625em solid red; */
}

.center-menu .row {
	width: 75%;
	margin: auto;
/* 	border: 0.0625em solid red; */
}

.menu-column {
	padding-top:0.9375em;
	font-size: 1em;
	text-align:center;
	/* border: 0.0625em solid red; */
}

.menu-column a {
	color: #ffffff;
	display:block;
	padding: 0.3125em 0.375em;
	/* height: 1.875em; */
	/* border: 0.0625em solid red; */
}

.second-menu-container {
	position: relative;
	text-align:center;
	padding: 0em !important;
	min-height: 48px;
	/* border:1px solid blue; */
}

.menu-toggle {
	top:0em;
	left:0em;
	position: absolute;
	/* height: 2em; */
	background: url("/imgAssets/version2/menu_bg_shadow.png") repeat-x;
	text-align: center;
	/* border: 1px solid blue; */
}

.toggle-container {
	position: relative;
	margin: 0px auto;
	width: 54px;
	height: 24px;
	/* border: 1px solid red; */
}

#menuToggle {
	top: 0px;
	left: 0px;
	position: absolute;
}

#menuToggleOpenUp {
	top: 5px;
	left: 21.66px;
	position: absolute;
	-webkit-animation: menuToggleOpenUpMoveUp 0.6s infinite; /* Chrome, Safari, Opera */
	animation: menuToggleOpenUpMoveUp 0.6s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes menuToggleOpenUpMoveUp {
    from {top: 5px;}
    to {top: 2px;}
}
/* Standard syntax */
@keyframes menuToggleOpenUpMoveUp {
    from {top: 5px;}
    to {top: 2px;}
}

#menuToggleOpenDown {
	top: 11.59px;
	left: 21.5px;
	position: absolute;
	-webkit-animation: menuToggleOpenUpMoveDown 0.6s infinite; /* Chrome, Safari, Opera */
	animation: menuToggleOpenUpMoveDown 0.6s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes menuToggleOpenUpMoveDown {
    from {top: 11.59px;}
    to {top: 13.59px;}
}
/* Standard syntax */
@keyframes menuToggleOpenUpMoveDown {
    from {top: 11.59px;}
    to {top: 13.59px;}
}

#menuToggleClose {
	display: none;
	top: 5px;
	left: 21.5px;
	position: absolute;
}

.second-menu-bg {
	margin: 0px auto 24px auto;
	width: 80%;
	padding: 0px 0px 5px 0px;
	border-style: none solid solid solid;
	border-width: 0em 0.0625em 0.125em 0.0625em;
	border-color: #dadada #dadada;
	border-radius: 0em 0em 0.3125em 0.3125em;
	background: #fff url("/imgAssets/version2/secmenu_bg_01_1px.jpg") top center repeat-y;
	background-color: #23347d;
}

.second-menu-column {
	display: inline-block;
	padding: 0em 1.25em;
	color: #fff;
	font-size: 0.9375em;
	text-align:center;
	/* border: 1px solid blue; */
}

.second-menu-column a {
	padding: 0.3125em 0em;
	display:block;
	color: #fff;
	/* border: 0.0625em solid red; */
}

.second-menu-column-selected {
	font-size: 0.9375em;
	padding: 0em 1.25em;
	color: #fff;
	text-align:center;
	/* border: 0.0625em solid red; */
}

.second-menu-column-selected  a {
	/* background-color: #eaeaea; */
	border-radius: 0.5em;
	padding: 0.3125em 0em;
	display:block;
	color: #fff;
	background: url("/imgAssets/version2/1px_white_30_percentage_transparence.png");
	/* font-weight: bold; */
	/* text-decoration: underline; */
}

.list-row {
	margin-bottom: 2.5em;
}

.list-row:last-child {
	margin-bottom: 0em;
}

.list-title-container {
	padding: 0.3125em 1.25em;
}

.content-navi {
	padding-bottom: 0.625em;
}

.content-title {
	font-size: 1.5em;
}

.share-link {
	font-size: small;
}

.headline-area {
	display: none;
	padding: 0px 15px;
	height: 38px;
}

.headline-area .col-md-2 {
	padding: 10px;
	color: white;
	text-align: center;
	background-color: #23347d;
	border-style: solid;
	border-width: 3px 0px 0px 3px;
	border-color: #000000;
}

.headline-area .col-md-10 {
	padding: 9px 15px 7px 15px;
	background-color: #d7d3d0;
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	border-color: #adacaa #adacaa #d7d3d0;
}

.contact .contact-column:first-child {
	/*border-left: none;*/
}

.contact .contact-hide-line {
	border-left: none !important;
}

.contact-column {
	line-height: 1.3em;
	font-weight: bold;
	min-height: 6.25em;
	border-left: 1px solid #23347d;
	padding-bottom: 10px;
}

.page-list-index {
	text-align: center;
	color: #23347d;
	font-weight: bold;
}

.page-content {
	padding: 1.25em 1.875em;
}

.album-title {
	min-height: 4.0625em;
	width: 100%;
	background-color: #000000;
	color: #fff;
	font-size: 1.5em;
	padding: 1.25em 3.75em;
	border-bottom: solid 0.0625em #494849;
}

.photo-title, .photo-description, .photo-counter {
	padding: 1.5625em 3.75em 0em 3.75em;
}

.single-photo .photo-text-container{
	padding-bottom: 1.5625em;
}

.single-photo .photo-title,
.single-photo .photo-description{
	padding: 1.5625em 3.75em 0em 3.75em !important;
}

.album img {
	/*height: 9.375em;
	max-height: 11.5625em;*/
}

.album .img-wrap{
	background: black;
	overflow: hidden;
	width: 100%;
	height: 9.375em;
	max-height: 11.5625em;	
}

.footer-seperator {
	margin-bottom: 1.875em;
}

.footer-content {
	text-align: center;
	/*border: 0.0625em solid red;*/
}

.footer-content h6 {
	margin: 1.25em 0em;
}

.footer-content a {
	margin: 0em 0.9375em;
	color: #5e5e5e;
	font-weight: bold;
}

.test-width {
	display: block;
}
