.fullstory-dossier{
	margin: 0 15px 0 15px;
}
.dossier {
  text-align: center;
}
.dossier h1 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 10px 0;
}
.dossier-title h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 10px 0;
}
.dossier span {
  color: #cc0000;
}
.dossier-alphabet {
  line-height: 35px;
  margin: 0 0 10px 0;
}
.dossier-alphabet a {
	width: 36px;
    line-height: 33px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #34495e;
    font-size: 26px;
    border: 2px solid #34495e;
    white-space: nowrap;
    box-sizing: border-box;
    margin: 6px 0 0 2px;
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.dossier-alphabet a:hover {
	color: #ffebe1;
    background-color: #34495e;
}
.dossier-search {
  background-color: #ededed;
  padding: 20px;
  height: 30px;
}
.dossier-form {
  width: 300px;
  float: left;
}
.dossier-add {
  width: 300px;
  float: right;
  text-align: right;
}
.dossier-add a {
  text-decoration: none;
  color: #777777;
}
.add-dossier {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.add-dossier:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.add-dossier:active {
	position:relative;
	top:1px;
}
.dossier-small {
  float: left;
  width: 220px;
  height: 220px;
}
.caption-style-4 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  overflow: hidden;
}
.caption-style-4 li, .caption-style-4 img {
  float: left;
  padding: 0px;
  position: relative;
  width: 33%;
  height: 210px;
  margin-top: 10px;
  overflow: hidden;
}
.caption-style-4 img{
	width: 98%;
}
.caption-style-4 li:hover .caption {
  opacity: 1;
}
.caption-style-4 li:hover{
  opacity: 0.8;
}
.caption-style-4 li:hover img {

}
.caption-style-4 img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
}
.caption-style-4 .caption {
  cursor: pointer;
  position: absolute;
  -webkit-transition:all 0.45s ease-in-out;
  -moz-transition:all 0.45s ease-in-out;
  -o-transition:all 0.45s ease-in-out;
  -ms-transition:all 0.45s ease-in-out;
  transition:all 0.45s ease-in-out;
}
.caption-style-4 img {
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  -ms-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}

.caption-style-4 .caption-text h1, .shortstory-title a{
  color: #fff;
  line-height: 25px;
  text-decoration: none;
  font-size: 19px;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  padding-left: 10px;
}
.dossier-container .shortstory-title a{
	height:60px;
	display: block;
    width: 96%;
}
.caption-style-4 .caption-text, .dossier-container .shortstory-title {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 215px;
  height: 60px;
  text-align: left;
  top: 150px;
  padding-left: 0px;
  background: rgba(47,47,51,0.6);
}
.caption-style-4 .caption-text p{
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
  font-size: 14px;
  line-height: 15px;
  padding-left: 10px;
}
.dossier-cat {
  text-align: center;
  margin: 0 0 15px 0;
}
.dossier-cat a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.dossier-cat-link {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	margin: 2px;
	padding: 0px 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.dossier-cat-link:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
.dossier-cat-link:active {
	position:relative;
	top:1px;
}

.dossier-lead {
  height: 300px;
  margin: 0 0 15px 0;
}
.dossier-lead-photo {
  width: 300px;
  height: 300px;
  float: left;
}
.dossier-lead-info {
  width: 325px;
  height: 300px;
  float: right;
  margin: 0 0 0 5px;
  background-color: #dedede;
  line-height: 20px;
}
.dossier-lead-text {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}
.dossier-lead-text span {
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
}
.dossier-list{
	list-style: disc !important;
	margin-left: 20px;
}
.dossier-list li{
	color: #c00;
}
.dossier-container .shortstory-info{
	display: none;
}
.dossier-container .shortstory{
	position: relative;
	width: 32%;
	display: block;
	float:left;
	overflow: hidden;
	margin-right: 1%;
}
.dossier-container .shortstory  img{
	width: 290px;
    height: 210px;
    margin-left: -35px;
}
.dossier-container .shortstory:hover img{
	opacity: 0.7;
}