/* 2016-0812 Tighten up spacing around header logo  - previously 4rem each */
.rstpl-top-position, .rstpl-top-fluid-position {
	padding-top: 3rem;
	padding-bottom: 1rem;
}

/* 2016-0812 Fix Google+ Widget overflow */
#googlePlusDisplay{
height:100%!important;
overflow: hidden!important;
}

.rstpl-logo {	text-shadow: none;	max-width: 50%}
.rstpl-logo h1, .rstpl-logo h2, .rstpl-logo h3, .rstpl-logo a, .rstpl-logo a:hover, .rstpl-logo a:focus {	font-family: "NovecentoWideBook";	font-weight: 400;	line-height: 1em;	margin-bottom: 0;	text-decoration: none;}
/* End Logo */
/* Lighten Text on home screen in Parallax Box */
.rstpl-box-parallax.dark .rstpl-box-content 
{    color: #bbb;}
/* Bold Title Text on home screen in Parallax Box */
.rstpl-box-title 
{    font-family: "Lato",sans-serif;    font-weight: bold;}

/* Set different Height for Parallax */
.rstpl-box-parallax 
{    background-attachment: fixed;    background-position: center top;    background-size: cover;    width: 100%;    height: 350px;    position: relative;}
/* Change Button HOVER colour to lighter shade of Logo */
.btn.btn-primary:hover {	background-color: #006699;	color: #FFF;}/* Page Turn START */.flipbook-viewport{	width:100%;	height:100%;}.flipbook-viewport .container{	top:50%;	left:50%;	margin:auto;}.flipbook-viewport .flipbook{	width:800px;	height:400px;	left:-400px;	top:-200px;}.flipbook-viewport .page{	width:400px;	height:400px;	background-color:white;	background-repeat:no-repeat;	background-size:100% 100%;}.flipbook .page{	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);	box-shadow:0 0 20px rgba(0,0,0,0.2);}.flipbook-viewport .page img{	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	margin:0;}.flipbook-viewport .shadow{	-webkit-transition: -webkit-box-shadow 0.5s;	-moz-transition: -moz-box-shadow 0.5s;	-o-transition: -webkit-box-shadow 0.5s;	-ms-transition: -ms-box-shadow 0.5s;	-webkit-box-shadow:0 0 20px #ccc;	-moz-box-shadow:0 0 20px #ccc;	-o-box-shadow:0 0 20px #ccc;	-ms-box-shadow:0 0 20px #ccc;	box-shadow:0 0 20px #ccc;}.flipbook-viewport .double{	width:800px;	height:400px;	background-size:100% 100%;}/* Page Turn END */