
#header{
	background-color:#fff;
	background-image:url(./image/header/banner.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:center top;
	height:138px;
	width:100%;
	min-width:800px;
	box-shadow: 1px 5px 5px #888888;
	-moz-box-shadow: 1px 5px 5px #888888;
   -webkit-box-shadow: 1px 5px 5px #888888;
	/*margin-bottom:5px;*/
}


#main_content_home{
	background-image:url(./image/home/homeBG.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:left top;
	min-width:800px;
	width:100%;
	text-align:center;
}

#main_content{
	min-width:800px;
	width:100%;
	text-align:center;
}

#logo{
	display:inline-block;
	float:left;
	margin:30px;

}
#logo a{
	text-decoration:none;
}
#logo img{
	height:85px;
	vertical-align:bottom;
}

#logo div{
	display:inline-block;
	background:rgba(255,255,255,0.5);
	border-radius:5px;
}
#sitename{
	font-weight:500;
	font-size:32px;
	color:#84c3d4;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

#siteslogan{
	font-weight:bold;
	padding-left:45px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
#langWrapper{
	display:inline-block;
	float:right;
	margin:1%;
	text-align:right;
}

.langLink img{
	width:18px;
	cursor:pointer;
	margin-right:2px;
}

.langLink img:hover{
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow:1px 1px 3px #999;
	-webkit-box-shadow:1px 1px 3px #999;
}

#page_content{
	width:100%;
	text-align:center;
	display:inline-block;
}

#footer{
	clear:both;
	text-align:center;
	background-color:#fff;
	padding:0 1% 1% 1%;
	height:5%;
	box-shadow: 1px -5px 7px #999;
	-moz-box-shadow:1px -5px 7px #999;
	-webkit-box-shadow:1px -5px 7px #999;
	margin-top:5px;
}
#footer a {
	text-decoration:none;
}

.sponsors{
	display:inline-block;

}

.sponsors img{
	height:70px;
	border:#eee 1px solid;
}
.sponsors-wrapper{
	padding-left: 1%;
}

#search{
	margin-bottom:2%;
	margin-top:4%;
	text-align:center;
	text-align:center;
	width:100%;
}

#searchWrapper{
	width:80%;
	text-align:left;
	display:inline-block;
	max-width:1000px;
}
input[type="submit"]{
	appearance:normal;
	-moz-appearance:normal; /* Firefox */
	-webkit-appearance:normal; /* Safari and Chrome */

}
.homeSearchBtn{
	background-image:url(./image/home/searchIcon.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fff;
	background-size:48px 48px;
	width:58px;
	height:58px;
	margin:0;
	padding:3px;
	border:#84c3d4 2px solid;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	cursor:pointer;
	-webkit-appearance:normal;
}
.homeSearchInput{
	width:82%;
	height:55px;
	background-color:#fff;
	vertical-align:top;
	font-size:22px;
	color:#333;
	border:#84c3d4 2px solid;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	padding-left:5px;
	float:left;
}

#loNumber{
	/*background:url(./image/home/lonumberBG1.png) no-repeat;background-position:left center;
	background-size:100% auto;*/
	background-color:#b8d690;/*d4f4a9;*/
	border-radius:50px;

	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:32px;
	font-style:italic;
	color:#fff;
	height:100px;
	display:inline-block;
	width:100px;
	position:absolute;
	top: 150px;
    right: 15px;
	z-index:100;
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(25deg);
	-moz-box-shadow:5px 5px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:5px 5px 2px rgba(0,0,0,0.2);
	box-shadow:5px 5px 2px rgba(0,0,0,0.2);
		text-align:center;
}
#loNumber div{
	font-size:12px;
	line-height:13px;
}

#browse{
	margin-bottom:2%;
	margin-top:2%;
	text-align:center;
	width:100%;
}

#browseWrapper{
	width:80%;
	text-align:left;
	display:inline-block;
	max-width:1000px;

}

#footerLinks{
	width:100%;
	text-align:center;
	padding-top:2%;
	padding-bottom:2%;
	display:inline-block;

}

#footerLinks a{
	background-color:rgba(255, 255, 255, 0.6);
	padding:5px;
	font-size:14px;
	color:#666;
	font-weight:bold;
	margin:0.5%;
	padding-left:40px;
	background-image:url(./image/home/icon_info.png);
	background-repeat:no-repeat;
	background-position:-1px center;
	background-size:30px 30px;
	height:30px;
	cursor:pointer;
	text-decoration:none;

}
#footerLinks a#featured{
	background-image:url(./image/home/icon_featured.png);
}
#footerLinks a:hover{
	background-color:rgba(255, 255, 255, 0.9);
}



.homeMenuTitle{
	height:15px;
	color:#fff;
	display:inline-block;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
	padding:10px;
	padding-right:30px;
	background-image:url(image/home/titleBGR.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:100%  auto;
	cursor:default;
}
.homeMenuSubtitle{
	background-image:url(./image/home/titleBG.png);
	background-repeat:no-repeat;
	background-position:-1px; 0;
	background-size:35px 35px;
	display:inline-block;
	height:35px;
	width:35px;
	position:relative;
	top:-12px;
	left:-1px;
}

.browseOption{
	padding:5px;
	border-radius:5px;
	border:#57b3cb 3px solid;
	background-color:#fff;
	margin-right:3%;/*1% 20%*/

	cursor:pointer;
}
.browseOptionWrapper{
	width:22%;
	display:inline-block;
}

.browseOptionLabel{
	color:#666;
	text-align:center;
	padding-top:3px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.browseOptionLabel:hover{
	color:#222;
}
a.browseOptionLink{text-decoration:none;}

a.browseOptionLink:hover div.browseOptionLabel{
	color:#222;
}

.browseOption img{
	width:100%;
}

.browseOption:hover{
	border:#a1dbeb 3px solid;
}

.footer_info{
	color:#999;
	font-size:9px;
	padding-top:5px;
	cursor:default;
	clear:both;
}
#general_wrapper{
	display:inline-block;
	height:100%;
	width:100%;
}

#seperator{
	width:50px;
	text-align:center;
	position:relative;
	left:45%;

}

#seperator div{
	font-family:"verdana";
	display:inline-block;
	width:58px;
	height:58px;
	color:#fff;
	font-style:italic;
	font-size:36px;
	background-color:#2b3e42;
	border-radius:29px;
	z-index:1000;
	padding-top:3px;
	cursor:default;
}

.logoutLink{
	padding-top:10px;
	background:#fff;
	color:#c2652f;
}
.logoutLink a{
	font-size:12px;
	font-weight:bold;
	color:#c2652f;/*#2b3e42;*/
}
.logoutLink a:hover{
	color:#e2661e;
}
.wrap{
	width:80%;
	background-color:#fff;
	text-align:left;
	display:inline-block;
	margin-top:5px;
	max-width:1200px;
	min-width:1000px;

}

.navSection{
width:15%;display:inline-block; vertical-align:top;padding-top:50px;background-color:#fff;height:100%;margin-top:5px;
}
.subContainer{
width:40%;
}
.social_side_menu{
	background-color:#fff;
	border:#ccc 1px solid;
	border-top-left-radius:5px;
	padding:1px;
	border-bottom-left-radius:5px;
	padding:5px;
	display:inline-block;
	position:fixed;
	top:140px;
	right:0px;
	border-right:0;
	box-shadow: -3px 3px 5px #666;
	-moz-box-shadow:-3px 3px 5px #666;
	-webkit-box-shadow:-3px 3px 5px #666;
	z-index:1000;
}
.social_side_menu a{
	cursor:pointer;
	text-decoration:none;
}
.socialButton{
	display:inline-block;
	width:32px;
	height:32px;
	float:right;
	background-image:url(./image/header/tweet.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	cursor:pointer;
}

#fbLink div.socialButton{
	background-image:url(./image/header/fb.png);
	margin-bottom:3px;
}

#fbLink:hover div.socialButton{
	background-image:url(./image/header/fbActive.png);
}

#tweetLink:hover div.socialButton{
	background-image:url(./image/header/tweetActive.png);
}


.stripe{
	background-image:url(./image/stripe7.png);
	background-repeat:repeat;
	margin-top:0px;
}
#resultsSearchWrapper{
	width:80%;
	text-align:left;
	display:inline-block;
	max-width:1000px;
	padding-top:1%;
	padding-bottom:1%;
}

.resultsSearch{
	padding-top:4%;
	padding-bottom:4%;
	background-image:url(./image/home/searchBG.jpg);
	background-size:100% auto;
	background-position:left top;
	background-repeat:no-repeat;
	text-align: center;
	width: 100%;
}


/*****************/
.info-container{
	position:relative;
	margin: 1% 7% 3% 7%;
	width:90%;

}
.info-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.info-item{
	position:relative;
	float:left;
	width:40%;
	text-align:center;
	margin:0.5% 1% 2% 1%;
}
.info-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #53bfc5;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.info-close{
	position:absolute;
	top:10px;
	right:150px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.info-close:hover{
	opacity:1.0;
}
.info-item-main{
	padding:10px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.info-icon{
	width:275px;
	height:220px;
	border:#eee 1px solid;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/lo5.png) no-repeat center center;
}

.info-item h3{
	font-family: Myriad,"Trebuchet MS", Arial, Helvetiinfo, sans-serif;
	text-transform:uppercase;
	font-size:24px;
	color:#333;
	margin-top:10px;
	text-align:left;
	text-shadow: 0px 1px 1px #e4ebe9;
	font-weight:normal;
	background-image: url(./image/photodentroLogoDsch.png);
	background-repeat:no-repeat;
	background-size:auto 90%;
	background-position:left center;
	padding:30px 0 5px 80px;
	height:40px;

}
.info-item h3#lrt{
	background-image: url(./image/lrt.png);
}


.info-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:18px;
	text-align:left;
	border-left:0px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
	font-weight:normal;
}
.info-item h4 span{
	text-indent:40px;
	display:block;
}
.info-item h4  span.info-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}

.info-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:22px;
	text-align:left;
}


.info-img-container{
	display:inline-block;
	width:20%;
	float:left;
	margin-bottom:10px;
}
.info-img-container img{
	width:70%;
}
/***************/

.infoWrapper{
	clear:both;
	text-align:left;
	background-color:#defbfb;
	background-image:url('./image/patternF.png');
	padding-bottom:20px;
}
.infoHeader{
	background: url('./image/home/icon_infoIN.png') #AC4269 no-repeat 15px center;
	background-size:auto 14px;
	color:#ffffff;
	font-weight:bold;
	padding:5px 20px 5px 30px;
	font-size:12px;
}
.featuredHeader{
	background: url('./image/home/icon_featuredIN.png') #52A0CB no-repeat 15px center;
	background-size:auto 14px;
	color:#ffffff;
	font-weight:bold;
	padding:5px 20px 5px 30px;
	font-size:12px;
}

.return{
	cursor:pointer;
	float:right
}
.return img{
	height:18px;
	vertical-align:middle;
}

.featuredWrapper{
	text-align:left;
	background-color:#eee;
	height:1000px;
	background-image:url('./image/pattern.png');
}

.thumb_container{
	width:150px;
	height:100px;
	display:inline-block;
	background: url('./image/photodentroLogoDsch.png') #ffffff no-repeat center center;
	background-size:contain;
}
.versionInfo{
	text-align:right;
	font-size:9px;
	margin: 3px 0px 10px 0;
	color: #999;
	cursor:default;
}
.twitter-share-button{
color:#ff0000;
}

#startloadingImg{width:40px;margin-top:7px;}

#header-aggreagtor-link{
	position:relative;
	top:45px;
	right:-78px;
	display:inline-block;
	float:right;
	font-family:MyriadPro-Semibold;
	font-size:16px;
	 background-color:#c7eef8;
    background-image: url(image/logo_aggregator.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px auto;
	padding:8px 20px 4px 60px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	-webkit-box-shadow: -5px 5px 5px -1px rgba(112,112,112,0.27);
	-moz-box-shadow: -5px 5px 5px -1px rgba(112,112,112,0.27);
	box-shadow: -5px 5px 5px -1px rgba(112,112,112,0.27);
	width:350px;
}


#extraMetaTable, #extraSealsTable{
border-bottom: medium none;
border-radius: 0;
}

#extraMetaTable tr, #extraSealsTable tr{
vertical-align:top;
padding-bottom:20px;
}

#extraMetaTable .submitLabel, #extraSealsTable .submitLabel{
/*background-color: #ffffff !important;*/
text-align:left;
padding-top:0px;
padding-left:0px;
vertical-align:top;
}


.role-group{
  font-size: 10pt;
  color: #626263;
    font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.lfentities, .meta-contribute_el{
  font-size: 10pt;

	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}


#new-meta-items{
	margin-top:5px;
}

img.seal{width:100px;}


.funding_separator{
	display:block;
	border-top:1px #ccc dotted;
	margin-right:20%;
	margin-top:5px;
	height:5px;
	padding:0;
	margin-bottom:0
}