/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

td,
th {
  padding: 0; }

.shadowActive, .navigation .menu li.icon:active a, .button:active, .image_list li a:active .textMiddle, .image_list li div:active .textMiddle, .social li a:active {
  box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -moz-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -webkit-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -o-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important; }

.reset_text, .logo .page_title {
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px; }

.clear:after, .menu_setup:after, .drop ul:after, .navigation .menu:after, .mobile_menu ul:after, .menu_setup_vertical:after, .cols > .colsWrap:after, .cols > ul:after, .header .container:after, .box_image_left:after, .image_list:after, .commemorative .row:after, .products .image_wrap:after, .event_list ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.clear, .menu_setup, .drop ul, .navigation .menu, .mobile_menu ul, .menu_setup_vertical, .cols > .colsWrap, .cols > ul, .header .container, .box_image_left, .image_list, .commemorative .row, .products .image_wrap, .event_list ul {
  display: inline-block; }
* html .clear, * html .menu_setup, * html .drop ul, .drop * html ul, * html .navigation .menu, .navigation * html .menu, * html .mobile_menu ul, .mobile_menu * html ul, * html .menu_setup_vertical, * html .cols > .colsWrap, * html .cols > ul, * html .header .container, .header * html .container, * html .box_image_left, * html .image_list, * html .commemorative .row, .commemorative * html .row, * html .products .image_wrap, .products * html .image_wrap, * html .event_list ul, .event_list * html ul {
  height: 1%; }

.clear, .menu_setup, .drop ul, .navigation .menu, .mobile_menu ul, .menu_setup_vertical, .cols > .colsWrap, .cols > ul, .header .container, .box_image_left, .image_list, .commemorative .row, .products .image_wrap, .event_list ul {
  display: block; }

.menu_setup, .drop ul, .navigation .menu, .mobile_menu ul {
  margin: 0;
  padding: 0; }
  .menu_setup li, .drop ul li, .navigation .menu li, .mobile_menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 1em;
    background: none;
    list-style: none; }
    .menu_setup li a, .drop ul li a, .navigation .menu li a, .mobile_menu ul li a, .menu_setup li span, .drop ul li span, .navigation .menu li span, .mobile_menu ul li span {
      display: block;
      text-decoration: none; }

.menu_setup_vertical {
  margin: 0;
  padding: 0; }
  .menu_setup_vertical li {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
    background: none;
    list-style: none; }
    .menu_setup_vertical li a, .menu_setup_vertical li span {
      display: block;
      text-decoration: none; }

.absolute_top, .for_screen_readers, .mobile_menu {
  position: absolute;
  top: 0;
  left: 0; }

.hide_text, .for_screen_readers {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  line-height: 1px;
  direction: ltr !important;
  text-decoration: none !important;
  text-align: left !important; }

.dropdown {
  position: relative; }

.drop {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%; }
  .drop ul {
    position: absolute;
    top: 0;
    min-width: 100%; }

.circle, .navigation .menu li.icon a, .box_image_left .image, .event_block span.image, .next_slide a, .block .title:before {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.shadowActive, .navigation .menu li.icon:active a, .button:active, .image_list li a:active .textMiddle, .image_list li div:active .textMiddle, .social li a:active {
  box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -moz-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -webkit-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -o-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  zoom: 1; }
  .container:before, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .container:after {
    clear: both; }
  @media (min-width: 48rem) {
    .container {
      width: 46.875rem; } }
  @media (min-width: 62rem) {
    .container {
      width: 60.625rem; } }
  @media (min-width: 75rem) {
    .container {
      width: 73.125rem; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  zoom: 1; }
  .container-fluid:before, .container-fluid:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  zoom: 1; }
  .row:before, .row:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 48rem) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 62rem) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 75rem) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
::selection {
  background: #1a1a1a;
  color: white; }

::-moz-selection {
  background: #1a1a1a;
  color: white; }

html {
  box-sizing: border-box; }

body {
  background: white;
  font-smoothing: antialiased; }

*,
*:before,
*:after {
  box-sizing: inherit; }

img {
  max-width: 100%; }

header, section, footer, article, nav, main, aside {
  display: block; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome.eot");
  src: url("../fonts/fontawesome.eot") format("embedded-opentype"), url("../fonts/fontawesome.woff2") format("woff2"), url("../fonts/fontawesome.woff") format("woff"), url("../fonts/fontawesome.ttf") format("truetype"), url("../fonts/fontawesome.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

html {
  font-size: 62.5%; }

body {
  font-family: "Helvetica Neue", Hevetica, Arial, serif;
  color: #000000; }

a {
  color: #000000; }

p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0 0 3rem 0; }
  p:last-child {
    margin-bottom: 0; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: underline; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    text-decoration: none; }
  h1 a:active,
  h2 a:active,
  h3 a:active,
  h4 a:active,
  h5 a:active,
  h6 a:active {
    text-decoration: underline;
    color: #000000; }

h1, h2 {
  margin: 0 0 48px 0;
  font-size: 3rem;
  line-height: 3.8rem; }

h3 {
  margin: 0 0 30px 0;
  font-size: 2.4rem;
  line-height: 3.2rem; }

h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  padding: 0; }

ul:last-child {
  margin-bottom: 0; }

ol:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 860px) {
  .responsive h1, .responsive h2 {
    margin: 0 0 30px 0;
    font-size: 2.4rem;
    line-height: 3.4rem; }
  .responsive h3 {
    margin: 0 0 20px 0;
    font-size: 2rem;
    line-height: 3rem; } }
.container {
  margin: 0 auto 0 auto;
  padding: 0 10px;
  width: 1280px;
  max-width: 1280px;
  min-width: 320px; }

.header, .footer, #content {
  min-width: 1280px; }

body {
  background: #0075d1; }

@media only screen and (min-width: 10px) {
  .responsive .container {
    width: auto; }
  .responsive .header, .responsive .footer, .responsive #content {
    min-width: 320px; } }
/* cols spacing by 10 */
.cols.space10 > .colsWrap, .cols.space10 > ul {
  margin-right: -10px; }

.cols.space10 > .colsWrap > .col, .cols.space10 > ul > li {
  padding-right: 10px; }

.cols.space20 > .colsWrap, .cols.space20 > ul {
  margin-right: -20px; }

.cols.space20 > .colsWrap > .col, .cols.space20 > ul > li {
  padding-right: 20px; }

.cols.space30 > .colsWrap, .cols.space30 > ul {
  margin-right: -30px; }

.cols.space30 > .colsWrap > .col, .cols.space30 > ul > li {
  padding-right: 30px; }

.cols.space40 > .colsWrap, .cols.space40 > ul {
  margin-right: -40px; }

.cols.space40 > .colsWrap > .col, .cols.space40 > ul > li {
  padding-right: 40px; }

.cols.space50 > .colsWrap, .cols.space50 > ul {
  margin-right: -50px; }

.cols.space50 > .colsWrap > .col, .cols.space50 > ul > li {
  padding-right: 50px; }

.cols.space60 > .colsWrap, .cols.space60 > ul {
  margin-right: -60px; }

.cols.space60 > .colsWrap > .col, .cols.space60 > ul > li {
  padding-right: 60px; }

.cols.space70 > .colsWrap, .cols.space70 > ul {
  margin-right: -70px; }

.cols.space70 > .colsWrap > .col, .cols.space70 > ul > li {
  padding-right: 70px; }

.cols.space80 > .colsWrap, .cols.space80 > ul {
  margin-right: -80px; }

.cols.space80 > .colsWrap > .col, .cols.space80 > ul > li {
  padding-right: 80px; }

/* num of inner colums you need */
.cols.cols2 > .colsWrap > .col, .cols.cols2 > ul > li {
  width: 50%; }

.cols.cols2 > .colsWrap > div:nth-child(2n+1).col, .cols.cols2 > ul > li:nth-child(2n+1) {
  clear: both; }

.cols.cols3 > .colsWrap > .col, .cols.cols3 > ul > li {
  width: 33.33333%; }

.cols.cols3 > .colsWrap > div:nth-child(3n+1).col, .cols.cols3 > ul > li:nth-child(3n+1) {
  clear: both; }

.cols {
  overflow: hidden; }
  .cols > .colsWrap, .cols > ul {
    position: relaitve; }
  .cols > .colsWrap, .cols > ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    .cols > .colsWrap > .col, .cols > .colsWrap > li, .cols > ul > .col, .cols > ul > li {
      float: left; }

.cols.cols2-1 > .colsWrap > .col, .cols.cols2-1 > ul > li {
  width: 33.33333%; }
.cols.cols2-1 > .colsWrap > .col:first-child, .cols.cols2-1 > ul > li:first-child {
  width: 66.66667%; }
.cols.cols1-2 > .colsWrap > .col, .cols.cols1-2 > ul > li {
  width: 66.66667%; }
.cols.cols1-2 > .colsWrap > .col:first-child, .cols.cols1-2 > ul > li:first-child {
  width: 33.33333%; }
.cols.cols2-1 > .colsWrap > div:nth-child(2n+1).col, .cols.cols2-1 > ul > li:nth-child(2n+1), .cols.cols1-2 > .colsWrap > div:nth-child(2n+1).col, .cols.cols1-2 > ul > li:nth-child(2n+1) {
  clear: both; }

.cols.cols3-1 > .colsWrap > .col, .cols.cols3-1 > ul > li {
  width: 25%; }
.cols.cols3-1 > .colsWrap > .col:first-child, .cols.cols3-1 > ul > li:first-child {
  width: 75%; }
.cols.cols1-3 > .colsWrap > .col, .cols.cols1-3 > ul > li {
  width: 75%; }
.cols.cols1-3 > .colsWrap > .col:first-child, .cols.cols1-3 > ul > li:first-child {
  width: 25%; }
.cols.cols3-1 > .colsWrap > div:nth-child(2n+1).col, .cols.cols3-1 > ul > li:nth-child(2n+1), .cols.cols1-3 > .colsWrap > div:nth-child(2n+1).col, .cols.cols1-3 > ul > li:nth-child(2n+1) {
  clear: both; }

.cols.cols4-1 > .colsWrap > .col, .cols.cols4-1 > ul > li {
  width: 20%; }
.cols.cols4-1 > .colsWrap > .col:first-child, .cols.cols4-1 > ul > li:first-child {
  width: 80%; }
.cols.cols1-4 > .colsWrap > .col, .cols.cols1-4 > ul > li {
  width: 80%; }
.cols.cols1-4 > .colsWrap > .col:first-child, .cols.cols1-4 > ul > li:first-child {
  width: 20%; }
.cols.cols4-1 > .colsWrap > div:nth-child(2n+1).col, .cols.cols4-1 > ul > li:nth-child(2n+1), .cols.cols1-4 > .colsWrap > div:nth-child(2n+1).col, .cols.cols1-4 > ul > li:nth-child(2n+1) {
  clear: both; }

.rtl .cols .colsWrap .col {
  float: right; }

@media only screen and (max-width: 1100px) {
  .responsive .past_to_future [class*="space"] > .colsWrap, .responsive .past_to_future [class*="space"] > ul,
  .responsive .nelson_mandela [class*="space"] > .colsWrap,
  .responsive .nelson_mandela [class*="space"] > ul,
  .responsive .participate [class*="space"] > .colsWrap,
  .responsive .participate [class*="space"] > ul,
  .responsive .commemorative [class*="space"] > .colsWrap,
  .responsive .commemorative [class*="space"] > ul {
    margin-right: -10px !important; }
  .responsive .past_to_future [class*="space"] > .colsWrap > .col, .responsive .past_to_future [class*="space"] > ul > li,
  .responsive .nelson_mandela [class*="space"] > .colsWrap > .col,
  .responsive .nelson_mandela [class*="space"] > ul > li,
  .responsive .participate [class*="space"] > .colsWrap > .col,
  .responsive .participate [class*="space"] > ul > li,
  .responsive .commemorative [class*="space"] > .colsWrap > .col,
  .responsive .commemorative [class*="space"] > ul > li {
    padding-right: 10px !important; } }
@media only screen and (max-width: 860px) {
  .responsive .commemorative .cols,
  .responsive .participate .cols,
  .responsive .past_to_future .cols,
  .responsive .nelson_mandela .cols {
    overflow: visible !important; }
    .responsive .commemorative .cols .col,
    .responsive .participate .cols .col,
    .responsive .past_to_future .cols .col,
    .responsive .nelson_mandela .cols .col {
      width: auto !important;
      float: none !important;
      clear: none !important;
      padding: 0 !important; } }
@media only screen and (max-width: 650px) {
  .responsive {
    padding-top: 65px; }

  .responsive .block, .responsive .block_middle {
    height: auto; }
  .responsive .block .container {
    padding: 30px 10px; }
  .responsive .past_to_future [class*="space"] > .colsWrap, .responsive .past_to_future [class*="space"] > ul,
  .responsive .nelson_mandela [class*="space"] > .colsWrap,
  .responsive .nelson_mandela [class*="space"] > ul,
  .responsive .participate [class*="space"] > .colsWrap,
  .responsive .participate [class*="space"] > ul,
  .responsive .commemorative [class*="space"] > .colsWrap,
  .responsive .commemorative [class*="space"] > ul {
    margin-right: 0 !important; }
  .responsive .past_to_future [class*="space"] > .colsWrap > .col, .responsive .past_to_future [class*="space"] > ul > li,
  .responsive .nelson_mandela [class*="space"] > .colsWrap > .col,
  .responsive .nelson_mandela [class*="space"] > ul > li,
  .responsive .participate [class*="space"] > .colsWrap > .col,
  .responsive .participate [class*="space"] > ul > li,
  .responsive .commemorative [class*="space"] > .colsWrap > .col,
  .responsive .commemorative [class*="space"] > ul > li {
    padding-right: 0 !important; } }
.header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  background-color: #0075d1; }

.logo {
  float: left; }
  .logo .page_title a {
    display: block;
    padding-top: 3px;
    padding-bottom: 8px;
    max-width: 148px;
    transition: max-width 0.7s ease-out 0s;
    -o-transition: max-width 0.7s ease-out 0s;
    -webkit-transition: max-width 0.7s ease-out 0s; }
    .logo .page_title a img {
      display: block; }
  .logo .page_title span {
    display: none; }

*[dir='rtl'] .logo {
  float: right; }

.sticky_on .logo .page_title a {
  max-width: 80px; }

@media only screen and (max-width: 1000px) {
  .responsive .logo .page_title a {
    max-width: 80px; } }
@media only screen and (max-width: 650px) {
  .responsive .logo .page_title a {
    max-width: 70px;
    padding-bottom: 4px; } }
.footer {
  margin: 0;
  padding: 60px 0 80px 0;
  text-align: center;
  color: #ffffff;
  border-top: 8px solid #0175d1;
  background: #004983; }
  .footer p {
    font-size: 1.4rem;
    line-height: 2.4rem; }
  .footer small {
    padding: 0 10px; }
  .footer h5 {
    padding: 0;
    margin: 0 0 20px;
    font: small-caps 1.8rem Georgia,"Times New Roman",Times,serif; }
  .footer ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .footer ul li {
      display: inline-block;
      font-size: 1.4rem;
      margin: 0;
      padding: 0; }
      .footer ul li a:before {
        content: "|";
        padding: 0 10px; }
      .footer ul li:first-child a:before {
        display: none; }
  .footer a {
    color: #ffffff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
    .footer a:active {
      text-decoration: none; }

@media only screen and (max-width: 860px) {
  .responsive .footer {
    padding: 110px 0 10px 0; }
    .responsive .footer h5 {
      margin-bottom: 10px; }
    .responsive .footer p {
      font-size: 1.2em; } }
.navigation .menu {
  transition: padding-top 0.7s ease-out 0s;
  -o-transition: padding-top 0.7s ease-out 0s;
  -webkit-transition: padding-top 0.7s ease-out 0s;
  padding-top: 35px;
  margin-left: 170px; }
  .navigation .menu li.icon {
    width: 12%;
    min-width: 80px;
    max-width: 100px; }
    .navigation .menu li.icon:hover a {
      background-color: #0591ff; }
      .navigation .menu li.icon:hover a span {
        display: block; }
    .navigation .menu li.icon a.mPS2id-clicked, .navigation .menu li.icon a.mPS2id-highlight {
      background-color: #0591ff; }
    .navigation .menu li.icon:active a {
      background-color: #00589e; }
    .navigation .menu li.icon a {
      position: relative;
      width: 58px;
      height: 58px;
      margin: 0 auto;
      text-align: center;
      color: #fff; }
      .navigation .menu li.icon a img {
        display: block;
        max-width: 58px;
        margin: 0 auto; }
      .navigation .menu li.icon a span {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        position: absolute;
        display: none;
        left: 50%;
        top: 75px;
        width: 140px;
        min-height: 50px;
        margin-left: -70px;
        padding: 10px 20px;
        font-size: 1.4rem;
        background: #0062b0; }
        .navigation .menu li.icon a span:before {
          content: "\f0d8";
          font-family: FontAwesome;
          font-size: 30px;
          position: absolute;
          left: 50%;
          top: -20px;
          margin-left: -7px;
          color: #0062b0; }
  .navigation .menu li.lang {
    position: relative;
    float: right;
    margin-right: -10px;
    padding: 8px 0 0 0;
    min-width: 10px;
    font-size: 1.8rem; }
    .navigation .menu li.lang > a {
      padding: 10px 10px 0 30px;
      color: #fff; }
      .navigation .menu li.lang > a:after {
        content: "\f0d7";
        padding-left: 12px;
        font-family: FontAwesome; }
    .navigation .menu li.lang:hover a {
      background-color: #006abd; }
      .navigation .menu li.lang:hover a:after, .navigation .menu li.lang:hover a:before {
        color: #006abd; }
    .navigation .menu li.lang:hover .drop {
      display: block; }
    .navigation .menu li.lang .drop ul {
      margin: 0;
      padding: 10px 0;
      left: auto;
      right: 0;
      background-color: #006abd; }
      .navigation .menu li.lang .drop ul li {
        float: none; }
        .navigation .menu li.lang .drop ul li a {
          display: block;
          padding: 5px 10px 5px 30px;
          min-width: 100%;
          color: #fff;
          font-size: 1.4rem; }
          .navigation .menu li.lang .drop ul li a:hover {
            text-decoration: underline; }

*[dir='rtl'] .navigation .menu {
  margin-left: 0;
  margin-right: 170px; }
  *[dir='rtl'] .navigation .menu li {
    float: right; }
    *[dir='rtl'] .navigation .menu li.lang {
      float: left;
      margin-right: 0;
      margin-left: 10px; }
      *[dir='rtl'] .navigation .menu li.lang > a {
        padding: 10px 30px 0 10px; }
        *[dir='rtl'] .navigation .menu li.lang > a:after {
          display: none; }
        *[dir='rtl'] .navigation .menu li.lang > a:before {
          content: "\f0d7";
          padding-right: 12px;
          font-family: FontAwesome; }
      *[dir='rtl'] .navigation .menu li.lang .drop ul li a {
        padding: 5px 30px 5px 10px; }

.sticky_on .navigation .menu {
  padding-top: 9px; }

.mobile_menu {
  display: none;
  width: 100%;
  height: 1px;
  min-width: 320px; }
  .mobile_menu ul {
    position: absolute;
    top: 16px;
    right: 10px; }
    .mobile_menu ul li.mobile_menu_link {
      margin-left: 20px; }
      .mobile_menu ul li.mobile_menu_link a {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 2.2rem;
        color: #ffffff;
        text-align: center;
        border: 1px solid #fff; }
        .mobile_menu ul li.mobile_menu_link a:before {
          content: "\f0c9";
          font-family: FontAwesome; }
        .mobile_menu ul li.mobile_menu_link a span {
          display: none; }
    .mobile_menu ul li.mobile_lang {
      padding-top: 8px; }
      .mobile_menu ul li.mobile_lang a {
        color: #ffffff;
        font-size: 1.2rem; }
        .mobile_menu ul li.mobile_lang a span:before {
          content: "\f0d7";
          padding-right: 8px;
          font-family: FontAwesome; }
        .mobile_menu ul li.mobile_lang a span:after {
          content: "|";
          padding-left: 20px;
          color: #74AAD8; }

*[dir='rtl'] .mobile_menu {
  left: auto;
  right: 0; }
  *[dir='rtl'] .mobile_menu ul {
    right: auto;
    left: 10px; }
    *[dir='rtl'] .mobile_menu ul li {
      float: right; }
      *[dir='rtl'] .mobile_menu ul li.mobile_menu_link {
        margin-left: 0;
        margin-right: 20px; }
      *[dir='rtl'] .mobile_menu ul li.mobile_lang a span:after {
        padding-left: 0;
        padding-right: 20px; }

@media only screen and (max-width: 1100px) {
  .responsive .navigation .menu li.icon {
    width: 10%; } }
@media only screen and (max-width: 1000px) {
  *[dir='rtl'] .responsive .navigation .menu {
    margin-left: 0;
    margin-right: 90px; }

  .responsive .sticky_on .navigation .menu {
    padding-top: 19px; }
  .responsive .navigation .menu {
    margin-left: 90px;
    padding-top: 19px; }
    .responsive .navigation .menu li.icon {
      width: 50px;
      min-width: 50px; }
      .responsive .navigation .menu li.icon a {
        height: 38px;
        width: 38px; }
        .responsive .navigation .menu li.icon a img {
          width: 38px;
          min-width: 38px; }
    .responsive .navigation .menu li.lang {
      margin-top: -2px;
      padding-top: 0; } }
@media only screen and (max-width: 650px) {
  *[dir='rtl'] .responsive .navigation .menu {
    margin: 0 -10px !important; }
    *[dir='rtl'] .responsive .navigation .menu li.lang .drop ul li a {
      padding: 9px 59px 7px 0 !important; }
    *[dir='rtl'] .responsive .navigation .menu li.icon a img {
      margin-right: 0;
      margin-left: 10px; }
    *[dir='rtl'] .responsive .navigation .menu li a {
      text-align: right !important; }

  .lang_open .responsive .navigation {
    display: block; }
    .lang_open .responsive .navigation .menu li.lang {
      display: block; }

  .menu_open .responsive .navigation {
    display: block; }
    .menu_open .responsive .navigation .menu li.icon {
      display: block; }

  .responsive .navigation {
    display: none;
    clear: both; }
    .responsive .navigation .menu {
      margin: 0 -10px;
      padding-bottom: 15px;
      background: #004983; }
      .responsive .navigation .menu li {
        float: none; }
        .responsive .navigation .menu li.lang {
          display: none;
          float: none; }
          .responsive .navigation .menu li.lang > a {
            display: none; }
          .responsive .navigation .menu li.lang .drop {
            display: block;
            position: relative;
            left: auto;
            bottom: auto; }
            .responsive .navigation .menu li.lang .drop ul {
              position: relative;
              left: auto;
              padding: 0;
              top: auto;
              background: none; }
              .responsive .navigation .menu li.lang .drop ul a {
                background: none !important;
                padding: 9px 0 7px 59px !important; }
        .responsive .navigation .menu li.icon {
          display: none;
          width: auto;
          max-width: 100%; }
          .responsive .navigation .menu li.icon a {
            height: auto;
            width: auto;
            text-align: left;
            padding: 5px 10px 5px 20px;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0; }
            .responsive .navigation .menu li.icon a span {
              display: inline;
              position: relative;
              top: auto;
              left: auto;
              width: auto;
              min-height: 10px;
              padding: 0;
              margin: 0;
              background: none; }
              .responsive .navigation .menu li.icon a span:before {
                display: none; }
            .responsive .navigation .menu li.icon a img {
              display: inline;
              width: 26px;
              min-width: 10px;
              margin-right: 10px;
              vertical-align: middle; }
  .responsive .mobile_menu {
    display: block; } }
.button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 5px 20px; }
  .button:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .button.b100 {
    display: block; }
  .button.bBig {
    padding: 20px 40px;
    font-size: 2rem; }

.button1 {
  background: #0075d1; }
  .button1:hover {
    background: #0083eb; }
  .button1:active {
    background: #00589e; }

.button2 {
  background: #5bb85c; }
  .button2:hover {
    background: #6dc06e; }
  .button2:active {
    background: #449c45; }

.button3 {
  color: #000000;
  background: none;
  text-decoration: underline; }
  .button3:hover {
    text-decoration: none;
    background: #ffffff; }
  .button3:active {
    background: #8f8f8f; }

.but_facebook {
  background: #3a5a9a; }
  .but_facebook:hover {
    background: #4c71bb; }
  .but_facebook:active {
    background: #2c4475; }

.but_twitter {
  background: #53adf0; }
  .but_twitter:hover {
    background: #82c3f4; }
  .but_twitter:active {
    background: #2497ec; }

.but_google_plus {
  background: #dc4c37; }
  .but_google_plus:hover {
    background: #e47362; }
  .but_google_plus:active {
    background: #bf3521; }

.but_linkedin {
  background: #0375aa; }
  .but_linkedin:hover {
    background: #0497dc; }
  .but_linkedin:active {
    background: #025378; }

.box_gray {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 40px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8); }
  .box_gray a {
    color: #000; }

.angle_right {
  text-decoration: none; }
  .angle_right span {
    text-decoration: underline; }
  .angle_right:hover span {
    text-decoration: none; }
  .angle_right:active span {
    text-decoration: underline; }
  .angle_right:after {
    content: "\f105";
    padding-left: 10px;
    font-family: FontAwesome; }

.box_image_left {
  margin-bottom: 20px; }
  .box_image_left .image {
    float: left;
    overflow: hidden;
    max-width: 150px; }
    .box_image_left .image img {
      display: block;
      margin: 0 auto; }
  .box_image_left .box_image_content, .box_image_left blockquote {
    margin-left: 170px; }
  .box_image_left .more {
    clear: both; }

blockquote {
  margin-bottom: 20px; }
  blockquote p {
    margin-bottom: 15px; }
    blockquote p.author {
      font-style: italic;
      color: gray; }
    blockquote p:first-child {
      position: relative; }
      blockquote p:first-child:before {
        content: "\f10d";
        position: absolute;
        top: -10px;
        left: -20px;
        font-size: 1.4rem;
        color: gray;
        font-family: FontAwesome; }
      blockquote p:first-child:after {
        content: "\f10e";
        position: absolute;
        bottom: -10px;
        padding-left: 10px;
        font-family: FontAwesome;
        font-size: 1.4rem;
        color: gray;
        font-family: FontAwesome; }

img {
  max-width: 100%; }

*[dir='rtl'] .image_list li {
  float: right; }

.image_list {
  position: relative;
  margin: 0;
  padding: 60px 0 0 0;
  list-style: none; }
  .image_list li {
    position: relative;
    width: 16.66%;
    float: left;
    margin: 0;
    padding: 0;
    background: none; }
    .image_list li a, .image_list li div {
      position: relative;
      overflow: hidden;
      display: block;
      text-decoration: none; }
      .image_list li a img, .image_list li div img {
        display: block;
        width: 100%; }
      .image_list li a:hover .textMiddle, .image_list li div:hover .textMiddle {
        display: block; }
      .image_list li a:active .textMiddle, .image_list li div:active .textMiddle {
        background: rgba(0, 113, 202, 0.9); }
      .image_list li a .textMiddle, .image_list li div .textMiddle {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 113, 202, 0.8); }
        .image_list li a .textMiddle .textMiddleWrap, .image_list li div .textMiddle .textMiddleWrap {
          display: block;
          padding: 20px 10px 10px 10px;
          height: 200px;
          font-size: 2.2rem;
          text-align: center;
          color: #ffffff; }

.event_block {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 38px;
  left: 0;
  display: block;
  width: 200px;
  padding: 20px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-decoration: none;
  background: #0074d0; }
  .event_block:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 50px;
    background: url(../images/backgrounds/bg_timeline_dot_blue.png) no-repeat 0 0 scroll transparent; }
  .event_block span {
    display: block; }
    .event_block span.image {
      overflow: hidden;
      width: 100px;
      height: 100px;
      margin: 0 auto;
      border: 2px solid #ffffff; }
    .event_block span.time {
      padding-top: 10px; }
    .event_block span.event_title {
      padding-top: 15px;
      font-size: 1.8rem;
      line-height: 2.3rem; }
  .even .event_block {
    top: auto;
    bottom: 52px; }
    .even .event_block:before {
      top: auto;
      bottom: -50px;
      left: 50%;
      background-position: 0 bottom; }
  .event_block:hover {
    background: #0490ff; }
    .event_block:hover:before {
      background-image: url(../images/backgrounds/bg_timeline_dot_blue_light.png); }

.commemorative .row .col-lg-4 > .field-content.wrapper {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 1.6em;
  border: 1px solid #d3d3d3; }
  .commemorative .row .col-lg-4 > .field-content.wrapper .file-image img {
    float: left;
    max-width: 40%;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto !important;
    height: auto !important; }
  .commemorative .row .col-lg-4 > .field-content.wrapper p {
    clear: both; }
  .commemorative .row .col-lg-4 > .field-content.wrapper .views-field-title {
    font-size: 2rem; }

.products .col {
  position: relative;
  min-height: 240px; }
  .products .col:hover {
    z-index: 1; }

.products .col .field-content.wrapper {
  min-height: 200px;
  background: #fff; }
  .products .col .field-content.wrapper div, .products .col .field-content.wrapper p {
    display: none; }
  .products .col .field-content.wrapper div.file-image, .products .col .field-content.wrapper div.file-image div {
    display: block; }
  .products .col .field-content.wrapper:hover {
    position: absolute;
    top: 0;
    left: 10px;
    margin-right: 10px;
    height: auto; }
    .products .col .field-content.wrapper:hover div, .products .col .field-content.wrapper:hover p {
      display: block; }

.products {
  padding-bottom: 220px; }
  .products .image_wrap {
    padding-bottom: 10px; }
    .products .image_wrap .image {
      margin: 0;
      float: left;
      max-width: 50%;
      padding-right: 10px; }
      .products .image_wrap .image img {
        display: block; }
  .products h3 {
    font-size: 2rem;
    line-height: 2.6rem; }
  .products .title_product {
    margin-left: 50%;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: bold; }
    .products .title_product a {
      text-decoration: none; }
      .products .title_product a:hover {
        text-decoration: underline; }
      .products .title_product a:active {
        text-decoration: none; }
  .products p {
    line-height: 2.2rem;
    margin-bottom: 20px; }
    .products p.prize {
      margin-bottom: 0; }

*[dir='rtl'] .box_twitter {
  margin-right: 0;
  margin-left: 60px; }

.box_twitter {
  position: relative;
  margin-right: 60px; }

.mRight {
  margin-right: 20px; }

.mTop {
  margin-top: 20px; }

.summary {
  font-size: 1.8rem; }

*[dir='rtl'] .social {
  right: auto;
  left: -60px; }

.social {
  position: absolute;
  top: 0;
  right: -60px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social li {
    margin: 0;
    padding: 0;
    background: none; }
    .social li a {
      display: block;
      width: 32px;
      height: 32px;
      margin-bottom: 10px;
      text-align: center;
      color: #fff;
      font-size: 2rem;
      line-height: 3rem; }
      .social li a span {
        display: none; }

.event_list {
  margin: 0 auto; }
  .event_list ul {
    display: inline-block;
    padding: 0 210px 0 110px;
    margin: 340px 0 270px;
    list-style: none;
    border-top: 4px solid #0074d0; }
    .event_list ul li {
      position: relative;
      display: inline-block;
      padding: 0;
      margin: 0;
      width: 75px;
      margin: 0 15px;
      background: transparent;
      height: 10px; }

@media only screen and (max-width: 1025px) {
  .responsive .products .col .field-content.wrapper div, .responsive .products .col .field-content.wrapper p {
    display: block; }
  .responsive .products .col .field-content.wrapper:hover {
    position: relative;
    left: auto;
    top: auto; }
  .responsive .image_list {
    position: relative;
    margin-left: -1px;
    margin-right: -1px; }
    .responsive .image_list li a, .responsive .image_list li div {
      height: auto;
      padding: 1px; }
      .responsive .image_list li a span.textMiddle, .responsive .image_list li div span.textMiddle {
        position: relative;
        display: block;
        top: auto;
        left: auto; }
        .responsive .image_list li a span.textMiddle time.textMiddleWrap, .responsive .image_list li div span.textMiddle time.textMiddleWrap {
          height: auto;
          padding: 5px 0;
          font-size: 1.4rem;
          line-height: 2rem; }
          .responsive .image_list li a span.textMiddle time.textMiddleWrap br, .responsive .image_list li div span.textMiddle time.textMiddleWrap br {
            display: none; } }
@media only screen and (max-width: 860px) {
  .responsive .box_gray {
    margin-bottom: 10px;
    padding: 20px 10px 1px 10px; }
  .responsive .box_border {
    margin-bottom: 2px; }
  .responsive .commemorative .row .col-lg-4 > .field-content.wrapper .file-image img {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .responsive .products {
    padding-bottom: 0; }
    .responsive .products .image_wrap .image {
      float: none;
      max-width: 100%;
      padding-bottom: 20px; }
    .responsive .products .title_product {
      margin-left: 0;
      margin-bottom: 10px; }
  .responsive .image_list {
    padding-top: 30px; }
    .responsive .image_list li {
      width: 33.33%; } }
@media only screen and (max-width: 640px) {
  .responsive .event_list {
    width: auto !important; } }
@media only screen and (max-width: 640px) {
  *[dir='rtl'] .responsive .event_list li.odd .event_block, *[dir='rtl'] .responsive .event_list li.even .event_block {
    text-align: right;
    margin: 0 60px 2px 0;
    padding: 5px 10px 5px 5px; }
    *[dir='rtl'] .responsive .event_list li.odd .event_block span.image, *[dir='rtl'] .responsive .event_list li.even .event_block span.image {
      left: auto;
      right: -60px; }

  .responsive .image_list li {
    width: 50%; }
  .responsive .box_image_left .image {
    float: none;
    margin: 0 auto; }
  .responsive .box_image_left .box_image_content,
  .responsive .box_image_left blockquote {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  .responsive .box_image_left blockquote p:first-child:before {
    position: relative;
    left: auto;
    padding-right: 5px; }
  .responsive .box_border {
    padding: 10px; }
  .responsive .event_list ul {
    margin: 0 10px 0 10px;
    padding: 0;
    display: block;
    border: none; }
    .responsive .event_list ul li.odd, .responsive .event_list ul li.even {
      display: block;
      height: auto;
      margin: 0;
      width: auto;
      float: none; }
      .responsive .event_list ul li.odd .event_block, .responsive .event_list ul li.even .event_block {
        position: relative;
        margin: 0 0 2px 60px;
        padding: 5px 5px 5px 10px;
        width: auto;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        text-align: left; }
        .responsive .event_list ul li.odd .event_block:before, .responsive .event_list ul li.even .event_block:before {
          display: none; }
        .responsive .event_list ul li.odd .event_block span.image, .responsive .event_list ul li.even .event_block span.image {
          position: absolute;
          top: 3px;
          left: -60px;
          width: 50px;
          height: 50px; }
        .responsive .event_list ul li.odd .event_block span.event_title, .responsive .event_list ul li.even .event_block span.event_title {
          padding: 0;
          font-size: 1.8rem;
          line-height: 2.2rem; }
        .responsive .event_list ul li.odd .event_block span.time, .responsive .event_list ul li.even .event_block span.time {
          padding: 0;
          font-size: 1.4rem; } }
.block {
  position: relative;
  display: table;
  width: 100%; }

.block_middle {
  height: 100vh;
  width: 100%;
  display: table-cell;
  vertical-align: middle; }
  .block_middle .container {
    padding: 120px 10px; }

.next_slide {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 40px; }
  .next_slide a {
    display: block;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    font-size: 5rem;
    text-shadow: 1px 1px #000000; }
    .next_slide a:hover {
      background: rgba(0, 117, 209, 0.8); }
    .next_slide a span {
      display: none; }

.content_title {
  background: url(../images//backgrounds/bg_anniversary.jpg) no-repeat 50% 0 fixed #72aade;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images//backgrounds/bg_anniversary.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images//backgrounds/bg_anniversary.jpg', sizingMethod='scale')"; }
  .content_title .block_middle {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.6)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .content_title h1 {
    margin: 0 auto; }
    .content_title h1 span {
      display: none; }
    .content_title h1 img {
      display: block;
      margin: 0 auto;
      max-width: 50%; }

.block .title {
  position: relative; }
  .block .title:before {
    content: "";
    position: absolute;
    left: -100px;
    top: -25px;
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0591FF;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

*[dir='rtl'] .block .title:before {
  left: auto;
  right: -100px; }

.past_to_future {
  background: url(../images//backgrounds/bg_past_future.jpg) no-repeat 50% 0 fixed #cacaca;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images//backgrounds/bg_past_future.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images//backgrounds/bg_past_future.jpg', sizingMethod='scale')"; }
  .past_to_future p {
    font-size: 1.6rem; }
  .past_to_future .title {
    margin: 0 0 32px 0; }
    .past_to_future .title:before {
      background-image: url(../images/icons/icon_past_future.png); }
  .past_to_future h3 {
    font-size: 2.8rem;
    color: #0075d1;
    text-align: center; }
  .past_to_future p {
    margin-bottom: 20px; }

.nelson_mandela {
  background: #ffffff; }
  .nelson_mandela .title {
    margin: 0 0 32px 0; }
    .nelson_mandela .title:before {
      background-image: url(../images/icons/icon_celebrations.png); }
  .nelson_mandela .image img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto; }
  .nelson_mandela .more a {
    color: #000000; }

.remodal-wrapper .description {
  text-align: justify; }

.participate {
  background: #d3d3d3; }
  .participate blockquote {
    border: none !important; }
    .participate blockquote p {
      font-size: 2rem; }
      .participate blockquote p.author {
        font-size: 1.6rem; }
  .participate .title {
    margin: 0 0 32px 0;
    font-size: 3rem; }
    .participate .title:before {
      background-image: url(../images/icons/icon_participate.png); }
  .participate .call_to_action {
    padding-top: 20px;
    text-align: center; }
  .participate .col p img {
    width: 100%; }
  .participate .logo_image img {
    width: 100%; }

.timeline {
  position: relative;
  z-index: 1;
  background: #ffffff; }
  .timeline .block_middle .container {
    padding-bottom: 0; }
  .timeline .title {
    margin: 0 0 32px 0;
    font-size: 3rem; }
    .timeline .title:before {
      background-image: url(../images/icons/icon_timeline.png); }
  .timeline #timeline-embed {
    padding-bottom: 120px; }
    .timeline #timeline-embed .title:before {
      display: none; }

.stories {
  background: #0074D0; }
  .stories .container {
    padding-bottom: 60px; }
  .stories .storiesWrap {
    padding: 50px 60px 30px 60px;
    background: url(../images/backgrounds/bg_timeline.png) no-repeat center 0 scroll transparent; }
  .stories p {
    color: #ffffff;
    font-size: 1.8em; }
  .stories .title {
    margin: 0 0 32px 0;
    font-size: 3rem;
    color: #fff; }
    .stories .title:before {
      background-image: url(../images/icons/icon_stories.png); }
  .stories article {
    position: relative;
    max-width: 450px;
    margin: 0 0 0 auto; }
  .stories section:hover .image_wrap .imgWrap .overlay {
    display: block; }
  .stories .image_wrap .image {
    margin: 0; }
    .stories .image_wrap .image img {
      display: block; }
  .stories .image_wrap .imgWrap {
    position: relative;
    overflow: hidden; }
    .stories .image_wrap .imgWrap .overlay {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 500px;
      padding: 15px 20px;
      line-height: 2.2rem;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.9); }
  .stories .image_wrap:before {
    content: "";
    position: absolute;
    top: 25px;
    right: -50px;
    width: 50px;
    height: 34px;
    background: url(../images/backgrounds/bg_timeline_dot.png) no-repeat right 0 scroll transparent; }
  .stories .right_stories {
    padding-top: 80px; }
    .stories .right_stories article {
      margin: 0 auto 0 0; }
      .stories .right_stories article .image_wrap:before {
        right: auto;
        left: -50px;
        background-position: 0 0; }
  .stories h3 {
    margin: 0;
    padding: 7px 0 0 0;
    color: #0074d0;
    font-size: 1.8rem;
    line-height: 2.4rem; }
    .stories h3 a {
      color: #0074d0;
      text-decoration: none; }
      .stories h3 a:hover {
        text-decoration: underline; }
  .stories article section {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    padding: 20px 20px 10px 20px;
    background: #fff; }

*[dir='rtl'] .stories .col {
  float: right; }
*[dir='rtl'] .stories article {
  margin: 0 auto 0 0; }
  *[dir='rtl'] .stories article .image_wrap:before {
    right: auto;
    left: -50px;
    background-position: 0 0; }
*[dir='rtl'] .stories .right_stories article {
  margin: 0 0 0 auto; }
  *[dir='rtl'] .stories .right_stories article .image_wrap:before {
    right: -50px;
    left: auto;
    background-position: right 0; }

.speeches {
  display: block;
  background: url(../images//backgrounds/bg_speeches.jpg) no-repeat 50% 0 fixed #ffffff;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images//backgrounds/bg_speeches.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images//backgrounds/bg_speeches.jpg', sizingMethod='scale')"; }
  .speeches .block_middle {
    display: block;
    height: auto; }
  .speeches .container {
    padding-bottom: 0; }
  .speeches .title {
    margin: 0 0 32px 0;
    font-size: 3rem; }
    .speeches .title:before {
      background-image: url(../images/icons/icon_speeches.png); }
  .speeches .event_list_wrap {
    position: relative;
    overflow: hidden;
    width: 100%; }

.commemorative {
  background: #fff; }
  .commemorative .container {
    padding-bottom: 80px; }
  .commemorative .title {
    font-size: 3rem; }
    .commemorative .title:before {
      background-image: url(../images/icons/icon_shop.png); }
  .commemorative .summary {
    margin-bottom: 0; }
  .commemorative div {
    font-size: 1.6rem;
    line-height: 2.2rem; }
  .commemorative address {
    margin-bottom: 50px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-style: normal; }
    .commemorative address strong {
      font-size: 2.2rem;
      line-height: 3.2rem; }

.event_list_wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 150px; }

@media only screen and (max-width: 1480px) {
  *[dir='rtl'] .responsive .block .title {
    padding-left: 0;
    padding-right: 100px; }
    *[dir='rtl'] .responsive .block .title:before {
      left: auto;
      right: -5px; }

  .responsive .block .title {
    padding-left: 100px; }
    .responsive .block .title:before {
      left: -5px; } }
@media only screen and (max-width: 1025px) {
  .responsive .content_title {
    background-image: url(../images/backgrounds/bg_anniversary_2x.jpg); }
  .responsive .past_to_future {
    background-image: url(../images/backgrounds/bg_past_future_2x.jpg); }
  .responsive .speeches {
    background-image: url(../images/backgrounds/bg_speeches_2x.jpg); } }
@media only screen and (max-width: 860px) {
  .responsive .block .title {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 24px; }
  .responsive .next_slide {
    display: none; }
    .responsive .next_slide.link_top {
      display: block;
      bottom: -90px; }
  .responsive .past_to_future h3 {
    margin: 0 0 20px 0;
    font-size: 2rem;
    line-height: 3rem; }
  .responsive .stories .storiesWrap {
    padding: 20px 0 0 0; }
    .responsive .stories .storiesWrap article section {
      padding: 2px; }
      .responsive .stories .storiesWrap article section h3 {
        padding: 3px 5px;
        font-size: 1.4rem;
        line-height: 1.9rem; }
      .responsive .stories .storiesWrap article section .overlay {
        display: none !important; }
  .responsive .participate .call_to_action {
    padding: 0 0 20px 0; } }
@media only screen and (max-width: 769px) {
  .responsive .content_title {
    background-image: url(../images/backgrounds/bg_anniversary_3x.jpg); }
  .responsive .past_to_future {
    background-image: url(../images/backgrounds/bg_past_future_3x.jpg); }
  .responsive .speeches {
    background-image: url(../images/backgrounds/bg_speeches_3x.jpg); } }
@media only screen and (max-width: 640px) {
  *[dir='rtl'] .responsive .participate .social {
    right: auto;
    left: 0; }
    *[dir='rtl'] .responsive .participate .social li {
      float: right;
      margin-left: 0;
      margin-right: 10px; }

  .responsive .content_title h1 img {
    width: 100%;
    max-width: 150px; }
  .responsive .participate .box_twitter {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px; }
  .responsive .participate .social {
    top: auto;
    right: auto;
    bottom: -55px; }
    .responsive .participate .social li {
      float: left;
      margin-left: 10px; }
  .responsive .stories .storiesWrap {
    background: none;
    overflow: visible !important; }
    .responsive .stories .storiesWrap article {
      max-width: 100%;
      margin: 0; }
    .responsive .stories .storiesWrap .colsWrap {
      margin: 0 !important; }
    .responsive .stories .storiesWrap .col {
      width: auto !important;
      float: none !important;
      clear: none !important;
      padding: 0 !important; }
    .responsive .stories .storiesWrap .image_wrap:before {
      display: none; }
    .responsive .stories .storiesWrap .image_wrap img {
      width: 100%; }
    .responsive .stories .storiesWrap section {
      margin-bottom: 10px; }
  .responsive .speeches .event_list_wrap {
    padding-bottom: 30px; } }

/*# sourceMappingURL=unesco_70years.css.map */
