@charset "UTF-8";
/*! 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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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 > a:active, .navigation .drop .dropWrap ul li a:active, .button:active, .image_list li a: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, .navigation .menu:after, .screen_navigation .screens ul:after, .menu_setup_vertical:after, .navigation .drop .dropWrap ul:after, .cols > .colsWrap:after, .cols > ul:after, .header .container:after, .navigation .drop .dropWrap: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, .navigation .menu, .screen_navigation .screens ul, .menu_setup_vertical, .navigation .drop .dropWrap ul, .cols > .colsWrap, .cols > ul, .header .container, .navigation .drop .dropWrap, .box_image_left, .image_list, .commemorative .row, .products .image_wrap, .event_list ul {
  display: inline-block; }

* html .clear, * html .menu_setup, * html .navigation .menu, .navigation * html .menu, * html .screen_navigation .screens ul, .screen_navigation .screens * html ul, * html .menu_setup_vertical, * html .navigation .drop .dropWrap ul, .navigation .drop .dropWrap * html ul, * html .cols > .colsWrap, * html .cols > ul, * html .header .container, .header * html .container, * html .navigation .drop .dropWrap, .navigation .drop * html .dropWrap, * 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, .navigation .menu, .screen_navigation .screens ul, .menu_setup_vertical, .navigation .drop .dropWrap ul, .cols > .colsWrap, .cols > ul, .header .container, .navigation .drop .dropWrap, .box_image_left, .image_list, .commemorative .row, .products .image_wrap, .event_list ul {
  display: block; }

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

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

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

.no_decoration {
  text-decoration: none; }
  .no_decoration:hover {
    text-decoration: underline; }
  .no_decoration:active {
    text-decoration: none; }

.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 .dropWrap {
    position: absolute;
    top: 0;
    min-width: 100%; }

.circle, .box_image_left .image, .event_block span.image {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.shadowActive, .navigation > .menu > li > a:active, .navigation .drop .dropWrap ul li a:active, .button:active, .image_list li a:active .textMiddle, .social li a:active {
  box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.5) !important;
  -moz-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.5) !important;
  -webkit-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.5) !important;
  -o-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.5) !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%; } }

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

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

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

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

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

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

img {
  max-width: 100%; }

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

.field-collection-view {
  margin: 0;
  padding: 0; }

.tabs.primary:after, .field-name-field-screen-header:after,
.field-name-field-screen-footer:after, .field-name-field-screen-body-col1:after,
.field-name-field-screen-body-col2:after, .cer-view-chapter-filter-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cer-view-chapter-wrap .chapter-title:before, .field-type-field-collection > .field-items > .field-item .field-name-field-screen-accordion-title:before, .field-type-field-collection > .field-items > .field-item .cer-view-chapter-wrap .chapter-title:before, .cer-view-chapter-wrap .field-type-field-collection > .field-items > .field-item .chapter-title:before {
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  margin-right: 10px;
  background: #FFFFFF;
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #ffae00; }

.cer-view-chapter-wrap:not(.active) .chapter-title:before, .field-type-field-collection > .field-items > .field-item:not(.active) .field-name-field-screen-accordion-title:before, .field-type-field-collection > .field-items > .field-item:not(.active) .cer-view-chapter-wrap .chapter-title:before, .cer-view-chapter-wrap .field-type-field-collection > .field-items > .field-item:not(.active) .chapter-title:before {
  content: "+";
  line-height: 2.8rem; }

.cer-view-chapter-wrap.active .chapter-title:before, .field-type-field-collection > .field-items > .field-item.active .field-name-field-screen-accordion-title:before, .field-type-field-collection > .field-items > .field-item.active .cer-view-chapter-wrap .chapter-title:before, .cer-view-chapter-wrap .field-type-field-collection > .field-items > .field-item.active .chapter-title:before {
  content: "-";
  line-height: 3.3rem; }

.cer-view-chapter-wrap .chapter-title, .field-name-field-screen-accordion-title .field-item, .cer-view-chapter-wrap .chapter-title .field-item {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 1em 0;
  color: #000000;
  font: 16px/24px nexa_regularregular; }

.tabs.primary {
  border-bottom: 1px solid #ffcc33;
  list-style: none; }
  .tabs.primary > li {
    margin-bottom: 0;
    position: relative;
    display: block;
    float: left; }
    .tabs.primary > li > a {
      position: relative;
      display: block;
      padding: 10px 15px;
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid #1E1E1E;
      background: #1E1E1E;
      text-decoration: none;
      color: #ffcc33; }

.tabs.primary > li.active > a,
.tabs.primary > li > a:hover {
  color: #000000;
  border-color: #ffcc33;
  background: #ffcc33; }

body {
  background: #000000;
  color: #FFFFFF; }

img {
  height: auto; }

a {
  color: #ffcc33; }

video {
  max-width: 100%; }

.block {
  table-layout: fixed; }

#block-system-main {
  display: block; }

.container {
  margin: 0 auto 0 auto;
  padding: 0 150px;
  width: 1280px;
  max-width: 1440px;
  min-width: 320px; }

.block_middle {
  height: auto;
  padding: 50px 0; }

.block_middle .container {
  padding: 0; }

.node-cer-screen {
  padding: 15px 5px; }
  .node-cer-screen.scrn-ntpl-view-2 {
    padding: 0; }

.node-cer-screen {
  position: relative;
  overflow: hidden; }

.cer-screen-bg-wr,
.cer-screen-bg-wr > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cer-screen-bg-wr {
  z-index: 0; }

.cer-screen-bg-image {
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed; }

.cer-screen-bg-color {
  height: 100%;
  z-index: 2; }

.cer-screen-content-wr {
  z-index: 10;
  position: relative; }

.node-cer-screen h2 {
  z-index: 3;
  position: relative; }

.cer-screen-bg-video-wr {
  z-index: 2; }

.cer-screen-bg-video-wr video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  max-width: initial; }

.node-type-cer-collection h1.title {
  display: none; }

.field-name-field-screen-template {
  display: none; }

.field-name-field-screen-header,
.field-name-field-screen-footer {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.field-name-field-screen-body-col1,
.field-name-field-screen-body-col2 {
  float: left;
  margin-bottom: 15px; }

.scrn-ntpl-1 .field-name-field-screen-body-col1 {
  width: 100%; }

.scrn-ntpl-1 .field-name-field-screen-body-col2 {
  display: none; }

.scrn-ntpl-2 .field-name-field-screen-body-col1,
.scrn-ntpl-2 .field-name-field-screen-body-col2 {
  width: 100%; }

@media screen and (min-width: 960px) {
  .scrn-ntpl-2.col-2-balance-50-50 .field-name-field-screen-body-col1 {
    width: 50%;
    padding-right: 15px; }
  .scrn-ntpl-2.col-2-balance-50-50 .field-name-field-screen-body-col2 {
    width: 50%;
    padding-left: 15px; }
  .scrn-ntpl-2.col-2-balance-25-75 .field-name-field-screen-body-col1 {
    width: 25%;
    padding-right: 15px; }
  .scrn-ntpl-2.col-2-balance-25-75 .field-name-field-screen-body-col2 {
    width: 75%;
    padding-left: 15px; }
  .scrn-ntpl-2.col-2-balance-75-25 .field-name-field-screen-body-col1 {
    width: 75%;
    padding-right: 15px; }
  .scrn-ntpl-2.col-2-balance-75-25 .field-name-field-screen-body-col2 {
    width: 25%;
    padding-left: 15px; }
  .scrn-ntpl-2.col-2-balance-33-66 .field-name-field-screen-body-col1 {
    width: 33.333%;
    padding-right: 15px; }
  .scrn-ntpl-2.col-2-balance-33-66 .field-name-field-screen-body-col2 {
    width: 66.6666%;
    padding-left: 15px; }
  .scrn-ntpl-2.col-2-balance-66-33 .field-name-field-screen-body-col1 {
    width: 66.6666%;
    padding-right: 15px; }
  .scrn-ntpl-2.col-2-balance-66-33 .field-name-field-screen-body-col2 {
    width: 33.333%;
    padding-left: 15px; } }

.cer-view-chapter-wrap {
  width: 100%;
  float: left; }
  .cer-view-chapter-wrap .chapter-title {
    background: #ffae00;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1px 0 10px; }
    .cer-view-chapter-wrap .chapter-title a {
      text-decoration: none;
      color: #000000; }
  @media screen and (min-width: 960px) {
    .cer-view-chapter-wrap {
      width: 20%; }
      .cer-view-chapter-wrap .chapter-title {
        padding: 0 12px !important; }
        .cer-view-chapter-wrap .chapter-title:before, .cer-view-chapter-wrap .chapter-title:after {
          display: none; } }
  .cer-view-chapter-wrap .stories-per-chapter {
    margin: 0 10px; }
    .cer-view-chapter-wrap .stories-per-chapter img {
      width: 100%; }
    @media screen and (min-width: 960px) {
      .cer-view-chapter-wrap .stories-per-chapter {
        margin: 0; } }
  .cer-view-chapter-wrap .views-row {
    position: relative; }
    .cer-view-chapter-wrap .views-row .views-field-title-wrapper {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 7px;
      z-index: 10; }
    .cer-view-chapter-wrap .views-row .views-field-title {
      background-color: rgba(0, 0, 0, 0.5);
      color: #FFFFFF;
      text-align: center;
      min-height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      font-size: 1.6rem;
      padding: 10px 20px; }
    .cer-view-chapter-wrap .views-row .views-field-field-cer-menu-image {
      font-size: 0;
      opacity: 0.8;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .cer-view-chapter-wrap .views-row:hover .views-field-field-cer-menu-image {
      background: #000000;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }

.node-type-cer-resource,
.node-type-cer {
  max-width: 100%;
  max-height: 100%;
  height: 80vh;
  background: #FFFFFF; }
  .node-type-cer-resource #block-system-main,
  .node-type-cer #block-system-main {
    background: #FFFFFF; }
  .node-type-cer-resource #page,
  .node-type-cer #page {
    max-width: 100%; }
  .node-type-cer-resource #content,
  .node-type-cer #content {
    width: 100%;
    max-width: 100%; }

.node-cer-resource .field-name-field-screen-image .field-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.view-cer-resources-grid.view-display-id-block .views-row {
  float: left;
  min-width: 300px;
  position: relative; }
  @media screen and (min-width: 300px) {
    .view-cer-resources-grid.view-display-id-block .views-row {
      width: 100%; }
      .view-cer-resources-grid.view-display-id-block .views-row img {
        width: 100%; } }
  @media screen and (min-width: 600px) {
    .view-cer-resources-grid.view-display-id-block .views-row {
      width: 50%; } }
  @media screen and (min-width: 900px) {
    .view-cer-resources-grid.view-display-id-block .views-row {
      width: 33.3333%; } }
  @media screen and (min-width: 1200px) {
    .view-cer-resources-grid.view-display-id-block .views-row {
      width: 25%; } }
  @media screen and (min-width: 1500px) {
    .view-cer-resources-grid.view-display-id-block .views-row {
      width: 20%; } }
  .view-cer-resources-grid.view-display-id-block .views-row .cer-res-wrap-row a {
    font-size: 0; }
  .view-cer-resources-grid.view-display-id-block .views-row .cer-res-wrap-row .cer-res-title-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px;
    z-index: 10; }
    .view-cer-resources-grid.view-display-id-block .views-row .cer-res-wrap-row .cer-res-title-wrapper .cer-res-title-container {
      background: rgba(0, 0, 0, 0.5);
      margin: 0 0 10px;
      padding: 10px; }
    .view-cer-resources-grid.view-display-id-block .views-row .cer-res-wrap-row .cer-res-title-wrapper p {
      padding: 0 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      color: #FFFFFF; }
    .view-cer-resources-grid.view-display-id-block .views-row .cer-res-wrap-row .cer-res-title-wrapper .cer-res-title p {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.4; }
    .view-cer-resources-grid.view-display-id-block .views-row .cer-res-wrap-row .cer-res-title-wrapper .cer-res-subtitle p {
      font-size: 1.4rem; }
  .view-cer-resources-grid.view-display-id-block .views-row .cer-res-wrap-row .cer-res-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 10px 0;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .view-cer-resources-grid.view-display-id-block .views-row .cer-res-wrap-row .cer-res-btn p {
      background: #ffae00;
      border-radius: 4px;
      display: inline-block;
      color: #000000;
      text-decoration: none;
      padding: 10px 20px 8px 20px;
      font: normal 1.1rem/1.2rem 'nexa_regularregular', Helvetica, serif;
      text-transform: uppercase; }
      .view-cer-resources-grid.view-display-id-block .views-row .cer-res-wrap-row .cer-res-btn p:hover {
        background: #ffbc1a; }

#owl-demo .item {
  display: block;
  width: 100%;
  height: auto; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.cer-story-slider-wrap .slider-bg {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px; }
  .cer-story-slider-wrap .slider-bg .slider-text {
    width: 50%;
    float: left;
    padding: 110px 25px 50px 10%; }
    .cer-story-slider-wrap .slider-bg .slider-text h1 {
      font: normal 30px 'nexa_heavyregular';
      color: #ffb400;
      text-transform: uppercase;
      margin: 0;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
      text-align: right;
      padding: 0;
      margin-bottom: 15px; }
    .cer-story-slider-wrap .slider-bg .slider-text h2 {
      font: normal 18px/22px 'nexa_heavyregular';
      color: #ffffff;
      text-transform: uppercase;
      margin: 1px 0 50px !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
      text-align: right;
      padding: 0; }
  .cer-story-slider-wrap .slider-bg .slider-image {
    width: 50%;
    float: left;
    padding: 50px 10% 50px 20px; }

.cer-story-slider-wrap .body-text {
  display: block;
  width: 100%;
  padding: 40px;
  background: white;
  color: #000000;
  margin-bottom: 20px; }

.node-type-cer header#content-header {
  display: none; }

.node-type-cer-resource #header,
.node-type-cer-resource #admin-menu,
.node-type-cer #header,
.node-type-cer #admin-menu {
  display: none; }

.node-type-cer-resource .block,
.node-type-cer .block {
  display: block; }

.node-type-cer-resource #content,
.node-type-cer #content {
  padding-top: 0; }

.node-type-cer-resource h1.title,
.node-type-cer h1.title {
  text-align: center;
  padding: 20px 0 10px 0;
  margin: 0; }

.node-type-cer-resource .field-name-field-cer-resource-subtitle,
.node-type-cer .field-name-field-cer-resource-subtitle {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 20px 0; }

.node-type-cer-resource .field-name-field-cer-resource-template,
.node-type-cer .field-name-field-cer-resource-template {
  display: none; }

.node-type-cer-resource .field-name-field-scrn-v-gal-video-video video,
.node-type-cer .field-name-field-scrn-v-gal-video-video video {
  width: 80%;
  max-width: 80%;
  max-height: 80%;
  display: block;
  margin: 0 auto; }

.fancybox-nav {
  width: 60px; }

.fancybox-nav span {
  visibility: visible;
  opacity: 0.5; }

.fancybox-nav:hover span {
  opacity: 1; }

.fancybox-next {
  right: -60px; }

.fancybox-prev {
  left: -60px; }

.field-collection-view {
  border: none;
  position: relative; }

.field-collection-container {
  margin-bottom: 0;
  border: none; }
  .field-collection-container .field-items .field-item {
    margin-bottom: 0; }

.field-collection-view-links {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0 !important; }
  .field-collection-view-links a {
    color: #FFFFFF; }

.action-links-field-collection-add li {
  list-style: none; }

.action-links-field-collection-add a {
  color: #FFFFFF; }

.field-name-field-screen-accordion-title, .cer-view-chapter-wrap .chapter-title {
  position: relative;
  padding: 24px 0 29px;
  background: #ffb400;
  border-top: 3px solid #fff;
  cursor: pointer; }
  .field-name-field-screen-accordion-title h2, .cer-view-chapter-wrap .chapter-title h2 {
    padding: 0;
    margin: 0;
    font: normal 26px nexa_heavyregular;
    color: #fff;
    line-height: 34px;
    max-width: 500px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 55px; }

.field-name-field-screen-accordion-content {
  padding: 10px 20px 20px;
  background: #FFFFFF;
  margin-bottom: 0; }
  .field-name-field-screen-accordion-content p {
    color: #000000;
    line-height: 2.2rem; }
  @media screen and (min-width: 960px) {
    .field-name-field-screen-accordion-content {
      padding: 40px 80px;
      background: #FFFFFF;
      margin-bottom: 0; } }
  .field-name-field-screen-accordion-content .owl-theme .owl-controls {
    margin-top: 30px; }

.ck-editor-float-left {
  float: left;
  margin-right: 10px; }

.ck-editor-float-right {
  float: right;
  margin-left: 10px; }

.ck-editor-float-none {
  float: none; }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

#back-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 90;
  opacity: 0.5;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  display: none; }
  #back-top:hover {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  #back-top.show {
    display: block; }

#back-top a {
  width: 60px;
  display: block;
  text-align: center;
  font: 11px/14px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: #000000;
  padding-bottom: 3px;
  cursor: pointer;
  /* transition */
  -webkit-transition: 1s;
  transition: 1s; }

#back-top a:hover {
  color: #FFFFFF; }

/* arrow icon (span tag) */
#back-top:before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  background: #ffae00 url("../images/icons/up-arrow.png") no-repeat center center;
  background-size: 50%;
  border: #000000 solid 4px;
  -webkit-transition: 1s;
  transition: 1s; }

#back-top a:hover span {
  background-color: #ffcc33; }

@media screen and (min-width: 960px) {
  #back-top {
    display: none !important; } }

.dr-mc {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .dr-mc {
      text-align: right; } }

.dl-mc {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .dl-mc {
      text-align: left; } }

.dc-mc {
  text-align: center; }

.dr-mc-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dr-mc-i > .media {
    margin-left: 5px;
    margin-right: 5px; }
  @media screen and (min-width: 960px) {
    .dr-mc-i {
      float: right;
      -webkit-box-pack: end;
      -webkit-justify-content: end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; }
      .dr-mc-i > .media {
        margin-left: 10px; } }

.dl-mc-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dl-mc-i > .media {
    margin-left: 5px;
    margin-right: 5px; }
  @media screen and (min-width: 960px) {
    .dl-mc-i {
      float: left;
      -webkit-box-pack: start;
      -webkit-justify-content: start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .dl-mc-i > .media {
        margin-right: 10px; } }

.dc-mc-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dc-mc-i > .media {
    margin-left: 5px;
    margin-right: 5px; }

.cer-heading-1 {
  text-shadow: 1px 1px #000000, -1px -1px #000000;
  color: #fff;
  font: 48px/60px nexa_heavyregular;
  margin-bottom: 20px; }

.cer-subheading-2 {
  color: #000000;
  margin: 0;
  padding: 15px 0 0 0;
  text-transform: uppercase; }
  .cer-subheading-2.white-font {
    color: #FFFFFF; }

.set1 {
  text-align: center; }
  .set1 h1 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000;
    color: #ffffff;
    font: 96px/84px nexa_heavyregular; }
  .set1 h2 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1em 0;
    text-shadow: 1px 1px #000000;
    color: #ffffff;
    font: 48px/46px nexa_lightregular; }
  @media screen and (min-width: 960px) {
    .set1 {
      text-align: right; } }

.set2 {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px; }
  .set2 h3 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1em 0;
    color: #ffae00;
    text-shadow: 1px 1px #000000;
    font: 16px/24px nexa_regularregular; }
  .set2 p {
    text-shadow: 1px 1px #000000;
    color: #d1d1d1; }

.set3 {
  text-align: center; }
  .set3 h1 {
    padding: 0;
    margin: 0 0 .2em 0;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000;
    color: #fff;
    font: 96px/84px nexa_heavyregular; }
  .set3 h2 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 .5em 0;
    text-shadow: 1px 1px #000000;
    color: #fff;
    font: 70px/70px nexa_lightregular; }
  .set3 p strong {
    color: #ffffff; }

.set4 h2 {
  color: white;
  margin: 0 0 .5em 0;
  text-shadow: 1px 1px #000000;
  font: 36px/40px nexa_lightregular; }

.set4a h2 {
  color: white;
  margin: 0 0 .5em 0;
  text-shadow: 1px 1px #000000;
  font: 36px/40px nexa_heavyregular; }

.cer-subheading-2a {
  font: normal 12px nexa_lightregular;
  color: #000000;
  line-height: 22px; }

.set5 h4 {
  font: 26px/26px nexa_heavyregular;
  margin: 0 0 0.5em; }

.set5 h2 {
  font: 76px/84px nexa_heavyregular;
  color: #ffae00;
  margin: 0 0 0.5em; }

.set5 p {
  color: #1E1E1E; }

.set6 h2 {
  color: #FFFFFF;
  margin: 0 0 .5em 0;
  text-shadow: 1px 1px #000000;
  font: 28px/36px nexa_lightregular; }

@media only screen and (max-width: 960px) {
  .set1 h1,
  .set2 h1,
  .set3 h1,
  .set4 h1 {
    margin: 0 0 20px 0 !important;
    font-size: 4.8rem !important;
    line-height: 5.6rem !important; }
  .set1 h2,
  .set2 h2,
  .set3 h2,
  .set4 h2 {
    margin: 0 0 20px 0 !important;
    font-size: 3.6rem !important;
    line-height: 4.2rem !important; } }

@media only screen and (max-width: 600px) {
  .set1 h1,
  .set2 h1,
  .set3 h1,
  .set4 h1 {
    margin: 0 0 10px 0 !important;
    font-size: 2.8rem !important;
    line-height: 3.4rem !important; }
  .set1 h2,
  .set2 h2,
  .set3 h2,
  .set4 h2 {
    margin: 0 0 10px 0 !important;
    font-size: 2.4rem !important;
    line-height: 3.2rem !important; } }

iframe > html {
  height: auto; }

.fancybox-wrap {
  border: 3px solid #ffae00;
  -webkit-box-sizing: padding-box;
     -moz-box-sizing: padding-box;
          box-sizing: padding-box; }

.scrn-ntpl-video {
  margin-bottom: 0; }
  @media screen and (min-width: 960px) {
    .scrn-ntpl-video .field-name-field-screen-video-header {
      position: absolute;
      top: 30px;
      z-index: 9999;
      width: 100%; }
    .scrn-ntpl-video .cer-heading-wrapper {
      z-index: 10;
      width: 100%;
      text-align: center; }
      .scrn-ntpl-video .cer-heading-wrapper > div {
        margin-bottom: 0; } }
  .scrn-ntpl-video video {
    max-width: 100%;
    width: 100%;
    outline: none; }

.cer-hidden-chapter {
  display: none; }

.cer-exposed-chapter {
  width: 100%; }
  .cer-exposed-chapter.cer-view-chapter-wrap .views-row {
    float: left; }
    @media screen and (min-width: 300px) {
      .cer-exposed-chapter.cer-view-chapter-wrap .views-row {
        width: 100%; }
        .cer-exposed-chapter.cer-view-chapter-wrap .views-row img {
          width: 100%; } }
    @media screen and (min-width: 600px) {
      .cer-exposed-chapter.cer-view-chapter-wrap .views-row {
        width: 50%; } }
    @media screen and (min-width: 900px) {
      .cer-exposed-chapter.cer-view-chapter-wrap .views-row {
        width: 33.3333%; } }
    @media screen and (min-width: 1200px) {
      .cer-exposed-chapter.cer-view-chapter-wrap .views-row {
        width: 25%; } }
    @media screen and (min-width: 1500px) {
      .cer-exposed-chapter.cer-view-chapter-wrap .views-row {
        width: 20%; } }

.field-name-field-screen-accordion-content p {
  font: normal 13px/22px nexa_lightregular;
  color: #333333;
  margin: 20px 0; }

.acc-upper {
  font-family: nexa_heavyregular !important;
  text-transform: uppercase; }

.acc-cite {
  font: normal 13px/26px nexa_lightregular;
  color: #999999;
  display: block;
  text-align: right; }

.acc-blockquote {
  font: normal 18px/26px nexa_xbold_italicregular !important;
  margin: 0;
  text-align: right; }

#wrapper-node-7354 .block_middle {
  vertical-align: top;
  margin: 0;
  padding: 0; }

.cer-view-chapter-all {
  display: none; }
  @media screen and (min-width: 960px) {
    .cer-view-chapter-all {
      min-height: 50px;
      border-bottom: solid black 4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      cursor: pointer;
      color: #000000;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 20px; } }
  .cer-view-chapter-all p {
    color: #FFFFFF;
    padding: 6px 12px;
    margin-bottom: 10px;
    text-decoration: underline; }
    .cer-view-chapter-all p:hover {
      background: #ffae00; }

/*
.cer-view-chapter-wrap .chapter-title{
  border-top: none;
  border-left: $color-black 2px solid;
  border-right: $color-black 2px solid;
  cursor: pointer;

  &:hover{
    background-color: $colorYellowTabs;
  }
}

.view-cer-story-grid{
  .cer-view-chapter-wrap:first-child{
    .chapter-title{
      border-left: none;
    }
  }
  .cer-view-chapter-wrap:last-child{
    .chapter-title {
      border-right: none;
    }
  }
}

.chapter-title-2{
  @media screen and ( min-width : $desktopBreakpoint ) {
    width: 20%;
  }
}
*/
.cer-view-chapter-filter-wrap {
  display: none; }
  @media screen and (min-width: 960px) {
    .cer-view-chapter-filter-wrap {
      display: block; } }
  .cer-view-chapter-filter-wrap .chapter-title {
    color: #555555;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 1px 0 10px;
    cursor: pointer;
    font: normal 12px 'nexa_heavyregular';
    width: 20%;
    float: left;
    padding: 0 12px;
    border-left: #000000 2px solid;
    border-right: #000000 2px solid; }
    .cer-view-chapter-filter-wrap .chapter-title p {
      font-size: 1.4rem;
      line-height: 2rem; }
    .cer-view-chapter-filter-wrap .chapter-title:hover {
      color: #ffcc33; }
    .cer-view-chapter-filter-wrap .chapter-title:first-child {
      border-left: none; }
    .cer-view-chapter-filter-wrap .chapter-title:last-child {
      border-right: none; }
    .cer-view-chapter-filter-wrap .chapter-title.cer-exposed-filter {
      color: #ffae00; }
      .cer-view-chapter-filter-wrap .chapter-title.cer-exposed-filter:hover {
        color: #ffcc33; }
    @media screen and (max-width: 960px) {
      .cer-view-chapter-filter-wrap .chapter-title {
        width: 100%;
        margin: 0 0 2px 0;
        border-left: none;
        border-right: none; } }

.foo-set a {
  color: #FFFFFF;
  text-decoration: none; }
  .foo-set a:hover {
    text-decoration: underline; }

.foo-set .crafted {
  margin-top: 30px;
  display: block; }
  @media screen and (min-width: 960px) {
    .foo-set .crafted {
      margin-top: 80px; } }

.cer-view-chapter-wrap .cer-mobile-accordion-tittle {
  display: block;
  background: #ffae00;
  border-bottom: 2px solid #000000;
  text-align: center;
  cursor: pointer;
  font: normal 16px 'nexa_heavyregular';
  padding: 20px 40px;
  color: #000000; }
  @media screen and (min-width: 960px) {
    .cer-view-chapter-wrap .cer-mobile-accordion-tittle {
      display: none; } }

.cer-view-chapter-wrap.cer-hidden-chapter {
  display: none !important; }

.block_middle {
  padding: 0; }

.scrn-ntpl-1 {
  padding: 50px 70px; }
  @media screen and (min-width: 960px) {
    .scrn-ntpl-1 {
      padding: 150px 160px 150px 160px; } }

.scrn-ntpl-2 {
  padding: 50px 70px; }
  @media screen and (min-width: 960px) {
    .scrn-ntpl-2 {
      padding: 150px 160px 150px 160px; } }

.scrn-ntpl-view-1 {
  padding: 0; }

.scrn-ntpl-view-2 {
  padding: 0; }

.scrn-ntpl-video {
  padding: 0; }

.stories-wrapper .views-row {
  float: left;
  display: block; }
  @media screen and (min-width: 300px) {
    .stories-wrapper .views-row {
      width: 100%; }
      .stories-wrapper .views-row img {
        width: 100%; } }
  @media screen and (min-width: 600px) {
    .stories-wrapper .views-row {
      width: 50%; } }
  @media screen and (min-width: 900px) {
    .stories-wrapper .views-row {
      width: 33.3333%; } }
  @media screen and (min-width: 960px) {
    .stories-wrapper .views-row {
      width: 100%; } }

.owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 15px; }

.wrapper-of-scrn-ntpl-video .cer-screen-bg-video-wr {
  z-index: 100; }

@media screen and (min-width: 960px) {
  .vjs-has-started .vjs-control-bar {
    z-index: 99;
    margin: 0 auto 175px;
    width: 80% !important;
    max-width: 1680px;
    min-width: 320px; } }

.video-js {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: initial;
  max-height: initial; }
  .video-js video {
    position: relative !important; }
    @media screen and (min-width: 960px) {
      .video-js video {
        position: absolute !important; } }

.field-name-field-cer-screens > .field-items > .field-item:first-child {
  margin-top: 91px; }
  @media screen and (min-width: 960px) {
    .field-name-field-cer-screens > .field-items > .field-item:first-child {
      margin-top: 0; } }

.wrapper-of-scrn-ntpl-video .container {
  max-width: initial; }

@media screen and (min-width: 960px) {
  .field-name-field-screen-video .content {
    height: 100vh; } }

.wrapper-of-scrn-ntpl-view-1 .block_middle {
  vertical-align: initial; }

/*!
 *  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 {
  -webkit-filter: none;
          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: ""; }

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

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

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

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

html {
  font-size: 62.5%; }

body {
  font-family: "Helvetica Neue", Hevetica, Arial, serif;
  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 150px;
  width: 1280px;
  max-width: 1680px;
  min-width: 320px; }

.header, .footer, #content {
  min-width: 1680px; }

body,
html {
  height: 100vh; }

body {
  position: relative;
  font-family: "nexa_lightregular";
  color: #d1d1d1;
  background: #000000; }

@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; }

.header {
  position: fixed;
  z-index: 100;
  min-height: 91px;
  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: #1E1E1E; }
  .header .container.top_nav {
    z-index: 200;
    position: relative; }
  @media screen and (min-width: 960px) {
    .header {
      background-color: transparent;
      min-height: unset; } }

.logo {
  position: absolute;
  left: 0;
  top: 0; }
  .logo .page_title a {
    display: block; }
    .logo .page_title a img {
      display: block; }
  .logo .page_title span {
    display: none; }

.footer {
  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 li a {
  display: block;
  font: normal 1.2em/1.3em "nexa_heavyregular", Helvetica, serif; }

.navigation > .menu {
  position: relative; }
  .navigation > .menu > li {
    position: static;
    width: 16.66%; }
    .navigation > .menu > li > a {
      position: relative;
      min-height: 105px;
      padding: 15px 30px 25px 10px;
      text-shadow: 1px 1px #000000;
      color: #d1d1d1;
      text-transform: uppercase; }
      .navigation > .menu > li > a:active {
        text-shadow: 1px 1px #ffe699 !important;
        background-color: #ffbf00 !important; }
      .navigation > .menu > li > a > small {
        position: absolute;
        bottom: 7px;
        left: 10px;
        color: #b8b8b8;
        text-shadow: none;
        font: normal .9em/1.3em 'nexa_regularregular', Helvetica, serif; }
    .navigation > .menu > li:hover > a {
      text-shadow: none;
      color: #000000 !important;
      background-color: #ffcc33; }
      .navigation > .menu > li:hover > a > small {
        color: #000000 !important; }
    .navigation > .menu > li.selected > a,
    .navigation > .menu > li.selected > a > small {
      color: #ffcc33; }
    .navigation > .menu > li:hover .drop {
      display: block; }

@media only screen and (max-width: 1380px) {
  body .navigation > .menu > li > a {
    padding: 15px 10px 25px 10px; } }

.navigation .drop .dropWrap {
  background-color: #ffcc33;
  padding-bottom: 10px; }

.navigation .drop .dropWrap {
  padding-top: 20px; }
  .navigation .drop .dropWrap ul {
    float: left;
    width: 50%; }
    .navigation .drop .dropWrap ul li a {
      margin: 10px 10px 0 10px;
      padding: 12px 10px;
      text-transform: uppercase;
      border: 1px solid #FFB400; }
      .navigation .drop .dropWrap ul li a:hover {
        background-color: #FFB400;
        border-color: #e6a200; }
      .navigation .drop .dropWrap ul li a:active {
        text-shadow: 1px 1px #ffc333;
        background-color: #e6a200;
        border-color: #cc9000; }
  .navigation .drop .dropWrap .drop_content {
    padding: 10px 10px 0 0;
    width: 50%;
    float: right; }
    .navigation .drop .dropWrap .drop_content .drop_content_wrap {
      min-height: 350px;
      border: #FFB400;
      background-repeat: no-repeat;
      background-position: center top;
      background-color: transparent; }
      .navigation .drop .dropWrap .drop_content .drop_content_wrap .color_overlay {
        min-height: 350px; }
        .navigation .drop .dropWrap .drop_content .drop_content_wrap .color_overlay h2 {
          color: #d1d1d1;
          position: relative;
          margin: 0 80px -10px 30px;
          padding: 30px 0 0 0;
          text-shadow: 1px 1px #000000;
          font: 3.8em/1.4em "nexa_lightregular"; }
        .navigation .drop .dropWrap .drop_content .drop_content_wrap .color_overlay h3 {
          color: #d1d1d1;
          padding: 0;
          margin: 0 80px 0 30px;
          text-shadow: 1px 1px #000000;
          font: 2.4em/1.4em "nexa_heavyregular";
          text-transform: uppercase; }

#mobile-menu-btn {
  float: right;
  font-size: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 91px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  line-height: 0; }

#mobile-menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 960px) {
  #mobile-menu-btn {
    display: none; } }

.screen_navigation {
  position: fixed;
  margin: 0;
  padding: 140px 0 20px;
  top: 0;
  z-index: 99;
  background: #000000;
  width: 100%; }
  .screen_navigation .container {
    padding: 0; }
  .screen_navigation .screens ul {
    padding: 0 20px; }
    .screen_navigation .screens ul a {
      position: relative;
      padding: 10px 0;
      text-transform: uppercase;
      color: #d1d1d1;
      font: 1.6em/1.6em "nexa_heavyregular";
      border-bottom: gray solid 1px;
      width: 100%; }
    .screen_navigation .screens ul li {
      width: 100%; }
      .screen_navigation .screens ul li.selected a, .screen_navigation .screens ul li a.mPS2id-highlight {
        position: relative;
        color: #ffcc33; }
      .screen_navigation .screens ul li.first a {
        border-top: gray solid 1px; }

@media screen and (min-width: 960px) {
  .screen_navigation {
    position: fixed;
    min-width: 100%;
    top: auto;
    bottom: 20px;
    background: none;
    width: auto;
    padding: 0 0 20px; }
    .screen_navigation .container {
      padding: 0 150px; }
    .screen_navigation .screens {
      border-width: 5px;
      border-style: solid;
      border-color: #1E1E1E;
      background: rgba(0, 0, 0, 0.9); }
      .screen_navigation .screens ul a {
        padding: 20px 0;
        font: 1.2em/1.4em "nexa_heavyregular";
        border: none;
        width: auto; }
        .screen_navigation .screens ul a:after {
          content: "I";
          padding: 0 20px;
          color: #ffcc33; }
        .screen_navigation .screens ul a:hover {
          color: #ffcc33; }
      .screen_navigation .screens ul li {
        width: auto; }
        .screen_navigation .screens ul li.selected a:before, .screen_navigation .screens ul li a.mPS2id-highlight:before {
          content: "\f04d";
          position: absolute;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          top: -1.6rem;
          left: 50%;
          margin-left: -3rem;
          font: 2rem/2rem FontAwesome; }
        .screen_navigation .screens ul li:last-child a:after {
          content: "";
          padding: 0; }
        .screen_navigation .screens ul li.first a {
          border-top: none; }
        .screen_navigation .screens ul li.last.selected a:before, .screen_navigation .screens ul li.last a.mPS2id-highlight:before {
          margin-left: -0.8rem; } }

.button {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 25px 30px 22px 30px;
  font: normal 1.8rem/2rem 'nexa_regularregular', Helvetica, serif;
  text-transform: uppercase; }
  .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: #ffb400; }
  .button1:hover {
    background: #ffbc1a; }
  .button1:active {
    background: #cc9000; }

.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 {
      position: relative;
      overflow: hidden;
      display: block;
      text-decoration: none; }
      .image_list li a img {
        display: block;
        width: 100%; }
      .image_list li a:hover .textMiddle {
        display: block; }
      .image_list li a:active .textMiddle {
        background: rgba(0, 113, 202, 0.9); }
      .image_list li a .textMiddle {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 113, 202, 0.8); }
        .image_list li a .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: 220px;
  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: 2rem;
      line-height: 2.5rem; }
  .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 .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 ul li {
  float: right; }

.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: 100px;
    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 {
      height: auto;
      padding: 1px; }
      .responsive .image_list li a span.textMiddle {
        position: relative;
        display: block;
        top: auto;
        left: auto; }
        .responsive .image_list li a 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 {
            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 .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%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-color: #000000;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.block_middle {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }
  @media screen and (min-width: 960px) {
    .block_middle {
      height: 100vh; } }

html {
  overflow-x: hidden; }

.holding_page h1,
.holding_page h2,
.holding_page h3,
.holding_page p,
.holding_page a {
  color: #d1d1d1;
  text-decoration: none; }

.holding_page .col .anchor {
  display: block;
  margin-bottom: 40px;
  color: #d1d1d1;
  text-decoration: none; }
  .holding_page .col .anchor:hover h2 {
    color: #ffb400; }
  .holding_page .col .anchor:hover .image {
    border-color: #ffb400; }
  .holding_page .col .anchor:active h2 {
    margin-bottom: 10px;
    color: #996c00; }
  .holding_page .col .anchor:active .image {
    border-color: #996c00; }

.holding_page p.image {
  margin: 0;
  border-width: 3px 0;
  border-style: solid;
  border-color: #000000; }
  .holding_page p.image img,
  .holding_page p.image a {
    display: block; }

.holding_page h1 {
  padding-top: 0;
  margin-bottom: 1em;
  color: #fff;
  font: 3.8em/1.4em "nexa_lightregular"; }

.holding_page h2 {
  padding-top: 5px;
  margin-bottom: 20px;
  font: 1.8em/1.4em "nexa_heavyregular";
  text-transform: uppercase; }

.holding_page .text_content {
  max-width: 80%;
  margin-bottom: 60px; }
  .holding_page .text_content p {
    font: 1.4em/1.6em "nexa_lightregular"; }
  .holding_page .text_content .summary {
    margin-bottom: 1em;
    text-transform: uppercase;
    font-family: "nexa_heavyregular"; }

#intro .block_middle {
  background-color: rgba(255, 180, 1, 0.9); }
  #intro .block_middle .col {
    position: relative; }
  #intro .block_middle .set1 {
    text-align: right; }
    #intro .block_middle .set1 h1 {
      padding: 0;
      margin: 0 0 1em 0;
      text-shadow: 1px 1px #000000;
      color: #fff;
      font: 48px/60px nexa_heavyregular; }
    #intro .block_middle .set1 p img {
      padding-left: 20px; }
  #intro .block_middle .set2 h3 {
    color: #000000;
    margin: 0;
    padding: 15px 0 0 0;
    text-transform: uppercase; }
  #intro .block_middle .set2 p {
    color: #000000;
    margin: 0; }

#intro1 .set1, #speech .set1 {
  text-align: right; }
  #intro1 .set1 h1, #speech .set1 h1 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000;
    color: #fff;
    font: 96px/84px nexa_heavyregular; }
  #intro1 .set1 h2, #speech .set1 h2 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1em 0;
    text-shadow: 1px 1px #000000;
    color: #fff;
    font: 48px/46px nexa_lightregular; }
  #intro1 .set1 h3, #speech .set1 h3 {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px #000000;
    color: #fff;
    font: 16px/16px nexa_lightregular; }
  #intro1 .set1 p img, #speech .set1 p img {
    padding-left: 20px; }

#intro1 .set2, #speech .set2 {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px; }
  #intro1 .set2 p, #speech .set2 p {
    text-shadow: 1px 1px #000000;
    color: #d1d1d1; }
  #intro1 .set2 h3, #speech .set2 h3 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1em 0;
    color: #FFB400;
    text-shadow: 1px 1px #000000;
    font: 16px/24px nexa_regularregular; }

#intro2 .set1 {
  text-align: center; }
  #intro2 .set1 h1 {
    padding: 0;
    margin: 0 0 .2em 0;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000;
    color: #fff;
    font: 96px/84px nexa_heavyregular; }
  #intro2 .set1 h2 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 .5em 0;
    text-shadow: 1px 1px #000000;
    color: #fff;
    font: 70px/70px nexa_lightregular; }
  #intro2 .set1 p {
    font-size: 1.8em; }
    #intro2 .set1 p strong {
      color: #ffffff; }
    #intro2 .set1 p.more {
      padding-top: 3em; }

#speech .set1 h1, #speech .set1 h2 {
  color: #FFB400; }

#speech .set3 h3 {
  padding: 0;
  margin: 0 0 1em 0;
  text-shadow: 1px 1px #000000;
  color: #d1d1d1;
  font: 42px/54px nexa_lightregular; }

#speech .set3 p strong {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-family: nexa_heavyregular; }

/*# sourceMappingURL=../stylesheets/application.css.map */
