/*
Theme Name: Voiceless Friends
Author: Animal Equality
Author URI: http://www.animalequality.net/
*/

/*
FONTS
* */
/*@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebasneue.eot');
    src: url('fonts/bebasneue.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue.woff') format('woff'),
         url('fonts/bebasneue.ttf') format('truetype');
         url('fonts/bebasneue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
.extra-font { font-family: "bebasregular", "Impact", Arial, Helvetica, sans-serif }
.page-body h1{
    font-size:35px;
    line-height:35px;
}
#overflow {
    overflow: hidden;
    width: 100%;
    min-width: 998px;
    height: 100%;
    top: 0;
    left: 0;
}
#bg-img {
    position: fixed;
    left: 0;
    top: 0px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: -1;
}
#main-width {
    width: 998px;
    margin: 0 auto;
}
#left-limit {
    background: red;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -499px;
    opacity: 0.2;
    display: none;
    z-index: 1000000;
}
#right-limit {
    background: red;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 499px;
    opacity: 0.2;
    display: none;
    z-index: 1000000;
}
.corner {
    background: url("images/border-radius-4.png") no-repeat left top;
    overflow: hidden;
    position: absolute;
    display: block;
    z-index: 10;
}
.black-corner .corner { background: url("images/border-radius-4-black.png") no-repeat left top }
.corner.tl {
    background-position: left top;
    width: 4px;
    height: 4px;
    top: 0;
    left: 0;
}
.corner.tr {
    background-position: right top;
    width: 4px;
    height: 4px;
    top: 0;
    right: 0;
}
.corner.bl {
    background-position: 0 -4px;
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 0;
}
.corner.br {
    background-position: -4px -4px;
    width: 4px;
    height: 4px;
    bottom: 0;
    right: 0;
}
.clear, .clearer{
	clear:both;
}
* {
    margin: 0;
    padding: 0;
    outline:0;
}
html {
    background: #F7F7F7;
    height: 100%;
    min-width: 998px;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    height: 100%;
    min-width: 998px;
}
a {
    color: #5e1616;
    text-decoration: underline;
}
a:hover { color: #721b1b }
img { border: 0; display:block; }
h1,
h2,
h3,
h4,
h5 {
    font-family: "bebasregular", "Impact", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
h2 {
    color:#616161   ;
}
#overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
#cover-overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 998px;
    height: 100%;
    z-index: 100;
    display: none;
}
.content {
    width: 998px;
    min-width: 998px;
    margin: auto;
    text-align: left;
    position: relative;
}
#institutional-bar {
    background: #000;
    position: relative;
    width: 100%;
    height: 37px;
    line-height: 46px;
    color: #D0D0D0;
    z-index: 10000;
}
#institutional-bar #animal-equality-logo {
    position: absolute;
    top: 7px;
    left: 10px;
}
#institutional-bar #logos-plus {
    position: absolute;
    top: 11px;
    left: 165px;
}
#institutional-bar #LCA-logo {
    position: absolute;
    top: 7px;
    left: 202px;
}
/* languages menu */
#institutional-bar #lang-menu {
    width:130px;
    position: relative;
    line-height: 37px;
    color: #D0D0D0;
    float: right;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: right;
}
#institutional-bar #lang-menu img{
    display:inline;
}
#institutional-bar #lang-menu #current-lang {
    background: url("images/lang-menu.gif") no-repeat right top;
    padding: 0 20px 0 20px;
    margin-right: 5px;
    cursor: pointer;
}
#institutional-bar #lang-menu:hover #current-lang {
    background-position: right bottom;
    color: #FFF;
}
#institutional-bar #lang-menu ul {
    background: #000;
    position: absolute;
    display: none;
    color: #FFF;
    right: 0;
    top: 37px;
    list-style-type: none;
    list-style-position: inside;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
}
#institutional-bar #lang-menu ul li {
    height: 37px;
    padding: 0 15px;
    white-space: nowrap;
}
#institutional-bar #lang-menu ul li.current a { color: #FFF }
#institutional-bar #lang-menu ul li a img {
    border: 1px solid #616161;
    margin-left: 3px;
}
#institutional-bar #lang-menu ul li a {
    color: #D0D0D0;
    text-decoration: none;
    display: block;
}
#institutional-bar #lang-menu ul li a:hover { color: #FFF }
#institutional-bar #lang-menu:hover ul { display: block }
/* links to socials */
#institutional-bar #links-to-socials {
    line-height: 46px;
    float: right;
}
#institutional-bar a.social {
    background-image: url("images/links-to-socials.gif");
    height: 24px;
    width: 24px;
    display: block;
    float: left;
    margin: 6px 0 0 5px;
}
#institutional-bar a.social.facebook { background-position: 0 0 }
#institutional-bar a:hover.social.facebook { background-position: 0 -24px }
#institutional-bar a.social.twitter { background-position: -24px 0 }
#institutional-bar a:hover.social.twitter { background-position: -24px -24px }
#institutional-bar a.social.gplus { background-position: -48px 0 }
#institutional-bar a:hover.social.gplus { background-position: -48px -24px }
#institutional-bar a.social.youtube { background-position: -72px 0 }
#institutional-bar a:hover.social.youtube { background-position: -72px -24px }
#institutional-bar a.social.pinterest { background-position: -97px 0 }
#institutional-bar a:hover.social.pinterest { background-position: -97px -24px }
#institutional-bar a.social.instagram { background-position: -121px 0 }
#institutional-bar a:hover.social.instagram { background-position: -121px -24px }
#institutional-bar a.social.flickr { background-position: -145px 0 }
#institutional-bar a:hover.social.flickr { background-position: -145px -24px }
#institutional-bar a.social.vimeo { background-position: -169px 0 }
#institutional-bar a:hover.social.vimeo { background-position: -169px -24px }
#cover {
    background: #000;
    width: 100%;
    height: 505px;
    position: relative;
    overflow: hidden;
    z-index: 1000;
}
#cover-static {
    background: #000;
    width: 100%;
    min-width:998px;
    height: 505px;
    position: relative;
    overflow: hidden;
}
#cover .content { width: 998px }
#cover-static #cover {
    width: 100%;
    min-width:998px;
    height: 505px;
    position: relative;
}
#cover-static.compressed,
#cover-static.compressed #cover { height: 68px }
#cover-static.compressed #cover #sign-the-petition-box { display: none }
#cover #left-shadow {
    background: url("images/cover-shadow.png") repeat-y 0 0;
    width: 360px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
}
#cover #right-shadow {
    background: url("images/cover-shadow.png") repeat-y -360px 0;
    width: 360px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
}
#cover #header {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    min-width:998px;
    height: 68px;
    line-height: 68px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}
html.no-rgba #cover #header { background: url("images/black50.png") repeat 0 0 transparent }
#cover #header img#investigation-logo {
    position: relative;
    width: 590px;
    left: 10px;
    top: 3px;
}
#cover #video {
    background: #000;
    width: 618px;
    height: 505px;
    z-index: 100000;
    display: none;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 30px #000;
    left: 0;
    top: 0;
}
#cover #video #close-video{
	background:url("images/close-video.png") no-repeat 0 0;
	width:25px;
	height:25px;
	color:#FFF;
	position:absolute;
	top:3px;
	display:none;
	right:3px;
	z-index:1000;
	cursor:pointer;
}
#videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16: 9 */;
    padding-top: 25px;
    height: 0;
}
#videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 505px;
}
#cover #player {
    width: 600px;
    height: 200px;
    text-align: center;
    position: absolute;
    top: 175px;
    right: 420px;
    cursor: pointer;
}
#cover #player h1 {
    font-size: 50px;
    line-height: 50px;
    color: #FFF;
    opacity: 0.8;
    text-shadow: 0 0 20px #000;
}
#cover #player h1 big{
    font-size: 80px;
}
#cover #player #play {
    background: url("images/play.png") no-repeat 0 0;
    width: 129px;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -64px;
}
#cover #player.victory {
    top:318px;
}
#cover #player.victory h1 {
    text-align: left;
    font-size: 38px;
    line-height: 35px;
    margin:0 0 0 162px;
    opacity: 1;
}
#cover #player.victory h1 big{
    font-size: 80px;
}
#cover #player.victory #play {
    top: 4%;
    left: 13%;
}

#cover #player.video-title-fur {
    top:318px;
}

#cover #player.video-title-fur h1 {
    text-align: left;
    font-size: 38px;
    line-height: 35px;
    margin:0 0 0 162px;
    opacity: 1;
}

#cover #player.video-title-fur #play {
    top: 19%;
    left: 13%;
}

#cover #player:hover h1 {
    color: #FFF;
    opacity: 1;
    text-shadow: 0 0 20px rgba(0,0,0,0.8);
}
#cover #player:hover #play { background-position: 0 -85px }
#cover #main-image {
    width: 1923px;
    height: 505px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -961px;
    overflow: hidden;
}
#cover #main-image #top-shadow {
    background: url("images/main-image-shadow.png") repeat-x 0 0;
    width: 100%;
    min-width:998px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
#cover #main-image #bottom-shadow {
    background: url("images/main-image-shadow.png") repeat-x 0 -30px;
    width: 100%;
    min-width:998px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#cover #main-image img {
    width: 1923px;
    height: 505px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -961px;
    cursor:pointer;
}
#cover #sign-the-petition-box {
    width: 380px;
    height: 505px;
    text-align: left;
    position: relative;
    float: right;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
#cover #sign-the-petition-box #top-shadow {
    background: url("images/main-image-shadow.png") repeat-x 0 -15px;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
#cover #sign-the-petition-box-content { margin: 27px 0 }
#cover #sign-the-petition-box h1 {
    font-size: 33px;
    line-height: 33px;
    margin: 0 18px;
    color: #595959;
}
#cover #sign-the-petition-box p {
    color: #595959;
    margin: 5px 18px 0;
}
#cover #sign-the-petition-box .dk-speakup-response p {
    margin: 5px 0 0;
}
#target-emails-to{
	width:25px;
	float:left;
	margin-left:18px;
}
#target-emails{
	width:330px;
	float:left;
	margin:0 0 10px 0;
}
#cover #sign-the-petition-box #share-panel {
    background: #DADADA;
    width: 380px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #F4F4F4;
}
#cover #sign-the-petition-box #share-panel h1 {
    font-size: 25px;
    line-height: 70px;
    color: #595959;
    margin: 0 18px 0 50px;
    float: left;
}
#cover #sign-the-petition-box #share-panel a.share,
.page-body p a.share {
    background-image: url("images/share.png");
    background-color:transparent;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    float: left;
    margin: 12px 5px 0 0;
}
#cover #sign-the-petition-box #share-panel a.share.facebook,
.page-body p a.share.facebook
 { background-position: 0 0 }
#cover #sign-the-petition-box #share-panel a:hover.share.facebook,
.page-body p a:hover.share.facebook 
{
	background-image: url("images/share.png");
	background-color:transparent;
	background-position: 0 -44px;
}
#cover #sign-the-petition-box #share-panel a.share.twitter,
.page-body p a.share.twitter 
{ 
	background-image: url("images/share.png");
	background-color:transparent;
	background-position: -44px 0;
}
#cover #sign-the-petition-box #share-panel a:hover.share.twitter,
.page-body p a:hover.share.twitter 
{ 
	background-image: url("images/share.png");
	background-color:transparent;
	background-position: -44px -44px;
}
#cover #sign-the-petition-box #share-panel a.share.gplus,
.page-body p a.share.gplus 
{
	background-image: url("images/share.png");
	background-color:transparent;
	background-position: -88px 0;
}
#cover #sign-the-petition-box #share-panel a:hover.share.gplus,
.page-body p a:hover.share.gplus
{ 
	background-image: url("images/share.png");
	background-color:transparent;
	background-position: -88px -44px;
}
#cover #sign-the-petition-box #share-panel a.share.pinterest,
.page-body p a.share.pinterest 
{ 
	background-image: url("images/share.png");
	background-color:transparent;
	background-position: -132px 0;
}
#cover #sign-the-petition-box #share-panel a:hover.share.pinterest,
.page-body p a:hover.share.pinterest 
{
	background-image: url("images/share.png");
	background-color:transparent;
	background-position: -132px -44px;
}

#cover #sign-the-petition-box #share-panel #top-shadow, {
    background: url("images/main-image-shadow.png") repeat-x 0 -15px;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

#cover a#fixed-button {
    background: url("images/sign-button-bg.gif") repeat-x center center #5e1616;
    border-radius: 4px;
    cursor: pointer;
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
    height: 43px;
    font-weight: normal;
    color: #FFF;
    margin-top: 0;
    padding: 0 15px;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 10;
    text-shadow: 0 -1px 0 #a63200;
    width: auto;
    float: right;
    text-decoration: none;
    box-shadow: 0 0 10px #000;
}
.page-body a.red-button, .page-body p a.red-button{
	font-family: "bebasregular", "Impact", Arial, Helvetica, sans-serif;
	background: url("images/sign-button-bg.gif") repeat-x center center #5e1616;
    border-radius: 4px;
    cursor: pointer;
    display: inline;
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
    height: 43px;
    text-decoration:none;
    font-weight: normal;
    color: #FFF;
    margin-top: 0;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    text-shadow: 0 -1px 0 #a63200;
    width: auto;
    text-decoration: none;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.page-body a.red-button:hover, .page-body p a:hover.red-button:hover{
	background:#711a1a;
}
a.red-button img{
    display:inline;
    margin:0 5px 0 0;
}
#cover a:hover#fixed-button {
    background:#711a1a;
}
#cover-static.compressed #cover #fixed-button { display: block }
#main-menu-static {
    width: 100%;
    min-width:998px;
    height: 53px;
    margin-bottom: 40px;
    position: relative;
}
#main-menu {
    background: #000;
    width: 100%;
    min-width:998px;
    height: 53px;
    line-height: 53px;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}
#main-menu a.button {
    height: 53px;
    color: #FFF;
    float: left;
    padding: 0 17px;
    text-decoration: none;
    display: block;
    position: relative;
    outline: 0;
}
html.it #main-menu a.button{
    padding: 0 37px;
}
html.de #main-menu a.button{
    padding: 0 20px;
}
html.fr #main-menu a.button{
    padding: 0 14px;
}
html.es #main-menu a.button{
    padding: 0 26px;
}
html.ca #main-menu a.button{
    padding: 0 19px;
}
html.zh-hans #main-menu a.button{
    padding: 0 22px;
}
html.zh-hant #main-menu a.button{
    padding: 0 27px;
}
#main-menu a.button .left {
    background-image: url("images/main-menu.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 53px;
    position: absolute;
    left: -7px;
    top: 0;
    z-index: 2;
}
#main-menu a.button .right {
    background-image: url("images/main-menu.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 53px;
    position: absolute;
    right: -7px;
    top: 0;
    z-index: 3;
}
#main-menu a:hover.button {
    background-color: #FFF !important;
    color: #000;
}
#main-menu a.button.black-red-red,
#main-menu a.button.red-red-orange,
#main-menu a.button.black-red-orange { background: #5e1616; }
#main-menu a.button.red-orange-black { background: #ff4b00; }
#main-menu a.button.black-orange-black { background: #ff4b00; }
#main-menu a.button.orange-black-black .right { background-position: right 0; }
#main-menu a.button.black-orange-black .left { background-position: right -530px; }
#main-menu a.button.black-orange-black .right { background-position: right -318px; }
#main-menu a.button.black-red-red .left { background-position: right -212px; }
#main-menu a.button.red-orange-black .left { background-position: right -265px; }
#main-menu a.button.red-orange-black .right { background-position: right -318px; }
#main-menu a:hover.button.orange-black-black .left { background-position: right -583px; z-index:5; left:-8px;}
#main-menu a:hover.button.orange-black-black .right { background-position: right -159px; }
#main-menu a:hover.button.black-orange-black .left { background-position: right -106px; }
#main-menu a:hover.button.black-orange-black .right { background-position: right -159px; }
#main-menu a:hover.button.black-black-black .left { background-position: right -106px; }
#main-menu a:hover.button.black-black-black .right { background-position: right -159px; }
#main-menu a:hover.button.black-black-red .left { background-position: right -106px; }
#main-menu a:hover.button.black-black-red .right { background-position: right -371px; }
#main-menu a:hover.button.black-red-red .left { background-position: right -106px; }
#main-menu a:hover.button.black-red-red .right { background-position: right -371px; }
#main-menu a:hover.button.red-red-orange .left { background-position: right -424px; }
#main-menu a:hover.button.red-red-orange .right { background-position: right -477px; }
#main-menu a:hover.button.red-orange-black .left { background-position: right -424px; }
#main-menu a:hover.button.red-orange-black .right { background-position: right -159px; }
#main-menu a.button.black-red-orange .left { background-position: right -212px; }
#main-menu a:hover.button.black-red-orange .left { background-position: right -106px; }
#main-menu a:hover.button.black-red-orange .right { background-position: right -477px; }
#main-menu a.selected.button { text-decoration: underline }
#main-menu a:hover.button.selected { text-decoration: none }
.light-bottom-row {
    background: #000;
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-top: 1px solid #DEDEDE;
}
.page-body {
    font-size: 16px;
    color: #333;
}
.page-body .content-portion {
    border-left: 1px solid #7F7F7F;
    padding-left: 20px;
    margin: 0 0 80px 285px;
    position: relative;
    min-height: 380px;
}
.page-body .content-portion.investigation {
    margin: 0 0 20px 285px;
}
.page-body .content-portion.wide {
    width:700px;
    float:left;
    padding-left: 0;
    margin: 0 0 10px 0;
    position: relative;
    min-height: 380px;
    border-left:0;
    padding-right:20px;
}
a.readmore{
    text-align:right;
    float:right;
}
.page-body .sidebar {
    width:260px;
    padding-left:5px;
    padding-bottom:50px;
    margin:0 10px 50px 0;
    float:right;
    position: relative;
    min-height: 380px;
    border-left: 1px dotted #7F7F7F;
}
.page-body .widget{
    margin:0 0 10px 0;
    padding:10px 5px;
    background:#FFF;
    position:relative;
    float:left;
}
.page-body .widget.black{
    background:#000;
    margin:0 0 30px;
}
.page-body .widget.black h3{
    color:#FFF;
}
.page-body .video-thumbnail{
    width:250px;
    height:140px;
    position:relative;
    margin:0 0 5px 0;
}
.page-body .video-thumbnail .player p {
    background:url("images/video-thumbnail-over.png") repeat-x left top;
    width:185px;
    font-size: 15px;
    font-weight:bold;
    line-height: 15px;
    color: #FFF;
    text-shadow: 0 0 20px #000;
    position: absolute;
    padding:10px 55px 10px 10px ;
    left: 0px;
    bottom: 0px;
}
.page-body .video-thumbnail .player .play {
    background: url("images/play-small.png") no-repeat 0 0;
    width: 45px;
    height: 30px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.page-body .video-thumbnail:hover .player h1 {
    color: #FFF;
    opacity: 1;
    text-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.page-body .video-thumbnail:hover .player p {
    display:block;
}
.page-body .video-thumbnail:hover .player .play { background-position: 0 -30px }
.page-body .content-portion.press-contact{
	border-left:0;
	min-height: 200px;
	margin-left:398px
}
.page-body .content-portion.press-contact img{
	float: left;
    margin: 0 0 0 -200px;
}
.page-body .content-portion span.highlight-text {
    margin: 10px 0 10px 15px;
    width: 40%;
    display: block;
    padding: 20px 0 20px 10px;
    font-size: 20px;
    line-height: 23px;
    text-shadow: 1px 1px 0 #FFF;
    color: #999;
    border-left: 1px solid #7F7F7F;
    float: right;
}
.page-body .content-portion .paragraph-image {
    width: 285px;
    height: 100%;
    position: absolute;
    left: -286px;
    top: 0;
    overflow: hidden;
}
.page-body .content-portion .paragraph-image img {
    width: 285px;
    height: auto !important;
}
.page-body .content-portion.press-contact .paragraph-image img {
	width: auto !important;
    height: auto !important;
    float:right;
}
.page-body .content-portion .highlight-box {
    background: url("images/highlight-box.gif") repeat-x top left;
    width: 33%;
    border-right: 1px solid #FFF;
    height: 135px;
    float: left;
    margin: 0 0 20px;
    text-align: center;
    color: #FFF;
}
.page-body .content-portion .highlight-box h1 {
    font-size: 50px;
    padding: 25px 0 0 0;
    margin: 0;
}
.page-body .content-portion .highlight-box h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 5px 20px 0;
    color: #dfd0d0;
}
.page-body h1 {
    font-size: 50px;
    line-height: 45px;
    margin: 0 0 10px 0;
    position:relative;
}
.page-body h1 a{
    text-decoration:none;
    color:#333;
}
.page-body h1 span{
    font-size:20px;
    line-height:20px;
    color:#999;
    position:absolute;
    top:-16px;
    right:0;
}
.page-body h1 a:hover {
    text-decoration:none;
    color:#5e1616;
}
.page-body h1 {
    font-size: 50px;
    line-height: 45px;
    margin: 0 0 10px 0;
}
.page-body h2 {
    font-size: 40px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.page-body h2 a{
    text-decoration:none;
    color:#999;
}
.page-body h2 a:hover {
    text-decoration:none;
    color:#5e1616;
}
.page-body h3 {
    color:#999;
    font-size: 30px;
    line-height: 25px;
    margin: 0 0 10px 0;
}
.page-body h3 b,.page-body h3 strong{
    font-size: 30px;
    font-weight: normal;
    color:#333;
}
.page-body h3 a{
    color:#999;
    text-decoration:none;
}
.page-body h3 a:hover {
    text-decoration:none;
    color:#5e1616;
}
.page-body h4 {
    color:#999;
    font-size: 30px;
    line-height: 20px;
    margin:0;
}
.page-body h4 a{
    color:#999;
    text-decoration:none;
}
.page-body h4 a:hover {
    text-decoration:none;
    color:#5e1616;
}
.page-body p { padding: 0 0 10px 0 }
.page-body p a {
    background: #FFF;
    color: #5e1616;
    text-decoration: underline;
}
.page-body p a:hover {
    background: #5e1616;
    color: #FFF;
    text-decoration: none;
}
.page-body h2 a { text-decoration: none }
.page-body h2 a:hover {
    background: #5e1616;
    color: #FFF;
}
.page-body p a:hover {
    background: #5e1616;
    color: #FFF;
    text-decoration: none;
}
/* PHOTO GALLERY */
.big-gallery {
    background: #000;
    width: 100%;
    margin: 40px 0 40px;
    padding: 20px 0;
    clear: both;
    position: relative;
    z-index: 1;
}
.big-gallery h1 {
    text-align: center;
    font-size: 40px;
    line-height: 35px;
    margin: 0 0 10px 0;
    color: #FFF;
}
.big-gallery h1 a {
    color: #CCC;
    text-decoration:none;
}
.big-gallery h1 a.current{
    color: #FFF;
    text-decoration:none;
}
.big-gallery h1 a:hover{
    color: #FFF;
    text-decoration:underline;
}
.big-gallery .galleries{
    width:100%;
    height:600px;
    position: relative;
    overflow:hidden;
}
.big-gallery .galleries .gallery{
    width:998px;
    height:600px;   
    position:absolute;
    top:0;
    left:200%;
    margin:0 0 0 -499px;
}
.big-gallery .galleries .gallery.current{
    left:50%;
}
.big-gallery object, .big-gallery embed{
    background:#000;
}
/* FOOTER */
#wrapper {
    background: url("images/dotted-pattern.gif") fixed;
    min-height: 100%;
	min-width: 998px;
    height: auto !important;
    height: 100%;
    margin: 0 auto -220px;
}
#push { height: 180px }
#footer {
    background: #f4f4f4;
    text-align: center;
    /*height: 180px;*/
    width: 100%;
    min-width: 998px;
    margin: 40px 0 0 0;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 11px rgba(0, 0, 0, 0.15);
    z-index: 1;
}
html.no-boxshadow #footer {
    border-top: 2px solid #d8d8d8;
    z-index: 1;
}
#footer .content {
	text-align: center;
	line-height:17px;
}
#footer #sitemap {
    color: #AAA;
    font-size: 27px;
    padding: 25px 0 0 0;
}
#footer #sitemap a {
    color: #AAA;
    text-decoration: none;
}
#footer #sitemap a:hover {
    color: #666;
    text-decoration: none;
}
#footer #footer-logo {
    margin: 0 20px;
    padding: 20px 0;
    display:inline;
}
#footer #footer-links-to-socials {
    line-height: 46px;
    width: 174px;
    margin: 0 auto;
}
#footer a{
    text-decoration: none;
}
#footer a.social {
    background-image: url("images/links-to-socials.gif");
    height: 24px;
    width: 24px;
    display: block;
    float: left;
    margin: 6px 0 0 5px;
}
#footer a.social.facebook { background-position: 0 0 }
#footer a:hover.social.facebook { background-position: 0 -24px }
#footer a.social.twitter { background-position: -24px 0 }
#footer a:hover.social.twitter { background-position: -24px -24px }
#footer a.social.gplus { background-position: -48px 0 }
#footer a:hover.social.gplus { background-position: -48px -24px }
#footer a.social.youtube { background-position: -72px 0 }
#footer a:hover.social.youtube { background-position: -72px -24px }
#footer a.social.pinterest { background-position: -97px 0 }
#footer a:hover.social.pinterest { background-position: -97px -24px }
#footer a.social.instagram { background-position: -121px 0 }
#footer a:hover.social.instagram { background-position: -121px -24px }
#footer a.social.vimeo { background-position: -145px 0 }
#footer a:hover.social.vimeo { background-position: -145px -24px }
#footer-contacts {
    border-top: 1px dotted #969696;
    font-size: 12px;
    color: #969696;
    padding: 17px 0 0 0;
}
#footer-contacts a {
    color: #333;
    text-decoration: underline;
}
#footer-contacts a:hover { text-decoration: none }
@media only screen and (min-width: 1100px) { 
    #cover .content, #institutional-bar .content { width: 1065px !important }
    #cover #header img#investigation-logo {
        width: auto;
        left: 10px;
        top: 0;
    }
    #cover #video { width: 685px }
}
.content .video-embed{
    margin:10px 0 20px;
}

/* language conditions */
html.zh-hans .extra-font, html.zh-hant .extra-font{
    font-family:"bebasregular", "Tahoma", Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif !important;
    font-weight:bold;	
}
html.zh-hant h1, html.zh-hant h2, html.zh-hant h3, html.zh-hant h4, html.zh-hant h5,
html.zh-hans h1, html.zh-hans h2, html.zh-hans h3, html.zh-hans h4, html.zh-hans h5,
.red-button {
    font-family:"bebasregular", "Tahoma", Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif !important;
    font-weight:bold;
}
html.zh-hant h1, html.zh-hans h1{
	font-size:43px;
}
html.de .dk-speakup-submit{font-size:35px !important;}


/* FORM EMBED PAGE */
.embed #target-emails-to{
	width:10%;
	font-size:12px;	
}
.embed #target-emails{
	width:80%;
	float:left;
	font-size:12px;
	margin:0 0 10px 0;
}
.embed .dk-speakup-petition .dk-speakup-half input, .embed .dk-speakup-petition .dk-speakup-full input, .embed .dk-speakup-petition .select-content{
	width:100% !important;
	clear:both;
}
.embed .dk-speakup-petition .select-content select{
	width:99% !important;
}
.embed .dk-speakup-optin-wrap{
	clear:both;
}
.embed .dk-speakup-submit-wrap{
	margin:0;
}
.embed .dk-speakup-readme{
	padding:0 22px;
}
.embed #dk-speakup-reader{
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}
.embed #dk-speakup-reader-content{
	font-size:12px;
	padding:0 21px 10px;
	margin-bottom:15px;
	margin-top:-30px;
}
.embed .dk-speakup-response{
	width:90% !important;
}


.breadcrumbs li {
    list-style-type: none;
    float: left;
    margin: 0 6px 0 0;
}
.donate-box{
    width:300px;
    float:left;
    border:1px dotted #7F7F7F;
    margin:5px;
    padding:15px;
    position:relative;
}
.donate-box .red-button{
    line-height:65px !important;
    padding:10px 50px !important;
}
.donate-box img{
    margin:0 0 20px 0;
}
.donate-box .post-edit-link{
    position:absolute;
    top:0;
    right:0;
    border:1px dotted #7F7F7F;
    background:#FFF;
}
.private{
    font-family: "bebasregular", "Impact", Arial, Helvetica, sans-serif;
    background:#333;
    color:#FFF;
    text-align:center;
    line-height:100px;
    width:100px;
    font-size:22px;
    height:100px;
    position:absolute;
    top:10px;
    right:10px;
    border-radius: 200px;
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -o-transform: rotate(9deg);
    box-shadow:0 0 9px rgba(0, 0, 0, 0.2);
    z-index:100;
    display:none;
}

hr{
    height:0;
    border:0;
    border-top:1px dotted #7F7F7F;
    margin:20px 0;
}
/* attachments */
.attachment-wide{
    margin-bottom:20px;
}

/* disqus recent comments  */
.disqus_rcw_single_comment_wrapper{
    margin:10px 0 0 0;
    font-size:13px;
    border-top: 1px dotted #7F7F7F;
    padding:5px;
}
.disqus_rcw_single_comment_wrapper:hover{
    background:#eee;
}
.disqus_rcw_single_comment_wrapper a{
    text-decoration: none;
    color:#666;
    display: block;
}
.disqus_rcw_single_comment_wrapper .disqus_rcw_avatar{
    float:left;
    margin:0 5px 5px 0;
}
.disqus_rcw_single_comment_wrapper .disqus_rcw_author_name{
    top:0;
}

/* Socials for blog */
.socials-line{
    white-space: nowrap;
    text-align:right;
    margin:10px 0 0 0;
}
/* Facebook plugins */
.fb-like-box{
    width:250px;
    height:250px;
}

/* Twitter plugins */
.twitter-hashtag-button{
    height:30px !important;
}
