@font-face {
    font-family: 'entypo';
    src: url('Entypo-webfont.eot');
    src: url('Entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('Entypo-webfont.woff') format('woff'),
         url('Entypo-webfont.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*

		Global Pageflip Styles
		
*/
#pageflip {
	width: 100%;
	background: #ececec;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
#pf-pagerin {
	font-family: "Fauna One", "Lucida Grande", Helvetica, sans-serif;
}
#pf-stage {
	background: #ececec;
}
/*
	
		Container HTML Page Styles
		
*/
body {
	margin: 0;
}

.pw.pf-right-side, .pw.pf-left-side {
    background-color: white;
}
.pw .pf-page-content > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pw .pf-page-content > a {
    position: absolute; 
    font-family: Helvetica, Arial, sans-serif;
    color: #52565e;
    text-decoration: none;
/*

    background-color: black;*/
/*    opacity: 0.3;**/
*/
    
*/
}

.pw .london-link-full {
  background-image: url(click_to_view_full.svg);
  width: 79%;
  height: 4%; 
  background-size: contain;
  background-position: center;
  position: absolute;
  border: 2px solid #ffffff;
  top: 46%;
  right: 10%;
}

.pw .london-link-half {
  background-image: url(click_to_view_half.svg);
  width: 36%;
  height: 4%; 
  background-size: contain;
  background-position: center;
  position: absolute;
  border: 2px solid #ffffff;
  top: 31.5%;
  right: 10%;
}

.pw .bottom {
	top:75%
	
}

.pw .bottom-single {
	top:87%
	
}
.pw .top-single {
	top:43%
	
}

.pw .text-info {
    width: auto;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.pw .text-info::before {
    content: "_";
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    margin-top: -3px;
    border: 4px solid #e9242d;
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    font-family: 'entypo';
    font-size: 26px;
    line-height: 23px;
    color: #e9242d;
    vertical-align: middle;
    animation: pulse 1.3s ease infinite;
}
.pw .text-info-half {
    width: auto;
    max-width: 100%;
    left: 68%;
    transform: translateX(-50%);
}
.pw .text-info-half::before {
    content: "_";
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    margin-top: -3px;
    border: 4px solid #e9242d;
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    font-family: 'entypo';
    font-size: 26px;
    line-height: 23px;
    color: #e9242d;
    vertical-align: middle;
    animation: pulse 1.3s ease infinite;
}

.pw-download {
    margin: 5px auto 0;
    display: inline-block;
    text-align: center;
    font-family: 'Helvetica';
    text-decoration: none;
/*    margin-top: 5px;*/
    color: rgba(0,0,0,0.3);
}
.pw-download::before {
    content: "ó";
    font-family: 'entypo';
    font-size: 32px;
    line-height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}
.pw-download:hover::before {
    color: #FA0;
}
#pageflip-controls {
    padding-bottom: 8px;
}

@keyframes pulse {
    0% {transform: scale(1)}
    80% {transform: scale(1.2)}
    100% {transform: scale(1)}
}