.panel2 {
	color:#333;
	background-color:#fff;
}
.panel2-map {
	background-color:#fff;
}
.panel3-london {
	background-color:#fff;
}
.panel3-istanbul {
	background-color:#fff;
}
h2 {
	color:#333;
	border-bottom:solid 5px #666;
}
h3 {
	color:#333;
}
.panel4other {
	background-image: linear-gradient(#fff, #eee);
}
.panel4other-wrapper {
	border:1px solid #777;
	background: linear-gradient(0deg, rgba(30,30,30,0.1), rgba(30,30,30,0.1)); 
}
.fact-sheet-other {
	color:#444;
}
.white-back {
	color:#333;
	border-bottom:solid 4px #222;
}

.header-florence {
	background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(images/florence-back1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
}
 .header-istanbul {
	background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(images/istanbul-back1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
}
 .header-cairo {
	background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(images/cairo-back1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
}
.header-london {
	background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(images/london-back1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center top;
	background-size: cover;
}
.panelpre4 {
	background-image: linear-gradient(#fff, #ccc);
}
.panelpre4-text {
	color:#333;
}