/* ===========================
	RESET thanks to Eric M 
============================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
        display: block;
}
body {
        line-height: 1;
}

strong 
{
    font-weight:bold;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/* ===========================
	GLOBAL 
============================= */

* {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 100%;
    font-family: "source-sans-pro", Arial, sans-serif;
}

h1 {
    font-weight: 700;
    font-size: 1.75em;
    color: rgb(0,0,0);
    line-height: 0.9em;
    margin: 0;
}

h2 {
    font-size: 1.3125em;
    font-weight: 700;
    color: rgb(51,51,51);
    margin: 0 0 0.5em 0;
}

h3 {
    font-size: 1.125em;
    color: rgb(0,0,0);
    margin: 0;
    font-weight: 700;
}

p, ul {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 1em 0;
    color: rgb(51,51,51);
}

ul {
    list-style-type: disc;
    margin-left: 1em;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

i {
    font-style: italic;
}

a {
    color: rgb(204,63,69);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    background-color: rgb(59,56,53);
    color: rgb(255,255,255);
}

hr {
    border: 0;
    margin: 0 0 2em 0;
    height: 1px;
    background: rgb(226,226,226);
    display: block;
    width: auto;
    clear: both;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   color: rgb(0,0,0);
}
input:-moz-placeholder, textarea:-moz-placeholder { color: rgb(0,0,0); }

input::-moz-placeholder, textarea::-moz-placeholder { 
   color: rgb(0,0,0);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
   color: rgb(0,0,0);
}

input[type="password"], input[type="text"], textarea, select{
    border: 1px solid rgb(60,63,63);
    width: 100%;
    padding: 6px;
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

.select-style select {
    -moz-appearance: window;
    -webkit-appearance: none;
    background: transparent;
    font-size: 1em;
    color: rgb(0,0,0);
    padding: 0.3em 0.5em;
    border: 0;
    width: 115%;
}

.select-style {
    background-color: rgb(255,255,255);
    background-image: url(../sitepix/structural/select-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 0 0.45em 0;
    border: 0;
 }

/*--- bread crumbs ---*/

.breadcrumbs {
    list-style-type: none;
    background: rgb(249,249,249);
    border-radius: 4px;
    margin: 1em 0;
    padding: 0.5em 0.75em;
}

.breadcrumbs > li {
    display: inline-block;
}

.breadcrumbs > li > a {
    text-decoration: none;
    color: rgb(153,153,153);
}

.breadcrumbs > li > a:hover {
    color: rgb(51,51,51);
    text-decoration: underline;
}

/*--- panels ---*/

.panel {
    width: 100%;
    border-radius: 4px;
    padding: 9%;
    margin: 0 0 0.75em 0;
}

.panel h4 {
    color: rgb(255,255,255);
    font-size: 1.3125em;
    font-weight: 700;
    margin: 0 0 0.5em 0;
}

.panel > p:last-child {
    margin: 0;
}

.panel-grey {
    background: rgb(232,232,232);
}

.panel-blue {
    background: rgb(163,197,204);
}

.panel-blue a {
    color: rgb(0,0,0);
}

.panel-red {
    background: rgb(204,91,88);
}

.panel-red > p > a {
    color: rgb(255,255,255) !important;
    font-weight: 700;
}

.panel-red > p {
    color: rgb(255,255,255);
}

/* ===========================
	CLASSES 
============================= */

.subtitle {
    font-weight: 400;
    display: block;
    font-style: italic;
    font-size: 1.5625em;
    color: rgb(204,91,88);
}

.no-border {
    border: 0 !important;
}

.lead {
    font-weight: bold;
}

.lead-italic-large {
    font-size: 1.1875em;
    font-weight: bold;
    font-style: italic;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.break {
     height: 0;
     font-size: 0;
     display: block;
     clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.imageitalicsmall
{
    font-size: 90%;
    font-style: italic ;
	line-height:0.8em;
	margin:0;	
}

.imageitalicsmallbold
{
    font-size: 90%;
    font-style: italic ;
	font-weight:700;
	line-height:0.8em;
	margin:0;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*--- BG Colours ---*/

.med-grey {
    background-color: rgb(60,63,63);
}

.dark-grey {
    background-color: rgb(27,27,27);
}

/*--- Buttons ---*/

.but {
    color: rgb(255,255,255)!important;
    border-radius: 3px;
    border: 0;
    background: rgb(204,91,88);
    font-size: 1.125em;
    font-weight: 400;
    padding: 0.35em 0.75em;
    text-decoration: none;
    display: inline-block;
}

.but-uppercase {
    text-transform: uppercase;
    font-weight: 600;
}

.but-italic {
    font-weight: 600;
    font-style: italic;
}

.back-to-but {
    background-color: rgb(245,245,245);
    color: rgb(0,0,0);
    padding: 0.25em 2em;
    display: inline-block;
    font-size: 1.125em;
    font-weight: 600;
    color: rgb(51,51,51);
    text-decoration: none;
}

.previous {
    width: 23px;
    height: 23px;
    display: inline-block;
    background-image: url(../sitepix/structural/icons-sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -660px;
    vertical-align: middle;
    margin-right: 0.5em;
}

/*--- Lots of colors! ---*/

.red {
    color: rgb(204,89,88);
}

.yellow {
    color: rgb(244,220,131);
}

.blue {
    color: rgb(121,228,255);
}

.purple {
    color: rgb(184,121,178);
}

/*--- Floats ---*/

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.full-width-RTE {
    width:100%
    }
/*--- Hide for mobile ---*/

.hide-mobile {
    display: none;
}

/* ===========================
	STRUCTURE
============================= */

.outer-wrap {
    width: 100%;
}

.left-side {
    display: none;
}

.blue-border {
    border-bottom: 8px solid rgb(163,197,204);
}

.inner-wrap {
    max-width: 76.25em;
    margin: 0 auto;
    padding: 0 0.625em;
    position: relative;
}

.main {
    overflow: hidden;
    padding: 0 2%;
    margin: 0;
}

 .content-span5 {
    width: 100%;
    margin: 0 5% 1.5em 0;
}

.content-span4 {
    width: 100%;
}

/*--- 
• Grid system for photosales and magazine page 
• They share alot of same features
---*/

.lightbox {
    position:fixed;
    bottom:0;
    background: rgba(213,226,238,0.9);
    z-index:999; 
    height:240px;
    width:100%;
   
}

.lightbox img {
    width:90%;
}

.lightbox ul {
  
}

.lightbox p {    
  font-size:0.85em;
  margin: 0;
  background:#A3C5CC;
  text-align:center;
  color:#FFF;
}


.lightbox li {
width:15%;
float:left;
}

.lightbox a {
 padding:0;
 margin:0;
 text-decoration:none;
}

.lightbox-close {
    position:relative;
    left:75%;
}

.lightbox-button { 
    bottom: 0;
    position: fixed;    
    z-index: 999;
    left:35px;
}
.lightbox-button-link { 
    bottom: 0;
    position: fixed;    
    z-index: 999;
    right:35px;
}

.photosales-image-buttons {
    font-size:0.9em;
    margin-bottom:20px;
}

.photosales-image-buttons input {    
    margin-bottom:20px;
    cursor:hand;
}

.preview-sys {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.preview-sys a:hover {
    text-decoration:none;
}

.preview-col {
    width: 100%;
    margin: 0 0 1em 0;
}

.preview-border {
    border-radius: 4px;
    border: 1px solid rgb(232,232,232);
    display: block;
}

.preview-col figure {
    background: rgb(232,232,232);
    text-align: center;
    padding: 1em 0;
}

.preview-col > a:hover > figure {
    background: rgb(0,0,0);
    border-radius: 4px 4px 0 0;
}

.preview-descrip {
    padding: 0.75em;
    position: relative;
}

.preview-descrip > ul, .preview-descrip > ol {
    list-style-type: none;
    margin: 0 0 0.75em 0;
}

.preview-descrip > ul > li  {
    display: inline-block;
}

.preview-descrip > ol > li {
    margin: 0 0 0.25em 0;
    color: rgb(51,51,51);
}

/*--- Full preview image ---*/

.full-image {
    width: auto !important;
}

.full-image figure {
    padding: 1.75em !important;
}

.full-image .preview-descrip {
    padding: 1.75em;
}

.full-image .preview-descrip > h3 {
    margin-bottom: 0.25em;
}

.full-image .preview-descrip > ol, .full-image .preview-descrip > h3 {
    clear: both;
    float: left;
}

.full-image .preview-descrip > ul {
    float: left;
}

.full-image .preview-descrip > ul > li {
    margin-right: 0.5em;
}

/*--- Mobile menu ---*/

.mobile-menu-wrap {
    width: 100%;
    background-color: rgb(204,91,88);
}
.mobile-dropdown-nav{
    display:block;   
}

.mobile-dropdown-nav select{    
    width:50%;
    height: 1.5em;
    margin-top: 1em;   
    font-size:1.5em;    
    font-family: "source-sans-pro", Arial, sans-serif;
    margin-left:25%;
}

.shop-dropdown-nav select{      
    height: 2em;       
    font-size:1.25em;    
    font-family: "source-sans-pro", Arial, sans-serif; 
    width: 25%;
    margin-bottom: 30px; 
    float:left;
}

.shop-dropdown-nav input[type="text"], textarea {
    border: 1px solid rgb(60,63,63);
    width: 25%;
    padding: 6px;
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

.mobile-logo {
    width: 6.0625em;
    height: 2.75em;
    background: url(../sitepix/structural/mobile-logo.svg) no-repeat left top;
    display: block;
    margin: 0.625em;
    float: left;
}

.mobile-menu-wrap ul {
    float: right;
    margin: 0;
}

.mobile-menu-wrap li {
    width: 3.0625em;
    height: 4em;
    display: block;
    background-color: rgb(193,86,83);
    background-image: url(../sitepix/structural/icons-sprite.svg);
    background-repeat: no-repeat;
    float: left;
    border-right: 1px solid rgb(204,91,88);
}

.mobile-menu-wrap li:last-child {
    border: 0;
}

.mobile-menu-wrap li:hover,  .mobile-menu-wrap li:active {
    background-color: rgb(60,63,63);
}

.drop-menu {
    background-position:  0.6em 1.35em;
}

.drop-branch {
    background-position:  0.75em -4.2em;
}

.drop-login-in {
    background-position:  0.9em -8.75em;
}

.drop-basket {
    background-position:  0.9em -880px;
}

/*--- Mobile menu ---*/

.mobile-nav {
    background: rgb(60,63,63);
}

.mobile-nav > ul {
    list-style-type: none;
    margin: 0;
}

.mobile-nav > ul > li {
    border-top: 1px solid rgb(100,100,100);
}

.mobile-nav > ul > li:first-child {
    border-top: 0;
}

.mobile-nav > ul > li > a {
    color: rgb(255,255,255);
    font-weight: 600;
    font-size: 1.250em;
    text-decoration: none;
    padding: 0.45em 0.5em;
    display: block;
    border-bottom: 1px solid rgb(0,0,0);
}

.mobile-nav > ul > li > a:hover, .mobile-nav > ul > li > a:focus {
    background: rgb(163,197,204);
}

#mobile-main-nav, #mobile-branch-nav, #mobile-account-nav {
    display: none;
}

/*--- Sign in box ---*/

.login-in-wrap {
    margin: 0.625em;
    position: relative;
}

.hide-login {
    display: none;
}

.grey-italic {
    font-weight: 600;
    font-style: italic;
    color: rgb(153,153,153);
    text-decoration: none;
    font-size: 1.125em;
}

.login-but {
    float: right;
}

.forget-text {
    font-size: 0.875em;
    font-style: italic;
    color: rgb(255,255,255);
    padding: 0.75em 0.5em 0.5em 0;
}

.forget-text a {
    color:  rgb(204,91,88);
}

.login-in-wrap input[type="text"], .login-in-wrap input[type="password"] {
    float: left;
    width: 11.875em;      
    border: 1px solid #3C3F3F;
    font-size: 1em;
    margin: 0 0 0.5em;
    padding: 6px;
}

.login-in-wrap label {
    float: left;
    margin: 0.4em;
    border: 1px solid #3C3F3F;
    font-size: 1em;
    margin: 0 0 0.5em;
    padding: 6px;
}

.login-in-wrap p {
    color: #CC5B58;
    font-size: 0.875em;
    font-style: italic;
}

/*--- My Account menu ---*/

.account-nav {
    float: right;
    clear: both;
    list-style-type: none;
    margin: 0;
}

.account-nav li {
    float: left;
    border-right: 1px solid rgb(255,255,255);
    margin: 0.5em 0;
}

.account-nav li:last-child {
    border-right: 0;
}

.account-nav a {
    font-size: 1.125em;
    color: rgb(255,255,255);
    font-style: italic;
    padding: 0 0.5em;
    font-weight: 600;
    display: block;
    text-decoration: none;
    
}

.account-nav input[type=submit] {
    font-size: 1.125em;
    color: rgb(255,255,255);
    font-style: italic;
    padding: 0 0.5em;
    font-weight: 300;
    display: block;
    text-decoration: none;
    outline:none;
    background:#3C3F3F;
    border:none;
     margin: -0.1em 0;
     cursor: pointer; 
}

.account-nav .basket {
    color: rgb(204,204,204);
    font-weight: 400;
}

.basket-icon {
    background-image: url(../sitepix/structural/icons-sprite.svg);
    width: 1.2222222em;
    height: 1.2222222em;
   float: right;
    background-position: left -420px;
    margin: 0 0 0 0.5em;
}

 /*--- Main Menu ---*/

.main-nav-horz {
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
/*--- Homepage hero banner slider ---*/

.hero-wrapper {
    width: 100%;
    margin: 1em 0;
}

.slider {
    width: 100%;
    max-width: 890px;
}



.slide {
    padding-top: 36.853932%;
    position: relative;
}

.first-banner {
    /*background-image: url(../sitepix/banners/join-osmart.jpg);*/
    background-size: cover;
    background-position: center center;
}

.slide-info {
    position: absolute;
    top: 0;
    left: 3%;
    background-color: rgb(58,61,61);
    max-width: 18.75em;
    width: 100%;
    padding: 3% 2%;
    border-radius: 0 0 4px 4px;
}

.slide-header {
    font-weight: 900;
    font-size: 3.4375em;
    text-transform: uppercase;
    color: rgb(255,255,255);
    line-height: 0.72em;
    letter-spacing: -0.05em;
    margin: 0 0 0.11em;
}

.slide-header span {
    display: block;
}

.slide-sub-header {
    font-size: 1.125em;
    font-weight: 700;
    color: rgb(255,255,255);
    margin: 0 0 0.75em;
}

.slide-descrip {
    font-size: 1.0625em;
    line-height: 1.3em;
    margin: 0;
}

.slide-descrip a {
    display: block;
    color: rgb(255,255,255);
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    margin: 1em 0 0 0;
}

.slide-links {
   position: absolute;
   bottom: 1.5em;
   right: 1.5em;
   display: none;
}

.slide-links > li {
    margin: 0 0 0.5em;
    text-align: right;
}

.slide-links > li > a {
    font-size: 1.4375em;
    color: rgb(255,255,255);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgb(204,91,88);
    border-radius: 4px;
    display: inline-block;
    padding: 0.5em;
}

.slide-links > li:nth-child(2) > a {
    background-color: rgb(58,61,61);
}

.slide-links > li:nth-child(3) > a {
    background-color: rgb(133,48,51);
}

.slide-links > li > a span  {
    width: 27px;
    height: 27px;
    background-image: url(../sitepix/structural/icons-sprite.svg);
    background-position: left -820px;
    display: block;
    float: right;
    margin: -0.15em 0 0 0.5em;
}

.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}


.prev,.next {
	position: absolute;
	z-index: 4;
	top: 14%;
	margin-top: -2.060em;
}

.prev {
	display: block;
	background: url(../sitepix/structural/hero-button-right.png) no-repeat left top;	
	width:26px;
	height:26px;
	right: 1.5em;
}

.next {
	display: block;
	background: url(../sitepix/structural/hero-button-left.png) no-repeat left top;	
	width:26px;
	height:26px;	
}

.clearfix {
	float: none;
	clear: both;
}


/*--- Homepage introduction ---*/

.intro-top-append {
    display: block;
}

.intro-bot-append {
    display: none;
}

.introduction {
    width: 100%;
    margin: 0 0 1.5em 0;
    background:#F5F5F5;
   /* padding:10px;*/
}

.bus-postcards {
    display: none;
}

.introduction img {   
   display:none;
}

.welcome-text {
    width: 100%;
    margin: 0 4% 0 0;   
}
.text-section{   
    padding:20px;             
}

/*--- Homepage boxes of delight ---*/

.boxes-of-delight {
   margin: 0 0 1em 0;
   list-style-type: none;
}

.boxes-of-delight > li {
    width: 100%;
    padding: 0;
    margin: 0 0 1em 0;
    float: left;
}

.boxes-of-delight > li > a {
    background-color: rgb(204,91,88);
    display: block;
    padding-top: 99.635036%;
    position: relative;
    color: rgb(255,255,255);
}

.boxes-of-delight .bod-photo-sales {
    background: url(../sitepix/images/bod-diary.jpg) no-repeat center center;
    background-size: cover;
}

.boxes-of-delight .bod-diary {
    background: url(../sitepix/images/bod-diary.jpg) no-repeat center center;
    background-size: cover;
}

.boxes-of-delight .bod-library-archives {
    background: url(../sitepix/images/bod-library-archives.jpg) no-repeat center center;
    background-size: cover;
}

.bod-header {
    position: absolute;
    top: 20%;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
   
    background-color: rgb(51,51,51);
    padding: 0.15em 1em;
    display: inline;
}

.bod-link {
    position: absolute;
    bottom: 10%;
    font-size: 1.0625em;
    font-weight: 600;
    font-style: italic;
    background-color: rgb(204,91,88);
    padding: 0.5em 1em;
}

/*--- Action link boxes ---*/

.action-boxes {
    margin: 0;
    list-style-type: none;
}

.action-boxes > li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 2.250em 0;
}

.action-boxes > li:last-child {
    margin: 0;
}

.action-boxes > li > a {
    background-color: rgb(245,245,245);
    display: block;
    text-decoration: none;
}

.action-boxes img {
    width: 100%;
}

.action-details {
    padding: 4% 5%;
    display: block;
    overflow: hidden;
}

.action-details h4 {
    color: rgb(0,0,0);
    font-size: 1.3125em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.25em;
}

.action-details p {
    margin: 0;
    color: rgb(51,51,51);
    font-size: 1.0625em;
}

.action-details p span {
    color: rgb(204,90,88);
    display: block;
    font-weight: 700;
    font-style: italic;
    padding: 0.75em 0 0 0;
}

/*--- Side menu ---*/

.side-nav {
    margin: 1em 0 1em 0;
}

.side-nav ul {
     list-style-type: none;
     margin: 0;
}

.side-nav a {
    background: rgb(232,232,232);
    display: block;
    text-decoration: none;
    color: rgb(51,51,51);
    font-size: 1.1875em;
    font-weight: 700;
    border-top: 1px solid rgb(255,255,255);
    border-bottom: 1px solid rgb(204,204,204);
    padding:  0.526315em 0 0.526315em 0.78947em;
}

/*.shop-nav-colour a{
    background:#F9F9F9;
}*/

.side-nav a:hover {
    background: rgb(163,197,204);
}


.side-nav > ul > li:first-child > a {
    border-radius: 4px 4px 0 0;
}

.side-nav > ul > li:last-child > a {
    border-radius: 0 0 4px 4px;
}

.shop-search input{width:50%;}

/*--- President menu works with side menu  ---*/

.president-menu-header {
    border-radius: 4px 4px 0 0;
    font-size: 1.3125em;
    font-weight: 700;
    background: rgb(58,61,61);
    color: rgb(255,255,255);
    padding: 0.5em;
}

.president-menu {
    margin-top: 0;
    list-style-type: none;
}

.president-menu a {
    font-size: 1.125em;
}

.president-menu > li:last-child > a {
    border-radius: 0 0 4px 4px;
}

.president-menu a span {
    font-weight: 400;
    font-style: italic;
}

.president-image-holder {
     margin: 1.5em 0;
     list-style-type: none;
}

.president-image-holder img {
     border-radius:50%;
}

.president-image-holder li {
    float: left;
}

.president-sig {
    margin: 2.5em 0 0 1em;
}

/*--- images in side bar ---*/

.side-img {
    margin: 0 0 0.75em;
}

.side-img img {
    margin: 0;
    display: block;
}

/*--- Library Archive ---*/

.search-box-wrap {
    background: rgb(232,232,232);
    margin: 0 0 2em 0;
    padding: 8%;
    border-radius: 4px;
}

.search-box-wrap  h4 {
    font-size: 1.3125em;
    color: rgb(51,51,51);
    font-weight: 700;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

.search-box-wrap ul{
    list-style-type:none;
    margin-left:0;
}

/*--- Branch Section ---*/

.branch-map {
    margin: 0 0 2.5em 0;
}

.branch-chairman {
    margin: 0 0 1em 0;
    border-radius:50%;
}

.branch-content-img {
    margin: 0 0 1em 0;
   
}

.branch-content-img figcaption {
    font-size: 90%;
    font-style: italic;
}

.branch-news-snippet-wrap {
    width: 100%;
    clear: both;
    margin: 0 0 2em 0;
}

.branch-news-snippet-wrap h4 {
    font-size: 1.4375em;
    color: rgb(0,0,0);
    font-weight: 700;
    border-bottom: 1px solid rgb(220,220,220);
    margin: 0 0 0.85em 0;
    padding: 0 0 0.2em 0;
}

.branch-news-snippet {
    font-size: 1em;
    color: rgb(51,51,51);
    display: block;
    margin: 0 0 1em 0;
}

.branch-news-snippet:hover {
    color: rgb(204,63,69);
}

.branch-news-snippet-header {
    font-size: 1.1875em;
    font-weight: 700;
    display: block;
}

/*--- Omnibus magazine ---*/

.magazine-introduction {
    margin: 0 0 1em 0;
}

.latest-issue.subtitle {
    margin: 0.75em 0 0 0;
    display: block;
}

.latest-issue-number {
    margin: 0 0 1em 0;
}

.latest-issue-cover {
    margin: 0 0 2em 0;
}

.latest-issue-cover img {
    width: 100%;
}

.latest-issue-cover figcaption {
    float: right;
    font-weight: 700;
    clear: both;
    display: block;
}

.magazine-listing {
    margin: 0 0 1em 1.25em;
}

.magazine-listing > li {
    margin: 0 0 1em 0;
}

.magazine-header {
     font-size: 1.1875em;
    font-weight: 700;
}

.magazine-descrip {
    font-size: 1.125em;
    font-weight: 400;
    font-style: italic;
    display: block;
}

.preview-descrip.magazine  h3 {
     font-size: 1.1875em;
     text-transform: uppercase;
     color: rgb(51,51,51);
     margin: 0 0 0.5em 0;
}

/*--- Photo Sales ---*/

.number-plate {
    border-radius: 4px;
    background-color: rgb(249,230,17);
    background-image: url(../sitepix/structural/gb-plate-bg.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.25em;
    display: inline-block;
    font-weight: 700;
    padding: 0.35em 0.5em 0.35em 2em;
    float: left;
}

.year-plate {
    background-color: rgb(232,232,232);
    padding: 0.35em 0.5em;
    font-size: 1.25em;
    font-weight: 700;
    border-radius: 4px;
    margin-left:0.25em;
    /*float: right;*/
}

.photo-pricing {
    list-style-type: none;
    margin: 0 0 1.5em;
}

.photo-pricing > li {
    border-radius: 4px;
    font-weight: 700;
    color: rgb(255,255,255);
    width: 10.75em;
    text-align: center;
    padding: 0.25em 0;
    margin: 0 0 0.25em 0;
}

.non-members {
    background: rgb(51,51,51);
}

.members {
    background: rgb(163,197,204);
}

.price {
    font-size: 1.5em;
    display: block;
}

.terms-conditions > h4 {
    font-size: 0.9375em;
    font-weight: 600;
}

.terms-conditions > p {
    font-size: 0.875em;
    font-style: italic;
}


/*--- contact page ---*/

.address-wrap {
    margin: 0 0 2.5em 0;
}

.contac-wrap textarea {
    height: 12.5em;
}

/*--- Footer ---*/

.small-logo-wrap {
    display: none;
}

.footer-nav {
    margin: 2em 0 1em 0;
    list-style-type: none;
}

.footer-nav > li {
    float: left;
    width: 100%;
    margin: 0 0 1.5em 0;
}

.footer-nav > li:last-child {
    margin: 0;
}

.footer-nav > li > ul {
    list-style-type: none;
    margin: 0;
}


.footer-nav > li > ul > li > a {
    color: rgb(255,255,255);
    font-size: 1.0625em;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgb(58,61,61);
    display: block;
    padding: 0.5em 0;
}

.footer-nav .footer-header {
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
    color: rgb(153,153,153);
    padding: 0.25em 0;
}

.footer-address {
    font-size: 1em;
    color: rgb(204,204,204);
    line-height: 1.3em;
    margin: 0 0 1em 0;
}

.footer-address span {
    display: block;
}

.footer-address a {
    color: rgb(255,255,255);
    text-decoration: none;
}

.legal-details {
    margin: 0;
}

.legal-details  small {
    color: rgb(153,153,153);
    font-size: 80%; 
}

.legal-details a {
    color: rgb(255,255,255);
}

.legal-details-nav {
    padding: 1em 0;
    margin: 0;
}

.legal-details-nav > li {
    display: inline-block;
}

.legal-details-nav > li > a {
    color: rgb(255,255,255);
    text-decoration: none;
    border-right: 1px solid rgb(255,255,255);
    display: block;
    padding: 0 0.5em;
}

.legal-details-nav > li:first-child > a {
    padding-left: 0;
}

.legal-details-nav > li:last-child > a {
    border-right: 0;
    padding-right: 0;
}


/* PARSLEY JS CSS OVERRIDE */

.parsley-error-list {
    float: left;
    width: 100%;
    color: #ff0000;
    list-style-type: none !important;
    margin: -10px 0 10px 0 !important;
    padding-left: 0 !important;
}

.parsley-error-list li {
    float: left;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-size: 80%;
}

.textbox.parsley-error {
	border-color: #ff0000;
}

.side-meeting-wrap h3 {
	font-size: 1.4375em;
	font-weight: 700;
	color: rgb(55,57,57);
	border-bottom: 1px solid rgb(232,232,232);
	padding: 0 0 0.5em 0;
}

.side-meeting-link {
	text-decoration: none;
	border-bottom: 1px solid rgb(232,232,232);
	display: block;
	padding: 1em 0;
}

.side-meeting-header {
	color: rgb(55,57,57);
	font-size: 1.1875em;
	font-weight: 700;
	display: block;
	padding: 0 0 0.5em 0;
}

.side-meeting-date {
	display: block;
	color: rgb(204,90,88);
	font-size: 1.125em;
	font-weight: 700;
	font-style: italic;
}

.side-meeting-destination {
	font-size: 1.125em;
	color: rgb(51,51,51);
	font-style: italic;
}

.paging {
	list-style-type: none;	
	margin:0;
	padding:0;	
	padding: 0 0 20px 0;
}

.paging p{
	margin:0;
	padding: 0 5px 0 0;
	float:left;	
	color: rgb(204,91,88);
	font-weight:400;	
}
	
.paging li{
	margin:0;	
	float:left;
	padding: 0 8px 0 0;		
}

.paging li.selected 
{   
    color: rgb(204,91,88);
	font-weight:800;
	text-decoration:underline;	
}

 .postcard-wrapper {
               display:none;
            }

 .footable > thead > tr > th,.footable > thead > tr > td {
  position: relative;
}

.footable {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ccc ;
  font-weight: 400;
  font-size: 14px;
  color: rgb(51,51,51);
  margin-bottom:10px;
  border-collapse:separate;
}

.footable.breakpoint > tbody > tr > td.expand {
  background: url('img/plus.png') no-repeat 5px center;
  padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url('img/minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eee;
}

.footable > tbody > tr:nth-child(even) {
   background-color: rgb(245,245,245);
}

.footable > tbody > tr:hover {
  background: #E8E8E8;
}


.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px;
  text-align: left;
}

.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #9BBB59;
  border-top: none;
  font-weight: 500;
  color: rgb(255,255,255);
  font-size: 14px;
}

.orange{
  background-color: #F79646 !important;
}

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}

.footable > tbody img {
  vertical-align:middle;
}

/*footable sortable*/

.footable > thead > tr > th > span.footable-sort-indicator {
  width: 16px;
  height: 16px;
  display: block;
  float:right;
  background: url('img/sorting_sprite.png') no-repeat top left;
}

.footable > thead > tr > th.footable-sortable:hover {
  cursor:pointer;
}

.footable > thead > tr > th.footable-sortable > span {
  
}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator {
  background-position: 0 -16px;
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator {
  background-position: 0 -32px;
}


.add-to-basket {
 padding-top:70px;   
 width:100%;
}

#quantity-to-add {
    border: 1px solid rgb(60,63,63);
    width: 10%;
    padding: 0;
    font-size: 1em;
    margin: 0.5em 1em 0.5em 0;
}

.add-to-basket select {
   border: 1px solid rgb(60,63,63);
    width: 100%;   
    font-size: 1em;
    margin: 0.5em 1em 0.5em 0;
    padding:0;
}

.membership-table td {
    padding:5px;    
    }
    
            .membership-our-records {                                        
                padding-right: 2%;
                padding-top: 2%;
                float:left;
                width: 100%;
            }
            
            .membership-our-records td {
                width:100%;
            }
            
            .our-records-section {              
                float:left; 
                padding-right:2%; 
                        
            }
            
            .age-section {
                width:20%;
                padding-bottom:15px;   
            }
            
            .occupation-section {
                width:30%;
                padding-bottom:15px;   
            }
            
            .interests-section {
                width:20%;
                padding-bottom:15px;   
            }
            
            .membership-our-records label {
                padding-right: 10px;
               
            }
            
            .membership-our-records input[type="checkbox"], input[type="radio"] {
                margin:0;
                float:right;
            }
            
.password-reset input[type="text"] .login-fields input[type="text"], .login-fields input[type="password"]
{
	width:100%;
}

span.tracecontent {
    background-color: #FFFFFF;
    color: #000000;
    font: 10pt verdana,arial;
	z-index:9999;
	position:absolute;
}

@media screen and (min-width: 50em) {

	.password-reset input[type="text"], .login-fields input[type="text"], .login-fields input[type="password"]
	{
		width:30%;
	}
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
