.cpj--page-header.special-report {
  padding-top: 0px;
  margin-bottom: 0px;
  background: none;
  background-color: #000;
}
.cpj--page-header--text {
  margin-bottom: 0px;
}
.map--head {
  background-color: #ede6da;
  position: relative;
}

.map-image  {
  display: none;
}

.country:first-of-type {
 	margin-top: 2em;
 }
.country:hover {
	box-shadow: 2px 2px 7px #000;	
}
.country {
	background-color: #fff;
	box-shadow: 2px 2px 6px #987;
	width: 90%;
	float: left;
	font-size: .9em;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 2em;
	cursor: pointer;
	transition: .5s box-shadow;
}
.country .c-label {
	color: #777;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .7em;
	padding-top: 7px;
}
.country .person-name {
	font-weight: bold;
}
.country .photo {
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	background-position: center;
	background-size: cover
}

.china .photo { background-image: url(../img/ding-lingjie.jpg?1); }
.congo .photo { background-image: url(../img/ghys-bemba.jpg?1); }
.egypt .photo { background-image: url(../img/alaa-abdelfattah.jpg?1); }
.kyrgyzstan .photo { background-image: url(../img/azimjon-askarov.jpg?1); }
.turkey .photo { background-image: url(../img/zehra-dogan.jpg?1); }


.postcard {
	background-color: #fffaf2;
	padding: 2rem;
	border: 1px solid #e5d6b7;
	box-shadow: 2px 2px 5px #ccc;
	border-radius: 4px;
}

.postcard-section .btn-primary {
	margin-top: 2em;
	color: #fff;
	border-radius: 4px;
	border: none;
}


@media screen and (min-width: 900px) {
	.map-image  {
	  display: block;
	}
	.country {
		position: absolute;
		width: 220px;
		height: 90px;
		margin: 0;
	    z-index: 1;
	}
	.china { top: 20%; left: 65%; width: 190px;}
	.congo { top: 70%; left: 10%; width: 290px; }
	.egypt { top: 44%; left: 25%; width: 250px; }
	.india { top: 50%; left: 45%; }
	.kyrgyzstan { top: 10%; left: 40%; }
	.turkey { top: 10%; left: 14%; width: 250px; }

}

div.tweet {
  margin-top: 3em;
  border: 1px solid #cdf;
  padding: 1em;
  background-color: #f7fcfc;
  font: .9em/1.4 "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
}
div.tweet a {
	font-weight: bold;
}
.splash {
    padding: 250px 0 0 0;
    background-image: url(../img/freethepress-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.splash h1 {
    color: #fff;
    padding: 30px 0;
    background-color: rgba(0,0,0,.7);
}
#free-the-press .cpj--cards p {
    margin:0;
    font-size: 14px;
    line-height: 1.5;
    color: #acacac;
}

#free-the-press .cpj--cards .slate {
    padding: 10px;
    transition: all 0.1s ease-in-out;
    transform-origin: center bottom;
    background-color: #fff;
    position: relative;
}
#free-the-press .cpj--cards .slate {
    padding: 10px;
    transition: all 0.1s ease-in-out;
    transform-origin: center bottom;
    background-color: #fff;
    position: relative;
}
#free-the-press .cpj--cards .slate:hover {
    z-index: 999;
    transform: scale(1.066);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
#free-the-press .cpj--cards .waiting img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}
