<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @override 
	http://2017dev.trentbridge.co.uk/site/css/n25/main.css
	https://www.trentbridge.co.uk/site/css/n25/main.css */

@import url("https://fast.fonts.net/t/1.css?apiType=css&amp;projectid=ad89af96-749f-42f3-8514-10f44d953047");
@font-face{
    font-family:"Gill Sans Nova W01 Light";
    src:url("/site/fonts/fastfonts/c572ff9b-e9a8-402f-ab8e-c00171637f3e.eot?#iefix");
    src:url("/site/fonts/fastfonts/c572ff9b-e9a8-402f-ab8e-c00171637f3e.eot?#iefix") format("eot"),url("/site/fonts/fastfonts/ada1c864-6830-43ca-a5a2-51870437413e.woff2") format("woff2"),url("/site/fonts/fastfonts/03d6828c-b347-428e-8c8f-5cab8ef67192.woff") format("woff"),url("/site/fonts/fastfonts/41a12fd9-0a9e-4410-8caf-ea71db2486fe.ttf") format("truetype"),url("/site/fonts/fastfonts/6afc7caf-2f3f-4a37-8fe7-97afd21cbf44.svg#6afc7caf-2f3f-4a37-8fe7-97afd21cbf44") format("svg");
}
@font-face{
    font-family:"Gill Sans Nova W01 Book";
    src:url("/site/fonts/fastfonts/e5f44dae-0e0a-476d-9b92-3be122d4c8cd.eot?#iefix");
    src:url("/site/fonts/fastfonts/e5f44dae-0e0a-476d-9b92-3be122d4c8cd.eot?#iefix") format("eot"),url("/site/fonts/fastfonts/43b67b68-8704-4bc0-9c41-620c664cb9dd.woff2") format("woff2"),url("/site/fonts/fastfonts/37a7a423-c7fe-48f9-8013-63d2cc236c7a.woff") format("woff"),url("/site/fonts/fastfonts/5ba67d9b-fa03-41f5-8020-c72589420b52.ttf") format("truetype"),url("/site/fonts/fastfonts/b0ceed16-df9d-4a7b-8e8f-d95224365d22.svg#b0ceed16-df9d-4a7b-8e8f-d95224365d22") format("svg");
}
@font-face{
    font-family:"Gill Sans Nova W01 SemiBold";
    src:url("/site/fonts/fastfonts/ccd0adbe-535a-4d2e-a75d-91656a5cdc32.eot?#iefix");
    src:url("/site/fonts/fastfonts/ccd0adbe-535a-4d2e-a75d-91656a5cdc32.eot?#iefix") format("eot"),url("/site/fonts/fastfonts/5fb9e481-085f-4ad5-8574-ffabb4dbe7a9.woff2") format("woff2"),url("/site/fonts/fastfonts/cc1cc8a6-92c2-4d62-973e-e4a20c3df0bf.woff") format("woff"),url("/site/fonts/fastfonts/4be50539-3222-4eff-b978-78bd5e7a2d99.ttf") format("truetype"),url("/site/fonts/fastfonts/e868eb1d-3795-4f13-9a8c-0eff50140f93.svg#e868eb1d-3795-4f13-9a8c-0eff50140f93") format("svg");
}


html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;

}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
  
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

@font-face {
  font-family: '3bit';
  src: url("/site/fonts/ico-font/3bit.eot?69trmn");
  src: url("/site/fonts/ico-font/3bit.eot?69trmn#iefix") format("embedded-opentype"), url("/site/fonts/ico-font/3bit.ttf?69trmn") format("truetype"), url("/site/fonts/ico-font/3bit.woff?69trmn") format("woff"), url("/site/fonts/ico-font/3bit.svg?69trmn#3bit") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: '3bit' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-arrow-lg:before {
  content: "î¤€";
}

.ico-arrow:before {
  content: "î¤";
}

.ico-calendar:before {
  content: "î¤‚";
}

.ico-clock:before {
  content: "î¤ƒ";
}

.ico-map:before {
  content: "î¤„";
}

.ico-star:before {
  content: "î¤…";
}

.ico-cancel-circle:before {
  content: "î¤†";
}

.ico-close:before {
  content: "î¤†";
}

.ico-remove:before {
  content: "î¤†";
}

.ico-delete:before {
  content: "î¤†";
}

@font-face {
  font-family: 'icomoon';
  src: url("/site/fonts/icomoon.eot?i1iif0");
  src: url("/site/fonts/icomoon.eot?i1iif0#iefix") format("embedded-opentype"), url("/site/fonts/icomoon.ttf?i1iif0") format("truetype"), url("/site/fonts/icomoon.woff?i1iif0") format("woff"), url("/site/fonts/icomoon.svg?i1iif0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-plus:before {
  content: "\f067";
}

.icon-question:before {
  content: "\f128";
}

.icon-minus:before {
  content: "\f068";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-gear:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before {
  content: "\f03b";
}

.icon-outdent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-share:before {
  content: "\f064";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-gears:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-scissors:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-files-o:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-tachometer:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-star-half-o:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-chain-broken:before {
  content: "\f127";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-eur:before {
  content: "\f153";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-usd:before {
  content: "\f155";
}

.icon-inr:before {
  content: "\f156";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-cny:before {
  content: "\f157";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-rmb:before {
  content: "\f157";
}

.icon-yen:before {
  content: "\f157";
}

.icon-rouble:before {
  content: "\f158";
}

.icon-rub:before {
  content: "\f158";
}

.icon-ruble:before {
  content: "\f158";
}

.icon-krw:before {
  content: "\f159";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-gratipay:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-try:before {
  content: "\f195";
}

.icon-turkish-lira:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-bank:before {
  content: "\f19c";
}

.icon-institution:before {
  content: "\f19c";
}

.icon-university:before {
  content: "\f19c";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-mortar-board:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper-pp:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-taxi:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-life-buoy:before {
  content: "\f1cd";
}

.icon-life-ring:before {
  content: "\f1cd";
}

.icon-life-saver:before {
  content: "\f1cd";
}

.icon-support:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before {
  content: "\f1d0";
}

.icon-rebel:before {
  content: "\f1d0";
}

.icon-resistance:before {
  content: "\f1d0";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-ge:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-y-combinator-square:before {
  content: "\f1d4";
}

.icon-yc-square:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-soccer-ball-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-ils:before {
  content: "\f20b";
}

.icon-shekel:before {
  content: "\f20b";
}

.icon-sheqel:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-intersex:before {
  content: "\f224";
}

.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-genderless:before {
  content: "\f22d";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-bed:before {
  content: "\f236";
}

.icon-hotel:before {
  content: "\f236";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-yc:before {
  content: "\f23b";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-battery:before {
  content: "\f240";
}

.icon-battery-4:before {
  content: "\f240";
}

.icon-battery-full:before {
  content: "\f240";
}

.icon-battery-3:before {
  content: "\f241";
}

.icon-battery-three-quarters:before {
  content: "\f241";
}

.icon-battery-2:before {
  content: "\f242";
}

.icon-battery-half:before {
  content: "\f242";
}

.icon-battery-1:before {
  content: "\f243";
}

.icon-battery-quarter:before {
  content: "\f243";
}

.icon-battery-0:before {
  content: "\f244";
}

.icon-battery-empty:before {
  content: "\f244";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.icon-hourglass-o:before {
  content: "\f250";
}

.icon-hourglass-1:before {
  content: "\f251";
}

.icon-hourglass-start:before {
  content: "\f251";
}

.icon-hourglass-2:before {
  content: "\f252";
}

.icon-hourglass-half:before {
  content: "\f252";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-stop-o:before {
  content: "\f256";
}

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-safari:before {
  content: "\f267";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-television:before {
  content: "\f26c";
}

.icon-tv:before {
  content: "\f26c";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-500px:before {
  content: "\f26e";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-industry:before {
  content: "\f275";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-map:before {
  content: "\f279";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-edge:before {
  content: "\f282";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-codiepie:before {
  content: "\f284";
}

.icon-modx:before {
  content: "\f285";
}

.icon-fort-awesome:before {
  content: "\f286";
}

.icon-usb:before {
  content: "\f287";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-mixcloud:before {
  content: "\f289";
}

.icon-scribd:before {
  content: "\f28a";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-hashtag:before {
  content: "\f292";
}

.icon-bluetooth:before {
  content: "\f293";
}

.icon-bluetooth-b:before {
  content: "\f294";
}

.icon-percent:before {
  content: "\f295";
}

.icon-gitlab:before {
  content: "\f296";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-envira:before {
  content: "\f299";
}

.icon-universal-access:before {
  content: "\f29a";
}

.icon-wheelchair-alt:before {
  content: "\f29b";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-blind:before {
  content: "\f29d";
}

.icon-audio-description:before {
  content: "\f29e";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-braille:before {
  content: "\f2a1";
}

.icon-assistive-listening-systems:before {
  content: "\f2a2";
}

.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.icon-asl-interpreting:before {
  content: "\f2a3";
}

.icon-deaf:before {
  content: "\f2a4";
}

.icon-deafness:before {
  content: "\f2a4";
}

.icon-hard-of-hearing:before {
  content: "\f2a4";
}

.icon-glide:before {
  content: "\f2a5";
}

.icon-glide-g:before {
  content: "\f2a6";
}

.icon-sign-language:before {
  content: "\f2a7";
}

.icon-signing:before {
  content: "\f2a7";
}

.icon-low-vision:before {
  content: "\f2a8";
}

.icon-viadeo:before {
  content: "\f2a9";
}

.icon-viadeo-square:before {
  content: "\f2aa";
}

.icon-snapchat:before {
  content: "\f2ab";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-snapchat-square:before {
  content: "\f2ad";
}

.icon-pied-piper:before {
  content: "\f2ae";
}

.icon-first-order:before {
  content: "\f2b0";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-google-plus-circle:before {
  content: "\f2b3";
}

.icon-google-plus-official:before {
  content: "\f2b3";
}

.icon-fa:before {
  content: "\f2b4";
}

.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-linode:before {
  content: "\f2b8";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard:before {
  content: "\f2bb";
}

.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-vcard-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before {
  content: "\f2c2";
}

.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before {
  content: "\f2c3";
}

.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-thermometer:before {
  content: "\f2c7";
}

.icon-thermometer-4:before {
  content: "\f2c7";
}

.icon-thermometer-full:before {
  content: "\f2c7";
}

.icon-thermometer-3:before {
  content: "\f2c8";
}

.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}

.icon-thermometer-2:before {
  content: "\f2c9";
}

.icon-thermometer-half:before {
  content: "\f2c9";
}

.icon-thermometer-1:before {
  content: "\f2ca";
}

.icon-thermometer-quarter:before {
  content: "\f2ca";
}

.icon-thermometer-0:before {
  content: "\f2cb";
}

.icon-thermometer-empty:before {
  content: "\f2cb";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-bathtub:before {
  content: "\f2cd";
}

.icon-s15:before {
  content: "\f2cd";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-times-rectangle:before {
  content: "\f2d3";
}

.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before {
  content: "\f2d4";
}

.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-eercast:before {
  content: "\f2da";
}

.icon-microchip:before {
  content: "\f2db";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-meetup:before {
  content: "\f2e0";
}

html, body {
  position: relative;
  min-width: 300px;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row, .form-basket .cart-actions, .product-block, /*.product-lists-body,*/ .selects-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .form-basket .cart-actions:before, .product-block:before, .product-lists-body:before, .selects-wrapper:before, .row:after, .form-basket .cart-actions:after, .product-block:after, .product-lists-body:after, .selects-wrapper:after {
  content: " ";
  display: table;
}

.row:after, .form-basket .cart-actions:after, .product-block:after, .product-lists-body:after, .selects-wrapper:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .form-basket .cart-actions .cont-shopping, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-product-filter, .col-lg-3, .col-xs-4, .col-sm-4, .col-product-filter, .col-md-4, .order-summary, .article-section .share, .article-section .sidebar, .form-basket .cart-actions .gochechout, .product-lists-item, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .product-block .col-product-info, .col-lg-5, .product-form .col-qty, .col-xs-6, .col-sm-6, .product-block .col-product-img, .product-block .col-product-info, .product-lists-item, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .make-history .col, .upcoming-matches .col, .col-md-7, .col-lg-7, .product-form .col-size, .col-xs-8, .col-sm-8, .col-product-lists, .col-md-8, .order, .article-section .content, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-product-lists, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .order-summary, .order, .form-basket .cart-actions .cont-shopping, .form-basket .cart-actions .gochechout, .product-form .col-size, .product-form .col-qty, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .order-summary, .order, .form-basket .cart-actions .cont-shopping, .form-basket .cart-actions .gochechout, .product-form .col-size, .product-form .col-qty {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12, .order-summary, .order, .form-basket .cart-actions .cont-shopping, .form-basket .cart-actions .gochechout, .product-form .col-size, .product-form .col-qty {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-product-filter, .col-sm-5, .col-sm-6, .product-block .col-product-img, .product-block .col-product-info, .product-lists-item, .col-sm-7, .make-history .col, .upcoming-matches .col, .col-sm-8, .col-product-lists, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4, .col-product-filter {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6, .product-block .col-product-img, .product-block .col-product-info, .product-lists-item {
    width: 50%;
  }
  .col-sm-7, .make-history .col, .upcoming-matches .col {
    width: 58.33333%;
  }
  .col-sm-8, .col-product-lists {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5, .make-history .col {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .form-basket .cart-actions .cont-shopping, .col-md-3, .col-product-filter, .col-md-4, .order-summary, .article-section .share, .article-section .sidebar, .form-basket .cart-actions .gochechout, .product-lists-item, .col-md-5, .product-block .col-product-info, .col-md-6, .col-md-7, .col-md-8, .order, .article-section .content, .col-md-9, .col-product-lists, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2, .form-basket .cart-actions .cont-shopping {
    width: 16.66667%;
  }
  .col-md-3, .col-product-filter {
    width: 25%;
  }
  .col-md-4, .order-summary, .article-section .share, .article-section .sidebar, .form-basket .cart-actions .gochechout, .product-lists-item {
    width: 33.33333%;
  }
  .col-md-5, .product-block .col-product-info {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8, .order, .article-section .content {
    width: 66.66667%;
  }
  .col-md-9, .col-product-lists {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6, .form-basket .cart-actions .gochechout {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .product-form .col-qty, .col-lg-6, .col-lg-7, .product-form .col-size, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5, .product-form .col-qty {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7, .product-form .col-size {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1470px) {
  .container {
    width: 1440px;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  /* font-size: 10px; */
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Gill Sans Nova W01 Book";
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #33312f;
  text-decoration: none;
}

a:hover, a:focus {
  color: lightnes(#33312f, 10);
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .article-section .article-thumb img, .article-section .article-body .caption img {
  display: block;
  max-width: 100%;
  height: auto;

}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right, .order-summary {
  float: right !important;
}

.pull-left, .order {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #a7a9ac;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .order-summary .list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right,
blockquote.order-summary {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before, blockquote.order-summary footer:before,
blockquote.pull-right small:before, blockquote.order-summary small:before,
blockquote.pull-right .small:before, blockquote.order-summary .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after, blockquote.order-summary footer:after,
blockquote.pull-right small:after, blockquote.order-summary small:after,
blockquote.pull-right .small:after, blockquote.order-summary .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  /* font-size: 14px; */
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open &gt; .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open &gt; .btn-default.dropdown-toggle:hover,
.open &gt; .btn-default.dropdown-toggle:focus,
.open &gt; .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open &gt; .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #183854;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #265a88;
}

.btn-primary:active, .btn-primary.active,
.open &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #265a88;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open &gt; .btn-primary.dropdown-toggle:hover,
.open &gt; .btn-primary.dropdown-toggle:focus,
.open &gt; .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #183854;
}

.btn-primary:active, .btn-primary.active,
.open &gt; .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #387c2c;
  border-color: #387c2c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #27561f;
  border-color: #0e1e0b;
}

.btn-success:hover {
  color: #fff;
  background-color: #27561f;
  border-color: #244f1c;
}

.btn-success:active, .btn-success.active,
.open &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #27561f;
  border-color: #244f1c;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open &gt; .btn-success.dropdown-toggle:hover,
.open &gt; .btn-success.dropdown-toggle:focus,
.open &gt; .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #1b3c15;
  border-color: #0e1e0b;
}

.btn-success:active, .btn-success.active,
.open &gt; .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #387c2c;
  border-color: #387c2c;
}

.btn-success .badge {
  color: #387c2c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #00b6c8;
  border-color: #00b6c8;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #008895;
  border-color: #004249;
}

.btn-info:hover {
  color: #fff;
  background-color: #008895;
  border-color: #007e8b;
}

.btn-info:active, .btn-info.active,
.open &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008895;
  border-color: #007e8b;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open &gt; .btn-info.dropdown-toggle:hover,
.open &gt; .btn-info.dropdown-toggle:focus,
.open &gt; .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #006771;
  border-color: #004249;
}

.btn-info:active, .btn-info.active,
.open &gt; .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #00b6c8;
  border-color: #00b6c8;
}

.btn-info .badge {
  color: #00b6c8;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open &gt; .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open &gt; .btn-warning.dropdown-toggle:hover,
.open &gt; .btn-warning.dropdown-toggle:focus,
.open &gt; .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open &gt; .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ed1c2a;
  border-color: #ed1c2a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c6101c;
  border-color: #7f0a12;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c6101c;
  border-color: #bd0f1b;
}

.btn-danger:active, .btn-danger.active,
.open &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c6101c;
  border-color: #bd0f1b;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open &gt; .btn-danger.dropdown-toggle:hover,
.open &gt; .btn-danger.dropdown-toggle:focus,
.open &gt; .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a50d17;
  border-color: #7f0a12;
}

.btn-danger:active, .btn-danger.active,
.open &gt; .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ed1c2a;
  border-color: #ed1c2a;
}

.btn-danger .badge {
  color: #ed1c2a;
  background-color: #fff;
}

.btn-link {
  color: #33312f;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: lightnes(#33312f, 10);
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .breakout .btn, .fixtures .btn, .make-history .btn, .search-form .btn-search, .upcoming-matches .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #00b6c8;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.form-group-horizontal {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}

.form-group-horizontal:before, .form-group-horizontal:after {
  content: " ";
  display: table;
}

.form-group-horizontal:after {
  clear: both;
}

.form-group-horizontal [class*="col-input-"] {
  margin-bottom: 15px;
}

.form-group-horizontal [class*="col-input-"]:last-child {
  margin-bottom: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon {
  border-color: #e5e5e5;
  background: #e5e5e5;
  min-width: 39px;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-btn .btn {
  padding-bottom: 5px;
}

.input-group-btn:first-child {
  text-align: right;
}

.input-group-btn:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-btn:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  font-family: "Gill Sans Nova W01 Book";
  border-width: 2px;
}

.btn-outline-warning, .breakout .btn, .fixtures .btn {
  color: #000;
  background-color: rgba(255, 195, 34, 0.75);
  border-color: #ffc425;
}

.btn-outline-warning:focus, .breakout .btn:focus, .fixtures .btn:focus, .btn-outline-warning.focus, .breakout .focus.btn, .fixtures .focus.btn {
  color: #ffc425;
  background-color: #ffc425;
  border-color: #a57800;
}

.btn-outline-warning:hover, .breakout .btn:hover, .fixtures .btn:hover, .ics .btn {
  color: #ffc425;
  background-color: transparent;
  border-color: #e7a800;
}

.btn-outline-warning:active, .breakout .btn:active, .fixtures .btn:active, .btn-outline-warning.active, .breakout .active.btn, .fixtures .active.btn,
.open &gt; .btn-outline-warning.dropdown-toggle, .breakout
.open &gt; .dropdown-toggle.btn, .fixtures
.open &gt; .dropdown-toggle.btn {
  color: #ffc425;
  background-color: transparent;
  border-color: #e7a800;
}

.btn-outline-warning:active:hover, .breakout .btn:active:hover, .fixtures .btn:active:hover, .btn-outline-warning:active:focus, .breakout .btn:active:focus, .fixtures .btn:active:focus, .btn-outline-warning:active.focus, .breakout .btn:active.focus, .fixtures .btn:active.focus, .btn-outline-warning.active:hover, .breakout .active.btn:hover, .fixtures .active.btn:hover, .btn-outline-warning.active:focus, .breakout .active.btn:focus, .fixtures .active.btn:focus, .btn-outline-warning.active.focus, .breakout .active.focus.btn, .fixtures .active.focus.btn,
.open &gt; .btn-outline-warning.dropdown-toggle:hover, .breakout
.open &gt; .dropdown-toggle.btn:hover, .fixtures
.open &gt; .dropdown-toggle.btn:hover,
.open &gt; .btn-outline-warning.dropdown-toggle:focus, .breakout
.open &gt; .dropdown-toggle.btn:focus, .fixtures
.open &gt; .dropdown-toggle.btn:focus,
.open &gt; .btn-outline-warning.dropdown-toggle.focus, .breakout
.open &gt; .dropdown-toggle.focus.btn, .fixtures
.open &gt; .dropdown-toggle.focus.btn,
.ics .btn:hover {
  color: #ffc425;
  background-color: transparent;
  border-color: #a57800;
}

.btn-outline-warning:active, .breakout .btn:active, .fixtures .btn:active, .btn-outline-warning.active, .breakout .active.btn, .fixtures .active.btn,
.open &gt; .btn-outline-warning.dropdown-toggle, .breakout
.open &gt; .dropdown-toggle.btn, .fixtures
.open &gt; .dropdown-toggle.btn {
  background-image: none;
}

.btn-outline-warning.disabled:hover, .breakout .disabled.btn:hover, .fixtures .disabled.btn:hover, .btn-outline-warning.disabled:focus, .breakout .disabled.btn:focus, .fixtures .disabled.btn:focus, .btn-outline-warning.disabled.focus, .breakout .disabled.focus.btn, .fixtures .disabled.focus.btn, .btn-outline-warning[disabled]:hover, .breakout [disabled].btn:hover, .fixtures [disabled].btn:hover, .btn-outline-warning[disabled]:focus, .breakout [disabled].btn:focus, .fixtures [disabled].btn:focus, .btn-outline-warning[disabled].focus, .breakout [disabled].focus.btn, .fixtures [disabled].focus.btn,
fieldset[disabled] .btn-outline-warning:hover,
fieldset[disabled] .breakout .btn:hover, .breakout
fieldset[disabled] .btn:hover,
fieldset[disabled] .fixtures .btn:hover, .fixtures
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn-outline-warning:focus,
fieldset[disabled] .breakout .btn:focus, .breakout
fieldset[disabled] .btn:focus,
fieldset[disabled] .fixtures .btn:focus, .fixtures
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn-outline-warning.focus,
fieldset[disabled] .breakout .focus.btn, .breakout
fieldset[disabled] .focus.btn,
fieldset[disabled] .fixtures .focus.btn, .fixtures
fieldset[disabled] .focus.btn {
  background-color: transparent;
  border-color: #ffc425;
}

.btn-outline-warning .badge, .breakout .btn .badge, .fixtures .btn .badge, .ics .btn {
  color: transparent;
  background-color: #ffc425;
}

.ics .btn {
	color: #000;
}
.btn-outline-danger, .make-history .btn {
  color: #ed1c2a;
  background-color: transparent;
  border-color: #ed1c2a;
}

.btn-outline-danger:focus, .make-history .btn:focus, .btn-outline-danger.focus, .make-history .focus.btn {
  color: #ed1c2a;
  background-color: transparent;
  border-color: #7f0a12;
}

.btn-outline-danger:hover, .make-history .btn:hover {
  color: #ed1c2a;
  background-color: transparent;
  border-color: #bd0f1b;
}

.btn-outline-danger:active, .make-history .btn:active, .btn-outline-danger.active, .make-history .active.btn,
.open &gt; .btn-outline-danger.dropdown-toggle, .make-history
.open &gt; .dropdown-toggle.btn {
  color: #ed1c2a;
  background-color: transparent;
  border-color: #bd0f1b;
}

.btn-outline-danger:active:hover, .make-history .btn:active:hover, .btn-outline-danger:active:focus, .make-history .btn:active:focus, .btn-outline-danger:active.focus, .make-history .btn:active.focus, .btn-outline-danger.active:hover, .make-history .active.btn:hover, .btn-outline-danger.active:focus, .make-history .active.btn:focus, .btn-outline-danger.active.focus, .make-history .active.focus.btn,
.open &gt; .btn-outline-danger.dropdown-toggle:hover, .make-history
.open &gt; .dropdown-toggle.btn:hover,
.open &gt; .btn-outline-danger.dropdown-toggle:focus, .make-history
.open &gt; .dropdown-toggle.btn:focus,
.open &gt; .btn-outline-danger.dropdown-toggle.focus, .make-history
.open &gt; .dropdown-toggle.focus.btn {
  color: #ed1c2a;
  background-color: transparent;
  border-color: #7f0a12;
}

.btn-outline-danger:active, .make-history .btn:active, .btn-outline-danger.active, .make-history .active.btn,
.open &gt; .btn-outline-danger.dropdown-toggle, .make-history
.open &gt; .dropdown-toggle.btn {
  background-image: none;
}

.btn-outline-danger.disabled:hover, .make-history .disabled.btn:hover, .btn-outline-danger.disabled:focus, .make-history .disabled.btn:focus, .btn-outline-danger.disabled.focus, .make-history .disabled.focus.btn, .btn-outline-danger[disabled]:hover, .make-history [disabled].btn:hover, .btn-outline-danger[disabled]:focus, .make-history [disabled].btn:focus, .btn-outline-danger[disabled].focus, .make-history [disabled].focus.btn,
fieldset[disabled] .btn-outline-danger:hover,
fieldset[disabled] .make-history .btn:hover, .make-history
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn-outline-danger:focus,
fieldset[disabled] .make-history .btn:focus, .make-history
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn-outline-danger.focus,
fieldset[disabled] .make-history .focus.btn, .make-history
fieldset[disabled] .focus.btn {
  background-color: transparent;
  border-color: #ed1c2a;
}

.btn-outline-danger .badge, .make-history .btn .badge {
  color: transparent;
  background-color: #ed1c2a;
}

.btn-outline-white, .our-club .thumbnail .btn {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-outline-white:focus, .our-club .thumbnail .btn:focus, .btn-outline-white.focus, .our-club .thumbnail .focus.btn {
  color: #ffffff;
  background-color: transparent;
  border-color: #bfbfbf;
}

.btn-outline-white:hover, .our-club .thumbnail .btn:hover {
  /* color: #ffffff; */
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-outline-white:active, .our-club .thumbnail .btn:active, .btn-outline-white.active, .our-club .thumbnail .active.btn,
.open &gt; .btn-outline-white.dropdown-toggle, .our-club .thumbnail
.open &gt; .dropdown-toggle.btn {
  color: #ffffff;
  background-color: transparent;
  border-color: #e0e0e0;
}

.btn-outline-white:active:hover, .our-club .thumbnail .btn:active:hover, .btn-outline-white:active:focus, .our-club .thumbnail .btn:active:focus, .btn-outline-white:active.focus, .our-club .thumbnail .btn:active.focus, .btn-outline-white.active:hover, .our-club .thumbnail .active.btn:hover, .btn-outline-white.active:focus, .our-club .thumbnail .active.btn:focus, .btn-outline-white.active.focus, .our-club .thumbnail .active.focus.btn,
.open &gt; .btn-outline-white.dropdown-toggle:hover, .our-club .thumbnail
.open &gt; .dropdown-toggle.btn:hover,
.open &gt; .btn-outline-white.dropdown-toggle:focus, .our-club .thumbnail
.open &gt; .dropdown-toggle.btn:focus,
.open &gt; .btn-outline-white.dropdown-toggle.focus, .our-club .thumbnail
.open &gt; .dropdown-toggle.focus.btn {
  color: #ffffff;
  background-color: transparent;
  border-color: #bfbfbf;
}

.btn-outline-white:active, .our-club .thumbnail .btn:active, .btn-outline-white.active, .our-club .thumbnail .active.btn,
.open &gt; .btn-outline-white.dropdown-toggle, .our-club .thumbnail
.open &gt; .dropdown-toggle.btn {
  background-image: none;
}

.btn-outline-white.disabled:hover, .our-club .thumbnail .disabled.btn:hover, .btn-outline-white.disabled:focus, .our-club .thumbnail .disabled.btn:focus, .btn-outline-white.disabled.focus, .our-club .thumbnail .disabled.focus.btn, .btn-outline-white[disabled]:hover, .our-club .thumbnail [disabled].btn:hover, .btn-outline-white[disabled]:focus, .our-club .thumbnail [disabled].btn:focus, .btn-outline-white[disabled].focus, .our-club .thumbnail [disabled].focus.btn,
fieldset[disabled] .btn-outline-white:hover,
fieldset[disabled] .our-club .thumbnail .btn:hover, .our-club .thumbnail
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn-outline-white:focus,
fieldset[disabled] .our-club .thumbnail .btn:focus, .our-club .thumbnail
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn-outline-white.focus,
fieldset[disabled] .our-club .thumbnail .focus.btn, .our-club .thumbnail
fieldset[disabled] .focus.btn {
  background-color: transparent;
  border-color: #ffffff;
}

.btn-outline-white .badge, .our-club .thumbnail .btn .badge {
  color: transparent;
  background-color: #ffffff;
}

.btn-outline-primary {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #337ab7;
  background-color: transparent;
  border-color: #183854;
}

.btn-outline-primary:hover {
  color: #337ab7;
  background-color: transparent;
  border-color: #265a88;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.open &gt; .btn-outline-primary.dropdown-toggle {
  color: #337ab7;
  background-color: transparent;
  border-color: #265a88;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
.open &gt; .btn-outline-primary.dropdown-toggle:hover,
.open &gt; .btn-outline-primary.dropdown-toggle:focus,
.open &gt; .btn-outline-primary.dropdown-toggle.focus {
  color: #337ab7;
  background-color: transparent;
  border-color: #183854;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.open &gt; .btn-outline-primary.dropdown-toggle {
  background-image: none;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary[disabled]:hover, .btn-outline-primary[disabled]:focus, .btn-outline-primary[disabled].focus,
fieldset[disabled] .btn-outline-primary:hover,
fieldset[disabled] .btn-outline-primary:focus,
fieldset[disabled] .btn-outline-primary.focus {
  background-color: transparent;
  border-color: #337ab7;
}

.btn-outline-primary .badge {
  color: transparent;
  background-color: #337ab7;
}

.btn-outline-success {
  color: #387c2c;
  background-color: transparent;
  border-color: #387c2c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #387c2c;
  background-color: transparent;
  border-color: #0e1e0b;
}

.btn-outline-success:hover {
  color: #387c2c;
  background-color: transparent;
  border-color: #244f1c;
}

.btn-outline-success:active, .btn-outline-success.active,
.open &gt; .btn-outline-success.dropdown-toggle {
  color: #387c2c;
  background-color: transparent;
  border-color: #244f1c;
}

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
.open &gt; .btn-outline-success.dropdown-toggle:hover,
.open &gt; .btn-outline-success.dropdown-toggle:focus,
.open &gt; .btn-outline-success.dropdown-toggle.focus {
  color: #387c2c;
  background-color: transparent;
  border-color: #0e1e0b;
}

.btn-outline-success:active, .btn-outline-success.active,
.open &gt; .btn-outline-success.dropdown-toggle {
  background-image: none;
}

.btn-outline-success.disabled:hover, .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success[disabled]:hover, .btn-outline-success[disabled]:focus, .btn-outline-success[disabled].focus,
fieldset[disabled] .btn-outline-success:hover,
fieldset[disabled] .btn-outline-success:focus,
fieldset[disabled] .btn-outline-success.focus {
  background-color: transparent;
  border-color: #387c2c;
}

.btn-outline-success .badge {
  color: transparent;
  background-color: #387c2c;
}

.btn-outline-info {
  color: #00b6c8;
  background-color: transparent;
  border-color: #00b6c8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  color: #00b6c8;
  background-color: transparent;
  border-color: #004249;
}

.btn-outline-info:hover {
  color: #00b6c8;
  background-color: transparent;
  border-color: #007e8b;
}

.btn-outline-info:active, .btn-outline-info.active,
.open &gt; .btn-outline-info.dropdown-toggle {
  color: #00b6c8;
  background-color: transparent;
  border-color: #007e8b;
}

.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
.open &gt; .btn-outline-info.dropdown-toggle:hover,
.open &gt; .btn-outline-info.dropdown-toggle:focus,
.open &gt; .btn-outline-info.dropdown-toggle.focus {
  color: #00b6c8;
  background-color: transparent;
  border-color: #004249;
}

.btn-outline-info:active, .btn-outline-info.active,
.open &gt; .btn-outline-info.dropdown-toggle {
  background-image: none;
}

.btn-outline-info.disabled:hover, .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info[disabled]:hover, .btn-outline-info[disabled]:focus, .btn-outline-info[disabled].focus,
fieldset[disabled] .btn-outline-info:hover,
fieldset[disabled] .btn-outline-info:focus,
fieldset[disabled] .btn-outline-info.focus {
  background-color: transparent;
  border-color: #00b6c8;
}

.btn-outline-info .badge {
  color: transparent;
  background-color: #00b6c8;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail &gt; img,
.thumbnail a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #33312f;
}

.thumbnail {
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
}

.thumbnail &gt; img,
.thumbnail a &gt; img {
  width: 100%;
}

.thumbnail .img-holder {
  position: relative;
}

.thumbnail .img-holder.play:before {
  width: 74px;
  height: 74px;
  margin-top: -37px;
  margin-left: -37px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("/site/images/general/video-play-icon.svg") no-repeat;
  background-size: cover;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .thumbnail .img-holder.play:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}

.thumbnail .img-holder img {
  width: 100%;
}

.thumbnail .caption {
  display: block;
  padding: 20px;
  min-height: 100px;
  position: relative;
  background: #ffffff;
  font-size: 15px;
  position: relative;
  line-height: 1;
}

.thumbnail .caption .title {
  margin: 0;
}

.thumbnail .caption-success {
  background-color: #387c2c;
  color: #ffffff;
}

.thumbnail .caption-warning {
  background-color: #ffc425;
}  

.thumbnail .caption {
  text-decoration: none;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.thumbnail .caption:hover {
  background-color: #f2f2f2;
}

.thumbnail .caption-success:hover {
  background-color: #306925;
}

.thumbnail .caption-warning:hover {
  background-color: #f1b000;
}

.list-group {
  margin-bottom: 60px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
  text-transform: uppercase;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0;
}

.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0;
}

.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 0px;
}

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 0px;
}

.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}

.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}

.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}

.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}

.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}

.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ddd;
}

.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #337ab7;
}

.panel-primary &gt; .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #e5ecf1;
}

.panel-success &gt; .panel-heading {
  color: #fff;
  background-color: #387c2c;
  border-color: #e5ecf1;
}

.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #e5ecf1;
}

.panel-success &gt; .panel-heading .badge {
  color: #387c2c;
  background-color: #fff;
}

.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #e5ecf1;
}

.panel-info {
  border-color: #e5ecf1;
}

.panel-info &gt; .panel-heading {
  color: #fff;
  background-color: #00b6c8;
  border-color: #e5ecf1;
}

.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #e5ecf1;
}

.panel-info &gt; .panel-heading .badge {
  color: #00b6c8;
  background-color: #fff;
}

.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #e5ecf1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc;
}

.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1;
}

.list-group-title {
  text-align: center;
  padding: 26px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
}

.list-group-title-warning {
  color: #ffffff;
  background-color: #ffc425;
}

.list-group-title-danger {
  color: #ffffff;
  background-color: #ed1c2a;
}

.list-group-title-primary {
  background-color: #337ab7;
}

.list-group-title-success {
  background-color: #387c2c;
}

.list-group-title-info {
  background-color: #00b6c8;
}

.list-group-title-heading {
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.list-group-item {
  border-color: #f5f5f5;
  border-top-color: #ffffff;
  border-top-width: 2px;
  background: #f5f5f5;
  color: #33312f;
  /* line-height: 20px; */
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item-heading {
  font-size: 16px;
}

.list-group-item-text {
  font-size: 16px;
  color: #a7a9ac;
}

a.list-group-item:hover {
  background: gainsboro;
}

.order .col-input-mini, .order .col-input-large, .order .col-input-xlarge {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.chechout-section .select2-container--focus.select2-container--default, .form-basket .select2-container--focus.select2-container--default {
  outline: none;
}

.chechout-section .select2-container--focus.select2-container--default .selection, .form-basket .select2-container--focus.select2-container--default .selection {
  outline: none;
}

.chechout-section .select2-container--focus.select2-container--default .select2-selection, .form-basket .select2-container--focus.select2-container--default .select2-selection {
  outline: none;
  border-color: #00b6c8;
}

.chechout-section .select2-container--default .select2-selection--single, .form-basket .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 34px;
}

.chechout-section .select2-container--default .select2-selection--single .select2-selection__rendered, .form-basket .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 32px;
  width: 300px;
}

.chechout-section .select2-container--default .select2-selection--single .select2-selection__arrow, .form-basket .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  top: 50%;
  margin-top: -13px;
}

.chechout-section {
  background: #ececec;
}

.chechout-section .panel-heading {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}

.chechout-section .panel-title {
  line-height: 1.26;
  font-size: 20px;
}

.chechout-section .hr, .chechout-section hr {
  margin: 0 0 12px;
}

@media (max-width: 991px) {
  .chechout-section .is_stuck {
    position: static !important;
  }
}

.order-summary {
  position: static;
}

.order .col-input-mini {
  width: 105px;
}

.order .col-input-large {
  width: 170px;
}

@media (max-width: 480px) {
  .order .col-input-large {
    width: 100%;
  }
}

.order .col-input-xlarge {
  width: calc( 100% - 275px);
}

@media (max-width: 480px) {
  .order .col-input-xlarge {
    width: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a7a9ac;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}

.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}

.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1469px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}

.alert &gt; p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.main {
  margin-top: 120px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.chechout-section, .section, .basket-section, .carousel .container, .enjoy-section, .enjoy-section .container, .join-section, .our-club, .roundup {
  padding-top: 54px;
  padding-bottom: 54px;
}

@media screen and (max-width: 480px) {
  .chechout-section, .section, .basket-section, .carousel .container, .enjoy-section, .enjoy-section .container, .join-section, .our-club, .roundup {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.chechout-section .container &gt; .title, .section .container &gt; .title, .basket-section .container &gt; .title, .carousel .container .container &gt; .title, .enjoy-section .container &gt; .title, .enjoy-section .container .container &gt; .title, .join-section .container &gt; .title, .our-club .container &gt; .title, .roundup .container &gt; .title {
  text-align: center;
  font-size: 18px;
  color: #33312f;
  letter-spacing: 3px;
}

.chechout-section .container &gt; .title:not(:last-child), .section .container &gt; .title:not(:last-child), .basket-section .container &gt; .title:not(:last-child), .carousel .container .container &gt; .title:not(:last-child), .enjoy-section .container &gt; .title:not(:last-child), .enjoy-section .container .container &gt; .title:not(:last-child), .join-section .container &gt; .title:not(:last-child), .our-club .container &gt; .title:not(:last-child), .roundup .container &gt; .title:not(:last-child) {
  margin-bottom: 54px;
}

@media screen and (max-width: 480px) {
  .chechout-section .container &gt; .title:not(:last-child), .section .container &gt; .title:not(:last-child), .basket-section .container &gt; .title:not(:last-child), .carousel .container .container &gt; .title:not(:last-child), .enjoy-section .container &gt; .title:not(:last-child), .enjoy-section .container .container &gt; .title:not(:last-child), .join-section .container &gt; .title:not(:last-child), .our-club .container &gt; .title:not(:last-child), .roundup .container &gt; .title:not(:last-child) {
    margin-bottom: 20px;
  }
}

section.section-parallax {
  background-color: transparent;
}

section .parallax-window {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

section .parallax-slider {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section .parallax-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.content-section .parallax-window {
  overflow: hidden;
  min-height: 400px;
  background: transparent;
}

.content-section .parallax-slider {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-section .parallax-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.content-section .block-info {
  min-height: 250px;
  margin-top: -125px;
  position: relative;
  z-index: 1;
}

.content-section .block-info:not([class*='block-info-']) {
  background: #387c2c;
}

@media screen and (min-width: 1200px) {
  .content-section .block-info {
    width: 66.66667%;
  }
}

@media screen and (max-width: 992px) {
  .content-section .block-info {
    margin-top: -100px;
    min-height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .content-section .block-info {
    padding: 20px 15px;
    min-height: 0;
    margin-top: 0;
  }
}

.content-section .block-info .block-info-title {
  font-size: 36px;
  letter-spacing: 5.07px;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .content-section .block-info .block-info-title {
    font-size: 26px;
  }
}

.content-section .block-info p {
  max-width: 520px;
  margin: auto;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 28px;
}

@media screen and (max-width: 992px) {
  .content-section .block-info p {
    font-size: 22px;
  }
}

.content-section .thumbnail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 30px 0;
  padding: 0 15px;
}

.content-section .thumbnail {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}

.content-section .thumbnail &gt; img {
  width: 100%;
  height: auto;
  display: block;
}

.content-section .thumbnail .caption {
  text-align: center;
  padding: 20px;
  background: #ffffff;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .content-section .thumbnail-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .content-section .thumbnail-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .content-section .thumbnail-list {
    grid-template-columns: 1fr;
  }
}

.content-section .thumbnail .caption .subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.content-section .thumbnail .caption .title {
  font-size: 26px;
  letter-spacing: 2.17px;
  margin-bottom: 20px;
}

.content-section .thumbnail .caption p {
  font-size: 18px;
  line-height: 1.4;
}

.content-section-space {
  padding-top: 20px;
  padding-bottom: 60px;
}

.content-section-space .block-info {
  width: 100%;
}

.content-section-details {
  padding-top: 20px;
  padding-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .content-section-details {
    padding-bottom: 0;
  }
}

.text-pink {
  color: #f16781;
}

.article-section {
  /* padding-top: 30px; */
  padding-bottom: 160px;
}

.article-section .article-header .title {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
  color: #33312f;
  letter-spacing: 2.5px;
  line-height: 1.2;
  text-transform: uppercase;
  word-wrap: break-word;
}

.article-section .article-header .meta {
  text-align: center;
  font-size: 14px;
  color: #a7a9ac;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 20px;
}

.article-section .article-thumb {
  margin-bottom: 30px;
}

.article-section .article-thumb img {
  display: block;
}

.article-section .article-body, .refined-hub .refined-main p, .refined-hub .refined-main li {
  font-size: 14px;
 /* letter-spacing: -0.5px;*/
  line-height: 1.4;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

@media screen and (min-width: 1470px) {
 /* .article-section .article-body {
    font-size: 20px;
  }*/
}

.article-section .article-body .lead {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (min-width: 1470px) {
  .article-section .article-body .lead {
    font-size: 22px;
  }
}

.article-section .article-body p {
  margin-bottom: 13px !important;
}
.article-section .article-body blockquote p {
color: #387c2c;
	font-weight: bold;
}
@media screen and (min-width: 1470px) {
  .article-section .article-body p {
    margin-bottom: 22px;
  }
}

.article-section .article-body .caption {
  margin: 40px auto;
}

.article-section .article-body .caption:after {
  content: '';
  display: block;
  height: 2px;
  background: #33312f;
  margin: 30px auto 0;
  width: 195px;
}

.article-section .article-body .caption img {
  display: block;
  margin: 0 auto 30px;
}

.article-section .article-body .caption-text {
  margin: auto;
  max-width: 470px;
  text-align: center;
  font-size: 26px;
  letter-spacing: -0.5px;
  line-height: 40px;
}

@media screen and (min-width: 1470px) {
  .article-section .article-body .caption-text {
    font-size: 34px;
  }
}

.article-section .share {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .article-section .share {
    float: right;
  }
}

.article-section .list-group {
  margin-bottom: 30px;
}

.article-section .list-group-item-heading {
  margin-bottom: 0;
}

.article-section .sidebar .block {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.article-section .sidebar .block-heading {
  color: #ffffff;
  text-align: center;
  padding: 26px 20px;
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0;
  clear: both;
}

.article-section .sidebar .block-heading-warning {
  background-color: #ffc425;
}

.article-section .sidebar .block-heading-danger {
  color: #ffffff;
  background-color: #ed1c2a;
}

.article-section .sidebar .block-heading-primary {
  background-color: #337ab7;
}

.article-section .sidebar .block-heading-success {
  background-color: #387c2c;
}

.article-section .sidebar .block-heading-info {
  background-color: #00b6c8;
}

.article-section .sidebar .thumbnail .caption {
  padding: 20px 0;
}

.article-section .sidebar .thumbnail .team-logo {
  float: right;
}

.article-section .sidebar .thumbnail .subtitle {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .article-section .sidebar .thumbnail .subtitle {
    font-size: 14px;
  }
}

.article-section .sidebar .thumbnail .title {
  /* CAMBRIDGE MCCU NOTTI: */
  font-family: "Gill Sans Nova W01 Book";
  font-size: 26px;
  letter-spacing: 2.17px;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  .article-section .sidebar .thumbnail .title {
    font-size: 20px;
  }
}

.details-section {
  padding-top: 30px;
  padding-bottom: 60px;
}

.fixtures-wrap {
  padding: 40px 0;
}

.sort-wrap {
  text-align: center;
}

.sort-wrap .sort-title {
  margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
}

.sort-wrap .sort-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.sort-wrap .sort-list li {
  font-size: 13px;
  display: inline-block;
  margin: 0 15px;
}

@media screen and (max-width: 480px) {
  .sort-wrap .sort-list li {
    margin: 0 10px;
  }
}

.sort-wrap .sort-list a {
  text-transform: uppercase;
  color: #33312f;
  position: relative;
}

.sort-wrap .sort-list a:hover, .sort-wrap .sort-list a:focus {
  text-decoration: none;
}

.sort-wrap .sort-list a.active:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #33312f;
  left: 0;
  bottom: -5px;
  position: absolute;
}

.team-item {
  font-size: 0;
  margin-bottom: 10px;
}

.team-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.team-name {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  width: calc(100% - 40px);
  padding-left: 12px;
  text-transform: Uppercase;
}

.team-list-sidebar .team-name {
  padding-left: 0;
}

/*.crest-sm {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-position-x: -100%;
  background-image: url(../images/general/crests.png);
  background-repeat: no-repeat;
}

.crest-sm.not {
  background-position-x: 0;
}

.crest-sm.cam {
  background-position-x: -40px;
}*/



/*.crests-wrapper .crests.not {
  background-position-x: 0%;
}*/



.content-fixtures .block {
/*  margin-bottom: 30px;*/
  padding-bottom: 0px;
/*  border-bottom: solid 2px #33312f;*/
margin-bottom: 30px;
}

.content-fixtures .block-heading {
  color: #ffffff;
  text-align: center;
  padding: 26px 20px;
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0;
}

.content-fixtures .block-heading-warning {
  background-color: #ffc425;
}

.content-fixtures .block-heading-danger {
  color: #ffffff;
  background-color: #ed1c2a;
}

.content-fixtures .block-heading-primary {
  background-color: #337ab7;
}

.content-fixtures .block-heading-success {
  background-color: #387c2c;
}

.content-fixtures .block-heading-info {
  background-color: #00b6c8;
}

.content-fixtures .thumb .caption,  a.caption div.caption-content div.subtitle {
	display: block;
	padding: 10px 10px 0;
}

.content-fixtures .thumb .caption:hover, .content-fixtures .thumb .caption:focus {
  text-decoration: none;
}
.caption-content .team-list-sidebar {
	padding: 0 10px 10px;
}
/*.content-fixtures .thumb .caption:hover {
  background-color: #f2f2f2;
}*/

.content-fixtures .thumb img {
  width: 100%;
}

.content-fixtures .thumb .subtitle, .thumb .caption-content .subtitle{
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
/*  font-size: 18px;*/
/*  line-height: 1.4;*/
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .content-fixtures .thumb .subtitle {
    font-size: 14px;
  }
}

.content-fixtures .thumb .title {
  font-family: "Gill Sans Nova W01 Book";
  font-size: 26px;
  letter-spacing: 2.17px;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  .content-fixtures .thumb .title {
    font-size: 20px;
  }
}

.template-news {
  padding-bottom: 140px;
}

.template-news .thumbnail {
  margin-bottom: 20px !important;
}

.template-news .thumbnail .title span {
  display: block;
  color: #A7A9AC;
}

.template-news .thumbnail .caption {
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}

.template-news .thumbnail .img-holder {
  overflow: hidden;
}

.template-news .thumbnail .img-holder img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.template-news .thumbnail a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.template-news .thumbnail:hover .caption {
  background-color: #ed1c2a;
  color: #ffffff;
}

.template-news .thumbnail:hover .img-holder img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.template-news .thumbnail:hover a {
  color: #ffffff !important;
}

.sort-items {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sort-items .thumbnail {
  margin-bottom: 20px !important;
}

.sort-items .thumbnail .subtitle {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #A8B3B9;
}

.sort-items .thumbnail .social-link {
  color: #33312f;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.sort-items .thumbnail .social-link:hover, .sort-items .thumbnail .social-link:focus {
  text-decoration: none;
}

.sort-items .thumbnail .img-holder {
  display: block;
  overflow: hidden;
}

.sort-items .thumbnail .img-holder img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.sort-items .thumbnail .caption {
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}

.sort-items .thumbnail:hover .caption {
  background-color: #387c2c;
  color: #ffffff;
}

.sort-items .thumbnail:hover .social-link {
  color: #ffffff;
}

.sort-items .thumbnail:hover .img-holder img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hide {
  display: none;
}

.block-heading-info span {
  font-size: 14px;
}

.title-light {
  display: block;
  color: #A8B3B9;
}

.meta-social {
  display: block;
  font-size: 14px;
  color: #A8B3B9;
  margin: 0;
}


.stats-title {
  color: #33312f;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #33312f;
}

.stats-table {
  margin-bottom: 20px;
}

.stats-table tbody &gt; tr &gt; td {
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 10px 10px 10px 0;
}

.stats-table tbody &gt; tr &gt; td:first-child {
  color: #a8b3b9;
}

@media screen and (max-width: 767px) {
  .table-responsive-inner {
    display: inline-block;
  }
  .table-responsive-inner &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive-inner &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive-inner &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive-inner &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive-inner &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive-inner &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive-inner &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive-inner &gt; .table-bordered {
    border: 0;
  }
  .table-responsive-inner &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive-inner &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive-inner &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive-inner &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive-inner &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive-inner &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive-inner &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive-inner &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive-inner &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive-inner &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive-inner &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive-inner &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive-inner &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive-inner &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive-inner &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive-inner &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/site/images/general/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/site/fonts/slick.eot");
  src: url("/site/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/site/fonts/slick.woff") format("woff"), url("/site/fonts/slick.ttf") format("truetype"), url("/site/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #33312f;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "â†";
}

[dir="rtl"] .slick-prev:before {
  content: "â†’";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "â†’";
}

[dir="rtl"] .slick-next:before {
  content: "â†";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #33312f;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #33312f;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/
/* CSS for lens */
.cloudzoom-lens {
  border: 5px solid #888;
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  cursor: crosshair;
  z-index: 9999;
}

/* CSS for zoom window. */
.cloudzoom-zoom {
  border: 1px solid #888;
  width: 600px;
  height: 200px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
  border: none;
  box-shadow: none;
  z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
  display: none;
  /* CSS captions should be hidden initially */
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
  background-image: url(../images/general/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
  background-image: url(../images/general/ajax-loader.gif);
  width: 32px;
  height: 32px;
}

/*
 *  Bootstrap TouchSpin - v3.1.2
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by IstvÃ¡n Ujj-MÃ©szÃ¡ros
 *  Under Apache License v2.0 License
 */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

.basket-section {
  background: #ececec;
}

.form-basket {
  padding: 15px;
  background: #ffffff;
}

.form-basket .select2 {
  text-align: left;
}

.form-basket .cart-actions .cont-shopping {
  margin-top: 11px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .form-basket .cart-actions .cont-shopping {
    margin-top: 0;
  }
}

.form-basket .control-label {
  font-family: "Gill Sans Nova W01 SemiBold";
}

.form-basket strong {
  font-family: "Gill Sans Nova W01 SemiBold";

}

.form-basket .table th {
  font-family: "Gill Sans Nova W01 SemiBold";
}

.form-basket .form-control.qty {
  width: 40px;
  text-align: center;
}

.form-basket .shippingto,
.form-basket .shippingmethod {
  display: inline-block;
  vertical-align: top;
}

.form-basket .shippingto .select2,
.form-basket .shippingmethod .select2 {
  display: block;
}

.form-basket .remove {
  color: #ed1c2a;
}

.form-basket .remove:focus, .form-basket .remove:hover {
  text-decoration: none;
  color: #de121f;
}

.block-info {
  min-height: 150px;
  background: #ececec;
  color: #ffffff;
  margin: 0 auto;
  max-width: 682px;
  text-align: center;
  padding: 40px 20px;
  font-family: "Gill Sans Nova W01 Book";
}

.block-info-title {
  margin: 0 0 24px;
  font-size: 24px;
  letter-spacing: 4px;
	text-transform: uppercase;
}

.block-info-link {
  font-size: 15px;
  letter-spacing: 0.94px;
  text-decoration: underline;
  color: inherit;
}

.block-info-link:hover, .block-info-link:focus {
  text-decoration: none;
}

.block-info-success {
  color: #ffffff;
  background: #387c2c;
}

.block-info-warning {
  color: #33312f;
  background: #ffc425;
}

.block-info-pink {
  background: #f16781;
}

.block-info-red {
  color: #ffffff;
  background: #ed1c2a;
}

.breakout {
  padding: 180px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fff;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 480px) {
  .breakout {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .breakout {
    padding: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  .breakout {
    margin-bottom: 14px;
    font-size: 18px;
  }
}

.breakout:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #33312f;
  opacity: 0.40;
}

.breakout .container {
  position: relative;
  z-index: 1;
}

.breakout .title {
  font-family: Gill Sans Nova W01 Book;
  font-size: 52px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 0.14em;
  text-align: center;
  color: #ffc425;
  margin: 0 0 24px;
}

@media screen and (max-width: 992px) {
  .breakout .title {
    margin-bottom: 18px;
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .breakout .title {
    margin-bottom: 14px;
    font-size: 42px;
  }
}

@media screen and (max-width: 480px) {
  .breakout .title {
    font-size: 36px;
  }
  .carousel-main {
    padding-left: 0px;
    padding-right: 0px;
  }
  
}

.breakout .text {
  min-width: 330px;
  margin: auto;
  font-size: 18px;
}

.breakout p {
  margin-bottom: 0;
}

.breakout p:not(:last-child) {
  margin-bottom: 34px;
}

.carousel {
  background: #ffffff;
}

.carousel .container {
  background: #ffffff;
  top: -72px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .carousel .container {
    top: -40px;
  }
}

.carousel-nav-holder {
  text-align: center;
}

.carousel-nav {
  text-align: center;
  display: inline-block;
  min-width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
  color: #33312f;
  letter-spacing: 3px;
}

@media screen and (min-width: 480px) {
  .carousel-nav {
    min-width: 320px;
  }
}

.carousel-nav-next, .carousel-nav-prev {
  display: none;
  background: none;
  border: none;
  margin: 0;
  padding: 10px;
}

.carousel-nav-next.disabled, .carousel-nav-prev.disabled {
  color: #a7a9ac;
}

.carousel-main {
  padding-left: 30px;
  padding-right: 30px;
}

.carousel-main .item {
  padding-left: 15px;
  padding-right: 15px;
}

.carousel-main .thumbnail {
  outline: none;
}

.carousel-main .thumbnail .caption {
  text-align: center;
}

.carousel-main .thumbnail .caption a {
  font-size: 15px;
  color: #33312f;
  text-decoration: underline;
}

.carousel-main .thumbnail .caption a:hover, .carousel-main .thumbnail .caption a:focus {
  text-decoration: none;
}

.carousel-main .thumbnail .caption .title {
  margin: 0;
}

.carousel-main .thumbnail .caption p {
  margin: 20px 0 0;
}

.order-summary .text-right {
  margin-left: 20px;
  float: right;
}

.order-summary .list {
  background: #ececec;
  padding: 15px;
}

.order-summary .list li:last-child {
  margin-bottom: 0;
}

.order-summary .list li:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}

.order-summary .totals {
  text-transform: uppercase;
}

.order-summary .totals p {
  margin-bottom: 0;
}

.order-summary .totals .grand {
  margin-top: 6px;
  font-size: 150%;
  border-top: 2px solid #33312f;
}

.collapse-wrapper {
  margin-bottom: 40px;
}

.collapse-fixtures-heading {
border-top: 1px solid #d5e5d3;
}
  

.collapse-fixtures-bordered {
  border-top: 2px solid #33312f;
}

.collapse-fixtures-title {
  text-align: center;
  margin: 0;
  padding: 40px 0;
  background-color: rgb(214, 229, 212);
  text-transform: uppercase;
  font-weight: 700;
}

.collapse-fixtures-item:last-child {
  border-bottom: 2px solid #33312f;
}


.collapse-fixtures-btns {
  padding: 0px;
  background-color: #f5f9fa;
  height: 100%;
  text-align: center;
  display: flex; align-items: stretch;
  justify-content: center;

}
.tickets .collapse-fixtures-btns, .scorecard .collapse-fixtures-btns {

  height: 50%;
 
}

.tickets .collapse-fixtures-btns:first-child {

   background-color: #d6c8c8;
 
}

.scorecard .collapse-fixtures-btns:first-child {
	  background-color: rgb(225, 236, 224);
}
.collapse-fixtures-btns a {

  color: #33312f;
  text-transform: uppercase;
}

.collapse-fixtures-btns a:hover, .collapse-fixtures-btns a:focus {
  text-decoration: none;
}

.collapse-fixtures-btns a:hover:after {
  width: 0;
}

/* .collapse-fixtures-btns a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #33312f;
  left: 0;
  bottom: -5px;
  position: absolute;
} */

.collapse-fixtures-period {
  padding: 20px;
  padding-bottom: 0;
}

.collapse-fixtures-date {
	font: 25px/22px "Merriweather", serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.collapse-fixtures-date sup {
  font-size: 16px;
}

.collapse-fixtures-about {
  padding: 20px;
}

.collapse-fixtures-day {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #33312f;
}

.collapse-fixtures-info {
  color: #33312f;
  font-size:1em;
  text-transform: uppercase;
}

.collapse-fixtures-details.row, .form-basket .collapse-fixtures-details.cart-actions, .collapse-fixtures-details.product-block, .collapse-fixtures-details.product-lists-body, .collapse-fixtures-details.selects-wrapper {
  margin: 0 -1px;
}

.collapse-fixtures-details .col-fixtures {
  padding: 0 1px;
}

.info {
  margin-left: 53px;
}


.info-item {
  display: inline-block;
  margin-right: 7px;
}

.info-item i.ico { margin-right: 7px;
	color: #387c2c;
}
.info-item:last-child {
  margin-right: 0;
}

.details-item {
  display: block;
  height: 100%;
  background-color: #e5ecf1;
  padding: 20px;
}

.details-item:before, .details-item:after {
  display: table;
  content: "";
}

.details-item:after {
  clear: both;
}

.lt-ie8 .details-item {
  zoom: 1;
}

.details-item:hover, .details-item:focus {
  text-decoration: none;
}

.details-icon {
  font-size: 28px;
  float: left;
}

.details-info {
  padding-left: 40px;
}

.details-arrow {
  height: 100%;
  background-color: #ffffff;
  text-align: center;
  /* autoprefixer: off */
  display: -ms-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.details-arrow .collapse-close {
  color: #a8b4ba;
  font-size: 18px;
  padding: 20px;
  display: block;
  width: 100%;
}

.details-arrow .collapse-close:hover, .details-arrow .collapse-close:focus {
  text-decoration: none;
}

.diary {
  font-size: 0;
  margin: 0 -1px;
}

.diary-wrapper {
  padding: 40px 0;
}

.diary-item {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 16.66%;
  width: calc(100% / 5);
  padding: 1px;
  aspect-ratio: 4/3;
  height: max-content;
}

@media screen and (max-width: 1470px) {
  .diary-item {
    width: 20%;
    width: calc(100% / 4);
   
  }
}

@media screen and (max-width: 1200px) {
  .diary-item {
    width: 25%;
    width: calc(100% / 4);
  
  }
}

@media screen and (max-width: 992px) {
  .diary-item {
    width: 50%;
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 480px) {
  .diary-item {
    width: 100%;
  }
}

.diary-item-large {
  overflow: hidden;
  width: calc(100% / 3);
  height: auto;
}

@media screen and (max-width: 1470px) {
  .diary-item-large {
    width: 40%;
    width: calc(100% / 2.5);
  }
}

@media screen and (max-width: 1200px) {
  .diary-item-large {
    width: 50%;
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 992px) {
  .diary-item-large {
    width: 100%;
  }
}

.diary-item-large:hover .diary-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.diary-item.greyed {
  position: relative;
  z-index: 1;
}

.diary-item.greyed:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3;
  cursor: not-allowed;
}

.diary-item:hover, .diary-item:focus {
  text-decoration: none;
}

.diary-item-group {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  width: calc(100% / 3);
}

@media screen and (max-width: 1200px) {
  .diary-item-group {
    width: 50%;
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 992px) {
  .diary-item-group {
    width: 100%;
  }
}

.diary-item-group .diary-item {
  width: 100%;
}

.diary-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.diary-image img {
  width: 100%;
}

.diary-content, .diary-content.active-fixture {
  background: #f6f6f6;
  color: #33312f;
  height: 100%;
  padding: 10px;
  /* autoprefixer: off */
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  position: relative;
  z-index: 3;
  transition: color 0.5s;
}

.diary-content.active-event,
.diary-content.active-fixture {
  background-color: rgba(241, 103, 129, 0.2);
  overflow: hidden;
}

.diary-content.active-event:hover .diary-type
.diary-content.active-event:hover {
	color: #fff
}

.diary-content.active-event:hover .diary-type, 
.diary-content.active-fixture:hover .diary-type {
	-webkit-transform: scale(40);
	transform: scale(40);
	position: relative;
	z-index: -1
}

.diary-content.active-fixture, .fixture.int .diary-content.active-event {
  background-color: rgba(56, 124, 44, 0.1);
}

.diary-type {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  float: right;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.diary-type.event {
  background-color: #f16781;
}

.diary-type.fixture {
  background-color: #387c2c;
}

.diary-title {
  background-color: #33312f;
  color: #ffffff;
  text-align: center;
  height: 100%;
  padding: 10px;
  font-size: 24px;
  /* autoprefixer: off */
  display: -ms-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.diary-top {
  margin-bottom: 5px;
}

.diary-top:before, .diary-top:after {
  display: table;
  content: "";
}

.diary-top:after {
  clear: both;
}

.lt-ie8 .diary-top {
  zoom: 1;
}

.diary-period {
  float: left;
}

.diary-date {
  font-size: 32px;
  line-height: 1;
}

.diary-date sup {
  font-size: 18px;
}

.diary-day {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3px;
}

.diary-description {
  font-size: clamp(16px, 1.5vw, 19px);
  font-family: var(--font-primary-semibold);
  /* font-weight: var(--font-weight-medium); */
  text-wrap: balance;
}

.enjoy-section {
  padding-top: 0;
}

.enjoy-section .container {
  background: #ffffff;
  top: -72px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .enjoy-section .container {
    top: -40px;
  }
}

.enjoy-section .thumbnail {
  padding: 0;
  border: none;
  text-align: center;
}

.enjoy-section .thumbnail &gt; img,
.enjoy-section .thumbnail a &gt; img {
  width: 100%;
  margin: 0;
}

.enjoy-section .thumbnail .caption {
  background: #387c2c;
  color: #ffffff;
  padding: 20px;
}

@media screen and (min-width: 1470px) {
  .enjoy-section .thumbnail .caption {
    padding: 40px;
  }
}

.enjoy-section .thumbnail .caption .title {
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 3.73px;
  margin-bottom: 18px;
}

.enjoy-section .thumbnail .caption p {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}

.enjoy-section .thumbnail .caption p:not(:last-child) {
  margin-bottom: 18px;
}

.fixtures {
  padding: 180px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #b1adad;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; 
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 480px) {
  .fixtures {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .fixtures {
    padding: 90px 0;
  }
}

.fixtures-parallax {
  background: none;
}

@media screen and (max-width: 768px) {
  .fixtures {
    margin-bottom: 14px;
    font-size: 18px;
  }
}

.fixtures:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #33312f;
  opacity: 0.40;
}

.fixtures .container {
  position: relative;
  z-index: 1;
}

.fixtures .title {
  font-family: "Gill Sans Nova W01 Book";
  font-size: 64px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: 0.14em;
  text-align: center;
  color: #ffffff;
  margin: 0 0 24px;
}

@media screen and (max-width: 992px) {
  .fixtures .title {
    margin-bottom: 18px;
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .fixtures .title {
    margin-bottom: 14px;
    font-size: 48px;
  }
}

@media screen and (max-width: 480px) {
  .fixtures .title {
    font-size: 38px;
  }
}

.fixtures .text {
  max-width: 518px;
  margin: auto;
}

.fixtures p {
  margin-bottom: 40px;
}

.parallax-mirror .parallax-slider img {
  left: -100%;
  right: -100%;
  margin: auto;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer {
  padding: 64px 0 40px;
  position: relative;
}

.footer .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer h3 {
  font-size: 16px;
  letter-spacing: 3px;
  margin: 16px 0 12px;
}

.footer img {
  margin-right: 24px;
  margin-bottom: 10px;
}

.footer address {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  font-size: 16px;
  max-width: 570px;
}

.footer address p {
  margin: 12px 0 0;
}

.header {
  position: fixed;
  height: 140px;
  width: 100%;
  left: 0;
  z-index: 600;
  top: 0;
  background: #fff;
  padding: 34px 0;
  -webkit-transition: padding-top 250ms, padding-bottom 250ms, height 250ms;
  transition: padding-top 250ms, padding-bottom 250ms, height 250ms;
  font-family: "Gill Sans Nova W01 Book";
  font-size: 16px;
  color: #33312f;
  letter-spacing: 1.88px;
}

@media screen and (max-width: 992px) {
  .header {
    font-size: 14px;
    padding: 16px 0;
  }
}

.header.is-thin {
  padding: 16px 0;
  height: 115px;
  box-shadow: 0 0 5px;
}

.header.is-thin .nav,
.header.is-thin .nav-trigger,
.header.is-thin .search-trigger {
  margin-top: 2px;
}

@media screen and (max-width: 992px) {
  .header.is-thin {
    padding: 8px 0;
    height: 110px;
  }
  .header.is-thin .nav {
    margin-top: 6px;
  }
}

.header.is-thin .logo {
  width: 100px;
  height: 50px;
}

.header .contaner, .header .container-fluid {
  position: relative;
}

.header .nav {
  float: right;
  cursor: default;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 992px) {
  .header .nav {
    margin-top: 16px;
    -webkit-transition: margin-top 250ms;
    transition: margin-top 250ms;
    width: 100%;
    text-align: center;
  }
}

.header .nav-item {
  display: inline-block;
}

.header .nav-link {
  display: block;
  padding: 12px;
}

@media screen and (max-width: 768px) {
  .header .nav-link {
    padding: 2px 6px;
  }
}

.header .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transition: top 250ms;
  transition: top 250ms;
}

@media screen and (max-width: 992px) {
  .header .logo {
    width: 110px;
    height: 50px;
  }
}

.header .search-trigger {
  float: left;
  text-decoration: none;
  padding: 12px;
  margin-top: 12px;
}

@media screen and (max-width: 992px) {
  .header .search-trigger {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .header .search-trigger {
    width: 46px;
    height: 46px;
  }
  .header .search-trigger .text {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .navigation-panel-left {
    display: none;
  }
}

.header .search-trigger .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  font-size: 20px;
}

.header .nav-trigger {
  float: right;
  padding: 12px;
  margin-top: 12px;
  position: relative;
  width: 98px;
  padding-right: 35px;
  overflow: hidden;
  -webkit-transition: width 250ms ease-in-out 0.3s;
  transition: width 250ms ease-in-out 0.3s;
}

@media screen and (max-width: 992px) {
  .header .nav-trigger {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .header .nav-trigger {
    width: 30px;
    height: 46px;
  }
}

.header .nav-trigger .text {
  display: inline-block;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.nav-open.closing .header .nav-trigger .text {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

@media screen and (max-width: 480px) {
  .header .nav-trigger .text {
    display: none;
  }
}

.header .nav-trigger .mobile-menu-icon {
  width: 24px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 12px;
}

.header .nav-trigger .mobile-menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #33312f;
  margin-top: 4px;
}

.header .nav-trigger .mobile-menu-icon span:nth-child(1) {
  -webkit-transition: opacity 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
  transition: opacity 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
  transition: transform 250ms ease-in-out 0s, opacity 250ms ease-in-out 0s;
  transition: transform 250ms ease-in-out 0s, opacity 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
}

.header .nav-trigger .mobile-menu-icon span:nth-child(2) {
  -webkit-transition: opacity 250ms ease-in-out 0.1s, -webkit-transform 250ms ease-in-out 0.1s;
  transition: opacity 250ms ease-in-out 0.1s, -webkit-transform 250ms ease-in-out 0.1s;
  transition: transform 250ms ease-in-out 0.1s, opacity 250ms ease-in-out 0.1s;
  transition: transform 250ms ease-in-out 0.1s, opacity 250ms ease-in-out 0.1s, -webkit-transform 250ms ease-in-out 0.1s;
}

.header .nav-trigger .mobile-menu-icon span:nth-child(3) {
  -webkit-transition: opacity 250ms ease-in-out 0.2s, -webkit-transform 250ms ease-in-out 0.2s;
  transition: opacity 250ms ease-in-out 0.2s, -webkit-transform 250ms ease-in-out 0.2s;
  transition: transform 250ms ease-in-out 0.2s, opacity 250ms ease-in-out 0.2s;
  transition: transform 250ms ease-in-out 0.2s, opacity 250ms ease-in-out 0.2s, -webkit-transform 250ms ease-in-out 0.2s;
}

.header .nav-trigger .close-icon {
  position: absolute;
  opacity: 0;
  width: 24px;
  height: 20px;
  top: 12px;
  right: 0;
  -webkit-transition: opacity 250ms ease-in-out 0.25s, -webkit-transform 250ms ease-in-out 0.25s;
  transition: opacity 250ms ease-in-out 0.25s, -webkit-transform 250ms ease-in-out 0.25s;
  transition: transform 250ms ease-in-out 0.25s, opacity 250ms ease-in-out 0.25s;
  transition: transform 250ms ease-in-out 0.25s, opacity 250ms ease-in-out 0.25s, -webkit-transform 250ms ease-in-out 0.25s;
}

.header .nav-trigger .close-icon:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header .nav-trigger .close-icon:before, .header .nav-trigger .close-icon:after {
  background-color: #33312f;
  content: "";
  height: 1px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: -webkit-transform 250ms ease-in-out 650ms;
  transition: -webkit-transform 250ms ease-in-out 650ms;
  transition: transform 250ms ease-in-out 650ms;
  transition: transform 250ms ease-in-out 650ms, -webkit-transform 250ms ease-in-out 650ms;
}

.header .nav-trigger .close-icon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .nav-trigger .close-icon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .nav-trigger.is-active {
  width: 30px;
}

.header .nav-trigger.is-active .mobile-menu-icon span {
  opacity: 0;
  -webkit-transform: translateX(90px);
          transform: translateX(90px);
}

.header .nav-trigger.is-active .close-icon {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .nav-trigger.is-active .text {
  -webkit-transform: translateX(90px);
          transform: translateX(90px);
  opacity: 0;
}

.header .post-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 2px;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  padding: 12px 0;
}

.header .post-title:before {
  content: '';
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.header .post-title.post-title-success {
  background: #387c2c;
}

.header .post-title .post-heading {
  display: table-cell;
  margin: 0;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 2.5px;
  line-height: 1.2;
  height: 50px;
  vertical-align: middle;
  text-transform: uppercase;
	font-weight: bold;
}

@media screen and (max-width: 992px) {
  .header .post-title .post-heading {
    font-size: 18px;
    height: 30px;
  }
}

.header.is-thin .post-title {
  visibility: visible;
  opacity: 1;
}

.nav-open .header.is-thin .post-title {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .header.is-thin .post-title {
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (device-aspect-ratio: 40 / 71) {
  .header.is-thin .post-title {
    visibility: hidden;
    opacity: 0;
  }
}

.header .social {
  margin: 18px 0 0;
  float: left;
}

@media screen and (max-width: 991px) {
  .header .social {
    display: none;
  }
}

.header .social a {
  color: #33312f;
}

.header.is-thin .social {
  margin-top: 7px;
}

.join-section {
  background: #387c2c;
  color: #ffffff;
  text-align: center;
}

.join-section .container &gt; .title {
  color: inherit;
  font-size: 36px;
  color: #ffc425;
  letter-spacing: 6px;
  margin: 0 0 30px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .join-section .container &gt; .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .join-section .container &gt; .title {
    font-size: 28px;
  }
}

.join-section p, .signup-section div.container p {

  margin: 0 auto;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
}

.join-section .social {
  margin: 20px 0 -12px;
  font-size: 40px;
}

.join-section .social a {
  color: #ffffff;
}
.join-section h3.title {
  margin-bottom: 30px!important;
}
.logo {
  display: inline-block;
  width: 156.8px;
  height: 72.8px;
  background: url("/site/images/general/logo.svg") no-repeat 50% 50%;
  background-size: contain;
}

.make-history {
  text-align: center;
  padding: 100px 0 260px;
  position: relative;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #33312f;
}

.make-history .bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.make-history .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.make-history .title {
  font-family: "Gill Sans Nova W01 Book";
  font-size: 46px;
  letter-spacing: 6px;
  text-align: center;
  color: #387c2c;
  margin: 0 0 30px;
}

.make-history p:not(:last-child) {
  margin: 0 0 30px;
}

.make-history .block-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
}

.header.is-thin ~ .navigation-panel {
  padding-top: 82px;
}

.navigation-panel {
  opacity: 0;
  visibility: hidden;
  padding-top: 140px;
  -webkit-transition: padding-top 250ms;
  transition: padding-top 250ms;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: transparent;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

@media screen and (max-width: 768px) {
  .navigation-panel {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.navigation-panel .nav-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.navigation-panel .nav-link:before {
  width: 0;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  height: 3px;
  background: #33312f;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}

.navigation-panel .nav-link:hover:before, .navigation-panel .nav-link:focus:before {
  width: 31px;
}

.navigation-panel .nav-link.text-muted {
  color: #a7a9ac;
}

.navigation-panel .signup {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #33312f;
  text-decoration: none;
}

.navigation-panel .signup:hover span, .navigation-panel .signup:focus span {
  text-decoration: none;
}

.navigation-panel .signup .icon {
  font-size: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.navigation-panel .signup .text {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

.navigation-panel .social {
  margin: 40px 0 0;
  padding: 0;
}

.navigation-panel .social a {
  color: #a7a9ac;
}

.navigation-panel .social a:hover, .navigation-panel .social a:focus {
  color: #73767a;
}

.navigation-panel-left {
  float: left;
  width: 68%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01);
  transition: -webkit-transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01);
  transition: transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01);
  transition: transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01), -webkit-transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01);
  overflow: auto;
  color: #ffffff;
  text-align: center;
  padding: 30px 30px;
  position: relative;
  background-color: #b1adad;
  background-size: cover;
  background-position: 50% 50%;
}

.navigation-panel-left:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #33312f;
  opacity: 0.40;
}

@media screen and (max-width: 768px) {
  .navigation-panel-left {
    width: 100%;
    float: none;
    height: auto;
  }
}

.navigation-panel-left .content-holder {
  position: relative;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  display: table;
}

.navigation-panel-left .content {
  display: table-cell;
  vertical-align: middle;
}

.navigation-panel-left .cat {
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .navigation-panel-left .cat {
    font-size: 18px;
    margin-bottom: 22px;
  }
}

.navigation-panel-left .title {
  margin: 0 0 44px;
  font-size: 44px;
}

.navigation-panel-left p {
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .navigation-panel-left p {
    font-size: 28px;
  }
}

.navigation-panel-left a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .navigation-panel-left a {
    font-size: 14px;
  }
}

.navigation-panel-left a:hover, .navigation-panel-left a:focus {
  text-decoration: none;
}

.navigation-panel-right {
  float: left;
  background: #ffffff;
  width: 32%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01);
  transition: -webkit-transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01);
  transition: transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01);
  transition: transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01), -webkit-transform 450ms cubic-bezier(0.29, 0.78, 0.4, 1.01);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px 30px;
  box-shadow: 0 0 15px rgba(51, 49, 47, 0.6);
}

@media screen and (max-width: 768px) {
  .navigation-panel-right {
    width: 100%;
    float: none;
    height: auto;
  }
}

.navigation-panel-right .nav {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #33312f;
  letter-spacing: 1.1px;
  line-height: 30px;
}

.navigation-panel-right .nav-item {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.navigation-panel-right .nav-item:nth-child(1) {
  -webkit-transition: opacity 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
  transition: opacity 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
  transition: transform 250ms ease-in-out 0s, opacity 250ms ease-in-out 0s;
  transition: transform 250ms ease-in-out 0s, opacity 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
}

.navigation-panel-right .nav-item:nth-child(2) {
  -webkit-transition: opacity 250ms ease-in-out 0.1s, -webkit-transform 250ms ease-in-out 0.1s;
  transition: opacity 250ms ease-in-out 0.1s, -webkit-transform 250ms ease-in-out 0.1s;
  transition: transform 250ms ease-in-out 0.1s, opacity 250ms ease-in-out 0.1s;
  transition: transform 250ms ease-in-out 0.1s, opacity 250ms ease-in-out 0.1s, -webkit-transform 250ms ease-in-out 0.1s;
}

.navigation-panel-right .nav-item:nth-child(3) {
  -webkit-transition: opacity 250ms ease-in-out 0.2s, -webkit-transform 250ms ease-in-out 0.2s;
  transition: opacity 250ms ease-in-out 0.2s, -webkit-transform 250ms ease-in-out 0.2s;
  transition: transform 250ms ease-in-out 0.2s, opacity 250ms ease-in-out 0.2s;
  transition: transform 250ms ease-in-out 0.2s, opacity 250ms ease-in-out 0.2s, -webkit-transform 250ms ease-in-out 0.2s;
}

.navigation-panel-right .nav-item:nth-child(4) {
  -webkit-transition: opacity 250ms ease-in-out 0.3s, -webkit-transform 250ms ease-in-out 0.3s;
  transition: opacity 250ms ease-in-out 0.3s, -webkit-transform 250ms ease-in-out 0.3s;
  transition: transform 250ms ease-in-out 0.3s, opacity 250ms ease-in-out 0.3s;
  transition: transform 250ms ease-in-out 0.3s, opacity 250ms ease-in-out 0.3s, -webkit-transform 250ms ease-in-out 0.3s;
}

.navigation-panel-right .nav-item:nth-child(5) {
  -webkit-transition: opacity 250ms ease-in-out 0.4s, -webkit-transform 250ms ease-in-out 0.4s;
  transition: opacity 250ms ease-in-out 0.4s, -webkit-transform 250ms ease-in-out 0.4s;
  transition: transform 250ms ease-in-out 0.4s, opacity 250ms ease-in-out 0.4s;
  transition: transform 250ms ease-in-out 0.4s, opacity 250ms ease-in-out 0.4s, -webkit-transform 250ms ease-in-out 0.4s;
}

.navigation-panel-right .nav-item:nth-child(6) {
  -webkit-transition: opacity 250ms ease-in-out 0.5s, -webkit-transform 250ms ease-in-out 0.5s;
  transition: opacity 250ms ease-in-out 0.5s, -webkit-transform 250ms ease-in-out 0.5s;
  transition: transform 250ms ease-in-out 0.5s, opacity 250ms ease-in-out 0.5s;
  transition: transform 250ms ease-in-out 0.5s, opacity 250ms ease-in-out 0.5s, -webkit-transform 250ms ease-in-out 0.5s;
}

.navigation-panel-right .nav-item:nth-child(7) {
  -webkit-transition: opacity 250ms ease-in-out 0.6s, -webkit-transform 250ms ease-in-out 0.6s;
  transition: opacity 250ms ease-in-out 0.6s, -webkit-transform 250ms ease-in-out 0.6s;
  transition: transform 250ms ease-in-out 0.6s, opacity 250ms ease-in-out 0.6s;
  transition: transform 250ms ease-in-out 0.6s, opacity 250ms ease-in-out 0.6s, -webkit-transform 250ms ease-in-out 0.6s;
}

.navigation-panel-right .nav-item:nth-child(8) {
  -webkit-transition: opacity 250ms ease-in-out 0.7s, -webkit-transform 250ms ease-in-out 0.7s;
  transition: opacity 250ms ease-in-out 0.7s, -webkit-transform 250ms ease-in-out 0.7s;
  transition: transform 250ms ease-in-out 0.7s, opacity 250ms ease-in-out 0.7s;
  transition: transform 250ms ease-in-out 0.7s, opacity 250ms ease-in-out 0.7s, -webkit-transform 250ms ease-in-out 0.7s;
}

.navigation-panel-right .nav-item:nth-child(9) {
  -webkit-transition: opacity 250ms ease-in-out 0.8s, -webkit-transform 250ms ease-in-out 0.8s;
  transition: opacity 250ms ease-in-out 0.8s, -webkit-transform 250ms ease-in-out 0.8s;
  transition: transform 250ms ease-in-out 0.8s, opacity 250ms ease-in-out 0.8s;
  transition: transform 250ms ease-in-out 0.8s, opacity 250ms ease-in-out 0.8s, -webkit-transform 250ms ease-in-out 0.8s;
}

.navigation-panel-right .nav-item:nth-child(10) {
  -webkit-transition: opacity 250ms ease-in-out 0.9s, -webkit-transform 250ms ease-in-out 0.9s;
  transition: opacity 250ms ease-in-out 0.9s, -webkit-transform 250ms ease-in-out 0.9s;
  transition: transform 250ms ease-in-out 0.9s, opacity 250ms ease-in-out 0.9s;
  transition: transform 250ms ease-in-out 0.9s, opacity 250ms ease-in-out 0.9s, -webkit-transform 250ms ease-in-out 0.9s;
}

.navigation-panel-right .nav-item:nth-child(11) {
  -webkit-transition: opacity 250ms ease-in-out 1s, -webkit-transform 250ms ease-in-out 1s;
  transition: opacity 250ms ease-in-out 1s, -webkit-transform 250ms ease-in-out 1s;
  transition: transform 250ms ease-in-out 1s, opacity 250ms ease-in-out 1s;
  transition: transform 250ms ease-in-out 1s, opacity 250ms ease-in-out 1s, -webkit-transform 250ms ease-in-out 1s;
}

.navigation-panel-right .nav-item:nth-child(12) {
  -webkit-transition: opacity 250ms ease-in-out 1.1s, -webkit-transform 250ms ease-in-out 1.1s;
  transition: opacity 250ms ease-in-out 1.1s, -webkit-transform 250ms ease-in-out 1.1s;
  transition: transform 250ms ease-in-out 1.1s, opacity 250ms ease-in-out 1.1s;
  transition: transform 250ms ease-in-out 1.1s, opacity 250ms ease-in-out 1.1s, -webkit-transform 250ms ease-in-out 1.1s;
}

.navigation-panel-right .nav-item:nth-child(13) {
  -webkit-transition: opacity 250ms ease-in-out 1.2s, -webkit-transform 250ms ease-in-out 1.2s;
  transition: opacity 250ms ease-in-out 1.2s, -webkit-transform 250ms ease-in-out 1.2s;
  transition: transform 250ms ease-in-out 1.2s, opacity 250ms ease-in-out 1.2s;
  transition: transform 250ms ease-in-out 1.2s, opacity 250ms ease-in-out 1.2s, -webkit-transform 250ms ease-in-out 1.2s;
}

.navigation-panel-right .nav-item:nth-child(14) {
  -webkit-transition: opacity 250ms ease-in-out 1.3s, -webkit-transform 250ms ease-in-out 1.3s;
  transition: opacity 250ms ease-in-out 1.3s, -webkit-transform 250ms ease-in-out 1.3s;
  transition: transform 250ms ease-in-out 1.3s, opacity 250ms ease-in-out 1.3s;
  transition: transform 250ms ease-in-out 1.3s, opacity 250ms ease-in-out 1.3s, -webkit-transform 250ms ease-in-out 1.3s;
}

.navigation-panel-right .nav-item:nth-child(15) {
  -webkit-transition: opacity 250ms ease-in-out 1.4s, -webkit-transform 250ms ease-in-out 1.4s;
  transition: opacity 250ms ease-in-out 1.4s, -webkit-transform 250ms ease-in-out 1.4s;
  transition: transform 250ms ease-in-out 1.4s, opacity 250ms ease-in-out 1.4s;
  transition: transform 250ms ease-in-out 1.4s, opacity 250ms ease-in-out 1.4s, -webkit-transform 250ms ease-in-out 1.4s;
}

.navigation-panel-right .nav-item:nth-child(16) {
  -webkit-transition: opacity 250ms ease-in-out 1.5s, -webkit-transform 250ms ease-in-out 1.5s;
  transition: opacity 250ms ease-in-out 1.5s, -webkit-transform 250ms ease-in-out 1.5s;
  transition: transform 250ms ease-in-out 1.5s, opacity 250ms ease-in-out 1.5s;
  transition: transform 250ms ease-in-out 1.5s, opacity 250ms ease-in-out 1.5s, -webkit-transform 250ms ease-in-out 1.5s;
}

.navigation-panel-right .nav-item:nth-child(17) {
  -webkit-transition: opacity 250ms ease-in-out 1.6s, -webkit-transform 250ms ease-in-out 1.6s;
  transition: opacity 250ms ease-in-out 1.6s, -webkit-transform 250ms ease-in-out 1.6s;
  transition: transform 250ms ease-in-out 1.6s, opacity 250ms ease-in-out 1.6s;
  transition: transform 250ms ease-in-out 1.6s, opacity 250ms ease-in-out 1.6s, -webkit-transform 250ms ease-in-out 1.6s;
}

.navigation-panel-right .nav-item:nth-child(18) {
  -webkit-transition: opacity 250ms ease-in-out 1.7s, -webkit-transform 250ms ease-in-out 1.7s;
  transition: opacity 250ms ease-in-out 1.7s, -webkit-transform 250ms ease-in-out 1.7s;
  transition: transform 250ms ease-in-out 1.7s, opacity 250ms ease-in-out 1.7s;
  transition: transform 250ms ease-in-out 1.7s, opacity 250ms ease-in-out 1.7s, -webkit-transform 250ms ease-in-out 1.7s;
}

.navigation-panel-right .nav-item:nth-child(19) {
  -webkit-transition: opacity 250ms ease-in-out 1.8s, -webkit-transform 250ms ease-in-out 1.8s;
  transition: opacity 250ms ease-in-out 1.8s, -webkit-transform 250ms ease-in-out 1.8s;
  transition: transform 250ms ease-in-out 1.8s, opacity 250ms ease-in-out 1.8s;
  transition: transform 250ms ease-in-out 1.8s, opacity 250ms ease-in-out 1.8s, -webkit-transform 250ms ease-in-out 1.8s;
}

.navigation-panel-right .nav-item:nth-child(20) {
  -webkit-transition: opacity 250ms ease-in-out 1.9s, -webkit-transform 250ms ease-in-out 1.9s;
  transition: opacity 250ms ease-in-out 1.9s, -webkit-transform 250ms ease-in-out 1.9s;
  transition: transform 250ms ease-in-out 1.9s, opacity 250ms ease-in-out 1.9s;
  transition: transform 250ms ease-in-out 1.9s, opacity 250ms ease-in-out 1.9s, -webkit-transform 250ms ease-in-out 1.9s;
}

.nav-open .navigation-panel {
  opacity: 1;
  visibility: visible;
  background: #ffffff;
}

.nav-open .navigation-panel .navigation-panel-left,
.nav-open .navigation-panel .navigation-panel-right {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.nav-open .navigation-panel .navigation-panel-right .nav-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.nav-open.closing .navigation-panel {
  background-color: transparent;
}

.nav-open.closing .navigation-panel-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.nav-open.closing .navigation-panel-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.nav-open {
  overflow: hidden;
}

.news {
  background: #ed1c2a;
  margin-top: 72px;
}

.news .container {
  padding-top: 52px;
  background: #ed1c2a;
  top: -72px;
  position: relative;
}

.news .carousel-nav {
  color: #ffffff;
  font-size: 18px;
}

.news .carousel-nav .carousel-nav-prev.disabled,
.news .carousel-nav .carousel-nav-next.disabled {
  color: #ffffff;
  opacity: 0.5;
}

.roundup + .news {
  position: relative;
}

.roundup + .news:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: -72px;
  content: '';
  background: #ececec;
  height: 72px;
}

.carousel-news, .template-news, .sort-items {
	padding-right: 0;
	padding-left: 0;
}

.carousel-news .item, .template-news .item, .sort-items .item {
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
}

.carousel-news .thumbnail, .template-news .thumbnail, .sort-items .thumbnail {
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
}

.carousel-news .thumbnail &gt; img,
.carousel-news .thumbnail a &gt; img, .template-news .thumbnail &gt; img,
.template-news .thumbnail a &gt; img, .sort-items .thumbnail &gt; img,
.sort-items .thumbnail a &gt; img {
  width: 100%;
}

.carousel-news .thumbnail .caption, .template-news .thumbnail .caption, .sort-items .thumbnail .caption {
  padding: 14px 16px 32px;
  min-height: 100px;
  position: relative;
  background: #ffffff;
  margin-right: 8%;
  margin-top: -8%;
  font-size: 15px;
  position: relative;
  line-height: 1;
}

.carousel-news .thumbnail .caption .title, .template-news .thumbnail .caption .title, .sort-items .thumbnail .caption .title {
  margin: 0;
  font-size: inherit;
}

.carousel-news .thumbnail .caption p, .template-news .thumbnail .caption p, .sort-items .thumbnail .caption p {
  color: #a7a9ac;
}

.carousel-news .thumbnail .caption a:not(.social-link), .template-news .thumbnail .caption a:not(.social-link), .sort-items .thumbnail .caption a:not(.social-link) {
  position: absolute;
  bottom: 14px;
  left: 16px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #e50020;
  text-decoration: underline;
}

.carousel-news .thumbnail .caption a:not(.social-link):hover, .carousel-news .thumbnail .caption a:not(.social-link):focus, .template-news .thumbnail .caption a:not(.social-link):hover, .template-news .thumbnail .caption a:not(.social-link):focus, .sort-items .thumbnail .caption a:not(.social-link):hover, .sort-items .thumbnail .caption a:not(.social-link):focus {
  text-decoration: none;
}

.carousel-news .thumbnail .caption p, .template-news .thumbnail .caption p, .sort-items .thumbnail .caption p {
  margin: 0;
}

.carousel-news .thumbnail .caption .text-muted, .template-news .thumbnail .caption .text-muted, .sort-items .thumbnail .caption .text-muted {
  color: #a7a9ac;
}

.news-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 1469px) {
  .news-nav {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.news-nav-link {
  display: table-cell;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  background: #f5f5f5;
  color: #33312f;
}
.news-nav-link:first-child {
	border-right: 5px solid #fff;
}
.news-nav-link:hover, .news-nav-link:focus {
  text-decoration: none;
  background: gainsboro;
}

.news-nav-title {
  font-size: 12px;
  display: block;
  font-family: "Gill Sans Nova W01 SemiBold";
  margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
  .news-nav-title {
    margin-bottom: 0;
  }
}

.news-nav .text-muted {
  color: #a7a9ac;
}

@media screen and (max-width: 480px) {
  .news-nav-body {
    display: none;
  }
}

.make-history + .our-club {
  padding-top: 129px;
}

@media screen and (max-width: 480px) {
  .make-history + .our-club {
    padding-top: 95px;
  }
}

.our-club {
  background: #f5f5f5;
  padding-bottom: 180px;
}

.our-club-title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
  margin: 0 0 40px;
}

.our-club .thumbnail-list:before, .our-club .thumbnail-list:after {
  content: " ";
  display: table;
}

.our-club .thumbnail-list:after {
  clear: both;
}

.our-club .thumbnail-list .thumbnail:nth-child(odd) .caption {
  margin-left: -75%;
}

.our-club .thumbnail-list .thumbnail:nth-child(odd) &gt; img {
  left: 25%;
}

@media screen and (max-width: 992px) {
  .our-club .thumbnail-list .thumbnail:nth-child(odd) .caption {
    margin-left: 0;
    margin-right: 6%;
  }
  .our-club .thumbnail-list .thumbnail:nth-child(odd) &gt; img {
    left: 0;
  }
}

.our-club .thumbnail {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 60px;
}

.our-club .thumbnail:before, .our-club .thumbnail:after {
  content: " ";
  display: table;
}

.our-club .thumbnail:after {
  clear: both;
}

.our-club .thumbnail img {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
}

@media screen and (max-width: 992px) {
  .our-club .thumbnail img {
    float: none;
    width: 100%;
  }
}

.our-club .thumbnail .caption {
  text-align: center;
  color: #ffffff;
  padding: 28px;
  z-index: 1;
  background: #a7a9ac;
  position: relative;
  float: left;
  width: 41.66667%;
  min-height: 1px;
  margin-top: -30px;
  margin-left: -16.66667%;
}

.our-club .thumbnail .caption-inner {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.our-club .thumbnail .caption-content {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  .our-club .thumbnail .caption {
    float: none;
    width: auto;
    display: block;
  }
  .our-club .thumbnail .caption:first-child {
    margin-right: 6%;
    margin-top: 0;
    margin-bottom: -30px;
  }
  .our-club .thumbnail .caption:last-child {
    margin-left: 6%;
  }
}

.our-club .thumbnail .caption-pink {
  background-color: #f16781;
}

.our-club .thumbnail .caption-green {
  background-color: #387c2c;
}
.our-club .thumbnail .caption-gold {
	background-color: #a39161;
}
.our-club .thumbnail .caption-orange {
  background-color: #f58426;
}

.our-club .thumbnail .title {
  font-family: "Gill Sans Nova W01 Book";
  font-size: 30px;
  letter-spacing: 5.33px;
  margin: 0 0 30px;
	text-transform: uppercase;
  text-wrap: balance;
}

.our-club .thumbnail p {
	font: 20px/23px "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.our-club .thumbnail p:not(:last-child) {
  margin: 0 0 30px;
}

.product-block {
  margin: 30px 0 60px;
}

@media screen and (max-width: 991px) {
  .product-block {
    margin: 15px 0 30px;
  }
}

.product-block .col-product-img {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .product-block .col-product-img {
    margin-top: 15px;
  }
}

.product-block .col-product-img img {
  display: block;
  width: 100%;
}

.product-block .col-product-info {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .product-block .col-product-info {
    margin-top: 15px;
  }
}

.product-block .product-img {
  position: relative;
  overflow: hidden;
}

.product-block .product-img-thumbnails {
  cursor: default;
  margin: 10px -10px 0;
  font-size: 0;
}

.product-block .product-img-thumbnails .item {
  vertical-align: top;
  padding: 10px;
  font-size: 14px;
  display: inline-block;
  width: 20%;
}

.product-block .product-img-thumbnails a {
  display: block;
}

.product-block .product-img-thumbnails img {
  width: 100%;
  display: block;
}

.product-block .cat {
  font-size: 20px;
  letter-spacing: 2.3px;
  border-bottom: solid 1px #33312f;
  padding-bottom: 14px;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .product-block .cat {
    margin-bottom: 30px;
  }
}

.product-block .title {
  font-size: 36px;
  line-height: 1.14;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1469px) {
  .product-block .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .product-block .title {
    font-size: 28px;
  }
}

.product-block .subtitle {
  margin-top: 50px;
  font-size: 16px;
  letter-spacing: 1.9px;
  border-bottom: solid 1px #33312f;
  padding-bottom: 14px;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .product-block .subtitle {
    margin-top: 25px;
  }
}

.product-block .price {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: normal;
}

@media screen and (max-width: 991px) {
  .product-block .price {
    margin-bottom: 25px;
  }
}

.product-block .availability {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 2.22;
  color: #33312f;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .product-block .availability {
    margin-bottom: 25px;
  }
}

.product-block .availability .label {
  display: inline-block;
  font-weight: normal;
}

.product-block .details {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.33;
}

@media screen and (max-width: 1469px) {
  .product-block .details {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .product-block .details {
    font-size: 18px;
  }
}

.product-block .details p {
  margin-bottom: 19px;
}

@media screen and (max-width: 991px) {
  .product-block .details p {
    margin-bottom: 15px;
  }
}

.product-block .details strong {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .product-form .col-qty {
    margin-top: 36px;
  }
}

@media screen and (max-width: 991px) {
  .product-form .col-qty {
    height: 50px;
  }
}

.product-form .select-size {
  height: 100px;
  background-color: #e5ecf1;
}

@media screen and (max-width: 1469px) {
  .product-form .select-size {
    height: 75px;
  }
}

@media screen and (max-width: 991px) {
  .product-form .select-size {
    height: 50px;
  }
}

.product-form .select2 {
  font-size: 16px;
}

.product-form .select2 .select2-selection.select2-selection--single {
  height: 50px;
  background-color: #e5ecf1;
  border-radius: 0;
  border: 1px solid #e5ecf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1469px) {
  .product-form .select2 .select2-selection.select2-selection--single {
    height: 75px;
  }
}

@media screen and (max-width: 991px) {
  .product-form .select2 .select2-selection.select2-selection--single {
    height: 50px;
  }
}

.product-form .select2 .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 22px;
  padding-right: 46px;
  width: 100%;
}

.product-form .select2 .select2-selection.select2-selection--single .select2-selection__placeholder {
  color: #33312f;
}

.product-form .select2 .select2-selection__arrow {
  top: 50%;
  right: 20px;
  margin-top: -13px;
}

.product-form .select2 .select2-selection__arrow b {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-top: -.25rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #a8b4ba;
  border-width: 0 1px 1px 0;
  -webkit-transition: border-color .2s,-webkit-transform .2s;
  transition: border-color .2s,-webkit-transform .2s;
  transition: transform .2s,border-color .2s;
  transition: transform .2s,border-color .2s,-webkit-transform .2s;
}

.product-form .select2.select2-container--open .select2-selection__arrow b {
  border: 1px solid #a8b4ba;
  border-width: 0 1px 1px 0;
}

.product-form .qty {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5ecf1;
  height: 50px;
}

@media screen and (max-width: 1469px) {
  .product-form .qty {
    height: 75px;
  }
}

@media screen and (max-width: 991px) {
  .product-form .qty {
    height: 50px;
  }
}

.product-form .qty label {
  min-width: 98px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.product-form .qty input {
  text-align: center;
  background: #ffffff;
  border: solid 1px #e5ecf1;
  height: 50px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding: 22px 37px;
}

@media screen and (max-width: 1469px) {
  .product-form .qty input {
    height: 75px;
    padding: 22px 22px;
  }
}

@media screen and (max-width: 991px) {
  .product-form .qty input {
    height: 50px;
    padding: 22px 13px;
  }
}

.product-form .btn {
  margin-top: 50px;
  height: 70px;
  background-color: #ed1c2a;
  display: block;
  width: 100%;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1.9px;
}

.product-form .btn:hover, .product-form .btn:focus {
  background-color: #c6101c;
}

@media screen and (max-width: 1469px) {
  .product-form .btn {
    margin-top: 36px;
    height: 75px;
  }
}

@media screen and (max-width: 991px) {
  .product-form .btn {
    margin-top: 25px;
    height: 50px;
  }
}

.product-form .btn span {
  display: inline-block;
  vertical-align: middle;
}

.product-form .btn .icon {
  margin-left: 4px;
  font-size: 24px;
}

.select2-dropdown .select2-results__group {
  margin-top: 22px;
  padding-left: 1em;
}

.product-filter {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .product-filter {
    margin-top: 30px;
  }
}

.product-filter-header {
  font-family: "Gill Sans Nova W01 Book";
  letter-spacing: 1.9px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  text-align: center;
  color: #ffffff;
  background-color: #387c2c;
}

.product-filter-title {
  font-size: 16px;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.product-filter-body {
  color: #33312f;
}

.product-filter-body:before, .product-filter-body:after {
  content: " ";
  display: table;
}

.product-filter-body:after {
  clear: both;
}

.product-filter-item {
  font-size: 17px;
  border-bottom: solid 1px #33312f;
  padding: 15px 20px;
  margin-bottom: 8px;
}

.product-filter .collapse-toggle {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  color: #e50020;
  position: relative;
}

.product-filter .collapse-toggle:hover, .product-filter .collapse-toggle:focus {
  text-decoration: none;
}

.product-filter .collapse-toggle:before, .product-filter .collapse-toggle:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
}

.product-filter .collapse-toggle:before {
  border-right-color: #e50020;
  border-bottom-color: #e50020;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  left: 0;
}

.product-filter .collapse-toggle:after {
  border-right-color: #a7a9ac;
  border-bottom-color: #a7a9ac;
  right: 0;
  top: 10px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.product-filter .collapse-toggle[aria-expanded="false"]:after {
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-lists {
  margin-top: 70px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .product-lists {
    margin-top: 30px;
  }
}

.product-lists-header {
  margin-bottom: 30px;
}

.product-lists-header:before, .product-lists-header:after {
  content: " ";
  display: table;
}

.product-lists-header:after {
  clear: both;
}

.product-lists-title {
  margin-top: 12px;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Gill Sans Nova W01 Book";
  font-size: 36px;
  letter-spacing: 4.2px;
	text-transform: uppercase;
}

.product-lists .thumbnails {
  margin-bottom: 26px;
}

.product-lists .thumbnails img {
  display: block;
  width: 100%;
}

.product-lists .thumbnails a {
  color: #33312f;
  text-decoration: none;
}

.product-lists .thumbnails a:hover, .product-lists .thumbnails a:focus {
  color: #ed1c2a;
}

.product-lists .thumbnails p {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.product-lists .thumbnails .price {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1.82;
}

.product-lists .thumbnails .caption {
  padding: 14px 0;
}

.product-lists a.thumbnails {
  display: block;
}

.roundup, section.t20video {
  background: #ececec;
}

.roundup-title {
  text-align: center;
  margin: 0 0;
  font-size: 18px;
  color: #33312f;
  letter-spacing: 3px;
  margin-bottom: 56px;
}

.roundup .thumbnail {
  margin-bottom: 30px;
  outline: none;
  background: none;
}

.roundup .thumbnail &gt; img,
.roundup .thumbnail a &gt; img {
  width: 100%;
}

.roundup .thumbnail .caption {
  display: block;
  min-height: 200px;
  position: relative;
  text-align: center;
  margin-right: 8%;
  margin-top: -8%;
  font-size: 16px;
  padding: 26px 20px;
}

.roundup .thumbnail .caption .title {
  margin: 0;
  font-size: 18px;
  letter-spacing: 2px;
}

.roundup .thumbnail .caption p {
  margin: 20px 0 0;
}

.roundup .thumbnail .caption .cat {
  margin-bottom: 16px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
	text-transform: uppercase;
}

.roundup .thumbnail-lg .caption {
  font-size: 18px;
}

.roundup .thumbnail-lg .caption .title {
  font-size: 22px;
  letter-spacing: 2.93px;
}

.roundup .thumbnail-lg .caption .cat {
  font-size: 13px;
}

.search-overlay {
  z-index: 700;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 49, 47, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
  color: #ffffff;
  display: table;
  table-layout: fixed;
  vertical-align: middle;
}

.search-overlay .container {
  vertical-align: middle;
  display: table-cell;
}

.search-overlay .close {
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  -webkit-transition: opacity 250ms ease-in-out 250ms, -webkit-transform 250ms ease-in-out 250ms;
  transition: opacity 250ms ease-in-out 250ms, -webkit-transform 250ms ease-in-out 250ms;
  transition: transform 250ms ease-in-out 250ms, opacity 250ms ease-in-out 250ms;
  transition: transform 250ms ease-in-out 250ms, opacity 250ms ease-in-out 250ms, -webkit-transform 250ms ease-in-out 250ms;
}

.search-overlay .close:before, .search-overlay .close:after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transition: -webkit-transform 250ms ease-in-out 650ms;
  transition: -webkit-transform 250ms ease-in-out 650ms;
  transition: transform 250ms ease-in-out 650ms;
  transition: transform 250ms ease-in-out 650ms, -webkit-transform 250ms ease-in-out 650ms;
}

.search-overlay .close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.search-overlay.is-active label {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.search-overlay.is-active .close {
  opacity: 1;
}

.search-overlay.is-active .close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-overlay.is-active .close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-overlay.is-active .form-group {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.search-form .btn-search {
  width: 140px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 22px;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-width: 2px;
}

.search-form .btn-search:focus, .search-form .btn-search.focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #bfbfbf;
}

.search-form .btn-search:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #e0e0e0;
}

.search-form .btn-search:active, .search-form .btn-search.active,
.open &gt; .search-form .btn-search.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #e0e0e0;
}

.search-form .btn-search:active:hover, .search-form .btn-search:active:focus, .search-form .btn-search:active.focus, .search-form .btn-search.active:hover, .search-form .btn-search.active:focus, .search-form .btn-search.active.focus,
.open &gt; .search-form .btn-search.dropdown-toggle:hover,
.open &gt; .search-form .btn-search.dropdown-toggle:focus,
.open &gt; .search-form .btn-search.dropdown-toggle.focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #bfbfbf;
}

.search-form .btn-search:active, .search-form .btn-search.active,
.open &gt; .search-form .btn-search.dropdown-toggle {
  background-image: none;
}

.search-form .btn-search.disabled:hover, .search-form .btn-search.disabled:focus, .search-form .btn-search.disabled.focus, .search-form .btn-search[disabled]:hover, .search-form .btn-search[disabled]:focus, .search-form .btn-search[disabled].focus,
fieldset[disabled] .search-form .btn-search:hover,
fieldset[disabled] .search-form .btn-search:focus,
fieldset[disabled] .search-form .btn-search.focus {
  background-color: transparent;
  border-color: #ffffff;
}

.search-form .btn-search .badge {
  color: transparent;
  background-color: #ffffff;
}

@media screen and (max-width: 480px) {
  .search-form .btn-search {
    position: static;
    margin: 20px auto 0;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}

.search-form .label {
  text-transform: uppercase;
  margin: 0 0 30px;
  display: block;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 60px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out 350ms, -webkit-transform 250ms ease-in-out 350ms;
  transition: opacity 250ms ease-in-out 350ms, -webkit-transform 250ms ease-in-out 350ms;
  transition: transform 250ms ease-in-out 350ms, opacity 250ms ease-in-out 350ms;
  transition: transform 250ms ease-in-out 350ms, opacity 250ms ease-in-out 350ms, -webkit-transform 250ms ease-in-out 350ms;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media screen and (max-width: 480px) {
  .search-form .label {
    font-size: 30px;
  }
}

@media screen and (max-width: 992px) {
  .search-form .label {
    font-size: 44px;
  }
}

.search-form .form-group {
  max-width: 760px;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out 350ms, -webkit-transform 250ms ease-in-out 350ms;
  transition: opacity 250ms ease-in-out 350ms, -webkit-transform 250ms ease-in-out 350ms;
  transition: transform 250ms ease-in-out 350ms, opacity 250ms ease-in-out 350ms;
  transition: transform 250ms ease-in-out 350ms, opacity 250ms ease-in-out 350ms, -webkit-transform 250ms ease-in-out 350ms;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  position: relative;
  padding-right: 160px;
}

@media screen and (max-width: 480px) {
  .search-form .form-group {
    padding-right: 0;
  }
}

.search-form .form-control {
  background: none;
  font-size: 26px;
  padding: 14px 20px;
  height: 66px;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  outline: none;
}

@media screen and (max-width: 480px) {
  .search-form .form-control {
    font-size: 16px;
    padding: 6px 10px;
  }
}

.selects-wrapper {
  max-width: 682px;
  margin: 0 auto;
  font-size: 0;
}

.selects-wrapper .select-col {
  font-size: 14px;
  display: inline-block;
  width: 33.33%;
  width: calc(100% / 3);
}

.selects-wrapper .select-col + .select-col {
  padding-left: 1px;
}

@media screen and (max-width: 480px) {
  .selects-wrapper .select-col + .select-col {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .selects-wrapper .select-col {
    width: 100%;
    padding-bottom: 1px;
  }
}

.selects-wrapper .select-item {
  position: relative;
}

.selects-wrapper .select-item .select-title {
  position: absolute;
  left: 22px;
  top: 18px;
  z-index: 1;
  color: #a8b3b9;
  font-size: 13px;
  text-transform: uppercase;
}

.selects-wrapper .select-item .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  text-align: left;
  background-color: #f2f8fb;
  font-size: 16px;
}

.selects-wrapper .select-item .select2-container--default .select2-selection--single[aria-expanded="true"] {
  background-color: #F5F8FA;
}

.selects-wrapper .select-item .select2-container .select2-selection--single {
  height: 100px;
}

.selects-wrapper .select-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 100px;
  color: #33312f;
}

.selects-wrapper .select-item span.select2-selection.select2-selection--single {
  outline: none;
}

.selects-wrapper .select-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -.25rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #a8b4ba;
  border-width: 0 1px 1px 0;
  -webkit-transition: border-color .2s,-webkit-transform .2s;
  transition: border-color .2s,-webkit-transform .2s;
  transition: transform .2s,border-color .2s;
  transition: transform .2s,border-color .2s,-webkit-transform .2s;
}

.selects-wrapper .select-item .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  width: 20px;
}

.selects-wrapper .select-item .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 22px;
  padding-right: 22px;
}

.select2-dropdown {
  border: none;
  background-color: #F5F8FA;
}

.select2-dropdown .select2-results__option {
  padding-left: 22px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a7a9ac;
}

.shop-header-wrapper + .content-section {
  padding-top: 0;
}

.shop-header {
  color: #33312f;
  background: #f6f6f6;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 768px) {
  .shop-header.fixed {
    z-index: 100;
    position: fixed;
    left: 0;
    right: 0;
    top: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .shop-header.fixed {
    top: 110px;
  }
}

.shop-header a {
  padding: 24px 0;
  display: block;
  background: #f6f6f6;
  text-align: center;
}

.shop-header a:hover, .shop-header a:focus {
  text-decoration: none;
  background: #dddddd;
}

.shop-header .container {
  position: relative;
}

.shop-header .title {
  color: #928020;
}

.shop-header .text-muted {
  font-size: 13px;
}

.shop-header .info {
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .shop-header .info {
    display: block;
  }
}

.shop-header .info-right {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shop-header .price {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.shop-header .price .small {
  display: inline-block;
  font-size: 14px;
}

.shop-header .label {
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.shop-header .items {
  margin-right: 18px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.signup-section {
  background: #00b6c8;
  text-align: center;
  padding: 54px 0;
}

@media screen and (max-width: 480px) {
  .signup-section {
    padding: 20px 0 54px;
  }
}

.signup-section .title {
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 6px;
  margin: 0 0 30px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .signup-section .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .signup-section .title {
    font-size: 28px;
  }
}

.signup-section .form .form-group {
  max-width: 460px;
  margin: auto;
  position: relative;
  padding-right: 48px;
}

.signup-section .form .form-control {
  width: 100%;
  height: 48px;
  border: none;
  font-size: 15px;
  color: #33312f;
  letter-spacing: 0.94px;
  padding: 12px 18px;
}

.signup-section .form .form-control::-moz-placeholder {
  color: #a7a9ac;
  opacity: 1;
}

.signup-section .form .form-control:-ms-input-placeholder {
  color: #a7a9ac;
}

.signup-section .form .form-control::-webkit-input-placeholder {
  color: #a7a9ac;
}

.signup-section .form .btn {
  border-radius: 0;
  border: none;
  color: #ffffff;
  background-color: #33312f;
  border-color: #33312f;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 26px;
}

.signup-section .form .btn:focus, .signup-section .form .btn.focus {
  color: #ffffff;
  background-color: #181817;
  border-color: black;
}

.signup-section .form .btn:hover {
  color: #ffffff;
  background-color: #181817;
  border-color: #131212;
}

.signup-section .form .btn:active, .signup-section .form .btn.active,
.open &gt; .signup-section .form .btn.dropdown-toggle {
  color: #ffffff;
  background-color: #181817;
  border-color: #131212;
}

.signup-section .form .btn:active:hover, .signup-section .form .btn:active:focus, .signup-section .form .btn:active.focus, .signup-section .form .btn.active:hover, .signup-section .form .btn.active:focus, .signup-section .form .btn.active.focus,
.open &gt; .signup-section .form .btn.dropdown-toggle:hover,
.open &gt; .signup-section .form .btn.dropdown-toggle:focus,
.open &gt; .signup-section .form .btn.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #060605;
  border-color: black;
}

.signup-section .form .btn:active, .signup-section .form .btn.active,
.open &gt; .signup-section .form .btn.dropdown-toggle {
  background-image: none;
}

.signup-section .form .btn.disabled:hover, .signup-section .form .btn.disabled:focus, .signup-section .form .btn.disabled.focus, .signup-section .form .btn[disabled]:hover, .signup-section .form .btn[disabled]:focus, .signup-section .form .btn[disabled].focus,
fieldset[disabled] .signup-section .form .btn:hover,
fieldset[disabled] .signup-section .form .btn:focus,
fieldset[disabled] .signup-section .form .btn.focus {
  background-color: #33312f;
  border-color: #33312f;
}

.signup-section .form .btn .badge {
  color: #33312f;
  background-color: #ffffff;
}

.social {
  font-size: 18px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  cursor: default;
  line-height: 1;
}

.social li {
  display: inline-block;
}

.social a {
  display: block;
  padding: 8px 8px;
  text-decoration: none;
  color: #a7a9ac;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.social a:hover, .social a:focus {
  color: #73767a;
}

.template-shop {
  margin-bottom: 60px;
}

.template-shop .thumbnail.indent {
  margin-top: 30px;
}

.template-shop .thumbnail.indent-bottom {
  margin-bottom: 30px;
}

@media screen and (max-width: 1469px) {
  .template-shop .thumbnail.indent-bottom {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1469px) {
  .template-shop .thumbnail {
    margin-top: 30px;
  }
}

.template-shop .thumbnail .img-holder {
  overflow: hidden;
  position: relative;
  min-height: 104px;
}

@media screen and (max-width: 1469px) {
  .template-shop .thumbnail .img-holder {
    min-height: 75px;
  }
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail .img-holder {
    min-height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .template-shop .thumbnail .img-holder {
    min-height: 45px;
  }
}

.template-shop .thumbnail .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.template-shop .thumbnail .caption-wrapper {
  margin-right: 8%;
  margin-top: -8%;
  background: #387c2c;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 208px;
  min-height: 208px;
}

@media screen and (max-width: 1469px) {
  .template-shop .thumbnail .caption-wrapper {
    padding-right: 150px;
    min-height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail .caption-wrapper {
    padding-right: 110px;
    min-height: 110px;
  }
}

@media screen and (max-width: 480px) {
  .template-shop .thumbnail .caption-wrapper {
    padding-right: 90px;
    min-height: 90px;
  }
}

.template-shop .thumbnail .caption {
  text-align: center;
  background: none;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  vertical-align: middle;
  color: #ffffff;
}

@media screen and (max-width: 1469px) {
  .template-shop .thumbnail .caption {
    padding: 16px;
  }
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail .caption {
    padding: 8px;
  }
}

.template-shop .thumbnail .caption-golden-yellow {
  background: #ffc425;
  color: #33312f;
}

.template-shop .thumbnail .caption-golden-yellow .caption {
  color: #33312f;
}

.template-shop .thumbnail .caption-rosy-pink {
  background: #f16781;
}

.template-shop .thumbnail .caption .title {
  color: inherit;
  font-size: 28px;
  letter-spacing: 2.3px;
}

@media screen and (max-width: 1469px) {
  .template-shop .thumbnail .caption .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail .caption .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .template-shop .thumbnail .caption .title {
    font-size: 20px;
  }
}

.template-shop .thumbnail .caption p {
  margin: auto;
  max-width: 300px;
  text-align: center;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  margin-top: 18px;
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail .caption p {
    margin-top: 8px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .template-shop .thumbnail .caption p {
    margin-top: 8px;
    font-size: 14px;
  }
}

.template-shop .thumbnail .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #ffffff;
  background: #33312f;
  vertical-align: middle;
  width: 208px;
}

@media screen and (max-width: 1469px) {
  .template-shop .thumbnail .price-wrapper {
    width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail .price-wrapper {
    width: 110px;
  }
}

@media screen and (max-width: 480px) {
  .template-shop .thumbnail .price-wrapper {
    width: 90px;
  }
}

.template-shop .thumbnail .price-inner {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  padding: 16px;
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail .price-inner {
    padding: 8px;
  }
}

.template-shop .thumbnail .price {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 36px;
  margin-bottom: 16px;
}

.template-shop .thumbnail .price-title {
  font-size: 20px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

@media screen and (max-width: 1469px) {
  .template-shop .thumbnail .price {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail .price {
    font-size: 28px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 480px) {
  .template-shop .thumbnail .price {
    font-size: 24px;
    margin-bottom: 2px;
  }
}

.template-shop .thumbnail .price .small {
  display: inline-block;
  font-size: 66.6666%;
}

.template-shop .thumbnail .price-link {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: underline;
}

.template-shop .thumbnail .price-link:hover, .template-shop .thumbnail .price-link:focus {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail .price-link {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.template-shop .thumbnail-lg .caption .title {
  letter-spacing: 2.7px;
  font-size: 32px;
}

@media screen and (max-width: 1469px) {
  .template-shop .thumbnail-lg .caption .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .template-shop .thumbnail-lg .caption .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .template-shop .thumbnail-lg .caption .title {
    font-size: 20px;
  }
}

.template-shop .shop-block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background: #387c2c;
  height: 340px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  text-align: center;
}

.template-shop .shop-block-info-leather {
  background: #a3912a;
}

.template-shop .shop-block-info-inner {
  width: 100%;
  padding: 16px;
  -ms-flex-item-align: center;
      align-self: center;
}

.template-shop .shop-block-info.indent {
  margin-top: 30px;
}

.template-shop .shop-block-info.indent-bottom {
  margin-bottom: 30px;
}

@media screen and (max-width: 1469px) {
  .template-shop .shop-block-info.indent-bottom {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1469px) {
  .template-shop .shop-block-info {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1469px) {
  .template-shop .shop-block-info {
    height: 280px;
  }
}

.template-shop .shop-block-info .title {
  font-family: "Gill Sans Nova W01 Book";
  margin-bottom: 26px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 2px;
}

.template-shop .shop-block-info p {
  margin: 0 0 20px;
}

.template-shop .shop-block-info a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 8px;
}

.template-shop .shop-block-info a:hover, .template-shop .shop-block-info a:focus {
  text-decoration: none;
}

.upcoming-matches {
  padding: 200px 0;
  background-color: #a7a9ac;
  position: relative;
  text-align: center;
  font-family: "Gill Sans Nova W01 Book";
  background-size: cover;
  background-position: 50% 50%;
  background-color: #ffffff;
}

@media screen and (max-width: 992px) {
  .upcoming-matches {
    padding: 150px 0;
  }
}

@media screen and (max-width: 768px) {
  .upcoming-matches {
    padding: 100px 0;
  }
}

@media screen and (max-width: 480px) {
  .upcoming-matches {
    padding: 100px 0 30px;
  }
  
  .carousel-main {
    padding-left: 0px;
    padding-right: 0px;
  }
  
}

.upcoming-matches .title {
  margin: 0 0 30px;
  letter-spacing: 0.18em;
  text-align: center;
  font-size: 80px;
  color: #FFFFFF;
  line-height: 1.1;
}

@media screen and (max-width: 992px) {
  .upcoming-matches .title {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .upcoming-matches .title {
    font-size: 48px;
  }
}

@media screen and (max-width: 480px) {
  .upcoming-matches .title {
    font-size: 42px;
  }
}

.upcoming-matches .subtitle {
  font-size: 28px;
  color: #ffc425;
  letter-spacing: 2.33px;
  margin: 0 0 30px;
}

@media screen and (max-width: 480px) {
  .upcoming-matches .subtitle {
    font-size: 22px;
  }
}

.upcoming-matches p:not(:last-child) {
  margin: 0 0 30px;
}

.upcoming-matches .block-info {
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
}

.ext-fw-ca.tks .header .logo.n2020 {
	background: url("/site/images/general/tbnccc.png") no-repeat 50% 50%;
	width: 246px;
	height: 120px;
	background-size: contain;
}

.ext-fw-ca.tks .header.is-thin .logo.n2020 {
	width: 180px;
	height: 90px;
}
.ext-fw-ca.tks .header .nav {
	margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .upcoming-matches .block-info {
    top: -150px;
  }
  
  
}
@media only screen and (max-width:115em) and (min-width:62em) { 
	.header {
	
		height: 160px;

	}
	.header .nav {
		width: 100%;
		text-align: center;
	}
	.ext-fw-ca.tks .header .nav {
		margin-top: 45px;
	}
	
	.ext-fw-ca.tks .header.is-thin .nav {
		margin-top: 20px;
	}
	
	.ext-fw-ca.tks .header {
		padding-top: 15px;
	}
	
	.ext-fw-ca.tks .header .logo.n2020 {
		width: 200px;
		height: 100px;
	}
	
	.ext-fw-ca.tks .header.is-thin .logo.n2020 {
		width: 150px;
		height: 70px;
	}
}

@media only screen and (max-width:30em) { 
	.header {
	
		height: 160px;

	}
	
	.header .nav-link {
		padding: 6px;
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
	.ext-fw-ca.tks .header.is-thin .nav {
		margin-top: 66px;
	}
	
	.ext-fw-ca.tks .header .logo.n2020 {
		width: 180px;
		height: 85px;
	}
	
	.ext-fw-ca.tks .header.is-thin .logo.n2020 {
		width: 150px;
		height: 75px;
	}
	
	.ext-fw-ca.tks .header .nav {
		margin-top: 80px;
	}
	
	.ext-fw-ca.tks .header.is-thin .nav {
		margin-top: 65px;
	}
}
.ext-fw-ca.tks .glogo {
  background: url("/site/images/general/glogo.svg") no-repeat 50% 50%;

}

.ext-fw-ca.tks .footer {
	margin-top: 50px;
}</pre></body></html>