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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.left, .alignleft, .footer-top_menu, .footer_brand, .footer_menu, .list-jackpots_title, .locate_btn {
  float: left; }

.right, .alignright, .footer_social, .page-social_menu, .list-jackpots_price {
  float: right; }

.center, .aligncenter {
  margin: 0 auto; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix--reset:before, .clearfix--reset:after {
  content: "";
  display: inline; }

.clearfix--reset:after {
  clear: none; }

.clear {
  clear: both; }
  .clear--reset {
    clear: none; }

.slider_title, .form_select .customSelectInner, .games_title, .item--games .item_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.hidden {
  display: none;
  visibility: hidden; }
  .hidden--mobile {
    display: none;
    visibility: hidden; }
    @media all and (min-width: 768px) {
      .hidden--mobile {
        display: block;
        visibility: visible; } }
  .hidden--tablet {
    display: block;
    visibility: visible; }

@media all and (min-width: 768px) and (max-width: 979px) {
  .hidden--tablet {
    display: none;
    visibility: hidden; } }
    @media all and (min-width: 980px) {
      .hidden--tablet {
        display: block;
        visibility: visible; } }
  .hidden--desktop {
    display: block;
    visibility: visible; }
    @media all and (min-width: 980px) {
      .hidden--desktop {
        display: none;
        visibility: hidden; } }

/*! jQuery UI - v1.11.2 - 2014-11-19
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px; }

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

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

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

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

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

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

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

html,
body {
  background: #FEFEFE;
  height: 100%;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 100%;
  color: #333;
  -webkit-overflow-scrolling: touch; }

html {
  box-sizing: border-box; }

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

::selection {
  background: #C4B680;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #C4B680;
  color: #FFF;
  text-shadow: none; }

p,
li,
table {
  font-size: 0.75rem;
  text-align: justify; }

p {
  line-height: 1.5;
  margin: 15px 0 0 0; }
  p:first-child {
    margin-top: 0; }

img {
  display: block;
  max-width: 100%; }

a {
  color: #C4B680;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

ul,
ol {
  margin: 15px 0 0 0;
  padding: 0; }
  ul:first-child,
  ol:first-child {
    margin-top: 0; }

li {
  line-height: 1.5;
  margin-left: 15px; }
  li > ul,
  li > ol {
    margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Georgia", "Arial", sans-serif;
  font-weight: normal; }

h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 20px 0 10px 0; }
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 1.25rem; }

h2 {
  font-size: 1rem; }

h3 {
  font-size: 0.875rem; }

h4 {
  font-size: 0.875rem;
  font-weight: normal; }

h5 {
  font-size: 0.875rem;
  font-weight: normal; }

h6 {
  font-size: 0.875rem;
  font-weight: normal; }

blockquote {
  font-family: "Georgia", "Arial", sans-serif;
  border-left: solid 8px #C4B680;
  margin: 20px 0;
  padding-left: 12px; }
  @media all and (min-width: 768px) {
    blockquote {
      padding-left: 22px; } }
  @media all and (min-width: 980px) {
    blockquote {
      padding-left: 42px; } }
  blockquote p {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 0;
    position: relative; }

table {
  width: 100%;
  text-align: left;
  margin-bottom: 20px; }
  table th,
  table td {
    padding: 10px;
    border: solid 1px #ECECEC; }
  table tr:nth-child(even) {
    background: #F9F9F9; }
  table tr:nth-child(odd) {
    background: #FFF; }

.alignleft {
  margin-right: 10px; }

.alignright {
  margin-left: 10px; }

.wp-caption .wp-caption-text {
  font-size: 0.75rem;
  margin: 0 10px 0 0;
  padding: 5px;
  border: dashed 1px #333;
  border-top: none; }

.wp-caption.alignleft {
  margin-right: 0; }

#canvas,
#header-top,
#header,
#nav,
#slider,
#wrapper,
#footer-top,
#footer {
  position: relative; }

#canvas {
  z-index: 3; }

#header-top,
#slider,
#wrapper,
#footer-top,
#footer {
  z-index: 4; }

#header {
  z-index: 5; }

#nav {
  z-index: 10; }

.container {
  max-width: 980px;
  margin: 0 auto;
  position: relative; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.l-col {
  width: 100%;
  float: none; }
  @media all and (min-width: 768px) {
    .l-col {
      float: left; } }
  .l-col + .l-col {
    margin-top: 10px; }
    @media all and (min-width: 768px) {
      .l-col + .l-col {
        margin: 0 0 0 2%; } }
    @media all and (min-width: 980px) {
      .l-col + .l-col {
        margin-left: 20px; } }

.l-hp .top-content {
  display: none; }
  @media all and (min-width: 768px) {
    .l-hp .top-content {
      display: block; } }

.l-hp .main-content {
  background: #F2F2F2;
  padding: 20px 10px; }
  @media all and (min-width: 768px) {
    .l-hp .main-content {
      padding-left: 2%;
      padding-right: 2%; } }
  @media all and (min-width: 980px) {
    .l-hp .main-content {
      padding: 30px 20px; } }

@media all and (min-width: 768px) {
  .l-hp .l-col--single {
    width: 24%; } }

@media all and (min-width: 980px) {
  .l-hp .l-col--single {
    width: 220px; } }

@media all and (min-width: 768px) {
  .l-hp .l-col--twin {
    width: 48%; } }

@media all and (min-width: 980px) {
  .l-hp .l-col--twin {
    width: 460px; } }

.l-1col,
.l-2col-l,
.l-2col-r,
.l-3col,
.l-product,
.l-shp-2col-l,
.l-shp-3col {
  padding: 20px 10px; }
  @media all and (min-width: 768px) {
    .l-1col,
    .l-2col-l,
    .l-2col-r,
    .l-3col,
    .l-product,
    .l-shp-2col-l,
    .l-shp-3col {
      padding-left: 2%;
      padding-right: 2%; } }
  @media all and (min-width: 980px) {
    .l-1col,
    .l-2col-l,
    .l-2col-r,
    .l-3col,
    .l-product,
    .l-shp-2col-l,
    .l-shp-3col {
      padding: 40px 20px 30px 20px; } }

.l-2col-l .left-content {
  display: none; }
  @media all and (min-width: 980px) {
    .l-2col-l .left-content {
      display: block;
      width: 200px; } }

.l-2col-l .main-content {
  margin-left: 0; }
  @media all and (min-width: 980px) {
    .l-2col-l .main-content {
      width: 720px;
      margin-left: 20px; } }

@media all and (min-width: 768px) {
  .l-2col-r .main-content {
    width: 74%; } }

@media all and (min-width: 980px) {
  .l-2col-r .main-content {
    width: 700px; } }

@media all and (min-width: 768px) {
  .l-2col-r .right-content {
    width: 24%; } }

@media all and (min-width: 980px) {
  .l-2col-r .right-content {
    display: block;
    width: 220px; } }

.l-3col .left-content {
  display: none; }
  @media all and (min-width: 980px) {
    .l-3col .left-content {
      display: block;
      width: 200px; } }

@media all and (min-width: 768px) {
  .l-3col .main-content {
    width: 74%;
    margin-left: 0; } }

@media all and (min-width: 980px) {
  .l-3col .main-content {
    width: 480px;
    margin-left: 20px; } }

@media all and (min-width: 768px) {
  .l-3col .right-content {
    width: 24%; } }

@media all and (min-width: 980px) {
  .l-3col .right-content {
    display: block;
    width: 220px; } }

.l-shp-2col-l .left-content {
  display: none; }
  @media all and (min-width: 980px) {
    .l-shp-2col-l .left-content {
      display: block;
      width: 200px; } }

.l-shp-2col-l .main-content {
  margin-left: 0; }
  @media all and (min-width: 980px) {
    .l-shp-2col-l .main-content {
      width: 720px;
      margin-left: 20px; } }

.l-shp-2col-l .l-row + .l-row {
  margin-top: 10px; }

@media all and (min-width: 768px) {
  .l-shp-2col-l .l-row--twin .l-col {
    width: 49%; } }

@media all and (min-width: 980px) {
  .l-shp-2col-l .l-row--twin .l-col {
    width: 350px; } }

.l-shp-2col-l .l-row--twin .l-col + .l-col {
  margin-top: 10px; }
  @media all and (min-width: 768px) {
    .l-shp-2col-l .l-row--twin .l-col + .l-col {
      margin: 0 0 0 2%; } }
  @media all and (min-width: 980px) {
    .l-shp-2col-l .l-row--twin .l-col + .l-col {
      margin-left: 20px; } }

.l-shp-3col .left-content {
  display: none; }
  @media all and (min-width: 980px) {
    .l-shp-3col .left-content {
      display: block;
      width: 200px; } }

@media all and (min-width: 768px) {
  .l-shp-3col .main-content {
    width: 74%;
    margin-left: 0; } }

@media all and (min-width: 980px) {
  .l-shp-3col .main-content {
    width: 480px;
    margin-left: 20px; } }

@media all and (min-width: 768px) {
  .l-shp-3col .right-content {
    width: 24%; } }

@media all and (min-width: 980px) {
  .l-shp-3col .right-content {
    display: block;
    width: 220px; } }

.l-shp-3col .l-row + .l-row {
  margin-top: 10px; }

@media all and (min-width: 768px) {
  .l-shp-3col .l-row--twin .l-col {
    width: 49%; } }

@media all and (min-width: 980px) {
  .l-shp-3col .l-row--twin .l-col {
    width: 230px; } }

.l-shp-3col .l-row--twin .l-col + .l-col {
  margin-top: 10px; }
  @media all and (min-width: 768px) {
    .l-shp-3col .l-row--twin .l-col + .l-col {
      margin: 0 0 0 2%; } }
  @media all and (min-width: 980px) {
    .l-shp-3col .l-row--twin .l-col + .l-col {
      margin-left: 20px; } }

.l-product .left-content {
  display: none; }
  @media all and (min-width: 980px) {
    .l-product .left-content {
      display: block;
      width: 200px; } }

.l-product .main-content {
  margin-left: 0; }
  @media all and (min-width: 980px) {
    .l-product .main-content {
      width: 720px;
      margin-left: 20px; } }

.l-product .l-row + .l-row {
  margin-top: 10px; }

@media all and (min-width: 768px) {
  .l-product .l-row--product .l-col {
    width: 66%; } }

@media all and (min-width: 980px) {
  .l-product .l-row--product .l-col {
    width: 470px; } }

.l-product .l-row--product .l-col + .l-col {
  margin-top: 10px; }
  @media all and (min-width: 768px) {
    .l-product .l-row--product .l-col + .l-col {
      width: 32%;
      margin: 0 0 0 2%; } }
  @media all and (min-width: 980px) {
    .l-product .l-row--product .l-col + .l-col {
      width: 230px;
      margin-left: 20px; } }

#canvas {
  min-height: 100%;
  transition: all 0.5s ease 0s; }
  @media all and (min-width: 980px) {
    .no-touch #canvas {
      transition: none; } }
  .push #canvas {
    transform: translate3d(-270px, 0, 0);
    -webkit-transform: translate3d(-270px, 0, 0);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    @media all and (min-width: 980px) {
      .no-touch .push #canvas {
        height: 100%;
        transform: none;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto; } }

#global {
  min-height: 100%; }

#header-top {
  display: none;
  background: #1F1F1F;
  height: 25px; }
  @media all and (min-width: 980px) {
    .no-touch #header-top {
      display: block; } }

.header_tagline {
  height: 25px;
  line-height: 25px;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 0.75rem;
  color: #999;
  margin-left: 200px; }

#header {
  background: #C4B680;
  height: 60px; }
  #header:before, #header:after {
    background: #EDE9D9;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 6; }
  #header:before {
    top: 5px; }
  #header:after {
    bottom: 5px; }

.header_button {
  width: 28px;
  height: 18px;
  cursor: pointer;
  padding: 7.5px 0;
  position: absolute;
  top: 21px;
  right: 11px; }
  @media all and (min-width: 980px) {
    .no-touch .header_button {
      display: none; } }
  .header_button span {
    display: block;
    background: #FFF;
    width: 100%;
    height: 3px;
    transition: all 500ms ease-in-out;
    position: relative; }
    .header_button span:before, .header_button span:after {
      background: #FFF;
      width: 100%;
      height: 3px;
      content: "";
      transition: all 500ms ease-in;
      position: absolute; }
    .header_button span:before {
      top: -8px; }
    .header_button span:after {
      bottom: -8px; }

.header_button--arrow span:before, .header_button--arrow span:after {
  width: 63%;
  height: 3px;
  right: -2px; }

.header_button--arrow span:before {
  transform: translateY(3px) rotate(35deg);
  -webkit-transform: translateY(3px) rotate(35deg); }

.header_button--arrow span:after {
  transform: translateY(-3px) rotate(-35deg);
  -webkit-transform: translateY(-3px) rotate(-35deg); }

.header_logo {
  position: absolute;
  left: 10px;
  z-index: 10; }
  @media all and (min-width: 980px) {
    .no-touch .header_logo {
      top: -25px;
      left: 0; } }
  .header_logo img {
    display: none; }
    @media all and (min-width: 980px) {
      .no-touch .header_logo img {
        display: block; } }
  .header_logo a,
  .header_logo h1 {
    display: block;
    background: url("images/logo.png") 0 0 no-repeat;
    width: 117px;
    height: 77px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .header_logo a,
      .header_logo h1 {
        background-image: url("images/logo_2x.png");
        background-size: 117px 77px; } }
    @media all and (min-width: 980px) {
      .no-touch .header_logo a, .no-touch
      .header_logo h1 {
        background: none;
        width: auto;
        height: auto; } }
  .header_logo h1 {
    margin: 0; }

#nav {
  background: #212121;
  width: 270px;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: -270px;
  bottom: 0; }
  @media all and (min-width: 980px) {
    .no-touch #nav {
      background: none;
      width: 800px;
      min-height: 1px;
      height: 60px;
      overflow: visible;
      margin: auto;
      position: absolute;
      top: 0;
      left: 180px;
      right: 0; } }
  #nav:before {
    background: none;
    width: 20px;
    content: "";
    box-shadow: inset 20px 0 15px -20px #000;
    opacity: 0.55;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10; }
    @media all and (min-width: 980px) {
      .no-touch #nav:before {
        display: none; } }

.nav {
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  margin-top: 0;
  position: relative; }
  .nav ul,
  .nav li {
    margin: 0;
    padding: 0; }
  .nav a {
    display: block;
    height: 100%;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none; }
    @media all and (min-width: 980px) {
      .no-touch .nav a {
        font-size: 0.625rem;
        text-transform: uppercase; } }
  .nav + .nav {
    border-top: solid 1px #383838; }
    .nav + .nav.nav--sep {
      border-top: none; }
  @media all and (min-width: 980px) {
    .no-touch .nav.ul-1 {
      display: table;
      width: 100%;
      height: 60px;
      table-layout: fixed; } }
  @media all and (min-width: 980px) {
    .no-touch .nav .li-1:hover {
      background: rgba(0, 0, 0, 0.2); } }
  @media all and (min-width: 980px) {
    .no-touch .nav .li-1:hover > .ul-2 {
      display: block; } }
  @media all and (min-width: 980px) {
    .no-touch .nav .li-1.nav_level--active > a {
      background: rgba(0, 0, 0, 0.2); } }
  @media all and (min-width: 980px) {
    .no-touch .nav .li-1 + .li-1:before {
      background: url("images/sprite.png") no-repeat -100px -150px;
      width: 7px;
      height: 13px;
      content: "";
      position: absolute;
      top: 24px;
      left: -3px; } }
  @media all and (min-width: 980px) {
    .no-touch .nav .ul-2 {
      width: 265px;
      border-top: none;
      position: absolute;
      left: 0;
      top: 60px; } }
  .nav .ul-2.nav_subnav--reverse {
    left: auto;
    right: 0; }
  @media all and (min-width: 980px) {
    .no-touch .nav .li-2 {
      background: #9D9266; } }
  @media all and (min-width: 980px) {
    .no-touch .nav .li-2:hover > .nav_link-container a {
      background: #C4B680; } }
  @media all and (min-width: 980px) {
    .no-touch .nav .li-2.nav_level--active > .nav_link-container a {
      background: #C4B680; } }

.nav_level {
  list-style-type: none;
  position: relative; }
  .nav_level .nav_link-container {
    height: 49px;
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle; }
    @media all and (min-width: 980px) {
      .no-touch .nav_level .nav_link-container {
        height: auto; } }
  @media all and (min-width: 980px) {
    .no-touch .nav_level.li-1 {
      display: table-cell;
      height: 60px;
      vertical-align: middle;
      position: relative; } }
  .nav_level + .nav_level {
    border-top: solid 1px #383838; }
    @media all and (min-width: 980px) {
      .no-touch .ul-1 .nav_level + .nav_level {
        border-top: none; } }
    .ul-2 .nav_level + .nav_level {
      border-top-color: #6E664B; }
      @media all and (min-width: 980px) {
        .no-touch .ul-2 .nav_level + .nav_level {
          border-top: none; } }

.nav_level--active.li-1 {
  background: #B2A575; }

.nav_level--active.li-2 {
  background: #817855; }

.nav_link {
  display: block;
  padding: 0 15px; }
  .nav_level .nav_link-container > .nav_link {
    display: table-cell;
    vertical-align: middle; }
  @media all and (min-width: 980px) {
    .no-touch .li-1 > .nav_link-container .nav_link {
      height: auto;
      line-height: normal;
      text-align: center;
      padding: 17px 10px; } }
  .ul-2 .nav_link,
  .ul-3 .nav_link {
    padding-left: 30px; }
    @media all and (min-width: 980px) {
      .no-touch .ul-2 .nav_link, .no-touch
      .ul-3 .nav_link {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px; } }

.nav_subnav {
  display: none; }
  .nav_subnav.ul-2 {
    background: #988D64;
    border-top: solid 1px #6E664B; }
    @media all and (min-width: 980px) {
      .no-touch .nav_subnav.ul-2 {
        border-top: none; } }
  .nav_subnav.ul-3 {
    background: #746b4c;
    border-top: solid 1px #6E664B; }
    @media all and (min-width: 980px) {
      .no-touch .nav_subnav.ul-3 {
        border-top: none; } }

.nav_subnav--active {
  display: block; }
  @media all and (min-width: 980px) {
    .no-touch .nav_subnav--active {
      display: none; } }

.nav_more {
  width: 35px;
  max-height: 49px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }
  @media all and (min-width: 980px) {
    .no-touch .nav_more {
      display: none; } }
  .nav_more .ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 10px; }
  .nav_more .ico--more {
    background: url("images/sprite.png") no-repeat -50px -200px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .nav_more .ico--more {
        background-image: url("images/sprite_2x.png");
        background-size: 500px 500px; } }
  .nav_more .ico--less {
    background: url("images/sprite.png") no-repeat -50px -243px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .nav_more .ico--less {
        background-image: url("images/sprite_2x.png");
        background-size: 500px 500px; } }

.nav--sep {
  padding-top: 50px; }
  @media all and (min-width: 980px) {
    .no-touch .nav--sep {
      display: none; } }
  .nav--sep:before {
    width: 100%;
    height: 50px;
    content: "";
    position: absolute;
    top: 0;
    left: 0; }

.nav--sep_1:before {
  background: url("images/nav-sep-1.jpg"); }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .nav--sep_1:before {
      background-image: url("images/nav-sep-1_2x.jpg");
      background-size: 269px 50px; } }

.nav--sep_2:before {
  background: url("images/nav-sep-2.jpg"); }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .nav--sep_2:before {
      background-image: url("images/nav-sep-2_2x.jpg");
      background-size: 269px 50px; } }

.nav--socials {
  font-size: 0; }
  @media all and (min-width: 980px) {
    .no-touch .nav--socials {
      display: none; } }
  .nav--socials .nav_level {
    display: inline-block;
    width: 25%;
    height: 50px;
    font-size: 1rem;
    vertical-align: top; }
    .nav--socials .nav_level + .nav_level {
      border-top: none;
      border-left: solid 1px #383838; }
  .nav--socials a {
    display: block;
    height: 100%;
    padding: 0; }
  .nav--socials .ico:before {
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .nav--socials .ico:before {
        background-image: url("images/sprite_2x.png");
        background-size: 500px 500px; } }
  .nav--socials .ico--facebook:before {
    background-position: -150px -100px;
    width: 8px;
    height: 15px; }
  .nav--socials .ico--gplus:before {
    background-position: -200px -100px;
    width: 15px;
    height: 15px; }
  .nav--socials .ico--twitter:before {
    background-position: -99px -100px;
    width: 15px;
    height: 12px; }
  .nav--socials .ico--pinterest:before {
    background-position: -250px -100px;
    width: 14px;
    height: 17px; }
  .nav--socials .ico--instagram:before {
    background-position: -300px -100px;
    width: 14px;
    height: 14px; }
  .nav--socials .ico--youtube:before {
    background-position: -350px -101px;
    width: 17px;
    height: 12px; }

.portal-link {
  display: none;
  height: 25px;
  line-height: 25px;
  padding: 0;
  position: absolute;
  top: -25px;
  left: 15px;
  color: #C9C4B7;
  font-size: 0.688rem; }
  @media all and (min-width: 980px) {
    .no-touch .portal-link {
      display: block; } }
  .portal-link a {
    color: #C4B680; }

.nav-top {
  background: #C4B680;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 0;
  height: 60px;
  padding: 10px; }
  @media all and (min-width: 980px) {
    .no-touch .nav-top {
      background: none;
      height: 25px;
      padding: 0;
      position: absolute;
      top: -25px;
      right: 0; } }
  .nav-top .ico {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    position: relative; }
    @media all and (min-width: 980px) {
      .no-touch .nav-top .ico {
        display: none; } }
  .nav-top .ico--lang:before {
    background: url("images/sprite-icons.png") no-repeat no-repeat 0 -50px;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .nav-top .ico--lang:before {
        background-image: url("images/sprite-icons_2x.png");
        background-size: 50px 500px; } }

.nav-top_col {
  display: inline-block;
  background: #867D5C;
  width: 40px;
  height: 40px;
  overflow: hidden;
  vertical-align: top; }
  @media all and (min-width: 980px) {
    .no-touch .nav-top_col {
      background: none;
      width: auto;
      height: 25px;
      overflow: visible; } }
  .nav-top_col + .nav-top_col {
    margin-left: 10px; }
    @media all and (min-width: 980px) {
      .no-touch .nav-top_col + .nav-top_col {
        margin-left: 20px; } }

.nav-top_col--open {
  width: 200px; }
  @media all and (min-width: 980px) {
    .no-touch .nav-top_col--open {
      width: auto; } }

.nav-top_search {
  height: 100%;
  position: relative; }
  @media all and (min-width: 980px) {
    .no-touch .nav-top_search {
      width: 160px;
      padding: 4px 0; } }
  .nav-top_search form {
    height: 100%; }
  .nav-top_search input[type=text] {
    display: inline-block;
    background: #867D5C;
    width: 0;
    height: 100%;
    font-size: 1rem;
    color: #FFF;
    border: none;
    padding: 0;
    vertical-align: top; }
    @media all and (min-width: 980px) {
      .no-touch .nav-top_search input[type=text] {
        background: none;
        width: 140px;
        height: 17px;
        font-size: 0.75rem;
        color: #C4B680;
        border-bottom: solid 1px #C4B680;
        padding-right: 20px; } }
    .nav-top_col--open .nav-top_search input[type=text] {
      width: 160px;
      padding-left: 15px; }
      @media all and (min-width: 980px) {
        .no-touch .nav-top_col--open .nav-top_search input[type=text] {
          padding-left: 0; } }
    .nav-top_search input[type=text]::-webkit-input-placeholder {
      color: #C4B680; }
    .nav-top_search input[type=text]::-moz-placeholder {
      color: #C4B680;
      opacity: 1; }
    .nav-top_search input[type=text]:-ms-input-placeholder {
      color: #C4B680; }
  .nav-top_search input[type=submit] {
    background: url("images/sprite-icons.png") no-repeat 0 0;
    width: 15px;
    height: 14px;
    text-indent: -99999px;
    border: none;
    padding: 0;
    position: absolute;
    top: 13px;
    right: 13px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .nav-top_search input[type=submit] {
        background-image: url("images/sprite-icons_2x.png");
        background-size: 50px 500px; } }
    @media all and (min-width: 980px) {
      .no-touch .nav-top_search input[type=submit] {
        background: url("images/sprite-icons.png") no-repeat 0 -100px;
        width: 13px;
        height: 12px;
        top: 6px;
        right: 0; } }

.nav-top_lang {
  height: 100%;
  position: relative; }
  @media all and (min-width: 980px) {
    .no-touch .nav-top_lang {
      width: 120px;
      padding: 4px 0; } }
  .nav-top_lang .lang_select {
    display: none;
    cursor: pointer;
    position: relative; }
    @media all and (min-width: 980px) {
      .no-touch .nav-top_lang .lang_select {
        display: block;
        height: 17px;
        font-size: 0.75rem;
        color: #C4B680;
        border-bottom: solid 1px #C4B680;
        padding-right: 20px; } }
    @media all and (min-width: 980px) {
      .no-touch .nav-top_lang .lang_select:before {
        background: url("images/sprite.png") no-repeat -100px -200px;
        width: 8px;
        height: 5px;
        content: "";
        position: absolute;
        top: 6px;
        right: 0; } }
  .nav-top_lang .lang_menu {
    display: inline-block;
    width: 160px;
    height: 100%;
    margin: 0; }
    @media all and (min-width: 980px) {
      .no-touch .nav-top_lang .lang_menu {
        display: none;
        background: #1F1F1F;
        width: 100%;
        height: auto;
        border: solid 1px #000;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 10; } }
  @media all and (min-width: 980px) {
    .no-touch .nav-top_lang .lang_menu--active {
      display: block; } }
  .nav-top_lang .lang_item {
    display: inline-block;
    width: 32px;
    height: 100%;
    line-height: 42px;
    text-align: center;
    margin: 0; }
    @media all and (min-width: 980px) {
      .no-touch .nav-top_lang .lang_item {
        display: block;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left; } }
    .nav-top_lang .lang_item a {
      display: block;
      height: 100%;
      color: #FFF;
      font-size: 0.875rem; }
      @media all and (min-width: 980px) {
        .no-touch .nav-top_lang .lang_item a {
          font-size: 0.75rem;
          padding: 0 5px; } }
      @media all and (min-width: 980px) {
        .no-touch .nav-top_lang .lang_item a:hover {
          background: #C4B680;
          text-decoration: none; } }
  .nav-top_lang .lang_item--active a {
    background: #C4B680; }
  .nav-top_lang .lang_long {
    display: none; }
    @media all and (min-width: 980px) {
      .no-touch .nav-top_lang .lang_long {
        display: block;
        height: 100%; } }
  .nav-top_lang .lang_small {
    display: block;
    height: 100%; }
    @media all and (min-width: 980px) {
      .no-touch .nav-top_lang .lang_small {
        display: none; } }

#slider {
  background: url("images/slider-bg.jpg") 0 0 repeat; }

.slider {
  position: relative; }
  @media all and (min-width: 980px) {
    .slider {
      margin: 0 -60px; } }
  .slider .bx-prev,
  .slider .bx-next {
    background: #FFF url("images/sprite.png");
    height: 40px;
    width: 40px;
    text-indent: -99999px;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    z-index: 1001; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .slider .bx-prev,
      .slider .bx-next {
        background-image: url("images/sprite_2x.png");
        background-size: 500px 500px; } }
    @media all and (min-width: 768px) {
      .slider .bx-prev,
      .slider .bx-next {
        width: 69px; } }
    .slider .bx-prev:hover,
    .slider .bx-next:hover {
      cursor: pointer;
      opacity: 1; }
  .slider .bx-prev {
    background-position: 14px 11px;
    right: 41px; }
    @media all and (min-width: 768px) {
      .slider .bx-prev {
        background-position: 29px 11px;
        right: 70px; } }
    @media all and (min-width: 980px) {
      .slider .bx-prev {
        right: 130px; } }
  .slider .bx-next {
    background-position: 14px -39px;
    right: 0; }
    @media all and (min-width: 768px) {
      .slider .bx-next {
        background-position: 29px -39px; } }
    @media all and (min-width: 980px) {
      .slider .bx-next {
        right: 60px; } }

.slider_item + .slider_item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .bx-wrapper .slider_item + .slider_item {
    visibility: visible; }

.slider_illus {
  width: 100%;
  height: auto; }
  @media all and (min-width: 980px) {
    .slider_illus {
      width: 1100px;
      height: 358px; } }

.slider_title {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  height: 40px;
  line-height: 40px;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 0.625rem;
  color: #7F7E7F;
  text-transform: uppercase;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  @media all and (min-width: 768px) {
    .slider_title {
      display: block; } }
  @media all and (min-width: 980px) {
    .slider_title {
      left: 60px;
      right: 60px; } }
  @media all and (min-width: 768px) {
    .slider--active .slider_title {
      right: 140px; } }
  @media all and (min-width: 980px) {
    .slider--active .slider_title {
      right: 200px; } }

#footer-top {
  background: #000;
  height: 40px; }
  @media all and (min-width: 980px) {
    .no-touch #footer-top {
      background: #FFF;
      border-top: solid 1px #E5E5E5;
      margin-bottom: 30px; } }

.footer-top_menu {
  display: none;
  font-size: 0;
  margin: 0;
  position: relative; }
  @media all and (min-width: 980px) {
    .no-touch .footer-top_menu {
      display: block; } }
  .footer-top_menu a {
    display: block;
    height: 100%;
    color: #6A696A; }
  .footer-top_menu .menu_item {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    font-size: 0.688rem;
    list-style-type: none;
    margin: 0;
    position: relative; }
    .footer-top_menu .menu_item + .menu_item {
      padding-left: 16px; }
      .footer-top_menu .menu_item + .menu_item:before {
        background: #333;
        width: 4px;
        height: 4px;
        content: "";
        border-radius: 50%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 5px;
        bottom: 0; }

.footer-top_copy {
  height: 40px;
  line-height: 40px;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 0.688rem;
  color: #FFF;
  letter-spacing: 0.25px;
  text-align: center; }
  @media all and (min-width: 980px) {
    .no-touch .footer-top_copy {
      height: 39px;
      line-height: 39px;
      color: #333;
      float: right; } }
  .footer-top_copy span {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    position: relative; }
    @media all and (min-width: 980px) {
      .no-touch .footer-top_copy span {
        display: inline;
        height: auto;
        padding: 0; } }
    .footer-top_copy span:before, .footer-top_copy span:after {
      background: #FFF;
      width: 4px;
      height: 4px;
      content: "";
      border-radius: 50%;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0; }
      @media all and (min-width: 980px) {
        .no-touch .footer-top_copy span:before, .no-touch .footer-top_copy span:after {
          display: none; } }
    .footer-top_copy span:before {
      left: 0; }
    .footer-top_copy span:after {
      right: 0; }

#footer {
  display: none;
  background: #0E0E0E;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  @media all and (min-width: 980px) {
    .no-touch #footer {
      display: block; } }

.footer_brand {
  height: 30px;
  line-height: 30px;
  font-size: 0.625rem;
  color: #FDC411;
  letter-spacing: 0.5px; }
  .footer_brand + .footer_menu {
    padding-left: 21px; }
    .footer_brand + .footer_menu:before {
      background: #414141;
      width: 1px;
      height: 12px;
      content: "";
      position: absolute;
      left: 10px;
      top: 9px; }

.footer_menu {
  font-size: 0;
  margin: 0;
  position: relative; }
  .footer_menu a {
    display: block;
    height: 100%;
    color: #C9C4B7; }
  .footer_menu .menu_item {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 0.625rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    list-style-type: none;
    margin: 0;
    position: relative; }
    .footer_menu .menu_item + .menu_item {
      padding-left: 21px; }
      .footer_menu .menu_item + .menu_item:before {
        background: #414141;
        width: 1px;
        height: 12px;
        content: "";
        position: absolute;
        left: 10px;
        top: 9px; }
  .footer_menu .pop-menu-child {
    position: absolute;
    bottom: 100%;
    left: 10px;
    background-color: #0E0E0E; }
  .footer_menu #newsletter {
    font-family: "gill-sans-w01-roman", "Arial", sans-serif; }
    .footer_menu #newsletter .content {
      padding: 20px; }
    .footer_menu #newsletter .title {
      color: #FFF;
      text-transform: uppercase;
      white-space: nowrap;
      line-height: 10px;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 12px; }
      .footer_menu #newsletter .title:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 5px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        bottom: 0;
        left: 0; }
    .footer_menu #newsletter label {
      display: inline-block;
      text-transform: uppercase;
      margin-bottom: 3px;
      color: #c9c4b7;
      font-size: 0.625rem; }
    .footer_menu #newsletter .wrap {
      position: relative;
      height: 24px;
      background-color: #fff; }
      .footer_menu #newsletter .wrap input[type="text"] {
        width: 210px;
        padding: 0 0 0 4px;
        border: 0;
        display: inline-block;
        font-size: 0.688rem;
        line-height: 24px;
        vertical-align: top; }
      .footer_menu #newsletter .wrap button[type="submit"] {
        float: right;
        background-color: #42413d;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        color: #fff;
        border: 0;
        padding: 0;
        font-size: 0.75rem; }

.footer_social {
  font-size: 0;
  margin: 0; }
  .footer_social a {
    display: block;
    height: 100%; }
  .footer_social .menu_item {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 0.625rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    list-style-type: none;
    margin: 0; }
  .footer_social .ico {
    position: relative; }
    .footer_social .ico:before {
      background-image: url("images/sprite.png");
      background-repeat: no-repeat;
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .footer_social .ico:before {
          background-image: url("images/sprite_2x.png");
          background-size: 500px 500px; } }
  .footer_social .ico--rss:before {
    background-position: -50px 0;
    width: 11px;
    height: 11px; }
  .footer_social .ico--twitter:before {
    background-position: -100px 0;
    width: 13px;
    height: 11px; }
  .footer_social .ico--facebook:before {
    background-position: -150px 0;
    width: 8px;
    height: 13px; }
  .footer_social .ico--youtube:before {
    background-position: -200px 0;
    width: 18px;
    height: 12px; }
  .footer_social .ico--instagram:before {
    background-position: -249px 0;
    width: 15px;
    height: 14px; }

.btn,
label,
input,
textarea,
select {
  display: block;
  outline: none; }

.form_row + .form_row {
  margin-top: 15px; }

.form_col + .form_col {
  margin-top: 15px; }

.form_label {
  font-size: 0.688rem;
  font-weight: bold;
  margin-bottom: 5px; }
  .has-error .form_label {
    color: #B94A48; }

.form_input {
  background: #FFF;
  height: 30px;
  border: solid 1px #d2d1d0;
  position: relative; }
  .form_input input[type=text],
  .form_input input[type=password] {
    width: 100%;
    height: 100%;
    font-size: 0.688rem;
    color: #000;
    border: none;
    padding: 0 5px; }
  .has-error .form_input {
    border-color: #B94A48; }

.form_input--datepicker input[type="text"] {
  background: transparent;
  position: relative;
  z-index: 2; }

.form_input--datepicker:before {
  background: url("images/sprite.png") no-repeat -150px -150px;
  width: 17px;
  height: 16px;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 1; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .form_input--datepicker:before {
      background-image: url("images/sprite_2x.png");
      background-size: 500px 500px; } }

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  height: 150px;
  font-size: 0.688rem;
  color: #000;
  border: solid 1px #d2d1d0;
  border-radius: 0;
  padding: 5px;
  -webkit-appearance: none; }
  .has-error textarea {
    border-color: #B94A48; }

.btn {
  width: 100%;
  height: 30px; }
  .btn a,
  .btn span,
  .btn input[type=submit] {
    background: #C4B680;
    width: 100%;
    height: 100%;
    font-size: 0.813rem;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    border-radius: 0;
    padding: 0 10px; }
    .btn a:hover,
    .btn span:hover,
    .btn input[type=submit]:hover {
      background: #BCB188;
      text-decoration: none; }
  .btn a,
  .btn span {
    display: block;
    line-height: 30px; }

.form_select {
  width: 100%;
  height: 30px; }
  .form_select .hasCustomSelect,
  .form_select .customSelect,
  .form_select .customSelectInner {
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .form_select .hasCustomSelect {
    padding: 0;
    z-index: 10; }
    .form_select .hasCustomSelect option {
      font-size: 0.688rem; }
  .form_select .customSelect {
    background: #FFF;
    border: solid 1px #d2d1d0;
    padding: 0 30px 0 5px;
    position: relative; }
    .form_select .customSelect:before {
      background: url("images/sprite.png") no-repeat -125px -200px;
      width: 8px;
      height: 5px;
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .form_select .customSelect:before {
          background-image: url("images/sprite_2x.png");
          background-size: 500px 500px; } }
  .form_select .customSelectInner {
    line-height: 28px;
    font-size: 0.688rem;
    color: #000; }
  .has-error .form_select .customSelect {
    border-color: #B94A48; }

.form_checkbox {
  min-height: 16px;
  font-size: 0.688rem; }
  .form_checkbox label {
    display: inline-block;
    line-height: 16px;
    cursor: pointer;
    margin-right: 15px;
    padding-left: 25px;
    position: relative; }
    .form_checkbox label:before {
      display: inline-block;
      width: 16px;
      height: 16px;
      content: "";
      border: solid 1px #d2d1d0;
      margin-right: 10px;
      position: absolute;
      left: 0; }
  .form_checkbox input[type=checkbox] {
    display: none; }
    .form_checkbox input[type=checkbox]:checked + label:before {
      background: url("images/sprite.png") no-repeat -186px -198px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .form_checkbox input[type=checkbox]:checked + label:before {
          background-image: url("images/sprite_2x.png");
          background-size: 500px 500px; } }
  .form_checkbox + .form_checkbox {
    margin-top: 5px; }

.ui-datepicker {
  font-size: 0.75rem; }

.form_captcha {
  width: 274px;
  font-size: 0; }
  .form_captcha img,
  .form_captcha .form_input {
    display: inline-block;
    vertical-align: top; }
  .form_captcha img {
    margin-right: 10px; }
  .form_captcha .form_input {
    width: 120px; }
  .form_captcha .teq-captcha-reload {
    display: inline-block;
    margin-right: 10px;
    margin-top: 8px;
    height: 14px;
    width: 14px;
    background: url("images/sprite.png") no-repeat -150px -200px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .form_captcha .teq-captcha-reload {
        background-image: url("images/sprite_2x.png");
        background-size: 500px 500px; } }

.help-block {
  display: none;
  font-size: 0.688rem;
  color: #B94A48;
  margin-top: 5px;
  vertical-align: top; }
  .has-error .help-block {
    display: block; }

.form-msg-confirm {
  padding: 5px 10px;
  background-color: #46c331;
  color: #fff;
  margin-bottom: 15px; }

.form-msg-error {
  padding: 5px 10px;
  background-color: #dd1717;
  color: #fff;
  margin-bottom: 15px; }

.mod + .mod {
  margin-top: 16px; }
  @media all and (min-width: 980px) {
    .mod + .mod {
      margin-top: 36px; } }

.mod_title {
  font-weight: normal;
  color: #1C1915;
  border-bottom: solid 1px #D3D1D1;
  margin: 0 0 10px 0;
  padding-bottom: 15px; }
  @media all and (min-width: 980px) {
    .mod_title {
      margin-bottom: 20px; } }

.focus + .focus {
  margin-top: 20px; }
  .left-content .focus + .focus {
    margin-top: 30px; }

.l-hp .focus--notitle:first-child {
  margin-top: 31px; }

.focus--hp h2 {
  font-size: 1.188rem;
  font-weight: normal;
  color: #000; }

.left-content h2 {
  font-family: "gill-sans-w01-bold", "Arial", sans-serif;
  font-size: 0.813rem;
  font-weight: normal;
  color: #1C1915;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0; }

.embed {
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .embed iframe,
  .embed object,
  .embed embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.breadcrumb {
  display: none;
  font-size: 0; }
  @media all and (min-width: 980px) {
    .breadcrumb {
      display: block;
      line-height: 12px; } }

.breadcrumb_item {
  display: inline-block;
  line-height: 1;
  font-size: 0.75rem;
  color: #999;
  padding-right: 20px;
  position: relative; }
  .breadcrumb_item:before {
    content: '/';
    color: #C4B680;
    position: absolute;
    top: 0;
    right: 8px; }
  .breadcrumb_item.breadcrumb_item--active {
    padding-right: 0; }
    .breadcrumb_item.breadcrumb_item--active:before {
      display: none; }

.page-header {
  border-bottom: solid 1px #D3D1D1;
  padding: 19px 0 14px 0; }
  .page-header + .mod {
    margin-top: 30px; }

.page-header_title {
  color: #C4B680;
  margin: 0; }

.page-header_date {
  font-family: "Georgia", "Arial", sans-serif;
  margin: 1px 0; }

.page-social {
  display: none;
  height: 40px;
  line-height: 39px;
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  color: #878080;
  text-align: right;
  border-bottom: solid 1px #D3D1D1; }
  @media all and (min-width: 980px) {
    .page-social {
      display: block; } }
  .page-social + .mod {
    margin-top: 30px; }

.page-social_menu {
  height: 39px;
  font-size: 0;
  margin: 0; }

.page-social_item {
  display: inline-block;
  width: 60px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  position: relative; }
  .page-social_item:before {
    background: #D3D1D1;
    width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    top: 12px;
    right: 0; }
  .page-social_item a {
    display: block;
    height: 100%; }
  .page-social_item .ico {
    position: relative; }
    .page-social_item .ico:before {
      background-image: url("images/sprite.png");
      background-repeat: no-repeat;
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .page-social_item .ico:before {
          background-image: url("images/sprite_2x.png");
          background-size: 500px 500px; } }
  .page-social_item .ico--twitter:before {
    background-position: -100px -50px;
    width: 18px;
    height: 15px; }
  .page-social_item .ico--twitter:hover:before {
    background-position: -300px -50px; }
  .page-social_item .ico--facebook:before {
    background-position: -150px -50px;
    width: 9px;
    height: 18px; }
  .page-social_item .ico--facebook:hover:before {
    background-position: -350px -50px; }
  .page-social_item .ico--gplus:before {
    background-position: -200px -50px;
    width: 17px;
    height: 17px; }
  .page-social_item .ico--gplus:hover:before {
    background-position: -400px -50px; }
  .page-social_item .ico--pinterest:before {
    background-position: -250px -50px;
    width: 15px;
    height: 19px; }
  .page-social_item .ico--pinterest:hover:before {
    background-position: -450px -50px; }

.page-excerpt {
  line-height: 1.5;
  font-family: "Georgia", "Arial", sans-serif;
  font-style: italic;
  margin-top: 23px; }
  .page-excerpt + .mod {
    margin-top: 24px; }

.mod.cumul {
  margin-top: 20px; }

.cumul_item {
  background-position: 50% 50%;
  background-size: cover;
  padding: 10px 10px 70px 10px;
  position: relative; }
  @media all and (min-width: 768px) {
    .cumul_item {
      width: 32.333%;
      float: left; } }
  @media all and (min-width: 980px) {
    .cumul_item {
      width: 226.666px;
      height: 156px; } }
  .cumul_item:before {
    background: url("images/sprite.png") no-repeat 0 -387px;
    width: 160px;
    height: 32px;
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px; }
  .cumul_item + .cumul_item {
    margin-top: 10px; }
    @media all and (min-width: 768px) {
      .cumul_item + .cumul_item {
        margin: 0 0 0 1.5%; } }
    @media all and (min-width: 980px) {
      .cumul_item + .cumul_item {
        margin-left: 20px; } }

.cumul_title {
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  text-transform: uppercase; }

.cumul_date {
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 1.375rem;
  color: #D3A140;
  text-align: center;
  position: relative; }
  .cumul_date:before, .cumul_date:after {
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 11px;
    content: '';
    position: absolute;
    top: 11px; }
  .cumul_date:before {
    background-position: 0 -287px;
    left: 20%; }
    @media all and (min-width: 980px) {
      .cumul_date:before {
        left: 10%; } }
  .cumul_date:after {
    background-position: 0 -337px;
    right: 20%; }
    @media all and (min-width: 980px) {
      .cumul_date:after {
        right: 10%; } }
  .cumul_date span {
    font-family: "gill-sans-w01-roman", "Arial", sans-serif;
    font-weight: bold; }

.cumul_price {
  font-family: "helv-97", "Arial", sans-serif;
  font-size: 1.563rem;
  color: #FFF;
  text-align: center;
  margin-top: 10px; }

.games .mod_content {
  font-size: 0;
  margin-top: -10px; }
  @media all and (min-width: 768px) {
    .games .mod_content {
      margin: -1% 0 0 -1%; } }
  @media all and (min-width: 980px) {
    .games .mod_content {
      margin: -20px 0 0 -20px; } }

.games_item {
  display: inline-block;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  position: relative; }
  @media all and (min-width: 768px) {
    .games_item {
      width: 24%;
      height: auto;
      margin: 1% 0 0 1%; } }
  @media all and (min-width: 980px) {
    .games_item {
      width: 220px;
      height: 124px;
      margin: 20px 0 0 20px; }
      .l-2col-l .games_item,
      .l-2col-r .games_item {
        width: 226px;
        height: 127px; } }

.games_link {
  display: block;
  height: 100%; }
  .games_link:hover {
    text-decoration: none; }

.games_illus {
  display: none;
  width: 100%;
  height: auto; }
  @media all and (min-width: 768px) {
    .games_illus {
      display: block; } }

.games_title {
  background: rgba(0, 0, 0, 0.7);
  height: 40px;
  line-height: 40px;
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: bold;
  color: #FFF;
  padding: 0 30px 0 10px;
  position: relative; }
  @media all and (min-width: 768px) {
    .games_title {
      padding-right: 10px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; } }
  .games_title:before {
    background: url("images/sprite.png") no-repeat -50px -150px;
    width: 11px;
    height: 20px;
    content: "";
    position: absolute;
    top: 11px;
    right: 10px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .games_title:before {
        background-image: url("images/sprite_2x.png");
        background-size: 500px 500px; } }
    @media all and (min-width: 768px) {
      .games_title:before {
        display: none; } }

.pagination {
  font-size: 0;
  text-align: right;
  margin-top: 30px; }

.pagination_item {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 0.813rem;
  text-align: center;
  border: solid 1px #DFDFDF;
  vertical-align: top;
  position: relative; }
  .pagination_item a {
    display: block;
    height: 100%; }
    .pagination_item a:hover {
      text-decoration: none; }
  .pagination_item + .pagination_item {
    margin-left: 5px; }

.pagination_item--active, .pagination_item:hover {
  background: #B0A373;
  border: solid 1px #B0A373; }
  .pagination_item--active a, .pagination_item:hover a {
    color: #FFF; }

.pagination_item--prev a:before,
.pagination_item--next a:before {
  background-image: url("images/sprite.png");
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  content: "";
  position: absolute; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .pagination_item--prev a:before,
    .pagination_item--next a:before {
      background-image: url("images/sprite_2x.png");
      background-size: 500px 500px; } }

.pagination_item--prev a:before {
  background-position: 0 -100px;
  top: 8px;
  left: 9px; }

.pagination_item--prev:hover a:before {
  background-position: 0 -200px; }

.pagination_item--next a:before {
  background-position: 0 -150px;
  top: 8px;
  left: 11px; }

.pagination_item--next:hover a:before {
  background-position: 0 -250px; }

.focus-menu .focus-menu--title {
  font-family: "gill-sans-w01-bold", "Arial", sans-serif;
  font-size: 0.813rem;
  font-weight: normal;
  color: #1C1915;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0; }

.focus-menu .focus_content {
  margin-top: 9px; }

.focus-menu .menu {
  margin: 0; }

.focus-menu .menu_item {
  text-align: left;
  list-style-type: none;
  border-bottom: solid 1px #D3D1D1;
  margin: 0; }
  .focus-menu .menu_item > a {
    padding: 9px 0; }
  .focus-menu .menu_item a {
    display: block;
    height: 100%;
    line-height: 1.2;
    color: #1C1915; }
    .focus-menu .menu_item a:hover {
      color: #C4B680;
      text-decoration: none; }

.focus-menu .menu_item--active > a {
  font-weight: bold;
  color: #C4B680; }

.focus-menu .ul-2 {
  margin-bottom: 5px;
  padding-left: 20px; }

.focus-menu .li-2 {
  border-bottom: none;
  padding-left: 15px;
  position: relative; }
  .focus-menu .li-2:before {
    background: url("images/sprite-diago.png") no-repeat -493px 0;
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    top: 10px;
    left: 0; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .focus-menu .li-2:before {
        background-image: url("images/sprite-diago_2x.png");
        background-size: 500px 500px; } }
  .focus-menu .li-2 a {
    font-size: 0.688rem;
    padding: 6px 0; }
  .focus-menu .li-2:hover:before {
    background-position: -443px -50px; }
  .focus-menu .li-2.menu_item--active:before {
    background-position: -392px -100px; }
  .focus-menu .li-2.menu_item--active > a {
    font-weight: bold; }

.focus-menu .ul-3 {
  padding-left: 20px; }

.focus-menu .li-3 {
  border-bottom: 0 none;
  color: #ccc;
  position: relative; }
  .focus-menu .li-3:before {
    content: '-';
    color: #1C1915;
    position: absolute;
    top: 3px;
    left: -10px; }
  .focus-menu .li-3.menu_item--active:before {
    font-weight: bold;
    color: #C4B680;
    top: 4px; }

.focus-menu.other-games {
  background-color: #efefef;
  padding: 15px; }
  .focus-menu.other-games .focus-menu--title {
    font-family: "gill-sans-w01-bold", "Arial", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    color: #1C1915;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0; }
  .focus-menu.other-games .menu_item {
    font-size: 0.688rem; }

.focus-hp-news .news_item {
  border-bottom: solid 1px #B2B0B0; }
  @media all and (min-width: 768px) {
    .focus-hp-news .news_item {
      width: 49%;
      float: left; } }
  @media all and (min-width: 980px) {
    .focus-hp-news .news_item {
      width: 220px; } }
  .focus-hp-news .news_item + .news_item {
    margin-top: 20px; }
    @media all and (min-width: 768px) {
      .focus-hp-news .news_item + .news_item {
        margin: 0 0 0 2%; } }
    @media all and (min-width: 980px) {
      .focus-hp-news .news_item + .news_item {
        margin-left: 20px; } }

.focus-hp-news .news_illus {
  width: 100%;
  height: auto; }

.focus-hp-news .news_content {
  background: #FFF;
  padding: 17px 20px 16px 20px; }
  @media all and (min-width: 980px) {
    .focus-hp-news .news_content {
      height: 157px; } }

.focus-hp-news .news_title {
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: normal;
  color: #C4B680;
  margin: 0; }
  .focus-hp-news .news_title + .news_text {
    margin-top: 7px; }
    @media all and (min-width: 980px) {
      .focus-hp-news .news_title + .news_text {
        margin-top: 12px; } }

.focus-hp-news .news_text {
  display: none;
  font-size: 0.688rem;
  color: #7F7F7F; }
  @media all and (min-width: 768px) {
    .focus-hp-news .news_text {
      display: block; } }

.focus-hp-news .news_link {
  display: block;
  max-height: 170px;
  overflow: hidden; }
  @media all and (min-width: 768px) {
    .focus-hp-news .news_link {
      max-height: 124px; } }

.focus-hp-news .focus_bottom {
  height: 50px;
  border-bottom: solid 1px #B2B0B0;
  padding: 10px 0; }

.focus-hp-news .btn {
  display: block;
  background: #BCB188;
  height: 30px;
  line-height: 30px;
  font-size: 0.813rem;
  color: #FFF;
  text-align: center;
  padding: 0 25px; }
  @media all and (min-width: 768px) {
    .focus-hp-news .btn {
      width: auto;
      float: right; } }

.focus-hp-games .focus_content {
  font-size: 0;
  margin-top: -10px; }
  @media all and (min-width: 768px) {
    .focus-hp-games .focus_content {
      margin-top: -1px; } }

.item--games {
  display: inline-block;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  position: relative; }
  @media all and (min-width: 768px) {
    .item--games {
      height: auto;
      margin-top: 1px; } }
  @media all and (min-width: 980px) {
    .item--games {
      height: 110px; } }
  .item--games .item_illus {
    display: none;
    width: 100%;
    height: auto; }
    @media all and (min-width: 768px) {
      .item--games .item_illus {
        display: block; } }
  .item--games .item_title {
    background: rgba(0, 0, 0, 0.7);
    height: 40px;
    line-height: 40px;
    font-family: "Georgia", "Arial", sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: bold;
    color: #FFF;
    padding: 0 30px 0 10px;
    position: relative; }
    @media all and (min-width: 768px) {
      .item--games .item_title {
        padding-right: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; } }
    .item--games .item_title:before {
      background: url("images/sprite.png") no-repeat -50px -150px;
      width: 11px;
      height: 20px;
      content: "";
      position: absolute;
      top: 11px;
      right: 10px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .item--games .item_title:before {
          background-image: url("images/sprite_2x.png");
          background-size: 500px 500px; } }
      @media all and (min-width: 768px) {
        .item--games .item_title:before {
          display: none; } }
  .item--games .item_link {
    display: block;
    height: 100%; }
    .item--games .item_link:hover {
      text-decoration: none; }

@media all and (min-width: 768px) {
  .same-news .news_item {
    width: 49%;
    float: left; } }

@media all and (min-width: 980px) {
  .same-news .news_item {
    width: 350px; } }

.same-news .news_item + .news_item {
  margin-top: 20px; }
  @media all and (min-width: 768px) {
    .same-news .news_item + .news_item {
      margin: 0 0 0 2%; } }
  @media all and (min-width: 980px) {
    .same-news .news_item + .news_item {
      margin-left: 20px; } }

.same-news .news_illus {
  width: 100%;
  height: auto; }

.same-news .news_title {
  line-height: 1.2;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  color: #C4B680;
  margin: 16px 0 0 0; }

.same-news .news_date {
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 1rem;
  color: #1F1F1F;
  padding-top: 4px; }

.same-news .news_link {
  display: block; }

.top-10 {
  background-position: 50% 50%;
  background-size: cover;
  padding: 20px 10px; }
  @media all and (min-width: 768px) {
    .top-10 {
      padding-left: 40px;
      padding-right: 40px; } }
  @media all and (min-width: 980px) {
    .top-10 {
      padding-left: 75px;
      padding-right: 75px;
      padding-bottom: 50px; } }
  .top-10 .col {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px 0;
    position: relative; }
    @media all and (min-width: 768px) {
      .top-10 .col {
        width: 47%;
        float: left; } }
    @media all and (min-width: 980px) {
      .top-10 .col {
        width: 250px; } }
    .top-10 .col:before, .top-10 .col:after {
      background: url("images/sprite.png") no-repeat -48px -337px;
      width: 207px;
      height: 15px;
      content: '';
      margin: auto;
      position: absolute;
      left: 0;
      right: 0; }
    .top-10 .col:before {
      top: -7px; }
    .top-10 .col:after {
      bottom: -7px; }
    .top-10 .col:first-child {
      padding-bottom: 20px; }
      @media all and (min-width: 768px) {
        .top-10 .col:first-child {
          padding-bottom: 30px; } }
      .top-10 .col:first-child:after {
        display: none; }
        @media all and (min-width: 768px) {
          .top-10 .col:first-child:after {
            display: block; } }
    .top-10 .col + .col {
      padding-top: 0; }
      @media all and (min-width: 768px) {
        .top-10 .col + .col {
          margin: 0 0 0 6%;
          padding-top: 30px; } }
      @media all and (min-width: 980px) {
        .top-10 .col + .col {
          margin-left: 70px; } }
      .top-10 .col + .col:before {
        display: none; }
        @media all and (min-width: 768px) {
          .top-10 .col + .col:before {
            display: block; } }

.top-10_title {
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 1.625rem;
  color: #D3A140;
  text-align: center;
  padding-bottom: 60px;
  position: relative; }
  .top-10_title:before {
    background: url("images/sprite.png") no-repeat 0 -437px;
    width: 146px;
    height: 36px;
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px; }
  .top-10_title span {
    font-family: "gill-sans-w01-roman", "Arial", sans-serif; }

.top-10_item {
  height: 40px;
  line-height: 40px;
  color: #FFF; }
  .top-10_item + .top-10_item {
    margin-top: 20px; }

.top-10_rank {
  width: 75px;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 1.375rem;
  text-align: center;
  letter-spacing: -2px;
  position: relative;
  float: left; }
  .top-10_rank:before {
    background: url("images/sprite.png") no-repeat -50px -287px;
    width: 44px;
    height: 40px;
    margin: auto;
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0; }

.top-10_price {
  width: 175px;
  font-family: "helv-97", "Arial", sans-serif;
  font-size: 1.563rem;
  float: left; }

.paragraph_item {
  border: solid 1px #DDD; }
  .paragraph_item + .paragraph_item {
    border-top: none; }

.paragraph_title {
  height: 49px;
  line-height: 49px;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 0.813rem;
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  position: relative; }
  .paragraph_title:hover {
    background: #F3F3F3; }
  .paragraph_title:before {
    background: url("images/sprite.png") no-repeat -50px -100px;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 14px;
    right: 9px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .paragraph_title:before {
        background-image: url("images/sprite_2x.png");
        background-size: 500px 500px; } }
  .paragraph_item--active .paragraph_title {
    background: #F3F3F3;
    border-bottom: solid 1px #DDD; }
    .paragraph_item--active .paragraph_title:before {
      background-position: -50px -50px;
      width: 20px;
      height: 2px;
      top: 23px; }

.paragraph_content {
  display: none;
  line-height: 1.5;
  font-size: 0.75rem;
  padding: 10px; }
  @media all and (min-width: 980px) {
    .paragraph_content {
      padding: 20px; } }
  @media all and (min-width: 980px) {
    .paragraph_content {
      padding-top: 30px;
      padding-bottom: 30px; } }

.focus-img img {
  width: 100%;
  height: auto; }

@media all and (min-width: 768px) {
  .list-jackpots_col {
    width: 66%;
    float: left; } }

@media all and (min-width: 980px) {
  .list-jackpots_col {
    width: 460px; } }

@media all and (min-width: 768px) {
  .list-jackpots_col:first-child {
    width: 32%; } }

@media all and (min-width: 980px) {
  .list-jackpots_col:first-child {
    width: 220px; } }

.list-jackpots_col + .list-jackpots_col {
  margin-top: 10px; }
  @media all and (min-width: 768px) {
    .list-jackpots_col + .list-jackpots_col {
      margin: 0 0 0 2%; } }
  @media all and (min-width: 980px) {
    .list-jackpots_col + .list-jackpots_col {
      margin-left: 20px; } }

.list-jackpots_item {
  border-bottom: solid 1px #D2D1D0;
  padding: 20px 0; }
  .list-jackpots_item:first-child {
    padding-top: 0; }

.list-jackpots_title {
  font-size: 0.75rem;
  color: #1E1716;
  margin: 0; }
  .list-jackpots_title + .list-jackpots_content {
    margin-top: 25px; }

.list-jackpots_price {
  font-size: 1rem;
  font-weight: bold;
  color: #D3A140; }

.prize {
  background-position: 50% 50%;
  background-size: cover;
  padding: 25px 0 45px 0;
  position: relative; }
  @media all and (min-width: 980px) {
    .prize {
      width: 220px;
      height: 156px; } }
  .prize:before {
    background: url("images/sprite.png") no-repeat -100px -287px;
    width: 130px;
    height: 30px;
    content: "";
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0; }
  .prize.prize--harley {
    padding: 25px 0; }
    @media all and (min-width: 768px) {
      .prize.prize--harley {
        padding: 65px 0 0 0; } }
    .prize.prize--harley:before {
      display: none; }
  .prize.prize--sw:before, .prize.prize--heart:before {
    display: none; }
  .l-hp .prize:first-child {
    margin-top: 31px; }

.prize_title {
  height: 40px;
  line-height: 40px;
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 0.938rem;
  color: #D3A140;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .prize_title:before, .prize_title:after {
    background: url("images/sprite.png") no-repeat -100px -250px;
    width: 144px;
    height: 11px;
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    right: 0; }
    .prize--harley .prize_title:before, .prize--harley .prize_title:after {
      display: none; }
  .prize_title:before {
    top: -5px; }
  .prize_title:after {
    bottom: -5px; }
  .prize--harley .prize_title {
    height: 25px;
    line-height: 25px;
    font-family: "helv-47", "Arial", sans-serif;
    font-size: 1.313rem;
    color: #FFF; }
  .prize--sw .prize_title {
    height: auto;
    line-height: normal;
    font-family: "bebas-neue-regular", "Arial", sans-serif;
    font-size: 1.188rem;
    color: #F4E000;
    text-align: center;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: 10px; }
    .prize--sw .prize_title:before, .prize--sw .prize_title:after {
      display: none; }

.prize--harley .prize_subtitle {
  height: 26px;
  line-height: 26px;
  font-family: "compacta-bt-bold-italic", "Arial", sans-serif;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  text-transform: uppercase; }

.prize--sw .prize_subtitle {
  font-family: "Arial", 'Tahoma', sans-serif;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  margin-top: 10px; }

.prize_number {
  height: 46px;
  line-height: 46px;
  font-family: "helv-97", "Arial", sans-serif;
  font-size: 1.563rem;
  color: #FFF;
  text-align: center; }
  .prize_number .prize_span {
    position: relative;
    text-shadow: 0px 0px 7px #333; }
    .prize--harley .prize_number .prize_span {
      text-shadow: none; }
    .prize--sw .prize_number .prize_span {
      background: rgba(0, 0, 0, 0.5);
      width: 188px;
      border: solid 1px #000;
      border-radius: 3px;
      margin: 0 auto;
      padding: 5px 7px 3px 7px;
      text-shadow: none; }

@media all and (min-width: 768px) and (max-width: 979px) {
  .prize--sw .prize_number .prize_span {
    width: auto; } }
    .prize--heart .prize_number .prize_span {
      background: rgba(255, 255, 255, 0.5);
      width: 188px;
      border: solid 1px #D2D1D0;
      border-radius: 3px;
      margin: 0 auto;
      padding: 5px 7px 3px 7px;
      text-shadow: none; }

@media all and (min-width: 768px) and (max-width: 979px) {
  .prize--heart .prize_number .prize_span {
    width: auto; } }
  .prize_number .currency {
    margin-left: 5px; }
  .prize--harley .prize_number {
    height: 40px;
    line-height: 53px;
    font-family: "compacta-bt-bold", "Arial", sans-serif;
    font-size: 2.688rem;
    font-weight: normal;
    margin-left: -25px; }
  .prize--sw .prize_number {
    font-family: "bebas-neue-regular", "Arial", sans-serif;
    font-size: 1.688rem;
    color: #FFF;
    letter-spacing: 4px; }
  .prize--heart .prize_number {
    margin-top: 35px;
    color: #000; }

.mod--map .filter {
  background: #C4B680;
  padding: 10px; }

.mod--map .filter_col {
  width: 100%;
  height: auto; }
  @media all and (min-width: 768px) {
    .mod--map .filter_col {
      width: 24%;
      height: 30px;
      float: left; } }
  @media all and (min-width: 980px) {
    .mod--map .filter_col {
      width: 170px; } }
  .mod--map .filter_col + .filter_col {
    margin-top: 10px; }
    @media all and (min-width: 768px) {
      .mod--map .filter_col + .filter_col {
        margin: 0 0 0 1.3333%; } }
    @media all and (min-width: 980px) {
      .mod--map .filter_col + .filter_col {
        margin-left: 10px; } }

@media all and (min-width: 768px) {
  .mod--map .filter_col--label {
    width: auto; } }

.mod--map label {
  height: 100%;
  font-size: 0.688rem;
  font-weight: bold;
  color: #333; }
  @media all and (min-width: 768px) {
    .mod--map label {
      line-height: 30px; } }

.mod--map .map-iframe {
  display: none; }
  @media all and (min-width: 768px) {
    .mod--map .map-iframe {
      display: block; } }

@media all and (min-width: 768px) {
  .map-result {
    margin-top: 16px; } }

.map-result .list {
  font-size: 0; }
  @media all and (min-width: 768px) {
    .map-result .list {
      margin: -1% 0 0 -1%; } }
  @media all and (min-width: 980px) {
    .map-result .list {
      margin-top: -20px;
      margin-left: -20px; } }

.map-result .list_item {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  position: relative; }
  @media all and (min-width: 768px) {
    .map-result .list_item {
      width: 24%;
      margin: 1% 0 0 1%; } }
  @media all and (min-width: 980px) {
    .map-result .list_item {
      width: 220px;
      margin-top: 20px;
      margin-left: 20px; } }

.map-result .list_illus {
  width: 100%;
  height: auto; }

.map-result .list_title {
  background: rgba(0, 0, 0, 0.7);
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: bold;
  padding: 0 30px 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.map-result_title {
  display: none;
  color: #1C1915;
  font-size: 1.25rem;
  font-weight: normal;
  border-bottom: 1px solid #D3D1D1; }
  @media all and (min-width: 768px) {
    .map-result_title {
      display: block;
      margin-bottom: 10px;
      padding-bottom: 5px; } }
  @media all and (min-width: 980px) {
    .map-result_title {
      margin-bottom: 20px;
      padding-bottom: 15px; } }

.map-infobox {
  background: rgba(0, 0, 0, 0.9);
  width: 230px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
  padding: 10px; }
  .map-infobox:before {
    background: url("images/map-arrow.png") 0 0 no-repeat;
    width: 36px;
    height: 19px;
    content: "";
    margin-left: -14px;
    position: absolute;
    bottom: -19px;
    left: 50%; }
  .map-infobox h2 {
    font-family: "gill-sans-w01-roman", "Arial", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    margin: 12px 0 1px 0; }
  .map-infobox a {
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 0.688rem;
    color: #FFF; }

.contact .btn {
  width: 120px; }

.news-list .filter {
  background: #F2F2F2;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px; }
  @media all and (min-width: 980px) {
    .news-list .filter {
      height: 60px; } }
  .news-list .filter .form {
    display: none; }
    @media all and (min-width: 980px) {
      .news-list .filter .form {
        display: block; } }
  @media all and (min-width: 980px) {
    .news-list .filter .form_row {
      width: 25%; } }
  .news-list .filter .form_col {
    width: 49%;
    float: left; }
    .news-list .filter .form_col + .form_col {
      margin-top: 0;
      margin-left: 2%; }

@media all and (min-width: 980px) {
  .news-list .filter_col {
    float: left; } }

.news-list .filter_col + .filter_col {
  margin-top: 10px; }
  @media all and (min-width: 980px) {
    .news-list .filter_col + .filter_col {
      margin: 0 0 0 5px; } }

.news-list .filter_col--title {
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 1rem;
  font-style: italic;
  text-align: center; }
  @media all and (min-width: 980px) {
    .news-list .filter_col--title {
      width: 40px;
      line-height: 30px;
      margin-right: 10px; } }

@media all and (min-width: 980px) {
  .news-list .filter_col--datepicker {
    width: 270px; } }

.news-list .filter_col--datepicker .filter_col {
  width: 49%;
  float: left; }
  @media all and (min-width: 980px) {
    .news-list .filter_col--datepicker .filter_col {
      width: 130px; } }
  .news-list .filter_col--datepicker .filter_col + .filter_col {
    margin: 0 0 0 2%; }
    @media all and (min-width: 980px) {
      .news-list .filter_col--datepicker .filter_col + .filter_col {
        margin-left: 5px; } }

@media all and (min-width: 980px) {
  .news-list .filter_col--datepicker label {
    width: 30%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    float: left;
    text-align: center; } }

@media all and (min-width: 980px) {
  .news-list .filter_col--datepicker .form_input--datepicker {
    width: 70%;
    float: left; } }

@media all and (min-width: 980px) {
  .news-list .filter_col--select {
    width: 140px; } }

@media all and (min-width: 980px) {
  .news-list .filter_col--btn {
    width: 65px;
    float: left; } }

.news-list .filter_col--btn .filter_col {
  width: 19%;
  float: left; }
  @media all and (min-width: 980px) {
    .news-list .filter_col--btn .filter_col {
      width: 30px; } }
  .news-list .filter_col--btn .filter_col + .filter_col {
    width: 79%;
    margin: 0 0 0 2%; }
    @media all and (min-width: 980px) {
      .news-list .filter_col--btn .filter_col + .filter_col {
        width: 30px;
        margin-left: 5px; } }

.news-list .filter_col--btn .btn input {
  font-size: 0.75rem;
  padding: 0; }

.news-list .filter--active .form {
  display: block; }

.news-list .filter--active .filter_col--title {
  padding-bottom: 10px; }

.news-list .filter_reset {
  display: block;
  background: url("images/sprite.png") no-repeat -142px -191px;
  width: 30px;
  height: 30px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .news-list .filter_reset {
      background-image: url("images/sprite_2x.png");
      background-size: 500px 500px; } }

.news-list_item {
  position: relative;
  padding: 0 0 15px; }
  @media all and (min-width: 980px) {
    .news-list_item {
      padding: 0 0 30px; } }
  .news-list_item + .news-list_item {
    border-top: solid 1px #D3D1D1;
    padding-top: 15px; }
    @media all and (min-width: 980px) {
      .news-list_item + .news-list_item {
        padding-top: 30px; } }
  .news-list_item.news-list_item--first {
    margin: 0 0 15px;
    padding: 0; }
    @media all and (min-width: 980px) {
      .news-list_item.news-list_item--first {
        margin: 0 0 30px;
        padding: 0; } }

.news-list_illus {
  width: 100%;
  height: auto; }
  @media all and (min-width: 768px) {
    .news-list_illus {
      width: 30%;
      float: left;
      max-height: 124px;
      overflow: hidden; } }
  @media all and (min-width: 980px) {
    .news-list_illus {
      width: 220px; } }
  @media all and (min-width: 768px) {
    .news-list_item--first .news-list_illus {
      width: 100%;
      max-height: 400px; } }

@media all and (min-width: 768px) {
  .news-list_content {
    width: 69%;
    margin-left: 1%;
    padding-top: 0;
    float: left; } }

@media all and (min-width: 980px) {
  .news-list_content {
    width: 490px;
    margin-left: 10px; } }

.news-list_item--first .news-list_content {
  background: rgba(0, 0, 0, 0.8);
  padding-left: 10px;
  padding-right: 10px; }
  @media all and (min-width: 768px) {
    .news-list_item--first .news-list_content {
      width: 270px;
      padding: 50px 25px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0; } }

.news-list_title {
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  color: #C4B680;
  text-transform: uppercase;
  margin: 0;
  padding-top: 15px; }
  @media all and (min-width: 768px) {
    .news-list_title {
      padding-top: 0; } }
  .news-list_title a {
    display: block;
    height: 100%; }
  .news-list_item--first .news-list_title {
    color: #FFF;
    padding-bottom: 15px; }
    @media all and (min-width: 980px) {
      .news-list_item--first .news-list_title {
        padding-bottom: 0; } }

.news-list_date {
  display: none;
  font-family: "Georgia", "Arial", sans-serif;
  margin-top: 3px; }
  @media all and (min-width: 768px) {
    .news-list_date {
      display: block; } }
  .news-list_item--first .news-list_date {
    color: #FFF; }

.news-list_tag {
  display: none;
  font-size: 0;
  margin-top: 3px; }
  @media all and (min-width: 768px) {
    .news-list_tag {
      display: block; } }
  .news-list_tag span {
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 0.688rem;
    position: relative; }
    .news-list_tag span + span {
      padding-left: 11px; }
      .news-list_tag span + span:before {
        background: #333;
        width: 1px;
        height: 10px;
        content: "";
        position: absolute;
        top: 3px;
        left: 5px; }
  .news-list_item--first .news-list_tag {
    color: #FFF; }

.news-list_text {
  display: none;
  line-height: 1.5;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 0.75rem;
  margin-top: 10px; }
  @media all and (min-width: 768px) {
    .news-list_text {
      display: block; } }
  .news-list_item--first .news-list_text {
    color: #FFF; }
    @media all and (min-width: 980px) {
      .news-list_item--first .news-list_text {
        margin-top: 25px; } }

.mod-list_filter {
  display: none;
  background: #C4B680;
  height: 50px;
  font-size: 0;
  text-align: right;
  padding: 10px; }
  @media all and (min-width: 768px) {
    .mod-list_filter {
      display: block;
      margin-bottom: 1%; } }
  @media all and (min-width: 768px) {
    .mod-list_filter {
      display: block;
      margin-bottom: 10px; } }

.mod-list_select {
  width: 100px;
  height: 30px;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  position: relative;
  float: left; }
  .mod-list_select .selected {
    display: block;
    height: 100%;
    line-height: 30px;
    font-size: 0.75rem;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 10px 0 20px; }
    .mod-list_select .selected:before {
      background: url("images/sprite.png") no-repeat -125px -200px;
      width: 8px;
      height: 5px;
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 6px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .mod-list_select .selected:before {
          background-image: url("images/sprite_2x.png");
          background-size: 500px 500px; } }
  .mod-list_select .menu {
    display: none;
    background: #C4B680;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 10; }
    .mod-list_select .menu li {
      list-style-type: none;
      cursor: pointer;
      margin: 0;
      padding: 3px 10px; }
      .mod-list_select .menu li:hover {
        background: #000;
        color: #FFF; }
    .mod-list_select .menu .active {
      background: #FFF; }

.mod-list_select--active .menu {
  display: block; }

.mod-list_btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 0.688rem;
  color: #1C1915;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px 0 35px;
  position: relative; }
  .mod-list_btn:before {
    background-image: url("images/sprite-icons.png");
    background-repeat: no-repeat;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .mod-list_btn:before {
        background-image: url("images/sprite-icons_2x.png");
        background-size: 50px 500px; } }
  .mod-list_btn.mod-list_btn--list:before {
    background-position: 0 -200px;
    width: 16px;
    height: 15px; }
  .mod-list_btn.mod-list_btn--globe:before {
    background-position: 0 -150px;
    width: 20px;
    height: 20px; }
  .mod-list_btn + .mod-list_btn {
    margin-left: 10px; }

.mod-list_btn--active {
  background: #000;
  color: #FFF;
  cursor: default; }
  .mod-list_btn--active.mod-list_btn--list:before {
    background-position: 0 -250px; }
  .mod-list_btn--active.mod-list_btn--globe:before {
    background-position: 0 -50px; }

@media all and (min-width: 768px) {
  .mod-list_wrapper {
    margin-left: -1%; } }

@media all and (min-width: 980px) {
  .mod-list_wrapper {
    margin-left: -3px; } }

.mod-list_wrapper.mod-list_wrapper--list {
  margin-left: 0; }

.mod-list_item {
  margin-bottom: 10px;
  position: relative; }
  @media all and (min-width: 768px) {
    .mod-list_item {
      width: 49%;
      margin: 0 0 1% 1%;
      float: left; } }
  @media all and (min-width: 980px) {
    .mod-list_item {
      width: 238px;
      margin: 0 0 3px 3px; } }
  @media all and (min-width: 768px) {
    .mod-list_item.mod-list_item--list {
      width: 100%;
      margin: 0 0 10px 0;
      border-bottom: solid 1px #D3D1D1;
      padding-bottom: 10px; } }

.mod-list_illus {
  width: 100%;
  height: auto; }
  @media all and (min-width: 768px) {
    .mod-list_item--list .mod-list_illus {
      width: 33%;
      float: left; } }
  @media all and (min-width: 980px) {
    .mod-list_item--list .mod-list_illus {
      width: 220px; } }

@media all and (min-width: 768px) {
  .mod-list_item--list .mod-list_content {
    width: 64.5%;
    margin-left: 1%;
    float: left; } }

@media all and (min-width: 980px) {
  .mod-list_item--list .mod-list_content {
    width: 472px;
    margin-left: 10px; } }

.mod-list_title {
  background: rgba(0, 0, 0, 0.85);
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 0.688rem;
  font-weight: normal;
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  @media all and (min-width: 980px) {
    .mod-list_title {
      height: 26px;
      line-height: 26px;
      font-size: 0.625rem; } }
  .mod-list_title a {
    display: block;
    height: 100%;
    color: #FFF; }
    @media all and (min-width: 768px) {
      .mod-list_title a {
        color: #C4B680; } }
    .mod-list_title a:hover {
      text-decoration: none; }
  @media all and (min-width: 768px) {
    .mod-list_item--list .mod-list_title {
      background: none;
      height: auto;
      line-height: normal;
      font-size: 0.75rem;
      text-align: left;
      padding: 0;
      position: relative; } }

.mod-list_subtitle {
  display: none;
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 0.688rem;
  color: #7F7F7F;
  margin-top: 5px; }
  @media all and (min-width: 768px) {
    .mod-list_subtitle {
      display: block; } }

.mod-list_excerpt {
  display: none;
  font-size: 0.688rem;
  margin-top: 5px; }
  @media all and (min-width: 768px) {
    .mod-list_excerpt {
      display: block; } }

.mod-list_opening {
  background: rgba(205, 153, 27, 0.8);
  width: 65px;
  height: 35px;
  line-height: 1.1;
  font-size: 0.688rem;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  bottom: 50px;
  right: -5px; }
  @media all and (min-width: 768px) {
    .mod-list_opening {
      background: none;
      width: auto;
      height: auto;
      line-height: normal;
      color: #7F7F7F;
      padding: 0;
      bottom: auto;
      top: 0;
      right: 0; } }
  .mod-list_opening:before {
    background: url("images/corner-gold.png") 0 0 no-repeat;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px; }
    @media all and (min-width: 768px) {
      .mod-list_opening:before {
        display: none; } }

#container-map {
  display: none; }

.mod-list_map {
  position: relative; }

.mod-list_maps {
  background: rgba(0, 0, 0, 0.85);
  color: #FFF;
  text-transform: uppercase;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .mod-list_maps ul,
  .mod-list_maps li {
    margin: 0; }
  .mod-list_maps ul {
    float: left; }
    .mod-list_maps ul + ul {
      margin-left: 20px; }
  .mod-list_maps li {
    font-family: "gill-sans-w01-roman", "Arial", sans-serif;
    font-size: 0.75rem;
    list-style-type: none;
    padding: 5px;
    display: inline-block; }
    .mod-list_maps li:hover {
      background: #000;
      color: #C4B680;
      cursor: pointer; }

.mod-list_maps-img li {
  display: inline-block;
  padding: 0;
  margin-left: 7px;
  width: 130px;
  vertical-align: top; }
  .mod-list_maps-img li:first-child {
    margin-left: 0; }
  .mod-list_maps-img li .title {
    width: 100%;
    text-align: center; }

.sitemap_row + .sitemap_row {
  margin-top: 20px; }

@media all and (min-width: 768px) {
  .sitemap_col {
    width: 33.3333%;
    border-left: solid 1px #D2D1D1;
    padding: 0 20px;
    float: left; } }

.sitemap_col:first-child {
  border-left: none;
  padding-left: 0; }

.sitemap_col:last-child {
  padding-right: 0; }

.sitemap_col + .sitemap_col {
  margin-top: 20px; }
  @media all and (min-width: 768px) {
    .sitemap_col + .sitemap_col {
      margin-top: 0; } }

.sitemap_menu {
  margin: 0; }
  .sitemap_menu li {
    font-family: "Georgia", "Arial", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    position: relative; }
  .sitemap_menu a {
    color: #333; }
  .sitemap_menu.lvl-2 {
    margin-top: 10px; }
    .sitemap_menu.lvl-2 li {
      margin: 5px 0;
      padding-left: 20px; }
      .sitemap_menu.lvl-2 li:before {
        background: url("images/sprite-icons.png") no-repeat 0 -300px;
        width: 11px;
        height: 5px;
        content: "";
        position: absolute;
        top: 7px;
        left: 0; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .sitemap_menu.lvl-2 li:before {
            background-image: url("images/sprite-icons_2x.png");
            background-size: 50px 500px; } }

.sitemap_title {
  font-size: 1rem; }

.focus-diapo .bx-controls {
  height: 40px;
  border-bottom: solid 1px #D0D1D1;
  position: relative; }

.focus-diapo .bx-pager {
  width: 140px;
  height: 100%;
  font-size: 0;
  text-align: center;
  margin: 0 auto; }

.focus-diapo .bx-pager-item {
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -99999px;
  margin-top: 16px; }
  .focus-diapo .bx-pager-item + .bx-pager-item {
    margin-left: 5px; }

.focus-diapo .bx-pager-link {
  display: block;
  background: #D0D0D0;
  height: 100%;
  border-radius: 50%; }
  .focus-diapo .bx-pager-link.active {
    background: #696868; }

.focus-diapo .bx-prev,
.focus-diapo .bx-next {
  background: #FFF url("images/sprite.png");
  width: 40px;
  height: 39px;
  text-indent: -99999px;
  position: absolute;
  top: 0; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .focus-diapo .bx-prev,
    .focus-diapo .bx-next {
      background-image: url("images/sprite_2x.png");
      background-size: 500px 500px; } }

.focus-diapo .bx-prev {
  background-position: 13px 10px;
  border-right: solid 1px #D0D1D1;
  left: 0; }

.focus-diapo .bx-next {
  background-position: 15px -40px;
  border-left: solid 1px #D0D1D1;
  right: 0; }

.focus-diapo_slider {
  position: relative; }

.focus-diapo_item + .focus-diapo_item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .bx-wrapper .focus-diapo_item + .focus-diapo_item {
    visibility: visible; }

.focus-diapo_illus {
  width: 100%;
  height: auto; }

.focus-diapo_title {
  background: rgba(0, 0, 0, 0.85);
  height: 35px;
  line-height: 35px;
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  color: #FFF;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.search_item {
  border-bottom: 1px solid #d2d1d0;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.search_title {
  font-size: 0.875rem; }

.search_content {
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 0.75rem;
  color: #333;
  text-align: justify; }

.search_link {
  color: #333;
  cursor: pointer; }

.locate_btn {
  display: block;
  background: #C4B680;
  width: 49%;
  height: 30px;
  line-height: 2.308;
  font-size: 0.813rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px; }
  @media all and (min-width: 980px) {
    .no-touch .locate_btn {
      width: 150px;
      margin-bottom: 0; } }
  .locate_btn:hover {
    background: #BCB188; }
  .locate_btn + .locate_btn {
    margin-left: 2%; }
  .locate_btn.locate_btn--right {
    float: none;
    margin: auto;
    clear: both;
    margin-bottom: 0; }
    @media all and (min-width: 980px) {
      .no-touch .locate_btn.locate_btn--right {
        float: right;
        width: 150px;
        clear: none; } }
  .locate_btn .ico {
    display: inline-block;
    background-image: url("images/sprite-icons.png");
    background-repeat: no-repeat;
    height: 100%;
    padding-left: 16px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .locate_btn .ico {
        background-image: url("images/sprite-icons_2x.png");
        background-size: 50px 500px; } }
  .locate_btn .ico--pin {
    background-position: 0 -341px; }
  .locate_btn .ico--arrow {
    background-position: 0 -390px; }
  .locate_btn .ico--360 {
    background-position: 0 -442px;
    padding-left: 22px; }

.weather {
  overflow-x: scroll; }
  @media all and (min-width: 768px) {
    .weather {
      overflow-x: auto; } }
  .weather .head {
    background-color: #EEECE9; }
  .weather table span {
    display: block;
    width: 31px;
    height: 31px;
    margin: 0 auto;
    text-indent: -9999px; }
  .weather table {
    width: 100%;
    color: #4C221F; }
  .weather table th {
    color: #4C221F;
    font-weight: normal; }
  .weather table td,
  .weather table th {
    border: 1px solid #E6E6E4;
    padding: 8px;
    text-align: center; }
  .weather table .head th,
  .weather table .head td {
    border: 0 none; }
  .weather table .head th {
    color: #A5908F; }
  .weather table th {
    color: #4C221F; }
  .weather table .head {
    border: 1px solid #E6E6E4; }
  .weather th.entete {
    width: 60px; }
  .weather td.empty {
    width: 140px; }
  .weather .source {
    font-size: 0.75rem;
    padding-top: 15px; }
  .weather .source,
  .weather .source a {
    color: #A5908F; }
  .weather tr.empty td {
    padding: 0;
    border: 0 none; }
  .weather table span {
    background: url("images/meteo.png") no-repeat; }
  .weather table span.temps-1 {
    background-position: 0 0; }
  .weather table span.temps-2 {
    background-position: 0 -31px; }
  .weather table span.temps-3 {
    background-position: 0 -62px; }
  .weather table span.temps-4 {
    background-position: 0 -93px; }
  .weather table span.vent-1 {
    background-position: 0 -124px; }
  .weather table span.vent-2 {
    background-position: 0 -155px; }
  .weather table span.vent-3 {
    background-position: 0 -186px; }
  .weather table span.vent-4 {
    background-position: 0 -217px; }
  .weather table span.vent-5 {
    background-position: 0 -248px; }
  .weather table span.vent-6 {
    background-position: 0 -279px; }
  .weather table span.vent-7 {
    background-position: 0 -310px; }
  .weather table span.vent-8 {
    background-position: 0 -341px; }
  .weather table span.vent-9 {
    background-position: 0 -372px; }
  .weather table span.vent-10 {
    background-position: 0 -403px; }
  .weather table span.vent-11 {
    background-position: 0 -434px; }
  .weather table span.vent-12 {
    background-position: 0 -465px; }
  .weather table span.etatmer-1 {
    background: url("images/meteo.png") no-repeat 0 -491px; }
  .weather table span.etatmer-2 {
    background: url("images/meteo.png") no-repeat 0 -518px; }
  .weather table span.etatmer-3 {
    background: url("images/meteo.png") no-repeat 0 -543px; }

.page-404 {
  height: 924px;
  height: 100vh;
  background: url("images/404-bg.jpg") 0 0 transparent;
  background-size: cover;
  position: relative; }

.container-404 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 850px; }

.content-404 {
  display: inline-block; }
  .content-404 p {
    font-family: "Georgia", "Arial", sans-serif;
    font-size: 0.75rem;
    color: #FFF;
    text-align: right;
    margin-top: 10px;
    padding-right: 10px; }
  .content-404 form {
    float: right;
    margin-top: 20px;
    padding-right: 10px; }
  .content-404 input {
    float: left;
    border: 0 none;
    width: 245px;
    height: 30px;
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 0.75rem;
    color: #878080;
    padding-left: 10px; }
  .content-404 button {
    float: left;
    border: 0 none;
    width: 30px;
    height: 30px;
    background-color: #b0a373;
    position: relative; }
    .content-404 button span {
      background: url("images/sprite-icons.png") no-repeat 0 0 transparent;
      width: 15px;
      height: 14px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .content-404 button span {
          background-image: url("images/sprite-icons_2x.png");
          background-size: 50px 500px; } }
  .content-404 .btn {
    clear: both;
    display: inline-block;
    margin-top: 40px;
    margin-right: 10px;
    width: auto;
    float: right; }
    .content-404 .btn a {
      padding-left: 40px;
      position: relative;
      font-family: "gill-sans-w01-roman", "Arial", sans-serif;
      font-size: 0.625rem;
      line-height: 32px; }
      .content-404 .btn a:before {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: 14px;
        width: 16px;
        height: 15px;
        background: url("images/sprite.png") no-repeat -250px -150px transparent; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .content-404 .btn a:before {
            background-image: url("images/sprite_2x.png");
            background-size: 500px 500px; } }

.illus-404 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px; }

.title-404 {
  color: #FFF;
  font-family: "Georgia", "Arial", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden; }
  .title-404 div:first-child {
    font-size: 3.75rem;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: right; }
  .title-404 .subtitle {
    font-family: "gill-sans-w01-bold", "Arial", sans-serif;
    font-size: 0.75rem;
    text-align: right;
    position: relative;
    letter-spacing: 3px;
    padding-right: 7px; }
    .title-404 .subtitle span {
      position: relative;
      padding-left: 7px; }
      .title-404 .subtitle span:before {
        content: '';
        display: block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        height: 6px;
        width: 200px;
        position: absolute;
        right: 100%;
        top: 4px; }

.excl-mark {
  display: inline-block;
  font-size: 5.813rem;
  color: #FFF;
  font-family: "Georgia", "Arial", sans-serif;
  position: relative;
  top: -3px; }

.form-newsletter-mini {
  border: 1px solid #d3d1d1;
  padding: 15px 20px;
  text-align: center;
  position: relative; }
  .form-newsletter-mini label {
    display: inline-block;
    font-family: "Georgia", "Arial", sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    color: #878080;
    font-weight: normal;
    margin-right: 14px; }
  .form-newsletter-mini div {
    display: inline-block;
    position: relative; }
    .form-newsletter-mini div input {
      height: 30px;
      line-height: 30px;
      font-family: "Tahoma", "Arial", sans-serif;
      font-size: 0.813rem;
      color: #878080;
      padding-left: 7px; }
    .form-newsletter-mini div button {
      position: absolute;
      background-color: #b0a373;
      color: #fff;
      font-family: "Tahoma", "Arial", sans-serif;
      font-size: 0.813rem;
      top: 0;
      right: -30px;
      width: 30px;
      height: 30px;
      border: 0 none; }
  .form-newsletter-mini .form-newsletter-mini-confirm,
  .form-newsletter-mini .form-newsletter-mini-error {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 0.813rem; }
  .form-newsletter-mini .form-newsletter-mini-confirm {
    background-color: #46c331; }
  .form-newsletter-mini .form-newsletter-mini-error {
    background-color: #dd1717; }

.popin-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }
  .popin-overlay .popin-container {
    width: 335px;
    height: 500px;
    background: url("../medias/popin.png") no-repeat center center;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
    .popin-overlay .popin-container span {
      position: absolute;
      right: 5px;
      top: -2px;
      color: #bbb;
      cursor: pointer;
      padding: 2px 3px;
      font-size: 24px;
      transition: .3s; }
      .popin-overlay .popin-container span:hover {
        color: #fff; }
    .popin-overlay .popin-container .popin {
      width: 335px;
      height: 500px;
      position: relative; }
    .popin-overlay .popin-container p {
      color: #fff;
      position: absolute;
      bottom: 110px;
      text-align: center;
      left: 0;
      right: 0;
      font-size: 15px;
      line-height: 1.2;
      font-family: "gill-sans-w01-roman", "Arial", sans-serif; }
  .popin-overlay .btn-try {
    position: absolute;
    bottom: 47px;
    background: url("../medias/btn-bg.jpg") no-repeat center center;
    width: 211px;
    height: 49px;
    text-align: center;
    font-size: 13.6px;
    line-height: 49px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "gill-sans-w01-bold", "Arial", sans-serif;
    display: block;
    color: #000; }
    .popin-overlay .btn-try:hover {
      text-decoration: none; }

.tpl--edito {
  line-height: 0.7;
  font-family: "Georgia", "Arial", sans-serif;
  font-size: 1.625rem;
  color: #999;
  text-align: center;
  padding: 22px 0;
  position: relative; }
  @media all and (min-width: 980px) {
    .tpl--edito {
      line-height: 1; } }
  .tpl--edito:before {
    background: #FFF;
    width: 100%;
    height: 4px;
    content: '';
    border-top: solid 1px #C4B680;
    border-bottom: solid 1px #C4B680;
    position: absolute;
    left: 0;
    z-index: 5; }
  .tpl--edito:before {
    top: 50%;
    margin-top: -2px; }
  .tpl--edito .tpl_content {
    display: inline-block;
    background: #FFF;
    max-width: 70%;
    padding: 0 50px;
    position: relative;
    z-index: 10; }
    @media all and (min-width: 980px) {
      .tpl--edito .tpl_content {
        max-width: 80%; } }
  .tpl--edito .first-letter {
    font-size: 3.25rem;
    color: #C4B680;
    vertical-align: middle; }

.tpl-webcam img {
  margin-right: 0; }
  .tpl-webcam img:first-child {
    margin-right: 10px; }

.tpl--img-txt .tpl_title {
  color: #485251;
  font-size: 1.188rem;
  font-weight: normal;
  margin-bottom: 10px; }

.tpl--img-txt img {
  width: 100%;
  height: auto; }

.tpl--img-txt p {
  font-size: 0.75rem; }

.tpl--img-txt a {
  display: block;
  font-size: 0.75rem;
  color: #1D1916;
  margin-top: 10px; }

.tpl-list li {
  list-style-type: none;
  border-bottom: 1px solid #D2D1D0;
  margin: 10px 0;
  padding-bottom: 10px; }
  .tpl-list li:first-child {
    margin-top: 0; }

.tpl-list img {
  width: 100%;
  height: auto; }
  @media all and (min-width: 768px) {
    .tpl-list img {
      width: auto;
      margin-right: 10px;
      float: left; } }

.tpl-list h2 {
  font-family: "gill-sans-w01-roman", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  color: #C4B680;
  text-transform: uppercase;
  margin: 10px 0 0 0; }
  @media all and (min-width: 768px) {
    .tpl-list h2 {
      margin-top: 0; } }

.tpl-list p {
  margin-top: 10px; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
