/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/*
Theme Name: Wolverton Leisure Trust
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: Jarkko, Creare Communications
Author URI: http://www.crearegroup-webdesign.co.uk/
Description: Custom theme for Wolverton Leisure Trust by Creare Communications. Based on Twenty Twelve WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: wolverton

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp, small, strike, 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;
}
/* General */
* {
	padding: 0px;
	margin: 0px;
}
body { /*line-height: 1;*/
	background: url(../../../images/bg.jpg) repeat-x #1975a2 !important;
	font-family: 'Gafata', sans-serif;
	color: #444;
}
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;
}
body {
	font-size: 68.8%; /* sets font size to 11px, for 12px change to 75% */
}
img, img a {
	outline: none;
	border: none;
}
a {
	color: #1D8EC8;
	text-decoration: none;
}
a:hover {
	color: #444;
}
a, input {
	-webkit-appearance: none;
}
/* Classes */
h1, h2 {
	font-size: 2.0em;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.4em;
	padding-bottom: 10px;
}
.white-title {
	font-size: 1.8em;
	color: #fff;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.green-button {
	height: 29px;
	display: block;
	line-height: 28px;
	padding: 0 10px;
	background: #aac988;
	color: #444;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.center {
	text-align: center;
}
.smallmargin {
	margin-top: 6px;
}
.mediummargin {
	margin-top: 12px;
}
.marginbottom {
	margin-bottom: 15px;
}
.widebutton {
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	background: #1d8ec8;
	text-align: center;
	clear: both;
	font-size: 1.8em;
	color: #fff;
	display: block;
}
.greybutton {
	background: #cccccc;
	margin-top: 10px;
}
.sidebarlink {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	background: #1d8ec8;
	margin-bottom: 10px;
	display: block;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.alignright {
	float: right;
	padding: 0 0 10px 10px;
}
.alignleft {
	float: left;
	padding: 0 10px 0 10px;
}
.textright {
	text-align: right;
}
.h1class {
	font-size: 2.0em;
	padding-bottom: 10px;
}
.memberstext {
	font-size: 1.5em;
}
/* Header */
#phonetext {
	text-align: right;
	position: absolute;
	bottom: 45px;
	right: 28px;
}
.phonetext1 {
	font-size: 1.2em;
	color: #222;
	text-transform: uppercase;
}
.phonetext2 {
	font-size: 2.8em;
	color: #1d8ec8;
	display: block;
}
#social-links {
	height: 23px; /*width:242px;*/
	width: 120px;
	position: absolute;
	top: 54px; /*left:510px;*/
	left: 630px;
	display: none;
}
.member-login {
	width: 121px;
	height: 23px;
	background: url(../../../images/member-login-hover.jpg) no-repeat;
	display: block;
	float: left;
	padding-right: 12px;
	display: none;
}
.facebook-icon {
	background: url(../../../images/facebook-icon-hover.jpg) no-repeat;
	height: 23px;
	width: 23px;
	display: block;
	float: left;
	padding-right: 4px;
}
.twitter-icon {
	background: url(../../../images/twitter-icon-hover.jpg) no-repeat;
	height: 23px;
	width: 23px;
	display: block;
	float: left;
	padding-right: 4px;
}
.rss-icon {
	background: url(../../../images/rss-icon-hover.jpg) no-repeat;
	height: 23px;
	width: 23px;
	display: block;
	float: left;
	padding-right: 4px;
}
#strapline {
	position: absolute;
	left: 300px;
	top: 38px;
	font-size: 1.5em;
}
#strapline span {
	display: block;
	color: #888;
}
#leisure-trust-logo {
	position: absolute;
	top: 24px;
	left: 270px;
}
#top-notice {
	width: 100%;
	background: #97ca01;
	height: 30px;
	line-height: 29px;
	text-align: center;
	font-size: 1.6em;
	clear: both;
	margin: -1px auto 0;
}
.site-description {
	position: absolute;
	top: 25px;
	left: 283px;
	max-width: 430px;
}
/* nav */
#site-navigation li { /*line-height:14px;*/
	display: inline-block;
	height: 27px;
	float: left;
}
#site-navigation li a {
	height: 15px;
	padding: 6px 8px;
	color: #eaeaea;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 1.0em;
	text-transform: uppercase;
}
#site-navigation li a:hover {
	background: #276a00;
}
/* Navigation Menu (from TwentyTwelve */
.main-navigation {
	/*margin-top: 24px;*/
	text-align: center;
}
.main-navigation li {
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
}
/* ...continues... */

.main-navigation ul.nav-menu,  .main-navigation div.nav-menu > ul {
	display: inline-block !important;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,  .main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
/*white-space: nowrap;*/
}
.main-navigation li a:hover {
	color: #000;
}
.main-navigation li {
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 50;
	min-width: 200px;
	text-align: left;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	background: #222;
	display: block;
	/*font-size: 11px;*/
		/*padding: 8px 10px;*/
	white-space: normal;
	min-width: 200px;
}
.main-navigation li ul li a:hover {
}
.main-navigation .current-menu-item > a,  .main-navigation .current-menu-ancestor > a,  .main-navigation .current_page_item > a,  .main-navigation .current_page_ancestor > a {
}
.menu-toggle {
	display: none;
}
/* Slider area */
#slider {
	width: 592px;
	height: 299px;
	float: left;
}
#slides {
	width: 592px;
	height: 299px;
	position: relative;
}
.slides_control {
	height: 299px !important;
}
#slides .pagination {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 25;
}
#slides .pagination li {
	display: inline;
	margin-right: 3px;
	background: url(../../../images/pager.png) no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999px;
}
#slides .pagination li.current {
	background: url(../../../images/pager-active.png) no-repeat !important;
}
#slides .pagination li a {
	display: block;
	width: 11px;
	height: 10px;
}
.promo-badge {
	background-color: #fff;
	height: 90px;
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px;
	border-radius: 55px;
	width: 90px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
	padding: 20px 10px 0;
	font-size: 1.4em;
}
/* Content */
#wrapper {
	background: #f7f7f7;
	max-width: 960px;
	min-height: 200px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 10px #155679;
	-moz-box-shadow: 0px 0px 10px #155679;
	box-shadow: 0px 0px 10px #155679;
}
.tablink-left {
}
#maincontent p, #maincontent-right p, #left-sidebar p, #widecontent p, #maincontent li, #maincontent-right li, #left-sidebar li, #widecontent li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 10px;
}
#bigbuttons span {
	display: none;
}
#bigbuttons i {
	font-size: 30px;
	text-align: right;
	float: right;
}
#bigbuttons a {
	line-height: 1.6em !important;
	color: #fff !important;
	display: block;
}
.opening-times-button .imglink {
	width: 291px;
	height: 69px;
	display: block;
	background: -webkit-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	background: -o-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	background: -ms-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	background: -moz-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	background: linear-gradient(to bottom, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	color: #fff;
	padding-left: 10px;
	line-height: 24px;
}
.get-in-contact-button .imglink {
	width: 291px;
	height: 69px;
	display: block;
	background: -webkit-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: -o-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: -ms-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: -moz-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: linear-gradient(50deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	color: #fff;
	padding-left: 10px;
	line-height: 24px;
}
.wide-column table {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 16px;
}
#infotext h1, #infotext h2 {
	padding-bottom: 14px;
}
#widecontent {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 0 auto;
}
article {
	padding-bottom: 20px;
}
#join-frame iframe {
	width: 908px;
	height: 1500px;
	border: solid 1px #CCC;
}
/* HP News */
#hp-news li p {
	padding: 0 0 2px 0 !important;
	margin: 0 !important;
}
#hp-news li a {
	color: #fff;
}
#hp-news li a:hover {
	color: #444;
}
.hp-post-title {
	font-size: 1.1em !important;
	line-height: 14px !important;
}
#hp-news span {
	font-size: 0.9em !important;
}
/* Sidebar */
#hp-sidebar {
	float: right;
}
#left-sidebar {
	float: left;
}
#news-sidebar {
	padding: 0 !important;
}
#welcome-box {
	background: #222;
}
.welcome-box-light {
	background: #ddd;
}
#welcome-box ul, .welcome-box-light ul {
	margin-left: 15px;
}
#welcome-box li, .welcome-box-light li {
	list-style-type: disc;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 15px;
	padding-bottom: 5px;
}
#welcome-box li {
	color: #fff;
}
.welcome-box-light li {
	color: #222;
	padding: 3px 0 !important;
}
#sidebar-images {
	overflow: hidden;
	padding-bottom: 10px;
}
.timetables {
	background: url(../../../images/pdf-icon.jpg) #ddd no-repeat !important;
}
.timetables a {
	font-size: 1.6em;
	padding-left: 40px;
}
.welcome-box-light h1, .welcome-box-light h2, .welcome-box-light h3 {
	color: #1D8EC8;
}
/* Page templates */
#featured-ribbon {
	background: #000;
	opacity: 0.65;
	width: 592px;
	height: 30px;
	position: absolute;
	bottom: 0px;
}
#infotext p, .infotext p {
	padding-bottom: 10px;
	line-height: 22px;
}
.mapwrap {
	width: 100%;
	height: 337px;
	overflow: hidden;
	display: block;
	float: left;
	border: solid 1px #dddddd;
	box-sizing: border-box;
}
/* 2 col template */

/* Facilities page */

/* footer */
#colophon p {
	font-size: 1.1em;
	padding-top: 10px;
}
#footnav li {
	line-height: 26px;
	height: 26px;
	text-transform: uppercase;
	display: inline;
	padding: 0 10px;
	font-size: 1.1em;
}
#footnav a {
	text-decoration: none;
	color: #444;
}
#footnav a:hover {
	text-decoration: underline;
}
/* News */
.blog article {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
.nav-previous {
	background: #1D8EC8;
	float: left;
	margin-top: 12px;
}
.nav-next {
	background: #1D8EC8;
	float: right;
	margin-top: 12px;
}
.nav-previous a, .nav-next a {
	padding: 5px;
	color: #fff;
	max-width: 250px;
	display: block;
}
.entry-title {
	background: #1D8EC8;
	padding: 10px;
	color: #fff;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
}
.entry-header {
	width: 100%;
	box-sizing: border-box;
}
.entry-title a {
	color: #fff;
}
.entry-title a:hover {
	color: #444;
}
article ul {
	padding: 0 0 10px 20px;
}
article ul li {
	list-style-type: disc;
}
#news-sidebar h3 {
	padding: 10px 0 0;
!important;
}
#news-sidebar a {
	font-size: 1.2em;
}
.post .entry-meta {
	font-size: 1.2em;
}
/* Contact Page */
.page-template-page-templatescontact-php .entry-header {
	margin-top: 10px;
	clear: both;
	display: block;
}
.page-template-page-templatescontact-php .entry-title {
	background: #444;
}
.page-template-page-templatescontact-php #widecontent {
	clear: both;
	padding-top: 10px;
	min-height: 330px;
}
.page-template-page-templatescontact-php .edit-link {
	display: none;
}
.wpcf7-form {
	padding-top: 10px;
}
.wpcf7-textarea {
	width: 100%;
	height: 108px;
	font-family: 'Gafata', sans-serif;
	font-size: 1.1em;
	padding: 10px;
	border: solid 1px #dadada;
	box-sizing: border-box;
}
#formcol1 {
	float: left;
	width: 100%;
}
#formcol2 {
	float: right;
	width: 100%;
}
#formcaptcha {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}
.wpcf7-captchac {
	float: left;
	padding-top: 4px;
}
.wpcf7-captchar {
	float: left;
	width: 100px;
}
div.wpcf7-response-output {
	clear: both;
	width: 500px;
}
/* 404 Page */
.error404 #widecontent {
	min-height: 300px;
}
/*  */
.search-results .wp-post-image {
	display: none;
}
.search-results article {
	padding-bottom: 20px;
}
/* Contact rorm */
.contact-infotext {
	float: right !important;
	overflow: hidden;
	font-size: 1.2em !important;
}
.wpcf7-textarea {
	width: 100%;
	box-sizing: border-box;
}
/* CSS3 */
.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
	opacity: 0;
}
.addthis_toolbox {
	padding-top: 7px;
}
.headerrightwrap {
	float: right;
}
#infotext h1 {
	font-size: 1.5em;
}
#infotext p {
	font-size: 0.8em;
}
/* PrettyPhoto Styles */
.hide {
	display: none;
}
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	height: 13px;
}
div.pp_default .pp_content iframe { /*width: 640px; height:360px; border: none; padding: 2%;*/
}
div.pp_default .pp_content { /*background-color: #fff;*/
	height: auto !important;
} /* Content background */
.pp_details {
	position: relative; /*background: #fff;*/
	overflow: hidden;
}
div.pp_default .pp_close {
	width: 15px;
	height: 15px;
	background: url(/images/close.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
} /* Close button */
div.pp_default #pp_full_res .pp_inline {
	color: #707070; /*padding: 2%;*/
	font: 0.8em 'Abel';
}
div.pp_default #pp_full_res .pp_inline p {
	padding: 0 2% 2%;
}
div.pp_default #pp_full_res .pp_inline h2 {
	padding-left: 2%;
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
	border-color: #fff;
}
div.pp_default .pp_social {
	margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto;
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px;
}
div.pp_default .pp_details {
	position: relative;
}
div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px;
} /* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px;
	height: 30px;
}
div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 110px;
	position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 2px;
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7;
}
div.pp_default .pp_description {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 50px 5px 0;
}
div.pp_pic_holder a:focus {
	outline: none;
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
* html .pp_content {
	width: 40px;
}
.pp_fade {
	display: none;
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.pp_content_container .pp_left {
	padding-left: 20px;
}
.pp_content_container .pp_right {
	padding-right: 20px;
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px 0;
}
.pp_description {
	display: none;
	margin: 0;
}
.pp_social {
	float: left;
	margin-left: 3.5%;
	padding: 1% 0;
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}
.pp_social .twitter {
	float: left;
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}
.pp_nav p {
	float: left;
	margin: 2px 4px;
	white-space: nowrap;
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}
.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0, 0, 0, 0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}
.pp_gallery ul a:hover, .pp_gallery li.selected a {
	border-color: #fff;
}
.pp_gallery ul a img {
	border: 0;
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.pp_gallery li.default a {
	background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}
.pp_gallery li.default a img {
	display: none;
}
a.pp_close {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px;
}
.pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_bottom {
	padding: 0 20px;
}
.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}
#pp_full_res {
	line-height: 1 !important;
}
#pp_full_res .pp_inline {
	text-align: left;
}
.address li ul {
	font-size: 1.1em;
	padding-top: 10px;
	list-style: none;
}

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
#bigbuttons p {
	position: absolute;
	top: 22px;
	left: 15px;
	color: #fff;
	width: 79%;
	font-size: 1.2em;
	z-index: 30;
	padding: 0 !important;
	margin: 0 !important;
	line-height: none !important;
}
#wrapper {
	padding: 0 10px;
}
.welcome-box-light {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 5px;
	overflow: hidden;
}
#masthead {
	padding-top: 70px;
}
#logo {
	margin: 0 auto 10px;
	width: 60%;
	height: auto;
	display: block;
}
#logo img {
	width: 100%;
}
.headerrightwrap {
	width: 100%;
}
.numberwrap {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.m-login {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}
#contentwrap {
	max-width: 910px;
}
#slider {
	width: 100%;
	height: auto;
	float: left;
}
#slides {
	width: 100%;
	height: auto;
	position: relative;
}
#slides .pagination {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 25;
}
#slides .pagination li {
	display: inline;
	margin-right: 3px;
	background: url(../../../images/pager.png) no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999px;
}
#slides .pagination li.current {
	background: url(../../../images/pager-active.png) no-repeat !important;
}
#slides .pagination li a {
	display: block;
	width: 11px;
	height: 10px;
}
#tabs {
	width: 100%;
	float: right;
	height: auto;
}
.tab {
	width: 49%;
	height: 145px;
	margin: 0 0.5% 0px 0.5%;
	float: right;
	position: relative;
	background-size: cover!important;
	margin-top: 10px;
}
.tab1 {
	background: url(../../../images/tab-swimming-hover.jpg) no-repeat;
}
.tab2 {
	background: url(../../../images/tab-fitness-centre-hover.jpg) no-repeat;
}
.tab3 {
	background: url(../../../images/tab-memberships-hover.jpg) no-repeat;
}
.tab4 {
	background: url(../../../images/tab-facilities-hover.jpg) no-repeat;
}
.tab a {
	display: block;
	width: 100%;
	height: 100%;
}
.tab1 a span, .tab3 a span {
	position: absolute;
	bottom: 1px;
	left: 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
}
.tab2 a span, .tab4 a span {
	position: absolute;
	bottom: 1px;
	right: 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
}
.tab1 a {
	background: url(../../../images/tab1b.png) no-repeat left 0px;
}
.tab2 a {
	background: url(../../../images/tab2b.png) no-repeat right 0px;
}
.tab3 a {
	background: url(../../../images/tab3b.png) no-repeat left 0px;
}
.tab4 a {
	background: url(../../../images/tab4b.png) no-repeat right 0px;
}
#maincontent {
	width: 100%;
	float: left;
}
#bigbuttons {
	width: 100%;
	height: 69px;
	float: left;
	margin-top: 10px;
}
.opening-times-button {
	width: 49%;
	height: 69px;
	float: left;
	background: -webkit-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	background: -o-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	background: -ms-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	background: -moz-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	background: linear-gradient(to bottom, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 100%);
	position: relative;
	background-size: cover;
	overflow: hidden;
	margin: 0 0.5%;
}
.get-in-contact-button {
	width: 49%;
	height: 69px;
	float: right;
	background: -webkit-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: -o-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: -ms-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: -moz-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: linear-gradient(50deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	position: relative;
	background-size: cover;
	overflow: hidden;
	margin: 0 0.5%;
}
.hp-column {
	width: 100%;
	float: left;
	padding: 0;
	margin: 10px 0;
	overflow: hidden;
	text-align: center;
}
.hp-column img {
	width: 100%;
	height: auto;
}
#hp-news-title {
	color: #fff;
	font-size: 1.6em !important;
	text-transform: uppercase;
	text-align: center;
	margin: 10px;
}
#hp-news {
	clear: both;
	position: relative;
	margin-top: 12px;
	overflow: hidden;
	background: -webkit-linear-gradient(45deg, rgb(170, 200, 136) 0%, rgb(146, 193, 151) 100%);
	background: -o-linear-gradient(45deg, rgb(170, 200, 136) 0%, rgb(146, 193, 151) 100%);
	background: -ms-linear-gradient(45deg, rgb(170, 200, 136) 0%, rgb(146, 193, 151) 100%);
	background: -moz-linear-gradient(45deg, rgb(170, 200, 136) 0%, rgb(146, 193, 151) 100%);
	background: linear-gradient(45deg, rgb(170, 200, 136) 0%, rgb(146, 193, 151) 100%);
	width: 100%;
}
#hp-news li {
	height: auto;
	width: 100%;
	height: 63px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 8px 0 0 10px;
	border-left: solid 1px #fff;
}
#hp-news ul {
	width: 100%;
}
#hp-sidebar {
	width: 100%;
	overflow: hidden;
}
#coming-soon {
	padding-bottom: 6px;
	position: relative;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
#coming-soon img {
	width: 100%;
}
#coming-soon p {
	width: 100%;
	color: #fff;
	background: #1D8EC8;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 20px;
	text-transform: uppercase;
	font-size: 1.2em;
}
#welcome-box {
	width: 100%;
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
#welcome-box iframe {
	margin: 0 auto;
	display: block;
}
#welcome-box .green-button {
	float: none!important;
	margin: 10px 0;
}
#colophon {
	background: #eaeaea;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	position: relative;
}
#footnav {
	background: #d6d6d6;
	max-width: 960px;
	text-align: center;
}
.site-info {
	width: 100%;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 20px 0;
}
#infotext-wide {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: #1D8EC8;
	color: #fff;
	font-size: 1.5em;
	line-height: 24px;
	position: relative;
	overflow:hidden;
}
.facility-img {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
}
.facility-img img {
	width: 100%;
	height: auto;
}
.facility-text {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	background: #e5e5e5;
	padding: 30px;
	box-sizing: border-box;
}
.facility-text h3 {
	font-size: 1.6em;
}
#infotext, .infotext {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
	background: #1D8EC8;
	float: right;
	color: #fff;
	font-size: 1.5em;
	line-height: 24px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}
#maincontent-right {
	width: 100%;
	float: right;
	padding: 15px 0;
	box-sizing: border-box;
}
#left-sidebar, #news-sidebar {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

#left-sidebar {padding:15px 0; }

#sidebar-images img {
	width: 100%;
	height: auto;
}
.wide-column {
	width: 100%;
}
.welcome-box-light iframe {
	margin: 0 auto;
	display: block;
}
.wpcf7 {
	width: 100%;
	float: left;
}
.wpcf7-form-control-wrap input {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	border: solid 1px #dadada;
	padding-left: 20px;
}
.wpcf7-submit {
	height: 29px;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 0 10px;
	background: #aac988;
	color: #444;
	text-decoration: none;
	margin-top: 10px;
	clear: right;
	font-size: 1.1em;
	float: right;
	border: 0;
}
.info-timetables {
	padding: 6px 10px;
	background: #fff;
	color: #444;
	margin: 20px 0;
	display: block;
}
#secondary {
	padding: 15px;
}
.blog article img, .single article img {
	width: 100%!important;
	height: auto;
}
#featuredimg {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
}
#featuredimg img {
	width: 100%;
	height: auto;
}




}




@media only screen and (min-width : 470px) {
	

#logo { width:44%; }
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 600px) {
.page-template-page-templatestemplate-page-php article img {
	width: 100%;
	padding: 0px;
	margin: 10px 0;
	height: auto;
}
}

@media only screen and (max-width : 767px) {
#site-navigation {
	display: none;
}
}
#click-menu {
	width: 100%!important;
	background: #000!important;
	height: 45px;
	z-index: 999!important;
}
body #click-menu .threeLines {
	width: 33px !important;
	height: 27px !important;
	margin: 8px!important;
	float: right;
	/* right: 20px; */
	overflow: hidden;
	display: block;
}

@media only screen and (min-width : 600px) {
.blog article img, .single article img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
#hp-news li {
	width: 45%;
}
.welcome-box-light {
	padding: 20px;
}

#maincontent-right {
	padding: 15px;
}
#left-sidebar {padding:15px 0; }


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.tab {
	width: 24%;
}
.page-template-page-templatestemplate-page-php article img {
	height: auto;
	margin: 5px 5px 5px 0;
}
.hp-column img {
	width: 70%;
	height: auto;
}
#site-navigation {
	display: block;
}
#bigbuttons p {
	position: absolute;
	top: 20px;
	left: 30px;
	color: #fff;
	width: 79%;
	font-size: 1.5em;
	z-index: 30;
	padding: 0 !important;
	margin: 0 !important;
	line-height: none !important;
}
#logo img {
	width: auto;
}
.facility-img {
	width: 31%;
	height: 200px;
	margin-bottom: 10px;
}
.facility-img img {
	max-height: 200px;
}
.facility-text {
	width: 67%;
	height: 200px;
	margin-bottom: 10px;
	background: #e5e5e5;
	padding: 30px;
}
.facility-text h3 {
	font-size: 1.6em;
}
.headerrightwrap {
	width: 60%;
}
.m-login {
	width: 27%;
	margin: 10px 0;
	float: right;
}
.numberwrap {
	width: 50%;
	text-align: right;
	float: right;
	margin-top: 24px;
	margin-bottom: 0px;
}
#masthead {
	padding: 0 25px;
	max-width: 910px;
	position: relative;
	display: block;
	clear: both;
}
#logo {
	position: absolute;
	top: 15px;
	width: 25%;
}
#site-navigation {
	width: 100%;
	margin: 0px 0px;
	box-sizing: border-box;
	background: url(../../../images/nav-bg.jpg) repeat-x #222222;
	border: solid 1px #222222;
	/* height: 27px; */
  /* position: absolute; */
  /* top: 95px; */
	text-align: center;
	clear: both;
	margin: 10px 0 0 0;
	display: block;
}
#contentwrap {
	padding: 10px 25px 25px;
}
.left50 {
	float: left;
	width: 49%;
	text-align: left;
}
.right50 {
	float: right;
	width: 49%;
	text-align: left;
}
.page-template-page-templatestemplate-page-php #widecontent {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 25px;
	margin: 0 auto;
}
#site-navigation li a {
	padding: 6px 5px
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.tab {
	width: 49%;
}
#site-navigation li a {
	height: 15px;
	padding: 6px 8px;
}
#top-notice {
	width : 100.3%;
}
#slider {
	width: 592px;
	height: 299px;
	float: left;
}
#slides {
	width: 592px;
	height: 299px;
	position: relative;
}
.slides_control {
	height: 299px !important;
}
#slides .pagination {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 25;
}
#slides .pagination li {
	display: inline;
	margin-right: 3px;
	background: url(../../../images/pager.png) no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999px;
}
#slides .pagination li.current {
	background: url(../../../images/pager-active.png) no-repeat !important;
}
#slides .pagination li a {
	display: block;
	width: 11px;
	height: 10px;
}
#tabs {
	width: 315px;
	float: right;
	height: 299px;
}
.tab {
	width: 147px;
	height: 145px;
	margin: 0 0 9px 9px;
	float: right;
	position: relative;
}
.tab1 {
	background: url(../../../images/tab-swimming-hover.jpg) no-repeat;
}
.tab2 {
	background: url(../../../images/tab-fitness-centre-hover.jpg) no-repeat;
}
.tab3 {
	background: url(../../../images/tab-memberships-hover.jpg) no-repeat;
}
.tab4 {
	background: url(../../../images/tab-facilities-hover.jpg) no-repeat;
}
.tab a {
	display: block;
	width: 147px;
	height: 145px;
}
.tab1 a span, .tab3 a span {
	position: absolute;
	bottom: 1px;
	left: 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
}
.tab2 a span, .tab4 a span {
	position: absolute;
	bottom: 1px;
	right: 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
}
.tab1 a {
	background: url(../../../images/tab1b.png) no-repeat left 0px;
}
.tab2 a {
	background: url(../../../images/tab2b.png) no-repeat right 0px;
}
.tab3 a {
	background: url(../../../images/tab3b.png) no-repeat left 0px;
}
.tab4 a {
	background: url(../../../images/tab4b.png) no-repeat right 0px;
}
#maincontent {
	width: 592px;
	float: left;
}
#bigbuttons {
	width: 592px;
	height: 69px;
	float: left;
	margin-top: 9px;
}
.opening-times-button {
	width: 291px;
	height: 69px;
	float: left; /*background:url(../../../images/opening-times.jpg) no-repeat; */
	position: relative;
}
.get-in-contact-button {
	width: 291px;
	height: 69px;
	float: right; /*background:url(../../../images/contact2.jpg) no-repeat;*/
	background: -webkit-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: -o-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: -ms-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: -moz-linear-gradient(40deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	background: linear-gradient(50deg, rgb(24, 150, 188) 0%, rgb(54, 154, 204) 100%);
	position: relative;
	margin: 0;
}
.hp-column {
	width: 280px;
	float: left;
	padding: 22px 0 20px;
	text-align: left;
}
.hp-column img {
	max-width: 280px;
}
#hp-news-title {
	position: absolute;
	top: 22px;
	left: 71px;
	color: #fff;
	font-size: 1.6em !important;
	text-transform: uppercase;
}
#hp-news {
	width: 593px;
	height: 71px;
	background: url(../../../images/news-bg.jpg) no-repeat;
	clear: both;
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
}
#hp-news li {
	height: 71px;
	width: 160px;
	height: 63px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 8px 0 0 10px;
	border-left: solid 1px #fff;
}
#hp-news ul {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 400px;
}
#hp-sidebar {
	width: 303px;
	padding-top: 9px;
}
#welcome-box {
	padding: 20px;
	overflow: hidden;
}
#colophon {
	background: #eaeaea;
	max-width: 960px;
	height: 150px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
#footnav {
	height: 26px;
}
#council-logo {
	position: absolute;
	bottom: 16px;
	right: 19px;
}
#trust-logo {
	position: absolute;
	bottom: 16px;
	left: 19px;
}
.column-padding {
	padding-right: 21px;
}
#infotext, .infotext {
	width: 303px;
	height: 339px;
	padding: 20px;
	background: #1D8EC8;
	margin: 0px;
	float: right;
	color: #fff;
	font-size: 1.5em;
	line-height: 24px;
	position: relative;
	text-align: left;
}
#maincontent-right {
	width: 592px;
	padding: 0px;
}
#left-sidebar, #news-sidebar {
	width: 303px;
	padding: 9px 0 0 0;
}
#sidebar-images img {
	max-width: 303px;
	padding-top: 10px;
}
.wide-column {
	width: 592px;
	float: left;
}
.wpcf7 {
	width: 590px;
}
.info-timetables {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 6px 10px;
	background: #fff;
	color: #444;
}
#featuredimg {
	width: 592px;
	height: 339px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
}
#featuredimg img {
	max-width: 593px;
	margin-top: -30px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
.wp-image-967 {
	max-width: 300px;
	margin: 0 auto;
}
.mapwrap iframe {
	width: 100%;
	height: 377px;
}
.nivo-lightbox-wrap {
	position: absolute!important;
	top: 20%!important;
	bottom: 54%!important;
	left: 10%!important;
	right: 10%!important;
	min-height: 300px!important;
}

/**
 *
 * slippry v1.2.9 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2015, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
 0% {
 -moz-transform: translateY(-20%) translateX(-10%);
 -ms-transform: translateY(-20%) translateX(-10%);
 -webkit-transform: translateY(-20%) translateX(-10%);
 transform: translateY(-20%) translateX(-10%);
}
 100% {
 -moz-transform: translateY(0%) translateX(10%);
 -ms-transform: translateY(0%) translateX(10%);
 -webkit-transform: translateY(0%) translateX(10%);
 transform: translateY(0%) translateX(10%);
}
}
@-moz-keyframes left-right {
 0% {
 -moz-transform: translateY(-20%) translateX(-10%);
 -ms-transform: translateY(-20%) translateX(-10%);
 -webkit-transform: translateY(-20%) translateX(-10%);
 transform: translateY(-20%) translateX(-10%);
}
 100% {
 -moz-transform: translateY(0%) translateX(10%);
 -ms-transform: translateY(0%) translateX(10%);
 -webkit-transform: translateY(0%) translateX(10%);
 transform: translateY(0%) translateX(10%);
}
}
@-ms-keyframes left-right {
 0% {
 -moz-transform: translateY(-20%) translateX(-10%);
 -ms-transform: translateY(-20%) translateX(-10%);
 -webkit-transform: translateY(-20%) translateX(-10%);
 transform: translateY(-20%) translateX(-10%);
}
 100% {
 -moz-transform: translateY(0%) translateX(10%);
 -ms-transform: translateY(0%) translateX(10%);
 -webkit-transform: translateY(0%) translateX(10%);
 transform: translateY(0%) translateX(10%);
}
}
@keyframes left-right {
 0% {
 -moz-transform: translateY(-20%) translateX(-10%);
 -ms-transform: translateY(-20%) translateX(-10%);
 -webkit-transform: translateY(-20%) translateX(-10%);
 transform: translateY(-20%) translateX(-10%);
}
 100% {
 -moz-transform: translateY(0%) translateX(10%);
 -ms-transform: translateY(0%) translateX(10%);
 -webkit-transform: translateY(0%) translateX(10%);
 transform: translateY(0%) translateX(10%);
}
}
@-webkit-keyframes right-left {
 0% {
 -moz-transform: translateY(0%) translateX(10%);
 -ms-transform: translateY(0%) translateX(10%);
 -webkit-transform: translateY(0%) translateX(10%);
 transform: translateY(0%) translateX(10%);
}
 100% {
 -moz-transform: translateY(-20%) translateX(-10%);
 -ms-transform: translateY(-20%) translateX(-10%);
 -webkit-transform: translateY(-20%) translateX(-10%);
 transform: translateY(-20%) translateX(-10%);
}
}
@-moz-keyframes right-left {
 0% {
 -moz-transform: translateY(0%) translateX(10%);
 -ms-transform: translateY(0%) translateX(10%);
 -webkit-transform: translateY(0%) translateX(10%);
 transform: translateY(0%) translateX(10%);
}
 100% {
 -moz-transform: translateY(-20%) translateX(-10%);
 -ms-transform: translateY(-20%) translateX(-10%);
 -webkit-transform: translateY(-20%) translateX(-10%);
 transform: translateY(-20%) translateX(-10%);
}
}
@-ms-keyframes right-left {
 0% {
 -moz-transform: translateY(0%) translateX(10%);
 -ms-transform: translateY(0%) translateX(10%);
 -webkit-transform: translateY(0%) translateX(10%);
 transform: translateY(0%) translateX(10%);
}
 100% {
 -moz-transform: translateY(-20%) translateX(-10%);
 -ms-transform: translateY(-20%) translateX(-10%);
 -webkit-transform: translateY(-20%) translateX(-10%);
 transform: translateY(-20%) translateX(-10%);
}
}
@keyframes right-left {
 0% {
 -moz-transform: translateY(0%) translateX(10%);
 -ms-transform: translateY(0%) translateX(10%);
 -webkit-transform: translateY(0%) translateX(10%);
 transform: translateY(0%) translateX(10%);
}
 100% {
 -moz-transform: translateY(-20%) translateX(-10%);
 -ms-transform: translateY(-20%) translateX(-10%);
 -webkit-transform: translateY(-20%) translateX(-10%);
 transform: translateY(-20%) translateX(-10%);
}
}
/* added to the original element calling slippry */
.sy-box.sy-loading {
	background: url("/images/sy-loader.gif") 50% 50% no-repeat;
	-moz-background-size: 32px;
	-o-background-size: 32px;
	-webkit-background-size: 32px;
	background-size: 32px;
	min-height: 40px;
}
.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
	visibility: hidden;
}
/* element that wraps the slides */
.sy-slides-wrap {
	position: relative;
	height: 100%;
	width: 100%;
}
.sy-slides-wrap:hover .sy-controls {
	display: block;
}
/* element that crops the visible area to the slides */
.sy-slides-crop {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}
/* list containing the slides */
.sy-list {
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
.sy-list.horizontal {
	-moz-transition: left ease;
	-o-transition: left ease;
	-webkit-transition: left ease;
	transition: left ease;
}
.sy-list.vertical {
	-moz-transition: top ease;
	-o-transition: top ease;
	-webkit-transition: top ease;
	transition: top ease;
}
/* single slide */
.sy-slide {
	position: absolute;
	width: 100%;
	z-index: 2;
}
.sy-slide.kenburns {
	width: 140%;
	left: -20%;
}
.sy-slide.kenburns.useCSS {
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
	-webkit-animation-name: left-right;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: left-right;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: left-right;
	-o-animation-fill-mode: forwards;
	animation-name: left-right;
	animation-fill-mode: forwards;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
	-webkit-animation-name: right-left;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: right-left;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: right-left;
	-o-animation-fill-mode: forwards;
	animation-name: right-left;
	animation-fill-mode: forwards;
}
.sy-slide.sy-active {
	z-index: 3;
}
.sy-slide > img {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	border: 0;
}
.sy-slide > a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
.sy-slide > a > img {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	border: 0;
}
/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
	display: none;
	list-style: none;
	height: 100%;
	width: 100%;
	position: absolute;
	padding: 0;
	margin: 0;
}
.sy-controls li {
	position: absolute;
	width: 10%;
	min-width: 4.2em;
	height: 100%;
	z-index: 33;
}
.sy-controls li.sy-prev {
	left: 0;
	top: 0;
}
.sy-controls li.sy-prev a:after {
	background-position: -5% 0;
}
.sy-controls li.sy-next {
	right: 0;
	top: 0;
}
.sy-controls li.sy-next a:after {
	background-position: 105% 0;
}
.sy-controls li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
.sy-controls li a:link, .sy-controls li a:visited {
	opacity: 0.4;
}
.sy-controls li a:hover, .sy-controls li a:focus {
	opacity: 0.8;
	outline: none;
}
.sy-controls li a:after {
	content: "";
	background-image: url("/images/arrows.svg");
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	text-indent: 0;
	line-height: 2.8em;
	color: #111;
	font-weight: 800;
	position: absolute;
	background-color: #fff;
	width: 2.8em;
	height: 2.8em;
	left: 50%;
	top: 50%;
	margin-top: -1.4em;
	margin-left: -1.4em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

@media only screen and (max-device-width: 600px) {
.sy-controls {
	display: block;
}
.sy-controls li {
	min-width: 2.1em;
}
.sy-controls li a:after {
	width: 1.4em;
	height: 1.4em;
	margin-top: -0.7em;
	margin-left: -0.7em;
}
}
/* captions, styled fo the overlay variant */
.sy-caption-wrap {
	position: absolute;
	bottom: 2em;
	z-index: 12;
	display: none;
	left: 50%;
}
.sy-caption-wrap .sy-caption {
	position: relative;
	left: -50%;
	background-color: rgba(0, 0, 0, 0.54);
	color: #fff;
	padding: 0.4em 1em;
	-moz-border-radius: 1.2em;
	-webkit-border-radius: 1.2em;
	border-radius: 1.2em;
}
.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
	color: #e24b70;
	font-weight: 600;
	text-decoration: none;
}
.sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
	text-decoration: underline;
}

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
.sy-caption-wrap {
	left: 0;
	bottom: 0.4em;
}
.sy-caption-wrap .sy-caption {
	left: 0;
	padding: 0.2em 0.4em;
	font-size: 0.92em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
}
/* pager bubbles */
.sy-pager {
	overflow: hidden;
 *zoom: 1;
	display: none;
	width: 100%;
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.sy-pager li {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin: 0 1em 0 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sy-pager li.sy-active a {
	background-color: #e24b70;
}
.sy-pager li a {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #ccc;
	text-indent: -9999px;
	-moz-background-size: 2em;
	-o-background-size: 2em;
	-webkit-background-size: 2em;
	background-size: 2em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sy-pager li a:link, .sy-pager li a:visited {
	opacity: 1.0;
}
.sy-pager li a:hover, .sy-pager li a:focus {
	opacity: 0.6;
}
/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
	width: 100%;
}
.sy-filler.ready {
	-moz-transition: padding 600ms ease;
	-o-transition: padding 600ms ease;
	-webkit-transition: padding 600ms ease;
	transition: padding 600ms ease;
}

.blog .entry-content {overflow:hidden; }

#post-219 .entry-content img { width:100%;  }

#post-1817 .entry-content img { width:100%;  }

#post-1680 .entry-content img { width:100%;  }