global-nav-desktop@font-face {
  font-family: 'WrexhamScriptRegular';
  src: url('includes/../../fonts/wrexham_.eot');
  src: url('includes/../../fonts/wrexham_.eot') format('embedded-opentype'), url('includes/../../fonts/wrexham_.woff') format('woff'), url('includes/../../fonts/wrexham_.ttf') format('truetype'), url('includes/../../fonts/wrexham_.svg#WrexhamScriptRegular') format('svg');
}
/* =============================================================================
   Variables
   ========================================================================== */
/* =============================================================================
   Initial imports
   ========================================================================== */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 24px;
  line-height: 36px;
  color: #989898;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
input,
button,
select,
textarea {
  font-family: 'PT Sans', sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #989898;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 18px;
  color: #cccccc;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  display: block;
}
.form-actions:before,
.form-actions:after {
  content: "";
  display: table;
}
.form-actions:after {
  clear: both;
}
.ie6 .form-actions,
.ie7 .form-actions {
  zoom: 1;
}
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #cccccc;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.ie6 .help-inline,
.ie7 .help-inline {
  display: inline;
  zoom: 1;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  display: block;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: "";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.ie6 .form-horizontal .control-group,
.ie7 .form-horizontal .control-group {
  zoom: 1;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
  /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */

  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
/* =============================================================================
   Fonts
   ========================================================================== */
html {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #363636;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: bold;
  color: inherit;
}
h1 {
  font-family: 'WrexhamScriptRegular';
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
  color: #322479;
}
h2 {
  font-family: 'WrexhamScriptRegular';
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
  color: #322479;
}
a {
  color: #b5004d;
}
a:hover,
a:active {
  color: #69002c;
  text-decoration: none;
}
@media screen and (max-width: 410px) {
  p,
  ul {
    font-size: 14px;
  }
}
/* =============================================================================
   Sticky footer
   ========================================================================== */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0 0 149px;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 149px;
  width: 100%;
}
.ie7 footer {
  position: relative;
}
/* =============================================================================
   Wrapper
   ========================================================================== */
/* =============================================================================
   Header
   ========================================================================== */
#mast-head {
  position: relative;
  height: auto;
  border-top: 4px solid #b5004d;
  border-bottom: 1px solid #ffffff;
  background: #dcdcde url('../images/bkg-mast-head.jpg') center top no-repeat;
  background: pink;
}
.menu-btn {
  display: none;
  position: absolute;
  top: 45px;
  right: 17px;
  width: 25px;
  background: url('../images/img-menu.png') 0 0 no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 925px) {
  .menu-btn {
    display: inline-block;
  }
}
@media screen and (max-width: 475px) {
  .menu-btn {
    top: 40px;
  }
}
@media screen and (max-width: 400px) {
  .menu-btn {
    top: 45px;
  }
}
.mast-head-top {
  height: 115px;
  border-bottom: 1px solid #c4c4c4;
}
.mast-head-bottom {
  padding-top: 35px;
  padding-bottom: 15px;
  height: auto;
  border-top: 1px solid #ffffff;
}
#logo {
  -webkit-transition: ;
  -moz-transition: ;
  -ms-transition: ;
  -o-transition: ;
  transition: ;
  transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  float: left;
  margin-top: 20px;
}
#logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 475px) {
  #logo {
    width: 280px;
  }
}
@media screen and (max-width: 400px) {
  #logo {
    width: 250px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 350px) {
  #logo {
    width: 220px;
    margin-top: 30px;
  }
}
#logo img {
  max-width: 100%;
}
#global-nav-desktop {
  font-family: 'Open Sans', sans-serif;
  float: right;
}
@media screen and (max-width: 925px) {
  #global-nav-desktop {
    display: none;
  }
}
#global-nav-desktop ul {
  padding: 0;
  margin: 0;
}
#global-nav-desktop li {
  float: left;
  padding: 0;
  margin: 0;
}
#global-nav-desktop a {
  display: inline-block;
  height: 76px;
  padding: 37px 9px 0 9px;
  color: #363636;
  text-decoration: none;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
  background-image: url('../images/bkg-nav-highlight-clear.png');
  transition: background-image 0.2s ease-out;
  -moz-transition: background-image 0.2s ease-out;
  -webkit-transition: background-image 0.2s ease-out;
}
#global-nav-desktop a:hover,
#global-nav-desktop a.active {
  background-image: url('../images/bkg-nav-highlight.png');
  border-bottom: 3px solid #b5004d;
  color: #b5004d;
}
#global-nav-mobile {
  display: none;
  font-size: 14px;
}
#global-nav-mobile ul {
  padding: 0;
  margin: 0;
  background: #eeeeee;
}
#global-nav-mobile li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
}
#global-nav-mobile li:last-child {
  border-bottom: none;
}
#global-nav-mobile a {
  display: block;
  padding: 10px 0;
  padding-left: 5px;
  color: #666;
  text-decoration: none;
}
#global-nav-mobile a:hover,
#global-nav-mobile a.active {
  background: #b5004d;
  color: #ffffff;
}
.title-odd,
.title-even {
  text-align: center;
  background: url('../images/bkg-line.jpg') 0 52% repeat-x;
}
.title-odd h1,
.title-even h1 {
  display: inline-block;
  padding: 0 15px;
  background: #eeeeee;
}
@media screen and (max-width: 690px) {
  .title-odd h1,
  .title-even h1 {
    font-size: 29px;
  }
}
@media screen and (max-width: 490px) {
  .title-odd h1,
  .title-even h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 410px) {
  .title-odd h1,
  .title-even h1 {
    font-size: 25px;
  }
}
.title-even h1 {
  background: #ffffff;
}
.flexslider {
  position: relative;
}
@media screen and (min-width: 990px) {
  .flexslider {
    height: 280px;
  }
}
.flexslider .overlay {
  position: absolute;
  top: 40%;
  width: 100%;
  font-family: 'WrexhamScriptRegular';
  font-size: 28px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 0 #000000;
}
@media screen and (max-width: 730px) {
  .flexslider .overlay {
    line-height: 24px;
  }
}
@media screen and (max-width: 670px) {
  .flexslider .overlay {
    line-height: 22px;
  }
}
@media screen and (max-width: 610px) {
  .flexslider .overlay {
    line-height: 20px;
  }
}
.flexslider .overlay .author {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  text-align: right !important;
}
.ie8 .flexslider .overlay .author {
  text-align: center !important;
}
@media screen and (max-width: 1024px) {
  .flexslider .overlay .author {
    font-size: 12px;
  }
}
@media screen and (max-width: 670px) {
  .flexslider .overlay .author {
    font-size: 11px;
  }
}
@media screen and (max-width: 610px) {
  .flexslider .overlay .author {
    font-size: 10px;
  }
}
.flexslider .overlay.spring .overlay-inner {
  width: 710px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flexslider .overlay.spring .overlay-inner {
    width: 630px;
    font-size: 24px;
  }
}
@media screen and (max-width: 790px) {
  .flexslider .overlay.spring .overlay-inner {
    width: 565px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .flexslider .overlay.spring .overlay-inner {
    width: 535px;
    font-size: 21px;
  }
}
@media screen and (max-width: 730px) {
  .flexslider .overlay.spring .overlay-inner {
    width: 510px;
    font-size: 20px;
  }
}
@media screen and (max-width: 670px) {
  .flexslider .overlay.spring .overlay-inner {
    width: 470px;
    font-size: 18px;
  }
}
@media screen and (max-width: 610px) {
  .flexslider .overlay.spring .overlay-inner {
    width: 420px;
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .flexslider .overlay.spring .overlay-inner {
    display: none;
  }
}
.ie8 .flexslider .overlay.spring {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
.flexslider .overlay.choices {
  margin-top: 0;
}
.flexslider .overlay.choices .overlay-inner {
  width: 650px;
  margin: 0 auto;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .flexslider .overlay.choices .overlay-inner {
    width: 580px;
    font-size: 24px;
  }
}
@media screen and (max-width: 790px) {
  .flexslider .overlay.choices .overlay-inner {
    width: 520px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .flexslider .overlay.choices .overlay-inner {
    font-size: 21px;
  }
}
@media screen and (max-width: 730px) {
  .flexslider .overlay.choices .overlay-inner {
    width: 470px;
    font-size: 20px;
  }
}
@media screen and (max-width: 670px) {
  .flexslider .overlay.choices .overlay-inner {
    width: 430px;
    font-size: 18px;
  }
}
@media screen and (max-width: 610px) {
  .flexslider .overlay.choices .overlay-inner {
    width: 380px;
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .flexslider .overlay.choices .overlay-inner {
    display: none;
  }
}
.ie8 .flexslider .overlay.choices {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
.flexslider .overlay.silence .overlay-inner {
  width: 535px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flexslider .overlay.silence .overlay-inner {
    width: 470px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .flexslider .overlay.silence .overlay-inner {
    width: 400px;
    font-size: 21px;
  }
}
@media screen and (max-width: 730px) {
  .flexslider .overlay.silence .overlay-inner {
    font-size: 21px;
  }
}
@media screen and (max-width: 670px) {
  .flexslider .overlay.silence .overlay-inner {
    width: 405px;
    font-size: 21px;
  }
}
@media screen and (max-width: 610px) {
  .flexslider .overlay.silence .overlay-inner {
    width: 380px;
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .flexslider .overlay.silence .overlay-inner {
    display: none;
  }
}
.ie8 .flexslider .overlay.silence {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
.flexslider .overlay.anne .overlay-inner {
  width: 410px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flexslider .overlay.anne .overlay-inner {
    width: 360px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .flexslider .overlay.anne .overlay-inner {
    width: 310px;
    font-size: 21px;
  }
}
@media screen and (max-width: 670px) {
  .flexslider .overlay.anne .overlay-inner {
    width: 325px;
    font-size: 21px;
  }
}
@media screen and (max-width: 610px) {
  .flexslider .overlay.anne .overlay-inner {
    width: 292px;
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .flexslider .overlay.anne .overlay-inner {
    display: none;
  }
}
.ie8 .flexslider .overlay.anne {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
.flexslider .overlay.acceptance .overlay-inner {
  width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flexslider .overlay.acceptance .overlay-inner {
    width: 510px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .flexslider .overlay.acceptance .overlay-inner {
    width: 430px;
    font-size: 21px;
  }
}
@media screen and (max-width: 730px) {
  .flexslider .overlay.acceptance .overlay-inner {
    width: 435px;
    font-size: 21px;
  }
}
@media screen and (max-width: 670px) {
  .flexslider .overlay.acceptance .overlay-inner {
    width: 455px;
    font-size: 20px;
  }
}
@media screen and (max-width: 610px) {
  .flexslider .overlay.acceptance .overlay-inner {
    width: 410px;
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .flexslider .overlay.acceptance .overlay-inner {
    display: none;
  }
}
.ie8 .flexslider .overlay.acceptance {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
.flexslider .overlay.shadow .overlay-inner {
  width: 805px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flexslider .overlay.shadow .overlay-inner {
    width: 710px;
    font-size: 24px;
  }
}
@media screen and (max-width: 870px) {
  .flexslider .overlay.shadow .overlay-inner {
    width: 660px;
    font-size: 23px;
  }
}
@media screen and (max-width: 800px) {
  .flexslider .overlay.shadow .overlay-inner {
    width: 605px;
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .flexslider .overlay.shadow .overlay-inner {
    font-size: 21px;
  }
}
@media screen and (max-width: 750px) {
  .flexslider .overlay.shadow .overlay-inner {
    width: 550px;
    font-size: 19px;
  }
}
@media screen and (max-width: 725px) {
  .flexslider .overlay.shadow .overlay-inner {
    width: 530px;
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .flexslider .overlay.shadow .overlay-inner {
    width: 485px;
    font-size: 17px;
  }
}
@media screen and (max-width: 620px) {
  .flexslider .overlay.shadow .overlay-inner {
    width: 430px;
    font-size: 15px;
  }
  .flexslider .overlay.shadow .overlay-inner .author {
    font-size: 10px;
  }
}
@media screen and (max-width: 540px) {
  .flexslider .overlay.shadow .overlay-inner {
    display: none;
  }
}
.ie8 .flexslider .overlay.shadow {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 590px) {
  .flexslider .flex-prev,
  .flexslider .flex-next {
    top: 55% !important;
  }
}
/* =============================================================================
   Layout
   ========================================================================== */
.inner {
  display: block;
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
}
.inner:before,
.inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
.ie6 .inner,
.ie7 .inner {
  zoom: 1;
}
@media screen and (max-width: 985px) {
  .inner {
    width: 95%;
    padding: 0;
  }
}
#mast-head {
  display: block;
  background: url('../images/bkg-mast-head.jpg') 0 0;
  background-attachment: fixed;
  border-bottom: 1px solid #ffffff;
}
#mast-head:before,
#mast-head:after {
  content: "";
  display: table;
}
#mast-head:after {
  clear: both;
}
.ie6 #mast-head,
.ie7 #mast-head {
  zoom: 1;
}
section.top {
  background: #eeeeee;
}
section.top h1 {
  background: #eeeeee;
}
section.bottom h1 {
  background: #ffffff;
}
section.top,
section.bottom {
  padding-bottom: 10px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #ffffff;
}
section.top h1,
section.bottom h1 {
  padding: 0 15px;
  margin-bottom: 15px;
  display: inline-block;
}
section.top .title,
section.bottom .title {
  background: url('../images/bkg-line.jpg') 0 55% repeat-x;
  text-align: center;
}
section.top .text,
section.bottom .text {
  display: block;
  width: 790px;
  margin: 0 auto 20px auto;
}
section.top .text:before,
section.bottom .text:before,
section.top .text:after,
section.bottom .text:after {
  content: "";
  display: table;
}
section.top .text:after,
section.bottom .text:after {
  clear: both;
}
.ie6 section.top .text,
.ie6 section.bottom .text,
.ie7 section.top .text,
.ie7 section.bottom .text {
  zoom: 1;
}
section.top .text.no-title,
section.bottom .text.no-title {
  padding-top: 40px;
}
@media screen and (max-width: 860px) {
  section.top .text,
  section.bottom .text {
    width: 95%;
  }
}
section.top .quote,
section.bottom .quote {
  position: relative;
  width: auto;
  margin: 0 auto !important;
  margin-top: 40px;
  margin-bottom: 20px !important;
  padding: 10px 66px 0 66px;
  font-family: 'WrexhamScriptRegular';
  font-size: 36px;
  color: #b5004d;
  line-height: 36px;
  text-align: center;
}
section.top .quote.quote-only,
section.bottom .quote.quote-only {
  margin-top: 30px !important;
}
section.top .quote.beginning,
section.bottom .quote.beginning {
  width: 425px;
}
@media screen and (max-width: 640px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 400px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 34px;
  }
  section.top .quote.beginning .author,
  section.bottom .quote.beginning .author {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 375px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 580px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 350px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 550px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 325px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 520px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 300px;
    paddig-top: 10px;
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 490px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 275px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 470px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 250px;
    font-size: 22px;
    line-height: 22px;
  }
  section.top .quote.beginning .author,
  section.bottom .quote.beginning .author {
    font-size: 11px;
  }
}
@media screen and (max-width: 440px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 225px;
  }
}
@media screen and (max-width: 420px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 400px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 180px;
  }
}
@media screen and (max-width: 370px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 160px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 350px) {
  section.top .quote.beginning,
  section.bottom .quote.beginning {
    width: 150px;
    font-size: 16px;
    line-height: 16px;
  }
}
section.top .quote.spring,
section.bottom .quote.spring {
  width: 550px;
  padding: 10px 66px 0 66px;
}
@media screen and (max-width: 750px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 525px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 725px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 500px;
    font-size: 32px;
    line-height: 35px;
  }
}
@media screen and (max-width: 700px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 475px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 660px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 450px;
    padding-top: 15px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 640px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 450px;
    font-size: 27px;
    line-height: 27px;
  }
}
@media screen and (max-width: 630px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 400px;
    font-size: 26px;
    line-height: 26px;
  }
  section.top .quote.spring .author,
  section.bottom .quote.spring .author {
    font-size: 13px;
  }
}
@media screen and (max-width: 580px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 350px;
    font-size: 23px;
    line-height: 23px;
  }
}
@media screen and (max-width: 525px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 325px;
    padding-top: 20px;
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (max-width: 500px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 300px;
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 470px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 275px;
    padding-top: 10px;
  }
  section.top .quote.spring .author,
  section.bottom .quote.spring .author {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 250px;
  }
}
@media screen and (max-width: 420px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 225px;
  }
}
@media screen and (max-width: 400px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 200px;
  }
}
@media screen and (max-width: 360px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 180px;
    padding-top: 0;
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 340px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 160px;
  }
}
@media screen and (max-width: 320px) {
  section.top .quote.spring,
  section.bottom .quote.spring {
    width: 140px;
    font-size: 18px;
    line-height: 18px;
  }
}
section.top .quote.silence,
section.bottom .quote.silence {
  width: 450px;
  padding-top: 0;
}
@media screen and (max-width: 660px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 425px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 640px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 400px;
    font-size: 32px;
    line-height: 32px;
  }
  section.top .quote.silence .author,
  section.bottom .quote.silence .author {
    font-size: 13px;
  }
}
@media screen and (max-width: 620px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 375px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 570px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 350px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 540px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 325px;
    padding-top: 5px;
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 520px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 300px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 275px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 475px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 250px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }
  section.top .quote.silence .author,
  section.bottom .quote.silence .author {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 225px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 425px) {
  section.top .quote.silence,
  section.bottom .quote.silence {
    width: 180px;
  }
}
section.top .quote.shadow,
section.bottom .quote.shadow {
  width: 600px;
  padding-top: 5px;
}
@media screen and (max-width: 790px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 575px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 760px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 550px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 730px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 525px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 710px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 500px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 690px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 475px;
    padding-top: 15px;
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 670px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 450px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 425px;
    font-size: 22px;
    line-height: 22px;
  }
  section.top .quote.shadow .author,
  section.bottom .quote.shadow .author {
    font-size: 13px;
  }
}
@media screen and (max-width: 620px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 400px;
    padding-top: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 600px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 375px;
  }
}
@media screen and (max-width: 575px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 350px;
  }
}
@media screen and (max-width: 550px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 325px;
  }
}
@media screen and (max-width: 525px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 300px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 275px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 475px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 250px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 450px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 225px;
  }
}
@media screen and (max-width: 425px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 200px;
    padding-top: 0;
  }
  section.top .quote.shadow .author,
  section.bottom .quote.shadow .author {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  section.top .quote.shadow,
  section.bottom .quote.shadow {
    width: 180px;
  }
}
section.top .quote.acceptance,
section.bottom .quote.acceptance {
  width: 550px;
  padding: 20px 66px 0 66px;
}
@media screen and (max-width: 750px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 525px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 725px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 500px;
    font-size: 32px;
    line-height: 35px;
  }
}
@media screen and (max-width: 700px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 475px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 660px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 450px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 640px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 450px;
    font-size: 27px;
    line-height: 27px;
  }
}
@media screen and (max-width: 630px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 400px;
    font-size: 26px;
    line-height: 26px;
  }
  section.top .quote.acceptance .author,
  section.bottom .quote.acceptance .author {
    font-size: 13px;
  }
}
@media screen and (max-width: 580px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 350px;
    padding-top: 9px;
    font-size: 23px;
    line-height: 23px;
  }
}
@media screen and (max-width: 525px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 325px;
    font-size: 22px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 300px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 470px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 275px;
    padding-top: 0;
  }
  section.top .quote.acceptance .author,
  section.bottom .quote.acceptance .author {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 250px;
  }
}
@media screen and (max-width: 420px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 225px;
  }
}
@media screen and (max-width: 400px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 200px;
  }
}
@media screen and (max-width: 360px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 180px;
  }
}
@media screen and (max-width: 340px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 160px;
  }
}
@media screen and (max-width: 320px) {
  section.top .quote.acceptance,
  section.bottom .quote.acceptance {
    width: 140px;
    font-size: 18px;
    line-height: 18px;
  }
}
section.top .quote.choices,
section.bottom .quote.choices {
  width: 715px;
  padding-top: 15px;
}
@media screen and (max-width: 920px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 685px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 895px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 650px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 870px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 625px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 845px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 600px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 820px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 575px;
  }
}
@media screen and (max-width: 800px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 550px;
    padding-top: 20px;
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 770px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 525px;
  }
}
@media screen and (max-width: 750px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 500px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 730px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 475px;
  }
}
@media screen and (max-width: 700px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 450px;
  }
}
@media screen and (max-width: 670px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 425px;
  }
}
@media screen and (max-width: 630px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 425px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 400px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 570px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 375px;
    padding-top: 15px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 550px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 350px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 525px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 300px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 275px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 430px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 225px;
  }
}
@media screen and (max-width: 400px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 220px;
    padding-top: 0;
  }
}
@media screen and (max-width: 380px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 180px;
  }
}
@media screen and (max-width: 360px) {
  section.top .quote.choices,
  section.bottom .quote.choices {
    width: 160px;
  }
}
section.top .quote .bracket-left,
section.bottom .quote .bracket-left,
section.top .quote .bracket-right,
section.bottom .quote .bracket-right {
  display: inline-block;
  width: 33px;
  height: 107px;
}
section.top .quote .bracket-left,
section.bottom .quote .bracket-left {
  background: url('../images/img-bracket-left.png') 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
section.top .quote .bracket-right,
section.bottom .quote .bracket-right {
  background: url('../images/img-bracket-right.png') 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  section.top .quote.beginning .bracket-left,
  section.bottom .quote.beginning .bracket-left,
  section.top .quote.beginning .bracket-right,
  section.bottom .quote.beginning .bracket-right {
    background-size: 95%;
  }
}
@media screen and (max-width: 630px) {
  section.top .quote.beginning .bracket-left,
  section.bottom .quote.beginning .bracket-left,
  section.top .quote.beginning .bracket-right,
  section.bottom .quote.beginning .bracket-right {
    background-size: 90%;
  }
}
@media screen and (max-width: 580px) {
  section.top .quote.beginning .bracket-left,
  section.bottom .quote.beginning .bracket-left,
  section.top .quote.beginning .bracket-right,
  section.bottom .quote.beginning .bracket-right {
    background-size: 85%;
  }
}
@media screen and (max-width: 470px) {
  section.top .quote.beginning .bracket-left,
  section.bottom .quote.beginning .bracket-left,
  section.top .quote.beginning .bracket-right,
  section.bottom .quote.beginning .bracket-right {
    background-size: 80%;
  }
}
@media screen and (max-width: 370px) {
  section.top .quote.beginning .bracket-left,
  section.bottom .quote.beginning .bracket-left,
  section.top .quote.beginning .bracket-right,
  section.bottom .quote.beginning .bracket-right {
    background-size: 70%;
  }
}
@media screen and (max-width: 640px) {
  section.top .quote.shadow .bracket-left,
  section.bottom .quote.shadow .bracket-left,
  section.top .quote.shadow .bracket-right,
  section.bottom .quote.shadow .bracket-right {
    background-size: 95%;
  }
}
@media screen and (max-width: 630px) {
  section.top .quote.shadow .bracket-left,
  section.bottom .quote.shadow .bracket-left,
  section.top .quote.shadow .bracket-right,
  section.bottom .quote.shadow .bracket-right {
    background-size: 90%;
  }
}
@media screen and (max-width: 580px) {
  section.top .quote.shadow .bracket-left,
  section.bottom .quote.shadow .bracket-left,
  section.top .quote.shadow .bracket-right,
  section.bottom .quote.shadow .bracket-right {
    background-size: 85%;
  }
}
@media screen and (max-width: 470px) {
  section.top .quote.shadow .bracket-left,
  section.bottom .quote.shadow .bracket-left,
  section.top .quote.shadow .bracket-right,
  section.bottom .quote.shadow .bracket-right {
    background-size: 80%;
  }
}
@media screen and (max-width: 370px) {
  section.top .quote.shadow .bracket-left,
  section.bottom .quote.shadow .bracket-left,
  section.top .quote.shadow .bracket-right,
  section.bottom .quote.shadow .bracket-right {
    background-size: 70%;
  }
}
@media screen and (max-width: 750px) {
  section.top .quote.acceptance .bracket-left,
  section.bottom .quote.acceptance .bracket-left,
  section.top .quote.acceptance .bracket-right,
  section.bottom .quote.acceptance .bracket-right {
    background-size: 95%;
  }
}
@media screen and (max-width: 725px) {
  section.top .quote.acceptance .bracket-left,
  section.bottom .quote.acceptance .bracket-left,
  section.top .quote.acceptance .bracket-right,
  section.bottom .quote.acceptance .bracket-right {
    background-size: 90%;
  }
}
@media screen and (max-width: 700px) {
  section.top .quote.acceptance .bracket-left,
  section.bottom .quote.acceptance .bracket-left,
  section.top .quote.acceptance .bracket-right,
  section.bottom .quote.acceptance .bracket-right {
    background-size: 85%;
  }
}
@media screen and (max-width: 660px) {
  section.top .quote.acceptance .bracket-left,
  section.bottom .quote.acceptance .bracket-left,
  section.top .quote.acceptance .bracket-right,
  section.bottom .quote.acceptance .bracket-right {
    background-size: 80%;
  }
}
@media screen and (max-width: 640px) {
  section.top .quote.acceptance .bracket-left,
  section.bottom .quote.acceptance .bracket-left,
  section.top .quote.acceptance .bracket-right,
  section.bottom .quote.acceptance .bracket-right {
    background-size: 75%;
  }
}
@media screen and (max-width: 630px) {
  section.top .quote.acceptance .bracket-left,
  section.bottom .quote.acceptance .bracket-left,
  section.top .quote.acceptance .bracket-right,
  section.bottom .quote.acceptance .bracket-right {
    background-size: 70%;
  }
}
@media screen and (max-width: 580px) {
  section.top .quote.acceptance .bracket-left,
  section.bottom .quote.acceptance .bracket-left,
  section.top .quote.acceptance .bracket-right,
  section.bottom .quote.acceptance .bracket-right {
    background-size: 65%;
  }
}
@media screen and (max-width: 470px) {
  section.top .quote.acceptance .bracket-left,
  section.bottom .quote.acceptance .bracket-left,
  section.top .quote.acceptance .bracket-right,
  section.bottom .quote.acceptance .bracket-right {
    background-size: 55%;
  }
}
@media screen and (max-width: 640px) {
  section.top .quote.silence .bracket-left,
  section.bottom .quote.silence .bracket-left,
  section.top .quote.silence .bracket-right,
  section.bottom .quote.silence .bracket-right {
    background-size: 95%;
  }
}
@media screen and (max-width: 630px) {
  section.top .quote.silence .bracket-left,
  section.bottom .quote.silence .bracket-left,
  section.top .quote.silence .bracket-right,
  section.bottom .quote.silence .bracket-right {
    background-size: 90%;
  }
}
@media screen and (max-width: 580px) {
  section.top .quote.silence .bracket-left,
  section.bottom .quote.silence .bracket-left,
  section.top .quote.silence .bracket-right,
  section.bottom .quote.silence .bracket-right {
    background-size: 85%;
  }
}
@media screen and (max-width: 470px) {
  section.top .quote.silence .bracket-left,
  section.bottom .quote.silence .bracket-left,
  section.top .quote.silence .bracket-right,
  section.bottom .quote.silence .bracket-right {
    background-size: 80%;
  }
}
@media screen and (max-width: 640px) {
  section.top .quote.spring .bracket-left,
  section.bottom .quote.spring .bracket-left,
  section.top .quote.spring .bracket-right,
  section.bottom .quote.spring .bracket-right {
    background-size: 95%;
  }
}
@media screen and (max-width: 630px) {
  section.top .quote.spring .bracket-left,
  section.bottom .quote.spring .bracket-left,
  section.top .quote.spring .bracket-right,
  section.bottom .quote.spring .bracket-right {
    background-size: 90%;
  }
}
@media screen and (max-width: 580px) {
  section.top .quote.spring .bracket-left,
  section.bottom .quote.spring .bracket-left,
  section.top .quote.spring .bracket-right,
  section.bottom .quote.spring .bracket-right {
    background-size: 85%;
  }
}
@media screen and (max-width: 470px) {
  section.top .quote.spring .bracket-left,
  section.bottom .quote.spring .bracket-left,
  section.top .quote.spring .bracket-right,
  section.bottom .quote.spring .bracket-right {
    background-size: 80%;
  }
}
@media screen and (max-width: 640px) {
  section.top .quote.choices .bracket-left,
  section.bottom .quote.choices .bracket-left,
  section.top .quote.choices .bracket-right,
  section.bottom .quote.choices .bracket-right {
    background-size: 95%;
  }
}
@media screen and (max-width: 630px) {
  section.top .quote.choices .bracket-left,
  section.bottom .quote.choices .bracket-left,
  section.top .quote.choices .bracket-right,
  section.bottom .quote.choices .bracket-right {
    background-size: 90%;
  }
}
@media screen and (max-width: 580px) {
  section.top .quote.choices .bracket-left,
  section.bottom .quote.choices .bracket-left,
  section.top .quote.choices .bracket-right,
  section.bottom .quote.choices .bracket-right {
    background-size: 85%;
  }
}
@media screen and (max-width: 470px) {
  section.top .quote.choices .bracket-left,
  section.bottom .quote.choices .bracket-left,
  section.top .quote.choices .bracket-right,
  section.bottom .quote.choices .bracket-right {
    background-size: 80%;
  }
}
@media screen and (max-width: 370px) {
  section.top .quote.choices .bracket-left,
  section.bottom .quote.choices .bracket-left,
  section.top .quote.choices .bracket-right,
  section.bottom .quote.choices .bracket-right {
    background-size: 70%;
  }
}
@media screen and (max-width: 360px) {
  section.top .quote.choices .bracket-left,
  section.bottom .quote.choices .bracket-left,
  section.top .quote.choices .bracket-right,
  section.bottom .quote.choices .bracket-right {
    background-size: 80%;
  }
}
section.top .quote .author,
section.bottom .quote .author {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #353b40;
}
section.top blockquote.italic,
section.bottom blockquote.italic {
  font-family: 'Open Sans', sans-serif;
  width: 700px;
  padding: 10px 0 20px 0;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  color: #32237b;
  text-align: center;
}
section.top blockquote.italic.subquote,
section.bottom blockquote.italic.subquote {
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  section.top blockquote.italic,
  section.bottom blockquote.italic {
    width: 85%;
  }
}
section.top .left,
section.bottom .left {
  float: left;
  width: 470px;
}
section.top .left .text,
section.bottom .left .text {
  width: 90% !important;
}
@media screen and (max-width: 990px) {
  section.top .left,
  section.bottom .left {
    width: 47%;
  }
}
@media screen and (max-width: 950px) {
  section.top .left,
  section.bottom .left {
    width: 45%;
  }
}
@media screen and (max-width: 920px) {
  section.top .left,
  section.bottom .left {
    width: 42%;
  }
}
@media screen and (max-width: 870px) {
  section.top .left,
  section.bottom .left {
    width: 40%;
  }
}
@media screen and (max-width: 840px) {
  section.top .left,
  section.bottom .left {
    width: 35%;
  }
}
@media screen and (max-width: 780px) {
  section.top .left,
  section.bottom .left {
    width: 100%;
  }
}
section.top .right,
section.bottom .right {
  float: right;
  width: 470px;
}
section.top ul,
section.bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.top li,
section.bottom li {
  padding-left: 17px;
  background: url('../images/img-list-style.png') 0 8px no-repeat;
}
section.top .image,
section.bottom .image {
  float: left;
  width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  -moz-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  -o-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
}
@media screen and (max-width: 670px) {
  section.top .image,
  section.bottom .image {
    width: 100px;
    margin-bottom: 5px;
  }
}
section.top .image-list,
section.bottom .image-list {
  padding: 0;
  margin: 0;
  margin: 12px 0 0 5px;
}
section.top .image-list li,
section.bottom .image-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ie7 section.top .image-list li,
.ie7 section.bottom .image-list li {
  float: left;
}
section.top .image-list img,
section.bottom .image-list img {
  float: left;
  width: 130px;
  margin: 0 10px 10px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  -moz-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  -o-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  transition: 0.2s ease-out;
}
section.top .image-list img:hover,
section.bottom .image-list img:hover {
  border: 5px solid #e6e6e6;
  -moz-box-shadow: 0 2px 7px #333;
  -webkit-box-shadow: 0 2px 7px #333;
  box-shadow: 0 2px 7px #333;
}
section.top .gmaps_wrapper,
section.bottom .gmaps_wrapper {
  margin-top: 47px;
  margin-bottom: 40px;
}
section.top .gmaps_wrapper .gmaps,
section.bottom .gmaps_wrapper .gmaps {
  width: 428px;
  height: 200px;
  margin-left: 5px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  -moz-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  -o-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
}
section.top .gmaps_wrapper .gmaps a,
section.bottom .gmaps_wrapper .gmaps a {
  display: none;
  box-shadow: 0 !important;
}
@media screen and (max-width: 780px) {
  section.top .right {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  section.top .right .image-list {
    display: block;
    width: 97%;
    padding: 0;
    padding-left: 3%;
  }
  section.top .right .image-list:before,
  section.top .right .image-list:after {
    content: "";
    display: table;
  }
  section.top .right .image-list:after {
    clear: both;
  }
  .ie6 section.top .right .image-list,
  .ie7 section.top .right .image-list {
    zoom: 1;
  }
}
section.top .right .image-list li {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 665px) {
  section.top .right .image-list {
    padding-left: 0;
  }
}
@media screen and (max-width: 665px) {
  section.top .right .image-list {
    padding-left: 2%;
  }
}
@media screen and (max-width: 780px) {
  section.top .right .image-list img {
    width: 30%;
  }
}
@media screen and (max-width: 665px) {
  section.top .right .image-list img {
    float: left;
    width: 45%;
  }
}
@media screen and (max-width: 448px) {
  section.top .right .image-list img {
    float: none;
    width: 95%;
  }
}
@media screen and (max-width: 330px) {
  section.top .right .image-list img {
    width: 92%;
  }
}
@media screen and (max-width: 780px) {
  section.bottom .right {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  section.bottom .gmaps_wrapper {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  section.bottom #map_canvas {
    width: 92%;
    margin: 0 auto;
    margin-left: 4%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 330px) {
  section.bottom #map_canvas {
    width: 88%;
  }
}
#footer .top {
  height: 104px;
  background: #eeeeee;
  border-top: 1px solid #c4c4c4;
}
#footer .top .left {
  float: left;
  width: 550px;
  margin-top: 30px;
}
@media screen and (max-width: 365px) {
  #footer .top .left {
    width: 98%;
  }
}
@media screen and (max-width: 320px) {
  #footer .top .left {
    margin-top: 20px;
  }
}
#footer .top .left p {
  margin: 0;
}
#footer .top .right {
  float: right;
}
@media screen and (max-width: 607px) {
  #footer .top .right {
    display: none;
  }
}
#footer .top .phone {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 320px) {
  #footer .top .phone {
    display: block;
    float: none;
    padding-left: 3px;
  }
}
#footer .top .address {
  padding-left: 2px;
}
@media screen and (max-width: 320px) {
  #footer .top .address {
    padding-left: 4px;
  }
}
#footer .top .fa,
#footer .top .fab,
#footer .top .icon {
  color: #b5004d;
}
#footer .top .icon {
  font-weight: bold;
}
#footer .top a {
  color: #363636;
  text-decoration: none;
}
#footer .top a:hover {
  text-decoration: underline;
}
#footer .top img {
  margin-top: 35px;
}
#footer .bottom {
  background: #b5004d;
  border-top: 1px solid #ff368b;
  outline: 1px solid #7f0036;
  height: 42px;
}
#footer .bottom .copyright {
  float: left;
  color: #000000;
  text-shadow: 1px 1px 0 #ff1c7d;
}
#footer .bottom .legal a {
  color: #000000;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ff1c7d;
}
#footer .bottom .legal a:hover {
  text-decoration: underline;
}
#footer .bottom .legal {
  float: right;
}
#footer .bottom p {
  margin: 0;
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 550px) {
  #footer .bottom {
    height: 38px;
    padding-top: 4px;
  }
  #footer .bottom p {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  #footer .bottom {
    height: 35px;
    padding-top: 7px;
  }
  #footer .bottom p {
    font-size: 10px;
  }
}
/* =============================================================================
   Helpers
   ========================================================================== */
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.transition {
  transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
@media screen and (max-width: 554px) {
  .break-wrap {
    display: none;
  }
}
/* =============================================================================
   Other imports
   ========================================================================== */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix,
.group {
  display: block;
}
.clearfix:before,
.group:before,
.clearfix:after,
.group:after {
  content: "";
  display: table;
}
.clearfix:after,
.group:after {
  clear: both;
}
.ie6 .clearfix,
.ie6 .group,
.ie7 .clearfix,
.ie7 .group {
  zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Compressed version of FancyBox CSS
---------------------------------------------------------- */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('includes/../../images/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('includes/../../images/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('includes/../../images/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('includes/../../images/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('includes/../../images/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('includes/../../images/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('includes/../../images/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('includes/../../images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('includes/../../images/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('includes/../../images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('includes/../../images/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('includes/../../images/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('includes/../../images/fancybox/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('includes/../../images/fancybox/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('includes/../../images/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('includes/../../images/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('includes/../../images/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_close.png',sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_nav_left.png',sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_nav_right.png',sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_title_over.png',sizingMethod='scale');
  zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_title_left.png',sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_title_main.png',sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_title_right.png',sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + 'px');
}
#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 :document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/fancybox/fancy_loading.png',sizingMethod='scale');
}
/* IE6,IE7,IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_shadow_n.png',sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_shadow_ne.png',sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_shadow_e.png',sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_shadow_se.png',sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_shadow_s.png',sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_shadow_sw.png',sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_shadow_w.png',sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/fancybox/fancy_shadow_nw.png',sizingMethod='scale');
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('includes/fonts/flexslider-icon.eot');
  src: url('includes/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('includes/fonts/flexslider-icon.woff') format('woff'), url('includes/fonts/flexslider-icon.ttf') format('truetype'), url('includes/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {
  display: none;
  -webkit-backface-visibility: visible;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 30px;
  background: #fff;
  border: 10px solid #fff;
  position: relative;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  -moz-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  -o-box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.75);
  zoom: 1;
}
@media screen and (max-width: 670px) {
  .flexslider {
    border: 5px solid #fff;
  }
}
@media screen and (max-width: 457px) {
  .flexslider {
    border: 3px solid #fff;
  }
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 16px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -35px;
}
@media screen and (max-width: 1015px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
}
.flex-direction-nav .flex-next {
  right: -35px;
  text-align: right;
}
@media screen and (max-width: 1015px) {
  .flex-direction-nav .flex-next {
    right: 10px;
  }
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #b5004d;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-direction-nav .flex-prev {
  background: url('http://www.dewaterdrager.be/assets/default/images/img-nav-left.png') 0 0 no-repeat;
}
.flex-direction-nav .flex-next {
  background: url('http://www.dewaterdrager.be/assets/default/images/img-nav-right.png') 100% 0 no-repeat;
}
@media screen and (max-width: 730px) {
  .flex-prev,
  .flex-next {
    background: pink;
  }
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
