/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
* ZEN STYLES
*
* This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
* file, but instead copy this CSS to their own stylesheets.
*
* In this stylesheet, we have included all of the classes and IDs from this
* theme's tpl.php files. We have also included many of the useful Drupal core
* styles to make it easier for theme developers to see them.
*
* Many of these styles are over-riding Drupal's core stylesheets, so if you
* remove a declaration from here, the styles may still not be what you want
* since Drupal's core stylesheets are still styling the element. See the
* drupal6-reference.css file for a list of all Drupal 5.x core styles.
*
* In addition to the style declarations in this file, other Drupal styles that
* you might want to override or augment are those for:
*
*   Book Navigation  See line 74  of Zen's drupal6-reference.css file
*   Forum            See line 197 of Zen's drupal6-reference.css file
*   Menus            See line 667 of Zen's drupal6-reference.css file
*   News Aggregator  See line 20  of Zen's drupal6-reference.css file
*   Polls            See line 287 of Zen's drupal6-reference.css file
*   Search           See line 320 of Zen's drupal6-reference.css file
*   User Profiles    See line 945 of Zen's drupal6-reference.css file
*/


/** body **/

@font-face {
  font-family: 'Avenir-Roman';
  src: url('fonts/Avenir-Roman/Avenir-Roman.eot?') format('eot'), 
       url('fonts/Avenir-Roman/Avenir-Roman.woff') format('woff'), 
       url('fonts/Avenir-Roman/Avenir-Roman.ttf')  format('truetype'),
       url('fonts/Avenir-Roman/Avenir-Roman.svg#Avenir-Roman') format('svg');
}

@font-face {
  font-family: 'MyriadPro-BoldCond';
  src: url('fonts/MyriadPro-BoldCond/MyriadPro-BoldCond.eot?') format('eot'), 
       url('fonts/MyriadPro-BoldCond/MyriadPro-BoldCond.otf')  format('opentype'),
       url('fonts/MyriadPro-BoldCond/MyriadPro-BoldCond.woff') format('woff'), 
       url('fonts/MyriadPro-BoldCond/MyriadPro-BoldCond.ttf')  format('truetype'),
       url('fonts/MyriadPro-BoldCond/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg');
}

* {
  margin:0;
  padding:0;
}
body
{
  margin: 0;
  padding: 0;
}

body {
    -webkit-text-size-adjust: 100%;
}

#page
{
}

#page-inner
{
}

/** header **/
#header
{
}

#header-inner
{
}

#logo-title /* Wrapper for logo, website name, and slogan */
{
}

#logo /* Wrapper for logo */
{

  padding: 0;
}

#logo-image /* The actual logo image */
{
}

h1#site-name, div#site-name /* The name of the website */
{
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited
{
  color: #000;
  text-decoration: none;
}

#site-name a:hover
{
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */
{
}

#header-blocks /* Wrapper for any blocks placed in the header region */
{
}

/** main (container for everything else) **/
#main
{
}

#main-inner
{
}

/** content **/
#content
{
}

#content-inner
{
}

#mission /* The mission statement of the site (displayed on homepage) */
{
}

#content-top /* Wrapper for any blocks placed in the "content top" region */
{
}

#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
{
}

.breadcrumb /* The path to the current page in the form of a list of links */
{
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */
{
  margin: 0;
}

div.messages /* Important messages (status, warning, and error) for the user */
{
}

div.status /* Normal priority messages */
{
}

div.warning, tr.warning /* Medium priority messages */
{
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error, tr.error /* High priority messages. See also the .error declaration below. */
{
}

div.tabs /* See also the tabs.css file. */
{
}

.help /* Help text on a page */
{
  margin: 1em 0;
}

.more-help-link /* Link to more help */
{
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */
{
}

.pager /* A list of page numbers when more than 1 page of content is available */
{
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a, .pager strong.pager-current
{
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */
{
  margin: 1em 0;
}

#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
{
}

/** navbar **/
#navbar
{
}

#navbar-inner
{
}

#search-box /* Wrapper for the search form */
{
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
{
  display: none;
}

#primary /* Primary links */
{
}

#secondary /* Secondary links */
{
}

/** sidebar-left **/
#sidebar-left
{
}

#sidebar-left-inner
{
}

/** sidebar-right **/
#sidebar-right
{
}

#sidebar-right-inner
{
}

/** footer **/
#footer
{
}

#footer-inner
{
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
and for any blocks placed in the footer region */
{
}

/** closure **/
#closure-blocks /* Wrapper for any blocks placed in the closure region */
{
}

/** Drupal nodes **/
.node /* Node wrapper */
{
}

.node-inner /* Additional wrapper for node */
{
}

.sticky /* A sticky node (displayed before others in a list) */
{
}

.node-unpublished /* Unpublished nodes */
{
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished
{
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-mine /* A node created by the current user */
{
}

.node-teaser /* A node displayed as teaser */
{
}

/* All nodes are given a node-type-FOO class that describes the type of
* content that it is. If you create a new content type called
* "my-custom-type", it will receive a "node-type-my-custom-type" class.
*/
.node-type-page /* Page content node */
{
}

.node-type-story /* Story content node */
{
}

.node h2.title /* Node title */
{
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */
{
  color: #c00;
}

.node .picture /* The picture of the node author */
{
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture
{
  position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */
{
}

.node .submitted /* The "posted by" information */
{
}

.node .terms /* Node terms (taxonomy) */
{
}

.node .content /* Node's content wrapper */
{
}

.node div.links /* Wrapper for node links */
{
  margin: 1em 0;
}

ul.links /* Taxonomy links, node links, comment links */
{
  margin: 0;
  padding: 0;
}

ul.links.inline
{
  display: inline;
}

ul.links li
{
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.preview .node /* Preview of the content before submitting new or updated content */
{
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal comments **/
#comments /* Wrapper for the list of comments and its title */
{
  margin: 1em 0;
}

#comments-title /* Heading for the list of comments */
{
}

.comment /* Wrapper for a single comment */
{
}

.comment-inner /* Additional wrapper for a single comment */
{
}

.comment-preview /* Preview of the comment before submitting new or updated comment */
{
}

.comment.new /* A new comment since the user last viewed the page. */
{
}

.comment.odd /* An odd-numbered comment in the list of comments */
{
}

.comment.even /* An even-numbered comment in the list of comments */
{
}

.comment.first /* The first comment in the list of comments */
{
}

.comment.last /* The last comment in the list of comments */
{
}

.comment-unpublished /* Unpublished comments */
{
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
{
}

.comment-published /* Published comments */
{
}

.comment-by-anon /* A comment created by an anonymous user */
{
}

.comment-by-author /* A comment created by the node's author */
{
}

.comment-mine /* A comment created by the current user */
{
}

.comment h3.title /* Comment title */
{
}

.new /* "New" marker for comments that are new for the current user */
{
  color: #c00;
}

.comment .picture /* The picture of the comment author */
{
}

.comment .submitted /* The "posted by" information */
{
}

.comment .content /* Comment's content wrapper */
{
}

.comment .user-signature /* The user's signature */
{
}

.comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
{
  margin: 1em 0;
}

.indented /* Nested comments are indented */
{
  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}

.preview .comment /* Preview of the comment before submitting new or updated comment */
{
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal blocks **/
.block /* Block wrapper */
{
  margin-bottom: 1em;
  float: left;
}

.block.region-odd /* Zebra striping for each block in the region */
{
}

.block.region-even /* Zebra striping for each block in the region */
{
}

.block.odd /* Zebra striping independent of each region */
{
}

.block.even /* Zebra striping independent of each region */
{
}

.region-count-1 /* Incremental count for each block in the region */
{
}

.count-1 /* Incremental count independent of each region */
{
}

.block-inner /* Additional wrapper for block */
{
}

.block h2.title /* Block title */
{
}

.block .content /* Block's content wrapper */
{
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */
{
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */
{
}

#block-block-1 /* First administrator-defined block */
{
}

#block-blog-0 /* "Recent blog posts" block */
{
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */
{
}

#block-comments-0 /* "Recent comments" block */
{
}

#block-forum-0 /* "Active forum topics" block */
{
}

#block-forum-1 /* "New forum topics" block */
{
}

#block-menu-2 /* "Primary links" block */
{
}

#block-node-0 /* "Syndicate" block for primary RSS feed */
{
}

#block-poll-0 /* "Most recent poll" block */
{
}

#block-profile-0 /* "Author information" block for the profile of the page's author */
{
}

#block-search-0 /* "Search form" block */
{
}

#block-statistics-0 /* "Popular content" block */
{
}

#block-user-0 /* "User login form" block */
{
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */
{
}

#block-user-2 /* "Who's new" block for a list of the newest users */
{
}

#block-user-3 /* "Who's online" block for a list of the online users */
{
}

/** Drupal boxes **/
/* Wrapper for Comment form, Comment viewing options, Menu admin, and
* Search results.
*/
.box /* Wrapper for box */
{
}

.box-inner /* Additional wrapper for box */
{
}

.box h2.title /* Box title */
{
}

.box .content /* Box's content wrapper */
{
}

/** Miscellaneous Drupal styles **/
.error /* Errors that are separate from div.messages status messages (see above.) */
{
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages (see above.) */
{
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.more-link /* Aggregator, blog, and forum more link */
{
  text-align: right;
}

#user-login-form /* Drupal's default login form */
{
  text-align: left;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

li a.active /* The active item in a Drupal menu */
{
  color: #000;
}


/** Drupal forms **/
.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios
{
  margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error,
.form-item select.error
{
  border: 2px solid #c00;
}

.form-item label /* The label for a form element */
{
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */
{
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */
{
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */
{
  font-size: 0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item
{
  margin: 0.4em 0;
}

.form-submit /* The submit button */
{
}

.container-inline div, .container-inline label /* Inline labels and form divs */
{
  display: inline;
}

.tips /* Tips for Drupal's input formats */
{
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

/** OpenID **/
/* The default styling for the OpenID login link seems to assume Garland's
* styling of list items.
*/
#user-login-form ul /* OpenID creates a new ul above the login form's links. */
{
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link, /* The "Log in using OpenID" links. */
#user-login li.openid-link
{
  margin-top: 1em;
  margin-left: -20px; /* Un-do some of the padding on the ul list. */
  padding-left: 20px;
  background-position: left center;
}

#user-login-form li.user-link, /* The "Cancel OpenID login" links. */
#user-login li.user-link
{
  margin-top: 1em;
  list-style-type: disc;
  list-style-position: outside;
}

#user-login li.openid-link, /* The OpenID links on the /user form. */
#user-login li.user-link
{
  margin-left: -2em; /* Un-do all of the padding on the ul list. */
}

/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
* forms on the site.
*/
form tbody
{
  border-top: 1px solid #ccc;
}

form th
{
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

form tbody th
{
  border-bottom: 1px solid #ccc;
}

form thead th
{
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

  #gallery {
    padding: 10px;
    background: #FFF;
    margin:0px 35px;
  }
  
  .ad-gallery .ad-nav {
    width: 91% !important;
}
  .ad-gallery .ad-back {
  top:20px !important;
}

.ad-gallery .ad-forward{
  top:20px !important;
  }
  
  #sidebar-right #block-block-3 .content a {
    background-color: #FFFFFF;
    background-image: url("/sites/britishclub.org.sg/themes/british/arrow.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    color: #2B2613;
    font-family: 'TrajanProBold';
    font-size: 11px;
    padding: 5px 15px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 298px;
}

#sidebar-left #block-block-6 .content a {
    background-color: #FFFFFF;
    background-image: url("/sites/britishclub.org.sg/themes/british/arrow.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    color: #2B2613;
    font-family: 'TrajanProBold';
    font-size: 11px;
    padding: 5px 15px;
    position: absolute;
    left: 137px;
    text-decoration: none;
    top: 443px;
}
.page-the-club-news #sidebar-left #block-block-6 .content a {top: 143px;left:126px;}


ul.nice-menu-down .menuparent a
{
    text-align: left;    
}

ul.nice-menu-down .menuparent ul li a{
  padding-left: 50px;
  padding-right: 10px;
}

ul.nice-menu-down .menuparent ul li a:hover{
  background-color: transparent;
}

#menu-558
{
    margin-right: 0px;
}

#menu-567
{
    margin-right: 166px;
}

#menu-3524 ul li
{
    width:277px;
}

.view-Sub-Page-Masthead #slidepager
{
    z-index:19;margin-right: 40%;
}

#webform-component-children_name__birth_date
{
    width:50%;
}

#webform-component-comments
{
    width:50%;
}


/*Mobile view*/
.front #content-top,#block-nice_menus-1,#block-block-62,.region-header h2,#block-menu-secondary-links li.last,
#block-addthis-0 h2,#block-menu-menu-secondary-links-authen li.last{display:none;}
/* #content-area .node-type-page {float: left;width: 300px !important;background: #fff;padding:5px;} */
#block-nice_menus-2{display:block;margin-top: 7px;}
#block-menu-secondary-links li{background-image: none;}
#page, #closure-blocks,#main, .no-sidebars #content { width: 270px;margin: 0 auto;}
#logo-image {top: 25px;}
#header-inner {z-index: 0;margin-top: 30px;}
#block-search-0{right:26% !important;top:-15px; }
#block-search-0 .form-text { width:125px !important;background-color: #f2f2f2;border-radius: 15px;background-image: none;}
#block-search-0 .form-submit {background-image: url(search_btn.png);margin-left: -21px;margin-top: 5px;width: 11px;height: 11px;}
#block-menu-secondary-links {top:-15px;}
#logo {margin-top: 20px;}


#main{padding: 10px;width: 245px;margin: 0 auto;}
.node .content {width: 245px;}
.front #main{width: 267px;padding: 0;position: relative;right: 3px}
#header-blocks {width: 270px;margin: 0 auto;}
#header-bottom {background:none;padding: 0;margin: 0 auto;width: 270px;}
#block-views-Masthead-block_1.block,
#block-views-Sub_Page_Masthead-block_1.block,
#block-views-Sub_Page_Masthead-block_2.block {width: 100% !important;margin:0;}
#block-views-Masthead-block_1 .view-content,
#block-views-Masthead-block_1 .views-row-odd,
#block-views-Masthead-block_1 .views-row-even,
.view-Sub-Page-Masthead .view-content,
.view-Sub-Page-Masthead .views-row-odd, 
.view-Sub-Page-Masthead .views-row-even,
#block-views-Sub_Page_Masthead-block_2  .view-content,
#block-views-Sub_Page_Masthead-block_2  .view-row-odd,
#block-views-Sub_Page_Masthead-block_2  .view-row-even{ width: 270px;height: 121px;}

#block-views-Masthead-block_1 .views-field-field-image-fid {width: auto;overflow: hidden;}
#block-views-Masthead-block_1 img,
.view-Sub-Page-Masthead img {height: 58px;width: 265px;border-top-left-radius: 15px;border-top-right-radius: 15px;}
#block-views-Masthead-block_1 img {height: 121px !important;width: 265px !important;}
#block-views-Masthead-block_1 .views-field-nothing{display:none;}
#block-views-Masthead-block_1 #slidepager {margin: 0 auto;
width: 267px;
background: #fff;
text-align: center;
padding: 10px 0;
position: relative;
float: none;right: 3px;}
#block-views-Masthead-block_1 #slidepager a {background-image:url(gray-btn.png);color:#d2d2d2}
/* #block-views-Masthead-block_1 #slidepager a{color:#E0E0DD;} */

#block-addthis-0 {position: relative;top:0;right:0;}

ul.nice-menu ul, #header-region ul.nice-menu ul{top:3em;}
ul.nice-menu ul li {width: 12.5em;}
ul.nice-menu li {display: inline-block;float: none;}
#block-nice_menus-2 ul.nice-menu-down{border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;background-image: url(menubg.png);}
#block-menu-secondary-links ul.menu li,#block-menu-menu-secondary-links-authen ul.menu li{height: 21px;background-image: url(top_btn.png);width:54px;}
#block-menu-menu-secondary-links-authen ul.menu li {width: 63px !important;}
ul.nice-menu-down li a,ul.nice-menu-down li li a{font-size:10px; }
ul.nice-menu-down li a {padding:15px 8.5px;}
ul.nice-menu ul li {width: 11.5em;}

#block-menu-menu-secondary-links-authen { left: 15px;position: absolute;top: -14px;}

#block-menu-secondary-links ul li a,#block-menu-menu-secondary-links-authen ul li a{color: #fff;font-family: 'TrajanProBold',Helvetica, sans-serif;font-weight: normal;text-decoration: none;font-size:10px; padding:0 9px;position: relative;top: 2px;}
#block-menu-menu-secondary-links-authen ul li a{ left: 4px !important;}

#block-menu-secondary-links li.first{margin-right: 145px;padding: 0;margin-left: -10px;left:-4px;}
#block-menu-menu-secondary-links-authen li.first { margin-left: -21px; margin-right: 138px;padding:0;}

#block-menu-secondary-links li,#block-menu-menu-secondary-links-authen li {background-image: none;padding: 0;position:relative;left:6px;}

div.node-type-theclub table p {width: 93%;}

input[type='text'],input[type='password'],.node-type-webform  select , textarea{width: 95% !important;border-radius: 5px;border: 1px solid #c2c2c2;}
.node-type-webform select{width: 98% !important;}
textarea{width: 101% !important;}


.page-user #user-login label {width:120px;}
.page-user #content-inner {  padding-left:0px;}
.page-user #user-login .form-text {  padding:4px;  width:90% !important;}

.page-user #user-login .description {  margin-left:0px;}

.page-user #user-login .form-submit,#bccustom-reset-password  .form-submit,
#bccustom-create-section-form .form-submit,
#webform-client-form-1 .form-submit{  margin-left:0px;background: #004791;color: #fff;border-radius: 5px;padding: 6px;margin-left: 35%;border: 1px solid #fff;}
#block-block-22 {  left:0;  top: 0px; position: relative; }
#content-bottom {margin-left: 25%;}

#bccustom-reset-password  input[type='text']{width: 90% !important;}

#bccustom-reset-password  select,
#bccustom-create-section-form select {width: 93% !important;margin-bottom: 15px;}

#bccustom-reset-password .form-submit,#bccustom-create-section-form .form-submit {margin-bottom: 10px;}
#bccustom-create-section-form #edit-cancel {margin-left: 0;}
.sportsblock .sportsdesc {width: auto;}

#bccustom-create-section-form fieldset {width: 88% !important;}
.note1,.note2{width: 93% !important;}

.page-event-details hr{ width:93%;}
#block-block-73 {width: 100%;}
#block-block-73 p {text-align: center;line-height: 14px;font-size: 9px;}
#block-block-76 {margin-left: -50%;}
#bccustom-calendar .form-submit, #bccustom-mobile-calendar .form-submit { width:40px !important;}

.node .content table tr td { padding:0;}
.front .node .content { padding-left: 10px;}


/* Added 05.28.14 by joan */

#logo-title {
  position: absolute;
  top: -25px;
  left:5%;
}

#block-nice_menus-2{
  width: 100%;
  margin-top:0;
}

#block-nice_menus-2 ul li{
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#block-nice_menus-2 ul li:active{
  background-color: #000;
}

#block-nice_menus-2 ul.nice-menu-down{
    background-image: none;
    background-size: cover;
    float: none;
    width: 100%;
}

#block-block-78{
  left: 100%;
  position: absolute;
  right: 0;
  width: 90%;
  z-index: 15;
  font-family: 'Avenir-Roman';
  display: none;
}

ul.nice-menu li.menuparent ul, #header-region ul.nice-menu li.menuparent ul{
  width: 100%;
}

#block-block-76{
  margin:0;
  text-align: right;
  width: 100%;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  background-color: #C8142E;
  padding-top: 13px;
  padding-bottom: 13px;
  position: absolute;
  top: 17px;
  z-index:100;
}

#block-block-76 .content{
  width: 90%;
  margin:auto;
}

#logo{
  margin-top:18px;
}

#header{
  width: 100%;
  margin: auto;
  /*position: absolute;*/
}

#header-bottom{
  width: 100%;
  margin: auto;
}

#page{
  width: 100%;
  margin: auto;
  background-image: url('images/body_bg.jpg');
  background-repeat: repeat;
}

#header-blocks{
  width: 100%;
  margin:auto;
}

ul.nice-menu-down li a, ul.nice-menu-down li ul a{
  color: #999999;
  font-family: 'Avenir-Roman';
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

ul.nice-menu li.menuparent ul, #header-region ul.nice-menu li.menuparent ul {
  display: block;
  position: relative;
  top: 8px;
  visibility: visible;
  width: 100%; 
}

/*ul.nice-menu li.menuparent:after{
  content: "+";
  font-size: 20px;
  position: absolute;
  top: 7px;
  right: 5%;
  z-index: -1;
}*/

ul.nice-menu a.expand{
  color: #fff;
  width: 20px;
  text-decoration: none;
  position: absolute;
  top: 7px;
  right: 5%;
}

ul.nice-menu-down li.menuparent{
  position: relative;
}

ul.nice-menu li.menuparent ul{
  display: none;
  background-color: transparent;
  background-image: none;
}

#block-nice_menus-2{
  display: none;
}

#slidepager{
  display: none;
}

#main{
  width: 90%;
  margin:auto;
}

.front #main{
  width: 90%;
  margin:auto;
  background-color: transparent;
}

#content, .no-sidebars #content{
  width: 100%;
}

#block-block-80{
  width: 100%;
  margin: auto;
  float: none;
  margin: auto;
}

.front #main #content-area{
  display: none;
}

#block-block-80 div a{
  font-family: Arial;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100%;
}

#block-block-80 #log-in{
  background-color: #c8142e;
  width: 42%;
  display: inline-block;
  /*margin-left: 5%;*/
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
  margin-top:20px;
  cursor: pointer;
  height: 80px;
  vertical-align: top;
}

#block-block-80 #about{
  background-color: #1098d1;
  width: 42%;
  display: inline-block;
  /*margin-left: 5%;*/
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
  margin-top:20px;
  cursor: pointer;
  height: 80px;
  vertical-align: top;
  
}

#block-block-80 #call_us{
  background-color: #1098d1;
  width: 42%;
  display: inline-block;
  /*margin-left: 5%;*/
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
  margin-top:20px;
  cursor: pointer;
  height: 80px;
  vertical-align: top;
}

#block-block-80 #find_us{
  background-color: #c8142e;
  width: 42%;
  display: inline-block;
  margin-right: 3px;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
  margin-top:20px;
  cursor: pointer;
  height: 80px;
  vertical-align: top;
  float: right;
}

#block-block-80 .content{
  width: 90%;
  margin: auto;
}

#block-views-Masthead-block_1 .view-content{
  width: 100%;
}

body{
  background: url("images/menu_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#page{
  overflow: hidden;
}

#block-block-78{
  /*width: 100%;
  margin:auto;
  margin-top: 30px;*/
  background-color:transparent !important;
}

#block-block-84{
  width: 100%;
  margin:auto;
  margin-top: 30px;
  text-align: center;
}

#block-block-78 .content{
  width: 90%;
  margin:auto;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  color: #6d6d6d;
}

#block-block-78 #social_icons div{
  display: inline-block;
  margin-right:5px;
}

#block-block-78 #social_icons{
  margin-top: 15px;
}

#block-block-85{
  width: 100%;
  margin:auto;
  margin-top:20px;
  margin-bottom: 20px;
}

#block-block-85 .content{
  width: 100%;
  margin:auto;
  background-color: #858585;
  color: #fff;
  font-size: 12px;
  font-family: Arial;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#header-inner{
  margin-top: 0;
}

#block-block-79{
  width: 100%;
}

#block-block-79 img{
  width: 100%;
}

#block-block-79 p{
  margin-top:0;
  margin-bottom: 0;
}

#header-bottom a{
  display: block;
  color: #fff;
  width: 100%;
}

#block-addthis-0{
  display: none;
}

/*#closure-blocks
{
  display: none;
}*/

.logged-in #block-block-80 #log-in,
.logged-in #block-block-80 #about{
  display: none;
}

#block-block-82{
  width: 100%;
}

#block-block-82 .content{
  width: 90%;
  margin: auto;
  background-color: #1098d1;
  font-family: Arial;
  font-weight: bold;
  font-size: 22px;
}

#block-block-82 a{
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

#block-block-82{
  display: none;
}

.logged-in #block-block-82{
  display: block;
}

#content-bottom{
  margin-left: 0;
}

#block-block-85 p{
  margin-top: 0; 
  margin-bottom: 0;
}

#block-block-85 a{
  color:#fff;
  display: block;
  width: 100%;
  text-decoration: none;
}

#main{
  background: transparent;
}

.page-user #header-bottom{
  display: none;
}

.page-user h1.title{
  display: none;
}

.page-user #user-login #edit-name-wrapper label{
  display: none;
}

.page-user #user-login #edit-pass-wrapper label{
  display: none;
}

.page-user #user-login input{
  border-radius: 0;
}

.page-user #user-login .form-text{
  padding: 13px;
  text-align: center;
}

.page-user #user-login .description{
  display: none;
}

.page-user #user-login .form-submit, #bccustom-reset-password .form-submit, #bccustom-create-section-form .form-submit, #webform-client-form-1 .form-submit {
    background: none repeat scroll 0 0 #1098D1;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 22px;
    margin-left: 0;
    padding: 6px;
    text-transform: uppercase;
    width: 100%;
}

.page-user #user-login .form-text{
  font-family: Arial;
  font-size: 22px;
  color: #cccccc;
}

.page-user #block-block-78{
  margin-top: 0;
}

.node .content{
  width: 100%;
}

#block-block-81{
  width: 100%;
}

#block-block-81 .content{
  width: 90%;
  margin:auto;
  background-color: #1098d1;
}

#block-block-81 a{
  width: 100%;
  display: block;
  padding-bottom: 2px;
  padding-top: 7px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

#block-block-81 span:last-child{
  position: relative;
  top: -11px;
  margin-left: 10px;
}

#main h1.title{
  font-family: Arial;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}

#main #toggle{
  display: none;
}

#webform-client-form-1{
  display: none;
}

#block-block-83{
  width: 100%;
  margin-top: 0px;
}

#block-block-83 #map{
  border: 1px solid #BCB399;
  margin-top:10px;
  font-size: 18px;
  text-align: center;
}

#block-block-83 #address, #block-block-83 #contact{
  display: inline-block;
  width: auto;
}

#block-block-83 #address{
  padding-right: 10%;
}

#block-block-83 h2.title{
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-contact-us h1.title{
  display: none;
}

#block-block-83 .content{
  margin-top:20px;
}

.sportsblock .sportsdesc{
  width: 100%;
  vertical-align: top;
  float:none;
}

.sportsblock .sportscontact {
  background-color: #EDEEDC;
  font-size: 11px;
  margin-left: 0;
  padding: 2%;
  width: 96%;
  margin-top:30px;
  margin-bottom:30px;
}

#node-sports-sub-image .jcarousel-container{
    padding: 2%;
    width: 96%;
}

#node-sports-sub-image .jcarousel-container .jcarousel-clip{
  margin:auto;
}

h2, h1{
  font-family: Arial;
}

.page-retail-windsor-shop .view-retail .views-row-odd, .page-retail-windsor-shop .view-retail .views-row-even{
  display: inline-block;
  float: none;
  font-size: 12px;
  height: auto;
  margin-right: 2%;
  margin-top: 10px;
  padding: 2%;
  vertical-align: top;
  width: 40%;
}

.page-retail-windsor-shop .view-retail .views-row-odd img, .page-retail-windsor-shop .view-retail .views-row-even img{
  width: 100%;
  height:auto;
}

#block-block-17{
  float: none;
  width: 100%;
  margin:auto;
}

#block-block-17 img{
  width: 100%;
}

#block-views-Dining_dishes-block_1, #block-views-Dining_dishes-block_2{
  width: 100% !important;
  float: none !important;
  margin:auto !important;
}

#node-46 a img#catering{
  width: 100% !important;
  height: auto !important;
}

.page-dining #content-bottom .block{
  width: 100%;
  float: none;
}

#block-block-76 #toggle{
  float:right;
  cursor: pointer;
}

.logged-in #block-nice_menus-2 ul.nice-menu-down{
  border-radius: 0;
  padding-top: 120px;
}

.not-logged-in #block-nice_menus-2 ul.nice-menu-down{
  border-radius: 0;
  padding-top: 16px;
}

#block-nice_menus-2{
  margin-bottom: 0;
}

#block-block-75{
 cursor: pointer;
    display: none;
    height: 42px;
    left: 177%;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 11px;
    width: 24px;
    z-index: 999;
}

.not-logged-in #block-block-77{
  display: none;
}

.logged-in #block-block-77{
  left: 100%;
  position: absolute;
  right: 0;
  width: 90%;
  z-index: 15;
  font-family: 'Avenir-Roman';
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  display: none;
  line-height: 25px;
}

.logged-in #block-block-77 .content{
  padding: 26px 30px;
  line-height: 25px;
}

#block-block-77 a{
  display: block;
  width: 140px;
  text-decoration: none;
  color: #999;
  background: #000;
  text-align: center;
  padding: 2px 0;
  margin-top: 5px;
}

#block-block-76 #toggle span:last-child{
  position: relative;
  top: -3px;
  margin-left: 5px;
}

#block-block-79 #banner_text{
  position: absolute;
  bottom: 17%;
  left: 5%;
  font-family: 'MyriadPro-BoldCond';
  font-size: 22px;
  color:#fff;
  width: 90%;
}

#block-block-79 #banner_text span:first-child{
  font-size: 36px;
}

#node-267 img{
  width: 100% !important;
  height: auto !important;
}

.not-logged-in #block-nice_menus-2 li#menu-3711{
  display: none;
}

.logged-in #block-nice_menus-2 li#menu-3711{
  display: block;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal{
  width: 200px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal{
  width: 200px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal{
  margin-right: 11px;
  margin-left:7px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal{
  width: 120px !important;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal, .jcarousel-skin-tango .jcarousel-container-horizontal{
  width: 120px !important;
  margin:auto;
  width: 57%;
}

ul.nice-menu-down li.menuparent{
  background-color: transparent !important;
}

ul.nice-menu-down li.menuparent ul li a{
  background-color: transparent;
}

#bccustom-facility-bookingform-1 table{
  width: 100%;
}

#dining-left{
	float: none;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 5px;
}

#dining-right {
	margin-left: 0;
	margin-bottom: 5px;
	width: 100%;
}

#dining-right #dining-content img{
	width:100%;
	height:auto;
}

.view-Dining-dishes .views-field-title{
	text-align:left;
}

.node-dining-sub-image-images a{
	width: 45%;
	display: inline-block;
	margin-right: 5%;
}

.node-dining-sub-image-images a img{
	width:100%;
	height:auto;
}

.node-type-dining #content-bottom .block {
	clear: both;
	background-color: #EEEDDB;
	width: 100%;
}

#content-area #node-46 a{
	width: 45%;
	display: inline-block;
	margin-right: 5%;
}

#content-area #node-46 a img{
	width:100%;
	height:auto;
}

.view-Signature-Dish .views-row-odd, .view-Signature-Dish .views-row-even{
	width:93%;
}

.view-Signature-Dish .views-field-title{
	width:100%;
	text-align:left;
}

#content-area #node-46 a:last-child {
    display: inline-block;
    margin-right: 0%;
    width: 100%;
}

#block-block-51{
  width: 100%;
  float:none;
}

#block-block-51 #gallery{
  margin: auto;
  padding: 0;
  width: 100%;
}

.ad-gallery .ad-image-wrapper .ad-image{
  left:0 !important;
  width: 100% !important;
  margin:auto;
}

.ad-gallery .ad-image-wrapper .ad-image img{
  display: block;
    height: auto;
    margin: auto;
    width: 100%;
}

.ad-gallery .ad-nav {
    margin: auto;
    width: 85% !important;
}

.ad-gallery .ad-nav .ad-thumbs{
  width:100%;
}

.ad-gallery .ad-thumbs .ad-thumb-list{
  padding-left: 0;
}

/* Force table to not be like tables anymore */
  .page-facilitybooking-001 table, .page-facilitybooking-001 thead, .page-facilitybooking-001 tbody, .page-facilitybooking-001 th, .page-facilitybooking-001 td, .page-facilitybooking-001 tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .page-facilitybooking-001 thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .page-facilitybooking-001 tr { border: 1px solid #ccc; }
  
  .page-facilitybooking-001 td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    min-height: 14px;
  }
  
  .page-facilitybooking-001 td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
  .page-facilitybooking-001 td:nth-of-type(1):before { content: "Time (From - To)"; }
  .page-facilitybooking-001 td:nth-of-type(2):before { content: "Squash Court 1"; }
  .page-facilitybooking-001 td:nth-of-type(3):before { content: "Squash Court 2"; }
  .page-facilitybooking-001 td:nth-of-type(4):before { content: "Squash Court 3"; }
  .page-facilitybooking-001 td:nth-of-type(5):before { content: "Squash Court 4"; }

  /****************/

  /* Force table to not be like tables anymore */
  .page-facilitybooking-002 table, .page-facilitybooking-002 thead, .page-facilitybooking-002 tbody, .page-facilitybooking-002 th, .page-facilitybooking-002 td, .page-facilitybooking-002 tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .page-facilitybooking-002 thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .page-facilitybooking-002 tr { border: 1px solid #ccc; }
  
  .page-facilitybooking-002 td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    min-height: 14px;
  }
  
  .page-facilitybooking-002 td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
  .page-facilitybooking-002 td:nth-of-type(1):before { content: "Time (From - To)"; }
  .page-facilitybooking-002 td:nth-of-type(2):before { content: "Tennis Court 1"; }
  .page-facilitybooking-002 td:nth-of-type(3):before { content: "Tennis Court 2"; }
  .page-facilitybooking-002 td:nth-of-type(4):before { content: "Tennis Court 3"; }
  .page-facilitybooking-002 td:nth-of-type(5):before { content: "Tennis Court 4"; }


  /* Force table to not be like tables anymore */
  .section-calendar table.calendar, .section-calendar .calendar thead, .section-calendar .calendar tbody, .section-calendar .calendar th, .section-calendar .calendar td, .section-calendar .calendar tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .section-calendar .calendar tr:first-child { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .section-calendar .calendar tr { border: 1px solid #ccc; }
  
  .section-calendar .calendar td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    min-height: 14px;
  }
  
  .section-calendar .calendar td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
  .section-calendar .calendar td:nth-of-type(1):before { content: "Monday"; }
  .section-calendar .calendar td:nth-of-type(2):before { content: "Tuesday"; }
  .section-calendar .calendar td:nth-of-type(3):before { content: "Wednesday"; }
  .section-calendar .calendar td:nth-of-type(4):before { content: "Thursday"; }
  .section-calendar .calendar td:nth-of-type(5):before { content: "Friday"; }
  .section-calendar .calendar td:nth-of-type(6):before { content: "Saturday"; }
  .section-calendar .calendar td:nth-of-type(7):before { content: "Sunday"; }

  /****************/

  .calendar td a{
    background: transparent;
  }

  #event-activity table.calendar tr:nth-child(even) td{
    background-color: #fcfdfd;
  }

  /*.calendar tr, .calendar td.day, .calendar th{
    background:transparent;
  }*/

  #block-mobile_tools-mobile_tools_message .content a{
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
  }

  #block-mobile_tools-mobile_tools_message{
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #block-mobile_tools-mobile_tools_message .content{
    width: 100%;
    margin: auto;
    background-color: #858585;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  #content-area .content p img{
    width: 100%;
    height: auto;
  }

  #node-415 .content p img{
    width: 100%;
    height: auto !important;
  }
  
  #node-36 #dining-right #dining-content table tbody tr td:first-child, #node-37 #dining-right #dining-content table tbody tr td:first-child{
    width: 30%;
    vertical-align: top;
    padding-bottom: 10px;
  }

  #node-36 #dining-right #dining-content table tbody tr td:last-child, #node-37 #dining-right #dining-content table tbody tr td:last-child{
    padding-left: 10px;
    vertical-align: top;
    padding-bottom: 10px;
  }
  
  #node-36 #dining-right #dining-content table tbody tr td:last-child p:first-child, #node-37 #dining-right #dining-content table tbody tr td:last-child p:first-child{
    margin-top:0;
    text-align: left;
  }

  #bottomNav a#bottomNavZoom{
    display: none !important;
  }

  #bottomNavClose{
      margin-top: 0;
    padding-top: 0;
  }

  ul#booking-date li.current{
    padding: 5px;
    margin-right: 2%;
  }

  ul#booking-date li{
    margin-right: 2%;
    display: inline-table;
    width: 20%;
    text-align: left;
    margin-bottom: 5px;
  }
  
  .node-type-sports #content #content-area p img{
	width:100%;
  }
  
  .node-type-sports #content #content-area p a img{
	width:auto !important;
  }
  
  .page-contact-us #block-block-75{
	display:none;
  }
  
  .page-contact-us #block-block-83{
	margin-top:-50px !important;
	z-index:999;
	background-image: url("images/body_bg.jpg");
    background-repeat: repeat;
	position:relative;
  }

  #event-activity .calendar td a{
    width: 100%;
  }